Home
last modified time | relevance | path

Searched refs:mode (Results 1151 – 1175 of 2447) sorted by relevance

1...<<41424344454647484950>>...98

/plugin/yuriigantt/3rd/dhtmlxgantt/locale/
H A Dlocale_nl.js.map1mode","__esModule","ns","create","key","bind","n","object","property","prototype","hasOwnProperty"…
H A Dlocale_no.js.map1mode","__esModule","ns","create","key","bind","n","object","property","prototype","hasOwnProperty"…
H A Dlocale_pl.js.map1mode","__esModule","ns","create","key","bind","n","object","property","prototype","hasOwnProperty"…
/plugin/swfobject/
H A Dsyntax.php41 function connectTo($mode) { argument
42 …$this->Lexer->addEntryPattern('<swfobject\s[^\r\n\|]*?>(?=.*?</swfobject.*?>)',$mode,'plugin_swfob…
124 function render($mode, &$renderer, $inputData) { argument
127 if($mode == 'xhtml'){
/plugin/multipoll/
H A Dsyntax.php33 function connectTo($mode) { argument
34 $this->Lexer->addSpecialPattern('<multipoll.*?>.+?</multipoll>', $mode, 'plugin_multipoll');
94 function render($mode, &$renderer, $data) { argument
95 if ($mode == 'xhtml') {
/plugin/alphaindex/
H A Dsyntax.php42 function connectTo($mode) { argument
43 $this->Lexer->addSpecialPattern('{{alphaindex>.+?}}',$mode,'plugin_alphaindex');
92 function render($mode, Doku_Renderer $renderer, $data) { argument
95 if($mode == 'xhtml'){
/plugin/combo/syntax/
H A Dfrontmatter.php84 * Needs to return one of the mode types defined in $PARSER_MODES in parser.php
87 * Return an array of one or more of the mode types {@link $PARSER_MODES} in Parser.php
112 * because the mode with the lowest sort number will win out
122 * @param string $mode
125 function connectTo($mode) argument
127 if ($mode == "base") {
129 $this->Lexer->addSpecialPattern(self::PATTERN, $mode, PluginUtility::getModeFromTag($this->getPluginComponent()));
H A Dstrong.php11 * * To disallow the preformatted mode
75 * Return an array of one or more of the mode types {@link $PARSER_MODES} in Parser.php
83 public function connectTo($mode) argument
86 $this->Lexer->addEntryPattern(self::ENTRY_PATTERN, $mode, PluginUtility::getModeFromTag($this->getPluginComponent()));
/plugin/findologicxmlexport/vendor/hoa/file/Link/
H A DReadWrite.php59 * @param string $mode Open mode, see the parent::MODE_* constants.
66 $mode = parent::MODE_APPEND_READ_WRITE, argument
70 parent::__construct($streamName, $mode, $context, $wait);
/plugin/findologicxmlexport/vendor/hoa/file/Temporary/
H A DReadWrite.php59 * @param string $mode Open mode, see the parent::MODE_* constants.
66 $mode = parent::MODE_APPEND_READ_WRITE, argument
70 parent::__construct($streamName, $mode, $context, $wait);
/plugin/advanced/lang/en/config/
H A Dstyleini.txt9 cssfile.css = mode
11 …le.css'' is your file name and ''mode'' is one of the supported output modes as described at [[CSS…
/plugin/blogtng/syntax/
H A Dblog.php76 * @param string $mode
78 function connectTo($mode) { argument
79 $this->Lexer->addSpecialPattern('<blog ?[^>]*>.*?</blog>', $mode, 'plugin_blogtng_blog');
/plugin/nspages/printers/
H A DprinterNice.php18 function __construct($plugin, $mode, $renderer, $nbCols, $anchorName, $data){
19 parent::__construct($plugin, $mode, $renderer, $data);
20 if ( $this->mode !== 'xhtml' ){
21 throw Exception('nspages_printerNice can only work in xhtml mode');
16 __construct($plugin, $mode, $renderer, $nbCols, $anchorName, $data) global() argument
/plugin/accscounter/lang/en/
H A Dmovedirection.txt10 * [[?do=accscounter_datatransfer&mode=move|Move the files to the new destination]]
12 * [[?do=accscounter_datatransfer&mode=delete|Don't move the files, just delete them]]
/plugin/include/syntax/
H A Dheader.php32 function render($mode, Doku_Renderer $renderer, $data) { argument
37 if ($mode == 'xhtml') {
/plugin/bootswrapper/syntax/
H A Dmodal.php76 public function render($mode, Doku_Renderer $renderer, $data) argument
83 if ($mode !== 'xhtml') {
/plugin/statdisplay/
H A Dsyntax.php30 function connectTo($mode) argument
32 $this->Lexer->addSpecialPattern('\{\{statdisplay>[^\}]+\}\}', $mode, 'plugin_statdisplay');
/plugin/autoindex/
H A Dsyntax.php33 public function connectTo($mode) argument
35 $this->Lexer->addSpecialPattern('{{autoindex}}', $mode, 'plugin_autoindex');
/plugin/diagrams/script/
H A Dprosemirror.js66 if (JSINFO.plugins.diagrams && (JSINFO.plugins.diagrams.mode & 1)) {
71 if (JSINFO.plugins.diagrams && (JSINFO.plugins.diagrams.mode & 2)) {
/plugin/codemirror/dist/modes/
H A Drst.min.js.map1mode/rst/rst.js"],"names":["mod","exports","module","require","define","amd","CodeMirror","defineM…
/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/redissue/
H A Dsyntax.php30 function connectTo($mode) { argument
31 $this->Lexer->addSpecialPattern('<redissue[^>]*/>', $mode,'plugin_redissue');
32 $this->Lexer->addEntryPattern('<redissue[^>/]*>(?=.*</redissue>)', $mode,'plugin_redissue');
130 function render($mode, Doku_Renderer $renderer, $data) { argument
131 if($mode != 'xhtml') return false;
/plugin/linksenhanced/syntax/
H A Dlink.php42 function connectTo($mode) { argument
43 …$this->Lexer->addSpecialPattern('\[\[(?:(?:[^[\]]*?\[.*?\])|.*?)\]\]',$mode,'plugin_linksenhanced_…
138 function render($mode, Doku_Renderer $renderer, $data) { argument
150 if($mode == 'metadata')
169 if($mode == 'xhtml') {
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/
H A Ddhtmlxgantt_fullscreen.js78 /******/ __webpack_require__.t = function(value, mode) { argument
79 /******/ if(mode & 1) value = __webpack_require__(value);
80 /******/ if(mode & 8) return value;
81 /******/ if((mode & 4) && typeof value === 'object' && value && value.__esModule) return value;
85 /******/ if(mode & 2 && typeof value != 'string') for(var key in value) __webpack_require__.d(ns,…
/plugin/condition/
H A Dsyntax.php45 function connectTo($mode){ argument
46 $this->Lexer->addEntryPattern('<if(?=.*?</if>)', $mode, 'plugin_condition');
193 function render($mode, Doku_Renderer $renderer, $data) { argument
196 if($mode == 'xhtml') {
230 if($mode == 'metadata') {

1...<<41424344454647484950>>...98