Home
last modified time | relevance | path

Searched full:trigger (Results 1 – 25 of 45) sorted by relevance

12

/dokuwiki/_test/tests/Subscriptions/
H A DBulkSubscriptionsSenderTest.php47 // should trigger a mail
58 // should not trigger a mail, because the subscription time has not been reached, yet
89 // should trigger a mail
100 // should not trigger a mail, because the subscription time has not been reached, yet
/dokuwiki/_test/tests/test/
H A Dplugins_defaults.test.php22 $this->assertFalse($hookTriggered, 'Testing plugin did trigger!');
H A Dplugins.test.php30 $this->assertTrue($hookTriggered, 'Testing plugin did not trigger!');
H A Dreset.test.php36 $this->assertFalse($this->triggered, 'trigger');
/dokuwiki/inc/Extension/
H A DEvent.php105 * trigger
119 public function trigger($action = null, $enablePrevent = true) function in dokuwiki\\Extension\\Event
184 * Convenience method to trigger an event
200 return $evt->trigger($action, $canPreventDefault);
/dokuwiki/lib/plugins/testing/_test/
H A Ddummy_plugin_integration_test.test.php30 $this->assertTrue($hookTriggered, 'Testing plugin did not trigger!');
/dokuwiki/_test/tests/inc/
H A Devents_nested.test.php6 * This tests if event handlers can trigger the same event again.
/dokuwiki/_test/tests/lib/exe/
H A Dajax_requests.test.php108 $this->assertEquals(true, $hookTriggered, 'Testing plugin did not trigger!');
114 $this->assertEquals(true, $hookTriggered_AFTER, 'Testing plugin did not trigger!');
/dokuwiki/lib/scripts/
H A Dsearch.js33 $toggleAssistanceButton.trigger('click');
H A Dbehaviour.js101 jQuery('#focus__this').trigger('focus');
180 .trigger('click');
H A Deditor.js143 jQuery('#edbtn__save').trigger('click');
H A Dedit.js243 $edit_text.trigger('focus');
/dokuwiki/vendor/splitbrain/php-cli/src/
H A DCLI.php32 * trigger the SMS alerts and wake you up.
/dokuwiki/.github/workflows/
H A Drelease-preparation.yml86 fix stuff and trigger the workflow again.
/dokuwiki/inc/
H A DPrefCookie.php42 * This will trigger a setCookie header and needs to be called before any output is sent
H A DActionRouter.php96 // this one should trigger a user message
/dokuwiki/inc/Debug/
H A DDebugHelper.php109 * Trigger a custom deprecation event
/dokuwiki/vendor/geshi/geshi/src/geshi/
H A Dsql.php101 'TIMESTAMP', 'TO', 'TRAILING', 'TRANSACTION', 'TRIGGER', 'TRIM', 'TRUE', 'TRUNCATE',
H A Doracle8.php398 'TRIGGER',
H A Djquery.php102 'ready', 'bind', 'one', 'trigger', 'triggerHandler', 'unbind', 'live',
H A Doracle11.php494 'TRIGGER',
/dokuwiki/_test/core/
H A DphpQuery-onefile.php817 * Trigger a type of event on every matched element.
827 public static function trigger($document, $type, $data = array(), $node = null) { function in phpQueryEvents
828 // trigger: function(type, data, elem, donative, extra) {
840 ->trigger($type, $data);
2507 * Trigger a type of event on every matched element.
2514 public function trigger($type, $data = array()) { function in phpQueryObject
2516 phpQueryEvents::trigger($this->getDocumentID(), $type, $data, $node);
2573 return $this->trigger('change');
2583 return $this->trigger('submit');
2593 return $this->trigger('click');
[all …]
/dokuwiki/inc/Subscriptions/
H A DSubscriberManager.php232 …* @todo move the whole functionality into this class, trigger SUBSCRIPTION_NOTIFY_ADDRESSLIST in…
/dokuwiki/inc/Utf8/
H A DUnicode.php21 * trigger errors on encountering bad bytes
/dokuwiki/lib/scripts/jquery/
H A Djquery-ui.min.js6trigger(e,i),!("function"==typeof o&&!1===o.apply(this.element[0],[e].concat(i))||e.isDefaultPreve…

12