/dokuwiki/inc/ |
D | io.php | 76 function io_readWikiPage($file, $id, $rev = false) 117 function io_readFile($file, $clean = true) 152 function bzfile($file, $array = false) 209 function io_writeWikiPage($file, $content, $id, $rev = false) 253 function _io_saveFile($file, $content, $append) 305 function io_saveFile($file, $content, $append = false) 344 function io_replaceInFile($file, $oldline, $newline, $regex = false, $maxlines = 0) 417 function io_deleteFromFile($file, $badline, $regex = false) 435 function io_lock($file) 464 function io_unlock($file) [all …]
|
D | search.php | 112 function search_qsearch(&$data, $base, $file, $type, $lvl, $opts) 138 function search_index(&$data, $base, $file, $type, $lvl, $opts) 168 function search_namespaces(&$data, $base, $file, $type, $lvl, $opts) 193 function search_media(&$data, $base, $file, $type, $lvl, $opts) 261 function search_mediafiles(&$data, $base, $file, $type, $lvl, $opts) 309 function search_list(&$data, $base, $file, $type, $lvl, $opts) 341 function search_pagename(&$data, $base, $file, $type, $lvl, $opts) 380 function search_allpages(&$data, $base, $file, $type, $lvl, $opts) 501 function search_universal(&$data, $base, $file, $type, $lvl, $opts)
|
D | cache.php | 27 public function __construct($id, $file, $mode) 41 public function __construct($id, $file, $mode) 53 public function __construct($id, $file)
|
D | Logger.php | 66 public static function error($message, $details = null, $file = '', $line = 0) 85 public static function debug($message, $details = null, $file = '', $line = 0) 104 public static function deprecated($message, $details = null, $file = '', $line = 0) 124 public function log($message, $details = null, $file = '', $line = 0)
|
D | fetch.functions.php | 32 function sendFile($file, $mime, $dl, $cache, $public = false, $orig = null, $csp = []) 150 function checkFileStatus(&$media, &$file, $rev = '', $width = 0, $height = 0)
|
D | httputils.php | 67 function http_sendfile($file) 253 function http_cached_finish($file, $content)
|
D | confutils.php | 33 function mimetype($file, $knownonly = true) 266 function confToHash($file, $lower = false) 282 function jsonToArray($file)
|
/dokuwiki/vendor/simplepie/simplepie/src/Content/Type/ |
D | Sniffer.php | 68 public $file; variable in SimplePie\\Content\\Type\\Sniffer 75 public function __construct($file)
|
/dokuwiki/inc/Cache/ |
D | CacheParser.php | 10 public $file = ''; // source file for cache variable in dokuwiki\\Cache\\CacheParser 20 public function __construct($id, $file, $mode)
|
D | CacheImageMod.php | 11 protected $file; variable in dokuwiki\\Cache\\CacheImageMod 20 public function __construct($file, $w, $h, $ext, $crop)
|
D | CacheInstructions.php | 14 public function __construct($id, $file)
|
/dokuwiki/vendor/splitbrain/php-archive/src/ |
D | Archive.php | 31 abstract public function open($file); 78 abstract public function create($file = ''); 87 abstract public function addFile($file, $fileinfo = ''); 121 abstract public function save($file);
|
D | Tar.php | 20 protected $file = ''; variable in splitbrain\\PHPArchive\\Tar 57 public function open($file) 263 public function create($file = '') 300 public function addFile($file, $fileinfo = '') 466 public function save($file) 739 public function filetype($file)
|
D | Zip.php | 20 protected $file = ''; variable in splitbrain\\PHPArchive\\Zip 54 public function open($file) 271 public function create($file = '') 305 public function addFile($file, $fileinfo = '') 528 public function save($file)
|
/dokuwiki/_test/tests/inc/ |
D | lang.php | 56 protected function loadLanguage($file) 109 public function testObsolete($english, $foreign, $code, $file, $prefix = '') 134 public function testPlaceholders($english, $foreign, $code, $file, $prefix = '')
|
D | io_savefile.test.php | 27 function _write($file){
|
D | io_replaceinfile.test.php | 29 function _write($file){
|
/dokuwiki/_test/tests/general/ |
D | general_languagelint.test.php | 38 private function checkUgly($file){
|
/dokuwiki/lib/plugins/config/core/ |
D | ConfigParser.php | 28 public function parse($file)
|
D | Loader.php | 202 protected function loadExtensionMeta($file, $type, $extname) 233 protected function loadExtensionConf($file, $type, $extname)
|
/dokuwiki/vendor/simplepie/simplepie/ |
D | autoloader.php | 78 $file = $base_dir . str_replace('\\', '/', $relative_class) . '.php'; variable
|
/dokuwiki/vendor/simplepie/simplepie/src/ |
D | Locator.php | 59 public $file; variable in SimplePie\\Locator 73 …out = 10, $useragent = null, $max_checked_feeds = 10, $force_fsockopen = false, $curl_options = []) 143 public function is_feed($file, $check_html = false)
|
/dokuwiki/_test/core/ |
D | TestUtils.php | 73 public static function fappend($file, $text) {
|
/dokuwiki/lib/scripts/ |
D | helpers.js | 59 function logError(e, file) { argument
|
/dokuwiki/inc/Debug/ |
D | DebugHelper.php | 125 $file, 156 $file,
|