Home
last modified time | relevance | path

Searched defs:event (Results 301 – 325 of 1422) sorted by relevance

1...<<11121314151617181920>>...57

/plugin/renderrevisions/action/
H A Dsave.php48 public function handleParserCacheUse(Event $event, $param)
87 public function handleRenderContent(Event $event, $param)
180 public function handleCommonWikipageSave(Event $event, $param)
/plugin/newnamespacepermissions/
Daction.php35 public function handleActionActPreprocess(Doku_Event $event, $param) {
57 public function checkPagesave(Doku_Event $event, $param) {
/plugin/dokucrypt3/
H A Daction.php25 public function c_hookjs(&$event, $param) {
34 public function _addconfig(&$event, $param)
/plugin/diagrams/action/
H A Dprosemirror.php30 public function handleRender(Doku_Event $event) {
79 public function handleNode(Doku_Event $event)
/plugin/siteexport/action/
H A Dsendfile.php29 public function siteexport_sendfile(Doku_Event &$event, $args) {
60 public function siteexport_sendfile_not_found(Doku_Event &$event, $args)
/plugin/sectionedit/
H A Daction.php35 public function handle_ajax_call(Doku_Event &$event, $param) {
54 function handle_suppress_default_after(Doku_Event &$event, $param) {
/plugin/ditaa/
H A Daction.php37 public function ditaa_sendfile(Doku_Event $event, $args) {
69 public function ditaa_sendfile_not_found(Doku_Event $event, $args) {
/plugin/pagestat/
Daction.php34 function add_rpc_all(&$event, $param){
47 function addbutton(Doku_Event &$event){
/plugin/randomtables/action/
Dajax.php18 public function save(Doku_Event $event, $param): void
45 function ajax_call(Doku_Event $event, $param):void
/plugin/projects/action/
Dnamespace.php38 function created(&$event, $param) {
47 function deleted(&$event, $param) {
/plugin/authserversso/
Daction.php26 function skip_login_action(&$event, $param) {
33 function modify_register_form(&$event, $param) {
/plugin/markdownextra/
Daction.php23 function handle_parser_wikitext_preprocess(&$event, $param) {
45 function handle_meltdown_metadata(&$event, $param) {
/plugin/syntaxhighlightjs/action/
Dsxh.php32 public function _hookjs(Doku_Event $event, $param) {
69 public function _hookjsprocessing(Doku_Event &$event, $param) {
/plugin/dokucrypt2/
Daction.php25 public function c_hookjs(&$event, $param)
43 public function _addconfig(&$event, $param)
/plugin/poldek/
Daction.php36 function cron(&$event, $param) {
50 function cache(&$event, $param) {
/plugin/authgoogle/
Daction.php17 function hook_updateprofileform_output(&$event, $param) {
46 function hook_html_loginform_output(&$event, $param) {
/plugin/highlightjs/
Daction.php35 function insert_code_button(& $event, $param) {
48 function init_highlight(&$event) {
/plugin/imageshack/
Daction.php34 function handle_start(&$event, $param){
81 function handle_output(&$event, $param){
/plugin/copycode/action/
Dcopycode.php42 public function hook_copycode_js(Doku_Event $event, $param)
63 public function pass_settings_js(Doku_Event $event, $param)
/plugin/stale/
Daction.php38 public function handle_ajax_call(Doku_Event $event, $params)
63 public function add_menu_item(Doku_Event $event, $param)
/plugin/heatmap/
Daction.php13 public function setup_options(Doku_Event $event, $param) {
24 public function load_scripts(Doku_Event $event, $param) {
/plugin/twofactor/action/
H A Dresendpwd.php47 public function handleActionPreProcess(Doku_Event $event, $param)
87 public function handleTplActUnknown(Doku_Event $event, $param)
/plugin/crypto/
Daction.php30 function add_crypto_config(&$event, $param) {
35 function insert_button(&$event, $param) {
46 function insert_javascript(&$event, $param) {
/plugin/gallery/simple-lightbox/
Dsimple-lightbox.js185 this.addEventListener(this.elements, 'click.' + this.eventNamespace, function (event) { argument
198 ….wrapper, ['click.' + this.eventNamespace, 'touchstart.' + this.eventNamespace], function (event) { argument
207 this.addEventListener(document.body, 'contextmenu.' + this.eventNamespace, function (event) { argument
216 …is.addEventListener(document.body, 'keyup.' + this.eventNamespace, this.throttle(function (event) { argument
479 nextImage.addEventListener('load', function (event) { argument
488 prevImage.addEventListener('load', function (event) { argument
552 tmpImage.addEventListener('error', function (event) { argument
566 tmpImage.addEventListener('load', function (event) { argument
691 this.addEventListener(window, 'resize.' + this.eventNamespace, function (event) { argument
700 _this6.addEventListener(window, 'hashchange.' + _this6.eventNamespace, function (event) { argument
[all …]
/plugin/magnifier/
H A Dscript.js26 var normalizeEvent = function(event) { argument
59 _.mouseover = function(event) argument
75 _.mousemove = function(event) argument
81 _.mouseout = function(event) argument

1...<<11121314151617181920>>...57