| /plugin/findologicxmlexport/vendor/sebastian/comparator/tests/ |
| D | SplObjectStorageComparatorTest.php | 47 $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/ |
| D | Space.php | 70 $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]);
|
| D | Cluster.php | 56 public function attach(Point $point): Point function in KMeans\\Cluster 62 $this->points->attach($point);
|
| /plugin/elasticsearch/vendor/ezimuel/guzzlestreams/src/ |
| D | NoSeekStream.php | 21 public function attach($stream) function in GuzzleHttp\\Stream\\NoSeekStream 23 $this->stream->attach($stream);
|
| D | StreamInterface.php | 53 public function attach($stream); function
|
| D | NullStream.php | 25 public function attach($stream) function in GuzzleHttp\\Stream\\NullStream
|
| /plugin/authgooglesheets/vendor/google/apiclient/src/AuthHandler/ |
| D | Guzzle5AuthHandler.php | 63 $http->getEmitter()->attach($subscriber); 82 $http->getEmitter()->attach($subscriber); 92 $http->getEmitter()->attach($subscriber);
|
| /plugin/yuriigantt/3rd/dhtmlxgantt/ext/ |
| D | dhtmlxgantt_drag_timeline.js | 13 …attach=function(t){var e=this;this._timeline=t,this._domEvents.attach(t.$task,"mousedown",function…
|
| /plugin/findologicxmlexport/vendor/hoa/event/Test/Unit/ |
| D | Listener.php | 83 ->when($result = $listener->attach($listenerId, $callable)) 101 $listener->attach($listenerId, $callable); 116 $listener->attach($listenerId, $callable) 204 $listener->attach(
|
| D | Event.php | 183 ->when($result = $event->attach($callable)) 197 $event->attach($callable) 243 SUT::getEvent($eventId)->attach(
|
| /plugin/wysiwyg/fckeditor/editor/css/behaviors/ |
| D | showtableborders.htc | 3 <public:attach event="oncontentready" onevent="ShowBorders()" /> 4 <public:attach event="onpropertychange" onevent="OnPropertyChange()" />
|
| /plugin/grensladawritezor/fckeditor/editor/css/behaviors/ |
| D | showtableborders.htc | 3 <public:attach event="oncontentready" onevent="ShowBorders()" /> 4 <public:attach event="onpropertychange" onevent="OnPropertyChange()" />
|
| /plugin/fckg/fckeditor/editor/css/behaviors/ |
| D | showtableborders.htc | 3 <public:attach event="oncontentready" onevent="ShowBorders()" /> 4 <public:attach event="onpropertychange" onevent="OnPropertyChange()" />
|
| /plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/ |
| D | dhtmlxgantt_drag_timeline.js | 226 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/ |
| D | dataTables.bootstrap.js | 88 var attach = function( container, buttons ) { function 101 attach( container, button ); 188 attach(
|
| D | dataTables.bootstrap4.js | 89 var attach = function( container, buttons ) { function 102 attach( container, button ); 190 attach(
|
| D | dataTables.bootstrap5.js | 89 var attach = function( container, buttons ) { function 102 attach( container, button ); 200 attach(
|
| D | dataTables.foundation.js | 93 var attach = function( container, buttons ) { function 106 attach( container, button ); 192 attach(
|
| D | dataTables.bulma.js | 83 var attach = function( container, buttons ) { function 96 attach( container, button ); 189 attach(nav.find('ul'), buttons);
|
| D | dataTables.semanticui.js | 97 var attach = function( container, buttons ) { function 110 attach( container, button ); 197 attach(
|
| /plugin/preview/ |
| D | script.js | 16 attach() { method in PreviewPlugin 64 preview.attach();
|
| /plugin/swiftmail/Swift/Plugin/ |
| D | FileEmbedder.php | 335 $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/ |
| D | Listens.php | 78 $listener->attach($listenerId, $callable);
|
| D | README.md | 82 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/ |
| D | README.md | 42 You may attach or detach the viewer dynamically to any element on the page, too: 47 // attach it to some element
|