Home
last modified time | relevance | path

Searched refs:detach (Results 26 – 50 of 123) sorted by relevance

12345

/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DBufferStream.php52 public function detach() function in GuzzleHttp\\Psr7\\BufferStream
H A DStreamWrapper.php117 return $stream->detach();
H A DFnStream.php99 public function detach() function in GuzzleHttp\\Psr7\\FnStream
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/src/
H A DBufferStream.php51 public function detach() function in GuzzleHttp\\Stream\\BufferStream
H A DFnStream.php16 private static $slots = ['__toString', 'close', 'detach', 'attach',
83 public function detach() function in GuzzleHttp\\Stream\\FnStream
H A DAppendStream.php89 public function detach() function in GuzzleHttp\\Stream\\AppendStream
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/
H A Ddhtmlxgantt_tooltip.js377 this.detach(config.selector);
384 TooltipManager.prototype.detach = function (selector) { method in TooltipManager
387 this._domEvents.detach(listener.node, "mousemove", listener.handler);
479 detach: function(el, event, callback, capture){ method in AnonymousFunctionbdcca0c90100.AnonymousFunctionbdcca0c91100.createScope.eventScope
494 eventScope.detach(handler.element, handler.event, handler.callback, handler.capture);
495 eventScope.detach(handler.element, handler.event, handler.callback, undefined);
496 eventScope.detach(handler.element, handler.event, handler.callback, false);
497 eventScope.detach(handler.element, handler.event, handler.callback, true);
/plugin/commonmark/vendor/league/commonmark/src/Block/Element/
H A DParagraph.php
/plugin/findologicxmlexport/vendor/hoa/event/Test/Unit/
H A DEvent.php199 ->when($result = $event->detach($callable))
214 ->when($result = $event->detach($callable))
/plugin/swiftmail/Swift/
H A DMessage.php551 public function detach($id) function in Swift_Message
737 $this->detach("_alternative");
753 if (isset($this->references["mixed"]["_related"])) $this->detach("_related");
756 $this->detach("_alternative");
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/tests/
H A DLazyOpenStreamTest.php59 $r = $l->detach();
H A DBufferStreamTest.php47 $b->detach();
H A DFnStreamTest.php76 $this->assertIsResource($b->detach());
H A DStreamTest.php135 $this->assertSame($r, $stream->detach());
136 $this->assertNull($stream->detach());
H A DStreamDecoratorTraitTest.php102 $this->b->detach();
/plugin/commonmark/vendor/league/commonmark/src/Extension/Autolink/
H A DUrlAutolinkProcessor.php
/plugin/commonmark/vendor/league/commonmark/src/Inline/
H A DAdjacentTextMerger.php
/plugin/findologicxmlexport/vendor/hoa/event/
H A DEvent.php203 public function detach($callable) function in Hoa\\Event\\Event
/plugin/findologicxmlexport/vendor/jms/serializer/src/
H A DSerializationContext.php80 $this->visitingSet->detach($object);
/plugin/struct/script/
H A DEntryEditor.js120 $tplwrapper.before(jQuery(this).closest('.multiwrap').detach());
/plugin/commonmark/vendor/league/commonmark/src/Extension/Attributes/Event/
H A DAttributesListener.php56 $node->detach();
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DPubsub.php329 ],'detach' => [
330 'path' => 'v1/{+subscription}:detach',
/plugin/commonmark/vendor/league/commonmark/src/Delimiter/
H A DDelimiterStack.php69 $delimiter->getInlineNode()->detach();
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/.ci/
H A Drun-elasticsearch.sh96 # make sure we detach for all but the last node if DETACH=false (default) so all nodes are started
110 --detach="$local_detach" \
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Pubsub/Resource/
H A DProjectsSubscriptions.php123 public function detach($subscription, $optParams = []) function in Google\\Service\\Pubsub\\Resource\\ProjectsSubscriptions

12345