Home
last modified time | relevance | path

Searched refs:mode (Results 701 – 725 of 2447) sorted by relevance

1...<<21222324252627282930>>...98

/plugin/revealjs/syntax/
H A Dtheme.php26 public function connectTo($mode) { argument
27 $this->Lexer->addSpecialPattern('~~REVEAL[^~]*~~',$mode,'plugin_revealjs_theme');
88 public function render($mode, Doku_Renderer $renderer, $data) { argument
90 if($mode == 'xhtml'){
/plugin/rss/
H A Dsyntax.php33 function connectTo($mode) { argument
34 $this->Lexer->addSpecialPattern('<rss[^>]*>(?=.*)', $mode,'plugin_rss');
101 function render($mode, Doku_Renderer $renderer, $data) { argument
102 if($mode != 'xhtml') return false;
/plugin/tablefilterjs/
H A Dsyntax.php13 function connectTo($mode) { argument
14 $this->Lexer->addEntryPattern('<filter[^>]*>(?=.*?</filter>)',$mode,'plugin_tablefilterjs');
115 function render($mode, Doku_Renderer $renderer, $data) { argument
117 if ($mode == 'xhtml'){
/plugin/dtable/
H A Dsyntax.php17 function connectTo($mode) { $this->Lexer->addEntryPattern('<dtab[0-9][0-9]>(?=.*</dtable>)',$mode,'plugin_dtable'); }
40 function render($mode, Doku_Renderer $renderer, $data) {
42 if($mode == 'xhtml')
23 connectTo($mode) global() argument
45 render($mode, Doku_Renderer $renderer, $data) global() argument
/plugin/tile/
H A Dsyntax.php22 function connectTo ($mode) { argument
23 $this->Lexer->addEntryPattern ('<tile[^>]*>', $mode, 'plugin_tile');
46 function render ($mode, Doku_Renderer $renderer, $indata) { argument
47 if ($mode != 'xhtml')
/plugin/currentlyreading/
H A Dsyntax.php26 public function connectTo($mode) { argument
29 $this->Lexer->addSpecialPattern($pattern, $mode, 'plugin_currentlyreading');
114 public function render($mode, Doku_Renderer $renderer, $html) { argument
116 if ($mode !== 'xhtml') return false;
/plugin/lms/syntax/
H A Dlms.php48 public function connectTo($mode)
50 $this->Lexer->addSpecialPattern('~~LMS~~', $mode, 'plugin_lms_lms');
62 public function render($mode, Doku_Renderer $renderer, $data)
64 if ($mode !== 'xhtml') {
46 connectTo($mode) global() argument
60 render($mode, Doku_Renderer $renderer, $data) global() argument
/plugin/barcodes/
H A Dsyntax.php39 public function connectTo($mode) argument
41 $this->Lexer->addSpecialPattern('<barcode[^>]*/?>', $mode, 'plugin_barcodes');
74 public function render($mode, Doku_Renderer $renderer, $data) argument
76 if ($mode == 'xhtml') {
/plugin/combo/syntax/
H A Dcontentlistitem.php28 * Needs to return one of the mode types defined in $PARSER_MODES in parser.php
55 public function accepts($mode) argument
57 return syntax_plugin_combo_preformatted::disablePreformatted($mode);
68 * Return an array of one or more of the mode types {@link $PARSER_MODES} in Parser.php
77 * the mode with the lowest sort number will win out
87 function connectTo($mode) argument
96 $this->Lexer->addEntryPattern($pattern, $mode, PluginUtility::getModeFromTag($this->getPluginComponent()));
196 // unsupported $mode
/plugin/tagging/
H A Dsyntax.php28 function connectTo($mode) { argument
29 $this->Lexer->addSpecialPattern('{{tagging::\w+(?:>[^}\?]+)?(?:\?[0-9]+)?}}', $mode, 'plugin_tagging');
68 function render($mode, Doku_Renderer $renderer, $data) { argument
69 if ($mode !== 'xhtml') {
/plugin/svgembed/
H A Dsyntax.php134 * @param string $mode Parser mode
136 public function connectTo($mode) { argument
138 …$this->Lexer->addSpecialPattern("\{\{(?:[^\}\>\<]|(?:\}[^\>\<\}]))+\}\}", $mode, 'plugin_svgembed'…
171 * @param string $mode Renderer mode (supported modes: xhtml, metadata)
177 public function render($mode, Doku_Renderer $renderer, $data) { argument
183 if ($mode == 'xhtml') {
337 if ($mode == 'metadata') {
/plugin/crosspost/
H A Daction.php105 private function _getTitle($mode, $entry) argument
109 if( $mode == 'title' )
113 elseif( $mode == 'section' )
117 elseif( $mode == 'last section:title' )
126 elseif( $mode == 'full title' )
247 private function _add_link($mode, $page, $title) argument
249 $link_title = $this->_getTitle( $mode, $page );
/plugin/bbcode/
H A Dlink.php21 …function connectTo($mode) { $this->Lexer->addSpecialPattern('\[url.+?\[/url\]',$mode,'plugin_bbcod… argument
56 function render($mode, Doku_Renderer $renderer, $data) { argument
/plugin/fontsize/
H A Dsyntax.php31 $this->Lexer->addEntryPattern(',,+(?=.*,,+)',$mode,'plugin_fontsize');
53 function render($mode, &$renderer, $data) { argument
54 if ($mode == 'xhtml') {
/plugin/linkback/
H A Dsyntax.php27 function connectTo($mode) { argument
28 if ($mode == 'base') {
29 $this->Lexer->addSpecialPattern('~~LINKBACK(?:|:off|:closed)~~', $mode, 'plugin_linkback');
/plugin/diagramsnet/lib/js/diagramly/vsdx/
H A DbmpDecoder.js92 var mode = xlen%4;
110 if (mode != 0){
111 this.pos+=(4 - mode);
118 var mode = xlen%4;
142 if (mode != 0){
143 this.pos+=(4 - mode);
150 var mode = this.width%4;
168 if (mode != 0){
169 this.pos+=(4 - mode);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/
H A DSymmetricKey.php223 protected $mode; variable in phpseclib3\\Crypt\\Common\\SymmetricKey
658 * @param string $mode
664 $mode = strtolower($mode);
671 $mode = self::MODE_MAP[$mode];
674 switch ($mode) {
700 $this->mode = $mode;
829 return $this->mode != self::MODE_GCM && $this->mode != self::MODE_ECB;
1357 switch ($this->mode) {
1732 switch ($this->mode) {
2115 switch ($this->mode) {
[all …]
/plugin/tag/syntax/
H A Dtagpage.php36 * @param string $mode Parser mode
38 function connectTo($mode) { argument
39 $this->Lexer->addSpecialPattern('\{\{tagpage>.*?\}\}', $mode, 'plugin_tag_tagpage');
66 * @param string $format Renderer mode (supported modes: xhtml)
/plugin/struct/types/
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') {
/plugin/translator/syntax/
H A Dlabel.php43 function connectTo($mode){ argument
44 $this->Lexer->addSpecialPattern('\$\$label\(.*?\)\$\$',$mode,'plugin_translator_label');
57 function render($mode, &$renderer, $data) { argument
60 if ($mode == 'xhtml') {
/plugin/goto/
H A Dsyntax.php20 function connectTo($mode) { argument
21 $this->Lexer->addSpecialPattern('(?i)~~GOTO>.+?~~',$mode,'plugin_goto');
64 function render($mode, Doku_Renderer $renderer, $data) { argument
65 if($mode != 'xhtml') return false;
/plugin/prolog/
H A Dsyntax.php98 function connectTo($mode) argument
100 $this->Lexer->addEntryPattern('<prolog.*?>(?=.*?</prolog>)',$mode,'plugin_prolog');
144 function render($mode, &$renderer, $data) argument
146 if($mode == 'xhtml')
/plugin/divalign2/
H A Dcommon.php49 function connectTo($mode) { argument
71 function render($mode, Doku_Renderer $renderer, $data) { argument
75 } else if (in_array($mode, ['xhtml', 's5', 'purplenumbers', 'rplus', 'html5'])) {
91 } else if ($mode=='odt') {
/plugin/dbtables/
H A Dsyntax.php128 …$td="<td class='dbtables-td_".$CurTablePos % $this->options["groups"]."'>".p_render($mode,p_get_in…
149 function render($mode, &$renderer, $data) { argument
151 if($mode == 'xhtml'){
179 $renderer->doc.=$this->render_tables($match,$mode,$data);
/plugin/linkbonus/syntax/
H A Dexternal.php43 function connectTo($mode) { argument
56 $REGEX,$mode,'plugin_linkbonus_external');
164 function render($mode, &$renderer, $data) { argument
165 return DW_common_linkbonus::syntax_render($mode, $renderer, $data, 'external');

1...<<21222324252627282930>>...98