Home
last modified time | relevance | path

Searched refs:paths (Results 1 – 25 of 243) sorted by last modified time

12345678910

/plugin/siteexport/
H A DREADME.md27 A regular expression to define paths that should not be exported
/plugin/siteexport/inc/
H A DreadCSS.patch87 // and fix url paths (including background-images) relative to stylesheet
/plugin/openlayersmap/ol7/
H A Dol.js.map
H A Dgenerate-info.js.diff
/plugin/geophp/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
184 add($prefix, $paths, $prepend = false) global() argument
233 addPsr4($prefix, $paths, $prepend = false) global() argument
280 set($prefix, $paths) global() argument
300 setPsr4($prefix, $paths) global() argument
[all...]
/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/mikioplugin/
H A DREADME.md152 - Replace Windows directory separator in CSS paths
/plugin/aichat/vendor/mehrab-wj/tiktoken-php/
H A Dphpstan.neon3 paths:
H A Drector.php11 $rectorConfig->paths([
/plugin/aichat/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
188 add($prefix, $paths, $prepend = false) global() argument
237 addPsr4($prefix, $paths, $prepend = false) global() argument
284 set($prefix, $paths) global() argument
304 setPsr4($prefix, $paths) global() argument
[all...]
/plugin/confmanager/
H A Dhelper.php48 $paths = $config->getPaths();
49 if (count($paths) == 0) return '';
51 $hash .= realpath($paths[0]);
/plugin/gallery/
H A Dall.less
/plugin/gitbacked/
H A DCHANGELOG.md132 - Added setting ignorePaths to ignore specified paths in add/commit-process
/plugin/gitbacked/action/
H A Deditcommit.php63 $paths = explode(',',$ignorePaths);
64 foreach($paths as $path) {
/plugin/dw2pdf/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
188 add($prefix, $paths, $prepend = false) global() argument
237 addPsr4($prefix, $paths, $prepend = false) global() argument
284 set($prefix, $paths) global() argument
304 setPsr4($prefix, $paths) global() argument
[all...]
/plugin/dw2pdf/vendor/mpdf/mpdf/
H A DCHANGELOG.md24 * Skip non supported wrappers when resolving paths (#1204, @MarkVaughn)
123 - `fontDir` property of Mpdf class is private and must be accessed via configuration variable with array of paths or `AddFontDirectory` method
143 - `_MPDF_SYSTEM_TTFONTS` constant in favor of `fontDir` configuration variable with array of paths or `AddFontDirectory` method
167 - `FontFileFinder` class allowing to specify multiple paths to search for fonts
/plugin/combo/vendor/php-webdriver/webdriver/lib/Remote/Service/
H A DDriverService.php200 $paths = explode(PATH_SEPARATOR, getenv('PATH'));
201 foreach ($paths as $path) {
/plugin/combo/resources/firebug/
H A Dfirebug-lite-1.4.js7024 this.getElementTreeXPath=function(element){var paths=[];
7035 paths.splice(0,0,tagName+pathIndex)
7036 }return paths.length?"/"+paths.join("/"):null
/plugin/combo/resources/snippet/js/
H A Drequire.js11 paths: {
/plugin/combo/vendor/composer/
H A DClassLoader.php115 * @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,
210 set($prefix, $paths) global() argument
228 setPsr4($prefix, $paths) global() argument
[all...]
/plugin/combo/vendor/antlr/antlr4-php-runtime/
H A Dphpstan.neon.dist6 paths: [src]
/plugin/combo/ComboStrap/
H A DFileSystems.php272 * @param Path[] $paths
276 public static function getFirstExistingPath(array $paths): Path argument
279 foreach ($paths as $path) {
/plugin/combo/vendor/php-webdriver/webdriver/lib/Chrome/
H A DChromeOptions.php82 * @param array $paths
85 public function addExtensions(array $paths) argument
87 foreach ($paths as $path) {
/plugin/combo/vendor/salesforce/handlebars-php/
H A DREADME.md214 Handlebars nested expressions which are dot-separated paths.
244 Nested handlebars paths can also include ../ segments, which evaluate their paths against a parent context.
/plugin/combo/vendor/php-webdriver/webdriver/lib/Firefox/
H A DFirefoxProfile.php255 $paths = new RecursiveIteratorIterator($dir, RecursiveIteratorIterator::CHILD_FIRST);
257 foreach ($paths as $path) {

12345678910