| /plugin/asciidocjs/node_modules/resolve/test/ |
| D | node-modules-paths.js | 8 var verifyDirs = function verifyDirs(t, start, dirs, moduleDirectories, paths) { argument 10 if (paths) { 11 for (var k = 0; k < paths.length; ++k) { 12 moduleDirs.push(path.basename(paths[k])); 59 var paths = ['a', 'b']; 60 var dirs = nodeModulesPaths(start, { paths: paths }); property 62 verifyDirs(t, start, dirs, null, paths); 68 var paths = function paths(request, absoluteStart, getNodeModulesDirs, opts) { function 73 var dirs = nodeModulesPaths(start, { paths: paths }, 'pkg'); property 81 var paths = function paths(request, absoluteStart, getNodeModulesDirs, opts) { function [all …]
|
| /plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Node/ |
| D | Builder.php | 180 $paths = array_keys($files); 183 $commonPath = dirname($paths[0]) . '/'; 184 $files[basename($paths[0])] = $files[$paths[0]]; 186 unset($files[$paths[0]]); 191 $max = count($paths); 195 if (strpos($paths[$i], 'phar://') === 0) { 196 $paths[$i] = substr($paths[$i], 7); 197 $paths[$i] = strtr($paths[$i], '/', DIRECTORY_SEPARATOR); 199 $paths[$i] = explode(DIRECTORY_SEPARATOR, $paths[$i]); 201 if (empty($paths[$i][0])) { [all …]
|
| /plugin/filelist/ |
| D | Path.php | 7 protected $paths = []; variable in dokuwiki\\plugin\\filelist\\Path 14 $this->paths = $this->parsePathConfig($pathConfig); 24 return $this->paths; 36 $paths = []; 48 if (!isset($paths[$lastRoot])) continue; // no last root, no alias 50 $paths[$lastRoot]['alias'] = $alias; 51 $paths[$alias] = &$paths[$lastRoot]; // alias references the original 55 if (!isset($paths[$lastRoot])) continue; // no last path, no web path 56 $paths[$lastRoot]['web'] = $line; 61 $paths[$line] = [ [all …]
|
| /plugin/findologicxmlexport/vendor/phpunit/php-file-iterator/src/ |
| D | Factory.php | 21 * @param array|string $paths 27 … public function getFileIterator($paths, $suffixes = '', $prefixes = '', array $exclude = array()) argument 29 if (is_string($paths)) { 30 $paths = array($paths); 33 $paths = $this->getPathsAfterResolvingWildcards($paths); 54 foreach ($paths as $path) { 74 * @param array $paths 77 protected function getPathsAfterResolvingWildcards(array $paths) argument 81 foreach ($paths as $path) {
|
| /plugin/davcard/vendor/composer/ |
| D | ClassLoader.php | 105 * @param array|string $paths The PSR-0 root directories 108 public function add($prefix, $paths, $prepend = false) argument 113 (array) $paths, 119 (array) $paths 128 $this->prefixesPsr0[$first][$prefix] = (array) $paths; 134 (array) $paths, 140 (array) $paths 150 * @param array|string $paths The PSR-4 base directories 155 public function addPsr4($prefix, $paths, $prepend = false) argument 161 (array) $paths, [all …]
|
| /plugin/webdavclient/vendor/composer/ |
| D | ClassLoader.php | 105 * @param array|string $paths The PSR-0 root directories 108 public function add($prefix, $paths, $prepend = false) argument 113 (array) $paths, 119 (array) $paths 128 $this->prefixesPsr0[$first][$prefix] = (array) $paths; 134 (array) $paths, 140 (array) $paths 150 * @param array|string $paths The PSR-4 base directories 155 public function addPsr4($prefix, $paths, $prepend = false) argument 161 (array) $paths, [all …]
|
| /plugin/davcal/vendor/composer/ |
| H A D | ClassLoader.php | 105 * @param array|string $paths The PSR-0 root directories 108 public function add($prefix, $paths, $prepend = false) argument 113 (array) $paths, 119 (array) $paths 128 $this->prefixesPsr0[$first][$prefix] = (array) $paths; 134 (array) $paths, 140 (array) $paths 150 * @param array|string $paths The PSR-0 base directories 155 public function addPsr4($prefix, $paths, $prepend = false) argument 161 (array) $paths, [all …]
|
| /plugin/findologicxmlexport/vendor/twig/twig/src/Loader/ |
| D | FilesystemLoader.php | 27 protected $paths = []; variable in Twig\\Loader\\FilesystemLoader 34 * @param string|array $paths A path or an array of paths where to look for templates 37 public function __construct($paths = [], $rootPath = null) argument 44 if ($paths) { 45 $this->setPaths($paths); 58 return isset($this->paths[$namespace]) ? $this->paths[$namespace] : []; 70 return array_keys($this->paths); 76 * @param string|array $paths A path or an array of paths where to look for templates 79 public function setPaths($paths, $namespace = self::MAIN_NAMESPACE) argument 81 if (!\is_array($paths)) { [all …]
|
| /plugin/webdav/vendor/composer/ |
| D | ClassLoader.php | 106 * @param array|string $paths The PSR-0 root directories 109 public function add($prefix, $paths, $prepend = false) argument 114 (array) $paths, 120 (array) $paths 129 $this->prefixesPsr0[$first][$prefix] = (array) $paths; 135 (array) $paths, 141 (array) $paths 151 * @param array|string $paths The PSR-4 base directories 156 public function addPsr4($prefix, $paths, $prepend = false) argument 162 (array) $paths, [all …]
|
| /plugin/mdpage/vendor/composer/ |
| D | ClassLoader.php | 106 * @param array|string $paths The PSR-0 root directories 109 public function add($prefix, $paths, $prepend = false) argument 114 (array) $paths, 120 (array) $paths 129 $this->prefixesPsr0[$first][$prefix] = (array) $paths; 135 (array) $paths, 141 (array) $paths 151 * @param array|string $paths The PSR-4 base directories 156 public function addPsr4($prefix, $paths, $prepend = false) argument 162 (array) $paths, [all …]
|
| /plugin/quickstats/GEOIP/vendor/composer/ |
| D | ClassLoader.php | 106 * @param array|string $paths The PSR-0 root directories 109 public function add($prefix, $paths, $prepend = false) argument 114 (array) $paths, 120 (array) $paths 129 $this->prefixesPsr0[$first][$prefix] = (array) $paths; 135 (array) $paths, 141 (array) $paths 151 * @param array|string $paths The PSR-4 base directories 156 public function addPsr4($prefix, $paths, $prepend = false) argument 162 (array) $paths, [all …]
|
| /plugin/findologicxmlexport/vendor/composer/ |
| D | ClassLoader.php | 106 * @param array|string $paths The PSR-0 root directories 109 public function add($prefix, $paths, $prepend = false) argument 114 (array) $paths, 120 (array) $paths 129 $this->prefixesPsr0[$first][$prefix] = (array) $paths; 135 (array) $paths, 141 (array) $paths 151 * @param array|string $paths The PSR-4 base directories 156 public function addPsr4($prefix, $paths, $prepend = false) argument 162 (array) $paths, [all …]
|
| /plugin/icalevents/vendor/composer/ |
| D | ClassLoader.php | 106 * @param array|string $paths The PSR-0 root directories 109 public function add($prefix, $paths, $prepend = false) argument 114 (array) $paths, 120 (array) $paths 129 $this->prefixesPsr0[$first][$prefix] = (array) $paths; 135 (array) $paths, 141 (array) $paths 151 * @param array|string $paths The PSR-4 base directories 156 public function addPsr4($prefix, $paths, $prepend = false) argument 162 (array) $paths, [all …]
|
| /plugin/vbsso/vendor/composer/ |
| D | ClassLoader.php | 106 * @param array|string $paths The PSR-0 root directories 109 public function add($prefix, $paths, $prepend = false) argument 114 (array) $paths, 120 (array) $paths 129 $this->prefixesPsr0[$first][$prefix] = (array) $paths; 135 (array) $paths, 141 (array) $paths 151 * @param array|string $paths The PSR-4 base directories 156 public function addPsr4($prefix, $paths, $prepend = false) argument 162 (array) $paths, [all …]
|
| /plugin/jplayer/vendor/composer/ |
| D | ClassLoader.php | 106 * @param array|string $paths The PSR-0 root directories 109 public function add($prefix, $paths, $prepend = false) argument 114 (array) $paths, 120 (array) $paths 129 $this->prefixesPsr0[$first][$prefix] = (array) $paths; 135 (array) $paths, 141 (array) $paths 151 * @param array|string $paths The PSR-4 base directories 156 public function addPsr4($prefix, $paths, $prepend = false) argument 162 (array) $paths, [all …]
|
| /plugin/subjectindex/inc/ |
| D | common.php | 23 public $paths = array(); variable in SI_Index 27 function __construct(Array $paths = null, Array $pids = null) { argument 28 if ($paths === null) { 29 $paths = $pids = array(); 31 $this->paths = $paths; 37 $this->paths[] = $path; 43 unset($this->paths[$key]); 49 return empty($this->paths); 54 uasort($this->paths, array($this, '_pathcmp')); 59 reset($this->paths); [all …]
|
| /plugin/authgooglesheets/vendor/composer/ |
| D | ClassLoader.php | 115 * @param array|string $paths The PSR-0 root directories 118 public function add($prefix, $paths, $prepend = false) argument 123 (array) $paths, 129 (array) $paths 138 $this->prefixesPsr0[$first][$prefix] = (array) $paths; 144 (array) $paths, 150 (array) $paths 160 * @param array|string $paths The PSR-4 base directories 165 public function addPsr4($prefix, $paths, $prepend = false) argument 171 (array) $paths, [all …]
|
| /plugin/upgrade/vendor/composer/ |
| D | ClassLoader.php | 183 * @param string[]|string $paths The PSR-0 root directories 188 public function add($prefix, $paths, $prepend = false) argument 193 (array) $paths, 199 (array) $paths 208 $this->prefixesPsr0[$first][$prefix] = (array) $paths; 214 (array) $paths, 220 (array) $paths 230 * @param string[]|string $paths The PSR-4 base directories 237 public function addPsr4($prefix, $paths, $prepend = false) argument 243 (array) $paths, [all …]
|
| /plugin/matrixnotifierwas/vendor/composer/ |
| D | ClassLoader.php | 183 * @param string[]|string $paths The PSR-0 root directories 188 public function add($prefix, $paths, $prepend = false) argument 193 (array) $paths, 199 (array) $paths 208 $this->prefixesPsr0[$first][$prefix] = (array) $paths; 214 (array) $paths, 220 (array) $paths 230 * @param string[]|string $paths The PSR-4 base directories 237 public function addPsr4($prefix, $paths, $prepend = false) argument 243 (array) $paths, [all …]
|
| /plugin/oauth/vendor/composer/ |
| H A D | ClassLoader.php | 179 * @param string[]|string $paths The PSR-0 root directories 184 public function add($prefix, $paths, $prepend = false) argument 189 (array) $paths, 195 (array) $paths 204 $this->prefixesPsr0[$first][$prefix] = (array) $paths; 210 (array) $paths, 216 (array) $paths 226 * @param string[]|string $paths The PSR-4 base directories 233 public function addPsr4($prefix, $paths, $prepend = false) argument 239 (array) $paths, [all …]
|
| /plugin/barcodes/vendor/composer/ |
| D | ClassLoader.php | 180 public function add($prefix, $paths, $prepend = false) argument 182 $paths = (array) $paths; 186 $paths, 192 $paths 201 $this->prefixesPsr0[$first][$prefix] = $paths; 207 $paths, 213 $paths 230 public function addPsr4($prefix, $paths, $prepend = false) argument 232 $paths = (array) $paths; 237 $paths, [all …]
|
| /plugin/dw2pdf/vendor/composer/ |
| D | ClassLoader.php | 180 public function add($prefix, $paths, $prepend = false) argument 182 $paths = (array) $paths; 186 $paths, 192 $paths 201 $this->prefixesPsr0[$first][$prefix] = $paths; 207 $paths, 213 $paths 230 public function addPsr4($prefix, $paths, $prepend = false) argument 232 $paths = (array) $paths; 237 $paths, [all …]
|
| /plugin/scrape/vendor/composer/ |
| D | ClassLoader.php | 180 public function add($prefix, $paths, $prepend = false) argument 182 $paths = (array) $paths; 186 $paths, 192 $paths 201 $this->prefixesPsr0[$first][$prefix] = $paths; 207 $paths, 213 $paths 230 public function addPsr4($prefix, $paths, $prepend = false) argument 232 $paths = (array) $paths; 237 $paths, [all …]
|
| /plugin/elasticsearch/vendor/composer/ |
| D | ClassLoader.php | 180 public function add($prefix, $paths, $prepend = false) argument 182 $paths = (array) $paths; 186 $paths, 192 $paths 201 $this->prefixesPsr0[$first][$prefix] = $paths; 207 $paths, 213 $paths 230 public function addPsr4($prefix, $paths, $prepend = false) argument 232 $paths = (array) $paths; 237 $paths, [all …]
|
| /plugin/geophp/vendor/composer/ |
| D | ClassLoader.php | 180 public function add($prefix, $paths, $prepend = false) argument 182 $paths = (array) $paths; 186 $paths, 192 $paths 201 $this->prefixesPsr0[$first][$prefix] = $paths; 207 $paths, 213 $paths 230 public function addPsr4($prefix, $paths, $prepend = false) argument 232 $paths = (array) $paths; 237 $paths, [all …]
|