Home
last modified time | relevance | path

Searched refs:handle (Results 1526 – 1550 of 1645) sorted by last modified time

1...<<616263646566

/plugin/mantisreporter/
H A Dsyntax.php59 public function handle($match, $state, $pos, &$handler) { function in syntax_plugin_mantisreporter
/plugin/autolink2/
H A Dadmin.php47 function handle() { function in admin_plugin_autolink2
/plugin/autolink2/syntax/
H A Dadd.php52 function handle($match, $state, $pos, &$handler){ function in syntax_plugin_autolink2_add
H A Dshow.php48 function handle($match, $state, $pos, &$handler){ function in syntax_plugin_autolink2_show
/plugin/unusedmedias/admin/
H A Dlist.php31 public function handle() { function in admin_plugin_unusedmedias_list
/plugin/autotweet/syntax/
H A Dautotweet.php60 public function handle($match, $state, $pos, &$handler){ function in syntax_plugin_autotweet_autotweet
/plugin/slideshare/slideshare/
H A Dsyntax.php43 function handle($match, $state, $pos, &$handler){ function in syntax_plugin_slideshare
/plugin/pagemove/
H A Dadmin.php262 function handle() { function in admin_plugin_pagemove
/plugin/groupadmin/
H A Dadmin.php66 public function handle() { function in admin_plugin_groupadmin
/plugin/fbsp/
H A Dfbcomment.php41 function handle($match, $state, $pos, &$handler){ function in syntax_plugin_fbsp_fbcomment
H A Dfblike.php41 function handle($match, $state, $pos, &$handler){ function in syntax_plugin_fbsp_fblike
/plugin/s5reloaded/ui/effects_support/
H A Ddragdrop.js229 handle: false, property in AnonymousFunctioneab5d76a0c00.defaults
268 if(options.handle && Object.isString(options.handle))
269 this.handle = this.element.down('.'+options.handle, 0);
271 if(!this.handle) this.handle = $(options.handle);
272 if(!this.handle) this.handle = this.element;
285 Event.observe(this.handle, "mousedown", this.eventMouseDown);
635 handle: false, // or a CSS class
668 handle: options.handle }; property in Sortable.create.options_for_draggable
716 var handle = options.handles ? $(options.handles[i]) :
717 (options.handle ? $(e).select('.' + options.handle)[0] : e);
[all …]
H A Dslider.js17 initialize: function(handle, track, options) { argument
20 if (Object.isArray(handle)) {
21 this.handles = handle.collect( function(e) { return $(e) });
23 this.handles = [$(handle)];
208 var handle = Event.element(event);
210 var track = handle;
222 while((this.handles.indexOf(handle) == -1) && handle.parentNode)
223 handle = handle.parentNode;
225 if (this.handles.indexOf(handle)!=-1) {
226 this.activeHandle = handle;
/plugin/s5reloaded/
H A Dsyntax.php53 function handle($match, $state, $pos, &$handler){ function in syntax_plugin_s5reloaded
/plugin/jquery-syntax/
H A Djquery-1.6.min.js16handle,e.events={};for(var h in g)for(var i=0,j=g[h].length;i<j;i++)f.event.add(b,h+(g[h][i].names…
/plugin/latex/syntax/
H A Dddollar.php28 function handle($match, $state, $pos, &$handler){ function in syntax_plugin_latex_ddollar
H A Deqnarray.php27 function handle($match, $state, $pos, &$handler){ function in syntax_plugin_latex_eqnarray
H A Deqnarraystar.php27 function handle($match, $state, $pos, &$handler){ function in syntax_plugin_latex_eqnarraystar
H A Dequation.php28 function handle($match, $state, $pos, &$handler){ function in syntax_plugin_latex_equation
H A Dequationstar.php28 function handle($match, $state, $pos, &$handler){ function in syntax_plugin_latex_equationstar
H A Dlatex.php34 function handle($match, $state, $pos, &$handler){ function in syntax_plugin_latex_latex
H A Ddisplaymath.php28 function handle($match, $state, $pos, &$handler){ function in syntax_plugin_latex_displaymath
H A Ddollar.php23 function handle($match, $state, $pos, &$handler){ function in syntax_plugin_latex_dollar
/plugin/autlogin/
H A Dajax.php25 $acl->handle();
/plugin/tline/timeline_ajax/
H A Dsimile-ajax-bundle.js562 …")||jQuery.data(elem,"events",{}),handle=jQuery.data(elem,"handle")||jQuery.data(elem,"handle",fun…
586 …alse){if(elem.removeEventListener){elem.removeEventListener(type,jQuery.data(elem,"handle"),false);
587 }else{if(elem.detachEvent){elem.detachEvent("on"+type,jQuery.data(elem,"handle"));
592 }if(!ret){var handle=jQuery.data(elem,"handle"); variable in jQuery.event
595 jQuery.removeData(elem,"handle");
606 }var handle=jQuery.data(elem,"handle"); variable

1...<<616263646566