Home
last modified time | relevance | path

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

1234567

/dokuwiki/vendor/simplepie/simplepie/idn/
H A DReadMe.txt8 * This file is encoded in UTF-8 *
47 idna_convert.create.npdata.php - Useful for (re)creating the NPData file
50 ReadMe.txt - This file
51 LICENCE - The LGPL licence file
54 MAKE SURE to copy the npdata.ser file into the same folder as the class file
91 3. The input is read from a UCS-4 coded file and encoded line by line. By
99 // Iterate through the input file line by line
100 foreach (file('ucs4-domains.txt') as $line) {
109 Should you need to recreate the npdata.ser file, whic
[all...]
/dokuwiki/lib/scripts/
H A Dfileuploader.js2 * http://github.com/valums/file-uploader
4 * Multiple file upload component with progress-bar, drag-and-drop.
251 * Creates upload button, validates upload, but doesn't create file list or dd.
274 typeError: "{file} has invalid extension. Only {extensions} are allowed.",
275 sizeError: "{file} is too large, maximum file size is {sizeLimit}.",
276 minSizeError: "{file} is too small, minimum file size is {minSizeLimit}.",
277 emptyError: "{file} is empty, please select files again without it.",
402 _validateFile: function(file){
881 add(file) global() argument
1148 AnonymousFunctionc6e2ab792c00(file) global() argument
[all...]
H A Dhelpers.js54 * Report an error from a JS file to the console
57 * @param file The file in which the error occurred
59 function logError(e, file) { argument
61 console.error('The error "%s: %s" occurred in file "%s". ' +
64 e.name, e.message, file);
/dokuwiki/vendor/simplepie/simplepie/src/
H A DLocator.php60 public $file; variable in SimplePie\\Locator
74 public function __construct(\SimplePie\File $file, $timeout = 10, $useragent = null, $max_checked_feeds = 10, $force_fsockopen = false, $curl_options = []) argument
76 $this->file = $file;
83 if (class_exists('DOMDocument') && $this->file->body != '') {
88 $this->dom->loadHTML($this->file->body);
105 if ($this->is_feed($this->file)) {
106 return $this->file;
109 if ($this->file->method & \SimplePie\SimplePie::FILE_SOURCE_REMOTE) {
110 $sniffer = $this->registry->create(Content\Type\Sniffer::class, [$this->file]);
144 is_feed($file, $check_html = false) global() argument
[all...]
/dokuwiki/vendor/splitbrain/php-archive/src/
H A DArchive.php26 * Open an existing archive file for reading
28 * @param string $file
31 abstract public function open($file); argument
39 * Reopen the file with open() again if you want to do additional operations
49 * found in the archive file, similar to the --strip-components feature of GNU tar. This is triggered when
60 * The archive is closed afterwards. Reopen the file with open() again if you want to do additional operations
72 * Create a new archive file
74 * If $file is empty, the archive file will be created in memory
76 * @param string $file
78 create($file = '') global() argument
87 addFile($file, $fileinfo = '') global() argument
121 save($file) global() argument
[all...]
/dokuwiki/inc/
H A DTaskRunner.php117 $lines = file($fn);
213 * file needs to be writable!
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 Dfetch.functions.php12 * Set headers and send the file to the client
17 * This function will abort the current script when a 304 is sent or file sending is handled
20 * @param string $file local file to send
21 * @param string $mime mime type of the file
25 * @param string $orig original file to send - the file name will be used for the Content-Disposition
32 function sendFile($file, $mime, $dl, $cache, $public = false, $orig = null, $csp = [])
71 $fmtime = @filemtime($file);
74 // Use the current $file i
28 sendFile($file, $mime, $dl, $cache, $public = false, $orig = null, $csp = []) global() argument
144 checkFileStatus(& $media, & $file, $rev = '', $width = 0, $height = 0) global() argument
[all...]
/dokuwiki/lib/plugins/authldap/
H A Dauth.php695 * @param string $file
698 protected function debug($message, $err, $line, $file)
701 msg($message, $err, $line, $file);
697 debug($message, $err, $line, $file) global() argument
/dokuwiki/vendor/composer/
H A Dautoload_real.php37 $requireFile = \Closure::bind(static function ($fileIdentifier, $file) {
41 require $file;
44 foreach ($filesToLoad as $fileIdentifier => $file) {
45 $requireFile($fileIdentifier, $file);
/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...]
H A DREADME.md11 wish to use, and the output will be a file syntax highlighted to
34 file for more information. If you do modify this program, please tell
/dokuwiki/lib/plugins/config/core/Setting/
H A DSettingDirchoice.php24 $file = (is_link($this->dir . $entry)) ? readlink($this->dir . $entry) : $this->dir . $entry;
25 if (is_dir($file)) $list[] = $entry;
/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/parser/
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...]
/dokuwiki/
H A Dinstall.php494 * Write the given content to a file
523 * unmodified main config file
543 foreach ($config_files as $file) {
544 if (file_exists($file) && filesize($file)) {
545 $file = str_replace($_SERVER['DOCUMENT_ROOT'], '{DOCUMENT_ROOT}/', $file);
546 $error[] = sprintf($lang['i_confexists'], $file);
555 * Check other installation dir/file permission requirements
629 'file file_exist
[all...]
/dokuwiki/lib/exe/
H A Dcss.php157 foreach ($cssData['files'] as $file => $location) {
158 $display = str_replace(fullpath(DOKU_INC), '', fullpath($file));
160 echo css_loadfile($file, $location);
226 // try to use line number to find affected file
263 * the ones defined in a templates style.ini file
325 // print the default classes for interwiki links and file downloads
358 $file = 'lib/images/interwiki/' . $iw . '.' . $ext;
360 if (file_exists(DOKU_INC . $file)) {
362 echo ' background-image: url(' . DOKU_BASE . $file . ')';
371 * Prints classes for file downloa
394 css_loadfile($file, $location = '') global() argument
410 __construct($file) global() argument
[all...]
/dokuwiki/data/cache/
H A D_dummy1 You can safely delete this file
/dokuwiki/data/
H A Ddeleted.files676 lib/images/icon-file.png
/dokuwiki/data/index/
H A D_dummy1 You can safely delete this file
/dokuwiki/inc/Cache/
H A DCache.php16 public $ext = ''; // file ext for cache data, secondary identifier for this item
17 public $cache = ''; // cache file name
32 * @param string $ext file extension
71 * 'files' => cache must be younger than mtime of each file
72 * (nb. dependency passes if file doesn't exist)
100 * files - expire cache if any file in this array was updated more recently than the cache
128 foreach ($this->depends['files'] as $file) {
129 if ($this->_time <= @filemtime($file)) {
198 static $file;
205 $file
[all...]
H A DCacheImageMod.php10 /** @var string source file */
11 protected $file;
14 * @param string $file Original source file
20 public function __construct($file, $w, $h, $ext, $crop)
26 $this->file = $file;
29 parent::__construct($file, $fullext);
35 if (!file_exists($this->file)) {
50 [$this->file],
12 protected $file; global() variable in dokuwiki\\Cache\\CacheImageMod
21 __construct($file, $w, $h, $ext, $crop) global() argument
[all...]
H A DCacheInstructions.php12 * @param string $file source file for cache
14 public function __construct($id, $file)
16 parent::__construct($id, $file, 'i');
15 __construct($id, $file) global() argument
H A DCacheParser.php10 public $file = ''; // source file for cache
11 public $mode = ''; // input mode (represents the processing the input file will undergo) variable in dokuwiki\\Cache\\CacheParser
17 * @param string $file source file for cache
20 public function __construct($id, $file, $mode)
27 $this->file = $file;
31 parent::__construct($file . $INPUT->server->str('HTTP_HOST') . $INPUT->server->str('SERVER_PORT'), '.' . $mode);
41 if (!file_exists($this->file)) {
21 __construct($id, $file, $mode) global() argument
[all...]

1234567