/plugin/findologicxmlexport/vendor/phpunit/php-file-iterator/src/ |
H A D | Facade.php | 40 $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 D | Gruntfile.js | 10 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 D | Builder.php | 24 $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 D | css2.php | 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; 78 foreach($files as $file => $location){
|
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/tests/tests/ |
H A 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]); 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 D | pfci18n.class.php | 133 $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 D | syntax.php |
|
/plugin/projects/lib/ |
H A D | project.php | 67 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 D | syntax.php | 331 $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 D | Cache.php | 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) { 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 D | css.php | 79 $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 D | ServerRequest.php | 81 * @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 D | fileHelper.php | 12 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 D | Filesystem.php | 36 $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 D | helper.php | 27 $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 D | SetupDecorator.php | 125 … $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 D | plan.php | 43 * @var array holds the location of the different list and state files 45 protected $files = array(); variable in helper_plugin_move_plan 76 $this->files = array( 121 $file = $this->files['opts']; 134 return io_saveFile($this->files['opts'], serialize($this->options)); 271 foreach($this->files as $file) { 283 * list files 370 if(@filesize($this->files['pagelist']) > 1) { 376 if(@filesize($this->files['medialist']) > 1) { 382 if(@filesize($this->files['missin [all...] |
/plugin/accscounter/lang/en/ |
H A 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/findologicxmlexport/vendor/phpunit/php-code-coverage/src/ |
H A D | Filter.php | 35 $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 D | GoogleDevtoolsRemoteworkersV1test2CommandTaskOutputs.php | 24 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 D | action.php | 52 $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 D | RequestBodyMultipart.php | 52 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 D | CloudStorageSink.php | 29 public function setFiles($files) argument 31 $this->files = $files; 38 return $this->files;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/FirebaseRules/ |
H A D | Source.php | 29 public function setFiles($files) argument 31 $this->files = $files; 38 return $this->files;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ |
H A D | Drive.php | 68 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 …]
|