Home
last modified time | relevance | path

Searched refs:path (Results 2876 – 2900 of 3342) sorted by relevance

1...<<111112113114115116117118119120>>...134

/plugin/diagramsnet/lib/img/lib/ibm/applications/
H A Dapplication_logic.svg1 …Box="0 0 60.2 60.2"><circle cx="30.1" cy="30.1" r="30.1" fill="#ecc01b"/><path d="M23.6 29.6c0-.4 …
H A Dactionable_insight.svg1 …e cx="30.2" cy="30.1" rx="30.2" ry="30.1" fill="#ecc01b"/><g fill="#fff"><path d="M18.7 20.3h2.5v1…
/plugin/elasticsearch/conf/
H A Delasticsearch.conf.example5 # Configure one file type per line: file extension followed by parser location (full file system path or URL).
/plugin/openlayersmap/ol7/
H A Dgenerate-info.js.diff
/plugin/elwikiupgrade/
H A DHTTPClient.php192 $path = $uri['path'];
193 if(empty($path)) $path = '/';
194 if(!empty($uri['query'])) $path .= '?'.$uri['query'];
207 $request_url = $path;
/plugin/combo/renderer/
H A Danalytics.php168 $path = $markupPath->getPathObject();
169 if (!($path instanceof WikiPath)) {
170 throw new ExceptionRuntimeInternal("The path ($path) is not a wiki path");
173 ->setRequestedExecutingPath($path)
174 ->setRequestedContextPath($path)
/plugin/combo/ComboStrap/
H A DTemplateForWebPage.php121 throw new ExceptionNotFound("A requested context path was not found");
213 // no requested path
268 $path = $this->getRequestedContextPath();
269 if (!FileSystems::exists($path)) {
272 $markup = MarkupPath::createPageFromPathObject($path);
278 // not a path run
316 LogUtility::internalError("This template is not for a markup path, it cannot have slots then.");
377 * @var WikiPath $icoWikiPath - we give wiki paths, we get wiki path
411 * @var WikiPath $iconPath - to say to the linter that this is a wiki path
444 * @var WikiPath $iconPath - to say to the linter that this is a wiki path
[all...]
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Util/
H A DConfigurationTest.php252 …$path = dirname(__DIR__) . DIRECTORY_SEPARATOR . '_files' . DIRECTORY_SEPARATOR . '.' . PATH_SEPAR…
253 $this->assertStringStartsWith($path, ini_get('include_path'));
/plugin/judge/
H A Daction.php292 public function upload($filename, $path, $code) argument
300 $targetdir = $path;
/plugin/imagecarousel/vendor/slick/
H A Dslick-theme.less5 @slick-font-path: "./fonts/";
7 @slick-loader-path: "./";
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DFilter.ExtractStyleBlocks.txt
/plugin/404manager/_test/
H A Dmanager.test.php303 …PAGE_BAD_TARGET, 'Page with the same name', 'but without any common name (namespace) in the path');
362 …RENT_BAD_TARGET, 'Page with the same name', 'but without any common name (namespace) in the path');
/plugin/bpmnio/vendor/bpmn-js/dist/assets/
H A Dbpmn-js.css80 … width="17" height="17" viewBox="0 0 24 24"><path d="M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6…
/plugin/diagramsnet/lib/img/lib/cumulus/
H A Dlimed_spruce.svg1 <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 150 34.8" fill="#36424a"><path d="M90.8 15.7V5…
/plugin/findologicxmlexport/vendor/jms/serializer/src/Metadata/Driver/
H A DXmlDriver.php44 … protected function loadMetadataFromFile(\ReflectionClass $class, string $path): ?BaseClassMetadata argument
49 $elem = simplexml_load_file($path);
62 $metadata->fileResources[] = $path;
/plugin/file2dw/
H A Daction.php588 $path = sprintf('%s/%s%s', $dir, $prefix, mt_rand(100000, mt_getrandmax()));
590 !mkdir($path, $mode) &&
595 return $path;
/plugin/adfs/phpsaml/lib/Saml2/
H A DAuth.php187 * @param string $path
190 public function setSchemasPath($path) argument
192 $this->_paths['schemas'] = $path;
/plugin/passpolicy/
H A Dhelper.php130 $path = dirname(__FILE__);
131 @include($path . '/lang/en/settings.php');
132 if ($conf['lang'] != 'en') @include($path . '/lang/' . $conf['lang'] . '/settings.php');
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dgetid3.lib.php1730 * @param string $path
1734 public static function getFileSizeSyscall($path) { argument
1740 $file = $filesystem->GetFile($path);
1744 $commandline = 'for %I in ('.escapeshellarg($path).') do @echo %~zI';
1747 $commandline = 'ls -l '.escapeshellarg($path).' | awk \'{print $5}\'';
1791 * @param string $path A path.
1796 public static function mb_basename($path, $suffix = null) { argument
1797 $splited = preg_split('#/#', rtrim($path, '/ '));
/plugin/aimg/
H A Dsyntax.php95 $img_id = str_replace(':','',cleanID($src['host'].$src['path'].$src['query']));
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/PropertyStorage/
H A DPluginTest.php95 $this->plugin->pathFilter = function($path) {
/plugin/diagramsnet/lib/img/lib/ibm/vpc/
H A DImageService.svg1 …"37.5" cx="37.5" cy="37.5" fill="#90c34b" fill-opacity=".975" class="B"/><path d="M27.432 41.263a2…
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DCssManager.php153 $path = $CSSext[$ind];
155 $path = htmlspecialchars_decode($path); // mPDF 6
157 $this->mpdf->GetFullPath($path);
159 $CSSextblock = $this->getFileContents($path);
166 $cssBasePath = preg_replace('/\/[^\/]*$/', '', $path) . '/';
169 // path is relative to original stylesheet!!
180 // path is relative to original stylesheet!!
2282 private function getFileContents($path)
2284 // If local file try using local path (
2276 getFileContents($path) global() argument
[all...]
/plugin/bibtex/OSBib/
H A DCHANGELOG43 2/ Based on modifications suggested by Christian Boulanger, changed path information to make settin…
48 …in. This path is where PARSECREATORS, PARSEMONTH and PARSEPAGE classes can be found if you wish to…
/plugin/findologicxmlexport/vendor/jms/serializer/src/GraphNavigator/
H A DSerializationGraphNavigator.php159 if (null !== $path = $this->context->getPath()) {
160 $msg .= ' Path: ' . $path;

1...<<111112113114115116117118119120>>...134