Home
last modified time | relevance | path

Searched refs:file (Results 76 – 100 of 162) sorted by relevance

1234567

/dokuwiki/
H A DREADME9 See COPYING and file headers for license info
/dokuwiki/lib/tpl/dokuwiki/
H A Dstyle.ini1 ; Please see http://php.net/manual/en/function.parse-ini-file.php
4 ; To extend this file or make changes to it, it is recommended to create
5 ; a local conf/tpl/<template-folder-name>/style.ini file to prevent losing
8 ; (i.e. [stylesheets] or [replacements]) into that file as well.
46 ; the stylesheets. Changing this file is the simplest method to
/dokuwiki/inc/
H A Dchangelog.php78 // update changelog file and get the added entry that is also to be stored in metadata
136 // update changelog file and get the added entry
183 $lines = @file($conf['media_changelog']) ?: [];
185 $lines = @file($conf['changelog']) ?: [];
195 $media_lines = @file($conf['media_changelog']) ?: [];
284 $lines = @file($conf['media_changelog']);
286 $lines = @file($conf['changelog']);
H A Dinit.php29 // if available load a preload config file
75 // load the global config file(s)
89 // load the license file(s)
194 // precalculate file creation modes
278 * Checks paths from config file
362 foreach ($files as $file) {
363 if (!file_exists($file)) {
364 $fh = @fopen($file, 'a');
367 if ($conf['fperm']) chmod($file, $conf['fperm']);
369 nice_die("$file i
[all...]
/dokuwiki/vendor/splitbrain/php-jsstrip/
H A DREADME.md9 jsstrip is a open-source library to remove whitespace and comments from a javascript file. You might want to do this to optimize size and performance, or to make a file harder to read. It typically makes 30-40% savings in file size.
/dokuwiki/lib/plugins/logviewer/
H A Dstyle.less39 span.file {
/dokuwiki/inc/parser/
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 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
/dokuwiki/vendor/geshi/geshi/
H A DCHANGELOG22 - Recognize additional file extensions (RealityRipple)
67 * Qt5 API for C++ language file (neochapay)
105 * Updated LSL2 language file (BenBE, Sei Lisa)
108 * Updated PARI/GP language file (Charles R Greathouse IV, BenBE)
109 * Updated Cobol language file (Edward Hart, BenBE)
110 * Updated Verilog language file (Tony Carrillo, BenBE)
111 * Updated Lisp language file (Edward Hart, BenBE)
114 * Updated list of commands on Bash language file (BenBE)
115 * Updated PHP language file (Levi Morrisson)
116 * Updated Haskell language file (duplod
[all...]
/dokuwiki/vendor/simplepie/simplepie/src/
H A DSanitize.php428 $file = $this->registry->create(File::class, [$img->getAttribute('src'), $this->timeout, 5, ['X-FORWARDED-FOR' => $_SERVER['REMOTE_ADDR']], $this->useragent, $this->force_fsockopen]);
429 $headers = $file->headers;
431 if ($file->success && ($file->method & \SimplePie\SimplePie::FILE_SOURCE_REMOTE === 0 || ($file->status_code === 200 || $file->status_code > 206 && $file->status_code < 300))) {
432 if ($cache->set_data($image_url, ['headers' => $file->headers, 'body' => $file->body], $this->cache_duration)) {
/dokuwiki/conf/
H A Dacl.auth.php.dist7 # Editing this file by hand shouldn't be necessary. Use the ACL
/dokuwiki/inc/lang/el/
H A Dstopwords.txt2 # When you edit this file be sure to use UNIX line endings (single newline)
/dokuwiki/lib/tpl/dokuwiki/css/
H A D_media_popup.css2 * This file provides styles for the media manager popup
133 /*____________ file list ____________*/
148 /* highlight newly uploaded or edited file */
153 /* link which inserts media file */
H A D_imgdetail.css2 * This file provides styles for the image detail page (detail.php).
H A D_forms.css1 /* TODO: this file is not up to the best standards and will be fixed after an overhaul of the form code */
4 * This file provides styles for forms in general and specifically
H A D_footnotes.css2 * This file provides styles for footnotes.
/dokuwiki/inc/lang/en/
H A Ddraft.txt1 ====== Draft file found ======
/dokuwiki/inc/lang/et/
H A Dstopwords.txt2 # When you edit this file be sure to use UNIX line endings (single newline)
/dokuwiki/lib/plugins/authplain/
H A Dauth.php99 * in the file database
384 * loads the user file into a datastructure
405 * Read user data from given file argument
409 * @param string $file the file to load data from
412 protected function readUserFile($file)
415 if (!file_exists($file)) return $users;
417 $lines = file($file);
449 Logger::error('User line with less than 5 fields. Possibly corruption in your user file',
[all...]
/dokuwiki/inc/lang/ar/
H A Dstopwords.txt2 # When you edit this file be sure to use UNIX line endings (single newline)
/dokuwiki/inc/lang/cy/
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).
/dokuwiki/inc/lang/id/
H A Dstopwords.txt2 # When you edit this file be sure to use UNIX line endings (single newline)
/dokuwiki/inc/lang/nl/
H A Dstopwords.txt2 # When you edit this file be sure to use UNIX line endings (single newline)

1234567