| /dokuwiki/_test/core/ ! |
| H A D | TestUtils.php | 34 while (false !== ($entry = $dh->read())) { 55 while (false !== ($entry = $dh->read())) {
|
| /dokuwiki/inc/lang/en/ ! |
| H A D | read.txt | 1 This page is read only. You can view the source, but not change it. Ask your administrator if you t…
|
| /dokuwiki/lib/scripts/jquery/ ! |
| H A D | jquery.cookie.js | 50 function read(s, converter) { function 92 result = read(cookie, value); 97 if (!key && (cookie = read(cookie)) !== undefined) {
|
| /dokuwiki/lib/plugins/extension/lang/en/ ! |
| H A D | intro_plugins.txt | 1 …ly uninstall them here. Plugin updates are shown here as well, be sure to read the plugin's docume…
|
| H A D | intro_search.txt | 1 …t installing 3rd party code may pose a **security risk**, you may want to read about [[doku>securi…
|
| /dokuwiki/_test/data/pages/ ! |
| H A D | mailinglist.txt | 7 …ather want to use the mailing list through a news group interface, please read the section [[#News… 9 If you are new to mailing lists in general, please read [[rfc>1855|RFC 1855 - Netiquette Guidelines…
|
| /dokuwiki/conf/ ! |
| H A D | acl.auth.php.dist | 15 # read 1
|
| /dokuwiki/_test/ ! |
| H A D | bootstrap.php | 98 while (false !== ($entry = $dh->read())) {
|
| /dokuwiki/bin/ ! |
| H A D | striplangs.php | 104 while (($cur_dir = $dir->read()) !== false) {
|
| /dokuwiki/vendor/splitbrain/php-archive/src/ ! |
| H A D | Tar.php | 120 while ($read = $this->readbytes(512)) { 121 $header = $this->parseHeader($read); 317 $read = 0; 332 $read += $dataLen; 347 if ($read != $fileinfo->getSize()) { 349 …eption("The size of $file changed while reading, archive corrupted. read $read expected ".$fileinf…
|
| /dokuwiki/lib/styles/ ! |
| H A D | feed.css | 33 content: "This data file is meant to be read in a XML feed reader. See document source."
|
| /dokuwiki/vendor/simplepie/simplepie/idn/ ! |
| H A D | ReadMe.txt | 72 echo $output; // This will read: xn--nrgler-wxa.com 88 echo utf8_decode($output); // This will read: andre@börse.knörz.info 91 3. The input is read from a UCS-4 coded file and encoded line by line. By
|
| /dokuwiki/vendor/splitbrain/php-jsstrip/ ! |
| H A D | README.md | 9 … to do this to optimize size and performance, or to make a file harder to read. It typically makes…
|
| /dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/ ! |
| H A D | SFTP.php | 2412 $read = 0; 2416 while ($i < NET_SFTP_QUEUE_SIZE && ($length < 0 || $read < $length)) { 2417 $tempoffset = $start + $read; 2419 …$packet_size = $length > 0 ? min($this->max_sftp_packet, $length - $read) : $this->max_sftp_packet; 2431 $read += $packet_size;
|
| H A D | SSH2.php | 1363 private static function stream_select(&$read, &$write, &$except, $seconds, $microseconds = null) argument 1368 $result = @stream_select($read, $write, $except, $seconds, $microseconds); 1448 $read = [$this->fsock]; 1453 if (static::stream_select($read, $write, $except, $sec, $usec) === false) { 3186 public function read($expect = '', $mode = self::READ_SIMPLE, $channel = null) function in phpseclib3\\Net\\SSH2
|
| /dokuwiki/vendor/simplepie/simplepie/src/ ! |
| H A D | Parser.php | 186 while (@$xml->read()) {
|
| /dokuwiki/ ! |
| H A D | composer.lock | 666 "description": "Pure-PHP implementation to read and write TAR and ZIP archives",
|
| /dokuwiki/data/pages/wiki/ ! |
| H A D | syntax.txt | 406 [[wiki:DokuWiki]] can highlight sourcecode, which makes it easier to read. It uses the [[http://qbn…
|
| /dokuwiki/_test/data/pages/wiki/ ! |
| H A D | syntax.txt | 406 [[wiki:DokuWiki]] can highlight sourcecode, which makes it easier to read. It uses the [[http://qbn…
|
| /dokuwiki/vendor/geshi/geshi/src/ ! |
| H A D | geshi.php | 738 while (false !== ($entry = $dir->read()))
|