Home
last modified time | relevance | path

Searched refs:mode (Results 1076 – 1100 of 2447) sorted by relevance

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

/plugin/sphinxsearch-was/
H A Dsphinxapi.php685 function SetMatchMode($mode) argument
687 assert($mode == SPH_MATCH_ALL
688 || $mode == SPH_MATCH_ANY
689 || $mode == SPH_MATCH_PHRASE
690 || $mode == SPH_MATCH_BOOLEAN
691 || $mode == SPH_MATCH_EXTENDED
692 || $mode == SPH_MATCH_FULLSCAN
694 $this->_mode = $mode;
712 $mode == SPH_SORT_RELEVANCE ||
717 $mode == SPH_SORT_EXPR
[all …]
/plugin/sphinxsearch/
H A Dsphinxapi.php721 assert ( $mode==SPH_MATCH_ALL
722 || $mode==SPH_MATCH_ANY
723 || $mode==SPH_MATCH_PHRASE
724 || $mode==SPH_MATCH_BOOLEAN
725 || $mode==SPH_MATCH_EXTENDED
726 || $mode==SPH_MATCH_FULLSCAN
728 $this->_mode = $mode;
748 $mode==SPH_SORT_ATTR_ASC ||
750 $mode==SPH_SORT_EXTENDED ||
751 $mode==SPH_SORT_EXPR );
[all …]
/plugin/openlayersmapoverlays/syntax/
H A Dmapillarylayer.php63 public function connectTo($mode): void { argument
66 '<olmap_mapillarylayer ?[^>\n]*>.*?</olmap_mapillarylayer>', $mode,
H A Dwmslayer.php70 public function connectTo($mode): void { argument
75 $mode, 'plugin_openlayersmapoverlays_wmslayer'
H A Dagslayer.php69 public function connectTo($mode): void { argument
77 $mode, 'plugin_openlayersmapoverlays_agslayer'
/plugin/src/
H A Daction.php52 if (!isset($cache->mode) || in_array($cache->mode,array('i','metadata'))) return;
/plugin/datasearchform/
H A Dsyntax.php46 public function connectTo($mode) { argument
47 $this->Lexer->addSpecialPattern('\{datasearchform\b.*?\}', $mode, 'plugin_datasearchform');
/plugin/displayorphans/
H A Dsyntax.php46 function connectTo($mode) argument
49 $this->Lexer->addSpecialPattern($pattern, $mode, 'plugin_displayorphans');
/plugin/source/
H A Daction.php50 if (!isset($cache->mode) || in_array($cache->mode,array('i','metadata'))) return;
/plugin/structgroup/types/
H A DGroup.php43 * @param string $mode
46 public function renderValue($value, \Doku_Renderer $R, $mode) { argument
/plugin/struct/types/
H A DDate.php21 * @param string $mode The mode the output is rendered in (eg. XHTML)
22 * @return bool true if $mode could be satisfied
24 public function renderValue($value, \Doku_Renderer $R, $mode) argument
/plugin/amcharts/assets/amcharts/plugins/export/libs/jszip/
H A Djszip.js3001 _mode = (mode === ~~mode) ? mode : ((mode === true) ? Z_FINISH : Z_NO_FLUSH);
3343 _mode = (mode === ~~mode) ? mode : ((mode === true) ? c.Z_FINISH : c.Z_NO_FLUSH);
6249 state.mode = HEAD;
6474 if (state.mode === TYPE) { state.mode = TYPEDO; } /* skip check */
6594 state.mode = TIME;
6621 state.mode = OS;
6715 state.mode = NAME;
7161 state.mode = LEN;
7415 state.mode = LEN;
7511 state.mode = MEM;
[all …]
/plugin/davcard/syntax/
H A Dcard.php49 function connectTo($mode) { argument
50 $this->Lexer->addSpecialPattern('\{\{davcard>[^}]*\}\}',$mode,'plugin_davcard_card');
51 $this->Lexer->addSpecialPattern('\{\{davcardclient>[^}]*\}\}',$mode,'plugin_davcard_card');
/plugin/structtemplate/meta/
H A DStructTemplateSyntax.php130 * @param string $mode Output format to generate
135 public function render($mode, Doku_Renderer $renderer, $data): bool argument
207 $html = p_render($mode, p_get_instructions($interpolated), $html_info);
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A Dfunctions.php170 * @param string $mode Mode used to open the file
178 function try_fopen($filename, $mode) argument
180 return Utils::tryFopen($filename, $mode);
/plugin/revealjs/syntax/
H A Dbackground.php26 public function connectTo($mode) { argument
27 …cialPattern('----+>>?|----+[^\n]*?----+>>?|<<?----+|{{background>.+?}}', $mode, 'plugin_revealjs_b…
107 public function render($mode, Doku_Renderer $renderer, $data) { argument
109 if($mode == 'xhtml') {
/plugin/schedule/syntax/
H A Dblock.php26 function connectTo ($mode) { argument
27 $this->Lexer->addSpecialPattern ('\{\{schedule[^}]*\}\}', $mode, 'plugin_schedule_block');
43 function render ($mode, Doku_Renderer $renderer, $indata) { argument
47 if ($mode != 'xhtml')
/plugin/translationbuddy/
H A Dsyntax.php31 public function connectTo($mode) { argument
32 …$this->Lexer->addSpecialPattern('----+ *translationbuddy *-+\n.*?\n----+',$mode,'plugin_translatio…
39 public function render($mode, &$renderer, $data) { argument
40 if($mode == 'xhtml') {
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DBlowfish.php291 * @param string $mode
295 public function __construct($mode) argument
297 parent::__construct($mode);
299 if ($this->mode == self::MODE_STREAM) {
/plugin/combo/syntax/
H A Dcontentlist.php112 * Needs to return one of the mode types defined in $PARSER_MODES in parser.php
143 * Return an array of one or more of the mode types {@link $PARSER_MODES} in Parser.php
150 public function accepts($mode): bool argument
153 return syntax_plugin_combo_preformatted::disablePreformatted($mode);
164 function connectTo($mode) argument
169 $this->Lexer->addEntryPattern($pattern, $mode, PluginUtility::getModeFromTag($this->getPluginComponent()));
330 // unsupported $mode
/plugin/tag/syntax/
H A Dsearchtags.php30 * @param string $mode Parser mode
32 function connectTo($mode) { argument
33 $this->Lexer->addSpecialPattern('\{\{searchtags}}', $mode,'plugin_tag_searchtags');
35 $this->Lexer->addSpecialPattern('\{\{searchtags&.*?\}\}',$mode,'plugin_tag_searchtags');
56 * @param string $format Renderer mode (supported modes: xhtml and metadata)
/plugin/authdrupal7/
H A Dauth.php457 * @param string $mode could be 'READ' or 'WRITE'
460 protected function _lockTables($mode) { argument
464 if($mode == "READ" || $mode == "WRITE") {
469 $sql .= "$table $mode";
/plugin/gitlabapi/
H A Dsyntax.php33 public function connectTo($mode) { argument
34 $this->Lexer->addSpecialPattern('<gitlab-api[^>]*/>', $mode, 'plugin_gitlabapi');
99 function render($mode, Doku_Renderer $renderer, $data) { argument
100 if ($mode !== 'xhtml') return false;
101 if ($mode != 'xhtml') return false;
/plugin/authdrupal8/
H A Dauth.php451 * @param string $mode could be 'READ' or 'WRITE'
454 protected function _lockTables($mode) {
458 if($mode == "READ" || $mode == "WRITE") {
463 $sql .= "$table $mode";
465 _lockTables($mode) global() argument
/plugin/openlayersmap/ol7/
H A Dol-layerswitcher.css

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