Home
last modified time | relevance | path

Searched refs:attach (Results 1 – 25 of 695) sorted by relevance

12345678910>>...28

/plugin/findologicxmlexport/vendor/sebastian/comparator/tests/
DSplObjectStorageComparatorTest.php47 $storage3->attach($object1);
48 $storage3->attach($object2);
51 $storage4->attach($object2);
52 $storage4->attach($object1);
70 $storage2->attach($object1);
73 $storage3->attach($object2);
74 $storage3->attach($object1);
/plugin/aichat/vendor/bdelespierre/php-kmeans/src/KMeans/
DSpace.php70 $this->attach($point = $this->newPoint($coordinates), $data);
75 public function attach($point, $data = null): void function in KMeans\\Space
81 parent::attach($point, $data);
234 $attach = new \SplObjectStorage();
245 if (! isset($attach[$closest])) {
246 $attach[$closest] = new \SplObjectStorage();
253 $attach[$closest]->attach($point);
254 $detach[$cluster]->attach($point);
262 foreach ($attach as $cluster) {
263 $cluster->attachAll($attach[$cluster]);
DCluster.php56 public function attach(Point $point): Point function in KMeans\\Cluster
62 $this->points->attach($point);
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/src/
DNoSeekStream.php21 public function attach($stream) function in GuzzleHttp\\Stream\\NoSeekStream
23 $this->stream->attach($stream);
DStreamInterface.php53 public function attach($stream); function
DNullStream.php25 public function attach($stream) function in GuzzleHttp\\Stream\\NullStream
/plugin/authgooglesheets/vendor/google/apiclient/src/AuthHandler/
DGuzzle5AuthHandler.php63 $http->getEmitter()->attach($subscriber);
82 $http->getEmitter()->attach($subscriber);
92 $http->getEmitter()->attach($subscriber);
/plugin/yuriigantt/3rd/dhtmlxgantt/ext/
Ddhtmlxgantt_drag_timeline.js13attach=function(t){var e=this;this._timeline=t,this._domEvents.attach(t.$task,"mousedown",function…
/plugin/findologicxmlexport/vendor/hoa/event/Test/Unit/
DListener.php83 ->when($result = $listener->attach($listenerId, $callable))
101 $listener->attach($listenerId, $callable);
116 $listener->attach($listenerId, $callable)
204 $listener->attach(
DEvent.php183 ->when($result = $event->attach($callable))
197 $event->attach($callable)
243 SUT::getEvent($eventId)->attach(
/plugin/wysiwyg/fckeditor/editor/css/behaviors/
Dshowtableborders.htc3 <public:attach event="oncontentready" onevent="ShowBorders()" />
4 <public:attach event="onpropertychange" onevent="OnPropertyChange()" />
/plugin/grensladawritezor/fckeditor/editor/css/behaviors/
Dshowtableborders.htc3 <public:attach event="oncontentready" onevent="ShowBorders()" />
4 <public:attach event="onpropertychange" onevent="OnPropertyChange()" />
/plugin/fckg/fckeditor/editor/css/behaviors/
Dshowtableborders.htc3 <public:attach event="oncontentready" onevent="ShowBorders()" />
4 <public:attach event="onpropertychange" onevent="OnPropertyChange()" />
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/
Ddhtmlxgantt_drag_timeline.js226 EventsManager.prototype.attach = function (timeline) { method in EventsManager
229 this._domEvents.attach(timeline.$task, "mousedown", function (event) {
256 this._domEvents.attach(document, "keydown", function (event) {
265 this._domEvents.attach(document, "keyup", function (event) {
275 this._domEvents.attach(document, "mouseup", function (event) {
278 this._domEvents.attach(gantt.$root, "mouseup", function (event) {
281 this._domEvents.attach(document, "mouseleave", function (event) {
284 this._domEvents.attach(gantt.$root, "mouseleave", function (event) {
287 this._domEvents.attach(gantt.$root, "mousemove", function (event) {
/plugin/datatables/assets/datatables.net/js/
DdataTables.bootstrap.js88 var attach = function( container, buttons ) { function
101 attach( container, button );
188 attach(
DdataTables.bootstrap4.js89 var attach = function( container, buttons ) { function
102 attach( container, button );
190 attach(
DdataTables.bootstrap5.js89 var attach = function( container, buttons ) { function
102 attach( container, button );
200 attach(
DdataTables.foundation.js93 var attach = function( container, buttons ) { function
106 attach( container, button );
192 attach(
DdataTables.bulma.js83 var attach = function( container, buttons ) { function
96 attach( container, button );
189 attach(nav.find('ul'), buttons);
DdataTables.semanticui.js97 var attach = function( container, buttons ) { function
110 attach( container, button );
197 attach(
/plugin/preview/
Dscript.js16 attach() { method in PreviewPlugin
64 preview.attach();
/plugin/swiftmail/Swift/Plugin/
DFileEmbedder.php335 $cid = $this->message->attach($registered["obj"]);
349 $id = $this->message->attach($att);
380 $cid = $this->message->attach($registered["obj"]);
386 $id = $this->message->attach($att);
/plugin/findologicxmlexport/vendor/hoa/event/
DListens.php78 $listener->attach($listenerId, $callable);
DREADME.md82 Hoa\Event\Event::getEvent('hoa://Event/Exception')->attach(
92 Because `attach` expects a callable and because Hoa's callable implementation is
93 smart, we can directly attach a stream to an event, like:
96 Hoa\Event\Event::getEvent('hoa://Event/Exception')->attach(
/plugin/bpmnio/vendor/dmn-js/
DREADME.md42 You may attach or detach the viewer dynamically to any element on the page, too:
47 // attach it to some element

12345678910>>...28