Home
last modified time | relevance | path

Searched refs:bind (Results 301 – 325 of 638) sorted by last modified time

1...<<11121314151617181920>>...26

/plugin/webdav/vendor/sabre/dav/
H A DCHANGELOG.md92 * Resources that are not collections no longer support the `{DAV:}bind` and
/plugin/webdav/vendor/composer/
H A Dautoload_static.php83 return \Closure::bind(function () use ($loader) {
/plugin/mdpage/vendor/composer/
H A Dautoload_static.php78 return \Closure::bind(function () use ($loader) {
/plugin/structsection/
H A Dyarn.lock479 call-bind "^1.0.0"
490 call-bind "^1.0.0"
1062 call-bind@^1.0.0:
1067 function-bind "^1.1.1"
1291 function-bind "^1.1.1"
1594 function-bind@^1.1.1:
2125 call-bind "^1.0.0"
2135 call-bind "^1.0.0"
2145 call-bind "^1.0.0"
2608 call-bind "^1.0.0"
[all …]
/plugin/jplayer/components/jplayer/
H A Djplayer-built.js90 this.element.bind( "remove.jPlayer", function() {
478 $(document.documentElement).bind(event, keyBindings);
557 …$(this).unbind(".jPlayerRepeat").bind($.jPlayer.event.ended + ".jPlayer.jPlayerRepeat", function()…
952 self.element.bind(eventType + ".jPlayer", self.options[eventName]); // With .jPlayer namespace.
1003 this.internal.poster.jq.bind("click.jPlayer", function() {
1177 this.internal.video.jq.bind("click.jPlayer", function() {
2403 this.css.jq[fn].bind("click.jPlayer", handler); // Using jPlayer namespace
2818 this.element.bind(eventType, handler);
2819 this.css.jq.gui.bind(eventType, handler);
3420 …self.element.bind(eventType + ".jPlayer.jPlayerHtml", function() { // With .jPlayer & .jPlayerHtml…
/plugin/jplayer/vendor/composer/
H A Dautoload_static.php142 return \Closure::bind(function () use ($loader) {
/plugin/jplayer/vendor/happyworm/jplayer/dist/add-on/
H A Djplayer.playlist.min.js2bind(a.jPlayer.event.ready,function(){e._init()}),a(this.cssSelector.jPlayer).bind(a.jPlayer.event…
H A Djquery.jplayer.inspector.js135 config.jPlayer.bind(eventType + ".jPlayerInspector", function(e) {
159 config.jPlayer.bind($.jPlayer.event.ready + ".jPlayerInspector", function(e) {
H A Djquery.jplayer.inspector.min.js2bind(e+".jPlayerInspector",function(a){d.eventOccurrence[a.type]++,d.eventOccurrence[a.type]>1?d.e…
H A Djplayer.playlist.js79 $(this.cssSelector.jPlayer).bind($.jPlayer.event.ready, function() {
84 $(this.cssSelector.jPlayer).bind($.jPlayer.event.ended, function() {
89 $(this.cssSelector.jPlayer).bind($.jPlayer.event.play, function() {
94 $(this.cssSelector.jPlayer).bind($.jPlayer.event.resize, function(event) {
/plugin/jplayer/vendor/happyworm/jplayer/dist/popcorn/
H A Dpopcorn.jplayer.min.js2bind($.jPlayer.event.loadstart,function(){setTimeout(function(){f&&console.log("Trigger : loadedda…
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
H A Dvorbis.js2bind(document);document.addEventListener("pointerlockchange",pointerLockChange,false);document.add…
H A Dmp3.js6160 this[key] = stream[key].bind(stream);
H A Dopus.js2bind(document);document.addEventListener("pointerlockchange",pointerLockChange,false);document.add…
/plugin/jplayer/vendor/happyworm/jplayer/lib/circle-player/js/
H A Djquery.grab.js28 for (i=0; i<bind._binds.length; i++){
29 … if (bind._binds[i].elem === elem && bind._binds[i].type === type && bind._binds[i].func === func){
35 bind._binds.splice(i--, 1);
40 function bind(elem, type, func, pass){ function
42 return $(elem).bind(type, pass, func);
45 if (bind[type]){
46 return bind[type].bind(elem, type, func, pass);
80 bind(elem, mousedown, mouseDown, data);
82 bind(elem, touchstart, touchStart, data);
104 bind(e.data.affects, mouseup, mouseUp, e.data);
[all …]
H A Dcircle.player.js91 this.player.bind($.jPlayer.event.ready + this.eventNamespace, function(event) {
99 this.player.bind($.jPlayer.event.play + this.eventNamespace, function(event) {
104 this.player.bind($.jPlayer.event.timeupdate + this.eventNamespace, function(event) {
111 this.player.bind($.jPlayer.event.progress + this.eventNamespace, function(event) {
131 this.player.bind($.jPlayer.event.ended + this.eventNamespace, function(event) {
/plugin/jplayer/vendor/happyworm/jplayer/lib/
H A Djquery.min.js4 …n.extend({hover:function(a,b){return this.mouseenter(a).mouseleave(b||a)},bind:function(a,b,c){ret…
H A Dpopcorn.js1008 if ( eventHook.bind ) {
1009 type = eventHook.bind;
1088 bind: "canplaythrough",
1098 }.bind(this), 0 );
/plugin/jplayer/components/jplayer/dist/jplayer/
H A Djquery.jplayer.js90 this.element.bind( "remove.jPlayer", function() {
478 $(document.documentElement).bind(event, keyBindings);
557 …$(this).unbind(".jPlayerRepeat").bind($.jPlayer.event.ended + ".jPlayer.jPlayerRepeat", function()…
952 self.element.bind(eventType + ".jPlayer", self.options[eventName]); // With .jPlayer namespace.
1003 this.internal.poster.jq.bind("click.jPlayer", function() {
1177 this.internal.video.jq.bind("click.jPlayer", function() {
2403 this.css.jq[fn].bind("click.jPlayer", handler); // Using jPlayer namespace
2818 this.element.bind(eventType, handler);
2819 this.css.jq.gui.bind(eventType, handler);
3420 …self.element.bind(eventType + ".jPlayer.jPlayerHtml", function() { // With .jPlayer & .jPlayerHtml…
/plugin/jplayer/vendor/happyworm/jplayer/src/javascript/add-on/
H A Djplayer.playlist.js79 $(this.cssSelector.jPlayer).bind($.jPlayer.event.ready, function() {
84 $(this.cssSelector.jPlayer).bind($.jPlayer.event.ended, function() {
89 $(this.cssSelector.jPlayer).bind($.jPlayer.event.play, function() {
94 $(this.cssSelector.jPlayer).bind($.jPlayer.event.resize, function(event) {
/plugin/jplayer/vendor/robloach/component-installer/src/ComponentInstaller/Resources/
H A Drequire.js127 function bind(obj, fn) { function
738 errback = bind(this, function (err) {
795 })(this.shim.deps || [], bind(this, function () {
922 on(pluginMap, 'defined', bind(this, function (plugin) {
945 'defined', bind(this, function (value) {
969 load = bind(this, function (value) {
975 load.error = bind(this, function (err) {
993 load.fromText = bind(this, function (text, textAlt) {
1069 each(this.depMaps, bind(this, function (depMap, i) {
1090 on(depMap, 'defined', bind(this, function (depExports) {
[all …]
/plugin/jplayer/components/
H A Drequire-built.js127 function bind(obj, fn) { function
738 errback = bind(this, function (err) {
945 'defined', bind(this, function (value) {
969 load = bind(this, function (value) {
975 load.error = bind(this, function (err) {
2135 this.element.bind( "remove.jPlayer", function() {
2523 $(document.documentElement).bind(event, keyBindings);
3048 this.internal.poster.jq.bind("click.jPlayer", function() {
3222 this.internal.video.jq.bind("click.jPlayer", function() {
4863 this.element.bind(eventType, handler);
[all …]
H A Drequire.js127 function bind(obj, fn) { function
738 errback = bind(this, function (err) {
795 })(this.shim.deps || [], bind(this, function () {
922 on(pluginMap, 'defined', bind(this, function (plugin) {
945 'defined', bind(this, function (value) {
969 load = bind(this, function (value) {
975 load.error = bind(this, function (err) {
993 load.fromText = bind(this, function (text, textAlt) {
1069 each(this.depMaps, bind(this, function (depMap, i) {
1090 on(depMap, 'defined', bind(this, function (depExports) {
[all …]
/plugin/jplayer/vendor/happyworm/jplayer/dist/jplayer/
H A Djquery.jplayer.js90 this.element.bind( "remove.jPlayer", function() {
478 $(document.documentElement).bind(event, keyBindings);
557 …$(this).unbind(".jPlayerRepeat").bind($.jPlayer.event.ended + ".jPlayer.jPlayerRepeat", function()…
952 self.element.bind(eventType + ".jPlayer", self.options[eventName]); // With .jPlayer namespace.
1003 this.internal.poster.jq.bind("click.jPlayer", function() {
1177 this.internal.video.jq.bind("click.jPlayer", function() {
2403 this.css.jq[fn].bind("click.jPlayer", handler); // Using jPlayer namespace
2818 this.element.bind(eventType, handler);
2819 this.css.jq.gui.bind(eventType, handler);
3420 …self.element.bind(eventType + ".jPlayer.jPlayerHtml", function() { // With .jPlayer & .jPlayerHtml…
H A Djquery.jplayer.min.js2bind("remove.jPlayer",function(){d.destroy()}),this._init()}},"function"!=typeof a.fn.stop&&(a.fn.…
3bind("click.jPlayer",e)}c&&1!==this.css.jq[b].length&&this._warning({type:a.jPlayer.warning.CSS_SE…

1...<<11121314151617181920>>...26