| /plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/ |
| D | RotatingFileHandler.php | 175 $fileInfo = pathinfo($this->filename); 178 [$fileInfo['filename'], date($this->dateFormat)], 179 $fileInfo['dirname'] . '/' . $this->filenameFormat 182 if (isset($fileInfo['extension'])) { 183 $timedFilename .= '.'.$fileInfo['extension']; 191 $fileInfo = pathinfo($this->filename); 194 [$fileInfo['filename'], '[0-9][0-9][0-9][0-9]*'], 195 $fileInfo['dirname'] . '/' . $this->filenameFormat 197 if (isset($fileInfo['extension'])) { 198 $glob .= '.'.$fileInfo['extension'];
|
| /plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/tests/tests/ |
| D | HTMLTest.php | 35 foreach ($tmpFilesIterator as $path => $fileInfo) { 37 $pathname = $fileInfo->getPathname(); 38 $fileInfo->isDir() ? rmdir($pathname) : unlink($pathname); 88 foreach ($expectedFilesIterator as $path => $fileInfo) { 90 $filename = $fileInfo->getFilename(); 97 $fileInfo->getPathname(),
|
| D | XMLTest.php | 32 foreach ($tmpFilesIterator as $path => $fileInfo) { 34 unlink($fileInfo->getPathname()); 84 foreach ($expectedFilesIterator as $path => $fileInfo) { 86 $filename = $fileInfo->getFilename(); 93 $fileInfo->getPathname(),
|
| /plugin/diagramsnet/lib/js/ |
| D | open.js | 94 var fileInfo = filesInfo[i]; 96 if (fileInfo.title.length > 0) 111 window.parent.mxUtils.write(link, fileInfo.title); 117 var str = window.parent.EditorUi.prototype.timeSince(new Date(fileInfo.lastModified)); 128 …indow.parent.mxUtils.write(sizeTd, window.parent.EditorUi.prototype.formatFileSize(fileInfo.size)); 156 })(fileInfo.title)); 190 })(fileInfo.title));
|
| /plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/ |
| D | FilesystemHelper.php | 17 foreach ($iterator as $filename => $fileInfo) { 22 if ($fileInfo->isDir()) {
|
| /plugin/odt/ODT/ |
| D | ODTExport.php | 236 foreach ($templateContents as $fileInfo) { 237 if (!$fileInfo->getIsdir()) { 238 $params->ZIP->addFile($tempDir.'/'.$fileInfo->getPath(), $fileInfo);
|
| /plugin/advanced/admin/ |
| D | config.php | 14 private $fileInfo = array(); variable in admin_plugin_advanced_config 250 $file_info = $this->fileInfo; 282 $file_info = $this->fileInfo; 344 $this->fileInfo = $file_info = $this->getFileInfo();
|
| /plugin/diagramsnet/lib/js/diagramly/ |
| D | NotionClient.js | 221 …teRequest('/v1/pages/' + encodeURIComponent(id), null, 'GET', mxUtils.bind(this, function(fileInfo) argument 225 var xmlParts = fileInfo.properties[this.xmlField].rich_text, xml = ''; 226 var fileNameObj = this.getTitle(fileInfo.properties); 282 mxUtils.bind(this, function(fileInfo) argument 284 var fileNameObj = this.getTitle(fileInfo.properties); 285 var meta = {id: fileInfo.id, name: fileNameObj.title, nameField: fileNameObj.key};
|
| D | ElectronApp.js | 860 var fileInfo = openFilesMap[fname]; 862 if (fileInfo != null) 865 name: fileInfo.name, 866 path: fileInfo.path, 867 type: fileInfo.type || 'utf-8'
|
| D | Dialogs.js | 5806 fileInfo.style.display = 'none'; 5824 fileInfo.style.display = ''; 5830 var fileInfo = document.createElement('div'); 5831 fileInfo.style.position = 'absolute'; 5832 fileInfo.style.textAlign = 'right'; 5833 fileInfo.style.color = 'gray'; 5834 fileInfo.style.marginTop = '10px'; 5835 fileInfo.style.backgroundColor = 'transparent'; 5836 fileInfo.style.top = '440px'; 5837 fileInfo.style.right = '32px'; [all …]
|
| D | Editor.js | 1558 var fileInfo = f.substring(blockStart, streamStart); 1560 if (fileInfo.indexOf('application#2Fvnd.jgraph.mxfile') > 0)
|
| /plugin/structodt/ |
| D | helper.php | 82 $fileInfo = FileInfo::fromPath($file); 83 $fileInfo->strip(substr($tmp_dir, 1)); 84 $tmp_zip->addFile($file, $fileInfo);
|
| /plugin/findologicxmlexport/vendor/hoa/file/ |
| D | Finder.php | 144 foreach ($iterator as $fileInfo) { 145 $this->_paths[] = $fileInfo->getPathname();
|
| /plugin/batchedit/ |
| D | engine.php | 542 foreach ($directory as $fileInfo) { 543 if ($fileInfo->getMTime() + $this->expirationTime < $now) { 544 $expired[pathinfo($fileInfo->getFilename(), PATHINFO_FILENAME)] = TRUE;
|
| /plugin/filelisting/ |
| D | helper.php | 190 protected function fileInfo($item) { function in helper_plugin_filelisting
|
| /plugin/highlightjs/highlight/ |
| D | highlight.pack.js | 1 …ne:1,fgetword:1,file:1,fileBrowserDialog:1,fileDialog:1,fileExtension:1,fileInfo:1,filetest:1,fill… property
|
| /plugin/syntaxhighlighter4/dist/ |
| D | syntaxhighlighter.js.map | 1 … fflush fgetline fgetword file fileBrowserDialog fileDialog fileDialog2 fileInfo filePathEditor fi…
|