Home
last modified time | relevance | path

Searched refs:path (Results 1501 – 1525 of 3342) sorted by relevance

1...<<61626364656667686970>>...134

/plugin/diagramsnet/lib/img/lib/active_directory/
H A Ddatabase.svg1path d="M106.9 102.04h.004c13.773-.025 30.35 2.18 43.2 6.175 6.42 1.998 11.91 4.47 15.54 7.108s5.0…
/plugin/ckgdoku/ckeditor/plugins/wrap/
H A Dplugin.js10 icon: this.path + 'icons/wrap.png',
13 CKEDITOR.dialog.add( 'wrapDialolg', this.path + 'dialogs/wrap.js' );
/plugin/diagramsnet/lib/img/lib/mscae/
H A DShared_Dashboard.svg1 …="http://www.w3.org/2000/svg" width="17" height="14"><path d="M17 0v14H0V0z" fill="#3999c6"/><path
/plugin/ckgedit/ckeditor/plugins/wrap/
H A Dplugin.js10 icon: this.path + 'icons/wrap.png',
13 CKEDITOR.dialog.add( 'wrapDialolg', this.path + 'dialogs/wrap.js' );
/plugin/combo/resources/brand/hackernews/
H A Dsolid.svg2 <path d="M60.94 82.314L17 0h20.08l25.85 52.093c.397.927.86 1.888 1.39 2.883.53.994.995 2.02 1.393 3.08.265.4.463.764.596 1.095.13.334.262.63.395.898.662 1.325 1.26 2.618 1.79 3.877.53 1.26.993 2.42 1.39 3.48 1.06-2.254 2.22-4.673 3.48-7.258 1.26-2.585 2.552-5.27 3.877-8.052L103.49 0h18.69L77.84 83.308v53.087h-16.9v-54.08z"></path>
/plugin/translation/flags/
H A Dpl.svg1 <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 480"><g fill-rule="evenodd"><path fill="#fff" d="M640 480H0V0h640z"/><path fill="#dc143c" d="M640 480H0V240h640z"/></g></svg
/plugin/jplayer/vendor/robloach/component-installer/src/ComponentInstaller/Process/
H A DProcess.php203 $path = getcwd();
205 if (!file_exists($path.DIRECTORY_SEPARATOR.'composer.json')) {
208 $path = $temp;
213 return $path;
/plugin/fastwiki/
H A Dhistory.js92 var path = document.location.pathname;
96 if (path.indexOf('doku.php') >= 0)
99 // Absolute path with and without domain.
101 // knowing the configured base path, and knowing about any <base> tags.
102 return new RegExp('^'+path+'$|://'+document.location.host+path+'$');
/plugin/sequencediagram/bower_components/raphael/dev/
H A Draphael.core.js299 path = path2curve(path);
1594 path = path2curve(path);
2012 path = ["C"][concat](q2c(d.x, d.y, d.qx, d.qy, path[1], path[2]));
2017 path = ["C"][concat](q2c(d.x, d.y, path[1], path[2], path[3], path[4]));
2020 path = ["C"][concat](l2c(d.x, d.y, path[1], path[2]));
2228 return mapPath(path, toMatrix(path, transform));
3809 path = this.matrix ? mapPath(path, this.matrix) : path;
3811 out.push(r.path(path).attr({
3832 path = path2curve(path);
5121 for (var k in path.k) if (path[has](k)) {
[all …]
/plugin/fedauth/Auth/
H A DOpenID.php365 * @param string $path The path.
371 static function urlunparse($scheme, $host, $port = null, $path = '/', argument
383 if (!$path) {
384 $path = '';
393 $result .= $path;
/plugin/directions/syntax/
H A Dcommon.php42 $path = explode($delimiter,$line);
43 if (sizeof($path) == 3) {
44 $user = $path[0];
45 $source = trim($path[1]);
46 $target = trim($path[2]);
/plugin/gemini/
H A Dcli.php200 protected function generateResponse($path) argument
202 if (substr($path, 0, 8) == '/_media/') {
204 $path = substr($path, 8);
208 $id = cleanID(str_replace('/', ':', $path));
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudSupport/
H A DMedia.php102 public $path; variable in Google\\Service\\CloudSupport\\Media
463 public function setPath($path) argument
465 $this->path = $path;
472 return $this->path;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTubeReporting/
H A DGdataMedia.php102 public $path; variable in Google\\Service\\YouTubeReporting\\GdataMedia
463 public function setPath($path) argument
465 $this->path = $path;
472 return $this->path;
/plugin/openid/Auth/
H A DOpenID.php381 * @param string $path The path.
387 static function urlunparse($scheme, $host, $port = null, $path = '/', argument
399 if (!$path) {
400 $path = '';
409 $result .= $path;
/plugin/ckgdoku/ckeditor/plugins/geshi/
H A Dplugin.js27 icon: this.path + 'icons/geshi.gif',
29 CKEDITOR.dialog.add( 'geshiDialog', this.path + 'dialogs/geshi.js' );
/plugin/ckgedit/ckeditor/plugins/geshi/
H A Dplugin.js27 icon: this.path + 'icons/geshi.gif',
29 CKEDITOR.dialog.add( 'geshiDialog', this.path + 'dialogs/geshi.js' );
/plugin/ckgedit/ckeditor/plugins/note/
H A Dplugin.js12 icon: this.path + 'icons/note.png',
15 CKEDITOR.dialog.add( 'noteDialog', this.path + 'dialogs/note.js' );
/plugin/webdav/vendor/sabre/dav/lib/DAV/Locks/
H A DPlugin.php282 $path = $request->getPath();
283 $locks = $this->getLocks($path);
293 $this->unlockNode($path, $lock);
315 * @param string $path
318 function afterUnbind($path) { argument
320 $locks = $this->getLocks($path, $includeChildren = true);
322 $this->unlockNode($path, $lock);
/plugin/davcal/vendor/sabre/dav/lib/DAV/Locks/
H A DPlugin.php282 $path = $request->getPath();
283 $locks = $this->getLocks($path);
293 $this->unlockNode($path, $lock);
315 * @param string $path
318 function afterUnbind($path) { argument
320 $locks = $this->getLocks($path, $includeChildren = true);
322 $this->unlockNode($path, $lock);
/plugin/cronojob/
H A Dpseudocron.php107 $path = DOKU_PLUGIN.$this->pluginname.'/conf/';
109 if (@file_exists($path.'default.php')) {
110 include($path.'default.php');
114 $path = DOKU_INC.'conf/';
116 if (@file_exists($path.'dokuwiki.php')) include($path.'dokuwiki.php');
117 if (@file_exists($path.'local.php')) include($path.'local.php');
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Loader/Fixtures/phar/
H A Dphar-sample.phar175 foreach ($info['m'] as $path => $file) {
176 $a = !file_exists(dirname($temp . '/' . $path));
177 @mkdir(dirname($temp . '/' . $path), 0777, true);
180 if ($path[strlen($path) - 1] == '/') {
181 @mkdir($temp . '/' . $path, 0777);
183 file_put_contents($temp . '/' . $path, self::extractFile($path, $file, $fp));
184 @chmod($temp . '/' . $path, 0666);
239 static function extractFile($path, $entry, $fp)
/plugin/admnote/
H A Dstyle.css11 …harset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 5h16v2H4V5m0 …
12 …harset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14 12h-4v-2h4m0…
13 …harset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.5 20l4.86-9.…
14 …harset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7 13v-2h14v2H7m…
15 …harset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2c5.53 0 10 …
16 …harset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 9h-2V7h2m0 1…
17 …harset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20.71 7.04c.39-…
18 …harset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15.07 11.25l-.9…
19 …harset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14 17h3l2-4V7h-…
20 …harset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2C6.5 2 2 6.…
[all …]
/plugin/evesso/phpoauthlib/src/OAuth/Common/Service/
H A DServiceInterface.php16 * @param string|UriInterface $path
25 public function request($path, $method = 'GET', $body = null, array $extraHeaders = array()); argument
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/Common/Service/
H A DServiceInterface.php13 * Sends an authenticated API request to the path provided.
14 * If the path provided is not an absolute URI, the base API Uri (service-specific) will be used.
16 * @param string|UriInterface $path
25 public function request($path, $method = 'GET', $body = null, array $extraHeaders = array()); argument

1...<<61626364656667686970>>...134