Home
last modified time | relevance | path

Searched refs:file (Results 276 – 300 of 3491) sorted by relevance

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

/plugin/html2pdf/html2pdf/html2ps/
H A Dstubs.file_get_contents.inc.php4 function file_get_contents($file) { argument
5 $lines = file($file);
H A Dstubs.file_put_contents.inc.php4 $file = fopen($filename, 'w');
5 fwrite($file, $data);
6 fclose($file);
/plugin/freechat/phpfreechat/src/
H A Dpfcglobalconfig.class.php834 while (false !== ($file = readdir($dh)))
836 $f_src = $dir.'/'.$file;
837 $f_dst = $this->data_public_path.'/js/'.$file;
838 … if ($file == "." || $file == ".." || !is_file($f_src)) continue; // skip . and .. generic files
1125 function isDefaultFile($file) argument
1132 function getFilePathFromTheme($file) argument
1135 return $this->theme_path."/".$this->theme."/".$file;
1138 return $this->theme_default_path."/default/".$file;
1146 function getFileUrlFromTheme($file) argument
1149 return $this->theme_url.'/'.$this->theme.'/'.$file;
[all …]
/plugin/txtconf/conf/
H A Dsmileys.metadata.php20 $file['local'] = 'DOKU_CONF."smileys.local.conf"'; // mandatory (file doesn't have to …
21 $file['default'] = 'DOKU_CONF."smileys.conf"'; // optional
22 $file['protected'] = ''; // optional
H A Dacronyms.metadata.php20 $file['local'] = 'DOKU_CONF."acronyms.local.conf"'; // mandatory (file doesn't have to…
21 $file['default'] = 'DOKU_CONF."acronyms.conf"'; // optional
22 $file['protected'] = ''; // optional
H A Dentities.metadata.php20 $file['local'] = 'DOKU_CONF."entities.local.conf"'; // mandatory (file doesn't have to…
21 $file['default'] = 'DOKU_CONF."entities.conf"'; // optional
22 $file['protected'] = ''; // optional
H A Dinterwiki.metadata.php20 $file['local'] = 'DOKU_CONF."interwiki.local.conf"'; // mandatory (file doesn't have t…
21 $file['default'] = 'DOKU_CONF."interwiki.conf"'; // optional
22 $file['protected'] = ''; // optional
H A Dmime.metadata.php20 $file['local'] = 'DOKU_CONF."mime.local.conf"'; // mandatory (file doesn't have to exi…
21 $file['default'] = 'DOKU_CONF."mime.conf"'; // optional
22 $file['protected'] = ''; // optional
/plugin/structodt/
H A Dhelper.php25 * Generate temporary file name with full path in temporary directory
40 * Render ODT file from template
64 foreach ($files as $file) {
65 $content_file = $tmp_dir . $file;
81 foreach($this->readdir_recursive($tmp_dir) as $file) {
82 $fileInfo = FileInfo::fromPath($file);
84 $tmp_zip->addFile($file, $fileInfo);
95 * Render PDF file from template
113 @unlink($tmp_file); // remove odt file
126 // Add each pdf file t
[all...]
/plugin/remotelistnamespace/
H A Dremote.php41 function search_namespace(&$data,$base,$file,$type,$lvl,$opts){ argument
48 $parts = explode('/',ltrim($file,'/'));
54 $item['id'] = pathID($file);
62 $parts = explode('/',ltrim($file,'/'));
/plugin/advanced/lang/en/config/
H A Dmain.txt5file. However this file contains the "default" values of the system. To customize it, you should e…
/plugin/linkback/
H A Dsyntax.php53 // get linkback meta file name
54 $file = metaFN($ID, '.linkbacks');
65 if (@ file_exists($file))
66 $data = unserialize(io_readFile($file, false));
78 io_saveFile($file, serialize($data));
/plugin/loglog/helper/
H A Dlogging.php8 protected $file = ''; variable in helper_plugin_loglog_logging
14 $this->file = DOKU_PLUGIN . 'loglog/_test/loglog.log';
16 $this->file = $conf['cachedir'] . '/loglog.log';
41 io_saveFile($this->file, "$line\n", true);
80 if (!@file_exists($this->file)) return $data;
81 $fp = fopen($this->file, 'rb');
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Reports/
H A DSummary.php121 foreach ($this->_reportFiles as $file => $data) {
133 foreach ($this->_reportFiles as $file => $data) {
136 $file = '...'.substr($file, (($padding * -1) + 3));
140 echo $file.str_repeat(' ', $padding).' ';
/plugin/findologicxmlexport/vendor/sebastian/environment/src/
H A DRuntime.php62 $file = file($_SERVER['_']);
64 if (strpos($file[0], ' ') !== false) {
65 $tmp = explode(' ', $file[0]);
68 self::$binary = escapeshellarg(ltrim(trim($file[0]), '#!'));
/plugin/preservefilenames/
H A Daction_angua.php371 $file = $this->_getOriginalFileName($item['id']);
373 if ($file === false) {
374 $file = utf8_decodeFN($item['file']);
379 $fakeId = $ns === false ? $file : "$ns:$file";
397 echo '<a name="h_:'.$item['id'].'" class="'.$class.'">'.hsc($file).'</a> ';
440 $file = $this->_getOriginalFileName($item['id']);
442 if ($file === false) {
443 $file = utf8_decodeFN($item['file']);
448 $fakeId = $ns === false ? $file : "$ns:$file";
467 $name = hsc($file);
/plugin/projects/action/
H A Daction.php98 foreach ($files as $file) {
99 if ($file->type() != $type) continue;
101 $name = $file->name();
103 if ($file->is_target() && $perm > AUTH_READ)
125 foreach ($files as $file) {
126 $id = $project->name() . ":$file";
129 echo "<a href=\"$link\">$file</a>";
140 $file = end(explode(":", $name));
141 $link = DOKU_URL . "/doku.php?id=$name:$file&do=manage_files";
333 $file = $project->path() . noNS($file_id);
[all …]
/plugin/judge/
H A Dzerospace.php2 $file = dirname(dirname(dirname(dirname(__FILE__)))) . '/inc/utf8.php'; variable
3 $str=file_get_contents($file);
4 file_put_contents($file, str_replace("‌", "",$str));
/plugin/mediathumbnails/
H A Ddokuwiki_plugin_page.wiki29 * Support for Office file thumbnails:
54 In default settings, a click in the thumbnail will have your browser download the media file.
56 … by default in case a referenced media file does not contain a thumbnail (office files) or is an u…
62file given via the string `media_path_and_filename` (standard file path for the [[:media_manager|M…
64 …, the image itself is stored within the media library alongside the media file (see [[#Implementat…
66 The plugin watches file changes at the moment a wiki page is rendered. You might need to watch out …
68 In case a media file is replaced by another file (with the same name), this will be noticed by time…
76 In all cases where a file format is supported by the plugin, it will add a thumbnail image into the…
86 The file format for PDF thumbnails will always be JPG.
90file format of the thumbnail in office files might theoretically be any image file format. It depe…
[all …]
/plugin/metadisplay/helper/
H A Dhtml.php83 while (($file = readdir($dh)) !== false) {
84 if ($file == '.' || $file == '..') continue;
85 if (is_dir("$dir/$file")) $this->recurse("$dir/$file");
86 if (preg_match("/\.meta$/", $file)) {
87 if($this->page && !preg_match("/" . $this->page ."/",$file)) continue;
89 if(!preg_match("/^" . $this->page ."\.meta$/",$file)) continue;
92 $store_name = preg_replace('/^\./', $this->subdir, "$dir/$file");
95 $success = $this->get_data("$dir/$file","$id_name",$store_name);
110 function get_data($file,$id_path,$store_name="") { argument
113 $data = file_get_contents($file);
[all …]
H A Dplaintext.php83 while (($file = readdir($dh)) !== false) {
84 if ($file == '.' || $file == '..') continue;
85 if (is_dir("$dir/$file")) $this->recurse("$dir/$file");
86 if (preg_match("/\.meta$/", $file)) {
87 if($this->page && !preg_match("/" . $this->page ."/",$file)) continue;
89 if(!preg_match("/^" . $this->page ."\.meta$/",$file)) continue;
92 $store_name = preg_replace('/^\./', $this->subdir, "$dir/$file");
95 $success = $this->get_data("$dir/$file","$id_name",$store_name);
110 function get_data($file,$id_path,$store_name="") { argument
113 $data = file_get_contents($file);
[all …]
/plugin/mdpage/src/
H A Dbootstrap.php3 function includeIfExists($file) { argument
4 return file_exists($file) ? include $file : false;
/plugin/commonmark/src/
H A Dbootstrap.php3 function includeIfExists($file) { argument
4 return file_exists($file) ? include $file : false;
/plugin/accscounter/
H A Dadmin.php57 $ipdata = @file($achelper->counterFN($page, '.ip'));
65 … $counterarray = @file($achelper->counterFN($page, '.number'), FILE_IGNORE_NEW_LINES);
134 $array = @file($filename);
197 foreach(glob($path . "/*") as $file) {
198 if (is_dir($file)) {
199 $result = array_merge($result, $this->getFiles($file));
202 $result[] = $file;
/plugin/tindexmenu/
H A Dajax.php73 while (false !== ($file = readdir($handle))) {
74 if ( is_dir (INDEXMENU_IMG_ABSDIR.'/'.$file)
75 && $file != "."
76 && $file != ".."
77 && $file != "repository"
78 && $file != "tmp"
80 $data[]=$file;

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