Home
last modified time | relevance | path

Searched refs:unlink (Results 76 – 100 of 402) sorted by last modified time

12345678910>>...17

/plugin/ckgedit/ckeditor/lang/
H A Den.4.9.js.beautified553 "unlink": "Unlink",
H A Den.js-4.9.merged5 …t","toEmail":"E-mail","toUrl":"URL","toolbar":"Link","type":"Link Type","unlink":"Unlink","upload"…
H A Den.js.4.95 …t","toEmail":"E-mail","toUrl":"URL","toolbar":"Link","type":"Link Type","unlink":"Unlink","upload"…
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/ckgedit/scripts/
H A Ddraft_delete.php16 unlink($ckgedit_cname);
18 unlink($cname);
/plugin/ckgedit/ckeditor/
H A Dckeditor.js992 command:"link",toolbar:"links,10"}),c.ui.addButton("Unlink",{label:c.lang.link.unlink,command:"unli…
994unlink:{label:c.lang.link.unlink,command:"unlink",group:"link",order:5}});c.contextMenu&&c.context…
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A Ddwfck_sessions.php54 return(@unlink($sess_file));
63 @unlink($filename);
H A Dcommands.php481 if(file_exists($unlinkFile)&& unlink($unlinkFile)) {
726 @unlink( $sFilePath ) ;
731 @unlink( $sFilePath ) ;
/plugin/ckgedit/lang/
H A Den.4.9.js.beautified553 "unlink": "Unlink",
/plugin/ckgedit/action/
H A Dmeta.php164 if(!unlink($fn)) $this->ajax_debug("delete failed");
173 if(!unlink($fn)) {
617 unlink($path);
668 @unlink($fckl_draft);
669 @unlink($cname);
675 unlink($fckl_draft);
/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/epub/scripts/
H A Depub_utils.php510 unlink($epub_file);
680 unlink($progress_file);
/plugin/epub/
H A Dhelper.php46 if(unlink($file)) {
92 unlink($name);
/plugin/discussion/
H A Daction.php1154 @unlink(metaFN($id, '.indexed'));
1209 @unlink($changelog);
1214 @unlink($changelog.'_tmp');
H A Dconvert.php85 @unlink($file['old']);
150 @unlink($file['old']);
/plugin/evesso/classes/
H A DoAuthStorage.php165 @unlink($file);
/plugin/publish/action/
H A Dremoveattic.php44 @unlink($fn);
/plugin/sync/
H A Dadmin.php409 if(unlink(mediaFN($id))){
/plugin/davcal/vendor/sabre/dav/lib/DAV/FS/
H A DFile.php47 unlink($this->path);
/plugin/davcal/vendor/sabre/dav/lib/DAV/FSExt/
H A DDirectory.php157 if (file_exists($this->path . '/.sabredav')) unlink($this->path . '/.sabredav');
H A DFile.php104 return unlink($this->path);
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DTemporaryFileFilterPlugin.php240 unlink($tempLocation);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Backend/
H A DPDOSqliteTest.php16 unlink(SABRE_TEMPDIR . '/testdb.sqlite');
33 unlink(SABRE_TEMPDIR . '/testdb.sqlite');

12345678910>>...17