Home
last modified time | relevance | path

Searched refs:read (Results 1 – 20 of 20) sorted by relevance

/dokuwiki/_test/core/
H A DTestUtils.php34 while (false !== ($entry = $dh->read())) {
55 while (false !== ($entry = $dh->read())) {
/dokuwiki/inc/lang/en/
H A Dread.txt1 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 Djquery.cookie.js50 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 Dintro_plugins.txt1 …ly uninstall them here. Plugin updates are shown here as well, be sure to read the plugin's docume…
H A Dintro_search.txt1 …t installing 3rd party code may pose a **security risk**, you may want to read about [[doku>securi…
/dokuwiki/_test/data/pages/
H A Dmailinglist.txt7 …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 Dacl.auth.php.dist15 # read 1
/dokuwiki/_test/
H A Dbootstrap.php98 while (false !== ($entry = $dh->read())) {
/dokuwiki/bin/
H A Dstriplangs.php104 while (($cur_dir = $dir->read()) !== false) {
/dokuwiki/vendor/splitbrain/php-archive/src/
H A DTar.php120 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 Dfeed.css33 content: "This data file is meant to be read in a XML feed reader. See document source."
/dokuwiki/vendor/simplepie/simplepie/idn/
H A DReadMe.txt72 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 DREADME.md9 … 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 DSFTP.php2412 $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 DSSH2.php1363 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 DParser.php186 while (@$xml->read()) {
/dokuwiki/
H A Dcomposer.lock666 "description": "Pure-PHP implementation to read and write TAR and ZIP archives",
/dokuwiki/data/pages/wiki/
H A Dsyntax.txt406 [[wiki:DokuWiki]] can highlight sourcecode, which makes it easier to read. It uses the [[http://qbn…
/dokuwiki/_test/data/pages/wiki/
H A Dsyntax.txt406 [[wiki:DokuWiki]] can highlight sourcecode, which makes it easier to read. It uses the [[http://qbn…
/dokuwiki/vendor/geshi/geshi/src/
H A Dgeshi.php738 while (false !== ($entry = $dir->read()))