Home
last modified time | relevance | path

Searched refs:path (Results 2076 – 2100 of 3342) sorted by relevance

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

/plugin/linkmanager/
H A Dfunctions.php304 $path = DOKU_PLUGIN.getPluginName().'/lang/';
310 @include($path.'en/lang.php');
311 if ($conf['lang'] != 'en') @include($path.$conf['lang'].'/lang.php');
/plugin/ckgedit/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/dev/
H A DSkeletor.php30 /** @var array The files to be created in the form of [path => content] */
90 * @return array [path => content]
129 $path = $type . '/' . $component . '.php';
133 $path = $type . '.php';
147 $this->loadSkeleton($type . '.php', $path, $replacements);
/plugin/diagramsnet/lib/img/lib/mscae/
H A DWindows_10_IoT_Core_Services.svg1path d="M86.28 10.81l4.8-9.36a1 1 0 0 0-.94-1.45L55 1.78a1 1 0 0 0-.78 1.54l19.1 29.54a1 1 0 0 0 1…
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth1/Service/
H A DQuickBooks.php112 $path, argument
118 return parent::request($path, $method, $body, $extraHeaders);
/plugin/ckgdoku/ckeditor/plugins/smiley/
H A Dplugin.js.unc12 editor.config.smiley_path = editor.config.smiley_path || ( this.path + 'images/' );
22 CKEDITOR.dialog.add( 'smiley', this.path + 'dialogs/smiley.js' );
27 * The base path used to build the URL for the smiley images. It must end with a slash.
39 * contained inside the URL path defined with the {@link #smiley_path} setting.
/plugin/structtemplate/_vagrant/
H A DVagrantfile60 shell.path = "provision_web_server.sh"
65 shell.path = "provision_dokuwiki.sh"
76 shell.path = "install_dokuwiki_extension.sh"
83 shell.path = "configure_dw-#{dw_plugin}.sh"
/plugin/ckgedit/ckeditor/plugins/smiley/
H A Dplugin.js.unc12 editor.config.smiley_path = editor.config.smiley_path || ( this.path + 'images/' );
22 CKEDITOR.dialog.add( 'smiley', this.path + 'dialogs/smiley.js' );
27 * The base path used to build the URL for the smiley images. It must end with a slash.
39 * contained inside the URL path defined with the {@link #smiley_path} setting.
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Writer/
H A DMetadataWriter.php289 if (isset($file['path'])) {
290 $fileContent = @file_get_contents($file['path']);
296 throw new \Mpdf\MpdfException(sprintf('Cannot access associated file - %s', $file['path']));
307 if (isset($file['path'])) {
308 $this->writer->write('/Params <</ModDate '.$this->writer->string('D:' . PdfDate::format(filemtime($file['path']))).' >>');
816 $path = explode('/', $ref[0], 3);
817 $branch = isset($path[2]) ? trim($path[2]) : '';
/plugin/mantis/lib/
H A Dclass.soap_transport_http.php23 var $path = ''; variable in soap_transport_http
128 $this->path .= '?' . $u['query'];
140 $this->uri = $this->path;
280 $hostURL .= $this->path;
1226 $path = substr($cookie_str, $start + strlen($cookie_param));
1227 $path = substr($path, 0, strpos($path, ';'));
1229 $path = '/';
1247 'path' => $path,
1286 $path = preg_quote($cookie['path']);
1287 if (! preg_match("'^$path.*'i", $this->path)) {
/plugin/socialshareprivacy2/JC/
H A Djquery.cookie.js56 options.path ? '; path=' + options.path : '',
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/
H A DSassphpFilter.php62 public function addIncludePath($path) argument
64 $this->includePaths[] = $path;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DLocalservices.php67 'path' => 'v1/accountReports:search',
118 'path' => 'v1/detailedLeadReports:search',
/plugin/combo/ComboStrap/
H A DFetcherSvg.php23 * * the {@link FetcherSvg::setSourcePath() original path}
24 * * the {@link FetcherSvg::setRequestedName() name} if this is an {@link FetcherSvg::setRequestedType() icon type}, the original path is then determined on {@link FetcherSvg::getSourcePath() get}
107 * * stroke, the color is on the path (known as Outline
145 public static function createSvgFromPath(WikiPath $path): FetcherSvg argument
149 $fetcher->setSourcePath($path);
483 public function setSourcePath(WikiPath $path): IFetcherLocalImage argument
486 $this->setOriginalPathTraitAlias($path);
724 if (isset($this->path)) {
726 return $this->path->getLastNameWithoutExtension();
1213 $path
[all...]
/plugin/swiftmail/Swift/
H A DMessage.php208 $path = $this->headers->get("Return-Path");
209 …if (strpos($path, ">") > strpos($path, "<")) return substr($path, ($start = strpos($path, "<")), (…
210 else return "<" . $path . ">";
/plugin/authshibboleth/plugin/authshibboleth/
H A Dauth.php707 $path = $options['path'];
708 if (! file_exists($path)) {
709 throw new RuntimeException(sprintf("Non-existent file '%s'", $path));
712 if (! is_readable($path)) {
713 throw new RuntimeException(sprintf("File '%s' not readable", $path));
716 $sourceGroups = require $path;
718 throw new RuntimeException(sprintf("Invalid group format in file '%s'", $path));
/plugin/jirainfo/
H A Daction.php49 $path = (preg_match('/\w+\/$/', $uri['path'])) ? $uri['path'] : $uri['path'] . '/';
55 $uri['host'].$path.'issue',
/plugin/webdav/core/Plugin/
H A DFakeLocker.php67 * @param string $path
70 public function getHTTPMethods($path) argument
/plugin/combo/ComboStrap/Meta/Field/
H A DFeaturedRasterImage.php96 public function setParsedValue(string $path = null): FeaturedRasterImage argument
100 $store->setFromPersistentName(self::FEATURED_IMAGE_PARSED, $path);
/plugin/mikioplugin/icons/bootstrap-icons/svg/
H A Dreceipt.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 2v12a.5.5 0 0 1-.053.224l-.5 1a.5.5 0 0 1-.8.13L13 14.707l-.646.647a.5.5 0 0 1-.708 0L11 14.707l-.646.647a.5.5 0 0 1-.708 0L9 14.707l-.646.647a.5.5 0 0 1-.708 0L7 14.707l-.646.647a.5.5 0 0 1-.708 0L5 14.707l-.646.647a.5.5 0 0 1-.708 0L3 14.707l-.646.647a.5.5 0 0 1-.801-.13l-.5-1A.5.5 0 0 1 1 14V2a.5.5 0 0 1 .053-.224l.5-1a.5.5 0 0 1 .367-.27zm.217 1.338L2 2.118v11.764l.137.274.51-.51a.5.5 0 0 1 .707 0l.646.647.646-.646a.5.5 0 0 1 .708 0l.646.646.646-.646a.5.5 0 0 1 .708 0l.646.646.646-.646a.5.5 0 0 1 .708 0l.646.646.646-.646a.5.5 0 0 1 .708 0l.646.646.646-.646a.5.5 0 0 1 .708 0l.509.509.137-.274V2.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-.51z"/>
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-.5zm8-6a.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/mikioplugin/syntax/
H A Dcarousel.php63 $path = str_replace(':', '/', $namespace);
66 search($pages, $conf['datadir'] . '/' . $path, 'search_allpages', array('depth' => 1, 'skipacl' => true));
99 $renderer->doc .= '<a href="#" class="' . $this->elemClass . ' ' . $this->classPrefix . 'carousel-control ' . $this->classPrefix . 'carousel-control-prev" role="button"><svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 0 8 8"' . $svg_styles . '><path d="M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z"/></svg></a>';
100 $renderer->doc .= '<a href="#" class="' . $this->elemClass . ' ' . $this->classPrefix . 'carousel-control ' . $this->classPrefix . 'carousel-control-next" role="button"><svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 0 8 8"' . $svg_styles . '><path d="M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z"/></svg></a>';
/plugin/sequencediagram/bower_components/js-sequence-diagrams/src/
H A Dtheme-raphael.js27 return this.path('M{0},{1} L{2},{3}', x1, y1, x2, y2);
177 var line = this.paper_.path(handLine(x1, y1, x2, y2)).attr(LINE);
188 return this.paper_.path(handRect(x, y, w, h)).attr(RECT);
/plugin/nstoc/
H A Dsyntax.php340 $path = preg_split('|:|', $aNamespace, -1, PREG_SPLIT_NO_EMPTY);
341 if (count($path)) {
343 array_pop($path);
345 $aNamespace = implode(':', $path);
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A Djson.worker.js.map1path.js","webpack:///./node_modules/monaco-editor/esm/vs/base/common/platform.js","webpack:///./no…
/plugin/findologicxmlexport/vendor/doctrine/annotations/docs/en/
H A Dannotations.rst63 …AnnotationRegistry::registerFile("/path/to/doctrine/lib/Doctrine/ORM/Mapping/Driver/DoctrineAnnota…
64 …AnnotationRegistry::registerAutoloadNamespace("Symfony\Component\Validator\Constraint", "/path/to/…
65 … AnnotationRegistry::registerAutoloadNamespace("MyProject\Annotations", "/path/to/myproject/src");
100 "/path/to/cache",
162 …d that their base directory is located at the given $dirs or in the include path if NULL is passed.
164 …he AnnotationRegistry uses a namespace to directory separator approach to resolve the correct path.
184 if (file_exists("/my/base/path/" . $file)) {
186 require "/my/base/path/" . $file;
217 To ease the upgrade path, we still allow you to disable this mechanism. Note however that we will r…

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