Home
last modified time | relevance | path

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

12345678910>>...23

/plugin/findologicxmlexport/vendor/sebastian/comparator/tests/
H A 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/elasticsearch/vendor/ezimuel/guzzlestreams/src/
H A DNoSeekStream.php21 public function attach($stream) function in GuzzleHttp\\Stream\\NoSeekStream
23 $this->stream->attach($stream);
H A DStreamInterface.php47 * when attach() is called, as the stream has changed.
53 public function attach($stream); function
H A DNullStream.php25 public function attach($stream) function in GuzzleHttp\\Stream\\NullStream
H A DStream.php116 $this->attach($stream);
161 public function attach($stream) function in GuzzleHttp\\Stream\\Stream
H A DBufferStream.php56 public function attach($stream) function in GuzzleHttp\\Stream\\BufferStream
/plugin/authgooglesheets/vendor/google/apiclient/src/AuthHandler/
H A DGuzzle5AuthHandler.php63 $http->getEmitter()->attach($subscriber);
82 $http->getEmitter()->attach($subscriber);
92 $http->getEmitter()->attach($subscriber);
/plugin/wysiwyg/fckeditor/editor/css/behaviors/
H A Dshowtableborders.htc3 <public:attach event="oncontentready" onevent="ShowBorders()" />
4 <public:attach event="onpropertychange" onevent="OnPropertyChange()" />
/plugin/fckg/fckeditor/editor/css/behaviors/
H A Dshowtableborders.htc3 <public:attach event="oncontentready" onevent="ShowBorders()" />
4 <public:attach event="onpropertychange" onevent="OnPropertyChange()" />
/plugin/findologicxmlexport/vendor/hoa/event/Test/Unit/
H A DListener.php83 ->when($result = $listener->attach($listenerId, $callable))
101 $listener->attach($listenerId, $callable);
116 $listener->attach($listenerId, $callable)
204 $listener->attach(
H A DEvent.php183 ->when($result = $event->attach($callable))
197 $event->attach($callable)
243 SUT::getEvent($eventId)->attach(
/plugin/yuriigantt/3rd/dhtmlxgantt/ext/
H A Ddhtmlxgantt_drag_timeline.js13attach=function(t){var e=this;this._timeline=t,this._domEvents.attach(t.$task,"mousedown",function…
H A Ddhtmlxgantt_click_drag.js13attach=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 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/swiftmail/Swift/Plugin/
H A 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/
H A DListens.php78 $listener->attach($listenerId, $callable);
H A 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(
H A DListener.php103 public function attach($listenerId, $callable) function in Hoa\\Event\\Listener
/plugin/bpmnio/vendor/dmn-js/
H A DREADME.md42 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 DDataProviderDebugTest.php34 $storage->attach($obj2);
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/tests/
H A DNoSeekStreamTest.php39 $wrapped->attach($s2->detach());
H A DNullStreamTest.php37 $p->attach('a');
/plugin/findologicxmlexport/vendor/hoa/exception/Test/Unit/
H A DException.php78 Event::getEvent('hoa://Event/Exception')->attach(
/plugin/webdav/vendor/sabre/vobject/resources/schema/
H A Dxcal.rng449 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 Dxcal.rng449 property-attach* &
497 property-attach* &
532 property-attach* &
616 property-attach?
629 property-attach*
684 property-attach = element attach {

12345678910>>...23