Home
last modified time | relevance | path

Searched refs:file (Results 3226 – 3250 of 3491) sorted by last modified time

1...<<121122123124125126127128129130>>...140

/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
H A DEditorMenuBar.java.bak72 // Creates the file menu
73 menu = add(new JMenu(mxResources.get("file")));
H A DBasicGraphEditor.java.bak543 // public void setCurrentFile(File file)
546 // currentFile = file;
548 // firePropertyChange("currentFile", oldValue, file);
550 // if (oldValue != file)
H A DDefaultFileFilter.java56 public boolean accept(File file) in accept() argument
58 return file.isDirectory() || file.getName().toLowerCase().endsWith(ext); in accept()
130 public boolean accept(File file) in accept() argument
132 if (file.isDirectory()) in accept()
137 String filename = file.toString().toLowerCase(); in accept()
193 public boolean accept(File file) in accept() argument
195 if (file.isDirectory()) in accept()
200 String filename = file.getName().toLowerCase(); in accept()
/plugin/jdraw/src/com/mxgraph/examples/swing/resources/
H A Deditor_zh-CN.properties4 file=File key
174 file=File key
176 overwriteExistingFile=Overwrite existing file?
H A Deditor_zh-CN.properties.bak4 file=File
106 file=\u6587\u4ef6
H A Deditor_de.properties4 file=Datei key
182 file=Datei key
H A Deditor.properties4 file=File key
178 file=File key
180 overwriteExistingFile=Overwrite existing file?
/plugin/logautherror/
H A DREADME.markdown31 See the COPYING file in your DokuWiki folder for details
/plugin/dokubookmark/
H A Daction.php133 $file = wikiFN($n);
140 if (@file_exists($file)){
185 $file = wikiFN($ID);
195 if (@file_exists($file)){
/plugin/supa/
H A DLICENSE.txt289 to attach them to the start of each source file to most effectively
290 convey the exclusion of warranty; and each file should have at least
H A DREADME.txt5 (or worse: WinWord), save the image and upload this file.
/plugin/supa/lang/en/
H A Dintro.txt3 to save to a file first anymore.
/plugin/ryubin/
H A DREADME32 See the COPYING file in your DokuWiki folder for details
/plugin/rssticker/
H A DREADME25 See the COPYING file in your DokuWiki folder for details
H A DlastRSS.php70 $result = unserialize(join('', file($cache_file)));
84 while ($file = readdir ($dh)) {
85 if ($file != "." && $file != "..") {
86 if (file_exists($this->cache_dir."/".$file)) {
87 if ((fileatime($this->cache_dir."/".$file)+604800) <= time()) {
88 unlink ($this->cache_dir."/".$file);
/plugin/googlepagerank/
H A DREADME25 See the COPYING file in your DokuWiki folder for details
/plugin/daftdrafts/
H A Daction.php116 if ( empty($authorizationList) ) $authorizationList = file(DOKU_CONF.'acl.auth.php');
117 $daftAuthorizationList = file(dirname(__FILE__).'/daft.auth.php');
H A Dhelper.php104 if ( empty($acl_config) ) $acl_config = file(DOKU_CONF.'acl.auth.php');
105 $daftAcl = file(dirname(__FILE__).'/daft.auth.php');
/plugin/autolink2/
H A Dadmin.php110 function search(&$data,$base,$file,$type,$lvl,$opts){ argument
111 if(!preg_match('#\.txt$#',$file)) return true;;
115 return search_regex(&$data,$base,$file,$reg,$words);
H A Dhelper.php28 $this->page_idx = @file($this->idx_dir.'/page.idx');
32 $this->page_idx = @file($this->idx_dir.'/page.idx');
37 $autolink_index = @file($this->idx_dir.'/autolink.idx');
/plugin/unusedmedias/admin/
H A Dlist.php45 $file = mediaFN($mediaToDelete);
47 if(file_exists($file)){
52 $data['name'] = basename($file);
53 $data['path'] = $file;
54 $data['size'] = (@file_exists($file)) ? filesize($file) : 0;
60 $data['unl'] = @unlink($file);
/plugin/pagemove/lang/en/
H A Dpagemove.txt8 * For moving a file you also need create permission in the target directory.
/plugin/pagemove/
H A Dadmin.php407 foreach($files as $file) {
408 if( $file == '.' || $file == '..' ) continue;
413 if( preg_match('#\.txt$#', $file) ) {
851 if(is_file($old_path.$file) and preg_match($regex,$file)) {
853 … io_rename($old_path.$file,$new_path.str_replace($opts['name'], $opts['newname'], $file));
883 while(($file = readdir($dh)) !== false) {
887 $dirs[] = $dir.'/'.$file;
890 $files[] = $dir.'/'.$file;
903 foreach($files as $file) {
923 $text = io_readfile($base.'/'.$file);
[all …]
/plugin/pagemove/lang/cs/
H A Dlang.php.txt4 * czech language file
/plugin/pagemove/lang/es/
H A Dlang.php.txt4 * spanish language file

1...<<121122123124125126127128129130>>...140