/plugin/ahrefmenu/ |
H A D | tree.dtd | 1 <!ELEMENT tree (branch+)> 2 <!ELEMENT branch (branchText,(branch|leaf|branchLink)*)> 5 <!ELEMENT leaf (leafText,link)> 6 <!ELEMENT branchLink (branchText,link)> 8 <!ELEMENT leafText (#PCDATA)> 9 <!ELEMENT link (#PCDATA)>
|
/plugin/icalevents/vendor/sabre/xml/lib/Deserializer/ |
H A D | functions.php | 74 if ($reader->nodeType === Reader::ELEMENT) { 153 if ($reader->nodeType !== Reader::ELEMENT) { 194 if ($reader->nodeType === Reader::ELEMENT && $reader->namespaceURI == $namespace) {
|
/plugin/webdav/vendor/sabre/dav/lib/DAV/Xml/Property/ |
H A D | Complex.php | 45 if ($reader->nodeType === Reader::ELEMENT && $reader->isEmptyElement) { 61 case Reader::ELEMENT :
|
/plugin/davcal/vendor/sabre/dav/lib/DAV/Xml/Property/ |
H A D | Complex.php | 45 if ($reader->nodeType === Reader::ELEMENT && $reader->isEmptyElement) { 61 case Reader::ELEMENT :
|
/plugin/webdav/vendor/sabre/xml/lib/Deserializer/ |
H A D | functions.php | 85 if ($reader->nodeType === Reader::ELEMENT) { 176 if ($reader->nodeType !== Reader::ELEMENT) { 217 if ($reader->nodeType === Reader::ELEMENT && $reader->namespaceURI == $namespace) {
|
/plugin/davcal/vendor/sabre/xml/lib/ |
H A D | Reader.php | 66 while ($this->nodeType !== self::ELEMENT && @$this->read()) { 133 if ($this->nodeType === self::ELEMENT && $this->isEmptyElement) { 163 case self::ELEMENT :
|
/plugin/webdav/vendor/sabre/xml/lib/ |
H A D | Reader.php | 68 while ($this->nodeType !== self::ELEMENT && @$this->read()) { 134 if ($this->nodeType === self::ELEMENT && $this->isEmptyElement) { 173 case self::ELEMENT :
|
/plugin/icalevents/vendor/sabre/xml/lib/ |
H A D | Reader.php | 68 while ($this->nodeType !== self::ELEMENT && @$this->read()) { 134 if ($this->nodeType === self::ELEMENT && $this->isEmptyElement) { 173 case self::ELEMENT :
|
/plugin/webdav/vendor/sabre/vobject/lib/Parser/XML/Element/ |
H A D | KeyValue.php | 53 if (SabreXml\Reader::ELEMENT === $reader->nodeType) {
|
/plugin/icalevents/vendor/sabre/vobject/lib/Parser/XML/Element/ |
H A D | KeyValue.php | 53 if ($reader->nodeType === SabreXml\Reader::ELEMENT) {
|
/plugin/davcal/vendor/sabre/xml/lib/Element/ |
H A D | Elements.php | 115 if ($reader->nodeType === Xml\Reader::ELEMENT) {
|
H A D | KeyValue.php | 114 if ($reader->nodeType === Xml\Reader::ELEMENT) {
|
H A D | XmlFragment.php | 82 case Reader::ELEMENT :
|
/plugin/webdav/vendor/sabre/xml/lib/Element/ |
H A D | XmlFragment.php | 80 case Reader::ELEMENT :
|
/plugin/icalevents/vendor/sabre/xml/lib/Element/ |
H A D | XmlFragment.php | 80 case Reader::ELEMENT :
|
/plugin/webdav/vendor/sabre/dav/lib/DAV/Xml/Element/ |
H A D | Prop.php | 56 if ($reader->nodeType === Reader::ELEMENT) {
|
H A D | Response.php | 204 if ($reader->nodeType === Reader::ELEMENT) {
|
/plugin/davcal/vendor/sabre/dav/lib/DAV/Xml/Element/ |
H A D | Prop.php | 56 if ($reader->nodeType === Reader::ELEMENT) {
|
H A D | Response.php | 185 if ($reader->nodeType === Reader::ELEMENT) {
|
/plugin/eclipseupdateurl/ |
H A D | syntax.php | 183 if ( $reader->nodeType !== XMLReader::ELEMENT ) { continue; } 242 if ( $reader->nodeType !== XMLReader::ELEMENT ) { continue; }
|
/plugin/combo/vendor/php-webdriver/webdriver/lib/Remote/ |
H A D | RemoteWebDriver.php | 668 : 'ELEMENT' => $value->getID(),
|
/plugin/captcha/ |
H A D | EasySVG.php | 143 if ($z->nodeType == XMLReader::ELEMENT) {
|
/plugin/revealjs/css/ |
H A D | reveal.scss | 193 * DEFAULT ELEMENT STYLES
|
H A D | reveal.css | 154 * DEFAULT ELEMENT STYLES
|
/plugin/dirtylittlehelper/mermaid/editor/docs/ |
H A D | 40.40.js.map | 1 …_FUNCTION',\n 'DYNAMIC_FUNCTION_CODE',\n 'EACH',\n 'ELEMENT',\n 'ELSE'…
|