/plugin/findologicxmlexport/vendor/sebastian/comparator/tests/ |
H A 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/elasticsearch/vendor/ezimuel/guzzlestreams/src/ |
H A D | NoSeekStream.php | 21 public function attach($stream) function in GuzzleHttp\\Stream\\NoSeekStream 23 $this->stream->attach($stream);
|
H A D | StreamInterface.php | 47 * when attach() is called, as the stream has changed. 53 public function attach($stream); function
|
H A D | NullStream.php | 25 public function attach($stream) function in GuzzleHttp\\Stream\\NullStream
|
H A D | Stream.php | 116 $this->attach($stream); 161 public function attach($stream) function in GuzzleHttp\\Stream\\Stream
|
H A D | BufferStream.php | 56 public function attach($stream) function in GuzzleHttp\\Stream\\BufferStream
|
/plugin/authgooglesheets/vendor/google/apiclient/src/AuthHandler/ |
H A D | Guzzle5AuthHandler.php | 63 $http->getEmitter()->attach($subscriber); 82 $http->getEmitter()->attach($subscriber); 92 $http->getEmitter()->attach($subscriber);
|
/plugin/wysiwyg/fckeditor/editor/css/behaviors/ |
H A D | showtableborders.htc | 3 <public:attach event="oncontentready" onevent="ShowBorders()" /> 4 <public:attach event="onpropertychange" onevent="OnPropertyChange()" />
|
/plugin/fckg/fckeditor/editor/css/behaviors/ |
H A D | showtableborders.htc | 3 <public:attach event="oncontentready" onevent="ShowBorders()" /> 4 <public:attach event="onpropertychange" onevent="OnPropertyChange()" />
|
/plugin/findologicxmlexport/vendor/hoa/event/Test/Unit/ |
H A D | Listener.php | 83 ->when($result = $listener->attach($listenerId, $callable)) 101 $listener->attach($listenerId, $callable); 116 $listener->attach($listenerId, $callable) 204 $listener->attach(
|
H A D | Event.php | 183 ->when($result = $event->attach($callable)) 197 $event->attach($callable) 243 SUT::getEvent($eventId)->attach(
|
/plugin/yuriigantt/3rd/dhtmlxgantt/ext/ |
H A D | dhtmlxgantt_drag_timeline.js | 13 …attach=function(t){var e=this;this._timeline=t,this._domEvents.attach(t.$task,"mousedown",function…
|
H A D | dhtmlxgantt_click_drag.js | 13 …attach=function(t,e){var n=this,i=t.getViewPort();this._originPosition=window.getComputedStyle(i).… method in t
|
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/ |
H A 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/swiftmail/Swift/Plugin/ |
H A 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/ |
H A D | Listens.php | 78 $listener->attach($listenerId, $callable);
|
H A 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(
|
H A D | Listener.php | 103 public function attach($listenerId, $callable) function in Hoa\\Event\\Listener
|
/plugin/bpmnio/vendor/dmn-js/ |
H A 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
|
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/_files/ |
H A D | DataProviderDebugTest.php | 34 $storage->attach($obj2);
|
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/tests/ |
H A D | NoSeekStreamTest.php | 39 $wrapped->attach($s2->detach());
|
H A D | NullStreamTest.php | 37 $p->attach('a');
|
/plugin/findologicxmlexport/vendor/hoa/exception/Test/Unit/ |
H A D | Exception.php | 78 Event::getEvent('hoa://Event/Exception')->attach(
|
/plugin/webdav/vendor/sabre/vobject/resources/schema/ |
H A D | xcal.rng | 449 property-attach* & 497 property-attach* & 532 property-attach* & 616 property-attach? 629 property-attach* 684 property-attach = element attach {
|
/plugin/icalevents/vendor/sabre/vobject/resources/schema/ |
H A D | xcal.rng | 449 property-attach* & 497 property-attach* & 532 property-attach* & 616 property-attach? 629 property-attach* 684 property-attach = element attach {
|