Home
last modified time | relevance | path

Searched refs:detach (Results 1 – 25 of 144) sorted by relevance

123456

/plugin/sectionedit/
Dscript.js29 $dialog.find('.editButtons').detach();
87 $toRemove.detach();
90 $tmpWrap.before($tmpWrap.children().detach());
92 $tmpWrap.detach();
102 getDialog('close').dialog('destroy').detach();
118 $xchange.before($new).detach();
/plugin/aichat/vendor/bdelespierre/php-kmeans/src/KMeans/
DSpace.php235 $detach = new \SplObjectStorage();
249 if (! isset($detach[$cluster])) {
250 $detach[$cluster] = new \SplObjectStorage();
254 $detach[$cluster]->attach($point);
266 foreach ($detach as $cluster) {
267 $cluster->detachAll($detach[$cluster]);
DCluster.php66 public function detach(Point $point): Point function in KMeans\\Cluster
68 $this->points->detach($point);
/plugin/tagsections/
Dscript.js134 $toRemove.detach();
137 $tmpWrap.before($tmpWrap.children().detach());
139 $tmpWrap.detach();
142 getDialog('close').detach();
154 $xchange.before($new).detach();
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/src/
DStreamDecoratorTrait.php78 public function detach() function
80 return $this->stream->detach();
DPumpStream.php58 $this->detach();
61 public function detach() function in GuzzleHttp\\Stream\\PumpStream
DStreamInterface.php36 public function detach(); function
DNullStream.php23 public function detach() {} function in GuzzleHttp\\Stream\\NullStream
DStream.php149 $this->detach();
152 public function detach() function in GuzzleHttp\\Stream\\Stream
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
DStreamDecoratorTrait.php86 public function detach() function
88 return $this->stream->detach();
DPumpStream.php65 $this->detach();
68 public function detach() function in GuzzleHttp\\Psr7\\PumpStream
DAppendStream.php94 public function detach() function in GuzzleHttp\\Psr7\\AppendStream
100 $stream->detach();
DStream.php110 $this->detach();
114 public function detach() function in GuzzleHttp\\Psr7\\Stream
/plugin/bpmnio/vendor/dmn-js/
DREADME.md42 You may attach or detach the viewer dynamically to any element on the page, too:
50 // detach the panel
51 viewer.detach();
/plugin/matrixnotifierwas/vendor/guzzlehttp/psr7/src/
DStreamDecoratorTrait.php92 public function detach() function
94 return $this->stream->detach();
DPumpStream.php70 $this->detach();
73 public function detach() function in GuzzleHttp\\Psr7\\PumpStream
DAppendStream.php101 public function detach() function in GuzzleHttp\\Psr7\\AppendStream
107 $stream->detach();
DStream.php114 $this->detach();
118 public function detach() function in GuzzleHttp\\Psr7\\Stream
/plugin/scrape/vendor/scotteh/php-dom-wrapper/src/Traits/
DManipulationTrait.php148 public function detach(string $selector = null): NodeList { function
174 $this->detach($selector);
590 $oldChild = $child->detach()->first();
614 $oldNode = $node->detach()->first();
650 $stackNodes->top()->appendWith($node->detach());
665 $oldChildNode = $childNode->detach()->first();
/plugin/bpmnio/vendor/bpmn-js/
DREADME.md40 You may attach or detach the viewer dynamically to any element on the page, too:
48 // detach the panel
49 viewer.detach();
/plugin/dataplot/
Dmake-release14 gpg --armor --sign --detach-sig --default-key FA5E6F3E ${my_package}.tar.gz
/plugin/authgooglesheets/vendor/psr/http-message/src/
DStreamInterface.php44 public function detach(); function
/plugin/indexmenu/scripts/fancytree/modules/
Djquery.fancytree.columnview.js80 $ul.detach().appendTo($tdFirst);
197 $ul = $(node.ul).detach();
/plugin/matrixnotifierwas/vendor/psr/http-message/src/
DStreamInterface.php44 public function detach(); function
/plugin/findologicxmlexport/vendor/hoa/event/Test/Unit/
DListener.php118 ->when($result = $listener->detach($listenerId, $callable))
135 ->when($result = $listener->detach($listenerId, $callable))

123456