Home
last modified time | relevance | path

Searched refs:expect (Results 1 – 3 of 3) sorted by relevance

/dokuwiki/vendor/simplepie/simplepie/idn/
H A DReadMe.txt20 what you would expect them to do. You are allowed to use complete domain names,
39 compatible with both PHP4 and PHP5. We expect to see no compatibility issues
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSSH1.php
H A DSSH2.php160 * Returns when a string matching $expect exactly is found
166 * Returns when a string matching the regular expression $expect is found
3130 * Returns when there's a match for $expect, which can take the form of a string literal or,
3141 * @param string $expect
3148 public function read($expect = '', $mode = self::READ_SIMPLE, $channel = null)
3173 $match = $expect;
3176 preg_match($expect, substr($this->interactiveBuffer, -1024), $matches);
3196 read($expect = '', $mode = self READ_SIMPLE) global() argument