Home
last modified time | relevance | path

Searched refs:unlink (Results 26 – 50 of 402) sorted by path

12345678910>>...17

/plugin/batchedit/
H A Dengine.php521 @unlink(self::getFileName($id, 'props'));
522 @unlink(self::getFileName($id, 'matches'));
523 @unlink(self::getFileName($id, 'progress'));
524 @unlink(self::getFileName($id, 'cancel'));
590 @unlink(BatcheditSessionCache::getFileName($id, 'cancel'));
/plugin/bez/helper/
H A Ddb.php78 unlink($file);
/plugin/bpmnioeditor/action/
H A Dbpmnioeditor.php148 @unlink($newFile['tmp_name']);
/plugin/bugzillaxmlrpc/
H A Dsyntax.php81 @unlink($this->cookie_file);
149 unlink($this->cookie_file);
/plugin/bureaucracy-au/helper/
H A Dfieldnumber.php98 unlink($cache_fn);
/plugin/bureaucracy/helper/
H A Dfieldnumber.php98 unlink($cache_fn);
/plugin/bureaucracyau/helper/
H A Dfieldnumber.php98 unlink($cache_fn);
/plugin/cache/
H A Dplugin_cache.php153 @unlink($path);
/plugin/cacherevisionseraser/
H A Dadmin.php382 if (@unlink($fileglob)) {
424 if (@unlink($fileglob)) {
464 if (@unlink($fileglob)) {
/plugin/captcha/
H A DIpCounter.php49 @unlink($this->store);
H A Dhelper.php
/plugin/charter/lib/pchart/
H A DpCache.class.php54 unlink($this->CacheFolder.$file);
88 unlink($FileName);
H A DpChart.class.php3403 unlink($FileName);
/plugin/ckgdoku/action/
H A Dedit.php488 unlink($cname);
H A Dmeta.php138 if(!unlink($fn)) $this->ajax_debug("delete failed");
147 if(!unlink($fn)) {
582 unlink($path);
631 @unlink($fckl_draft);
632 @unlink($cname);
638 unlink($fckl_draft);
/plugin/ckgdoku/ckeditor/
H A DCHANGES.md41 * [#13062](http://dev.ckeditor.com/ticket/13062): Fixed: Impossible to unlink when the caret is at …
H A Dckeditor.js915 …d:"link",toolbar:"links,10"}),a.ui.addButton("Unlink",{label:a.lang.link.unlink,command:"unlink",t…
917 …label:a.lang.link.menu,command:"link",group:"link",order:1},unlink:{label:a.lang.link.unlink,comma…
918 ….getAttribute("href")&&b.getChildCount()&&(c={link:CKEDITOR.TRISTATE_OFF,unlink:CKEDITOR.TRISTATE_…
/plugin/ckgdoku/ckeditor/lang/
H A Den.js1 …n the text",toEmail:"E-mail",toUrl:"URL",toolbar:"Link",type:"Link Type",unlink:"Unlink",upload:"U… property in CKEDITOR.lang.en.link
H A Den.js.beautified473 unlink: "Unlink",
H A Den.js.unc5 …t","toEmail":"E-mail","toUrl":"URL","toolbar":"Link","type":"Link Type","unlink":"Unlink","upload"…
H A Dfr.js.unc483 "unlink": "Supprimer le lien",
H A Dlang_array.txt477 "unlink": "Unlink",
/plugin/ckgdoku/ckeditor/plugins/link/
H A Dplugin.js1unlink,command:"unlink"});b.ui.addButton("Anchor",{label:b.lang.anchor.toolbar,command:"anchor"});… property in AnonymousFunctionca5ce9400400.g
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/ckgdoku/fckeditor/editor/filemanager/connectors/php/
H A Dcommands.php487 if(file_exists($unlinkFile) && unlink($unlinkFile)) {
731 @unlink( $sFilePath ) ;
736 @unlink( $sFilePath ) ;

12345678910>>...17