Home
last modified time | relevance | path

Searched refs:filename (Results 401 – 425 of 756) sorted by relevance

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

/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Assert/
H A DFunctions.php672 * @param string $filename
675 function assertFileExists($filename, $message = '') argument
704 * @param string $filename
707 function assertFileNotExists($filename, $message = '') argument
/plugin/sequencediagram/bower_components/lodash/vendor/underscore/test/
H A Dutility.js36 var filename = __dirname + '/../underscore.js';
37 fs.readFile(filename, function(err, content){
40 filename
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DLexer.php34 protected $filename; variable in Twig\\Lexer
103 $this->filename = $this->source->getName();
306 …d since version 1.21. Use "verbatim" instead in %s at line %d.', $this->filename, $this->lineno), …
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/PHP/Template/
H A DTestCaseMethod.tpl.dist30 require_once '{filename}';
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.audio.optimfrog.php82 …$getid3_temp->openfile($this->getid3->filename, $this->getid3->info['filesize'], $this->getid3->fp…
313 …$getid3_temp->openfile($this->getid3->filename, $this->getid3->info['filesize'], $this->getid3->fp…
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Locks/
H A DPluginTest.php911 $filename = SABRE_TEMPDIR . '/test.txt';
913 fileinode($filename) .
914 filesize($filename ) .
915 filemtime($filename)
/plugin/html5video2/syntax/
H A Dvideo.php208 private function _getAlts($filename) { argument
/plugin/zip/pear/File/Archive/Reader/
H A DZip.php374 $filename = $this->currentFilename;
384 $writer->newFile($filename, $stat);
/plugin/sequencediagram/bower_components/snap.svg/doc/js/
H A Dprism.js5filename);c.onmessage=function(e){l.highlightedCode=n.stringify(JSON.parse(e.data),o);t.hooks.run(…
/plugin/socialshareprivacy2/JC/
H A DREADME.md81 …document.cookie will not return a cookie if it was set with a path attribute containing a filename.
85 …using `path: window.location.pathname` in case such pathname contains a filename like so: `/check.…
/plugin/siteexport/renderer/
H A Dpdf.php409 public function _highlight($type, $text, $language = NULL, $filename = NULL, $options = NULL) { argument
411 parent::_highlight($type, $text, $language, $filename, $options);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/TextUI/
H A DCommand.php909 * @param string $filename
911 protected function handleBootstrap($filename) argument
914 PHPUnit_Util_Fileloader::checkAndLoad($filename);
/plugin/quickstats/GEOIP/vendor/composer/ca-bundle/
H A DREADME.md34 - `CaBundle::validateCaFile($filename)`: Validates a CA file using openssl_x509_parse only if it is…
/plugin/findologicxmlexport/vendor/twig/twig/ext/twig/
H A Dtwig.c551 zval *filename; in TWIG_RUNTIME_ERROR() local
570 MAKE_STD_ZVAL(filename); in TWIG_RUNTIME_ERROR()
580 call_user_function(EG(function_table), &template, filename_func, filename, 0, 0 TSRMLS_CC); in TWIG_RUNTIME_ERROR()
584 constructor_args[2] = filename; in TWIG_RUNTIME_ERROR()
590 zval_ptr_dtor(&filename); in TWIG_RUNTIME_ERROR()
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/php/
H A Dio.php168 return $info->filename . $info->path_info ;
/plugin/copycode/
H A DREADME.md52 - Fix \<file\> tag with no filename did not work when trying to copy the code block (https://github.com/nicolasprigent/Dokuwiki-Copycode-plugin/issues/4)
/plugin/text/
H A Drenderer.php369 function file($text, $language = null, $filename = null, $options = null) { argument
373 function code($text, $language = null, $filename = null, $options = null) { argument
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DTTFontFileAnalysis.php11 $this->filename = $file;
278 throw new \Mpdf\MpdfException('ERROR - Font (' . $this->filename . ') NOT ADDED as it is not Unicode encoded, and cannot be used by mPDF');
/plugin/jplayer/vendor/james-heinrich/getid3/demos/
H A Ddemo.write.php44 $tagwriter->filename = $Filename;
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/py/
H A Dzope.py135 fileName = self.getFileName(file.filename)
/plugin/datatables/assets/datatables.net-buttons/js/
H A Dbuttons.flash.min.js
/plugin/issuetracker/
H A Dsyntax.php1756 while(false !== ($filename = readdir($path))){
1757 if($filename != "." && $filename != ".."){
1759 if(file_exists(DOKU_INC.$ip_block_path.'/'.$filename)) {
1760 … $t_check = filemtime(DOKU_INC.$ip_block_path.'/'.$filename)+$ip_blocked_sec;
1761 if($t_check <= time()) { @unlink(DOKU_INC.$ip_block_path.'/'.$filename); }
1786 … $t_check = intval((filemtime(DOKU_INC.$ip_block_path.'/'.$filename)+$ip_blocked_sec-time())/60);
1795 … $t_check = intval((filemtime(DOKU_INC.$ip_block_path.'/'.$filename)+$ip_blocked_sec-time())/60);
/plugin/ckgdoku/fckeditor/editor/filemanager/connectors/php/
H A Dio.php186 return $info->filename . $info->path_info ;
/plugin/fckg/fckeditor/editor/filemanager/connectors/php/
H A Dio.php184 return $info->filename . $info->path_info ;
/plugin/table2csv/
H A DREADME.md20 The filename and path can be specified in the /conf/default.php file.

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