Home
last modified time | relevance | path

Searched +full:read -(+path:inc +path:lang) -(+path:lib +path:plugins +path:lang) -(+path:lib +path:tpl +path:dokuwiki +path:lang) (Results 76 – 100 of 141) sorted by last modified time

123456

/dokuwiki/inc/
H A Dchangelog.php181 // read all recent changes. (kept short)
282 // read all recent changes. (kept short)
H A Dconfutils.php276 * Read a json config file into an array
300 * @param string $type the configuration settings to be read, must correspond to a key/array in $config_cascade
303 * @param callback $combine the function used to combine arrays of values read from different configuration files;
305 * $combined - the already read & merged configuration values
336 * @param string $type the configuration settings to be read, must correspond to a key/array in $config_cascade
/dokuwiki/vendor/geshi/geshi/src/geshi/
H A Dsdlbasic.php66 'data', 'read', 'reservebank', 'freebank', 'copybank', 'loadbank',
H A Ddelphi.php72 'Protected', 'Public', 'Published', 'Read', 'Raise', 'Record', 'Register',
97 'Random', 'Randomize', 'Read', 'ReadLn', 'ReallocMem',
H A Dhaskell.php99 'read', 'lex', 'putChar', 'putStr', 'putStrLn',
120 'Show', 'Read'
H A Dlocobasic.php58 "READ", "RELEASE", "REMAIN", "RENUM", "RESTORE", "RESUME", "RETURN",
H A Dlogtalk.php170 'read', 'read_term',
H A Dlotusscript.php66 'Replace', 'Remove', 'Rem', 'ReDim', 'Read', 'Randomize',
H A Dlscript.php115 'rayCast', 'rayTrace', 'read', 'readByte', 'readInt', 'readNumber',
158 'rad', 'random', 'randu', 'range', 'read', 'readdouble', 'readInt', 'readNumber',
H A Dmathematica.php3559 'Read',
H A Dstandardml.php124 /* read other source */
H A Dtcl.php89 'fileevent', 'flush', 'gets', 'open', 'puts', 'read', 'seek',
H A Dtsql.php161 'PUBLIC', 'QUERYRULEOFF', 'QUERYTRACEON', 'RAISERROR', 'RANGE', 'READ', 'READS', 'READTEXT', 'REAL', 'REBUILD', 'RECEIVE', 'RECONFIGURE', 'RECURSIVE', 'REF', 'REFERENCES', 'REFERENCING', 'RELATIVE',
H A Dunicon.php85 'push', 'put', 'read', 'reads', 'real', 'receive', 'remove', 'rename', 'repl', 'reverse',
H A Dxbasic.php59 'RINCHRI', 'RINCHR', 'RIGHT$', 'REDIM', 'READ', 'RCLIP$', 'QUIT',
/dokuwiki/inc/Action/
H A DSitemap.php66 throw new FatalException('Could not read the sitemap file - bad permissions?');
/dokuwiki/lib/scripts/
H A Dqsearch.js75 * Read search term from input
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DBase.php
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/
H A DANSI.php8 * If you call read() in \phpseclib3\Net\SSH2 you may get {@link http://en.wikipedia.org/wiki/ANSI_escape_code ANSI escape codes} back.
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSCP.php
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/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP/
H A DStream.php279 * Read from stream
538 * Read entry from directory handle
/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()))
3809 //Read the Style Information from the style file
/dokuwiki/vendor/simplepie/simplepie/src/
H A DIRI.php137 * Return the entire IRI when you try and read the object as a string

123456