Home
last modified time | relevance | path

Searched refs:event (Results 1251 – 1275 of 1825) sorted by relevance

1...<<51525354555657585960>>...73

/plugin/schedule/
H A Daction.php21 function _defconf (&$event, $param) { argument
/plugin/extlist/
H A Daction.php14 * register the event handlers
24 public function prepareCssFile(Doku_Event $event) argument
/plugin/namespacemessage/
H A Daction.php22 public function handle_tpl_act_render(Doku_Event &$event, $param) { argument
/plugin/fckg/action/
H A Ddelete.php28 function fckg_delete_preprocess(&$event){ argument
/plugin/yuriigantt/3rd/dhtmlxgantt/ext/
H A Ddhtmlxgantt_tooltip.js13event:function(t,e,o,n){t.addEventListener?t.addEventListener(e,o,void 0!==n&&n):t.attachEvent&&t.…
/plugin/new_page_dialog/action/
H A Dnew.php27 function fckw_index(&$event) argument
/plugin/showinitpage/
H A Daction.php33 function redirect_whole_content(&$event, $param) { argument
/plugin/passwordgenerator/
H A Daction.php18 function _addpluginconfigdata(&$event, $param) { argument
/plugin/npd/action/
H A Dnew.php27 function fckw_index(&$event) argument
/plugin/davcal/vendor/sabre/event/
H A Dphpunit.xml.dist9 <testsuite name="sabre-event">
/plugin/combo/resources/snippet/js/
H A Dscroll-magic.js2 window.addEventListener("load", function(event) { argument
/plugin/publish/action/
H A Ddebug.php20 function debug(&$event, $param) { argument
H A Dstart.php20 function handle_start(&$event, $param) { argument
H A Dbanner.php20 function handle_display_banner(&$event, $param) { argument
27 if ($event->data != 'show') {
/plugin/panoview/
H A Dscript.js854 e = e ? e : window.event;
872 e = e ? e : window.event;
881 e = e ? e : window.event;
890 e = e ? e : window.event;
897 e = e ? e : window.event;
937 e = e ? e : window.event;
947 e = e ? e : window.event;
962 e = e ? e : window.event;
/plugin/tline/timeline_js/
H A Dtimeline-bundle.js121 var A=C?this._theme.event.overviewTrack.autoWidthMargin:this._theme.event.track.autoWidthMargin;
123 B+=C?this._theme.event.overviewTrack.offset:this._theme.event.track.offset;
389 var L=O.event;
763 var G=E.event;
1243 var E=H.event.tape.height;
1261 var G=E.event;
1938 var a=Z.event.tape.height;
2065 var E=I.event.tape.height;
2261 var G=E.event;
2506 E.event.bubble.bodyStyler(N);
[all …]
/plugin/eventline/timeline_js/
H A Dtimeline-bundle.js121 var A=C?this._theme.event.overviewTrack.autoWidthMargin:this._theme.event.track.autoWidthMargin;
123 B+=C?this._theme.event.overviewTrack.offset:this._theme.event.track.offset;
389 var L=O.event;
763 var G=E.event;
1243 var E=H.event.tape.height;
1261 var G=E.event;
1938 var a=Z.event.tape.height;
2065 var E=I.event.tape.height;
2261 var G=E.event;
2522 E.event.bubble.bodyStyler(N);
[all …]
/plugin/settingstree/
H A Dscript.js168 $('#'+opts.explorertree_id).on('tree_selected',function (event,id){ selectlevel(id); }); argument
176 $root.on('select_level', function (event,id){ selectlevel(id); }); argument
177 $root.on('show_in_hierarchy',function(event,key,open_level){ show_in_hierarchy(key,open_level); }); argument
/plugin/highlightjs/highlight/
H A Dhighlight.js302 event: 'start',
308 event: 'stop',
329 return (stream1[0].event == 'start' && stream2[0].event == 'stop') ? stream2 : stream1;
351 if ( current.event == 'start') {
354 } else if (current.event == 'stop') {
/plugin/davcal/action/
H A Djsinfo.php18 function add_jsinfo_information(&$event, $param) { argument
/plugin/localization/
H A Daction.php25 * @param Doku_Event $event
/plugin/findologicxmlexport/vendor/jms/serializer/src/EventDispatcher/
H A DEventDispatcherInterface.php20 public function dispatch(string $eventName, string $class, string $format, Event $event): void; argument
/plugin/fetchmedia/script/
H A Dmain.js58 (event) => {
59 event.preventDefault();
/plugin/combo/action/
H A Dregistration.php43 * Deprecated object passed by the event but still in use
44 * https://www.dokuwiki.org/devel:event:html_registerform_output
49 * https://www.dokuwiki.org/devel:event:form_register_output
56 function handle_register_page(&$event, $param) argument
59 $form = &$event->data;
/plugin/aichat/script/
H A DAIChatChat.js37 this.#input.addEventListener('keydown', (event) => {
38 if (event.key === 'Enter' && !event.shiftKey && !event.ctrlKey && !event.altKey && !event.metaKey) {
39 event.preventDefault();
213 * @param event
216 async onSubmit(event) {
217 event
184 onSubmit(event) global() argument
[all...]

1...<<51525354555657585960>>...73