Home
last modified time | relevance | path

Searched refs:trigger (Results 201 – 225 of 243) sorted by last modified time

12345678910

/plugin/icalevents/vendor/sabre/vobject/lib/Component/
H A DVAlarm.php30 $trigger = $this->TRIGGER;
31 if (!isset($trigger['VALUE']) || strtoupper($trigger['VALUE']) === 'DURATION') {
33 …$related = (isset($trigger['RELATED']) && strtoupper($trigger['RELATED']) == 'END') ? 'END' : 'STA…
69 $effectiveTrigger = $trigger->getDateTime();
/plugin/jokuwiki/
H A DREADME.md107 Since the loading of a new content via PJAX will not trigger a onload event for the window, you sho…
/plugin/scrape/
H A DphpQuery-onefile.php
/plugin/topbarsyntax/
H A Dcsshover3.htc130 … // dynamically added to the dom, the expression will also trigger for those new elements (provided
/plugin/pgn4web/pgn4web/
H A Dpgn-standard.txt314 line does not trigger the escape mechanism.
/plugin/botbouncer/lib/
H A Dbotbouncer.php684 foreach ($spamTriggers as $trigger => $banDetails) {
688 $apiRequest .= $trigger.'[]='.urlencode($v).'&';
691 $apiRequest .= $trigger.'[]='.urlencode($banDetails['value']).'&';
719 foreach ($spamTriggers as $trigger => $banDetails) {
721 foreach ($response->$trigger as $resultEntry) {
734 $banDetails['matchedon'] = $trigger;
735 $this->matchedOn .= $trigger .';';
736 $muninEntry .= ' SFSMATCH '.$trigger;
/plugin/pagestat/
H A Dscript.js253 PTwindow.prototype.clickby= function(trigger){ argument
254 jQuery(trigger).click({"obj":this,"fuc":this.show},tsshow);
/plugin/twcheckliste/theme_twCheckliste/
H A Dtw_style.css64 zoom:1; /* For IE 6/7 (trigger hasLayout) */
H A Dpackery.pkgd.min.js12 …._getOnceReturnValue()&&this.removeListener(t,i.listener);return this},n.trigger=i("emitEvent"),n.…
/plugin/stopforumspam/
H A Daction.php62 $this->logger->LogAttempt($username, $email, $ip, $this->checker->trigger,
H A DResponseChecker.php86 public $trigger; variable in ResponseChecker
95 $this->trigger = "";
113 $this->trigger = "username";
115 $this->trigger = "email";
117 $this->trigger = "ip";
H A DSpamLogger.php20 public function LogAttempt($username, $email, $ip, $trigger, $confidence, $accepted) argument
30 $trigger,
/plugin/stopforumspam/_test/
H A DResponseCheckerTest.php43 $this->assertEquals("email", $checker->trigger);
54 $this->assertEquals("", $checker->trigger);
65 $this->assertEquals("username", $checker->trigger);
76 $this->assertEquals("", $checker->trigger);
87 $this->assertEquals("ip", $checker->trigger);
98 $this->assertEquals("", $checker->trigger);
/plugin/settingstree/
H A Dscript.js11 $close.on('click', function(e){ $form.trigger('settingstree_close');});
15 $form.trigger('settingstree_close'); // clean up before calling the on_complete.
85 … if (r.success){ $root.trigger('settingstree_export_complete',[r.values,simplify(changes)]); }
/plugin/explorertree/
H A Dscript.js14 $tree_root.trigger('tree_selected',[$elem.data('itemid'),$elem,$tree_root]);
38 … $tree_root.trigger('tree_selected_'+(is_ns?'ns':'page'),[$elem.data('itemid'),$elem,$tree_root]);
71 $tree_root.trigger('tree_folder_closed',[$elem.data('itemid'),$elem,$tree_root]);
74 $tree_root.trigger('tree_folder_open',[$elem.data('itemid'),$elem,$tree_root]);
83 $tree_root.trigger('tree_folder_open_ready',[$elem.data('itemid'),$elem,$tree_root]);
87 $tree_root.trigger('tree_folder_open_ready',[$elem.data('itemid'),$elem,$tree_root]);
/plugin/advrack/
H A Djquery.qtip.js1079 this.options.show.target.trigger('qtip-'+this.id+'-inactive');
1115 if(state) { opts.target.trigger('qtip-'+this.id+'-inactive'); }
1427 this.tooltip.trigger(callback, [this].concat(args || []));
/plugin/hipchat/
H A DREADME.md22 …ications to only those namespaces (without this setting, all namespaces will trigger notifications)
/plugin/dokumicrobugtracker/js/
H A Djquery.dataTables.js1341 $(settings.oInstance).trigger('xhr', settings);
3394 $(oSettings.oInstance).trigger('draw', oSettings);
4352 $(oSettings.oInstance).trigger('filter', oSettings);
4738 $(oSettings.oInstance).trigger('sort', oSettings);
5132 $(oSettings.oInstance).trigger('page', oSettings);
H A Djquery.dataTables.min.js.gz
H A Djquery.js2 …dy=!0;if(a!==!0&&--e.readyWait>0)return;B.resolveWith(c,[e]),e.fn.trigger&&e(c).trigger("ready").u…
3trigger:function(c,d,e,g){var h=c.type||c,i=[],j;h.indexOf("!")>=0&&(h=h.slice(0,-1),j=!0),h.index…
H A Djquery.dataTables.min.js38 …a,b,c,d){d.jqXHR=i.ajax({url:a,data:b,success:function(f){i(d.oInstance).trigger("xhr",d);c(f)},da…
61 …gth-1;b>=0;b--)a.aoDrawCallback[b].fn.call(a.oInstance,a);i(a.oInstance).trigger("draw",a);a.bSort…
81 …bSmart);n.afnFiltering.length!==0&&Qa(a);a.bFiltered=true;i(a.oInstance).trigger("filter",a);a._iD…
87 …fined"||b)&&!a.oFeatures.bDeferRender)V(a);a.bSorted=true;i(a.oInstance).trigger("sort",a);if(a.oF…
94 …._iDisplayStart=0;else J(a,0,"Unknown paging action: "+b);i(a.oInstance).trigger("page",a);return …
/plugin/aceeditor/
H A Dbuild.js1trigger|triggers|truncate|uncommitted|undo|uninstall|unique|unlock|upgrade|usage|use|use_frm|user|…
/plugin/eventline/timeline_ajax/
H A Dsimile-ajax-bundle.js122 }else{return this.trigger("setData"+parts[1]+"!",[parts[0],value]).each(function(){jQuery.data(this…
/plugin/whoisonline/
H A Dscript.js8 timeout = setTimeout(function(){panel.trigger('open');},500);
12 timeout = setTimeout(function(){panel.trigger('close');},500);
/plugin/socialshareprivacy2/SSP/scripts/
H A Djquery.socialshareprivacy.js309 …$share.trigger({type: 'socialshareprivacy:enable', serviceName: service_name, isClick: !event.isTr…
320 …$share.trigger({type: 'socialshareprivacy:disable', serviceName: service_name, isClick: !event.isT…
425 this.trigger({type: 'socialshareprivacy:destroy'});
735 $share.trigger({type: 'socialshareprivacy:create', options: this_options});

12345678910