Home
last modified time | relevance | path

Searched refs:arg1 (Results 1 – 2 of 2) sorted by relevance

/dokuwiki/_test/core/
H A DphpQuery-onefile.php3990 * @param array $arg1 Will ba passed as third and futher args to callback.
4497 …* @param string|DOMNode|DOMNodeList|array $arg1 HTML markup, CSS Selector, DOMNode or array of …
4503 public static function pq($arg1, $context = null) { argument
4504 if ($arg1 instanceof DOMNODE && ! isset($context)) {
4506 $compare = $arg1 instanceof DOMDocument
4507 ? $arg1 : $arg1->ownerDocument;
4533 if ($arg1 instanceof phpQueryObject) {
4539 if ($arg1->getDocumentID() == $domId)
4540 return $arg1;
4541 $class = get_class($arg1);
[all …]
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP/
H A DStream.php706 * @param int $arg1
710 private function _stream_set_option($option, $arg1, $arg2) argument