Home
last modified time | relevance | path

Searched refs:file (Results 151 – 162 of 162) sorted by last modified time

1234567

/dokuwiki/inc/ChangeLog/
H A DChangeLog.php25 * @param int $chunk_size maximum block size read from file
44 * @return string path to file
80 * The "current" revision means current version of the page or media file. It is either
81 * identical with or newer than the "last" revision, that depends on whether the file
83 * The value of identifier can be determined by timestamp as far as the file exists,
228 // read whole file
229 $lines = file($logfile);
235 $fp = fopen($logfile, 'rb'); // "file pointer"
483 * - $fp: file pointer only defined for chuck reading, needs closing.
573 * When the file ha
[all...]
H A DChangeLogTrait.php13 * Adds an entry to the changelog file
73 * @return string path to file
92 * Set chunk size for file reading
93 * 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.
119 $file = $this->getChangelogFilename();
121 if (!file_exists($file)) {
130 if (filesize($file) < $this->chunk_size || $this->chunk_size == 0) {
131 // read whole file
[all...]
/dokuwiki/inc/
H A Dhttputils.php17 * @param int $timestamp lastmodified time of the cache file
60 * Let the webserver send the given file via x-sendfile method
62 * @param string $file absolute path of file to send
67 function http_sendfile($file)
73 header("X-LIGHTTPD-send-file: $file");
77 header("X-Sendfile: $file");
82 $file = DOKU_REL . substr($file, strle
65 http_sendfile($file) global() argument
247 http_cached_finish($file, $content) global() argument
[all...]
H A Dindexer.php104 $stopwords = file($swfile, FILE_IGNORE_NEW_LINES);
265 return file($fn);
271 * Read the index directory or a cache file and returns
281 // testing what we have to do, create a cache file or not.
291 ($lengths = @file($conf['indexdir'] . '/lengths.idx', FILE_IGNORE_NEW_LINES | FILE_SKIP_EMPTY_LINES))
318 // save this in a file
364 * Clean a name of a key for use as a file name.
/dokuwiki/inc/Debug/
H A DDebugHelper.php58 $self['file'] ?? $call['file'] ?? '',
103 $backtrace[0]['file'],
117 * @param string $file
125 $file,
138 $file,
148 * @param string $file
156 $file,
164 'file' => $file,
119 dbgCustomDeprecationEvent($alternative, $deprecatedThing, $caller, $file, $line, $callerOffset = 1) global() argument
152 triggerDeprecationEvent(array $backtrace, $alternative, $deprecatedThing, $caller, $file, $line) global() argument
[all...]
/dokuwiki/inc/Extension/
H A DPluginController.php235 foreach ($files as $file) {
236 if (file_exists($file)) {
237 include_once($file);
260 $file = $this->lastLocalConfigFile;
263 " * NOTE: Plugins will not be added to this file unless there " .
269 // backup current file (remove any existing backup)
270 if (file_exists($file)) {
271 $backup = $file . '.bak';
273 if (!@copy($file, $backup)) return false;
277 return io_saveFile($file,
[all...]
H A DPluginTrait.php43 $file = DOKU_PLUGIN . '/' . $ext . '/plugin.info.txt';
44 if (file_exists($file)) {
45 $raw = confToHash($file);
50 if (empty($raw[$line])) Logger::error(sprintf($msg, $ext, $line, $file));
56 Logger::error(sprintf('Extension %s does not provide a plugin.info.txt in %s', $ext, $file));
135 $file = DOKU_CONF . 'plugin_lang/' . $plugin . '/' . $conf['lang'] . '/' . $id . '.' . $ext;
136 if (!file_exists($file)) {
137 $file = DOKU_PLUGIN . $plugin . '/lang/' . $conf['lang'] . '/' . $id . '.' . $ext;
138 if (!file_exists($file)) {
140 $file
[all...]
/dokuwiki/inc/lang/el/
H A Dstopwords.txt2 # When you edit this file be sure to use UNIX line endings (single newline)
/dokuwiki/inc/lang/da/
H A Dstopwords.txt2 # When you edit this file be sure to use UNIX line endings (single newline)
/dokuwiki/inc/lang/az/
H A Dstopwords.txt2 # When you edit this file be sure to use UNIX line endings (single newline)
/dokuwiki/inc/lang/et/
H A Dstopwords.txt2 # When you edit this file be sure to use UNIX line endings (single newline)
/dokuwiki/inc/lang/si/
H A Ddraft.txt1 ====== Draft file found =====

1234567