Home
last modified time | relevance | path

Searched refs:mode (Results 576 – 600 of 2447) sorted by relevance

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

/plugin/actickets/
H A Dsyntax.php61 public function connectTo($mode) { argument
66 ,$mode,'plugin_actickets');
88 public function render($mode, &$renderer, $data) { argument
89 if($mode != 'xhtml') return false;
/plugin/slideshare/slideshare/
H A Dsyntax.php41 …function connectTo($mode) { $this->Lexer->addSpecialPattern('\{\{\s?slide>[^}]*\s?\}\}',$mode,'plu… argument
60 function render($mode, &$renderer, $data){ argument
61 if($mode != 'xhtml'){return false;}
/plugin/crypto/
H A Dsyntax.php36 function connectTo($mode) { argument
37 $this->Lexer->addEntryPattern('<decrypt.*?>(?=.*?</decrypt>)', $mode,'plugin_crypto');
51 function render($mode, &$renderer, $data) { argument
52 if($mode == 'xhtml') {
/plugin/pagestat/syntax/
H A Dblock.php20 …public function connectTo($mode) { $this->Lexer->addEntryPattern($this->entry_pattern,$mode,'plugi… argument
44 public function render($mode, Doku_Renderer $renderer, $data) { argument
46 if($mode == 'xhtml'){
/plugin/yourip/
H A Dsyntax.php34 public function connectTo($mode) { argument
35 $this->Lexer->addSpecialPattern('~~YOURIP_.*?~~',$mode,'plugin_yourip');
52 public function render($mode, Doku_Renderer $renderer, $data) { argument
53 if($mode != 'xhtml') return false;
/plugin/embeddedphp/syntax/
H A Dphpinline.php51 public function connectTo($mode) argument
55 $this->Lexer->addEntryPattern($p, $mode, $m);
85 public function render($mode, Doku_Renderer $renderer, $data) argument
87 if ($mode === 'xhtml') {
/plugin/combo/syntax/
H A Dbackgrounds.php25 * Needs to return one of the mode types defined in $PARSER_MODES in parser.php
56 * Return an array of one or more of the mode types {@link $PARSER_MODES} in Parser.php
63 public function accepts($mode) argument
66 return syntax_plugin_combo_preformatted::disablePreformatted($mode);
76 function connectTo($mode) argument
80 $this->Lexer->addEntryPattern($pattern, $mode, PluginUtility::getModeFromTag($this->getPluginComponent()));
165 // unsupported $mode
/plugin/htmlokalt/syntax/
H A Dhtmlblock.php13 function connectTo ($mode) { argument
14 $this->Lexer->addEntryPattern('<HTML>(?=.*</HTML>)', $mode, 'plugin_htmlok_htmlblock');
21 function render($mode, Doku_Renderer $renderer, $data) { argument
/plugin/confightmlok/syntax/
H A Dhtmlblock.php13 function connectTo ($mode) { argument
14 $this->Lexer->addEntryPattern('<HTML>(?=.*</HTML>)', $mode, 'plugin_confightmlok_htmlblock');
21 function render($mode, Doku_Renderer $renderer, $data) { argument
/plugin/publistx/
H A Dsyntax.php31 function connectTo($mode) { argument
32 $this->Lexer->addSpecialPattern('\[publist\|.+?\]',$mode,'plugin_publistx');
92 function render($mode, &$renderer, $data) { argument
93 if($mode != 'xhtml') return false;
130 $code = p_render($mode, p_get_instructions($code), $info);
/plugin/toctweak/syntax/
H A Dmetatoc.php13 protected $mode; variable in syntax_plugin_toctweak_metatoc
23 $this->mode = substr(get_class($this), 7); // drop 'syntax_' from class name
33 function connectTo($mode) { argument
34 $this->Lexer->addSpecialPattern($this->pattern[5], $mode, $this->mode);
/plugin/txt2tags/
H A Dsyntax.php32 function connectTo($mode) { argument
33 $this->Lexer->addEntryPattern('<t2t>(?=.*</t2t>)', $mode, 'plugin_txt2tags');
56 function render($mode, &$renderer, $data) { argument
59 if ($mode == 'xhtml') {
70 }else if ($mode == 'metadata') {
/plugin/autolink4/syntax/
H A Dregex.php63 * @param $mode
65 function connectTo($mode) {
70 $this->Lexer->addSpecialPattern($s[self::$MATCH], $mode, 'plugin_autolink4_regex');
93 * @param string $mode
98 function render($mode, Doku_Renderer $renderer, $data) {
102 else if ($mode == 'xhtml') {
71 connectTo($mode) global() argument
141 render($mode, Doku_Renderer $renderer, $data) global() argument
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/src/
H A DUtils.php19 * @param string $mode Mode used to open the file
24 public static function open($filename, $mode) argument
27 set_error_handler(function () use ($filename, $mode, &$ex) {
29 'Unable to open %s using mode %s: %s',
31 $mode,
36 $handle = fopen($filename, $mode);
/plugin/structodt/meta/
H A DAggregationEditorTableOdt.php30 * @param string $mode
34 public function __construct($id, $mode, \Doku_Renderer $renderer, SearchConfig $searchConfig) { argument
35 parent::__construct($id, $mode, $renderer, $searchConfig);
45 * Adds additional info to document and renderer in XHTML mode
56 if ($this->mode != 'xhtml') return;
91 if($this->mode != 'xhtml') return;
/plugin/siteexport/syntax/
H A Daggregate.php26 public function connectTo($mode) { argument
28 …$this->Lexer->addSpecialPattern('\{\{siteexportAGGREGATOR .*?\}\}', $mode, 'plugin_siteexport_aggr…
46 public function render($mode, Doku_Renderer $renderer, $data) { argument
71 if ($mode == 'xhtml'){
143 } else if ($mode == 'metadata') {
/plugin/mediasyntax/syntax/
H A Dlink.php15 function connectTo($mode)
19 $mode,
44 function render($mode, Doku_Renderer $renderer, $data) { return true; }
26 connectTo($mode) global() argument
55 render($mode, Doku_Renderer $renderer, $data) global() argument
/plugin/markdowku/
H A Dautolinks.php16 function connectTo($mode) { argument
19 $mode,
36 function render($mode, Doku_Renderer $renderer, $data) { argument
H A Dboldasterisk.php17 function connectTo($mode) { argument
20 $mode,
34 function render($mode, Doku_Renderer $renderer, $data) { argument
H A Ditalicasterisk.php22 function connectTo($mode) { argument
25 $mode,
39 function render($mode, Doku_Renderer $renderer, $data) { argument
/plugin/nodetailsxhtml/syntax/
H A Dscripting.php33 function connectTo($mode) { argument
34 $this->Lexer->addSpecialPattern('~~isScripting~~', $mode, 'plugin_nodetailsxhtml_scripting');
41 function render($mode, Doku_Renderer $renderer, $data) { argument
/plugin/combo/ComboStrap/
H A DParser.php34 foreach ($modes as $mode) {
35 $parser->addMode($mode['mode'], $mode['obj']);
/plugin/katex/_assets/
H A Dkatex.min.js1mode,i=e.text,o=["mord"],s="math"===a||"text"===a&&t.font,l=s?t.font:t.fontFamily;if(55349===i.cha… property in c
/plugin/profiles/
H A Dsyntax.php31 function connectTo($mode) { argument
32 …k|github|googleplus|linkedin|twitter|blog|bitbucket|web)(?:|\..*?):.*?}}',$mode,'plugin_profiles');
53 function render($mode, &$renderer, $indata) { argument
55 if($mode == 'xhtml'){
/plugin/inclform/
H A Dsyntax.php67 function connectTo($mode) { argument
68 $this->Lexer->addSpecialPattern('~~INCLFORM[^~]*~~',$mode,'plugin_inclform');
86 function render($mode, Doku_Renderer $renderer, $data) { argument
87 if($mode == 'xhtml'){

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