Home
last modified time | relevance | path

Searched refs:unlink (Results 251 – 275 of 402) sorted by last modified time

1...<<11121314151617

/plugin/farmsync/_test/
H A DgetPagesFromLine.test.php49 …if (file_exists(wikiFN('wiki:_template', null, false))) unlink(wikiFN('wiki:_template', null, fals…
/plugin/file2dw/
H A Daction.php606 (is_dir("$dir/$file")) ? $this->_delTree("$dir/$file") : unlink("$dir/$file");
/plugin/stopforumspam2/
H A Daction.php75 unlink($iplogname);
/plugin/letsencrypt/
H A DLescript.php152 @unlink($tokenPath);
/plugin/404manager/
H A Dadmin.php752 $res = unlink(self::DATA_STORE_CONF_FILE_PATH);
/plugin/404manager/_test/
H A Dmanager.test.php450 unlink($filenameMigrated);
/plugin/odtplus2dw/
H A Daction.php394 if ( file_exists( $this->odtFile ) ) if ( ! @unlink( $this->odtFile ) ) $this->_msg( array( 'er_pg_file', $this->odtFile ) );
395 if ( file_exists( $this->userFile ) ) if ( ! @unlink( $this->userFile ) ) $this->_msg( array( 'er_pg_file', $this->userFile ) );
397 if ( $this->file_extract ) foreach ($this->file_extract as $file) if ( file_exists( $file ) ) if ( ! @unlink( $file ) ) $this->_msg( array( 'er_pg_file', $file ) );
399 if ( $this->file_import ) foreach ( $this->file_import as $file ) if ( file_exists( $this->uploadDir.'/'.$this->pictpath.'/'.$file ) ) if ( ! @unlink( $this->uploadDir.'/'.$this->pictpath.'/'.$file ) ) $this->_msg( array( 'er_pg_file', $this->uploadDir.'/'.$this->pictpath.'/'.$file ) );
/plugin/pdb/classes/
H A Dcache.php146 @unlink($path);
/plugin/pubchem/classes/
H A Dcache.php146 @unlink($path);
/plugin/ckgdoku/scripts/
H A Ddraft_delete.php16 unlink($ckgdoku_cname);
18 unlink($cname);
/plugin/ckgdoku/fckeditor/editor/filemanager/connectors/php/
H A Dcommands.php487 if(file_exists($unlinkFile) && unlink($unlinkFile)) {
731 @unlink( $sFilePath ) ;
736 @unlink( $sFilePath ) ;
H A Ddwfck_sessions.php54 return(@unlink($sess_file));
63 @unlink($filename);
/plugin/ckgdoku/action/
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);
H A Dedit.php488 unlink($cname);
/plugin/ckgdoku/ckeditor/
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_…
H A DCHANGES.md41 * [#13062](http://dev.ckeditor.com/ticket/13062): Fixed: Impossible to unlink when the caret is at …
/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/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/stylingpages/
H A Daction.php118 @unlink($path);
/plugin/mimetex/
H A Dmimetexrender.php127 unlink($tex);

1...<<11121314151617