Home
last modified time | relevance | path

Searched refs:file (Results 51 – 75 of 162) sorted by path

1234567

/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/de-informal/
H A Dstopwords.txt2 # When you edit this file be sure to use UNIX line endings (single newline)
/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/en/
H A Ddraft.txt1 ====== Draft file found ======
H A Dstopwords.txt2 # When you edit this file be sure to use UNIX line endings (single newline)
H A Duploadmail.txt1 A file was uploaded to your DokuWiki. Here are the details:
/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/fa/
H A Dstopwords.txt2 # When you edit this file be sure to use UNIX line endings (single newline)
/dokuwiki/inc/lang/fo/
H A Dstopwords.txt2 # When you edit this file be sure to use UNIX line endings (single newline)
/dokuwiki/inc/lang/ia/
H A Dstopwords.txt2 # Si tu modifica iste file, assecura te de usar le fines de linea UNIX (newline singule).
H A Duploadmail.txt1 Un file ha essite incargate in tu DokuWiki. Ecce le detalios:
/dokuwiki/inc/lang/id/
H A Dstopwords.txt2 # When you edit this file be sure to use UNIX line endings (single newline)
H A Duploadmail.txt1 Sebuah file telah diupload di DokuWiki Anda. Berikut detailnya:
/dokuwiki/inc/lang/it/
H A Dstopwords.txt2 # Quando modifichi questo file fai attenzione ad usare la chiusura della riga in stile UNIX (nuova linea singola)
H A Duploadmail.txt1 Un file è stato caricato sul tuo DokuWiki. Seguono i dettagli:
/dokuwiki/inc/lang/nl/
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 =====
/dokuwiki/inc/
H A Dload.php43 /** @var string[] Classname to file mappings */
133 $file = DOKU_INC . '_test/mock/' . $classPath . '.php';
134 if (file_exists($file)) {
135 require $file;
151 $file = DOKU_INC . '_test/tests/' . $classPath . '.php';
152 if (file_exists($file)) {
153 require $file;
172 $file = DOKU_PLUGIN . $classPath . '.php';
173 if (file_exists($file)) {
179 require $file;
[all...]
H A Dmedia.php28 * Lists pages which currently use a media file selected for deletion
220 * Convenience function to check if a media file is still in use
244 * Handles media file deletions
265 $file = mediaFN($id);
270 $data['name'] = PhpString::basename($file);
271 $data['path'] = $file;
272 $data['size'] = (file_exists($file)) ? filesize($file) : 0;
278 $old = @filemtime($file);
279 if (!file_exists(mediaFN($id, $old)) && file_exists($file)) {
345 media_upload($ns, $auth, $file = false) global() argument
421 media_save($file, $id, $ow, $auth, $move) global() argument
627 media_contentcheck($file, $mime) global() argument
669 media_notify($id, $file, $mime, $old_rev = false, $current_rev = false) global() argument
1704 media_mod_image($file, $ext, $w, $h = 0, $crop = false) global() argument
1746 media_resize_image($file, $ext, $w, $h = 0) global() argument
1762 media_crop_image($file, $ext, $w, $h = 0) global() argument
1843 media_image_download($url, $file) global() argument
[all...]
H A Dpageutils.php359 //file doesnt exist yet, so we take the configured extension
373 * Returns the full path to the file for locking the page while editing.
388 * returns the full path to the meta file specified by ID and extension
393 * @param string $ext file extension
407 * returns the full path to the media's meta file specified by ID and extension
472 * Returns the full filepath to a localized file if local
475 * @param string $id The id of the local file
476 * @param string $ext The file extension (usually txt)
477 * @return string full filepath to localized file
484 $file
699 utf8_encodeFN($file, $safe = true) global() argument
728 utf8_decodeFN($file) global() argument
[all...]
/dokuwiki/inc/parser/
H A Dcode.php7 * A simple renderer that allows downloading of code and file snippets
56 public function file($text, $language = null, $filename = '')
50 public function file($text, $language = null, $filename = '') { global() function in Doku_Renderer_code
H A Dhandler.php52 * @param int $pos byte position in the original source file
116 * @param int $pos byte position in the original source file
248 * @param int $pos byte position in the original source file
286 * @param int $pos byte position in the original source file
309 * @param int $pos byte position in the original source file
324 * @param int $pos byte position in the original source file
348 * @param int $pos byte position in the original source file
360 * @param int $pos byte position in the original source file
372 * @param int $pos byte position in the original source file
384 * @param int $pos byte position in the original source file
617 public function file($match, $state, $pos) { global() function in Doku_Handler
[all...]
H A Dmetadata.php314 * Display text as file content, optionally syntax highlighted
318 * @param string $file file path label
320 public function file($text, $lang = null, $file = null)
330 * @param string $file file path label
332 public function code($text, $language = null, $file = null)
464 * @param string|array|null $name name for the link, array for media file
505 * @param string|array|null $name name for the link, array for media file
315 file($text, $lang = null, $file = null) global() argument
327 code($text, $language = null, $file = null) global() argument
[all...]
H A Drenderer.php464 * Display text as file content, optionally syntax highlighted
468 * @param string $file file path label
470 public function file($text, $lang = null, $file = null)
479 * @param string $file file path label
481 public function code($text, $lang = null, $file = null)
591 * @param string|array $title name for the link, array for media file
601 * @param string|array $title name for the link, array for media file
421 file($text, $lang = null, $file = null) global() argument
431 code($text, $lang = null, $file = null) global() argument
[all...]
H A Dxhtml.php43 /** @var int counts the code and file blocks, used to provide download links */
619 * Display text as file content, optionally syntax highlighted
623 * @param string $filename file path label
626 public function file($text, $language = null, $filename = null, $options = null)
628 $this->_highlight('file', $text, $language, $filename, $options);
636 * @param string $filename file path label
645 * Use GeSHi to highlight language syntax in code and file blocks
647 * @param string $type code|file
650 * @param string $filename file path label
963 * @param string|array $name name for the link, array for media file
577 public function file($text, $language = null, $filename = null, $options=null) { global() function in Doku_Renderer_xhtml
[all...]

1234567