Home
last modified time | relevance | path

Searched refs:mode (Results 1926 – 1950 of 2447) sorted by path

1...<<71727374757677787980>>...98

/plugin/scriptheader/
H A DCOPYING314 when it starts in an interactive mode:
/plugin/scrollticker/
H A Dsyntax.php41 * @param string $mode Parser mode
43 public function connectTo($mode) { argument
44 … $this->Lexer->addEntryPattern('<scrollticker>(?=.*?</scrollticker>)',$mode,'plugin_scrollticker');
68 * @param string $mode Renderer mode (supported modes: xhtml)
73 public function render($mode, Doku_Renderer $renderer, $data) { argument
74 if($mode != 'xhtml') return false;
/plugin/searchform/
H A Dsyntax.php20 * Needs to return one of the mode types defined in $PARSER_MODES in parser.php
36 * @param $mode
38 public function connectTo($mode) {
39 $this->Lexer->addSpecialPattern('\{searchform\b.*?\}', $mode, 'plugin_searchform'); argument
/plugin/searchformgoto/
H A DCOPYING308 the only significant mode of use of the product.
653 notice like this when it starts in an interactive mode:
/plugin/searchpattern/
H A Dsyntax.php248 function connectTo($mode) { argument
249 …(?:\'\')*[^\r\v\t\r\n]*[^\']\'(?:\'\')*(?:\?\?[^\r\v\t\r\n\?]+\?\?)?~~', $mode, 'plugin_searchpatt…
/plugin/sectiontoggle/
H A Dsyntax.php32 function connectTo($mode) { argument
33 $this->Lexer->addSpecialPattern('~~stoggle_buttons~~',$mode,'plugin_sectiontoggle');
34 $this->Lexer->addSpecialPattern('~~stoggle_openDIV~~',$mode,'plugin_sectiontoggle');
35 $this->Lexer->addSpecialPattern('~~stoggle_closeDIV~~',$mode,'plugin_sectiontoggle');
49 function render($mode, Doku_Renderer $renderer, $data) { argument
50 if($mode == 'xhtml'){
/plugin/select/
H A Dsyntax.php17 function connectTo($mode) { argument
18 $this->Lexer->addSpecialPattern('<select.+?</select>', $mode, 'plugin_select');
37 function render($mode, Doku_Renderer $renderer, $data) { argument
39 if($mode == 'xhtml'){
/plugin/semantic/
H A DLICENSE313 when it starts in an interactive mode:
H A Dsyntax.php23 public function connectTo($mode) argument
27 $this->Lexer->addSpecialPattern($macro, $mode, 'plugin_semantic');
37 public function render($mode, Doku_Renderer $renderer, $data) argument
40 if ($mode == 'metadata') {
/plugin/semanticdata/
H A Dstyle.css1 /* default style for the entry mode */
66 /* default styles for the related mode */
/plugin/semanticdata/syntax/
H A Dentry.php50 function connectTo($mode) { argument
51 …$this->Lexer->addSpecialPattern('----+ *dataentry(?: [ a-zA-Z0-9_]*)?-+\n.*?\n----+',$mode,'plugin…
H A Dlist.php20 function connectTo($mode) { argument
21 …$this->Lexer->addSpecialPattern('----+ *datalist(?: [ a-zA-Z0-9_]*)?-+\n.*?\n----+',$mode,'plugin_…
H A Dtable.php48 function connectTo($mode) { argument
49 …$this->Lexer->addSpecialPattern('----+ *datatable(?: [ a-zA-Z0-9_]*)?-+\n.*?\n----+',$mode,'plugin…
/plugin/sentry/
H A DLICENSE313 when it starts in an interactive mode:
/plugin/seqdia/
H A Dsyntax.php42 function connectTo($mode) { argument
43 $this->Lexer->addSpecialPattern('<seqdia.*?>\n.*?\n</seqdia>',$mode,'plugin_seqdia');
/plugin/sequencediagram/bower_components/js-sequence-diagrams/fonts/daniel/
H A Dgenerator_config.txt5 {"mode":"expert","formats":["woff","woff2"],"tt_instructor":"keep","fix_vertical_metrics":"Y","fix_…
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/skin/xp/
H A Dfirebug.css2906 /* TODO: xxxpedro - IE need this in windowless mode (cnn.com) check if the issue is related to
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/
H A Dfirebug-lite-debug.js12675 var parts = [], m, set, checkSet, check, mode, extra, prune = true, contextXML = isXML(context),
/plugin/sequencediagram/bower_components/lodash/
H A Dyarn.lock503 babel-plugin-transform-strict-mode "^6.18.0"
618 babel-plugin-transform-strict-mode@^6.18.0:
620 …ps://registry.yarnpkg.com/babel-plugin-transform-strict-mode/-/babel-plugin-transform-strict-mode-…
/plugin/sequencediagram/bower_components/raphael/dev/
H A Draphael.svg.js135 var mode = document.documentMode;
136 return mode && (mode === 9 || mode === 10);
/plugin/sequencediagram/bower_components/raphael/
H A Draphael.js75 /******/ __webpack_require__.t = function(value, mode) { argument
76 /******/ if(mode & 1) value = __webpack_require__(value);
77 /******/ if(mode & 8) return value;
78 /******/ if((mode & 4) && typeof value === 'object' && value && value.__esModule) return value;
82 /******/ if(mode & 2 && typeof value != 'string') for(var key in value) __webpack_require__.d(ns,…
H A Draphael.no-deps.js75 /******/ __webpack_require__.t = function(value, mode) { argument
76 /******/ if(mode & 1) value = __webpack_require__(value);
77 /******/ if(mode & 8) return value;
78 /******/ if((mode & 4) && typeof value === 'object' && value && value.__esModule) return value;
82 /******/ if(mode & 2 && typeof value != 'string') for(var key in value) __webpack_require__.d(ns,…
/plugin/sequencediagram/
H A Dsyntax.php34 * @param string $mode Parser mode
36 public function connectTo($mode) { argument
37 …$this->Lexer->addSpecialPattern('<sequencediagram>.*?</sequencediagram>',$mode,'plugin_sequencedia…
66 * @param string $mode Renderer mode (supported modes: xhtml)
71 public function render($mode, Doku_Renderer $renderer, $data) { argument
72 if($mode == 'xhtml'){
/plugin/sha3sum/
H A DLICENSE308 the only significant mode of use of the product.
653 notice like this when it starts in an interactive mode:
H A Dsyntax.php27 function connectTo($mode) { argument
28 $this->Lexer->addSpecialPattern('\[\[SHA3:[^]]*\]\]',$mode,'plugin_sha3sum');
38 public function render($mode, Doku_Renderer $renderer, $data) { argument
41 if($mode == 'xhtml'){

1...<<71727374757677787980>>...98