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 1 – 25 of 141) sorted by path

123456

/dokuwiki/bin/
H A Ddwpage.php256 $this->fatal("Cannot read from $localfile");
H A Dstriplangs.php104 while (($cur_dir = $dir->read()) !== false) {
H A Dwantedpages.php138 throw new DokuCLI_Exception("Unable to read directory $dir");
/dokuwiki/conf/
H A Dacl.auth.php.dist15 # read 1
H A Dacronyms.conf52 RTFM Read The Fine Manual
55 TL;DR Too long; didn't read
H A Ddokuwiki.php51 $conf['sneaky_index']= 0; //check for namespace read permission in index view (0|1) (1 might cause unexpected behavior)
/dokuwiki/data/pages/wiki/
H A Ddokuwiki.txt5 Read the [[doku>manual|DokuWiki Manual]] to unleash the full power of DokuWiki.
12 ===== Read More =====
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>''.
H A Dwelcome.txt14 You might also want to use a sidebar. To create it, just edit the [[:sidebar]] page. Everything in that page will be shown in a margin column on the side. Read our [[doku>faq:sidebar|FAQ on sidebars]] to learn more.
/dokuwiki/inc/Action/
H A DSitemap.php66 throw new FatalException('Could not read the sitemap file - bad permissions?');
/dokuwiki/inc/ChangeLog/
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 an
[all...]
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 backwar
[all...]
/dokuwiki/inc/Extension/
H A DPluginController.php200 * Read all installed plugins and their current enabled state
H A DPluginTrait.php219 * read the plugin's default configuration settings from conf/default.php
/dokuwiki/inc/Form/
H A DForm.php94 * to FALSE. Please read the section on Booleans for more information. Use the === operator for testing the
/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
[all...]
/dokuwiki/inc/Remote/
H A DApiCore.php199 * Read the link below to learn more about the permission levels.
393 * Read access is required for the page.
442 * Read access is required for the page.
514 * Read access for the given page is needed and page has to exist.
834 throw new AccessDeniedException('You are not allowed to read this media file', 211);
851 * Read access is required for the media file.
866 throw new AccessDeniedException('You are not allowed to read this media file', 211);
884 * Read access is required for the media file.
897 throw new AccessDeniedException('You are not allowed to read this media file', 211);
1023 throw new AccessDeniedException('You are not allowed to read thi
[all...]
/dokuwiki/inc/Search/
H A DIndexer.php1129 * Read the index directory or a cache file and returns
/dokuwiki/inc/Ui/
H A DEditor.php53 // intro locale text (edit, rditrev, or read)
62 $intro = 'read';
156 // print intro locale text (edit, rditrev, or read.txt)
H A DPageDiff.php113 // read preference from DokuWiki cookie. PageDiff only
/dokuwiki/inc/Ui/Media/
H A DDisplayRow.php70 // read EXIF/IPTC data
/dokuwiki/inc/
H A Dauth.php300 // read cookie information
364 * This function tries to read the password for encrypting
960 * This registers a new user - Data is read directly from $_POST
H A Dchangelog.php181 // read all recent changes. (kept short)
282 // read all recent changes. (kept short)
H A Dcommon.php122 * @param null|string $token security token or null to read it from request variable
748 // read file in chunks of 200 - this should work around the
1043 * @param string $ext extension of file being read, default 'txt'
1917 * Read a preference from the DokuWiki cookie
1932 // so we read from the end
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

123456