Home
last modified time | relevance | path

Searched refs:evt (Results 51 – 67 of 67) sorted by last modified time

123

/template/breeze/
H A Dtpl_functions.php97 $evt = new Doku_Event($hook, $data);
98 if($evt->advise_before()){
99 foreach($evt->data['items'] as $k => $html) echo $html;
101 $evt->advise_after();
/template/breeze/bower_components/gumby/js/libs/
H A Djquery-2.0.2.min.map1 …Type","conv2","conv","dataFilter","text script","charset","scriptCharset","evt","oldCallbacks","rj…
/template/20cones/
H A Ddetail.php91 $evt = new Doku_Event('TEMPLATE_PAGETOOLS_DISPLAY', $data); global() variable
H A Dmain.php90 $evt = new Doku_Event('TEMPLATE_PAGETOOLS_DISPLAY', $data); global() variable
/template/a_new_day/js/
H A Dcontrols.js540 enterEditMode: function(evt) { argument
553 if (evt) {
554 Event.stop(evt);
/template/daily/
H A Dmain.php101 $evt = new Doku_Event('TEMPLATE_PAGETOOLS_DISPLAY', $data); variable
102 if($evt->advise_before()){
103 foreach($evt->data['items'] as $k => $html) echo $html;
105 $evt->advise_after();
107 unset($evt);
H A Ddetail.php91 $evt = new Doku_Event('TEMPLATE_PAGETOOLS_DISPLAY', $data); variable
92 if($evt->advise_before()) {
93 foreach($evt->data['items'] as $k => $html) echo $html;
95 $evt->advise_after();
97 unset($evt);
/template/ramtop/
H A Ddetail.php91 $evt = new Doku_Event('TEMPLATE_PAGETOOLS_DISPLAY', $data); variable
92 if($evt->advise_before()) {
93 foreach($evt->data['items'] as $k => $html) echo $html;
95 $evt->advise_after();
97 unset($evt);
H A Dmain.php77 $evt = new Doku_Event('TEMPLATE_PAGETOOLS_DISPLAY', $data); variable
78 if($evt->advise_before()){
79 foreach($evt->data['items'] as $k => $html) echo $html;
81 $evt->advise_after();
83 unset($evt);
/template/benjamin/
H A Dtpl_functions.php97 $evt = new Doku_Event($hook, $data);
98 if($evt->advise_before()){
99 foreach($evt->data['items'] as $k => $html) echo $html;
101 $evt->advise_after();
/template/m1/
H A Dtpl_functions.php97 $evt = new Doku_Event($hook, $data);
98 if($evt->advise_before()){
99 foreach($evt->data['items'] as $k => $html) echo $html;
101 $evt->advise_after();
/template/binkytestinstance/
H A Dmain.php90 $evt = new Doku_Event('TEMPLATE_PAGETOOLS_DISPLAY', $data); variable
91 if($evt->advise_before()){
92 foreach($evt->data['items'] as $k => $html) echo $html;
94 $evt->advise_after();
96 unset($evt);
H A Ddetail.php91 $evt = new Doku_Event('TEMPLATE_PAGETOOLS_DISPLAY', $data); variable
92 if($evt->advise_before()) {
93 foreach($evt->data['items'] as $k => $html) echo $html;
95 $evt->advise_after();
97 unset($evt);
/template/mnml-blog/js/iepngfix/
H A Diepngfix.htc86 evt = init ? { propertyName: 'src,backgroundImage' } : event,
87 isSrc = /src/.test(evt.propertyName),
88 isBg = /backgroundImage/.test(evt.propertyName),
89 isPos = /width|height|background(Pos|Rep)/.test(evt.propertyName),
/template/prsnl10/js/iepngfix/
H A Diepngfix.htc86 evt = init ? { propertyName: 'src,backgroundImage' } : event,
87 isSrc = /src/.test(evt.propertyName),
88 isBg = /backgroundImage/.test(evt.propertyName),
89 isPos = /width|height|background(Pos|Rep)/.test(evt.propertyName),
/template/cowboy/
H A Dtpl_functions.php97 $evt = new Doku_Event($hook, $data);
98 if($evt->advise_before()){
99 foreach($evt->data['items'] as $k => $html) echo $html;
101 $evt->advise_after();
/template/battlehorse/js/
H A Dcontrols.js540 enterEditMode: function(evt) { argument
553 if (evt) {
554 Event.stop(evt);

123