Page MenuHomePhabricator

Candidates for XmlSelect

Authored By
Sn1per
Aug 1 2015, 11:49 PM
Size
864 B
Referenced Files
None
Subscribers
None

Candidates for XmlSelect

/vagrant/mediawiki(branch:master) » ag "lement\( ['\"]select"
includes/Xml.php
560: return Xml::openElement( 'select', $attribs )
564: . Xml::closeElement( 'select' );
includes/Licenses.php
187: return Html::rawElement( 'select', $attribs, $this->html );
includes/Html.php
938: $ret .= self::openElement( 'select', $selectAttribs )
942: . self::closeElement( 'select' );
includes/specials/SpecialImport.php
424: Xml::closeElement( 'select' )
448: Xml::closeElement( 'select' )
includes/specials/SpecialEditTags.php
352: $result[1] = Xml::openElement( 'select', array(
365: $result[1] .= Xml::closeElement( 'select' );

File Metadata

Mime Type
text/plain; charset=utf-8
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
283130
Default Alt Text
Candidates for XmlSelect (864 B)

Event Timeline