Home
last modified time | relevance | path

Searched refs:mode (Results 251 – 275 of 2447) sorted by relevance

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

/plugin/combo/syntax/
H A Dnavbarcollapse.php38 * Needs to return one of the mode types defined in $PARSER_MODES in parser.php
58 public function accepts($mode) argument
61 $accept = syntax_plugin_combo_preformatted::disablePreformatted($mode);
64 if ($mode == "eol") {
90 * the mode with the lowest sort number will win out
101 * @param string $mode
104 function connectTo($mode) argument
107 if ($mode == PluginUtility::getModeFromTag(syntax_plugin_combo_menubar::TAG)) {
109 $this->Lexer->addEntryPattern($pattern, $mode, 'plugin_' . PluginUtility::PLUGIN_BASE_NAME . '_' . $this->getPluginComponent());
/plugin/imapmarkers/syntax/
H A Dreference.php40 function accepts($mode) { argument
41 if ($mode == substr(get_class($this), 7))
43 return parent::accepts($mode);
49 function connectTo($mode) { argument
50 $this->Lexer->addSpecialPattern('\{{2}(?i)IMAPMLOC>.+?\}{2}', $mode, $this->component);
91 function render($mode, Doku_Renderer $renderer, $data) { argument
92 if ($mode == 'xhtml') {
/plugin/struct/types/
H A DColor.php34 public function renderValue($value, \Doku_Renderer $R, $mode) argument
36 if ($mode == 'xhtml') {
49 public function renderMultiValue($values, \Doku_Renderer $R, $mode) argument
51 if ($mode == 'xhtml') {
53 $this->renderValue($value, $R, $mode);
85 public function renderTagCloudLink($value, \Doku_Renderer $R, $mode, $page, $filter, $weight, $showCount = null) argument
88 if ($mode == 'xhtml') {
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DTripleDES.php141 * @param string $mode
144 public function __construct($mode) argument
146 switch (strtolower($mode)) {
166 $mode = 'cbc';
170 parent::__construct($mode);
172 if ($this->mode == self::MODE_STREAM) {
192 $mode = $this->openssl_translate_mode();
193 $this->cipher_name_openssl = $mode == 'ecb' ? 'des-ede3' : 'des-ede3-' . $mode;
/plugin/spellcheck/
H A Daspell.php48 function pspell_config_mode(&$config, $mode){ argument
49 return $config->setMode($mode);
75 var $mode = PSPELL_NORMAL; variable in Aspell
98 function setMode($mode){ argument
99 if(!in_array($mode,array(PSPELL_FAST,PSPELL_NORMAL,PSPELL_BAD_SPELLER,ASPELL_ULTRA))){
100 $mode = PSPELL_NORMAL;
103 $this->mode = $mode;
104 return $mode;
135 switch ($this->mode){
/plugin/hidden/
H A Dsyntax.php29 function accepts($mode) { argument
30 if ($mode == substr(get_class($this), 7)) return true;
31 return parent::accepts($mode);
34 function connectTo($mode) { argument
35 $this->Lexer->addEntryPattern('<hidden\b.*?>(?=.*?</hidden>)', $mode,'plugin_hidden');
36 $this->Lexer->addSpecialPattern('<hiddenSwitch[^>]*>', $mode,'plugin_hidden');
158 function render($mode, Doku_Renderer $renderer, $data) { argument
163 if($mode == 'xhtml' && array_key_exists('type', $data) && $data['type'] == 'switch') {
167 if($mode == 'xhtml'){
224 if ($mode
[all...]
/plugin/struct/meta/
H A DAggregationTable.php17 public function __construct($id, $mode, \Doku_Renderer $renderer, SearchConfig $searchConfig)
19 parent::__construct($id, $mode, $renderer, $searchConfig); variable in dokuwiki\\plugin\\struct\\meta\\AggregationTable
25 if (in_array($this->mode, \helper_plugin_struct::BLACKLIST_RENDERER)) return;
38 'format' => $this->mode,
88 * Adds additional info to document and renderer in XHTML mode
120 if ($this->mode != 'xhtml') return;
181 // simple mode first
182 if ($this->mode != 'xhtml') {
246 if ($this->mode != 'xhtml') return false;
258 if ($this->mode !
82 __construct($id, $mode, \\Doku_Renderer $renderer, SearchConfig $searchConfig) global() argument
[all...]
/plugin/pagetitle/syntax/
H A Dyouarehere.php27 protected $mode, $pattern;
38 $this->mode = substr(get_class($this), 7);
44 public function connectTo($mode) argument
46 $this->Lexer->addSpecialPattern($this->pattern[5], $mode, $this->mode);
/plugin/bbcodeextensions/syntax/
H A Danchor.php12 function connectTo($mode){ argument
13 …$this->Lexer->addSpecialPattern('\[a\][0-9a-zA-Z_\-:]+?\[/a\]', $mode, 'plugin_bbcodeextensions_an…
34 function render($mode, Doku_Renderer $renderer, $data) { argument
42 if(in_array($mode, ['xhtml', 's5'], true)) {
47 if ($mode==='text') {
/plugin/pagemod/
H A Dsyntax.php30 * @param string $mode
32 public function connectTo($mode) { argument
33 … $this->Lexer->addSpecialPattern("<pagemod \w+(?: .+?)?>.*?</pagemod>", $mode, 'plugin_pagemod');
59 public function render($mode, Doku_Renderer $renderer, $data) { argument
/plugin/pgpinlinesupport/
H A Dsyntax.php32 function connectTo($mode) argument
34 …cialPattern('-----BEGIN PGP MESSAGE-----[^-]+-----END PGP MESSAGE-----', $mode, 'plugin_pgpinlines…
44 public function render($mode, Doku_Renderer $renderer, $data) argument
47 if ($mode == 'xhtml')
/plugin/strata/syntax/
H A Dnodata.php33 public function connectTo($mode) { argument
34 $this->Lexer->addSpecialPattern('~~NODATA~~',$mode,'plugin_strata_nodata');
41 public function render($mode, Doku_Renderer $R, $data) { argument
42 if($mode == 'metadata') {
H A Dinfo.php36 public function connectTo($mode) { argument
37 $this->Lexer->addSpecialPattern('~~INFO:stratatypes~~',$mode,'plugin_strata_info');
38 $this->Lexer->addSpecialPattern('~~INFO:strataaggregates~~',$mode,'plugin_strata_info');
75 public function render($mode, Doku_Renderer $R, $data) { argument
76 if($mode == 'xhtml' || $mode == 'odt') {
/plugin/dev/skel/
H A Dsyntax.php32 public function connectTo($mode)
34 $this->Lexer->addSpecialPattern('<FIXME>', $mode, '@@SYNTAX_COMPONENT_NAME@@');
35 // $this->Lexer->addEntryPattern('<FIXME>', $mode, '@@SYNTAX_COMPONENT_NAME@@');
53 public function render($mode, Doku_Renderer $renderer, $data)
55 if ($mode !== 'xhtml') {
29 connectTo($mode) global() argument
50 render($mode, Doku_Renderer $renderer, $data) global() argument
/plugin/admnote/syntax/
H A Drenderer.php47 * @param string $mode Parser mode
49 public function connectTo($mode) { argument
50 $this->Lexer->addEntryPattern('<adm ?[^>]*>', $mode, 'plugin_admnote_renderer');
123 * @param string $mode renderer mode (supported modes: xhtml)
129 public function render($mode, Doku_renderer $renderer, $data) { argument
130 if($mode == 'xhtml') {
/plugin/wrap/syntax/
H A Dspan.php19 function accepts($mode) { argument
20 if ($mode == substr(get_class($this), 7)) return true;
21 return parent::accepts($mode);
27 function connectTo($mode) { argument
28 $this->Lexer->addSpecialPattern($this->special_pattern,$mode,'plugin_wrap_'.$this->getPluginComponent());
29 $this->Lexer->addEntryPattern($this->entry_pattern,$mode,'plugin_wrap_'.$this->getPluginComponent());
/plugin/bibtex4dw/syntax/
H A Dcite.php43 public function connectTo($mode) { argument
44 $this->Lexer->addSpecialPattern('\{\[.+?\]\}', $mode, 'plugin_bibtex4dw_cite');
53 public function render($mode, Doku_Renderer $renderer, $data) { argument
64 if($mode == 'xhtml') {
86 if($mode == 'latex') {
98 if($mode == 'odt') {
/plugin/include/syntax/
H A Dsorttag.php39 public function connectTo($mode) { argument
40 $this->Lexer->addSpecialPattern('{{include_n>.+?}}',$mode,'plugin_include_sorttag');
54 public function render($mode, Doku_Renderer $renderer, $data) { argument
55 if ($mode === 'metadata') {
/plugin/vshare/syntax/
H A Ddebug.php32 public function connectTo($mode)
35 $this->Lexer->addSpecialPattern('~~vshare-debug~~', $mode, 'plugin_vshare_debug');
46 public function render($mode, Doku_Renderer $renderer, $handlerdata)
48 if ($mode !== 'xhtml') {
64 $syntax->render($mode, $renderer, $data);
29 connectTo($mode) global() argument
44 render($mode, Doku_Renderer $renderer, $handlerdata) global() argument
/plugin/footer/
H A Dsyntax.php23 function connectTo($mode) { argument
24 $this->Lexer->addSpecialPattern('~~NOFOOTER~~',$mode,'plugin_footer');
31 function render($mode, Doku_Renderer $renderer, $data) { argument
32 if($mode == 'xhtml'){
/plugin/judge/helper/
H A Dcrud.php26 public function tableRender($data, $mode, $count = 1, $sort = "timestamp") argument
45 if ($mode == "html" && is_null($data["problem_name"])) {
47 } elseif ($mode == "html" && !is_null($data["problem_name"])) {
49 } elseif ($mode == "csv") {
67 if ($mode == "html" && is_null($data["user"])) {
69 } elseif ($mode == "html" && is_null($data["problem_name"])) {
71 } elseif ($mode == "html" && !is_null($data["problem_name"])) {
73 } elseif ($mode == "csv") {
93 if ($mode == "html") {
/plugin/mediasyntax/syntax/
H A Dnonbold.php31 function connectTo($mode)
33 $this->Lexer->addSpecialPattern('\*\*',$mode,'plugin_mediasyntax_nonbold');
41 function render($mode, Doku_Renderer $renderer, $data)
43 if($mode == 'xhtml')
42 connectTo($mode) global() argument
52 render($mode, Doku_Renderer $renderer, $data) global() argument
H A Dspan.php18 function connectTo($mode)
22 $mode,
37 function render($mode, Doku_Renderer $renderer, $data)
43 if($mode == 'xhtml')
29 connectTo($mode) global() argument
48 render($mode, Doku_Renderer $renderer, $data) global() argument
/plugin/creole/syntax/
H A Dlinebreak.php20 function connectTo($mode) { argument
23 $mode,
34 function render($mode, Doku_Renderer $renderer, $data) { argument
35 if($mode == 'xhtml') {
/plugin/const/
H A Dsyntax.php25 function connectTo($mode) { argument
26 $this->Lexer->addSpecialPattern('<const[^>]*>[^<]*</const>',$mode,'plugin_const');
33 function render($mode, Doku_Renderer $renderer, $data) { argument
35 if($mode == 'xhtml'){

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