Home
last modified time | relevance | path

Searched refs:mode (Results 301 – 325 of 2447) sorted by path

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

/plugin/bootswrapper/syntax/
H A Dcolumn.php53 public function render($mode, Doku_Renderer $renderer, $data) argument
60 if ($mode !== 'xhtml') {
H A Dimage.php25 public function render($mode, Doku_Renderer $renderer, $data) argument
32 if ($mode !== 'xhtml') {
H A Djumbotron.php32 public function render($mode, Doku_Renderer $renderer, $data) argument
39 if ($mode !== 'xhtml') {
H A Dlabel.php33 public function render($mode, Doku_Renderer $renderer, $data) argument
40 if ($mode !== 'xhtml') {
H A Dmacros.php33 public function connectTo($mode) argument
37 $this->Lexer->addSpecialPattern($macro, $mode, 'plugin_bootswrapper_macros');
47 public function render($mode, Doku_Renderer $renderer, $data) argument
53 if ($mode !== 'xhtml') {
H A Dmodal.php76 public function render($mode, Doku_Renderer $renderer, $data) argument
83 if ($mode !== 'xhtml') {
H A Dnav.php46 public function render($mode, Doku_Renderer $renderer, $data) argument
53 if ($mode !== 'xhtml') {
H A Dpane.php27 public function render($mode, Doku_Renderer $renderer, $data) argument
34 if ($mode !== 'xhtml') {
H A Dpanel.php56 public function render($mode, Doku_Renderer $renderer, $data) argument
63 if ($mode !== 'xhtml') {
H A Dpopover.php76 public function render($mode, Doku_Renderer $renderer, $data) argument
83 if ($mode !== 'xhtml') {
H A Dprogressbar.php53 public function render($mode, Doku_Renderer $renderer, $data) argument
60 if ($mode !== 'xhtml') {
H A Dtext.php51 public function render($mode, Doku_Renderer $renderer, $data) argument
58 if ($mode !== 'xhtml') {
H A Dtooltip.php38 public function render($mode, Doku_Renderer $renderer, $data) argument
45 if ($mode !== 'xhtml') {
H A Dwell.php27 public function render($mode, Doku_Renderer $renderer, $data) argument
34 if ($mode !== 'xhtml') {
H A Dwrapper.php33 public function render($mode, Doku_Renderer $renderer, $data) argument
40 if ($mode !== 'xhtml') {
/plugin/box/
H A Dsyntax.php51 public function accepts($mode) argument
53 if ($mode == substr(get_class($this), 7)) {
57 return parent::accepts($mode);
63 public function connectTo($mode) argument
65 $this->Lexer->addEntryPattern('<box>(?=.*?</box.*?>)', $mode, 'plugin_box');
66 $this->Lexer->addEntryPattern('<box\s[^\r\n\|]*?>(?=.*?</box.*?>)', $mode, 'plugin_box');
67 $this->Lexer->addEntryPattern('<box\|(?=[^\r\n]*?\>.*?</box.*?\>)', $mode, 'plugin_box');
68 …$this->Lexer->addEntryPattern('<box\s[^\r\n\|]*?\|(?=[^\r\n]*?>.*?</box.*?>)', $mode, 'plugin_box'…
117 public function render($mode, Doku_Renderer $renderer, $indata) argument
125 if ($mode == 'xhtml') {
/plugin/box2/
H A Dsyntax.php49 function accepts($mode) { argument
50 if ($mode == substr(get_class($this), 7)) return true;
52 return parent::accepts($mode);
58 function connectTo($mode) { argument
59 $this->Lexer->addEntryPattern('<box>(?=.*?</box.*?>)',$mode,'plugin_box2');
60 $this->Lexer->addEntryPattern('<box\s[^\r\n\|]*?>(?=.*?</box.*?>)',$mode,'plugin_box2');
61 $this->Lexer->addEntryPattern('<box\|(?=[^\r\n]*?\>.*?</box.*?\>)',$mode,'plugin_box2');
62 …$this->Lexer->addEntryPattern('<box\s[^\r\n\|]*?\|(?=[^\r\n]*?>.*?</box.*?>)',$mode,'plugin_box2');
122 function render($mode, Doku_Renderer $renderer, $indata) { argument
129 if($mode == 'xhtml'){
/plugin/bpmnio/syntax/
H A Dbpmnio.php41 public function connectTo($mode) argument
43 $this->Lexer->addEntryPattern('<bpmnio.*?>(?=.*?</bpmnio>)', $mode, 'plugin_bpmnio_bpmnio');
73 public function render($mode, Doku_Renderer $renderer, $data) argument
88 if ($mode == 'xhtml' || $mode == 'odt') {
/plugin/bpmnio/vendor/bpmn-js/
H A DCHANGELOG.md282 * `FIX`: correct keyboard shortcuts not working in direct editing mode ([#1493](https://github.com/…
/plugin/bpmnio/vendor/dmn-js/
H A DCHANGELOG.md116 * `FIX`: update simple mode button position in decision table view ([#543](https://github.com/bpmn-…
375 * `FIX(decision-table)`: correctly display simple mode edit control when cell selection changes ([#…
/plugin/bpmnio/vendor/dmn-js/dist/assets/
H A Ddmn-js-decision-table.css20 --simple-mode-button-color: var(--color-grey-225-10-15);
22 --simple-mode-button-border-color: var(--color-grey-225-10-75);
24 --simple-mode-button-disabled-color: var(--color-grey-225-10-75);
482 /* simple mode */
484 .dmn-decision-table-container .simple-mode-button {
485 color: var(--simple-mode-button-color);
490 border: solid 1px var(--simple-mode-button-border-color);
498 .dmn-decision-table-container .simple-mode-button:hover {
502 .dmn-decision-table-container .simple-mode-button.disabled,
504 color: var(--simple-mode-button-disabled-olor);
[all …]
/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Dbpmn-modeler.development.js22279 function set(mode) {
22284 if (mode) {
22285 classes.add('djs-cursor-' + mode);
/plugin/btable/
H A DLICENSE313 when it starts in an interactive mode:
/plugin/btable2/
H A DLICENSE313 when it starts in an interactive mode:
H A Dsyntax.php43 function connectTo($mode){ argument
44 $this->Lexer->addSpecialPattern('<btable.*?>.+?</btable>', $mode, 'plugin_btable2');
99 function render($mode, Doku_Renderer $renderer, $data) { argument
101 if ($mode == 'xhtml') {

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