Home
last modified time | relevance | path

Searched refs:files (Results 1 – 25 of 1332) sorted by relevance

12345678910>>...54

/plugin/findologicxmlexport/vendor/phpunit/php-file-iterator/src/
H A DFacade.php40 $files = array();
46 $files[] = $file;
52 $files[] = realpath($path);
56 $files = array_unique($files);
57 sort($files);
62 'files' => $files
65 return $files;
72 * @param array $files
75 protected function getCommonPath(array $files) argument
77 $count = count($files);
[all …]
/plugin/jplayer/vendor/happyworm/jplayer/
H A DGruntfile.js10 files: {
15 files: {
20 files: {
25 files: {
39 files: {
47 files: {
55 files: {
63 files: {
78 files: {
86 files: {
[all …]
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Node/
H A DBuilder.php24 $files = $coverage->getData();
103 * @param array $files
169 * @param array $files
173 private function reducePaths(&$files) argument
175 if (empty($files)) {
182 if (count($files) == 1) {
184 $files[basename($paths[0])] = $files[$paths[0]];
186 unset($files[$paths[0]]);
232 $original = array_keys($files);
236 $files[implode('/', $paths[$i])] = $files[$original[$i]];
[all …]
/plugin/epub/scripts/
H A Dcss2.php54 $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;
78 foreach($files as $file => $location){
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/tests/tests/
H A DFilterTest.php23 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]);
112 $this->assertEquals($this->files, $whitelist);
123 $files = $facade->getFilesAsArray(
128 $this->filter->addFilesToWhitelist($files);
133 $this->assertEquals($this->files, $whitelist);
168 $this->filter->addFileToWhitelist($this->files[0]);
[all …]
/plugin/freechat/phpfreechat/src/
H A Dpfci18n.class.php133 $files = array();
134 $files = array_merge($files, glob(dirname(__FILE__)."/*.php"));
135 $files = array_merge($files, glob(dirname(__FILE__)."/commands/*.php"));
136 $files = array_merge($files, glob(dirname(__FILE__)."/containers/*.php"));
137 $files = array_merge($files, glob(dirname(__FILE__)."/proxies/*.php"));
138 $files = array_merge($files, glob(dirname(__FILE__)."/client/*.php"));
139 $files = array_merge($files, glob(dirname(__FILE__)."/../themes/default/*.php"));
141 foreach ( $files as $src_filename )
/plugin/gallery/
H A Dsyntax.php
/plugin/projects/lib/
H A Dproject.php67 private $files = array(); variable in Project
153 public function files() { function in Project
154 return $this->files;
159 return $this->files[$name];
183 unset($this->files[$name]);
240 $files = array_merge($files, $this->files_need_update());
241 $files = array_keys(array_flip($files));
246 $files[] = $name;
247 if ($files) $files = $maker->update($files);
260 foreach ($files as $name)
[all …]
/plugin/photogallery/
H A Dsyntax.php331 $files = array();
340 search($files,
395 if (!empty($data['reverse'])) $files = array_reverse($files);
401 $files = array_slice($files, $offset);
410 $files[$offset] = $files[$i];
416 $files = array_slice($files,0,$data['limit']);
418 return $files;
429 $files = array();
481 return $files;
546 $img = $files[0];
[all …]
/plugin/zip/pear/File/Archive/Reader/
H A DCache.php44 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) {
95 $this->files[] = array(
101 $this->pos = count($this->files)-1;
114 function getStat() { return $this->files[$this->pos]['stat']; }
118 function getMime() { return $this->files[$this->pos]['mime']; }
141 if ($length > 0 && $this->pos+1 < count($this->files)) {
168 if ($length >= 0 && $this->pos+1 < count($this->files)) {
196 $pos = $this->files[$this->pos]['pos'];
[all …]
/plugin/templateconfhelper/exe/
H A Dcss.php79 $files = array();
88 $files[$mediatype] = array();
90 $files[$mediatype][DOKU_INC.'lib/styles/'.$mediatype.'.css'] = DOKU_BASE.'lib/styles/';
93 …$files[$mediatype][DOKU_INC.'lib/scripts/jquery/jquery-ui-theme/smoothness.css'] = DOKU_BASE.'lib/…
96 $files[$mediatype] = array_merge($files[$mediatype], css_pluginstyles($mediatype));
99 $files[$mediatype] = array_merge($files[$mediatype], $tplstyles[$mediatype]);
103 $files[$mediatype][$config_cascade['userstyle'][$mediatype]] = DOKU_BASE;
111 …if (isset($tplstyles['rtl'])) $files[$mediatype] = array_merge($files[$mediatype], $tplstyles['rtl…
112 …if (isset($config_cascade['userstyle']['rtl'])) $files[$mediatype][$config_cascade['userstyle']['r…
116 $cache_files = array_merge($cache_files, array_keys($files[$mediatype]));
[all …]
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DServerRequest.php81 * @param array $files A array which respect $_FILES structure
87 public static function normalizeFiles(array $files) argument
91 foreach ($files as $key => $value) {
138 * @param array $files
142 private static function normalizeNestedFileSpec(array $files = []) argument
146 foreach (array_keys($files['tmp_name']) as $key) {
148 'tmp_name' => $files['tmp_name'][$key],
149 'size' => $files['size'][$key],
150 'error' => $files['error'][$key],
151 'name' => $files['name'][$key],
[all …]
/plugin/nspages/fileHelper/
H A DfileHelper.php12 private $files; variable in fileHelper
19 $this->files = $this->searchFiles($data);
31 $files = array();
32 search($files, $conf['datadir'], 'search_universal', $opt, $this->data['wantedDir']);
33 return $files;
53 $files = array();
54 foreach($this->files as $item) {
58 $files[] = $item;
61 return $files;
/plugin/jplayer/vendor/robloach/component-installer/src/ComponentInstaller/Util/
H A DFilesystem.php36 $files = glob($pattern, $flags);
43 …$files = array_merge($files, $this->recursiveGlob($dir.DIRECTORY_SEPARATOR.basename($pattern), $fl…
48 return $files;
64 $files = $this->recursiveGlob($pattern, $flags);
66 return array_filter($files, 'is_file');
/plugin/podcast/
H A Dhelper.php27 $files = $this->get_source_files( $p['nr'] );
29 $p['files'] = $files;
35 $files = array( );
43 $files[$ext] = $meta[$ext]; }
46 $files[$ext] = array(
50 p_set_metadata( $page, array( 'source' => $files ), false, false );
51 return $files;
93 $files = array( );
99 $files[$ext] = array(
103 return $files;
/plugin/freechat/phpfreechat/lib/pear/PHPUnit/GUI/
H A DSetupDecorator.php125 … $files = $this->_getFiles(realpath($dir), $filenamePattern, $exclude, realpath($dir . '/..'));
126 asort($files);
128 foreach ($files as $className => $aFile) {
153 $files = array();
187 $files[$className] = $filename;
191 … $files = array_merge($files, $this->_getFiles($filename, $filenamePattern, $exclude, $rootDir));
198 return $files;
/plugin/move/helper/
H A Dplan.php45 protected $files = array(); variable in helper_plugin_move_plan
76 $this->files = array(
121 $file = $this->files['opts'];
271 foreach($this->files as $file) {
382 if(@filesize($this->files['missing']) > 1 && @filesize($this->files['affected']) > 1) {
388 … if(@filesize($this->files['missing_media']) > 1 && @filesize($this->files['affected']) > 1) {
470 $file = $this->files['pagelist'];
633 @unlink($this->files['namespaces']);
802 'pages' => $this->files['pagelist'],
805 'affpg' => $this->files['affected'],
[all …]
/plugin/accscounter/lang/en/
H A Dmovedirection.txt2 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/findologicxmlexport/vendor/phpunit/php-code-coverage/src/
H A DFilter.php35 $files = $facade->getFilesAsArray($directory, $suffix, $prefix);
37 foreach ($files as $file) {
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) {
/plugin/authgooglesheets/vendor/google/apiclient-services/src/RemoteBuildExecution/
H A DGoogleDevtoolsRemoteworkersV1test2CommandTaskOutputs.php24 public $files; variable in Google\\Service\\RemoteBuildExecution\\GoogleDevtoolsRemoteworkersV1test2CommandTaskOutputs
36 public function setFiles($files) argument
38 $this->files = $files;
42 return $this->files;
/plugin/datatemplate/
H A Daction.php52 $files = $this->_get_dependencies($cache->page);
53 $cache->depends['files'] = array_merge($cache->depends['files'], $files);
64 $files = array();
67 $files[] = $file;
69 return $files;
/plugin/authfacebook/lib/Http/
H A DRequestBodyMultipart.php52 private $files = []; variable in Facebook\\Http\\RequestBodyMultipart
56 * @param array $files The files to send with this request.
59 public function __construct(array $params = [], array $files = [], $boundary = null) argument
62 $this->files = $files;
80 foreach ($this->files as $k => $v) {
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Vault/
H A DCloudStorageSink.php29 public function setFiles($files) argument
31 $this->files = $files;
38 return $this->files;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/FirebaseRules/
H A DSource.php29 public function setFiles($files) argument
31 $this->files = $files;
38 return $this->files;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DDrive.php68 public $files; variable in Google\\Service\\Drive
470 'files',
474 'path' => 'files/{fileId}/copy',
512 'path' => 'files',
549 'path' => 'files/{fileId}',
571 'path' => 'files/trash',
595 'path' => 'files/generateIds',
612 'path' => 'files/{fileId}',
638 'path' => 'files',
699 'path' => 'files/{fileId}',
[all …]

12345678910>>...54