Home
last modified time | relevance | path

Searched refs:mode (Results 1351 – 1375 of 2447) sorted by relevance

1...<<51525354555657585960>>...98

/plugin/struct/types/
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
/plugin/codemirror/dist/modes/
H A Dcobol.min.js.map1mode/cobol/cobol.js"],"names":["mod","exports","module","require","define","amd","CodeMirror","def…
/plugin/complex_lists/inblock_ranges/
H A Dsyntax.php47 function render($mode, &$renderer, $data) { argument
/plugin/navi/
H A Daction.php25 if ($cache->mode != 'i') return;
/plugin/ireadit/action/
H A Dcache.php40 if ($cache->mode != 'xhtml') return true;
/plugin/inlinejs/syntax/
H A Dembedcss.php40 $this->mode = substr(get_class($this), 7);
/plugin/dtable/
H A Dhelper.php82 foreach($modes as $mode) {
83 $Parser->addMode($mode['mode'], $mode['obj']);
/plugin/definitionlist/
H A Dsyntax.php65 public function connectTo($mode) { argument
67 $this->Lexer->addEntryPattern('\n {2,}'.DL_DT, $mode, 'plugin_definitionlist');
68 $this->Lexer->addEntryPattern('\n\t{1,}'.DL_DT, $mode, 'plugin_definitionlist');
/plugin/filelisting/action/
H A Dcache.php48 if($cache->mode != 'xhtml') return;
/plugin/odp/
H A Daction.php27 if ($cache->mode != "odp") return;
/plugin/barcode/
H A Dplugin.info.txt6 desc 2D-Barcode Plugin. Syntax: ~~BARCODE~id=css_id~class=css_class~mode=0~size=M~caption=x~url=h…
/plugin/filterrss/
H A Daction.php30 if ($cache->mode != 'xhtml') return;
/plugin/picasawebalbum/
H A Dsyntax.php63 on_document_ready('$div_id', '$user_name', '$mode', '$album');
/plugin/gallery/
H A Dsyntax.php
/plugin/strata/types/
H A Ddate.php13 function render($mode, &$R, &$triples, $value, $hint) { argument
/plugin/groupmail/
H A Drecaptchalib.php218 $mode=MCRYPT_MODE_CBC;
221 return mcrypt_encrypt($enc, $ky, $val, $mode, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0");
/plugin/recaptcha/lib/
H A Drecaptchalib.php218 $mode=MCRYPT_MODE_CBC;
221 return mcrypt_encrypt($enc, $ky, $val, $mode, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0");
/plugin/contactmodern/
H A Drecaptchalib.php218 $mode=MCRYPT_MODE_CBC;
221 return mcrypt_encrypt($enc, $ky, $val, $mode, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0");
/plugin/data-au/syntax/
H A Dcloud.php54 public function connectTo($mode) { argument
55 …ddSpecialPattern('----+ *dataaucloud(?: [ a-zA-Z0-9_]*)?-+\n.*?\n----+', $mode, 'plugin_dataau_clo…
/plugin/data-graph/
H A Dsyntax.php40 function connectTo($mode) { argument
41 … $this->Lexer->addSpecialPattern('----+ *datagraph *-+\n.*?\n---+', $mode, 'plugin_datagraph');
/plugin/datagraph/
H A Dsyntax.php40 function connectTo($mode) { argument
41 … $this->Lexer->addSpecialPattern('----+ *datagraph *-+\n.*?\n---+', $mode, 'plugin_datagraph');
/plugin/data/syntax/
H A Dcloud.php58 * @param $mode
60 public function connectTo($mode)
64 $mode,
55 connectTo($mode) global() argument
/plugin/nspages/printers/
H A DprinterTree.php14 function __construct($plugin, $mode, $renderer, $data){ argument
15 parent::__construct($plugin, $mode, $renderer, $data);
/plugin/git/
H A Dhelper.php340 function renderChangesMade(&$renderer, &$repo, $mode) argument
355 if ($mode == 'Approve Local') {
368 else if ($mode == 'Commit local') {
380 else if ($mode == 'Merge upstream') {
/plugin/linkbonus/syntax/
H A Dinterwiki.txt60 function connectTo($mode) {
67 $REGEX,$mode,'plugin_powerlinks_interwiki');
194 function render($mode, &$renderer, $data) {
196 ($mode, $renderer, $data, 'interwiki');

1...<<51525354555657585960>>...98