| /plugin/doxycode/ |
| D | helper.php | 16 * Its main use is the creation of the file dependencies of XML and HTML cache files 54 $dependencies['files'][] = DOKU_PLUGIN . $this->getPluginName() . '/helper/parser.php'; 55 $dependencies['files'][] = $xml_cache; 66 $dependencies['files'][] = $this->tagmanager->getTagFileDir() . $key . '.xml'; 72 $dependencies['files'][] = $this->tagmanager->getTagFileDir() . 'tagconfig.json'; 74 $dependencies['files'][] = DOKU_PLUGIN . $this->getPluginName() . '/doxygen.conf'; 77 // these files affect all types - we should rebuild the doxygen snippets completetly 78 $dependencies['files'][] = DOKU_PLUGIN . $this->getPluginName() . '/syntax/snippet.php'; 79 … $dependencies['files'][] = DOKU_PLUGIN . $this->getPluginName() . '/helper/buildmanager.php'; 80 $dependencies['files'][] = DOKU_PLUGIN . $this->getPluginName() . '/helper/tagmanager.php'; [all …]
|
| /plugin/findologicxmlexport/vendor/phpunit/php-file-iterator/src/ |
| D | Facade.php | 15 * files is returned as an array. 40 $files = array(); 46 $files[] = $file; 52 $files[] = realpath($path); 56 $files = array_unique($files); 57 sort($files); 61 'commonPath' => $this->getCommonPath($files), 62 'files' => $files 65 return $files; 70 * Returns the common path of a set of files. [all …]
|
| /plugin/accscounter/lang/en/ |
| D | lang.php | 15 …r/log/</code>. If you don\'t understand what it says, move or delete the files by yourself with t… 16 …ssion to access files inside <code>/lib/plugins/accscounter/log/</code>. If you don\'t understand… 17 …he directory where the system saves meta files. If you don\'t understand what it says, move or de… 18 …ermission to access files inside <code>/lib/plugins/accscounter/log/</code>. If you don\'t unders… 19 …on to access files inside the directory where the system saves meta files. If you don\'t understa… 20 …ission to access files inside the directory where the system saves meta files. If you don\'t unde… 21 $lang['complete'] = 'Completed moving files. Deleted the directory of the old destination.'; 22 … please check. If you don\'t understand what it says, move or delete the files by yourself with t… 23 $lang['allloaded'] = 'The plugin tried loading and moving all log files existing.'; 27 … please check. If you don\'t understand what it says, move or delete the files by yourself with t… [all …]
|
| D | movedirection.txt | 2 The saving destination of this plugin's log files has been changed, to be compatible with some plug… 4 Old log files are still being stored in the old destination. Please decide how to handle these fil… 7 …r delete the files without notice__.\\ Files on the new destination will be __all overwritten__.\\… 10 * [[?do=accscounter_datatransfer&mode=move|Move the files to the new destination]] 12 * [[?do=accscounter_datatransfer&mode=delete|Don't move the files, just delete them]]
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/Drive/Resource/ |
| D | Files.php | 26 * The "files" collection of methods. 30 * $files = $driveService->files; 33 class Files extends \Google\Service\Resource class 37 * semantics. Folders cannot be copied. (files.copy) 43 * @opt_param bool enforceSingleParent Deprecated. Copying files into multiple 47 * choose to make all uploaded files visible to the domain by default; this 53 * the new head revision. This is only applicable to files with binary content 70 * Creates a new file. (files.create) 75 * @opt_param bool enforceSingleParent Deprecated. Creating files in multiple 79 * choose to make all uploaded files visible to the domain by default; this [all …]
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/Resource/ |
| D | OrganizationsEnvironmentsResourcefiles.php | 36 * stream` or `multipart/form-data`. For more information about resource files, 37 * see [Resource files](https://cloud.google.com/apigee/docs/api- 38 * platform/develop/resource-files). (resourcefiles.create) 58 * Deletes a resource file. For more information about resource files, see 59 * [Resource files](https://cloud.google.com/apigee/docs/api-platform/develop 60 * /resource-files). (resourcefiles.delete) 78 * files, see [Resource files](https://cloud.google.com/apigee/docs/api- 79 * platform/develop/resource-files). (resourcefiles.get) 96 * Lists all resource files, optionally filtering by type. For more information 97 * about resource files, see [Resource [all …]
|
| /plugin/jmol2/jmol/ |
| D | README.txt | 16 List of files included: 32 can open and save files, etc. It can be run from the command line 33 (particulary, using the shell or batch files described below), 67 jmolInitialize("folder-containing-jar-files", "JmolApplet.jar") 74 it can access files on any part of the user's computer or from any 80 Other than reading files, Jmol does not currently utilize other capabilities 81 of signed applets, such as accessing the System clipboard or writing files. 84 jmolInitialize("folder-containing-jar-files", "JmolAppletSigned.jar") 99 all JmolApplet0*.jar files on your server, even if your page does not use 100 the capabilities provided by some of the files, because the pop-up menu [all …]
|
| /plugin/asciidocjs/node_modules/resolve/test/ |
| D | mock_sync.js | 8 var files = {}; 9 files[path.resolve('/foo/bar/baz.js')] = 'beep'; 18 return Object.prototype.hasOwnProperty.call(files, path.resolve(file)); 24 return files[path.resolve(file)]; 54 var files = {}; 55 files[path.resolve('/foo/node_modules/bar/baz.js')] = 'beep'; 56 files[path.resolve('/foo/node_modules/bar/package.json')] = JSON.stringify({ 68 return Object.prototype.hasOwnProperty.call(files, path.resolve(file)); 74 return files[path.resolve(file)]; 91 var files = {}; [all …]
|
| D | mock.js | 8 var files = {}; 9 files[path.resolve('/foo/bar/baz.js')] = 'beep'; 18 cb(null, Object.prototype.hasOwnProperty.call(files, path.resolve(file))); 24 cb(null, files[path.resolve(file)]); 58 var files = {}; 59 files[path.resolve('/foo/bar/baz.js')] = 'beep'; 68 cb(null, Object.prototype.hasOwnProperty.call(files, file)); 75 cb(null, files[file]); 109 var files = {}; 110 files[path.resolve('/foo/node_modules/bar/baz.js')] = 'beep'; [all …]
|
| /plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Node/ |
| D | Builder.php | 24 $files = $coverage->getData(); 25 $commonPath = $this->reducePaths($files); 33 $this->buildDirectoryStructure($files), 103 * @param array $files 107 private function buildDirectoryStructure($files) argument 111 foreach ($files as $path => $file) { 169 * @param array $files 173 private function reducePaths(&$files) argument 175 if (empty($files)) { 180 $paths = array_keys($files); [all …]
|
| /plugin/dev/ |
| D | cli.php | 33 … $options->registerCommand('addTest', 'Add the testing framework files and a test. (_test/)'); 36 $options->registerCommand('addConf', 'Add the configuration files. (conf/)'); 37 $options->registerCommand('addLang', 'Add the language files. (lang/)'); 53 …$options->registerCommand('deletedFiles', 'Create the list of deleted files based on the git histo… 54 $options->registerCommand('rmObsolete', 'Delete obsolete files.'); 72 … $options->registerCommand('cleanSvg', 'Clean a existing SVG files to reduce their file size.'); 73 …$options->registerArgument('files...', 'The files to clean (will be overwritten)', true, 'cleanSvg… 78 …'Clean language files from unused language strings. Detecting which strings are truly in use may '… 92 … $options->registerArgument('files...', 'The test files to run. Defaults to all.', false, 'test'); 95 …$options->registerArgument('files...', 'The files to check. Defaults to the whole extension.', fal… [all …]
|
| /plugin/asciidocjs/node_modules/filelist/ |
| D | README.md | 3 A FileList is a lazy-evaluated list of files. When given a list 4 of glob patterns for possible files to be included in the file 5 list, instead of searching the file structures to find the files, 9 files, but only search out the actual files when then FileList 16 Add files to the list with the `include` method. You can add glob 17 patterns, individual files, or RegExp objects. When the Array 19 an actual list of files. 56 will be resolved to the full list of files, and the method will 62 property) which returns the number of actual files in the list 72 files. This method is invoked automatically when one of the array
|
| /plugin/jplayer/vendor/james-heinrich/getid3/ |
| D | changelog.txt | 25 » add detection support for EPUB files 67 * bugfix (G:183) reduced information for GIF files with $option_extra_info=false 121 * bugfix: (#2066) fix AAC MIME type, remove video key for audio-only files 136 * bugfix (G:88): large QuickTime files exceed PHP memory limit 161 * bugfix (G:62): infinite loop in large PNG files 210 Quicktime files 219 * Bugfix: possible undefined key in MPEG video files 227 * Bugfix: all source files converted to UTF-8 240 ¤ DSS files return additional data in new keys, and some existing 248 some wrong include files were listed; improved error message display [all …]
|
| /plugin/projects/lib/ |
| D | project.php | 66 // the list of files defined in the project 67 private $files = array(); variable in Project 153 public function files() { function in Project 154 return $this->files; 158 if (!isset($this->files[$name])) return NULL; 159 return $this->files[$name]; 181 if (isset($this->files[$name])) { 182 $this->files[$name]->delete($this->project_path); 183 unset($this->files[$name]); 202 if (!isset($this->files[$name])) [all …]
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/ArtifactRegistry/Resource/ |
| D | ProjectsLocationsRepositoriesFiles.php | 24 * The "files" collection of methods. 28 * $files = $artifactregistryService->files; 34 * Gets a file. (files.get) 47 * Lists files. (files.listProjectsLocationsRepositoriesFiles) 49 * @param string $parent The name of the repository whose files will be listed. 56 * `name="projects/p1/locations/us-central1/repositories/repo1/files/a/b"` --> 57 * Files with an ID starting with "a/b/". * `owner="projects/p1/locations/us- 58 * central1/repositories/repo1/packages/pkg1/versions/1.0"` --> Files owned by 61 * @opt_param int pageSize The maximum number of files to return.
|
| /plugin/jplayer/vendor/robloach/component-installer/src/ComponentInstaller/Util/ |
| D | Filesystem.php | 31 * An array of files that match the recursive pattern given. 36 $files = glob($pattern, $flags); 43 …$files = array_merge($files, $this->recursiveGlob($dir.DIRECTORY_SEPARATOR.basename($pattern), $fl… 48 return $files; 52 * Performs a recursive glob search for files with the given pattern. 60 * An array of files that match the recursive pattern given. 64 $files = $this->recursiveGlob($pattern, $flags); 66 return array_filter($files, 'is_file');
|
| /plugin/zip/pear/File/Archive/Reader/ |
| D | Cache.php | 5 * This reader caches the files of another reader 6 * It allow fast access to files. This is usefull if the access to the reader 37 * This reader caches the files of another reader 38 * It allow fast access to files. This is usefull if the access to the reader 44 var $files = array(); variable in File_Archive_Reader_Cache 72 if ($this->fromSource && !empty($this->files)) { 76 if ($this->pos+1 < count($this->files) && !$this->fromSource) { 78 fseek($this->tmpFile, $this->files[$this->pos]['pos'], SEEK_SET); 95 $this->files[] = array( 101 $this->pos = count($this->files)-1; [all …]
|
| /plugin/freechat/phpfreechat/lib/pear/PHPUnit/GUI/ |
| D | SetupDecorator.php | 65 * - for files, which end with '.php' (this is a piece of a regexp, that's why the . is escaped) 66 * - and to exclude the files 'index.php' and 'sql.php' 67 * - and include all the files that are left in the tests. 109 * Using the second parameter you can also choose a subsets of the files found 110 * in the given directory. I.e. only all the files that contain '_UnitTest_', 115 * @param string the directory where to search for test-suite files 116 * @param string the pattern (a regexp) by which to find the files 125 … $files = $this->_getFiles(realpath($dir), $filenamePattern, $exclude, realpath($dir . '/..')); 126 asort($files); 128 foreach ($files as $className => $aFile) { [all …]
|
| /plugin/epub/scripts/ |
| D | css2.php | 52 // Array of needed files and their web locations, the latter ones 54 $files = array(); 56 $files[DOKU_INC.'lib/styles/style.css'] = DOKU_BASE.'lib/styles/'; 58 $files = array_merge($files, css_pluginstyles('screen')); 59 $files = array_merge($files, css_pluginstyles('all')); 60 if (isset($tplstyles['screen'])) $files = array_merge($files, $tplstyles['screen']); 62 if (isset($tplstyles['rtl'])) $files = array_merge($files, $tplstyles['rtl']); 65 $files[$config_cascade['userstyle']['default']] = DOKU_BASE; 68 $files = array_merge($files, $tplstyles[$mediatype]); 73 $files[$config_cascade['userstyle'][$mediatype]] = DOKU_BASE; [all …]
|
| /plugin/cacherevisionseraser2/lang/en/ |
| D | lang.php | 34 $lang['extdesc_repo'] = '.repo files (Cache Plugin Repository data serialization f… 35 $lang['extdesc_gz'] = '.gz files (Compressed files of other files)'; 36 $lang['extdesc_i'] = '.i files (Backlinks and more???)'; 37 $lang['extdesc_xhtml'] = '.xhtml files (Cached HTML form of a wiki page)'; 38 $lang['extdesc_js'] = '.js files (Cached Javascript)'; 39 $lang['extdesc_css'] = '.css files (Cached CSS-Sheet)'; 40 $lang['extdesc_mediaP'] = '.media.* files (Cached media files)'; 42 $lang['delindexingdesc'] = 'Indexed-search files (not recommended)'; 48 $lang['delrevisdesc'] = 'Old revisions files (attic/*)'; 83 $lang['numfilesdel'] = 'Files deleted:';
|
| /plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/ |
| D | Filter.php | 19 * Source files that are whitelisted. 35 $files = $facade->getFilesAsArray($directory, $suffix, $prefix); 37 foreach ($files as $file) { 53 * Adds files to the whitelist. 55 * @param array $files 57 public function addFilesToWhitelist(array $files) argument 59 foreach ($files as $file) { 74 $files = $facade->getFilesAsArray($directory, $suffix, $prefix); 76 foreach ($files as $file) { 135 * Returns the list of whitelisted files. [all …]
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/Vision/Resource/ |
| D | Files.php | 26 * The "files" collection of methods. 30 * $files = $visionService->files; 33 class Files extends \Google\Service\Resource class 36 * Service that performs image detection and annotation for a batch of files. 41 * (files.annotate) 54 * Run asynchronous image detection and annotation for a list of generic files, 55 * such as PDF files, which may contain multiple pages and multiple images per 59 * `AsyncBatchAnnotateFilesResponse` (results). (files.asyncBatchAnnotate) 74 class_alias(Files::class, 'Google_Service_Vision_Resource_Files');
|
| /plugin/json/demo/ |
| D | benchmark.txt | 44 ===== Load multiple files into JSON array ===== 45 Here is one long JSON file with random data: [[.1000files:file1]]. For testing purposes it should b… 50 <json path=stack1[] src=.1000files:file1 display=combined,log*></json> 51 ''%%<json path=stack1[] src=.1000files:file1 display=combined,log*></json>%%''\\ 54 ==== Load 112 files ==== 56 <json path=stack2[] src=.1000files:file1* display=combined,log*></json> 57 ''%%<json path=stack2[] src=.1000files:file1* display=combined,log*></json>%%''\\ 60 ==== Load 1000 files ==== 62 <json path=stack3[] src=.1000files:file*></json> 63 ''%%<json path=stack3[] src=.1000files:file*></json>%%''\\ [all …]
|
| /plugin/medialist/ |
| D | README.md | 5 This plugin shows a list of media files referred in a given wikipage or 14 Specify a scope parameter that defines the output of the list of media files. The scope can be a “p… 16 …1. **Page id** : look up media files linked in the page (i.e. curly brackets `{{...}}` in page tex… 17 …2. **namespace** : look up media files stored in the namespace. The parameter ends by `:` or `:*`, 23 To list media files linked in the current page use: 27 To list media files stored in the current namespace use: 31 To list media files stored in the current namespace and its sub-namesapces use: 47 * `{{medialist>@PAGE@}}` shows files linked in the current page. 48 * `{{medialist>@NAMESPACE@}}` shows files stored in the current namespace and sub namecpaces. 49 * `{{medialist>@ALL@}}` shows all files when `@PAGE@` and `@NAMESPACE@` keywords given.
|
| /plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/tests/tests/ |
| D | FilterTest.php | 23 private $files = []; variable in SebastianBergmann\\CodeCoverage\\FilterTest 29 $this->files = [ 80 $this->filter->addFileToWhitelist($this->files[0]); 83 [$this->files[0]], 94 $this->filter->addFileToWhitelist($this->files[0]); 95 $this->filter->removeFileFromWhitelist($this->files[0]); 112 $this->assertEquals($this->files, $whitelist); 123 $files = $facade->getFilesAsArray( 128 $this->filter->addFilesToWhitelist($files); 133 $this->assertEquals($this->files, $whitelist); [all …]
|