Home
last modified time | relevance | path

Searched refs:stat (Results 51 – 75 of 100) sorted by path

1234

/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Loader/Fixtures/phar/
H A Dphar-sample.phar262 $stat[7] . ")");
/plugin/highlightjs/highlight/
H A Dhighlight.pack.js1stat:1,step:1,store:1,strip:1,"strip!":1,sub:1,"sub!":1,succ:1,"succ!":1,sum:1,superclass:1,swapca… property in hljs.LANGUAGES.ruby.c.keymethods
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
H A Dogg.js2stat;try{stat=FS.stat(path)}catch(e){return callback(e)}if(FS.isDir(stat.mode)){check.push.apply(c…
H A Dopus.js2stat;try{stat=FS.stat(path)}catch(e){return callback(e)}if(FS.isDir(stat.mode)){check.push.apply(c…
H A Dvorbis.js2stat;try{stat=FS.stat(path)}catch(e){return callback(e)}if(FS.isDir(stat.mode)){check.push.apply(c…
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/Source/
H A DFilesystemSource.php24 private $stat; variable in Mustache_Source_FilesystemSource
52 if (!isset($this->stat)) {
53 $this->stat = @stat($this->fileName);
56 if ($this->stat === false) {
61 $chunks[$prop] = $this->stat[$prop];
/plugin/nssize/
H A Dsyntax.php70 $stats = stat($location.'/'.$file);
/plugin/odp/
H A DZipLib.class.php195 $stat[$header['filename']]=$this->ExtractFile($header, $to, $zip);
199 return $stat;
/plugin/pagestat/
H A Dplugin.info.txt6 desc Page stat
/plugin/pdfjs/pdfjs/build/
H A Dpdf.js2489 module.exports = function (it, tag, stat) {
2490 if (it && !has(it = stat ? it : it.prototype, TAG)) def(it, TAG, {
23174 fs.lstat(path, function (error, stat) {
23187 _this5._contentLength = stat.size;
H A Dpdf.js.map1stat","toObject","ObjectProto","call","isArrayIter","createProperty","getIterFn","from","C","aLen"…
H A Dpdf.worker.js3658 module.exports = function (it, tag, stat) {
3659 if (it && !has(it = stat ? it : it.prototype, TAG)) def(it, TAG, {
H A Dpdf.worker.js.map1stat","toObject","ObjectProto","call","isArrayIter","createProperty","getIterFn","from","C","aLen"…
/plugin/pdfjs/pdfjs/web/
H A Ddebugger.js464 add(pageNumber, stat) {
465 if (!stat) {
480 statsDiv.textContent = stat.toString();
/plugin/photogallery/phpThumb/docs/
H A Dphpthumb.changelog.txt490 * Bugfix: suppress stat()-related file permission
507 * Bugfix: stat() warnings in CleanUpCacheDirectory()
536 * Bugfix: suppress error messages when stat access to temp
/plugin/publist/bib2tpl/
H A Dbibtex_converter.php151 $stat = self::$parser->parse();
153 if ( PEAR::isError($stat) ) {
154 return $stat;
/plugin/publistf/bib2tpl/
H A Dbibtex_converter.php170 $stat = self::$parser->parse();
172 if ( PEAR::isError($stat) ) {
173 return $stat;
/plugin/publistx/bib2tpl/
H A Dbibtex_converter.php166 $stat = self::$parser->parse();
168 if ( PEAR::isError($stat) ) {
169 return $stat;
/plugin/rater/
H A DREADME32 {(rater>id=1|name=item1|type=stat)}
/plugin/siteexport/inc/
H A Dfilewriter.php219 $stat = $zip->statIndex(0);
220 $this->functions->debug->message("Stat.", $stat, 3);
221 if (substr($stat['name'], -3) != 'pdf') {
223 … $this->functions->debug->message("The file was not a PDF ({$stat['name']}).", $stat['name'], 2);
232 $data['orig'] = utf8_basename($stat['name']);
233 $zip->extractTo($folder, $stat['name']);
/plugin/syntaxhighlighter4/dist/
H A Dsyntaxhighlighter.js.map1 …in sleep socket socketpair sort splice split sprintf ' +\n 'sqrt srand stat study substr symlin…
/plugin/tablelayout/
H A Dyarn.lock690 exists-stat@1.0.0:
692 …resolved "https://registry.yarnpkg.com/exists-stat/-/exists-stat-1.0.0.tgz#0660e3525a2e89d9e446129…
1951 exists-stat "1.0.0"
/plugin/upgrade/vendor/splitbrain/php-archive/src/
H A DFileInfo.php74 $stat = stat($path);
83 $file->setUid($stat['uid']);
84 $file->setGid($stat['gid']);
85 $file->setMtime($stat['mtime']);
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js41244 var STATIC = options.stat;
42669 $({ target: 'Number', stat: true }, {
42696 $({ target: 'Object', stat: true, forced: FAILS_ON_PRIMITIVES }, {
42708 $({ target: 'Object', stat: true }, {
43030 $({ target: PROMISE, stat: true, forced: FORCED }, {
43040 $({ target: PROMISE, stat: true, forced: IS_PURE || FORCED }, {
43048 $({ target: PROMISE, stat: true, forced: INCORRECT_ITERATION }, {
43107 $({ target: 'String', stat: true, forced: INCORRECT_LENGTH }, {
43364 $({ target: SYMBOL, stat: true, forced: !NATIVE_SYMBOL }, {
43400 $({ target: 'Object', stat: true, forced: !NATIVE_SYMBOL }, {
[all …]
/plugin/zip/pear/File/
H A DArchive.php703 * @param array $stat statistics of the file. Index 7 (size) will be
709 function readMemory($memory, $filename, $stat=array(), $mime=null) argument
1074 * @param array $stat Statistics of the archive (see stat function)
1079 $stat = array(), $autoClose = true) argument
1107 $currentFilename, $writer, $stat, $autoClose
1114 $currentFilename, $writer, $stat, $autoClose
1122 $currentFilename, $writer, $stat, $autoClose
1130 $currentFilename, $writer, $stat, $autoClose
1138 $currentFilename, $writer, $stat, $autoClose
1223 $type = null, $stat = array()) argument
[all …]

1234