Home
last modified time | relevance | path

Searched refs:paths (Results 176 – 200 of 243) sorted by path

12345678910

/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Factory/Resource/
H A DCoalescingDirectoryResource.php98 $paths = array();
104 if (!isset($paths[$relative])) {
105 $paths[$relative] = $file;
110 return array_values($paths);
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/
H A DSassphpFilter.php57 public function setIncludePaths(array $paths) argument
59 $this->includePaths = $paths;
H A DScssphpFilter.php74 public function setImportPaths(array $paths) argument
76 $this->importPaths = $paths;
/plugin/jplayer/vendor/robloach/component-installer/src/ComponentInstaller/Process/
H A DRequireCssProcess.php49 foreach ($packageStyles as $style => $paths) {
50 foreach ($paths as $path) {
/plugin/jplayer/vendor/robloach/component-installer/src/ComponentInstaller/Resources/
H A Drequire.js199 paths: {}, property in newContext.config
370 var pathConfig = getOwn(config.paths, id);
1238 paths: true, property in newContext.context.configure.objs
1544 var paths, pkgs, pkg, pkgPath, syms, i, parentModule, url,
1558 paths = config.paths;
1568 parentPath = getOwn(paths, parentModule);
/plugin/mantis/lib/
H A Dchangelog84 > array of files not just the last one and also checks for relative paths to
/plugin/mathjax/lang/en/
H A Dsettings.php5 …al) One or more files containing MathJax configuration commands. Specify paths relative to the do…
/plugin/mdpage/vendor/cebe/markdown/tests/markdown-data/
H A Dspecs.md570 use relative paths:
/plugin/mdpage/vendor/composer/
H A DClassLoader.php114 (array) $paths,
120 (array) $paths
135 (array) $paths,
141 (array) $paths
162 (array) $paths,
168 (array) $paths
182 (array) $paths,
189 (array) $paths
201 public function set($prefix, $paths) argument
204 $this->fallbackDirsPsr0 = (array) $paths;
[all …]
/plugin/mediathumbnails/
H A Ddokuwiki_plugin_page.wiki110 …-separated list, use slashes as directory delimiters). //Is defaulted for paths within ODT files a…
/plugin/mikioplugin/
H A DREADME.md152 - Replace Windows directory separator in CSS paths
/plugin/nssize/
H A Dsyntax.php20 $paths = array('datadir' => 'pages',
34 foreach($paths as $c => $p) {
/plugin/oauth/vendor/composer/
H A DClassLoader.php179 * @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,
280 set($prefix, $paths) global() argument
300 setPsr4($prefix, $paths) global() argument
[all...]
/plugin/ol3/
H A Dscript.js8paths[0],e)},b_[bt.POLYGON]=function(t){var e=S_(t);return new fi(t.rings,e)},b_[bt.MULTI_POINT]=f…
/plugin/openlayersmap/ol7/
H A Dgenerate-info.js.diff
H A Dol.js.map
/plugin/pdfjs/pdfjs/build/
H A Dpdf.js12827 module.paths = [];
15311 var paths = this.pendingTextPaths;
15314 if (paths === undefined) {
15322 for (var i = 0; i < paths.length; i++) {
15323 var path = paths[i];
15450 var paths = this.pendingTextPaths || (this.pendingTextPaths = []);
15451 paths.push({
H A Dpdf.js.map1paths","path","fontObj","bold","italic","typeface","browserFontSize","paintChar","textRenderingMod…
H A Dpdf.worker.js1357 module.paths = [];
H A Dpdf.worker.js.map1 …ule.webpackPolyfill) {\n\t\tmodule.deprecate = function() {};\n\t\tmodule.paths = [];\n\t\t// modu…
/plugin/pdfjs/pdfjs/web/
H A Dviewer.js3297 module.paths = [];
H A Dviewer.js.map1paths = [];\n\t\t// module.parent = undefined by default\n\t\tif (!module.children) module.childre…
/plugin/photogallery/phpThumb/docs/
H A Dphpthumb.changelog.txt460 full HTTP paths for "src" parameter
913 with paths (thanks srcericØusers.sourceforge.net)
1401 * Bugfix: virtual paths/filenames like /~user/foo.jpg
/plugin/phprestrict/action/
H A Daction.php55 $paths = explode(',',
62 foreach ($paths as $path) {
/plugin/pureldap/vendor/composer/
H A DClassLoader.php175 * @param list<string>|string $paths The PSR-0 root directories
180 public function add($prefix, $paths, $prepend = false)
182 $paths = (array) $paths;
186 $paths,
192 $paths
201 $this->prefixesPsr0[$first][$prefix] = $paths;
207 $paths,
213 $paths
223 * @param list<string>|string $paths Th
118 add($prefix, $paths, $prepend = false) global() argument
165 addPsr4($prefix, $paths, $prepend = false) global() argument
210 set($prefix, $paths) global() argument
228 setPsr4($prefix, $paths) global() argument
[all...]

12345678910