Home
last modified time | relevance | path

Searched refs:deleted (Results 151 – 175 of 206) sorted by last modified time

123456789

/plugin/yuriigantt/3rd/dhtmlxgantt/locale/
H A Dlocale_jp.js.map1 …nfirmation */\n\t\tlink: \"Link\",\n\t\tconfirm_link_deleting: \"will be deleted\",\n\t\tlink_star…
H A Dlocale_nb.js.map1 …nfirmation */\n\t\tlink: \"Link\",\n\t\tconfirm_link_deleting: \"will be deleted\",\n\t\tlink_star…
H A Dlocale_no.js.map1 …nfirmation */\n\t\tlink: \"Link\",\n\t\tconfirm_link_deleting: \"will be deleted\",\n\t\tlink_star…
/plugin/yuriigantt/3rd/dhtmlxgantt/ext/
H A Ddhtmlxgantt_undo.js.map1 …const nested = [];\n\n\t\t\t// remember task indexes in case their being deleted in a loop, so the…
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/
H A Ddhtmlxgantt.js8218 deleted: "text-decoration : line-through;", property in AnonymousFunctioncdb5859f0100.AnonymousFunctioncdb5859f9d00.DataProcessor.DataProcessor.styles
8699 deleted: "gantt_deleted", property in DataProcessor.init.styles
/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/pagetitle/
H A Ddeleted.files1 # deleted.files : PageTitle plugin for DokuWiki
/plugin/sequencediagram/bower_components/lodash/doc/
H A DREADME.md8358 *(boolean)*: Returns `true` if the property is deleted, else `false`.
/plugin/data-au/lang/en/
H A Dedit_intro.txt3 * Fields are deleted by removing the title.
H A Dintro_clean.txt3deleted, their stored meta data is deleted as well. However this is only true when the page was de…
/plugin/ckgdoku/ckeditor/
H A DLICENSE.md952 granted: 1) for any code that Contributor has deleted from the
H A DCHANGES.md940 * [#11237](http://dev.ckeditor.com/ticket/11237): Fixed: Table border attribute value is deleted wh…
1031 …Blink/WebKit] Fixed: A non-breaking space is created once a character is deleted and a regular spa…
/plugin/dwcommits/lang/en/
H A Ddwc_admin.txt121 …n; it cannot, however, restore any sqlite database files which you have deleted. So, if you use …
/plugin/authsaml/
H A Dsaml.php334 $deleted = array();
336 if(isset($this->users[$user])) $deleted[] = preg_quote($user, '/');
339 if(empty($deleted)) return 0;
341 $pattern = '/^('.join('|', $deleted).'):/';
344 foreach($deleted as $user) unset($this->users[$user]);
345 return count($deleted);
/plugin/mdpage/vendor/cebe/markdown/tests/markdown-data/
H A Dinline-html.md5 <del>this is deleted</del> this is not
8 <s>this is deleted</s> this is not
/plugin/fckg/fckeditor/
H A Dlicense.txt911 granted: 1) for any code that Contributor has deleted from the
/plugin/toctweak/
H A Ddeleted.files1 # TocTweak plugin for DokuWiki; deleted.files
/plugin/authsplit/
H A DREADME193 both (depending on the information being modified) but deleted in authmysql
/plugin/cacherevisionseraser/
H A DREADME.md41 * Added information of how many files & directories were deleted
92 * �Old lost page locks (*.lock)� will delete expired locks that aren�t deleted by DokuWiki due of c…
/plugin/davcard/vendor/sabre/vobject/
H A DChangeLog.md185 * #125: Send CANCEL messages when ORGANIZER property gets deleted.
/plugin/authvk/
H A Dauth.php242 $deleted = array();
244 if(isset($this->users[$user])) $deleted[] = preg_quote($user, '/');
247 if(empty($deleted)) return 0;
249 $pattern = '/^('.join('|', $deleted).'):/';
/plugin/authplaincas/
H A Dauth.php532 $deleted = array();
534 if (isset($this->users[$user])) $deleted[] = preg_quote($user,'/');
537 if (empty($deleted)) return 0;
539 $pattern = '/^('.join('|',$deleted).'):/';
542 foreach ($deleted as $user) unset($this->users[$user]);
543 return count($deleted);
/plugin/authimap2/
H A Dauth.php252 $deleted = array();
259 if(isset($this->users[$user])) $deleted[] = preg_quote($user, '/');
262 if(empty($deleted)) return 0;
264 $pattern = '/^('.join('|', $deleted).'):/';
/plugin/authgoogle/google/contrib/
H A DGoogle_ComputeService.php1886 public $deleted; variable in Google_DeprecationStatus
1891 public function setDeleted( $deleted) { argument
1892 $this->deleted = $deleted;
1895 return $this->deleted;
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 …]

123456789