Home
last modified time | relevance | path

Searched refs:file (Results 451 – 475 of 3491) sorted by relevance

1...<<11121314151617181920>>...140

/plugin/schedule/
H A DscheduleRoot.class.php296 while (false !== ($file = readdir ($pathDirObj))) {
297 if (in_array (strtolower ($file), $exclude_array))
299 $pathFile = $pathDir.$file;
300 if (is_file ($pathFile) && preg_match ('#.*\.xml$#i', $file, $b))
301 rename ($pathFile, $pathDir.$this->mbrPrefix.$file);
444 while (false !== ($file = readdir ($pathDirObj))) {
445 $subDir = $this->dataRootDir.$file.'/';
446 if (in_array (strtolower ($file), $exclude_array) || !is_dir ($subDir))
448 $list [$file] = $this->readConfig ($subDir);
449 $list [$file]["schedules"] = new schedules ($this, $list [$file]["nameSpace"]);
[all …]
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
H A DPhpParser.php80 $file = new SplFileObject($filename);
81 while (!$file->eof()) {
86 $content .= $file->fgets();
/plugin/sentry/
H A Dscript.js43 window.logError = function (e, file) { argument
44 logSentryException(e, {culprit: file});
45 originalLogError(e, file);
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/
H A DAutoloader.php83 $file = sprintf('%s/%s.php', $this->baseDir, str_replace('_', '/', $class));
84 if (is_file($file)) {
85 require $file;
/plugin/webcode/_test/data/pages/
H A Ddisplay.txt6 <file>
10 </file>
18 <file javascript>
22 </file>
/plugin/discussion/
H A Daction.php401 $file = metaFN($ID, '.comments');
408 if (@file_exists($file)) {
516 $file = metaFN($ID, '.comments');
519 if(!@file_exists($file)) {
593 io_saveFile($file, serialize($data));
629 $file = metaFN($ID, '.comments');
1176 $lines = file($changelog);
1596 if (!@file_exists($file)) return;
1614 if (!@file_exists($file)) return;
1665 $file = metaFN($ID, '.comments');
[all …]
/plugin/combo/ComboStrap/
H A DTemplateEngine.php250 LogUtility::internalError("The theme home is not the root file system", self::CANONICAL, $e);
284 throw new ExceptionNotFound("No template directory as this is not a file engine");
300 * Create a file template (used mostly for test purpose)
334 $file = $templateSearchDirectory->resolve($name);
335 if (FileSystems::exists($file)) {
336 return $file;
339 throw new ExceptionNotFound("No file named $name found");
345 $file = null;
347 $file = $componentSearchDirectory->resolve($nameWithExtenson);
348 if (FileSystems::exists($file)) {
[all...]
/plugin/publistx/template/
H A Ddokuwiki_fancy.tpl4 …tp://dx.doi.org/@doi@|doi]]@;doi@@?url@ [[@url@|web]]@;url@@?file@ {{@file@|download}}@;file@@?bib…
H A Ddokuwiki_single.tpl2 …(@note@)@;note@@?doi@ [[http://dx.doi.org/@doi@|doi]]@;doi@@?file@ {{@file@|download}}@;file@@?bib…
H A Ddokuwiki_kmh.tpl4 …(@note@)@;note@@?doi@ [[http://dx.doi.org/@doi@|doi]]@;doi@@?file@ {{@file@|download}}@;file@@?bib…
/plugin/publistf/template/
H A Ddokuwiki_fancy.tpl4 …tp://dx.doi.org/@doi@|doi]]@;doi@@?url@ [[@url@|web]]@;url@@?file@ {{@file@|download}}@;file@@?bib…
H A Ddokuwiki_single.tpl2 …(@note@)@;note@@?doi@ [[http://dx.doi.org/@doi@|doi]]@;doi@@?file@ {{@file@|download}}@;file@@?bib…
/plugin/openlayersmapoverlays/_test/
H A Dgeneral.test.php33 $file = __DIR__ . '/../plugin.info.txt';
34 self::assertFileExists($file);
36 $info = confToHash($file);
/plugin/toolbox/
H A Dextension.php68 foreach($files as $file) {
69 $zip->addFile($file, basename($file));
/plugin/infomail/
H A Dhelper.php75 $file = wikiFN(self::TPL);
77 $file = __DIR__ . '/template.txt';
79 $mailtext = io_readFile($file);
/plugin/custombuttons/
H A Daction.php24 $file = @file_get_contents(DOKU_PLUGIN . "custombuttons/config.json");
25 if(!$file) return false;
26 return json_decode($file, true);
/plugin/zip/pear/File/Archive/Reader/
H A DZip.php341 foreach ($this->files as $file) {
342 $writer->alreadyWrittenFile($file['name'], $file['stat'], $file['CRC'], $file['CLen']);
406 foreach ($this->files as $file) {
407 $writer->alreadyWrittenFile($file['name'], $file['stat'], $file['CRC'], $file['CLen']);
/plugin/barcodes/vendor/jucksearm/php-barcode/lib/
H A DBarcodeFactory.php283 if ($this->file === null) {
288 preg_match("/\.png$/", $this->file, $output);
292 $filePath = explode(DIRECTORY_SEPARATOR, $this->file);
294 … $savePath = dirname(dirname(__FILE__)).DIRECTORY_SEPARATOR.'tmp'.DIRECTORY_SEPARATOR.$this->file;
296 $savePath = $this->file;
366 if ($this->file != null) {
367 preg_match("/\.svg$/", $this->file, $output);
371 $filePath = explode(DIRECTORY_SEPARATOR, $this->file);
373 … $savePath = dirname(dirname(__FILE__)).DIRECTORY_SEPARATOR.'tmp'.DIRECTORY_SEPARATOR.$this->file;
375 $savePath = $this->file;
/plugin/xlsx2dw/
H A Dscript.js21 var file = e.target.files?.[0];
22 if(!file)
24 let fileName = file.name;
45 reader.readAsArrayBuffer(file);
76 async function getFormattedTableFromODS(file) { argument
78 await zip.loadAsync(file);
196 async function getFormattedTableFromXLS(file) { argument
204 let xlsxWorkbook = XLSX.read(file);
210 async function getFormattedTableFromXLSX(file) { argument
213 await workbook.xlsx.load(file);
/plugin/settingstree/
H A Dhelper.php186 if (!file_put_contents($file = DOKU_SETTINGS_DIR."/{$pluginname}.meta.json",json_encode($meta))
188 …!file_put_contents($file = DOKU_SETTINGS_DIR."/{$pluginname}.defaults.json",json_encode($defaults))
190 trigger_error("Can not store settings for {$pluginname} to {$file}!",E_USER_ERROR);
204 …$meta = json_decode(@file_get_contents($file = DOKU_SETTINGS_DIR."/{$pluginname}.meta.json"),true);
207 trigger_error("Could not load file: {$file}",E_USER_ERROR);
210 …$defaults = json_decode(@file_get_contents($file = DOKU_SETTINGS_DIR."/{$pluginname}.defaults.json…
213 trigger_error("Could not load file: {$file}",E_USER_ERROR);
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/lasso/
H A Dupload.lasso91 Process an uploaded file.
95 Was a file actually uploaded?
101 Split the file's extension from the filename in order
113 Make sure the file extension is allowed.
129 Copy the uploaded file to its final location.
148 …$customMsg = 'This file uploader is disabled. Please check the "editor/filemanager/upload/lasso/co…
/plugin/findologicxmlexport/vendor/twig/twig/src/Loader/
H A DFilesystemLoader.php291 private function isAbsolutePath($file) argument
293 return strspn($file, '/\\', 0, 1)
294 || (\strlen($file) > 3 && ctype_alpha($file[0])
295 && ':' === substr($file, 1, 1)
296 && strspn($file, '/\\', 2, 1)
298 || null !== parse_url($file, PHP_URL_SCHEME)
/plugin/acmenu/
H A Dsyntax.php258 foreach ($files as $file) {
259 if (is_file($dir . "/" . $file)) {
260 $pg_name = cleanID(utf8_decodeFN(substr_replace($file, "", -strlen(".txt"))));
275 $id = implode(":", array_filter(array($ns_acmenu, $file, $conf["start"]), "strlen"));
279 $heading = $file;
283 if (file_exists($dir . "/" . $file . "/" . $conf["sidebar"] . ".txt")) {
295 "sub" => $this->_tree(implode(":", array_filter(array($ns_acmenu, $file), "strlen")), $level));
/plugin/linkback/action/
H A Dsend.php59 // get linkback meta file name
60 $file = metaFN($ID, '.linkbacks');
70 if (@ file_exists($file)) {
71 $data = unserialize(io_readFile($file, false));
104 io_saveFile($file, serialize($data));
148 // get linkback meta file name
149 $file = metaFN($ID, '.linkbacks');
159 if (@ file_exists($file)) {
160 $data = unserialize(io_readFile($file, false));
/plugin/fetchmedia/lang/en/
H A Dintro.txt4 * only files linked as a commen external file (e.g. ''%%{{https://www.example.com/file.pdf}}%%'')
5 * only windows share links (e.g. ''%%[[\\server\share\file.pdf]]%%'')

1...<<11121314151617181920>>...140