Home
last modified time | relevance | path

Searched refs:filename (Results 451 – 475 of 756) sorted by last modified time

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

/plugin/codeprettify/code-prettify/src/
H A Dlang-xq.js64 …:get-request-header|xdmp:get-request-field-names|xdmp:get-request-field-filename|xdmp:get-request-…
/plugin/acronymedit/
H A Dadmin.php100 function writeFile($filename,$chaine) { argument
102 …if (is_writable( $filename ) || (is_writable(dirname( $filename ).'/.') && !file_exists( $filename
103 if (!$handle = fopen($filename, 'w')) {
104 msg($this->getLang('abbr_err_open')." ($filename).",-1);
109 msg($this->getLang('abbr_err_write')." ($filename).",-1);
117 msg($this->getLang('abbr_err_secure')." ($filename).",-1);
/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/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/sequencediagram/bower_components/lodash/lib/fp/
H A Dbuild-modules.js121 'ignore': ignored.map(filename => {
122 return path.join(target, filename);
H A Dbuild-dist.js14 const filename = 'lodash.fp.js'; constant
20 'filename': filename, property in fpConfig.output
52 file.min(path.join(distPath, filename))
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/
H A Dfirebug-lite-debug.js23596 while (frame && FBL.isSystemURL(frame.filename) )
/plugin/sequencediagram/bower_components/raphael/
H A Dwebpack.config.js19 filename: "raphael.js",
H A Dyarn.lock469 unique-filename "^1.1.1"
2188 require-main-filename@^1.0.1:
2190 …resolved "https://registry.yarnpkg.com/require-main-filename/-/require-main-filename-1.0.1.tgz#97f…
2646 unique-filename@^1.1.1:
2648 …resolved "https://registry.yarnpkg.com/unique-filename/-/unique-filename-1.1.1.tgz#1d69769369ada05…
2855 require-main-filename "^1.0.1"
/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/sequencediagram/bower_components/lodash/lib/main/
H A Dbuild-dist.js11 const filename = 'lodash.js'; constant
13 const baseLodash = path.join(basePath, filename);
14 const distLodash = path.join(distPath, filename);
/plugin/sequencediagram/bower_components/lodash/
H A Dyarn.lock1341 filename-regex@^2.0.0:
1343 …resolved "https://registry.yarnpkg.com/filename-regex/-/filename-regex-2.0.0.tgz#996e3e80479b98b98…
2131 filename-regex "^2.0.0"
2756 require-main-filename@^1.0.1:
2758 …resolved "https://registry.yarnpkg.com/require-main-filename/-/require-main-filename-1.0.1.tgz#97f…
3330 require-main-filename "^1.0.1"
/plugin/dlcounter/
H A DREADME.md42 strip => strip the path information to leave just the filename
43 nobold => do not highlight the filename
57 …nless the *strip* option is used. Sorting on filenames is sorted on the filename with the path as …
/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/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
H A DFileCacheReader.php115 && (false !== $filename = $class->getFileName())
116 && filemtime($path) < filemtime($filename)) {
150 && (false !== $filename = $class->getFilename())
151 && filemtime($path) < filemtime($filename)) {
185 && (false !== $filename = $class->getFilename())
186 && filemtime($path) < filemtime($filename)) {
H A DPhpParser.php45 if (false === $filename = $class->getFileName()) {
49 $content = $this->getFileContent($filename, $class->getStartLine());
67 * @param string $filename The name of the file to load.
72 private function getFileContent($filename, $lineNumber) argument
74 if ( ! is_file($filename)) {
80 $file = new SplFileObject($filename);
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dtemplates.rst320 filename. You can access templates in subdirectories with a slash:
/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/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
H A DConfiguration.php148 protected $filename; variable in PHPUnit_Util_Configuration
153 * @param string $filename
155 protected function __construct($filename) argument
157 $this->filename = $filename;
158 $this->document = PHPUnit_Util_XML::loadFile($filename, false, true, true);
169 * @param string $filename
173 public static function getInstance($filename) argument
175 $realpath = realpath($filename);
181 $filename
200 return $this->filename;
[all …]
/plugin/findologicxmlexport/vendor/symfony/yaml/Command/
H A DLintCommand.php99 foreach ($filenames as $filename) {
100 if (!$this->isReadable($filename)) {
101 … throw new RuntimeException(sprintf('File or directory "%s" is not readable.', $filename));
104 foreach ($this->getFiles($filename) as $file) {
/plugin/findologicxmlexport/vendor/symfony/yaml/
H A DYaml.php45 * @param string $filename The path to the YAML file to be parsed
52 public static function parseFile(string $filename, int $flags = 0) argument
56 return $yaml->parseFile($filename, $flags);
/plugin/findologicxmlexport/vendor/hoa/stream/Test/Integration/Filter/
H A DLateComputed.php60 $filename = 'hoa://Test/Vfs/Foo?type=file',
62 file_put_contents($filename, $content),
63 $stream = fopen($filename, 'r')
/plugin/findologicxmlexport/vendor/hoa/iterator/
H A DSplFileInfo.php68 * @param string $filename Filename.
71 public function __construct($filename, $relativePath = null) argument
73 parent::__construct($filename);
/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/findologicxmlexport/vendor/twig/twig/src/
H A DCompiler.php31 protected $filename; variable in Twig\\Compiler
46 return $this->filename;
89 $this->filename = $node->getTemplateName();

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