| /dokuwiki/_test/tests/Subscriptions/ |
| H A D | BulkSubscriptionsSenderTest.php | 47 // 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 D | plugins_defaults.test.php | 22 $this->assertFalse($hookTriggered, 'Testing plugin did trigger!');
|
| H A D | plugins.test.php | 30 $this->assertTrue($hookTriggered, 'Testing plugin did not trigger!');
|
| H A D | reset.test.php | 36 $this->assertFalse($this->triggered, 'trigger');
|
| /dokuwiki/inc/Extension/ |
| H A D | Event.php | 105 * 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 D | dummy_plugin_integration_test.test.php | 30 $this->assertTrue($hookTriggered, 'Testing plugin did not trigger!');
|
| /dokuwiki/_test/tests/inc/ |
| H A D | events_nested.test.php | 6 * This tests if event handlers can trigger the same event again.
|
| /dokuwiki/_test/tests/lib/exe/ |
| H A D | ajax_requests.test.php | 108 $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 D | search.js | 33 $toggleAssistanceButton.trigger('click');
|
| H A D | behaviour.js | 101 jQuery('#focus__this').trigger('focus'); 180 .trigger('click');
|
| H A D | editor.js | 143 jQuery('#edbtn__save').trigger('click');
|
| H A D | edit.js | 243 $edit_text.trigger('focus');
|
| /dokuwiki/vendor/splitbrain/php-cli/src/ |
| H A D | CLI.php | 32 * trigger the SMS alerts and wake you up.
|
| /dokuwiki/.github/workflows/ |
| H A D | release-preparation.yml | 86 fix stuff and trigger the workflow again.
|
| /dokuwiki/inc/ |
| H A D | PrefCookie.php | 42 * This will trigger a setCookie header and needs to be called before any output is sent
|
| H A D | ActionRouter.php | 96 // this one should trigger a user message
|
| /dokuwiki/inc/Debug/ |
| H A D | DebugHelper.php | 109 * Trigger a custom deprecation event
|
| /dokuwiki/vendor/geshi/geshi/src/geshi/ |
| H A D | sql.php | 101 'TIMESTAMP', 'TO', 'TRAILING', 'TRANSACTION', 'TRIGGER', 'TRIM', 'TRUE', 'TRUNCATE',
|
| H A D | oracle8.php | 398 'TRIGGER',
|
| H A D | jquery.php | 102 'ready', 'bind', 'one', 'trigger', 'triggerHandler', 'unbind', 'live',
|
| H A D | oracle11.php | 494 'TRIGGER',
|
| /dokuwiki/_test/core/ |
| H A D | phpQuery-onefile.php | 817 * 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 D | SubscriberManager.php | 232 …* @todo move the whole functionality into this class, trigger SUBSCRIPTION_NOTIFY_ADDRESSLIST in…
|
| /dokuwiki/inc/Utf8/ |
| H A D | Unicode.php | 21 * trigger errors on encountering bad bytes
|
| /dokuwiki/lib/scripts/jquery/ |
| H A D | jquery-ui.min.js | 6 …trigger(e,i),!("function"==typeof o&&!1===o.apply(this.element[0],[e].concat(i))||e.isDefaultPreve…
|