Home
last modified time | relevance | path

Searched refs:read (Results 1 – 16 of 16) sorted by last modified time

/dokuwiki/lib/plugins/extension/lang/en/
H A Dintro_plugins.txt1 These are the plugins currently installed in your DokuWiki. You can enable or disable or even completely uninstall them here. Plugin updates are shown here as well, be sure to read the plugin's documentation before updating
H A Dintro_search.txt1 This tab gives you access to all available 3rd party [[doku>plugins|plugins]] and [[doku>template|templates]] for DokuWiki. Please be aware that installing 3rd party code may pose a **security risk**, you may want to read about [[doku>security#plugin_security|plugin security]] first.
/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/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/src/
H A DParser.php188 while (@$xml->read()) {
/dokuwiki/conf/
H A Dacl.auth.php.dist15 # read 1
/dokuwiki/vendor/splitbrain/php-archive/src/
H A DTar.php112 throw new ArchiveIOException('Can not read from a closed archive');
115 while ($read = $this->readbytes(512)) {
116 $header = $this->parseHeader($read);
158 throw new ArchiveIOException('Can not read from a closed archive');
169 // read the file header
287 $read = 0;
294 $read += strlen($data);
306 if ($read != $fileinfo->getSize()) {
308 throw new ArchiveCorruptedException("The size of $file changed while reading, archive corrupted. read $read expecte
[all...]
/dokuwiki/vendor/splitbrain/php-jsstrip/
H A DREADME.md9 jsstrip is a open-source library to remove whitespace and comments from a javascript file. You might want to do this to optimize size and performance, or to make a file harder to read. It typically makes 30-40% savings in file size.
/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 think this is wrong.
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSSH1.php
H A DSSH2.php34 * echo $ssh->read('username@username:~$');
36 * echo $ssh->read('username@username:~$');
162 * @see \phpseclib3\Net\SSH2::read()
168 * @see \phpseclib3\Net\SSH2::read()
175 * to call read() multiple times when using this option
177 * @see \phpseclib3\Net\SSH2::read()
508 * We need to know how big the HMAC will be for the server to client direction so that we know how many bytes to read.
750 * @see self::read()
884 * Did read() timeout or return normally?
1305 private static function stream_select(&$read,
3196 function read($expect = '', $mode = self::READ_SIMPLE) global() function in phpseclib\\Net\\SSH2
[all...]
H A DSFTP.php49 * \phpseclib3\Net\SSH2::exec() uses 0 and \phpseclib3\Net\SSH2::read() / \phpseclib3\Net\SSH2::write() use 1.
2060 * By default, \phpseclib3\Net\SFTP::put() does not read from the local filesystem. $data is dumped directly into $remote_file.
2410 $read = 0;
2414 while ($i < NET_SFTP_QUEUE_SIZE && ($length < 0 || $read < $length)) {
2415 $tempoffset = $start + $read;
2417 $packet_size = $length > 0 ? min($this->max_sftp_packet, $length - $read) : $this->max_sftp_packet;
2429 $read += $packet_size;
2469 $clear_responses = true; // don't break out of the loop yet, so we can read the remaining responses
/dokuwiki/data/pages/wiki/
H A Dsyntax.txt406 [[wiki:DokuWiki]] can highlight sourcecode, which makes it easier to read. It uses the [[http://qbnz.com/highlighter/|GeSHi]] Generic Syntax Highlighter -- so any language supported by GeSHi is supported. The syntax uses the same code and file blocks described in the previous section, but this time the name of the language syntax to be highlighted is included inside the tag, e.g. ''<nowiki><code java></nowiki>'' or ''<nowiki><file java></nowiki>''.
/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/geshi/geshi/src/
H A Dgeshi.php673 //Check if we can read the desired file
738 while (false !== ($entry = $dir->read()))
/dokuwiki/bin/
H A Dstriplangs.php104 while (($cur_dir = $dir->read()) !== false) {