Home
last modified time | relevance | path

Searched refs:unlink (Results 1 – 25 of 402) sorted by relevance

12345678910>>...17

/plugin/memcache/classes/
H A Dmemcache_fakecache.class.php22 @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 DOptiPngFilter.php57 unlink($output);
66 unlink($input);
72 unlink($input);
73 unlink($output);
H A DPngoutFilter.php112 unlink($output);
119 unlink($input);
125 unlink($input);
126 unlink($output);
H A DReactJsxFilter.php50 unlink($inputFile);
55 unlink($outputFile);
68 unlink($outputFile);
H A DRooleFilter.php57 unlink($input);
61 unlink($output);
72 unlink($output);
H A DTypeScriptFilter.php57 unlink($inputPath);
62 unlink($outputPath);
72 unlink($outputPath);
H A DEmberPrecompileFilter.php60 unlink($inputPath);
69 unlink($outputPath);
79 unlink($outputPath);
H A DHandlebarsFilter.php79 unlink($inputPath);
88 unlink($outputPath);
98 unlink($outputPath);
H A DCompassFilter.php325 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 Dadmin.php144 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 Dajax.php27 @unlink ($baseName."-tile.cache");
28 @unlink ($baseName."-sample.cache");
46 @unlink ($pathFile);
/plugin/latex/
H A Dclass.latexrender.php309 @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 Daction.php82 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 Dclass.latexrender.php310 @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 Dproject_file.php30 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 DgetUserLine.test.php
/plugin/log404/_test/
H A Dgeneral.test.php76 @unlink($log->filename());
105 @unlink($log->filename());
127 @unlink($log->filename());
153 @unlink($log->filename());
181 @unlink($log->filename());
/plugin/fckg/scripts/
H A Ddraft_delete.php14 unlink($fckg_cname);
16 unlink($cname);
/plugin/ckgdoku/scripts/
H A Ddraft_delete.php16 unlink($ckgdoku_cname);
18 unlink($cname);
/plugin/ckgedit/scripts/
H A Ddraft_delete.php16 unlink($ckgedit_cname);
18 unlink($cname);
/plugin/ckgdoku/ckeditor/plugins/link/
H A Dplugin.js.unc10 // 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 Dplugin.js.unc10 // 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 DPDOSqliteTest.php11 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 DBaseCompressorFilter.php98 unlink($input);
102 unlink($output);
113 unlink($output);
/plugin/structodt/
H A Daction.php133 @unlink($page);
140 @unlink($page);
192 @unlink($tmp_file);
243 @unlink($file);
248 @unlink($tmp_file);

12345678910>>...17