Searched refs:getAttribute (Results 1 – 6 of 6) sorted by relevance
| /dokuwiki/vendor/simplepie/simplepie/src/ |
| H A D | Locator.php | 173 … $this->registry->call(Misc::class, 'absolutize_url', [trim($element->getAttribute('href')), $this… 211 …->registry->call(Misc::class, 'space_separated_tokens', [strtolower($link->getAttribute('rel'))])); 215 …f = $this->registry->call(Misc::class, 'absolutize_url', [trim($link->getAttribute('href')), $this… 217 …f = $this->registry->call(Misc::class, 'absolutize_url', [trim($link->getAttribute('href')), $this… 223 …y(strtolower($this->registry->call(Misc::class, 'parse_mime', [$link->getAttribute('type')])), ['t… 249 $href = trim($link->getAttribute('href')); 253 …f = $this->registry->call(Misc::class, 'absolutize_url', [trim($link->getAttribute('href')), $this… 255 …f = $this->registry->call(Misc::class, 'absolutize_url', [trim($link->getAttribute('href')), $this… 293 $href = trim($link->getAttribute('href')); 302 [trim($link->getAttribute('href')), $this->base] [all …]
|
| H A D | Sanitize.php | 421 $image_url = $this->cache_namefilter->filter($img->getAttribute('src')); 427 …$file = $this->registry->create(File::class, [$img->getAttribute('src'), $this->timeout, 5, ['X-FO… 507 …lue = $this->registry->call(Misc::class, 'absolutize_url', [$element->getAttribute($attribute), $t… 617 $element->setAttribute('data-sanitized-' . $attrib, $element->getAttribute($attrib));
|
| /dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/ |
| H A D | XML.php | 188 $curve->convertInteger(new BigInteger($x->item(0)->getAttribute('Value'))), 189 $curve->convertInteger(new BigInteger($y->item(0)->getAttribute('Value'))) 208 $oid = $namedCurve->item(0)->getAttribute('URN');
|
| /dokuwiki/_test/core/ |
| H A D | phpQuery-onefile.php | 1696 $nodeClasses = explode(' ', $node->getAttribute('class') ); 1714 explode(' ', $node->getAttribute('class') ) 2329 if ( $node->getAttribute('id') != substr($s, 1) ) 2366 ? mb_ereg_match($pattern, $node->getAttribute($attr)) 2367 : preg_match("@{$pattern}@", $node->getAttribute($attr)); 2370 } else if ($node->getAttribute($attr) != $val) 3681 in_array($node->getAttribute('type'), 3683 || !$node->getAttribute('type') 3686 && $node->getAttribute('type') == 'radio'; 3688 && $node->getAttribute('type') == 'checkbox'; [all …]
|
| /dokuwiki/lib/scripts/jquery/ |
| H A D | jquery.min.js | 2 …getAttribute&&t.getAttribute(r))&&o.setAttribute(r,i);n.head.appendChild(o).parentNode.removeChild…
|
| /dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/ |
| H A D | X509.php | 2625 $csrexts = $subject->getAttribute('pkcs-9-at-extensionRequest', 0); 3469 public function getAttribute($id, $disposition = self::ATTR_ALL, $csr = null) function in phpseclib3\\File\\X509 3516 $requestedExtensions = $this->getAttribute('pkcs-9-at-extensionRequest'); 3521 return $this->getAttribute('pkcs-9-at-extensionRequest')[0];
|