Home
last modified time | relevance | path

Searched refs:deleted (Results 51 – 75 of 206) sorted by relevance

123456789

/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dredirects.asciidoc4 The following pages have moved or been deleted.
/plugin/data/lang/en/
H A Dedit_intro.txt3 * Fields are deleted by removing the title.
/plugin/removeold/
H A Dplugin.info.txt8 …ve outdated files (https://raw.githubusercontent.com/splitbrain/dokuwiki/stable/data/deleted.files)
/plugin/projects/action/
H A Dnamespace.php47 function deleted(&$event, $param) { function in action_plugin_projects_namespace
/plugin/typography/
H A Ddeleted.files1 # deleted.files : Typography plugin for DokuWiki
/plugin/prettyphoto/
H A Ddeleted.files1 # deleted.files for DokuWiki Extension Manager plugin
/plugin/commentsyntax/
H A Ddeleted.files1 # deleted.files : Comment Syntax plugin for DokuWiki
/plugin/lastpages/
H A DREADME.md13 * **2021-06-16**: Don't display deleted pages.
/plugin/toctweak/
H A Ddeleted.files1 # TocTweak plugin for DokuWiki; deleted.files
/plugin/pagetitle/
H A Ddeleted.files1 # deleted.files : PageTitle plugin for DokuWiki
/plugin/authyubikey/
H A Dauth.php.org206 * @param array $users array of users to be deleted
207 * @return int the number of users deleted
216 $deleted = array();
218 if(isset($this->users[$user])) $deleted[] = preg_quote($user, '/');
221 if(empty($deleted)) return 0;
223 $pattern = '/^('.join('|', $deleted).'):/';
/plugin/bookcreator/
H A Dstyle.css113 .dokuwiki .bookcreator__pagelist ul.deleted li a.action.include {
116 .dokuwiki .bookcreator__pagelist ul.deleted li a.action.remove {
119 .dokuwiki .bookcreator__pagelist ul.deleted li a.action svg{
/plugin/epub/lang/en/
H A Dadmin_header.txt4 titles will be removed from the cache and their associated ebooks will be deleted from the media di…
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Backend/
H A DAbstractPDOTest.php664 'deleted' => [],
683 'deleted' => ["todo2.ics"],
692 'deleted' => [],
/plugin/authgoogle/google/contrib/
H A DGoogle_DriveService.php1755 public $deleted; variable in Google_Change
1763 public function setDeleted( $deleted) { argument
1764 $this->deleted = $deleted;
1767 return $this->deleted;
2012 public $deleted; variable in Google_Comment
2059 public function setDeleted( $deleted) { argument
2060 $this->deleted = $deleted;
2063 return $this->deleted;
2180 public $deleted; variable in Google_CommentReply
2205 $this->deleted = $deleted;
[all …]
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DTransformNamespace.asciidoc39 $params['force'] = (boolean) When `true`, the transform is deleted regardless of its current state. The default value is `false`, meaning that the transform must be `stopped` before it can be deleted.
H A DDataFrameTransformDeprecatedNamespace.asciidoc40 $params['force'] = (boolean) When `true`, the transform is deleted regardless of its current state. The default value is `false`, meaning that the transform must be `stopped` before it can be deleted.
/plugin/latexit/tests/my/
H A Dtest7.latex37 \sout{deleted}
/plugin/authldaplocal/
H A Dauth.php450 $deleted = array();
457 if(isset($this->users[$user])) $deleted[] = preg_quote($user, '/');
460 if(empty($deleted)) return 0;
462 $pattern = '/^('.join('|', $deleted).'):/';
/plugin/textinsert/lang/en/
H A Dintro.txt8 Deletions are unlimited; check off the box(es) next the macro(s) to be deleted and click
/plugin/accscounter/lang/en/
H A Dmngintro.txt16 * [[?do=admin&page=accscounter&action=mng&mode=deleted|Show the log of non-existing pages]]
/plugin/accscounter/lang/de/
H A Dmngintro.txt16 …* [[?do=admin&page=accscounter&action=mng&mode=deleted | Protokoll nicht vorhandener Seiten anzeig…
/plugin/code3/styles/schemes/
H A Ddefault.css32 div.PSyHi_Container span.deleted {
/plugin/formatplus2/
H A Dstyle.css102 .deleted{
/plugin/formatplus/
H A Dstyle.css102 .deleted{

123456789