Home
last modified time | relevance | path

Searched refs:file (Results 126 – 150 of 162) sorted by relevance

1234567

/dokuwiki/inc/lang/de-informal/
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_modal.css2 * This file provides styles for modal dialogues.
H A D_toc.css2 * This file provides styles for the TOC (table of contents), the
H A D_links.css2 * This file provides styles for all types of links.
H A D_recent.css2 * This file provides styles for the recent changes (?do=recent) and
H A D_tabs.css2 * This file provides the styles for general tabs.
H A D_edit.css2 * This file provides styles for the edit view (?do=edit), preview
H A D_search.less2 * This file provides styles for the search results page (?do=search)
H A Dpagetools.less2 * This file provides the styles for the page tools
H A D_diff.css2 * This file provides styles for the diff view, which shows you
H A Dbasic.less2 * This file provides the most basic styles.
5 * want to integrate this file into the other project as well, or use
H A Ddesign.less2 * This file provides the main design styles for the
H A Dmobile.less2 * This file provides styles for mobile devices
/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 DTaskRunner.php117 $lines = file($fn);
213 * file needs to be writable!
H A DMailer.class.php76 * Attach a file
78 * @param string $path Path to the file to attach
79 * @param string $mime Mimetype of the attached file
81 * @param string $embed Unique key to reference this file from the HTML part
98 * Attach a file
100 * @param string $data The file contents to attach
101 * @param string $mime Mimetype of the attached file
103 * @param string $embed Unique key to reference this file from the HTML part
131 // get file and mime type
134 $file
[all...]
/dokuwiki/conf/
H A Dacronyms.conf14 EOF End of file
/dokuwiki/vendor/simplepie/simplepie/src/
H A DMisc.php147 public static function error($message, $level, $file, $line) argument
176 @error_log("$note: $message in $file on line $line", 0);
2064 document.writeln('<embed src="'+player+'" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" quality="high" width="'+width+'" height="'+height+'" wmode="transparent" flashvars="file='+link+'&autostart=false&repeat='+loop+'&showdigits=true&showfsbutton=false"></embed>');
2078 * of the newest file.
2093 foreach (glob($root . '/SimplePie/*.php') as $file) {
2094 if (($mtime = filemtime($file)) > $time) {
/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/geshi/geshi/
H A DBUGS14 for sourcecode under 5K (for simple language files like SQL, a 100K file can be
/dokuwiki/vendor/simplepie/simplepie/
H A DREADME.markdown25 file version.
41 If you'd like a single monolithic file, see the assets in the
H A DCHANGELOG.md3 All notable changes to this project will be documented in this file.
27 - Declare strict_types=1 in every file by @Art4 in [#763](https://github.com/simplepie/simplepie/pull/763)
98 - Upload compiled file as release asset by @Art4 in [#725](https://github.com/simplepie/simplepie/pull/725)
225 * Updated the readme file. [#486](https://github.com/simplepie/simplepie/pull/486)
/dokuwiki/lib/plugins/acl/
H A Dadmin.php68 $AUTH_ACL = file($config_cascade['acl']['default']);
131 // handle update of the whole file
166 $AUTH_ACL = file($config_cascade['acl']['default']);
317 // if one of the components is the last component and is a file
319 // the file has to come after the deeper level or directory
/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/marcusschwarz/lesserphp/
H A Dlessc.inc.php

1234567