Home
last modified time | relevance | path

Searched refs:path (Results 3251 – 3275 of 3342) sorted by last modified time

1...<<131132133134

/plugin/jdraw/lib/
H A Dhttpclient-4.0.1.jar ... .apache.http.cookie.Cookie cookie String path public int compare (org.apache.http. ...
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
H A DEditorActions.java811 Object[] path = mxGraphAnalysis.getInstance() in actionPerformed() local
815 graph.setSelectionCells(path); in actionPerformed()
H A DEditorActions.java.bak811 Object[] path = mxGraphAnalysis.getInstance()
815 graph.setSelectionCells(path);
/plugin/dokubookmark/
H A Dhelper.php274 function printPost($targeturl, $path, $wikiid, $timestamp, $title, $wikitext) { argument
/plugin/mantisreporter/
H A Dsyntax.php443 $path = DOKU_PLUGIN.$this->getPluginName().'/conf/';
446 if (@file_exists($path.'default.php')) {
447 include($path.'default.php');
/plugin/autotweet/
H A DOAuth.php386 $path = @$parts['path'];
394 return "$scheme://$host$path";
/plugin/s5reloaded/ui/graphic_support/
H A Diepngfix.htc9 // This must be a path to a blank image. That's all the configuration you need here.
/plugin/s5reloaded/ui/effects_support/
H A Dscriptaculous.js60 var path = s.src.replace(js, ''),
63 function(include) { Scriptaculous.require(path+include+'.js') });
/plugin/s5reloaded/ui/thesis/
H A Diepngfix.htc9 // This must be a path to a blank image. That's all the configuration you need here.
/plugin/latex/
H A Dadmin.php195 $this->getConf("convert_path"),$this->getConf("identify_path")) as $path) {
197 $cmd = $path." --version 2>&1";
/plugin/directions/
H A Daction.php119 function dir_prepareID($path){ argument
120 $path = cleanID($path);
121 $path = str_replace(':','/',$path);
122 $path = utf8_encodeFN($path);
123 return $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/actickets/
H A Dacclient.php42 public function get($path, $data = array()) { argument
45 "path_info=/{$path}&" .
/plugin/linkbonus/syntax/
H A Dinterwiki.txt63 * the pattern is @/path/to/page|name|title|param1=val1|param2=val2|...|
226 $url = str_replace('{PATH}',$parsed['path'],$url);
/plugin/clock/
H A Dstyle.css76 /* src: url(path/to/your/copy/of/atomicclockradio.ttf) format('truetype'); */
/plugin/processing/
H A Dscript.js11165 path += "curContext.moveTo(" + x + "," + (-y) + ");";
11172 path += "curContext.lineTo(" + x + "," + (-y) + ");";
11220 path += "curContext.closePath();";
11226 path += "executeContextFill();executeContextStroke();";
11227 path += "restoreContext();";
11228 path += "curContext.translate(" + horiz_adv_x + ",0);";
11229 path += "}}";
11231 return path;
11260 path = buildPath(d);
11261 eval(path);
[all …]
/plugin/sidebarng/
H A Daction.php284 $path = explode(':', $id);
287 while(count($path) > 0) {
288 $ns_sb = implode(':', $path).':'.$pname;
290 array_pop($path);
/plugin/stats/
H A Dsyntax.php648 $path = '';
655 $path .= "/".$namespace;
668 $nsPath = str_replace('/',':',$path);
670 if (is_dir($rootPath.$path)) {
675 $filePath = $path."/".$file;
875 $path = '';
882 $path .= '/'.$namespace;
960 $nsPath = str_replace('/',':',$path);
962 if (is_dir($rootPath.$path)) {
967 $filePath = "$path/$file";
[all …]
/plugin/farm/
H A Danimal.class.php18 private $path = ''; variable in dokuwiki_farm_animal
53 return $this->path;
147 if($fp = fopen($this->path.'/animal.meta', 'w')) {
191 if(@file_exists($this->path.'/conf/'.$from)) {
216 if(!count($path)) return false;
219 foreach($path as $p) {
263 if($fp = @fopen($this->path.'/conf/'.$to, 'w')) {
522 return @file_get_contents($this->path.'/'.$file);
535 if($delete) return @unlink($this->path.'/'.$file);
536 if($fp = fopen($this->path.'/'.$file, 'w')) {
[all …]
/plugin/noticeboard/nbproject/
H A Dproject.properties1 include.path=${php.global.include.path}
/plugin/noticeboard/noticeboard/nbproject/
H A Dproject.properties1 include.path=${php.global.include.path}
/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/cronojob/pseudo-cron/
H A Dpseudo-cron-image.php211 $path = DOKU_PLUGIN.$this->pluginname.'/conf/';
213 if (@file_exists($path.'default.php')) {
214 include($path.'default.php');
218 $path = DOKU_INC.'conf/';
220 if (@file_exists($path.'local.php')) {
221 include($path.'local.php');
H A Dpseudo-cron.inc.php168 $path = DOKU_PLUGIN.$this->pluginname.'/conf/';
170 if (@file_exists($path.'default.php')) {
171 include($path.'default.php');
175 $path = DOKU_INC.'conf/';
177 if (@file_exists($path.'local.php')) {
178 include($path.'local.php');
/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);

1...<<131132133134