Home
last modified time | relevance | path

Searched refs:destroy (Results 251 – 262 of 262) sorted by path

1...<<11

/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Schedule/
H A DPlugin.php371 $oldObj->destroy();
777 $vObject->destroy();
964 $vtimezoneObj->destroy();
/plugin/webdav/vendor/sabre/dav/lib/CardDAV/
H A DPlugin.php417 $vobj->destroy();
572 $vcard->destroy();
579 $vcard->destroy();
588 $vcard->destroy();
897 $input->destroy();
899 $output->destroy();
H A DVCFExportPlugin.php129 $vcard->destroy();
/plugin/webdav/vendor/sabre/vobject/
H A DCHANGELOG.md211 * #237: Added a `destroy()` method to all documents. This method breaks any
/plugin/webdav/vendor/sabre/vobject/lib/
H A DComponent.php663 public function destroy() function in Sabre\\VObject\\Component
665 parent::destroy();
668 $child->destroy();
H A DNode.php92 public function destroy() function in Sabre\\VObject\\Node
H A DProperty.php613 public function destroy() function in Sabre\\VObject\\Property
615 parent::destroy();
617 $param->destroy();
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js71803 if (typeof options.destroy === 'function') this._destroy = options.destroy;
71833 Readable.prototype.destroy = destroyImpl.destroy;
73202 if (typeof options.destroy === 'function') this._destroy = options.destroy;
73646 Writable.prototype.destroy = destroyImpl.destroy;
74252 destroy: destroy,
74423 if (typeof stream.destroy === 'function') return stream.destroy();
78954 if (typeof dest.destroy === 'function') dest.destroy();
79356 if (typeof options.destroy === 'function') this._destroy = options.destroy;
79382 Readable.prototype.destroy = destroyImpl.destroy;
81091 Writable.prototype.destroy = destroyImpl.destroy;
[all …]
/plugin/yuriigantt/3rd/dhtmlxgantt/
H A Ddhtmlxgantt.js13destroy()}),this._initStaticBackgroundRender=function(){})},_clearLayers:function(t){var e=this.$g… method in t.exports
H A Ddhtmlxgantt.js.map1destroy","_clearLayers","removeLayer","_render_tasks_scales","scales_html","outer_width","state","…
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/
H A Ddhtmlxgantt.js18442 destroy: function () { method in module.exports
18653 destroy: function(){} method in module.exports
25564 destroy: function () { }
26521 staticRender.destroy();
/plugin/zoom/
H A Dscript.js9destroy=function(){jWin.data('zoom',null);if($mouseTrap){$mouseTrap.unbind();$mouseTrap.remove();$… method

1...<<11