Searched refs:act (Results 1 – 8 of 8) sorted by relevance
/dokuwiki/inc/ |
H A D | actions.php | 50 * @param array|string $act 53 function act_clean($act) argument 56 if (is_array($act)) { 57 [$act] = array_keys($act); 61 if ($act === null) return 'show'; 64 $act = strtolower($act); 65 $act = preg_replace('/[^1-9a-z_]+/', '', $act); 67 if ($act == 'export_html') $act = 'export_xhtml'; 68 if ($act == 'export_htmlbody') $act = 'export_xhtmlbody'; 70 if ($act === '') $act = 'show'; [all …]
|
H A D | form.php | 417 * @param string $act Wiki action of the button, will be used as the do= parameter 424 function form_makeButton($type, $act, $value = '', $attrs = array()) argument 426 if ($value == '') $value = $act; 427 $elem = array('_elem' => 'button', 'type' => $type, '_action' => $act,
|
/dokuwiki/_test/tests/inc/ |
H A D | PageUtilsIsHiddenPage.test.php | 5 function prepare($hidePages = '^:test$', $act = 'show') { argument 9 $ACT = $act;
|
/dokuwiki/lib/plugins/extension/ |
H A D | script.js | 65 act: 'toggle', property
|
/dokuwiki/vendor/geshi/geshi/ |
H A D | LICENSE | 73 covered by this License; they are outside its scope. The act of 87 You may charge a fee for the physical act of transferring a copy, and
|
/dokuwiki/ |
H A D | COPYING | 73 covered by this License; they are outside its scope. The act of 87 You may charge a fee for the physical act of transferring a copy, and
|
/dokuwiki/vendor/openpsa/universalfeedcreator/ |
H A D | LICENSE | 143 covered by this License; they are outside its scope. The act of 158 You may charge a fee for the physical act of transferring a copy,
|
/dokuwiki/vendor/simplepie/simplepie/idn/ |
H A D | LICENCE | 143 covered by this License; they are outside its scope. The act of 158 You may charge a fee for the physical act of transferring a copy,
|