Home
last modified time | relevance | path

Searched refs:mode (Results 51 – 75 of 2447) sorted by last modified time

12345678910>>...98

/plugin/struct/syntax/
H A Dtable.php22 /** @var string Config options that are not allowed for this syntax mode */
26 * @return string Syntax mode type
52 * @param string $mode Parser mode
54 public function connectTo($mode)
56 $this->Lexer->addSpecialPattern('----+ *struct table *-+\n.*?\n----+', $mode, 'plugin_struct_table');
91 * @param string $format Renderer mode (supported modes: xhtml)
49 connectTo($mode) global() argument
H A Dvalue.php21 * @return string Syntax mode type
43 * @param string $mode Parser mode
45 public function connectTo($mode) argument
48 $this->Lexer->addSpecialPattern('\{\{\$[^}]+\}\}', $mode, 'plugin_struct_value');
85 * @param string $mode Renderer mode (supported modes: xhtml)
90 public function render($mode, Doku_Renderer $renderer, $data) argument
106 $value = new AggregationValue($INFO['id'], $mode, $renderer, $search);
111 if ($mode
[all...]
/plugin/struct/types/
H A DAbstractBaseType.php314 * @param string $mode The mode the output is rendered in (eg. XHTML)
315 * @return bool true if $mode could be satisfied
317 public function renderValue($value, \Doku_Renderer $R, $mode)
329 * @param string $mode The mode the output is rendered in (eg. XHTML)
330 * @return bool true if $mode could be satisfied
332 public function renderMultiValue($values, \Doku_Renderer $R, $mode)
336 $this->renderValue($values[$i], $R, $mode);
349 * @param string $mode Th
316 renderValue($value, \\Doku_Renderer $R, $mode) global() argument
331 renderMultiValue($values, \\Doku_Renderer $R, $mode) global() argument
353 renderTagCloudLink($value, \\Doku_Renderer $R, $mode, $page, $filter, $weight) global() argument
[all...]
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') {
H A DDate.php21 * @param string $mode The mode the output is rendered in (eg. XHTML)
22 * @return bool true if $mode could be satisfied
24 public function renderValue($value, \Doku_Renderer $R, $mode) argument
H A DDecimal.php35 * @param string $mode The mode the output is rendered in (eg. XHTML)
36 * @return bool true if $mode could be satisfied
38 public function renderValue($value, \Doku_Renderer $R, $mode) argument
H A DLongText.php22 * @param string $mode The mode the output is rendered in (eg. XHTML)
23 * @return bool true if $mode could be satisfied
25 public function renderValue($value, \Doku_Renderer $R, $mode) argument
27 if ($mode === 'xhtml') {
H A DLookup.php146 * @param string $mode
149 public function renderValue($value, \Doku_Renderer $R, $mode)
154 return $column->getType()->renderValue($value, $R, $mode);
162 * @param string $mode
165 public function renderMultiValue($values, \Doku_Renderer $R, $mode)
176 return $column->getType()->renderMultiValue($values, $R, $mode);
152 renderValue($value, \\Doku_Renderer $R, $mode) global() argument
168 renderMultiValue($values, \\Doku_Renderer $R, $mode) global() argument
H A DMail.php19 * @param string $mode The mode the output is rendered in (eg. XHTML)
20 * @return bool true if $mode could be satisfied
22 public function renderValue($value, \Doku_Renderer $R, $mode) argument
H A DMedia.php47 * @param string $mode The mode the output is rendered in (eg. XHTML)
48 * @return bool true if $mode could be satisfied
50 public function renderValue($value, \Doku_Renderer $R, $mode) argument
78 if ($mode == 'xhtml') {
124 public function renderTagCloudLink($value, \Doku_Renderer $R, $mode, $page, $filter, $weight, $showCount = null)
127 if ($mode == 'xhtml' && $this->getConfig()['mime'] == 'image/') {
129 renderTagCloudLink($value, \\Doku_Renderer $R, $mode, $page, $filter, $weight) global() argument
H A DPage.php34 * @param string $mode The mode the output is rendered in (eg. XHTML)
35 * @return bool true if $mode could be satisfied
37 public function renderValue($value, \Doku_Renderer $R, $mode) argument
H A DTag.php24 * @param string $mode
27 public function renderValue($value, \Doku_Renderer $R, $mode) argument
H A DText.php19 * @param string $mode The mode the output is rendered in (eg. XHTML)
20 * @return bool true if $mode could be satisfied
22 public function renderValue($value, \Doku_Renderer $R, $mode) argument
H A DUrl.php41 * @param string $mode
44 public function renderValue($value, \Doku_Renderer $R, $mode) argument
H A DUser.php44 * @param string $mode
47 public function renderValue($value, \Doku_Renderer $R, $mode)
49 if ($mode == 'xhtml') {
46 renderValue($value, \\Doku_Renderer $R, $mode) global() argument
H A DWiki.php10 * @param string $mode
13 public function renderValue($value, \Doku_Renderer $R, $mode) argument
15 if ($mode === 'struct_csv') {
21 $doc = p_render($mode, p_get_instructions($value), $info);
/plugin/struct/
H A DLICENSE313 when it starts in an interactive mode:
/plugin/struct/jsoneditor/
H A Djsoneditor.min.css1 div.jsoneditor-field,div.jsoneditor-readonly,div.jsoneditor-value{border:1px solid transparent;min-height:16px;min-width:32px;padding:2px;margin:1px;word-wrap:break-word;float:left}div.jsoneditor-field p,div.jsoneditor-value p{margin:0}div.jsoneditor-value{word-break:break-word}div.jsoneditor-readonly{min-width:16px;color:gray}div.jsoneditor-empty{border-color:#d3d3d3;border-style:dashed;border-radius:2px}div.jsoneditor-field.jsoneditor-empty::after,div.jsoneditor-value.jsoneditor-empty::after{pointer-events:none;color:#d3d3d3;font-size:8pt}div.jsoneditor-field.jsoneditor-empty::after{content:"field"}div.jsoneditor-value.jsoneditor-empty::after{content:"value"}div.jsoneditor-value.jsoneditor-url{color:green;text-decoration:underline}a.jsoneditor-value.jsoneditor-url:focus,a.jsoneditor-value.jsoneditor-url:hover{color:#ee422e}div.jsoneditor td.jsoneditor-separator{padding:3px 0;vertical-align:top;color:gray}div.jsoneditor-field.jsoneditor-highlight,div.jsoneditor-field[contenteditable=true]:focus,div.jsoneditor-field[contenteditable=true]:hover,div.jsoneditor-value.jsoneditor-highlight,div.jsoneditor-value[contenteditable=true]:focus,div.jsoneditor-value[contenteditable=true]:hover{background-color:#FFFFAB;border:1px solid #ff0;border-radius:2px}div.jsoneditor-field.jsoneditor-highlight-active,div.jsoneditor-field.jsoneditor-highlight-active:focus,div.jsoneditor-field.jsoneditor-highlight-active:hover,div.jsoneditor-value.jsoneditor-highlight-active,div.jsoneditor-value.jsoneditor-highlight-active:focus,div.jsoneditor-value.jsoneditor-highlight-active:hover{background-color:#fe0;border:1px solid #ffc700;border-radius:2px}div.jsoneditor-value.jsoneditor-string{color:green}div.jsoneditor-value.jsoneditor-array,div.jsoneditor-value.jsoneditor-object{min-width:16px;color:grey}div.jsoneditor-value.jsoneditor-number{color:#ee422e}div.jsoneditor-value.jsoneditor-boolean{color:#ff8c00}div.jsoneditor-value.jsoneditor-null{color:#004ED0}div.jsoneditor-value.jsoneditor-invalid{color:#000}div.jsoneditor-tree button{width:24px;height:24px;padding:0;margin:0;border:none;cursor:pointer;background:url(img/jsoneditor-icons.svg)}div.jsoneditor-mode-form tr.jsoneditor-expandable td.jsoneditor-tree,div.jsoneditor-mode-view tr.jsoneditor-expandable td.jsoneditor-tree{cursor:pointer}div.jsoneditor-tree button.jsonedi (…)
H A Dsetup.js21 mode: 'form',
/plugin/struct/action/
H A Dcache.php51 if ($cache->mode != 'xhtml') return true;
76 if ($cache->mode != 'xhtml') return true;
131 if ($cache->mode != 'xhtml') return true;
/plugin/mermaid/
H A DLICENSE313 when it starts in an interactive mode:
H A Dsyntax.php48 * @param string $mode Parser mode
50 function connectTo($mode)
52 $this->Lexer->addEntryPattern('<mermaid.*?>(?=.*?</mermaid>)',$mode,'plugin_mermaid');
79 function render($mode, Doku_Renderer $renderer, $indata)
81 if($mode == 'xhtml'){
122 //import parser classes and mode definitions
141 'mode' => $m,
153 'mode' => $m,
159 foreach($modes as $mode)
30 connectTo($mode) global() argument
59 render($mode, Doku_Renderer $renderer, $indata) global() argument
[all...]
/plugin/doi/syntax/
H A Ddoi.php34 public function connectTo($mode) argument
36 $this->Lexer->addSpecialPattern('\[\[doi>[^\]]+\]\]', $mode, 'plugin_doi_doi');
49 public function render($mode, Doku_Renderer $renderer, $data)
68 if ($mode === 'xhtml') {
48 render($mode, Doku_Renderer $renderer, $data) global() argument
H A Disbn.php13 public function connectTo($mode) argument
15 $this->Lexer->addSpecialPattern('\[\[isbn>[^\]]+\]\]', $mode, 'plugin_doi_isbn');
/plugin/doi/
H A DLICENSE313 when it starts in an interactive mode:

12345678910>>...98