Home
last modified time | relevance | path

Searched refs:filename (Results 301 – 325 of 756) sorted by path

1...<<11121314151617181920>>...31

/plugin/findologicxmlexport/vendor/twig/twig/src/Sandbox/
H A DSecurityNotAllowedPropertyError.php24 …public function __construct($message, $className, $propertyName, $lineno = -1, $filename = null, \… argument
26 parent::__construct($message, $lineno, $filename, $previous);
H A DSecurityNotAllowedTagError.php23 …public function __construct($message, $tagName, $lineno = -1, $filename = null, \Exception $previo… argument
25 parent::__construct($message, $lineno, $filename, $previous);
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DTokenStream.php28 protected $filename; variable in Twig\\TokenStream
51 $this->filename = $this->source->getName();
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
H A DFileExtensionEscapingStrategyTest.php19 public function testGuess($strategy, $filename) argument
21 $this->assertSame($strategy, FileExtensionEscapingStrategy::guess($filename));
H A DFilesystemHelper.php17 foreach ($iterator as $filename => $fileInfo) {
23 rmdir($filename);
25 unlink($filename);
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/LegacyFixtures/autoescape/
H A Dfilename.legacy.test2 "filename" autoescape strategy
14 return ['autoescape' => 'filename']
/plugin/freechat/phpfreechat/lib/csstidy-1.2/
H A Dcss_optimiser.php301 $filename = md5(mt_rand().time().mt_rand()); variable
302 $handle = fopen('temp/'.$filename.'.css','w');
331 echo ' - <a href="temp/'.$filename.'.css">Download</a>';
/plugin/freechat/phpfreechat/lib/pear/PHPUnit/GUI/
H A DSetupDecorator.php157 $filename = $dir . DIRECTORY_SEPARATOR . $file;
173 if (is_file($filename) && $match) {
174 $tmp = str_replace($rootDir, '', $filename);
187 $files[$className] = $filename;
190 if ($file != '.' && $file != '..' && is_dir($filename)) {
191 … $files = array_merge($files, $this->_getFiles($filename, $filenamePattern, $exclude, $rootDir));
/plugin/freechat/phpfreechat/src/containers/
H A Dfile.class.php69 $filename = $c->data_private_path.'/filemtime.test';
71 if (is_writable(dirname($filename)))
73 file_put_contents($filename,'some-data1-'.time());
75 $time1 = filemtime($filename);
77 file_put_contents($filename,'some-data2-'.time());
79 $time2 = filemtime($filename);
80 unlink($filename);
86 $filename = $c->data_private_path.'/filemtime.test';
87 if (is_writable(dirname($filename)))
90 file_put_contents($filename, $data1, LOCK_EX);
[all …]
/plugin/freechat/phpfreechat/src/
H A Dpfcglobalconfig.class.php965 $filename = $this->data_private_path.'/filemtime2.test';
966 if (is_writable(dirname($filename)))
969 file_put_contents($filename, $data1, LOCK_EX);
970 $data2 = file_get_contents($filename);
H A Dpfctools.php291 function file_get_contents_flock($filename, $incpath = false, $resource_context = null) argument
293 if (false === $fh = fopen($filename, 'rb', $incpath)) {
305 if ($fsize = @filesize($filename)) {
324 function file_get_contents($filename, $incpath = false, $resource_context = null) argument
326 if (false === $fh = fopen($filename, 'rb', $incpath))
332 if ($fsize = filesize($filename))
370 function file_put_contents($filename, $content, $flags = null, $resource_context = null) argument
398 if (($fh = @fopen($filename, $mode, $use_inc_path)) === false) {
399 user_error('file_put_contents() failed to open stream: Permission denied ['.$filename.']',
415 $errormsg = sprintf('file_put_contents() Failed to write %d bytes to %s ['.$filename.']',
[all …]
/plugin/freesync/
H A Dhelper.php364 $filename = mediaFN($id);
365 if (!@ file_exists($filename))
368 $file['lastModified'] = filemtime($filename);
369 $file['size'] = filesize($filename);
374 $data = io_readFile($filename, false);
/plugin/function/
H A Dsyntax.php60 $filename = DOKU_PLUGIN . 'function/functions/' . $this->getConf($func);
61 include ($filename);
/plugin/gallery2/dwgallery/
H A Ddwgallery.php406 $filename = strtolower($file);
407 if (substr($filename,0,6) != 'thumb_' and substr($filename,0,$len) == $suffix) {
408 if (stristr($filename, '.jpg')) {
409 $image[] = $path.$filename;
411 $imagename[] = $filename;
415 $image[] = $path.$filename;
417 $imagename[] = $filename;
421 $image[] = $path.$filename;
423 $imagename[] = $filename;
427 $image[] = $path.$filename;
[all …]
/plugin/galleryv1.5/inc/
H A Dmagazinelayout.class.php246 $filename = $img['meta']->_fileName;
247 if ($url == '') $url = $filename;
250 (strtolower($this->_getFileExt($filename)) != "jpg") &&
251 (strtolower($this->_getFileExt($filename)) != "jpeg") &&
252 (strtolower($this->_getFileExt($filename)) != "gif") &&
253 (strtolower($this->_getFileExt($filename)) != "png")
259 $imagesize = getimagesize($filename);
280 $opts['filename'] = $filename;
/plugin/git/
H A Dhelper.php75 $filename = $conf['datadir'].$entry['file'];
76 if (strpos($filename, 'syntax') > 0) continue; // Skip instructional pages
77 $body = @file_get_contents($filename);
424 function getFileContents($filename) argument
427 $handle = fopen($filename, "r");
428 $contents = fread($handle, filesize($filename));
/plugin/git/lib/
H A DGit.php288 public function getFile($filename, $branch = 'HEAD') { argument
290 $cmd = 'show '.$branch.':'.$filename;
/plugin/git/syntax/
H A Dremotestatus.php211 function getFileContents($filename) argument
214 $handle = fopen($filename, "r");
215 $contents = fread($handle, filesize($filename));
/plugin/glossary/
H A Dglossary.class.php338 $filename = $this->cacheDir."poll-".md5($md5id).".cache";
339 if (file_exists ($filename)) {
340 echo file_get_contents ($filename);
356 file_put_contents ($filename, $text);
/plugin/gnuplot/
H A Dsyntax.php110 "set output '".$filename."'\n" . $data;
/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/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/highlightjs/highlight/
H A Dhighlight.pack.js1 …s|tottime|cumtime)",e:"$",l:[hljs.IR],k:{ncalls:1,tottime:10,cumtime:10,filename:1},r:10},{cN:"fun…
H A Dreadme.eng.txt115 filename filename in an entry
H A Dreadme.rus.txt120 filename имя файла в строке результата

1...<<11121314151617181920>>...31