Home
last modified time | relevance | path

Searched refs:unlink (Results 51 – 75 of 402) sorted by last modified time

12345678910>>...17

/plugin/farmer/_test/
H A DgetUserLine.test.php
/plugin/approve/helper/
H A Ddb.php95 unlink($file);
/plugin/notification/helper/
H A Ddb.php94 unlink($file);
/plugin/ireadit/action/
H A Dauth.php28 @unlink($idxtag);
/plugin/ireadit/helper/
H A Ddb.php95 unlink($file);
/plugin/odt/renderer/
H A Dpage.php1274 if (file_exists($tmp_name)) unlink($tmp_name);
/plugin/openid/Auth/OpenID/
H A DFileStore.php225 @unlink($filename);
523 if (!unlink($dir . $item)) {
653 return @unlink($filename);
/plugin/imgpaste/
H A Daction.php145 if ($this->tempfile && file_exists($this->tempfile)) @unlink($this->tempfile);
/plugin/clearhistory/
H A Dadmin.php199 @unlink(wikiFN($match[4][$i], $time)); //try the original name
200 … @unlink(wikiFN($match[4][$max - 1], $time)); //try the latest name (move plugin) issue #1
/plugin/virtualgroup/
H A Daction.php
H A Dadmin.php
/plugin/pubmed2020/classes/
H A Dcache.php335 @unlink($path);
/plugin/captcha/
H A DIpCounter.php49 @unlink($this->store);
H A Dhelper.php
/plugin/statdisplay/helper/
H A Dlog.php42 @unlink($this->logcache);
/plugin/statdisplay/pchart/
H A DpChart.php2931 unlink ( $FileName );
H A DpCache.php41 unlink ( $this->CacheFolder . $file );
78 unlink ( $FileName );
/plugin/advanced/admin/
H A Dimport.php149 unlink($archive_file);
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/tests/
H A DLazyOpenStreamTest.php16 unlink($this->fname);
23 unlink($this->fname);
/plugin/elasticsearch/action/
H A Dindexing.php205 @unlink($stateFile);
/plugin/structnotification/helper/
H A Ddb.php94 unlink($file);
/plugin/ckgedit/action/
H A Dedit.php514 unlink($cname);
/plugin/ckgedit/ckeditor/
H A DCHANGES.md461 * [#13062](https://dev.ckeditor.com/ticket/13062): Fixed: Impossible to unlink when the caret is at…
H A Dckeditor.js.unc19674 c.addCommand("unlink", new CKEDITOR.unlinkCommand);
19683 label: c.lang.link.unlink,
19684 command: "unlink",
19726 unlink: {
19727 label: c.lang.link.unlink,
19728 command: "unlink",
19740 unlink: CKEDITOR.TRISTATE_OFF
26647 …stifyright,1176,,language,1200,,anchor-rtl,1224,,anchor,1248,,link,1272,,unlink,1296,,bulletedlist…
26648 …,language,1200,auto,anchor-rtl,1224,auto,anchor,1248,auto,link,1272,auto,unlink,1296,auto,bulleted…
/plugin/ckgedit/ckeditor/plugins/link/
H A Dplugin.js1unlink,command:"unlink"});b.ui.addButton("Anchor",{label:b.lang.anchor.toolbar,command:"anchor"});… property in AnonymousFunctiona1a5d2930400.g

12345678910>>...17