Home
last modified time | relevance | path

Searched refs:getAttribute (Results 1 – 6 of 6) sorted by relevance

/dokuwiki/vendor/simplepie/simplepie/src/
H A DLocator.php173 … $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 DSanitize.php421 $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 DXML.php188 $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 DphpQuery-onefile.php1696 $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 Djquery.min.js2getAttribute&&t.getAttribute(r))&&o.setAttribute(r,i);n.head.appendChild(o).parentNode.removeChild…
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/
H A DX509.php2625 $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];