Home
last modified time | relevance | path

Searched refs:resolve (Results 226 – 250 of 346) sorted by path

12345678910>>...14

/plugin/fetchmedia/lib/
H A Dbundle.js1resolve){var h=c.resolve();r=function(){h.then(f)}}else r=function(){i.call(e,f)};return function(…
/plugin/fetchmedia/
H A Dyarn.lock1148 enhanced-resolve@^3.4.0:
1150 …resolved "https://registry.yarnpkg.com/enhanced-resolve/-/enhanced-resolve-3.4.1.tgz#0421e339fd714…
1245 resolve "^1.2.0"
2670 resolve-from "^1.0.0"
2672 resolve-from@^1.0.0:
2674 …resolved "https://registry.yarnpkg.com/resolve-from/-/resolve-from-1.0.1.tgz#26cbfe935d1aeeeabb29b…
2676 resolve@^1.2.0:
2678 …resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.3.3.tgz#655907c3469a8680dc2de3a275a8fdd…
3113 enhanced-resolve "^3.4.0"
/plugin/findologicxmlexport/vendor/doctrine/annotations/docs/en/
H A Dannotations.rst164 …he AnnotationRegistry uses a namespace to directory separator approach to resolve the correct path.
/plugin/findologicxmlexport/vendor/hoa/iterator/
H A DREADME.md316 $directory = new Hoa\Iterator\Directory(resolve('hoa://Library/Iterator'));
341 $glob = new Hoa\Iterator\Glob(resolve('hoa://Library/Iterator') . '/M*.php');
/plugin/findologicxmlexport/vendor/hoa/iterator/Test/Unit/
H A DDirectory.php57 resolve('hoa://Test/Vfs/Root/A?type=file'),
58 resolve('hoa://Test/Vfs/Root/Aa?type=file'),
59 resolve('hoa://Test/Vfs/Root/Aaa?type=file'),
127 resolve('hoa://Test/Vfs/Root/A?type=file'),
128 resolve('hoa://Test/Vfs/Root/Aa?type=file'),
168 resolve('hoa://Test/Vfs/Root/a?type=file'),
169 resolve('hoa://Test/Vfs/Root/b?type=file'),
170 resolve('hoa://Test/Vfs/Root/c?type=file'),
171 resolve('hoa://Test/Vfs/Root/d?type=file'),
172 resolve('hoa://Test/Vfs/Root/e?type=file'),
[all …]
H A DFileSystem.php56 $root = resolve('hoa://Test/Vfs/Root?type=directory'),
57 resolve('hoa://Test/Vfs/Root/.?type=directory'),
58 resolve('hoa://Test/Vfs/Root/..?type=directory'),
59 resolve('hoa://Test/Vfs/Root/A?type=file'),
60 resolve('hoa://Test/Vfs/Root/B?type=file'),
86 resolve('hoa://Test/Vfs/Root/a?type=file'),
87 resolve('hoa://Test/Vfs/Root/b?type=file'),
88 resolve('hoa://Test/Vfs/Root/c?type=file'),
89 resolve('hoa://Test/Vfs/Root/d?type=file'),
90 resolve('hoa://Test/Vfs/Root/e?type=file'),
[all …]
/plugin/findologicxmlexport/vendor/hoa/protocol/Bin/
H A DResolve.php151 $resolved = resolve($path, $exists, $unfold);
/plugin/findologicxmlexport/vendor/hoa/protocol/
H A DProtocol.php168 public function resolve($path, $exists = true, $unfold = false) function in Hoa\\Protocol\\Protocol
H A DREADME.md64 to resolve a `hoa://` path and finally how to add a new node in this tree.
116 We can either resolve a path by using the global `resolve` function or the
117 `Hoa\Protocol\Protocol::resolve` method:
121 resolve('hoa://Library/Protocol/README.md')
148 resolve('hoa://Usb/StickA')
H A DWrapper.php83 return Node::getRoot()->resolve($path, $exists);
599 function resolve($path, $exists = true, $unfold = false) function
601 return Hoa\Protocol::getInstance()->resolve($path, $exists, $unfold);
/plugin/findologicxmlexport/vendor/hoa/protocol/Test/Unit/
H A DProtocol.php94 ->when($result = $protocol->resolve('/foo/bar'))
104 ->when($result = $protocol->resolve('hoa://Application/Foo/Bar'))
114 ->when($result = $protocol->resolve('hoa://Application/Foo/Bar', false))
124 ->when($result = $protocol->resolve('hoa://Library', true, true))
139 ->when($result = $protocol->resolve('hoa://Library', false, true))
H A DWrapper.php905 resolve('hoa://Test/Vfs/Bar/' . $child . '?type=file');
/plugin/findologicxmlexport/vendor/hoa/stream/
H A DREADME.md34 `progress`, `redirect`, `resolve`, and `size`,
338 * `resolve`, when the stream is resolved (meaning can vary a lot here),
/plugin/findologicxmlexport/vendor/hoa/stream/Test/Unit/
H A DStream.php752 ->when($result = resolve('hoa://Library/Stream#' . $name))
762 ->when($result = resolve('hoa://Library/Stream#' . $name))
/plugin/findologicxmlexport/vendor/jms/serializer/
H A DCHANGELOG.md805 - Composer is not able to resolve a dependency [\#608](https://github.com/schmittjoh/serializer/pul…
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/DocBlock/Tags/
H A DCovers.php59 $resolver->resolve($parts[0], $context),
H A DMethod.php133 $returnType = $typeResolver->resolve($returnType, $context);
144 $argumentType = $typeResolver->resolve($argument[0], $context);
H A DParam.php75 $type = $typeResolver->resolve(array_shift($parts), $context);
H A DProperty.php68 $type = $typeResolver->resolve(array_shift($parts), $context);
H A DPropertyRead.php68 $type = $typeResolver->resolve(array_shift($parts), $context);
H A DPropertyWrite.php68 $type = $typeResolver->resolve(array_shift($parts), $context);
H A DReturn_.php52 $type = $typeResolver->resolve(isset($parts[0]) ? $parts[0] : '', $context);
H A DSee.php66 return new static(new FqsenRef($resolver->resolve($parts[0], $context)), $description);
H A DThrows.php52 $type = $typeResolver->resolve(isset($parts[0]) ? $parts[0] : '', $context);
H A DUses.php59 $resolver->resolve($parts[0], $context),

12345678910>>...14