Home
last modified time | relevance | path

Searched refs:destroy (Results 1 – 4 of 4) sorted by relevance

/webtrees/app/
H A DSession.php135 * @param bool $destroy
139 public static function regenerate(bool $destroy = false): void argument
141 if ($destroy) {
146 session_regenerate_id($destroy);
H A DSessionDatabaseHandler.php134 public function destroy(string $id): bool function in Fisharebest\\Webtrees\\SessionDatabaseHandler
/webtrees/public/ckeditor-4.15.1-custom/
H A DCHANGES.md259 …ckeditor/ckeditor4/issues/589): Fixed: The editor causes memory leaks in create and destroy cycles.
352 …ditor4/issues/1477): Fixed: On destroy, [Balloon Toolbar](https://ckeditor.com/cke4/addon/balloont…
402 …): Fixed: Executing [`editor.destroy()`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_e…
955 * [#13790](https://dev.ckeditor.com/ticket/13790): Fixed: It is not possible to destroy the editor …
1305 …or.com/docs/ckeditor4/latest/api/CKEDITOR_filter.html#static-property-instances) on editor destroy.
1611 …cket/11179): Fixed: [`editor.destroy()`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_e…
1871 …hrown after calling [`editor.destroy()`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_e…
H A Dckeditor.js252 …transformations);a.disabled=this.disabled;a.editor=this.editor;return a},destroy:function(){delete…
291 …this):b()}})),c.on("destroy",function(){f.removeListener("submit",a)}))},destroy:function(a){var b…
292 …forEach(CKEDITOR.tools.object.keys(b),function(a){a=b[a];c===a.editor&&a.destroy()});delete this.a…
627 …;m<k.length;m++)this._.buttons[k[m].id]=k[m]};CKEDITOR.dialog.prototype={destroy:function(){this.h… method in CKEDITOR.dialog
667 …c in B)B[c].remove();B={}}a=a.editor._.storedDialogs;for(var d in a)a[d].destroy()})})();CKEDITOR.…
784 -1;this._.onKeyDown=a.onKeyDown&&CKEDITOR.tools.bind(a.onKeyDown,a);a.show();return a},destroy:func…
801 …=CKEDITOR.tools.isEmpty(CKEDITOR.instances),b;for(b in f){var c=f[b];a?c.destroy():c.element.hide(…
922 …his._.lastState=this._.state,this.setState(CKEDITOR.TRISTATE_DISABLED))},destroy:function(){CKEDIT…
1099 !0===d.state.scayt[a.name]?b||d.createScayt(a):b&&d.destroy(a)}});a.addCommand("scaytAbout",{exec:f…
1101 …ugins.scayt,d=a.elementMode==CKEDITOR.ELEMENT_MODE_INLINE,b=function(){c.destroy(a)},e=function(){…
[all …]