Home
last modified time | relevance | path

Searched refs:mode (Results 126 – 150 of 2447) sorted by relevance

12345678910>>...98

/plugin/struct/syntax/
H A Dvalue.php21 * @return string Syntax mode type
43 * @param string $mode Parser mode
45 public function connectTo($mode) argument
48 $this->Lexer->addSpecialPattern('\{\{\$[^}]+\}\}', $mode, 'plugin_struct_value');
85 * @param string $mode Renderer mode (supported modes: xhtml)
90 public function render($mode, Doku_Renderer $renderer, $data) argument
106 $value = new AggregationValue($INFO['id'], $mode, $renderer, $search);
111 if ($mode
[all...]
/plugin/typography/syntax/
H A Dfontcolor.php22 $this->mode = substr(get_class($this), 7);
29 public function connectTo($mode) argument
32 $this->Lexer->addEntryPattern($this->pattern[1], $mode, $this->mode);
39 $this->Lexer->addExitPattern($this->pattern[4], $this->mode);
H A Dfontfamily.php22 $this->mode = substr(get_class($this), 7);
29 public function connectTo($mode) argument
32 $this->Lexer->addEntryPattern($this->pattern[1], $mode, $this->mode);
39 $this->Lexer->addExitPattern($this->pattern[4], $this->mode);
H A Dfontsize.php22 $this->mode = substr(get_class($this), 7);
29 public function connectTo($mode) argument
32 $this->Lexer->addEntryPattern($this->pattern[1], $mode, $this->mode);
39 $this->Lexer->addExitPattern($this->pattern[4], $this->mode);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DNodeGroupAutoscalingPolicy.php33 public $mode; variable in Google\\Service\\Compute\\NodeGroupAutoscalingPolicy
66 public function setMode($mode) argument
68 $this->mode = $mode;
75 return $this->mode;
H A DPreservedStatePreservedDisk.php29 public $mode; variable in Google\\Service\\Compute\\PreservedStatePreservedDisk
52 public function setMode($mode) argument
54 $this->mode = $mode;
61 return $this->mode;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DataCatalog/
H A DGoogleCloudDatacatalogV1RoutineSpecArgument.php25 public $mode; variable in Google\\Service\\DataCatalog\\GoogleCloudDatacatalogV1RoutineSpecArgument
38 public function setMode($mode) argument
40 $this->mode = $mode;
47 return $this->mode;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRun/
H A DGoogleCloudRunOpV2VersionToPath.php25 public $mode; variable in Google\\Service\\CloudRun\\GoogleCloudRunOpV2VersionToPath
38 public function setMode($mode) argument
40 $this->mode = $mode;
47 return $this->mode;
H A DGoogleCloudRunV2VersionToPath.php25 public $mode; variable in Google\\Service\\CloudRun\\GoogleCloudRunV2VersionToPath
38 public function setMode($mode) argument
40 $this->mode = $mode;
47 return $this->mode;
H A DKeyToPath.php29 public $mode; variable in Google\\Service\\CloudRun\\KeyToPath
52 public function setMode($mode) argument
54 $this->mode = $mode;
61 return $this->mode;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Bigquery/
H A DHivePartitioningOptions.php25 public $mode; variable in Google\\Service\\Bigquery\\HivePartitioningOptions
38 public function setMode($mode) argument
40 $this->mode = $mode;
47 return $this->mode;
/plugin/virtualkeyboard/vk/
H A Dvirtualkeyboard.js67 var mode = 0 variable
383 mode = mode ^ a2;
386 mode = mode | a2;
509 …if (((mode & VK_SHIFT || mode & VK_CAPS) && (mode ^ (VK_SHIFT | VK_CAPS)))) chr = chr.toUpperCase(…
602 if (e.ctrlKey) mode = mode | VK_CTRL;
616 mode = mode | VK_CAPS;
651 if (!e.ctrlKey && (mode & VK_CTRL)) mode = mode ^ VK_CTRL;
660 mode = mode ^ VK_CAPS;
690 if ((mode & VK_SHIFT || mode & VK_CAPS) && (mode ^ (VK_SHIFT | VK_CAPS)))
746 if (VK_CAPS & (mode = mode ^ VK_CAPS))
[all …]
/plugin/extranet/
H A Dsyntax.php23 * @param string $mode
25 public function connectTo($mode) { argument
26 $this->Lexer->addSpecialPattern('~~NOEXTRANET~~', $mode, 'plugin_changes');
45 * @param string $mode output format being rendered
50 public function render($mode, Doku_Renderer $renderer, $data) { argument
/plugin/feedaggregator/
H A Dsyntax.php40 * @param string $mode Parser mode
42 public function connectTo($mode) { argument
44 $this->Lexer->addEntryPattern('<feedaggregator>', $mode, 'plugin_feedaggregator');
95 * @param string $mode Renderer mode (supported modes: xhtml)
100 public function render($mode, Doku_Renderer $renderer, $data) { argument
101 if ($mode != 'xhtml') {
/plugin/sugar/
H A Dsyntax.php32 function connectTo($mode) { argument
33 $this->Lexer->addSpecialPattern('~~SugarOpportunity:[-0-9a-f]+~~', $mode, 'plugin_sugar');
34 $this->Lexer->addSpecialPattern('~~SugarAccount:[-0-9a-f]+~~', $mode, 'plugin_sugar');
35 $this->Lexer->addSpecialPattern('~~SugarContact:[-0-9a-f]+~~', $mode, 'plugin_sugar');
74 function render($mode, Doku_Renderer $renderer, $data) { argument
75 if ( $mode == 'xhtml' ) {
/plugin/toc/
H A Dsyntax.php46 function connectTo($mode) { argument
47 $this->Lexer->addSpecialPattern('~~TOC~~', $mode, 'plugin_toc');
60 function render($mode, &$renderer, $data) { argument
61 if ($mode == 'xhtml'){
64 } elseif ($mode == 'metadata') {
/plugin/tabbox/
H A Dsyntax.php19 function accepts($mode) { argument
20 if($mode == 'plugin_tabbox') return true;
21 return parent::accepts($mode);
55 * @param string $mode Parser mode
57 public function connectTo($mode) { argument
58 $this->Lexer->addEntryPattern('<tabbox.*?>(?=.*?</tabbox>)', $mode, 'plugin_tabbox');
86 * @param string $mode Renderer mode (supported modes: xhtml)
91 public function render($mode, Doku_Renderer $renderer, $data) { argument
92 if($mode != 'xhtml') return false;
/plugin/findologicxmlexport/vendor/hoa/iterator/
H A DRegularExpression.php162 * @param int $mode Operation mode, please see the
173 $mode = self::MATCH, argument
180 $this->setMode($mode);
319 * @param int $mode Mode.
322 public function setMode($mode) argument
324 if ($mode < self::MATCH || $mode > self::REPLACE) {
326 'Illegal mode ' . $mode . '.'
330 $this->_mode = $mode;
/plugin/simplemap/
H A Dsyntax.php43 * @param string $mode Parser mode
45 public function connectTo($mode): void argument
47 $this->Lexer->addSpecialPattern('{{simplemap>.*?}}', $mode, 'plugin_simplemap');
78 * @param string $mode Renderer mode (supported modes: xhtml)
83 public function render($mode, Doku_Renderer $renderer, $data): bool argument
85 if ($mode != 'xhtml') {
/plugin/combo/syntax/
H A Dxmlblocktag.php27 * Needs to return one of the mode types defined in $PARSER_MODES in parser.php
36 * Icon had 'substition' and can still have other mode inside (ie tooltip)
48 * @param string $mode
52 public function accepts($mode): bool argument
55 * header mode is disable to take over
58 if ($mode == "header") {
62 return syntax_plugin_combo_preformatted::disablePreformatted($mode);
102 * <a href="https://www.dokuwiki.org/devel:syntax_plugins#syntax_types">mode type</a>
105 * * array of one or more of the mode types {@link $PARSER_MODES} in Parser.php
122 function connectTo($mode) argument
[all...]
/plugin/dw2pdf/syntax/
H A Dexportlink.php23 * Needs to return one of the mode types defined in $PARSER_MODES in parser.php
33 * Sort for applying this mode
43 * @param string $mode
45 public function connectTo($mode)
47 $this->Lexer->addSpecialPattern('~~PDFNS>(?:.*?)\|(?:.*?)~~', $mode, 'plugin_dw2pdf_exportlink');
41 connectTo($mode) global() argument
80 render($mode, Doku_Renderer $renderer, $data) global() argument
/plugin/markdowku/
H A Dhr.php19 function connectTo($mode) { argument
24 $mode,
29 $mode,
34 $mode,
43 function render($mode, Doku_Renderer $renderer, $data) { argument
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Datastore/
H A DCommitRequest.php26 public $mode; variable in Google\\Service\\Datastore\\CommitRequest
37 public function setMode($mode) argument
39 $this->mode = $mode;
46 return $this->mode;
/plugin/keywords/syntax/
H A Dkeywords.php30 function connectTo($mode){ argument
31 if ($mode == 'base'){
32 $this->Lexer->addSpecialPattern('{{keywords>.+?}}',$mode,'plugin_keywords_keywords');
45 function render($mode, Doku_Renderer $renderer, $data) { argument
46 switch ($mode) {
/plugin/acknowledge/syntax/
H A Dassign.php32 public function connectTo($mode)
34 $this->Lexer->addSpecialPattern('~~ACK:.*?~~', $mode, 'plugin_acknowledge_assign');
46 public function render($mode, Doku_Renderer $renderer, $data)
50 if ($mode === 'metadata') {
57 if ($mode !== 'xhtml') {
30 connectTo($mode) global() argument
44 render($mode, Doku_Renderer $renderer, $data) global() argument

12345678910>>...98