Home
last modified time | relevance | path

Searched refs:filename (Results 176 – 200 of 756) sorted by relevance

12345678910>>...31

/plugin/combo/vendor/symfony/yaml/
H A DYaml.php46 * @param string $filename The path to the YAML file to be parsed
53 public static function parseFile(string $filename, int $flags = 0) argument
57 return $yaml->parseFile($filename, $flags);
/plugin/timetrack/
H A Dadmin.php43 $filename = 'timetrack'.time() . '.csv';
44 $fp = fopen($this->tmp.$filename, 'w');
53 sendFile($this->tmp . $filename, 'text/comma-separated-values', true, 0);
/plugin/mikioplugin/
H A Daction.php68 $filename = strtolower($value);
69 if (substr($filename, -5) == '.less' || substr($filename, -4) == '.css') {
70 $stylesheets[] = DOKU_BASE . $filename;
/plugin/latex/
H A Dclass.latexrender.php144 $filename = "img".$formula_hash.'.'.$this->_image_format;
145 $full_path_filename = $this->getPicturePath()."/".$filename;
149 return $this->getPicturePathHTTPD()."/".$filename;
168 return $this->getPicturePathHTTPD().$filename;
189 function getDimensions($filename) { argument
190 $output=$this->myexec($this->_identify_path." ".$filename, $status);
/plugin/vcard/
H A Dvcard.php74 var $filename; variable in vCard
95 $this->filename = "$first-$family.vcf";
160 return $this->filename;
185 $filename = $v->getFileName(); variable
187 header('Content-Disposition: attachment; filename='.$filename);
190 header('Content-Type: text/x-vCard; name='.$filename);
/plugin/latex-was/
H A Dclass.latexrender.php144 $filename = "img".$formula_hash.'.'.$this->_image_format;
145 $full_path_filename = $this->getPicturePath()."/".$filename;
149 return $this->getPicturePathHTTPD()."/".$filename;
168 return $this->getPicturePathHTTPD().$filename;
189 function getDimensions($filename) { argument
190 $output=$this->myexec($this->_identify_path." ".$filename, $status);
/plugin/photogallery/phpThumb/
H A Dphpthumb.functions.php590 return md5_file($filename);
592 if ($fp = @fopen($filename, 'rb')) {
912 $AllFiles[] = $filename;
928 …$filename = preg_replace('/[^'.preg_quote(' !#$%^()+,-.;<>=@[]_{}').'a-zA-Z0-9]/', '_', $filename);
930 $filename = trim($filename, '.');
932 return $filename;
1026 function is_executable($filename) { argument
1028 return file_exists($filename);
1049 function file_get_contents($filename) { argument
1053 if ($fp = @fopen($filename, 'rb')) {
[all …]
/plugin/accscounter/
H A Dadmin.php102 foreach ($metadir as $filename) {
103 $islogfile = utf8_substr($filename, $length);
113 if ($specified) $found[$page] = $filename;
133 foreach ($found as $page => $filename) {
134 $array = @file($filename);
/plugin/gtime/
H A Drenderer.php76 $filename = "GuardTime_Timestamp_Attic_{$filerev}.zip";
99 header("Content-Disposition: attachment; filename={$filename}");
103 'Content-Disposition' => "attachment; filename={$filename}.zip"
/plugin/findologicxmlexport/vendor/hoa/consistency/
H A DAutoloader.php137 * @param string $filename File name.
140 public function requireFile($filename) argument
142 if (false === file_exists($filename)) {
146 require $filename;
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/.ci/jobs/
H A Ddefaults.yml44 filename: .ci/test-matrix.yml
48 filename: .ci/test-matrix.yml
52 filename: .ci/test-matrix.yml
56 filename: .ci/test-matrix.yml
/plugin/ckgdoku/fckeditor/editor/filemanager/connectors/php/
H A Ddwfck_sessions.php61 foreach (glob("$sess_save_path/sess_*") as $filename) {
62 if (filemtime($filename) + $maxlifetime < time()) {
63 @unlink($filename);
/plugin/fckg/fckeditor/editor/filemanager/connectors/php/
H A Ddwfck_sessions.php61 foreach (glob("$sess_save_path/sess_*") as $filename) {
62 if (filemtime($filename) + $maxlifetime < time()) {
63 @unlink($filename);
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A Ddwfck_sessions.php61 foreach (glob("$sess_save_path/sess_*") as $filename) {
62 if (filemtime($filename) + $maxlifetime < time()) {
63 @unlink($filename);
/plugin/findologicxmlexport/vendor/phpunit/php-token-stream/tests/_fixture/
H A Dsource3.php12 foreach ($included_files as $filename) {
13 echo "$filename\n";
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudBuild/
H A DBuildTrigger.php52 public $filename; variable in Google\\Service\\CloudBuild\\BuildTrigger
217 public function setFilename($filename) argument
219 $this->filename = $filename;
226 return $this->filename;
/plugin/cronojob/jobs/
H A Dclearcache.php30 foreach (glob($fileglob) as $filename) {
31 rmeverything_cache($filename, $basedir, $params, $time_older);
86 foreach (glob($fileglob) as $filename) {
87 removelock($filename, $basedir, $time_older);
/plugin/html2pdf/html2pdf/html2ps/
H A Dstubs.file_put_contents.inc.php3 function file_put_contents($filename, $data) { argument
4 $file = fopen($filename, 'w');
H A Ddestination.download.class.php3 function DestinationDownload($filename) { argument
4 $this->DestinationHTTP($filename);
H A Doutput.pdflib.class.php298 $filename = $this->generate_cpg($encoding_name,
304 $filename));
349 $filename = $this->generate_cpg('koi8-r');
350 pdf_set_parameter($this->pdf, 'Encoding', sprintf('koi8-r=%s', $filename));
431 $filename = CACHE_DIR.$encoding.'.cpg';
433 $filename = CACHE_DIR.uniqid('', false).'.cpg';
436 if (file_exists($filename)) {
437 return $filename;
440 $output = fopen($filename, 'w');
449 return $filename;
/plugin/emoji/emojione/
H A DClient.php256 $filename = $unicode;
276 …ass="emojione" alt="'.$alt.'" '.$titleTag.' src="'.$this->imagePathPNG.$filename.'.png'.$this->cac…
286 …return '<object class="emojione" data="'.$this->imagePathSVG.$filename.'.svg'.$this->cacheBustPara…
468 $filename = $shortcode_replace[$shortname];
484 …return '<span class="emojione emojione-'.$filename.'" title="'.htmlspecialchars($shortname).'">'.$…
488 ….' title="'.htmlspecialchars($shortname).'" src="'.$this->imagePathPNG.$filename.'.png'.$this->cac…
494 ….'</description><use xlink:href="'.$this->imagePathSVGSprites.'#emoji-'.$filename.'"></use></svg>';
498 …return '<object class="emojione" data="'.$this->imagePathSVG.$filename.'.svg'.$this->cacheBustPara…
/plugin/gtime/action/
H A Dtimestamp.php111 $filename = DOKU_INC.'/data/tmp/publications.bin';
113 if (file_exists($filename)) {
114 $filetime = filemtime($filename);
126 $newFile->save($filename);
139 return GTPublicationsFile::load($filename);
/plugin/bookmarkfile/
H A Dsyntax.php64 $filename = $conf['mediadir'].'/'.str_replace(':', '/', $matches[1]);
75 $bookmarkfile = fopen($filename, "r-");
89 $bookmarks = $this->parseFirefoxFile($filename);
191 private function parseFirefoxFile($filename) argument
193 $json = file_get_contents($filename);
/plugin/page4release/
H A Dsyntax.php50 $filename = array_pop(explode(':',$ID));
51 if (isset($page4release[$filename])) {
52 foreach ($page4release[$filename] as $otherId=>$otherRelease) {
/plugin/dw2pdf/vendor/setasign/fpdi/src/
H A Dautoload.php12 $filename = str_replace('\\', DIRECTORY_SEPARATOR, substr($class, 14)) . '.php'; variable
13 $fullpath = __DIR__ . DIRECTORY_SEPARATOR . $filename;

12345678910>>...31