Home
last modified time | relevance | path

Searched full:read (Results 1 – 25 of 177) sorted by relevance

12345678

/dokuwiki/lib/plugins/config/core/
H A DLoader.php39 * Read the settings meta data
77 * Read the default values
156 * Read the local settings
167 * Read the protected settings
178 * Read the config values from the given files
193 * Read settings file from an extension
195 * This is used to read the settings.php files of plugins and templates
197 * @param string $file php file to read
212 // read data
224 * Read a default file from an extension
[all …]
/dokuwiki/inc/ChangeLog/
H A DChangeLogTrait.php93 * Chunk size zero let read whole file at once
95 * @param int $chunk_size maximum block size read from file
106 * If file larger than $chunk_size, only chunk is read that could contain $rev.
131 // read whole file
137 // read by chunk
176 * Read chunk and return array with lines of given chunk.
182 * @return array lines read from chunk
229 * - $lines: changelog lines of read chunk
238 //read forward
243 //read backward
H A DChangeLog.php25 * @param int $chunk_size maximum block size read from file
130 * containing the requested changelog line is read.
165 //read lines from changelog
189 * A negative $first let read the current revision too.
192 * calls to getRevisionInfo. Large changelog files are read
228 // read whole file
234 // read chunks backwards
255 // read chunk
277 } else { // already read all the lines
310 * reference revision $rev is read and sometimes a next chunk.
[all …]
/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 Dacronyms.conf52 RTFM Read The Fine Manual
55 TL;DR Too long; didn't read
H A Dacl.auth.php.dist15 # read 1
/dokuwiki/vendor/splitbrain/php-archive/src/
H A DArchiveIOException.php6 * Read/Write Errors
H A DTar.php83 * Read the contents of a TAR archive
106 * Read the contents of a TAR archive and return each entry using yield
117 throw new ArchiveIOException('Can not read from a closed archive');
120 while ($read = $this->readbytes(512)) {
121 $header = $this->parseHeader($read);
146 * @param int $length maximum number of bytes to read
188 throw new ArchiveIOException('Can not read from a closed archive');
199 // read the file header
317 $read = 0;
323 // for performance reasons read bigger chunks at once
[all …]
/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/vendor/geshi/geshi/src/geshi/
H A Dracket.php147 'current-prompt-read', 'current-pseudo-random-generator',
148 'current-read-interaction', 'current-reader-guard',
188 'exn:fail:read-srclocs', 'exn:fail:read:eof?',
189 'exn:fail:read:non-char?', 'exn:fail:read?',
263 'make-exn:fail:read', 'make-exn:fail:read:eof',
264 'make-exn:fail:read:non-char', 'make-exn:fail:syntax',
327 'port-provides-progress-evts?', 'port-read-handler',
356 'rationalize', 'read', 'read-accept-bar-quote', 'read-accept-box',
357 'read-accept-compiled', 'read-accept-dot', 'read-accept-graph',
358 'read-accept-infix-dot', 'read-accept-lang',
[all …]
H A Dalgol68.php195read f', 'readf', 'read bin', 'readbin', 'put f', 'putf', 'get f', 'getf', 'make term', 'maketerm'…
H A Dnewlisp.php86 'quote?','rand','random','randomize','read-buffer','read-char',
87 'read-expr','read-file','read-key','read-line','read-utf8',
/dokuwiki/lib/scripts/jquery/
H A Djquery.cookie.js50 function read(s, converter) { function
76 // Read
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/core/
H A DTestUtils.php34 while (false !== ($entry = $dh->read())) {
55 while (false !== ($entry = $dh->read())) {
/dokuwiki/inc/HTTP/
H A DHTTPClient.php25 public $timeout = 15; // read timeout (seconds)
37 // don't set these, read on error
41 // read these after a successful request
310 // read headers from socket
391 //read body (with chunked encoding if needed)
406 // read chunksize until \r
424 $this->readData($socket, 2, 'chunk'); // read trailing \r\n
436 // read up to the content-length or max_bodysize
437 … // for keep alive we need to read the whole message to clean up the socket for the next read
454 // read entire socket
[all …]
/dokuwiki/_test/conf/
H A Dacl.auth.php15 # read 1
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/System/SSH/Common/Traits/
H A DReadBytes.php24 * Read data
/dokuwiki/.github/workflows/
H A DphpCS.yml15 contents: read # to fetch code (actions/checkout)
/dokuwiki/vendor/splitbrain/php-archive/
H A Dcomposer.json3 "description": "Pure-PHP implementation to read and write TAR and ZIP archives",
/dokuwiki/inc/Remote/OpenApiDoc/
H A DType.php11 * @param string $typehint The typehint as read from the docblock
21 * Return the typehint as read from the docblock
/dokuwiki/vendor/splitbrain/php-cli/src/
H A DException.php21 const E_ARG_READ = 5; //Could not read argv
/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/data/pages/wiki/
H A Ddokuwiki.txt5 Read the [[doku>manual|DokuWiki Manual]] to unleash the full power of DokuWiki.
12 ===== Read More =====

12345678