Home
last modified time | relevance | path

Searched refs:path (Results 2051 – 2075 of 3342) sorted by relevance

1...<<81828384858687888990>>...134

/plugin/swiftmail/Swift/Cache/
H A DDisk.php48 public static function setSavePath($path="/tmp") argument
50 self::$save_path = realpath($path);
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/tests/tests/
H A DXMLTest.php32 foreach ($tmpFilesIterator as $path => $fileInfo) {
84 foreach ($expectedFilesIterator as $path => $fileInfo) {
H A DHTMLTest.php35 foreach ($tmpFilesIterator as $path => $fileInfo) {
88 foreach ($expectedFilesIterator as $path => $fileInfo) {
/plugin/diagramsnet/lib/img/lib/ibm/blockchain/
H A De_cert.svg1path d="M43.6 10.6c.7.2 1.4.6 1.9 1.1.5.6.7 1.3.7 2v18c0 9 0 .1 0 0-.3-.5-.7-1-1.1-1.5-.2-.2-.5-.4…
H A Dservices.svg1path d="M25.7 44.2v-1.8c0-.6.5-.9 1-.5l5.5 3.7c.5.3.5.7 0 1l-5.5 3.7c-.5.3-.9.1-1-.5s0-1.2 0-1.8h-…
/plugin/diagramsnet/lib/img/lib/ibm/security/
H A Didentity_access_management.svg1path d="M25.5 42.8l-9.5-.1c-1.3 0-2.4 1.1-2.4 2.4v2.4l14.3.1v-2.4c0-1.4-1-2.4-2.4-2.4zm-4.8-2.5a6.…
/plugin/diagramsnet/lib/img/lib/ibm/vpc/
H A DGatewayAppliance.svg1path d="M1.75-2.76L0-.76l-1.75-2" id="A"/></defs><g fill="#8dc53f"><marker overflow="visible" mark…
/plugin/diagramsnet/lib/img/lib/mscae/
H A DKubernetes.svg1path d="M358.817 175.03a48.37 48.37 0 0 0-18.415 4.66L89.118 299.758c-13.175 6.292-22.744 18.19-26…
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Loader/
H A DFilesystemTest.php20 $path = __DIR__.'/../Fixtures';
21 $loader = new FilesystemLoader([$path]);
23 …$this->assertEquals(realpath($path.'/errors/index.html'), realpath($loader->getSourceContext('erro…
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Cookie/
H A DSetCookie.php178 * @param string $path Path of the cookie
180 public function setPath($path) argument
182 $this->data['Path'] = $path;
/plugin/sequencediagram/bower_components/js-sequence-diagrams/src/
H A Dtheme-snap.js121 var arrow = this.paper_.path('M 0 0 L 5 2.5 L 0 5 z');
125 arrow = this.paper_.path('M 9.6,8 1.92,16 0,13.7 5.76,8 0,2.286 1.92,0 9.6,8 z');
268 var line = this.paper_.path(handLine(x1, y1, x2, y2)).attr(LINE);
279 var rect = this.paper_.path(handRect(x, y, w, h)).attr(RECT);
/plugin/mp3play2/
H A DREADME.md42 {{mp3play>path-to-playlist.xml}}
93 …<song path="http://streamer-dtc-aa02.somafm.com:80/stream/1018/" title="Some Internetradio Mp3 Str…
94 <song path="http://77.67.106.13:10203/" title="Mountain Chill - Planets Destination for Chill" />
95 …<song path="http://musicweb.koncon.nl/AllCourses/hdpj/chapter05/TaketheATrain.mp3" title="URL to a…
/plugin/openas/
H A Daction.php117 $path = "$dir/$fname" . $this->ext;
118 io_saveFile($path,$data);
180 $path = "$dir/$fname" . $this->ext;
181 io_saveFile($path,$data);
/plugin/combo/ComboStrap/
H A DFetcherPage.php32 public static function createPageFetcherFromPath(Path $path): FetcherPage argument
35 $fetcherPage->setRequestedPath($path);
54 $path = $fetchUrl->getPath();
55 $id = substr(str_replace("/", ":", $path), 1);
299 throw new ExceptionRuntimeInternal("Not a local wiki path", self::NAME, 1, $e);
H A DOutlineVisitor.php147 $path = $fetcher->getSourcePath()->toAbsoluteId();
148 FeaturedRasterImage::createFromResourcePage($this->markupPath)->setParsedValue($path);
151 $path = $fetcher->getSourcePath()->toAbsoluteId();
152 FeaturedSvgImage::createFromResourcePage($this->markupPath)->setParsedValue($path);
H A DDatabasePageRow.php350 $path = $this->markupPath->fetchAnalyticsPath();
355 $exist = FileSystems::exists($path);
365 $modifiedTime = FileSystems::getModifiedTime($path);
467 * Named identifier: path
470 $path = $markupPath->getPathObject();
471 return $this->getDatabaseRowFromPath($path);
477 * Named identifier: id (ie path)
487 * (Note that canonical should become a soft link and therefore a path)
736 $path = $targetId;
737 WikiPath::addRootSeparatorIfNotPresent($path);
1007 getDatabaseRowFromPath(string $path) global() argument
[all...]
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Connections/
H A DConnection.php72 protected $path; variable in Elasticsearch\\Connections\\Connection
178 $path = null;
179 if (isset($hostDetails['path']) === true) {
180 $path = $hostDetails['path'];
185 $this->path = $path;
371 if ($this->path !== null) {
372 $uri = $this->path . $uri;
560 return $this->path;
[all...]
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Durl_encode.rst16 {{ "path-seg*ment"|url_encode }}
17 {# outputs "path-seg%2Ament" #}
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/
H A DServerEventsTest.php25 function afterBindHandler($path) { argument
27 $this->tempPath = $path;
/plugin/elasticsearch/vendor/ruflin/elastica/src/Cluster/
H A DSettings.php173 $path = '_cluster/settings';
175 return $this->getClient()->request($path, $method, $data);
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth2/Service/
H A DMailchimp.php83 public function request($path, $method = 'GET', $body = null, array $extraHeaders = array()) argument
89 return parent::request($path, $method, $body, $extraHeaders);
/plugin/mikioplugin/icons/bootstrap-icons/svg/
H A Dreceipt-cutoff.svg2 <path fill-rule="evenodd" d="M1.92.506a.5.5 0 0 1 .434.14L3 1.293l.646-.647a.5.5 0 0 1 .708 0L5 1.293l.646-.647a.5.5 0 0 1 .708 0L7 1.293l.646-.647a.5.5 0 0 1 .708 0L9 1.293l.646-.647a.5.5 0 0 1 .708 0l.646.647.646-.647a.5.5 0 0 1 .708 0l.646.647.646-.647a.5.5 0 0 1 .801.13l.5 1A.5.5 0 0 1 15 2v13h-1V2.118l-.137-.274-.51.51a.5.5 0 0 1-.707 0L12 1.707l-.646.647a.5.5 0 0 1-.708 0L10 1.707l-.646.647a.5.5 0 0 1-.708 0L8 1.707l-.646.647a.5.5 0 0 1-.708 0L6 1.707l-.646.647a.5.5 0 0 1-.708 0L4 1.707l-.646.647a.5.5 0 0 1-.708 0l-.509-.51L2 2.118V15H1V2a.5.5 0 0 1 .053-.224l.5-1a.5.5 0 0 1 .367-.27zM0 15.5a.5.5 0 0 1 .5-.5h15a.5.5 0 0 1 0 1H.5a.5.5 0 0 1-.5-.5z"/>
3 <path fill-rule="evenodd" d="M3 4.5a.5.5 0 0 1 .5-.5h6a.5.5 0 1 1 0 1h-6a.5.5 0 0 1-.5-.5zm0 2a.5.5 0 0 1 .5-.5h6a.5.5 0 1 1 0 1h-6a.5.5 0 0 1-.5-.5zm0 2a.5.5 0 0 1 .5-.5h6a.5.5 0 1 1 0 1h-6a.5.5 0 0 1-.5-.5zm0 2a.5.5 0 0 1 .5-.5h6a.5.5 0 0 1 0 1h-6a.5.5 0 0 1-.5-.5zm0 2a.5.5 0 0 1 .5-.5h6a.5.5 0 0 1 0 1h-6a.5.5 0 0 1-.5-.5zm8-8a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 0 1h-1a.5.5 0 0 1-.5-.5zm0 2a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 0 1h-1a.5.5 0 0 1-.5-.5zm0 2a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 0 1h-1a.5.5 0 0 1-.5-.5zm0 2a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 0 1h-1a.5.5 0 0 1-.5-.5zm0 2a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 0 1h-1a.5.5 0 0 1-.5-.5z"/>
/plugin/ckgdoku/fckeditor/editor/filemanager/connectors/php/
H A Dio.php180 function Server_MapPath( $path ) argument
185 $info = apache_lookup_uri( $path ) ;
191 return GetRootPath() . $path ;
/plugin/fckg/fckeditor/editor/filemanager/connectors/php/
H A Dio.php178 function Server_MapPath( $path ) argument
183 $info = apache_lookup_uri( $path ) ;
189 return GetRootPath() . $path ;
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/
H A DRenderer.php181 $path = $node->getPathAsArray();
183 $max = count($path);
193 foreach ($path as $step) {

1...<<81828384858687888990>>...134