Home
last modified time | relevance | path

Searched defs:file (Results 1 – 25 of 62) sorted by relevance

123

/dokuwiki/inc/
Dio.php76 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 …]
Dsearch.php112 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)
Dcache.php27 public function __construct($id, $file, $mode)
41 public function __construct($id, $file, $mode)
53 public function __construct($id, $file)
DLogger.php66 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)
Dfetch.functions.php32 function sendFile($file, $mime, $dl, $cache, $public = false, $orig = null, $csp = [])
150 function checkFileStatus(&$media, &$file, $rev = '', $width = 0, $height = 0)
Dhttputils.php67 function http_sendfile($file)
253 function http_cached_finish($file, $content)
Dconfutils.php33 function mimetype($file, $knownonly = true)
266 function confToHash($file, $lower = false)
282 function jsonToArray($file)
/dokuwiki/vendor/simplepie/simplepie/src/Content/Type/
DSniffer.php68 public $file; variable in SimplePie\\Content\\Type\\Sniffer
75 public function __construct($file)
/dokuwiki/inc/Cache/
DCacheParser.php10 public $file = ''; // source file for cache variable in dokuwiki\\Cache\\CacheParser
20 public function __construct($id, $file, $mode)
DCacheImageMod.php11 protected $file; variable in dokuwiki\\Cache\\CacheImageMod
20 public function __construct($file, $w, $h, $ext, $crop)
DCacheInstructions.php14 public function __construct($id, $file)
/dokuwiki/vendor/splitbrain/php-archive/src/
DArchive.php31 abstract public function open($file);
78 abstract public function create($file = '');
87 abstract public function addFile($file, $fileinfo = '');
121 abstract public function save($file);
DTar.php20 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)
DZip.php20 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/
Dlang.php56 protected function loadLanguage($file)
109 public function testObsolete($english, $foreign, $code, $file, $prefix = '')
134 public function testPlaceholders($english, $foreign, $code, $file, $prefix = '')
Dio_savefile.test.php27 function _write($file){
Dio_replaceinfile.test.php29 function _write($file){
/dokuwiki/_test/tests/general/
Dgeneral_languagelint.test.php38 private function checkUgly($file){
/dokuwiki/lib/plugins/config/core/
DConfigParser.php28 public function parse($file)
DLoader.php202 protected function loadExtensionMeta($file, $type, $extname)
233 protected function loadExtensionConf($file, $type, $extname)
/dokuwiki/vendor/simplepie/simplepie/
Dautoloader.php78 $file = $base_dir . str_replace('\\', '/', $relative_class) . '.php'; variable
/dokuwiki/vendor/simplepie/simplepie/src/
DLocator.php59 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/
DTestUtils.php73 public static function fappend($file, $text) {
/dokuwiki/lib/scripts/
Dhelpers.js59 function logError(e, file) { argument
/dokuwiki/inc/Debug/
DDebugHelper.php125 $file,
156 $file,

123