Home
last modified time | relevance | path

Searched refs:files (Results 26 – 50 of 1460) sorted by relevance

12345678910>>...59

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Script/
H A DContent.php33 public function setFiles($files) argument
35 $this->files = $files;
42 return $this->files;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ArtifactRegistry/
H A DListFilesResponse.php33 public function setFiles($files) argument
35 $this->files = $files;
42 return $this->files;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceManagement/
H A DConfigSource.php33 public function setFiles($files) argument
35 $this->files = $files;
42 return $this->files;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Webfonts/
H A DWebfont.php34 public $files; variable in Google\\Service\\Webfonts\\Webfont
87 public function setFiles($files) argument
89 $this->files = $files;
96 return $this->files;
/plugin/projects/lib/
H A Dmaker.php99 private $files = NULL; variable in Maker
107 $this->construct($project->files());
128 foreach ($files as $name => $file)
129 $this->files[$name] = &$file;
130 $this->files = $files;
131 $filenames = array_keys($files);
141 $this->files[$name] = $file;
162 $this->files[$dep] = $default;
215 if (isset($this->files[$name])) {
216 $file = $this->files[$name];
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/RemoteBuildExecution/
H A DGoogleDevtoolsRemoteworkersV1test2Directory.php45 public function setFiles($files) argument
47 $this->files = $files;
54 return $this->files;
H A DBuildBazelRemoteExecutionV2Directory.php49 public function setFiles($files) argument
51 $this->files = $files;
58 return $this->files;
H A DGoogleDevtoolsRemoteworkersV1test2CommandTaskInputs.php57 public function setFiles($files) argument
59 $this->files = $files;
66 return $this->files;
/plugin/jmol2/jmol/
H A DREADME.txt16 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
103 The set of these files is equivalent to the single JmolApplet.jar.
106 indicating the folder containing the set of jar files:
107 jmolInitialize("folder-containing-jar-files")
110 (if jar files are in the same folder as the web page)
112 (if jar files are in a parallel folder, named 'jmol')
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Drive/
H A DFileList.php41 public function setFiles($files) argument
43 $this->files = $files;
50 return $this->files;
/plugin/medialist/
H A DREADME.md5 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/authgooglesheets/vendor/google/apiclient-services/src/Appengine/
H A DDeployment.php62 public function setFiles($files) argument
64 $this->files = $files;
71 return $this->files;
/plugin/removeold/lang/en/
H A Dhelp.txt3 On this page you can delete all outdated files and folders of your DokuWiki to
5 …content.com/splitbrain/dokuwiki/stable/data/deleted.files|GitHub: /dokuwiki/stable/data/deleted.fi…
6 text area below. Folders, which are empty after remove of outdated files will be
12 within the textarea. It cannot check if these files are really obsolete. Here we
/plugin/html2pdf/html2pdf/html2ps/templates/
H A Derror._missing_afm.tpl3 …g><?php echo $_typeface?></strong> missing. You must have AFM font metric files intalled on your s…
4 in order to use the <b>PS</b> output method. Metric files <i>may</i> be taken from Ghostscript dist…
12 <td>Metric files are not installed on your server</td>
14 Install either ghostscript-fonts or any other Type1 font package containing metric files. Edit
15 .html2ps.config and config.inc.php to point to installed metric files.
20 …the value of <tt>TYPE1_FONTS_REPOSITORY</tt> to directory where your font metric files reside.</td>
26 …ts, edit .html2ps.config. <tt>metrics</tt> items should contain names of metric files you're using.
44 Copy AFM files to any available directory under the 'open_base_dir'. An alternative approach is to …
/plugin/authgoogle/google/contrib/
H A DGoogle_WebfontsService.php83 public $files; variable in Google_Webfont
95 public function setFiles( $files) { argument
96 $this->files = $files;
99 return $this->files;
/plugin/mdpage/vendor/cebe/markdown/tests/
H A DGithubMarkdownTest.php45 $files = parent::dataFiles();
46 foreach($files as $i => $f) {
52 unset($files[$i]);
55 return $files;
/plugin/authorstats/
H A Dhelper.php73 $files = glob($pattern, $flags);
75 $files = array_merge(
77 ...[$files, $this->rglob($dir . "/" . basename($pattern), $flags)]
80 return $files;
/plugin/advanced/lang/en/
H A Dconfig.txt1 ==== Configuration files ====
3 All configuration files are to be found in the ''./conf'' folder or ''/etc/dokuwiki'' when installe…
5 "Main files" usually ship with DokuWiki, whereas "local files" have to be created by the wiki admin…
7 If local files are supported you should use them instead of modifying the main files to avoid upgra…
/plugin/dirpictures/
H A DsortPages.php14 static function sort(&$files, $type, $order) { argument
16 if ($order == "asc") usort($files, "sortPages::_dateAsc");
17 elseif ($order == "desc") usort($files, "sortPages::_dateDesc");
/plugin/pubmed2020/classes/
H A Dcache.php113 $files = array();
122 $files[$id] = $path;
126 return $files;
132 $files = $this->getAllMediaPaths();
134 foreach ($files as $id => $path) {
177 $files = array();
181 $files[] = $id;
185 return $files;
196 $files = array();
201 $files[] = $id;
[all …]
/plugin/prolog/
H A Dattribute_options.php82 * @param array $files files paths list
85 function handleOptionFiles($files = array()) argument
91 if(count($files))
92 foreach($files as $file)
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Doubleclicksearch/
H A DReport.php59 public function setFiles($files) argument
61 $this->files = $files;
68 return $this->files;
/plugin/dev/
H A Dcli.php33 $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 history.');
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 ' .
84 $options->registerArgument('files
195 createFiles($files) global() argument
399 cmdCleanSVG($files, $keep = false) global() argument
[all...]
/plugin/typography/
H A Ddeleted.files1 # deleted.files : Typography plugin for DokuWiki
3 # This file contains a list of files that were present in previous
5 # An up-to-date plugin should not have any of the files installed.
/plugin/prettyphoto/
H A Ddeleted.files1 # deleted.files for DokuWiki Extension Manager plugin
3 # This is a list of files that were present in previous plugin releases
5 # the files installed.

12345678910>>...59