Home
last modified time | relevance | path

Searched refs:file (Results 26 – 50 of 162) sorted by relevance

1234567

/dokuwiki/inc/
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...]
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 Dparserutils.php67 * If $excuse is true an explanation is returned if the file
81 $file = wikiFN($id, $rev);
90 if (file_exists($file)) {
92 $ret = p_render('xhtml', p_get_instructions(io_readWikiPage($file, $id, $rev)), $info, $date_at);
96 } elseif (file_exists($file)) {
97 $ret = p_cached_output($file, 'xhtml', $id);
137 * Returns the given file parsed into the requested output format
139 * @param string $file filename, path to file
147 function p_cached_output($file, argument
187 p_cached_instructions($file, $cacheonly = false, $id = '') global() argument
[all...]
/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/vendor/splitbrain/php-archive/src/
H A DZip.php20 protected $file = ''; variable in splitbrain\\PHPArchive\\Zip
33 * You can call this function before adding each file to set differen compression levels
34 * for each file.
49 * Open an existing ZIP file for reading
51 * @param string $file
54 public function open($file) argument
56 $this->file = $file;
57 $this->fh = @fopen($this->file, 'rb');
59 throw new ArchiveIOException('Could not open file fo
271 create($file = '') global() argument
305 addFile($file, $fileinfo = '') global() argument
528 save($file) global() argument
[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/lib/scripts/
H A Dfileuploaderextended.js54 var fileElement = this._find(item, 'file');
90 // template for one item in file list
92 '<span class="qq-upload-file hidden"></span>' +
109 file: 'qq-upload-file',
166 var fileElement = this._find(item, 'file');
205 var file = this._inputs[id];
210 if (file != null) {
212 return file.value.replace(/.*(\/|\\)/, "");
233 throw new Error('file wit
[all...]
/dokuwiki/inc/lang/si/
H A Ddraft.txt1 ====== Draft file found =====
/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...]
/dokuwiki/lib/exe/
H A Djquery.php39 foreach ($files as $file) {
40 $js .= file_get_contents($file) . "\n";
/dokuwiki/data/
H A D_dummy1 You can safely delete this file
/dokuwiki/data/attic/
H A D_dummy1 You can safely delete this file
/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/data/log/
H A D_dummy1 You can safely delete this file
/dokuwiki/data/media_meta/
H A D_dummy1 You can safely delete this file
/dokuwiki/data/meta/
H A D_dummy1 You can safely delete this file
/dokuwiki/data/tmp/
H A D_dummy1 You can safely delete this file
/dokuwiki/data/cache/
H A D_dummy1 You can safely delete this file
/dokuwiki/data/index/
H A D_dummy1 You can safely delete this 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/
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/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/vendor/phpseclib/phpseclib/phpseclib/
H A Dopenssl.cnf1 # minimalist openssl.cnf file for use with phpseclib
/dokuwiki/conf/
H A Dlocal.php.dist5 * to this file and change them.
7 * When using the installer, a correct local.php file be generated for

1234567