Searched refs:unlink (Results 1 – 25 of 402) sorted by relevance
12345678910>>...17
/plugin/memcache/classes/ |
H A D | memcache_fakecache.class.php | 22 @unlink(static::$ttl_dir.$file); 23 @unlink(static::$cache_dir.$file); 49 else @unlink(static::$ttl_dir.static::normalize_key($key)); 58 else @unlink(static::$ttl_dir.static::normalize_key($key)); 70 @unlink(static::$ttl_dir.static::normalize_key($key)); 71 return @unlink(static::$cache_dir.static::normalize_key($key)); 93 @unlink(static::$cache_dir.$file); 99 @unlink(static::$ttl_dir.$file);
|
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/ |
H A D | OptiPngFilter.php | 57 unlink($output); 66 unlink($input); 72 unlink($input); 73 unlink($output);
|
H A D | PngoutFilter.php | 112 unlink($output); 119 unlink($input); 125 unlink($input); 126 unlink($output);
|
H A D | ReactJsxFilter.php | 50 unlink($inputFile); 55 unlink($outputFile); 68 unlink($outputFile);
|
H A D | RooleFilter.php | 57 unlink($input); 61 unlink($output); 72 unlink($output);
|
H A D | TypeScriptFilter.php | 57 unlink($inputPath); 62 unlink($outputPath); 72 unlink($outputPath);
|
H A D | EmberPrecompileFilter.php | 60 unlink($inputPath); 69 unlink($outputPath); 79 unlink($outputPath);
|
H A D | HandlebarsFilter.php | 79 unlink($inputPath); 88 unlink($outputPath); 98 unlink($outputPath);
|
H A D | CompassFilter.php | 325 unlink($tempName); // FIXME: don't use tempnam() here 351 unlink($input); 353 unlink($configFile); 361 unlink($input); 362 unlink($output); 364 unlink($configFile);
|
/plugin/sympaauth/ |
H A D | admin.php | 144 if(!unlink(DOKU . '/inc/auth/sympa.class.php')) return false; 187 if(!unlink(DOKU . '/conf/local.php')) return false; 195 unlink(DOKU . '/conf/local.php'); 215 if(!unlink(DOKU . '/inc/auth/sympa.class.php')) return false; 218 if(!unlink(DOKU . '/lib/nusoap.php')) return false; 236 if(!unlink(DOKU . '/conf/local.php')) return false; 244 unlink(DOKU . '/conf/local.php'); 317 if(!unlink(DOKU_CONFIGLANG .'/' .$lang .'/lang.php')) return false;
|
/plugin/tiledblog/ |
H A D | ajax.php | 27 @unlink ($baseName."-tile.cache"); 28 @unlink ($baseName."-sample.cache"); 46 @unlink ($pathFile);
|
/plugin/latex/ |
H A D | class.latexrender.php | 309 @unlink($this->_tmp_dir."/".$this->_tmp_filename.".tex"); 310 @unlink($this->_tmp_dir."/".$this->_tmp_filename.".aux"); 311 @unlink($this->_tmp_dir."/".$this->_tmp_filename.".log"); 312 @unlink($this->_tmp_dir."/".$this->_tmp_filename.".dvi"); 313 @unlink($this->_tmp_dir."/".$this->_tmp_filename.".ps"); 314 @unlink($this->_tmp_dir."/".$this->_tmp_filename.".".$this->_image_format);
|
/plugin/accscounter/ |
H A D | action.php | 82 if (!unlink($dir . $file)) { 88 unlink($dir . '.htaccess'); 113 if (!unlink($filename)) { 140 if (!unlink($filename)) { 159 (is_dir("$dir/$file")) ? $this->delTree("$dir/$file") : unlink("$dir/$file"); 181 unlink($dir_name . "/" . $file);
|
/plugin/latex-was/ |
H A D | class.latexrender.php | 310 @unlink($this->_tmp_dir."/".$this->_tmp_filename.".tex"); 311 @unlink($this->_tmp_dir."/".$this->_tmp_filename.".aux"); 312 @unlink($this->_tmp_dir."/".$this->_tmp_filename.".log"); 313 @unlink($this->_tmp_dir."/".$this->_tmp_filename.".dvi"); 314 @unlink($this->_tmp_dir."/".$this->_tmp_filename.".ps"); 315 @unlink($this->_tmp_dir."/".$this->_tmp_filename.".".$this->_image_format);
|
/plugin/projects/lib/ |
H A D | project_file.php | 30 unlink($path); 72 unlink($media_path); 91 unlink($media_path); 149 if (file_exists($path)) unlink($path); 158 if (file_exists($path)) unlink($path); 160 if (file_exists($log)) unlink($log); 252 if (file_exists($path)) unlink($path); 257 if (file_exists($path)) unlink($path);
|
/plugin/farmer/_test/ |
H A D | getUserLine.test.php |
|
/plugin/log404/_test/ |
H A D | general.test.php | 76 @unlink($log->filename()); 105 @unlink($log->filename()); 127 @unlink($log->filename()); 153 @unlink($log->filename()); 181 @unlink($log->filename());
|
/plugin/fckg/scripts/ |
H A D | draft_delete.php | 14 unlink($fckg_cname); 16 unlink($cname);
|
/plugin/ckgdoku/scripts/ |
H A D | draft_delete.php | 16 unlink($ckgdoku_cname); 18 unlink($cname);
|
/plugin/ckgedit/scripts/ |
H A D | draft_delete.php | 16 unlink($ckgedit_cname); 18 unlink($cname);
|
/plugin/ckgdoku/ckeditor/plugins/link/ |
H A D | plugin.js.unc | 10 // Add the link and unlink buttons. 13 editor.addCommand( 'unlink', new CKEDITOR.unlinkCommand() ); 22 label : editor.lang.unlink, 23 command : 'unlink' 69 // Register selection change handler for the unlink button. 79 var command = editor.getCommand( 'unlink' ), 132 unlink : 134 label : editor.lang.unlink, 135 command : 'unlink', 158 menu = { link : CKEDITOR.TRISTATE_OFF, unlink : CKEDITOR.TRISTATE_OFF }; [all …]
|
/plugin/ckgedit/ckeditor/plugins/link/ |
H A D | plugin.js.unc | 10 // Add the link and unlink buttons. 13 editor.addCommand( 'unlink', new CKEDITOR.unlinkCommand() ); 22 label : editor.lang.unlink, 23 command : 'unlink' 69 // Register selection change handler for the unlink button. 79 var command = editor.getCommand( 'unlink' ), 132 unlink : 134 label : editor.lang.unlink, 135 command : 'unlink', 158 menu = { link : CKEDITOR.TRISTATE_OFF, unlink : CKEDITOR.TRISTATE_OFF }; [all …]
|
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Auth/Backend/ |
H A D | PDOSqliteTest.php | 11 if (file_exists(SABRE_TEMPDIR . '/pdobackend')) unlink(SABRE_TEMPDIR . '/pdobackend'); 12 if (file_exists(SABRE_TEMPDIR . '/pdobackend2')) unlink(SABRE_TEMPDIR . '/pdobackend2');
|
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/Yui/ |
H A D | BaseCompressorFilter.php | 98 unlink($input); 102 unlink($output); 113 unlink($output);
|
/plugin/structodt/ |
H A D | action.php | 133 @unlink($page); 140 @unlink($page); 192 @unlink($tmp_file); 243 @unlink($file); 248 @unlink($tmp_file);
|
12345678910>>...17