Home
last modified time | relevance | path

Searched refs:mode (Results 651 – 675 of 2447) sorted by relevance

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

/plugin/yuriigantt/3rd/dhtmlxgantt/sources/locale/
H A Dlocale_kr.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,…
H A Dlocale_pl.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,…
H A Dlocale_si.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,…
H A Dlocale_sv.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,…
H A Dlocale_tr.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/zip/pear/File/Archive/Writer/
H A DTar.php56 $mode = isset($stat[2]) ? $stat[2] : 0x8000;
63 if ($mode & 0x4000) {
65 } else if ($mode & 0x8000) {
67 } else if ($mode & 0xA000) {
86 decoct($mode),
/plugin/combo/syntax/
H A Dnote.php32 * Needs to return one of the mode types defined in $PARSER_MODES in parser.php
73 public function accepts($mode): bool argument
76 * header mode is disable to take over
79 if ($mode == "header") {
82 return syntax_plugin_combo_preformatted::disablePreformatted($mode);
87 function connectTo($mode) argument
91 $this->Lexer->addEntryPattern($pattern, $mode, PluginUtility::getModeFromTag($this->getPluginComponent()));
199 // unsupported $mode
H A Dpreformatted.php26 * * disable preformatted mode via the function {@link syntax_plugin_combo_preformatted::disablePreformatted()}
49 * Needs to return one of the mode types defined in $PARSER_MODES in parser.php
80 * Return an array of one or more of the mode types {@link $PARSER_MODES} in Parser.php
90 * Should be less than the preformatted mode
98 function connectTo($mode) argument
108 $this->Lexer->addEntryPattern($pattern, $mode, PluginUtility::getModeFromTag($this->getPluginComponent()));
232 * @param $mode
236 static function disablePreformatted($mode): bool argument
243 $mode == 'preformatted'
245 $mode
[all...]
/plugin/orgapp/
H A Dsyntax.php26 function connectTo($mode) { argument
27 $this->Lexer->addEntryPattern('<orgapp.*?>(?=.*?</orgapp>)', $mode, 'plugin_orgapp');
73 function render($mode, Doku_Renderer $renderer, $data) { argument
75 if ($mode == 'xhtml') {
/plugin/colortag/
H A Dcolortag.php39 public function connectTo($mode) { argument
40 …$this->Lexer->addEntryPattern('<colortag(?=[^\r\n]*?>.*?</colortag>)',$mode,'plugin_colortag_color…
65 public function render($mode, &$renderer, $data) { argument
66 if($mode != 'xhtml') return false;
/plugin/yuriigantt/
H A Dsyntax.php33 * @param string $mode Parser mode
35 public function connectTo($mode) argument
37 if ($mode === 'base') {
38 Embedded::addLexerPattern($this->Lexer, $mode);
/plugin/mp3play/
H A Dsyntax.php40 …function connectTo($mode) { $this->Lexer->addSpecialPattern('\{\{mp3play>.*?\}\}',$mode,'plugin_mp… argument
80 function render($mode, Doku_Renderer $renderer, $data) { argument
85 if($mode == 'xhtml') {
/plugin/autolink4/syntax/
H A Dallwords.php65 * @param $mode
67 function connectTo($mode) {
86 //$this->Lexer->addSpecialPattern('(?:[\w\'\-]+ *)+?', $mode, 'plugin_autolink4_allwords');
134 * @param string $mode
139 function render($mode, Doku_Renderer $renderer, $data) {
147 else if ($mode == 'xhtml') {
71 connectTo($mode) global() argument
143 render($mode, Doku_Renderer $renderer, $data) global() argument
/plugin/flowplayer/
H A Dsyntax.php27 …function connectTo($mode) { $this->Lexer->addSpecialPattern('{{flowplayer>.*?}}',$mode,'plugin_flo… argument
52 function render($mode, &$renderer, $data) { argument
53 if($mode == 'xhtml'){
/plugin/findologicxmlexport/vendor/hoa/iterator/Recursive/
H A DRegularExpression.php62 * @param int $mode Operation mode, please see the
73 $mode = self::MATCH, argument
77 parent::__construct($iterator, $regex, $mode, $flags, $pregFlags);
/plugin/markdowku/
H A Danchorsinline.php16 function connectTo($mode) { argument
22 $mode,
42 function render($mode, Doku_Renderer $renderer, $data) { argument
/plugin/blogtng/syntax/
H A Dcommentreply.php31 * @param string $mode
33 function connectTo($mode) { argument
34 $this->Lexer->addSpecialPattern('@#\d+:', $mode, 'plugin_blogtng_commentreply');
/plugin/sqlcomp/
H A Dsyntax.php36 * @param string $mode Parser mode
38 public function connectTo($mode) { argument
40 $this->Lexer->addSpecialPattern('\[\[mysql\:.*?\]\]', $mode, 'plugin_sqlcomp');
41 $this->Lexer->addSpecialPattern('\[\[mssql\:.*?\]\]', $mode, 'plugin_sqlcomp');
42 $this->Lexer->addSpecialPattern('\[\[oracle\:.*?\]\]', $mode, 'plugin_sqlcomp');
43 $this->Lexer->addSpecialPattern('\[\[sqlite\:.*?\]\]', $mode, 'plugin_sqlcomp');
44 $this->Lexer->addSpecialPattern('\[\[sqlaccess\:.*?\]\]', $mode, 'plugin_sqlcomp');
46 $this->Lexer->addSpecialPattern('\[\[sqlcsv\:.*?\]\]', $mode, 'plugin_sqlcomp');
117 * @param string $mode Renderer mode (supported modes: xhtml)
122 public function render($mode, Doku_Renderer $renderer, $data) { argument
[all …]
/plugin/googlemaps3/
H A Dsyntax.php86 * @param string $mode
88 function connectTo($mode) { argument
89 …$this->Lexer->addSpecialPattern('<googlemaps3 ?[^>\n]*>.*?</googlemaps3>',$mode,'plugin_googlemaps…
162 * @param string $mode output format being rendered
167 function render($mode, Doku_Renderer $renderer, $data) { argument
171 if ($mode == 'xhtml') {
/plugin/flexpaper/
H A Dsyntax.php39 * @param string $mode Parser mode
41 public function connectTo($mode) { argument
43 $this->Lexer->addSpecialPattern('\{\{flexpaper>.*?\}\}',$mode,'plugin_flexpaper');
161 * @param string $mode Renderer mode (supported modes: xhtml)
166 public function render($mode, Doku_Renderer &$renderer, $data) { argument
167 if($mode != 'xhtml') return false;
/plugin/abc2/
H A Dsyntax.php17 * @return string Syntax mode type
43 * @param string $mode Parser mode
45 public function connectTo($mode) argument
47 $this->Lexer->addEntryPattern('<abc(?=.*\x3C/abc\x3E)',$mode,'plugin_abc2');
78 * @param string $mode Renderer mode (supported modes: xhtml)
84 public function render($mode, Doku_Renderer $renderer, $data) argument
86 if ($mode !== 'xhtml') {
/plugin/src/
H A Dsyntax.php43 * @param string $mode Parser mode
45 public function connectTo($mode) { argument
46 $this->Lexer->addSpecialPattern('\{\{src.+?\}\}', $mode, 'plugin_src');
87 * @param string $mode Renderer mode (supported modes: xhtml)
92 public function render($mode, Doku_Renderer $renderer, $data) { argument
100 if ($mode != 'xhtml') {
/plugin/navbox/
H A Dsyntax.php50 * @param string $mode Parser mode
52 public function connectTo($mode) { argument
53 $this->Lexer->addSpecialPattern('<navbox>.*?</navbox>', $mode, 'plugin_navbox');
218 * @param string $mode Renderer mode (supported modes: xhtml)
224 public function render($mode, Doku_Renderer $renderer, $data) { argument
225 if ($mode != 'xhtml') return false;
/plugin/elasticsearch/vendor/ruflin/elastica/src/Query/
H A DFunctionScore.php247 * The boost mode determines how the score of this query is combined with that of the child query.
249 * @param string $mode see BOOST_MODE_* constants for valid options. Default is multiply.
253 public function setBoostMode(string $mode = self::BOOST_MODE_MULTIPLY): self argument
255 return $this->setParam('boost_mode', $mode);
278 * @param string $mode see SCORE_MODE_* constants for valid options. Default is multiply.
282 public function setScoreMode(string $mode = self::SCORE_MODE_MULTIPLY): self argument
284 return $this->setParam('score_mode', $mode);
/plugin/gitlink2/
H A Dsyntax.php60 $this->Lexer->addSpecialPattern('GIT\?[0-9a-fA-F]{6,40}',$mode,'plugin_gitlink');
73 function render($mode, &$renderer, $data) { argument
76 if($mode == 'xhtml'){

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