Home
last modified time | relevance | path

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

1234567

/dokuwiki/data/attic/
H A D_dummy1 You can safely delete this file
/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/data/locks/
H A D_dummy1 You can safely delete this file
/dokuwiki/data/media_attic/
H A D_dummy1 You can safely delete this file
/dokuwiki/inc/
H A Dcommon.php416 $file = wikiFN($ID);
417 if ($ACT != 'show' || $INFO['perm'] < AUTH_READ || isHiddenPage($ID) || !file_exists($file)) {
590 * Build a link to a media file
597 * @param string $id the media file id or URL
748 // read file in chunks of 200 - this should work around the
1043 * @param string $ext extension of file being read, default 'txt'
1084 'tplfile' => '', // the file above text was/should be loaded from
1092 // if the before event did not set a template file, try to find one
1134 * @var string $tplfile the file above text was/should be loaded from
1145 $file
1981 inlineSVG($file, $maxsize = 2048) global() argument
[all...]
H A Dinfoutils.php114 # ref not found in pack file
374 * @param string $file file number
378 function msg($message, $lvl = 0, $line = '', $file = '', $allow = MSG_PUBLIC)
393 'file' => $file,
399 if ($msgdata['line'] || $msgdata['file']) {
400 $basename = PhpString::basename($msgdata['file']);
482 * Print info to debug log file
534 if (isset($call['file'])) {
355 msg($message, $lvl = 0, $line = '', $file = '', $allow = MSG_PUBLIC) global() argument
[all...]
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/geshi/geshi/
H A DBUGS14 for sourcecode under 5K (for simple language files like SQL, a 100K file can be
/dokuwiki/lib/plugins/config/core/
H A DConfigParser.php6 * A naive PHP file parser
8 * This parses our very simple config file in PHP format. We use this instead of simply including
9 * the file, because we want to keep expressions such as 24*60*60 as is.
15 /** @var string variable to parse from the file */
21 * Parse the given PHP file into an array
25 * @param string $file
28 public function parse($file)
30 if (!file_exists($file)) return [];
33 $contents = @php_strip_whitespace($file);
35 // fallback to simply including the file #327
27 parse($file) global() argument
[all...]
/dokuwiki/lib/plugins/logviewer/
H A Dadmin.php201 [$dt, $file, $msg] = sexplode("\t", $line, 3, '');
206 echo '<span class="file">' . hsc($file) . '</span>';
H A Dstyle.less39 span.file {
/dokuwiki/inc/lang/fo/
H A Dstopwords.txt2 # When you edit this file be sure to use UNIX line endings (single newline)
/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...]
/dokuwiki/lib/exe/
H A Djquery.php39 foreach ($files as $file) {
40 $js .= file_get_contents($file) . "\n";
/dokuwiki/inc/lang/de-informal/
H A Dstopwords.txt2 # When you edit this file be sure to use UNIX line endings (single newline)
/dokuwiki/vendor/
H A DREADME3 All file within here are manged through composer and should not be
/dokuwiki/vendor/aziraphale/email-address-validator/
H A DREADME.md17 file is still set up to correctly load it when required, so this shouldn't be a problem in practice - it's just perhaps
26 If you don't want to use Composer (why not?!), just download the `EmailAddressValidator.php` file, save it with your project, and `require` it where needed.
44 The **new syntax** is as follows (ensure you have already included Composer's `autoload.php` file!):
/dokuwiki/vendor/composer/
H A DClassLoader.php4 * This file is part of Composer.
10 * file that was distributed with this source code.
425 if ($file = $this->findFile($class)) {
427 $includeFile($file);
436 * Finds the path to the file where the class is defined.
452 $file = apcu_fetch($this->apcuPrefix.$class, $hit);
454 return $file;
458 $file = $this->findFileWithExtension($class, '.php');
461 if (false === $file && defined('HHVM_VERSION')) {
462 $file
[all...]
/dokuwiki/lib/plugins/extension/helper/
H A Dextension.php647 * @param string $field name of the upload file
771 * Purge the cache by touching the main configuration file
824 * Save the given URL and current datetime in the manager.dat file of all installed extensions
856 * Read the manager.dat file
862 $file = @file($managerpath);
863 if (!empty($file)) {
864 foreach ($file as $line) {
877 * Write the manager.data file
905 * downloads a file fro
901 downloadToFile($url, $file, $defaultName = '') global() argument
986 installArchive($file, $overwrite = false, $base = '') global() argument
1175 decompress($file, $target) global() argument
1218 guessArchiveType($file) global() argument
[all...]
/dokuwiki/inc/lang/ia/
H A Duploadmail.txt1 Un file ha essite incargate in tu DokuWiki. Ecce le detalios:
/dokuwiki/lib/plugins/usermanager/
H A Dadmin.php592 echo '<label>' . $this->lang['import_userlistcsv'] . '<input type="file" name="import" /></label>';
1052 * Import a file of users in csv format
1054 * csv file should have 4 columns, user_id, full name, email, groups (comma separated)
1064 // check file uploaded ok.
1072 // retrieve users from the file
1136 * @param array $candidate raw values of line from input file
1198 * Downloads failures as csv file
1223 * @param string $file filename
1226 protected function isUploadedFile($file)
1228 return is_uploaded_file($file);
1231 isUploadedFile($file) global() argument
[all...]
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/
H A Dopenssl.cnf1 # minimalist openssl.cnf file for use with phpseclib
/dokuwiki/inc/lang/id/
H A Duploadmail.txt1 Sebuah file telah diupload di DokuWiki Anda. Berikut detailnya:
/dokuwiki/
H A DCOPYING289 to attach them to the start of each source file to most effectively
290 convey the exclusion of warranty; and each file should have at least

1234567