Home
last modified time | relevance | path

Searched refs:mode (Results 376 – 400 of 2447) sorted by last modified time

1...<<11121314151617181920>>...98

/plugin/structacl/
H A Daction.php18 $mode = $this->getConf('run');
19 $controller->register_hook('AUTH_ACL_CHECK', $mode, $this, 'handleAclCheck', $mode);
29 * @param string $mode BEFORE|AFTER
32 public function handleAclCheck(Doku_Event $event, $mode) argument
81 if ($mode === 'BEFORE' && !auth_isadmin()) {
H A DLICENSE313 when it starts in an interactive mode:
/plugin/htmlmetatags/syntax/
H A Dsyntax.php17 * @return string Syntax mode type
40 * @param string $mode
41 * Parser mode
43 public function connectTo($mode) {
44 if ($mode == 'base') {
45 $this->Lexer->addSpecialPattern ( '{{htmlmetatags>.+?}}', $mode, 'plugin_htmlmetatags_syntax' );
47 // $this->Lexer->addEntryPattern('<FIXME>',$mode,'plugin_htmlmetatags_syntax');
84 * @param string $mode
85 * Renderer mode (supported modes: xhtml)
92 public function render($mode, Doku_Rendere
46 connectTo($mode) global() argument
95 render($mode, Doku_Renderer $renderer, $data) global() argument
[all...]
/plugin/notification/
H A DLICENSE313 when it starts in an interactive mode:
/plugin/notification/action/
H A Dcache.php44 if($cache->mode != 'xhtml') return;
/plugin/notification/syntax/
H A Dlist.php28 function connectTo($mode) { argument
29 …$this->Lexer->addSpecialPattern('----+ *notification list *-+\n.*?----+', $mode,'plugin_notificati…
63 * @param string $mode Renderer mode (supported modes: xhtml)
70 public function render($mode, Doku_Renderer $renderer, $data) argument
76 $method = 'render'.ucfirst($mode);
/plugin/ireadit/action/
H A Dcache.php40 if ($cache->mode != 'xhtml') return true;
/plugin/ireadit/syntax/
H A Direadit.php26 function connectTo($mode) argument
28 $this->Lexer->addSpecialPattern('~~IREADIT.*?~~', $mode, 'plugin_ireadit_ireadit');
52 * @param string $mode Renderer mode (supported modes: xhtml)
59 public function render($mode, Doku_Renderer $renderer, $data) argument
65 $method = "render_$mode";
H A Dlist.php21 function connectTo($mode) { argument
22 … $this->Lexer->addSpecialPattern('----+ *ireadit list *-+\n.*?----+', $mode,'plugin_ireadit_list');
93 * @param string $mode Renderer mode (supported modes: xhtml)
100 public function render($mode, Doku_Renderer $renderer, $data) argument
102 $method = "render_$mode";
/plugin/howhard/
H A Dsyntax.php61 public function connectTo($mode) argument
63 $this->Lexer->addSpecialPattern('\{\{howhard>.*?\}\}',$mode,'plugin_howhard');
95 public function render($mode, Doku_Renderer $renderer, $indata) argument
99 if($mode == 'xhtml')
/plugin/autonumbering/
H A Dsyntax.php73 public function connectTo($mode) { argument
74 $this->Lexer->addSpecialPattern($this->PLUGIN_PATTERN, $mode, 'plugin_autonumbering');
156 public function render($mode, Doku_Renderer $renderer, $data) { argument
157 if(($mode == 'xhtml') && (!empty($data))) {
/plugin/odt/action/
H A Dcache.php43 if($cache->mode != "odt") return;
/plugin/odt/helper/
H A Dconfig.php20 protected $mode = null; variable in helper_plugin_odt_config
549 if ( !isset($this->mode) ) {
550 $this->mode = 'scratch';
591 $this->mode = 'ODT template';
606 $this->mode = 'ODT template';
608 $this->mode = 'CSS template';
644 return $this->mode;
/plugin/odt/renderer/
H A Dpage.php156 $mode = $this->config->load($warning);
161 switch($mode) {
176 switch($mode) {
215 if ($mode != 'CSS template') {
/plugin/odt/
H A Dsyntax.php44 * @param string $mode
46 public function connectTo($mode) { argument
47 $this->Lexer->addSpecialPattern('~~ODT~~', $mode, 'plugin_odt');
48 $this->Lexer->addSpecialPattern('{{odt>.+?}}', $mode, 'plugin_odt');
/plugin/keyboard/
H A Dsyntax.php30 function connectTo($mode) { argument
31 $this->Lexer->addEntryPattern('<key class="[^"]*">', $mode, 'plugin_keyboard');
32 $this->Lexer->addEntryPattern('<kbd class="[^"]*">', $mode, 'plugin_keyboard');
33 $this->Lexer->addEntryPattern('<key>', $mode, 'plugin_keyboard');
34 $this->Lexer->addEntryPattern('<kbd>', $mode, 'plugin_keyboard');
83 function render($mode, Doku_Renderer $renderer, $data) { argument
84 if ($mode == 'xhtml') {
123 if ($mode == 'odt') {
H A DCOPYING314 when it starts in an interactive mode:
/plugin/openid/Auth/OpenID/
H A DAX.php113 $mode = Auth_OpenID::arrayGet($ax_args, 'mode');
133 return ['mode' => $this->mode];
808 public $mode = 'fetch_response'; variable in Auth_OpenID_AX_FetchResponse
971 public $mode = 'store_request'; variable in Auth_OpenID_AX_StoreRequest
1021 $this->mode = $this->SUCCESS_MODE;
1023 $this->mode = $this->FAILURE_MODE;
1034 return $this->mode == $this->SUCCESS_MODE;
H A DConsumer.php681 $mode = $message->getArg(Auth_OpenID_OPENID_NS, 'mode',
691 $method = Auth_OpenID::arrayGet($mode_methods, $mode,
706 $mode = $message->getArg(Auth_OpenID_OPENID_NS, 'mode',
710 sprintf("Invalid openid.mode '%s'", $mode));
1991 $mode = 'checkid_immediate';
1993 $mode = 'checkid_setup';
2006 'mode' => $mode,
H A DDatabaseConnection.php29 * @param bool $mode True if auto-commit is to be used; false if
32 function autoCommit($mode) argument
H A DServer.php293 if ($mode) {
374 public $mode = null; variable in Auth_OpenID_Request
648 public $mode = "associate"; variable in Auth_OpenID_AssociateRequest
1109 $mode = 'id_res';
1112 $mode = 'id_res';
1114 $mode = 'cancel';
1118 $mode = 'setup_needed';
1120 $mode = 'cancel';
1184 'mode' => $mode,
1257 'mode' => $this->mode,
[all …]
H A DServerRequest.php31 public $mode = null; variable in Auth_OpenID_ServerRequest
/plugin/openid/
H A Daction.php335 function get_openid_form($mode) argument
345 if ($mode == 'extra') {
/plugin/extranet/
H A Dsyntax.php23 * @param string $mode
25 public function connectTo($mode) { argument
26 $this->Lexer->addSpecialPattern('~~NOEXTRANET~~', $mode, 'plugin_changes');
45 * @param string $mode output format being rendered
50 public function render($mode, Doku_Renderer $renderer, $data) { argument
/plugin/deeplautotranslate/
H A DLICENSE313 when it starts in an interactive mode:

1...<<11121314151617181920>>...98