Home
last modified time | relevance | path

Searched refs:file (Results 76 – 100 of 162) sorted by last modified time

1234567

/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)) {
H A DSimplePie.php385 * No file source
390 * Remote file source
395 * Local file source
400 * fsockopen() file source
405 * cURL file source
410 * file_get_contents() file source
466 public $file; variable in SimplePie\\SimplePie
604 * @var string Web-accessible path to the handler_image.php file.
798 * @param \SimplePie\File &$file
801 public function set_file(&$file) argument
3181 store_links(& $file, $hub, $self) global() argument
[all...]
/dokuwiki/
H A DREADME9 See COPYING and file headers for license info
/dokuwiki/inc/Remote/
H A DApiCore.php817 * Get a media file's content
819 * Returns the content of the given media file. When no revision is given, the current revision is returned.
822 * @param string $media file id
824 * @return string Base64 encoded media file contents
834 throw new AccessDeniedException('You are not allowed to read this media file', 211);
837 $file = mediaFN($media, $rev);
838 if (!@ file_exists($file)) {
839 throw new RemoteException('The requested media file (revision) does not exist', 221);
842 $data = io_readFile($file, false);
847 * Return info about a media file
681 putAttachment($id, $file, $params = array()) global() argument
[all...]
/dokuwiki/vendor/splitbrain/php-archive/
H A DREADME.md64 Differences between Tar and Zip: Tars are compressed as a whole, while Zips compress each file individually. Therefore
67 The FileInfo class can be used to specify additional info like ownership or permissions when adding a file to
/dokuwiki/vendor/marcusschwarz/lesserphp/
H A Dlessc.inc.php
/dokuwiki/vendor/openpsa/universalfeedcreator/
H A DLICENSE256 When a "work that uses the Library" uses material from a header file
263 If such an object file uses only numerical parameters, data
266 file is unrestricted, regardless of whether it is legally a derivative
/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
H A Dmysql.conf.php.example19 * or at least include this file in local.protected.php.
/dokuwiki/inc/Subscriptions/
H A DSubscriberManager.php61 $file = $this->file($id);
62 return io_saveFile($file, $line, true);
87 $file = $this->file($id);
88 if (!file_exists($file)) {
94 return io_deleteFromFile($file, $re, true);
174 $files = [':' => $this->file(':')];
176 $files[$page] = $this->file($page);
185 foreach ($files as $target => $file) {
284 protected function file($id) global() function in dokuwiki\\Subscriptions\\SubscriberManager
[all...]
/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/pages/wiki/
H A Dsyntax.txt67 * DokuWiki does not use [[wp>CamelCase]] to automatically create links by default, but this behavior can be enabled in the [[doku>config]] file. Hint: If DokuWiki is a link, then it's enabled.
89 * Customization of the english language file
186 Unfortunately not all browsers understand all video and audio formats. To mitigate the problem, you can upload your file in different formats for maximum browser compatibility.
194 Additionally DokuWiki supports a "poster" image which will be shown before the video has started. That image needs to have the same filename as the video and be either a jpg or png file. In the example above a ''video.jpg'' file would work.
268 The same can be done to produce any kind of HTML, it just needs to be added to the [[doku>entities|pattern file]].
270 There are three exceptions which do not come from that pattern file: multiplication entity (640x480), 'single' and "double quotes". They can be turned off through a [[doku>config:typography|config option]].
380 You can include code blocks into your documents by either indenting them by at least two spaces (like used for the previous examples) or by using the tags ''%%<code>%%'' or ''%%<file>%%''.
388 <file>
389 This is pretty much the same, but you could use it to show that you quoted a file
[all...]
/dokuwiki/data/tmp/
H A D_dummy1 You can safely delete this file
/dokuwiki/inc/
H A Dauth.php6 * Including this file will automatically try to login
140 $acl = file($config_cascade['acl']['default']);
366 * if no such file is found a random key is created and
367 * and stored in this file.
382 $file = $conf['metadir'] . '/_htcookiesalt';
383 if ($secure || !file_exists($file)) {
384 $file = $conf['metadir'] . '/_htcookiesalt2';
386 $salt = io_readFile($file);
389 io_saveFile($file, $salt);
H A Dcache.php27 public function __construct($id, $file, $mode)
30 parent::__construct($id, $file, $mode);
41 public function __construct($id, $file, $mode)
44 parent::__construct($id, $file, $mode);
53 public function __construct($id, $file)
56 parent::__construct($id, $file);
26 __construct($id, $file, $mode) global() argument
40 __construct($id, $file, $mode) global() argument
52 __construct($id, $file) global() argument
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 Dconfutils.php29 * @param string $file file name
33 function mimetype($file, $knownonly = true)
36 $ext = strrpos($file, '.');
40 $ext = strtolower(substr($file, $ext + 1));
145 $lines = file(DOKU_INC . 'lib/scripts/jquery/versions');
189 $wordblocks = retrieveConfig('wordblock', 'file', null, 'array_merge_with_removal');
203 $schemes = retrieveConfig('scheme', 'file', null, 'array_merge_with_removal');
261 * @param string $file
266 function confToHash($file,
31 mimetype($file, $knownonly = true) global() argument
257 confToHash($file, $lower = false) global() argument
271 jsonToArray($file) global() argument
[all...]
/dokuwiki/inc/lang/en/
H A Duploadmail.txt1 A file was uploaded to your DokuWiki. Here are the details:
/dokuwiki/lib/images/fileicons/
H A DREADME2 https://github.com/splitbrain/file-icon-generator/blob/master/example-dokuwiki.php
/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/ar/
H A Dstopwords.txt2 # When you edit this file be sure to use UNIX line endings (single newline)
/dokuwiki/lib/plugins/safefnrecode/
H A Daction.php61 while (($file = readdir($dh)) !== false) {
62 if ($file == '.' || $file == '..') continue; # cur and upper dir
63 if (is_dir("$dir/$file")) $this->recode("$dir/$file"); #recurse
64 if (strpos($file, '%') === false) continue; # no encoding used
65 $new = preg_replace('/(%[^\]]*?)\./', '\1]', $file); # new post indicator
67 rename("$dir/$file", "$dir/$new"); # rename it
/dokuwiki/lib/plugins/styling/
H A DREADME27 See the COPYING file in your DokuWiki folder for details

1234567