Home
last modified time | relevance | path

Searched refs:path (Results 3276 – 3300 of 3342) sorted by last modified time

1...<<131132133134

/plugin/jmol2/jmol/
H A DCHANGES.txt1121 # bug fix: load file:///xxx.xxx (file:/// with file in root path) causes unrecoverable exception
1645 # new feature: x = file("some file name") or x = file("?") -- returns full path to file
2036 # bug fix: was reading server path for local path from history in Webexport
3579 # 2) file names are case-sensitive and must be complete, with full path within the ZIP file
3892 #new feature webexport: automatic usage of a different path to the applet for local files to allow …
H A DJmolApplet.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jmol/ org/ ...
H A DJmolAppletSigned.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
H A DJmolAppletSigned0.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
H A DJmolApplet0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/obrador/ javax/ ...
/plugin/regex_template/
H A Daction.php33 $path = dirname(wikiFN($ID));
35 if(@file_exists($path.'/_template.txt')){
36 $tpl = io_readFile($path.'/_template.txt');
40 while (strlen($path) >= $len){
41 if(@file_exists($path.'/__template.txt')){
42 $tpl = io_readFile($path.'/__template.txt');
45 $path = substr($path, 0, strrpos($path, '/'));
/plugin/aimg/
H A Dsyntax.php95 $img_id = str_replace(':','',cleanID($src['host'].$src['path'].$src['query']));
/plugin/favoris/
H A Dfavoris.js16 function setCookie(name, value, expires, path, domain, secure) { argument
19 ((path) ? "; path=" + path : "") +
49 function deleteCookie(name, path, domain) { argument
52 ((path) ? "; path=" + path : "") +
/plugin/hyphenation/phpHyphenation/
H A DphpHyphenation.class.php24 * @param string $path Path to the directory containing the patterns
27 public static function setPatternPath($path) { argument
28 if (!is_dir($path)) return false;
29 self::$pathToPatterns = $path;
95 * @param string $path The path to the patterns. Defaults to self::$pathToPatterns.
98 public function loadLanguage($language, $path = false) { argument
99 if ($path === false) $path = self::$pathToPatterns;
100 if (!file_exists($path . '/' . $language . '.php')) return false;
101 include($path . '/' . $language . '.php');
/plugin/codehighlight/cp/
H A Dcodepress.js43 self.src = CodePress.path+'codepress.html?language='+self.language+'&ts='+(new Date).getTime();
123 CodePress.path = s[i].src.replace('codepress.js','');
/plugin/prolog/
H A Dattribute_include.php74 $path = $this->ID2abs($ID);
76 if(!$this->isReadable($path))
80 return array($path);
82 return $this->scanDirectory($path, true);
84 return $this->scanDirectory($path);
249 $path = $directory.'/'.$file;
250 if(is_readable($path))
252 $subdirectories = explode('/',$path);
253 if(is_dir($path) && $recursive)
255 elseif(is_file($path))
[all …]
/plugin/cache/
H A Dplugin_cache.php65 $path = $dir.'/'.$name;
67 $files[$id] = $path;
103 $path = $this->GetMediaPath($id);
104 if(io_saveFile($path,$text)){
135 if(@file_exists($path)!==false){
136 @touch($path);
152 if(is_file($path))
153 @unlink($path);
186 if(io_saveFile($path,$file)){
187 @chmod($path,$conf['fmode']);
[all …]
/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/wysiwyg/fckeditor/_samples/afp/
H A Dsample01.afp39 sBasePath="../../../fckeditor/" && Change this to your local path
H A Dsample03.afp67 sBasePath="../../../fckeditor/" && Change this to your local path
H A Dsample04.afp73 sBasePath="../../../fckeditor/" && <-- Change this to your local path
82 …oFCKeditor.aconfig[1,2]="/fckeditor/editor/skins/"+lcSkin+"/" && <-- Change this to your local path
H A Dsample02.afp80 sBasePath="../../../fckeditor/" && Change this to your local path
/plugin/wysiwyg/fckeditor/editor/_source/classes/
H A Dfckstyle.js162 var path = new FCKElementPath( bookmarkStart.parentNode ) ;
180 for ( var i = 0 ; i < path.Elements.length ; i++ )
182 var pathElement = path.Elements[i] ;
247 if ( lastBoundaryElement && ( !isBoundary || ( i == path.Elements.length - 1 ) ) )
304 var path = new FCKElementPath( startNode ) ;
305 var pathElements = path.Elements ;
312 if ( pathElement == path.Block || pathElement == path.BlockLimit )
321 path = new FCKElementPath( endNode ) ;
322 pathElements = path.Elements ;
328 if ( pathElement == path.Block || pathElement == path.BlockLimit )
H A Dfcktoolbarfontscombo.js84 var path = new FCKElementPath( startElement ) ;
91 if ( style.CheckActive( path ) )
H A Dfcktoolbarfontformatcombo.js93 var path = new FCKElementPath( startElement ) ;
94 var blockElement = path.Block ;
124 var path = new FCKElementPath( startElement ) ;
125 var blockElement = path.Block ;
/plugin/wysiwyg/fckeditor/editor/_source/commandclasses/
H A Dfcklistcommands.js93 var path = new FCKElementPath( block ) ;
96 var blockLimit = path.BlockLimit ;
99 for ( var i = path.Elements.length - 1 ; i >= 0 ; i-- )
101 var el = path.Elements[i] ;
H A Dfckjustifycommands.js156 var path = new FCKElementPath( FCKSelection.GetBoundaryParentElement( true ) ) ;
157 var firstBlock = path.Block || path.BlockLimit ;
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/asp/
H A Dconfig.asp70 ' - FileTypesAbsolutePath: the physical path to the above folder. It must be
71 ' an absolute path.
83 ' - QuickUploadAbsolutePath: the physical path to the above folder. It must be
84 ' an absolute path.
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/cfm/
H A Dconfig.cfm34 // Use this to force the server path if FCKeditor is not running directly off
74 // - FileTypesAbsolutePath: the physical path to the above folder. It must be
75 // an absolute path.
88 // - QuickUploadAbsolutePath: the physical path to the above folder. It must be
89 // an absolute path.
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/lasso/
H A Dconfig.lasso28 permissions for uploads and the path you define in UserFilesPath below.
38 Set the base path for files that users can upload and browse (relative

1...<<131132133134