Home
last modified time | relevance | path

Searched refs:basePath (Results 1 – 25 of 55) sorted by relevance

123

/plugin/tableplot/
H A Daction.php45 $basePath = DOKU_BASE;
46 $basePath = str_replace("dokuwiki/", "", $basePath);
57 'href' => $basePath ."lib/scripts/jqplot/jquery.jqplot.min.css");
62 'src' => $basePath ."lib/scripts/jquery/jquery.min.js");
67 'src' => $basePath ."lib/scripts/jqplot/jquery.jqplot.min.js");
72 … 'src' => $basePath ."lib/scripts/jqplot/plugins/jqplot.barRenderer.min.js");
77 … 'src' => $basePath ."lib/scripts/jqplot/plugins/jqplot.categoryAxisRenderer.min.js");
82 … 'src' => $basePath ."lib/scripts/jqplot/plugins/jqplot.dateAxisRenderer.min.js");
87 … 'src' => $basePath ."lib/scripts/jqplot/plugins/jqplot.canvasTextRenderer.min.js");
92 … 'src' => $basePath ."lib/scripts/jqplot/plugins/jqplot.canvasAxisTickRenderer.min.js");
[all …]
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DCache.php10 private $basePath; variable in Mpdf\\Cache
14 public function __construct($basePath, $cleanupInterval = 3600) argument
20 if (!$this->createBasePath($basePath)) {
21 throw new \Mpdf\MpdfException(sprintf('Temporary files directory "%s" is not writable', $basePath));
24 $this->basePath = $basePath; argument
28 protected function createBasePath($basePath)
30 if (!file_exists($basePath)) {
31 if (!$this->createBasePath(dirname($basePath))) {
35 if (!$this->createDirectory($basePath)) {
43 createDirectory($basePath) global() argument
[all...]
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Loader/
H A DFilesystemTest.php71 $loader = new FilesystemLoader([$basePath.'/normal', $basePath.'/normal_bis'], $rootPath);
72 $loader->setPaths([$basePath.'/named', $basePath.'/named_bis'], 'named');
80 $basePath.'/normal_final',
81 $basePath.'/normal',
82 $basePath.'/normal_bis',
83 $basePath.'/normal_ter',
86 $basePath.'/named_final',
88 $basePath.'/named',
89 $basePath.'/named_bis',
90 $basePath.'/named_ter',
[all …]
/plugin/geonav/
H A Daction.php35 $basePath = DOKU_BASE;
36 $basePath = str_replace("dokuwiki/", "", $basePath);
48 'src' => $basePath ."lib/plugins/geonav/js/earth_a.js");
53 'src' => $basePath ."lib/plugins/geonav/js/getLocation.js");
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/
H A DGoogleCloudApigeeV1DeploymentConfig.php29 public $basePath; variable in Google\\Service\\Apigee\\GoogleCloudApigeeV1DeploymentConfig
68 public function setBasePath($basePath) argument
70 $this->basePath = $basePath;
77 return $this->basePath;
/plugin/plantumlparser/syntax/
H A DPlantUmlDiagram.php9 private $basePath;
14 $this->basePath = $plantUmlUrl;
32 return $this->basePath."svg/".$this->encoded;
36 return $this->basePath."png/".$this->encoded;
40 return $this->basePath."txt/".$this->encoded;
6 private $basePath; global() variable in PlantUmlDiagram
/plugin/sequencediagram/bower_components/lodash/lib/main/
H A Dbuild-dist.js9 const basePath = path.join(__dirname, '..', '..'); constant
10 const distPath = path.join(basePath, 'dist');
13 const baseLodash = path.join(basePath, filename);
H A Dbuild-doc.js10 const basePath = path.join(__dirname, '..', '..'); constant
11 const docPath = path.join(basePath, 'doc');
19 'path': path.join(basePath, 'lodash.js'),
H A Dbuild-modules.js10 const basePath = path.join(__dirname, '..', '..'); constant
11 const distPath = path.join(basePath, 'dist');
/plugin/webdav/vendor/sabre/http/lib/
H A DURLUtil.php93 * @param string $basePath
97 static function resolve($basePath, $newPath) { argument
99 return Uri\resolve($basePath, $newPath);
/plugin/davcal/vendor/sabre/http/lib/
H A DURLUtil.php93 * @param string $basePath
97 static function resolve($basePath, $newPath) { argument
99 return Uri\resolve($basePath, $newPath);
/plugin/wysiwyg/fckeditor/editor/_source/classes/
H A Dfckplugin.js24 var FCKPlugin = function( name, availableLangs, basePath ) argument
27 this.BasePath = basePath ? basePath : FCKConfig.PluginsPath ;
/plugin/sequencediagram/bower_components/lodash/lib/fp/
H A Dbuild-dist.js11 const basePath = path.join(__dirname, '..', '..'); constant
12 const distPath = path.join(basePath, 'dist');
13 const fpPath = path.join(basePath, 'fp');
/plugin/zip/pear/File/Archive/Writer/
H A DFiles.php44 var $basePath; variable in File_Archive_Writer_Files
51 $this->basePath = '';
54 $this->basePath = $base;
56 $this->basePath = $base.'/';
63 return $this->basePath.$filename;
/plugin/sequencediagram/bower_components/lodash/perf/asset/
H A Dperf-ui.js5 var basePath = '../'; variable
92 return basePath + result;
105 return basePath + result;
/plugin/wysiwyg/fckeditor/_samples/cfm/
H A Dsample04_mx.cfm82 basePath = Left( cgi.script_name, FindNoCase( '_samples', cgi.script_name ) - 1 ) ;
84 fckEditor = createObject( "component", "#basePath#fckeditor" ) ;
87 fckEditor.basePath = basePath ;
90 fckEditor.config['SkinPath'] = basePath & 'editor/skins/' & HTMLEditFormat( URL.Skin ) & '/' ;
H A Dsample01_mx.cfm50 basePath = Left( cgi.script_name, FindNoCase( '_samples', cgi.script_name ) - 1 ) ;
52 fckEditor = createObject( "component", "#basePath#fckeditor" ) ;
55 fckEditor.basePath = basePath ;
H A Dsample04.cfm76 <cfset basePath = Left( cgi.script_name, FindNoCase( '_samples', cgi.script_name ) - 1 )>
80 <cfset config["SkinPath"] = basePath & 'editor/skins/' & HTMLEditFormat( URL.Skin ) & '/'>
85 basePath="#basePath#"
H A Dsample01.cfm44 <cfset basePath = Left( cgi.script_name, FindNoCase( '_samples', cgi.script_name ) - 1 )>
48 basePath="#basePath#"
H A Dsample03_mx.cfm76 basePath = Left( cgi.script_name, FindNoCase( '_samples', cgi.script_name ) - 1 ) ;
78 fckEditor = createObject( "component", "#basePath#fckeditor" ) ;
81 fckEditor.basePath = basePath ;
H A Dsample02_mx.cfm89 basePath = Left( cgi.script_name, FindNoCase( '_samples', cgi.script_name ) - 1 ) ;
91 fckEditor = createObject( "component", "#basePath#fckeditor" ) ;
94 fckEditor.basePath = basePath ;
/plugin/sequencediagram/bower_components/lodash/test/asset/
H A Dtest-ui.js5 var basePath = '../'; variable
119 return basePath + result;
132 return basePath + result;
/plugin/davcal/vendor/sabre/uri/lib/
H A Dfunctions.php11 * @param string $basePath
15 function resolve($basePath, $newPath) { argument
17 $base = parse($basePath);
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DTree.php196 $basePath = trim($path, '/');
197 if ($basePath !== '') $basePath .= '/';
201 $this->cache[$basePath . $child->getName()] = $child;
/plugin/wysiwyg/fckeditor/
H A Dfckeditor.cfm45 <cfparam name="attributes.basePath" type="string" default="/fckeditor/">
120 // try to fix the basePath, if ending slash is missing
121 if( len( attributes.basePath) and right( attributes.basePath, 1 ) is not "/" )
122 attributes.basePath = attributes.basePath & "/";
125 sURL = attributes.basePath & "editor/fckeditor.html?InstanceName=" & attributes.instanceName;

123