Home
last modified time | relevance | path

Searched full:paths (Results 1 – 25 of 579) sorted by relevance

12345678910>>...24

/plugin/asciidocjs/node_modules/resolve/test/
Dnode-modules-paths.js6 var nodeModulesPaths = require('../lib/node-modules-paths');
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]));
38 test('node-modules-paths', function (t) {
57 t.test('with paths=array option', function (t) {
59 var paths = ['a', 'b'];
60 var dirs = nodeModulesPaths(start, { paths: paths }); property
62 verifyDirs(t, start, dirs, null, paths);
[all …]
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Node/
DBuilder.php133 * Reduces the paths by cutting the longest common start path.
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]);
[all …]
/plugin/findologicxmlexport/vendor/twig/twig/src/Loader/
DFilesystemLoader.php27 protected $paths = []; variable in Twig\\Loader\\FilesystemLoader
34 * @param string|array $paths A path or an array of paths where to look for templates
35 * @param string|null $rootPath The root path common to all relative paths (null for getcwd())
37 public function __construct($paths = [], $rootPath = null) argument
44 if ($paths) {
45 $this->setPaths($paths);
50 * Returns the paths to the templates.
54 * @return array The array of paths where to look for templates
58 return isset($this->paths[$namespace]) ? $this->paths[$namespace] : [];
70 return array_keys($this->paths);
[all …]
/plugin/filelist/
DPath.php7 protected $paths = []; variable in dokuwiki\\plugin\\filelist\\Path
14 $this->paths = $this->parsePathConfig($pathConfig);
18 * Access the parsed paths
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;
[all …]
/plugin/findologicxmlexport/vendor/phpunit/php-file-iterator/src/
DFactory.php21 * @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/structtemplate/_vagrant/
Dinstall_dokuwiki_extension.sh131 declare -A paths
133 # Set paths
134 paths[old_wd]=$(pwd)
136 paths[dw]=$(realpath --canonicalize-missing "$_arg_path")
138 paths[dw]=$(realpath --canonicalize-missing "$DW_PATH")
140 paths[cli]="${paths[dw]}/bin/plugin.php"
142 cd "${paths[dw]}" || die "CRITICAL: Failed to change directory to ${paths[dw]}" 1
143 [[ -e ${paths[cli]} ]] || die "CRITICAL: DokuWiki plugin CLI not found at ${paths[dw]}" 1
145 paths[tmp]=$(mktemp --directory)
146 [[ -d ${paths[tmp]} ]] || die "CRITICAL: Temporary directory ${paths[tmp]} does not exist" 1
[all …]
/plugin/asciidocjs/node_modules/resolve/lib/
Dnode-modules-paths.js12 var paths = [absoluteStart];
14 while (parsed.dir !== paths[paths.length - 1]) {
15 paths.push(parsed.dir);
19 return paths.reduce(function (dirs, aPath) {
31 if (opts && typeof opts.paths === 'function') {
32 return opts.paths(
41 return opts && opts.paths ? dirs.concat(opts.paths) : dirs;
/plugin/subjectindex/inc/
Dcommon.php23 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/davcard/vendor/composer/
DClassLoader.php105 * @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/
DClassLoader.php105 * @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 DClassLoader.php105 * @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/asciidocjs/node_modules/lodash/
Domit.js17 * own and inherited enumerable property paths of `object` that are not omitted.
26 * @param {...(string|string[])} [paths] The property paths to omit.
35 var omit = flatRest(function(object, paths) { argument
41 paths = arrayMap(paths, function(path) {
50 var length = paths.length;
52 baseUnset(result, paths[length]);
/plugin/webdav/vendor/composer/
DClassLoader.php106 * @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/
DClassLoader.php106 * @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/
DClassLoader.php106 * @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/
DClassLoader.php106 * @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/
DClassLoader.php106 * @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/
DClassLoader.php106 * @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/
DClassLoader.php106 * @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/barcodes/vendor/composer/
DClassLoader.php175 * @param list<string>|string $paths The PSR-0 root directories
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
223 * @param list<string>|string $paths The PSR-4 base directories
230 public function addPsr4($prefix, $paths, $prepend = false) argument
[all …]
/plugin/dw2pdf/vendor/composer/
DClassLoader.php175 * @param list<string>|string $paths The PSR-0 root directories
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
223 * @param list<string>|string $paths The PSR-4 base directories
230 public function addPsr4($prefix, $paths, $prepend = false) argument
[all …]
/plugin/scrape/vendor/composer/
DClassLoader.php175 * @param list<string>|string $paths The PSR-0 root directories
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
223 * @param list<string>|string $paths The PSR-4 base directories
230 public function addPsr4($prefix, $paths, $prepend = false) argument
[all …]
/plugin/elasticsearch/vendor/composer/
DClassLoader.php175 * @param list<string>|string $paths The PSR-0 root directories
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
223 * @param list<string>|string $paths The PSR-4 base directories
230 public function addPsr4($prefix, $paths, $prepend = false) argument
[all …]
/plugin/geophp/vendor/composer/
DClassLoader.php175 * @param list<string>|string $paths The PSR-0 root directories
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
223 * @param list<string>|string $paths The PSR-4 base directories
230 public function addPsr4($prefix, $paths, $prepend = false) argument
[all …]
/plugin/combo/vendor/composer/
H A DClassLoader.php175 * @param list<string>|string $paths The PSR-0 root directories
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
223 * @param list<string>|string $paths The PSR-4 base directories
230 public function addPsr4($prefix, $paths, $prepend = false) argument
[all …]

12345678910>>...24