Home
last modified time | relevance | path

Searched refs:mode (Results 101 – 125 of 2447) sorted by path

12345678910>>...98

/plugin/approve/syntax/
H A Dtable.php25 function connectTo($mode) {
26 $this->Lexer->addSpecialPattern('----+ *approve table *-+\n.*?----+', $mode,'plugin_approve_table');
79 * @param string $mode Renderer mode (supported modes: xhtml)
86 public function render($mode, Doku_Renderer $renderer, $data)
88 $method = 'render' . ucfirst($mode);
23 connectTo($mode) global() argument
84 render($mode, Doku_Renderer $renderer, $data) global() argument
/plugin/archivegenerator/
H A DLICENSE313 when it starts in an interactive mode:
/plugin/archiveupload/
H A DCOPYING314 when it starts in an interactive mode:
/plugin/articlelinks/
H A Dsyntax.php35 * @param string $mode Parser mode
37 public function connectTo($mode) { argument
38 …n|relatedarticle|relatedarticles|mainarticle)>.*?</(?:article|section)>',$mode,'plugin_articlelink…
83 * @param string $mode Renderer mode (supported modes: xhtml)
88 public function render($mode, Doku_Renderer $renderer, $data) { argument
89 if($mode != 'xhtml') return false;
/plugin/asana/
H A DLICENSE313 when it starts in an interactive mode:
/plugin/asana/syntax/
H A DAsanaSyntax.php34 * @param string $mode Parser mode
38 public function connectTo($mode) { argument
39 $this->Lexer->addEntryPattern("\[asana :",$mode,'plugin_asana_AsanaSyntax');
112 * @param string $mode Renderer mode (supported modes: xhtml)
117 public function render($mode, Doku_Renderer &$renderer, $data) { argument
/plugin/asiansearch/
H A DCOPYING313 when it starts in an interactive mode:
/plugin/attribute/
H A DLICENSE313 when it starts in an interactive mode:
/plugin/authclientcert/
H A DLICENSE313 when it starts in an interactive mode:
/plugin/authdjango/
H A DLICENSE313 when it starts in an interactive mode:
/plugin/authdrupal7/
H A DCOPYING313 when it starts in an interactive mode:
H A DREADME.md44 **Before** setting your authentication mode to ```authdrupal7``` you should think about the followi…
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/authdrupal8/
H A DREADME.md43 **Before** setting your authentication mode to ```authdrupal8``` you should think about the following:
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/authfacebook/
H A DLICENSE313 when it starts in an interactive mode:
/plugin/authg2fa/
H A DLICENSE313 when it starts in an interactive mode:
/plugin/authgoogle/google/contrib/
H A DGoogle_BigqueryService.php1859 public $mode; variable in Google_TableFieldSchema
1869 public function setMode( $mode) { argument
1870 $this->mode = $mode;
1873 return $this->mode;
H A DGoogle_ComputeService.php1838 public $mode; variable in Google_AttachedDisk
1865 public function setMode( $mode) { argument
1866 $this->mode = $mode;
1869 return $this->mode;
/plugin/authgoogle2fa/
H A DLICENSE313 when it starts in an interactive mode:
/plugin/authgooglesheets/
H A DLICENSE313 when it starts in an interactive mode:
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AIPlatformNotebooks/
H A DDisk.php60 public $mode; variable in Google\\Service\\AIPlatformNotebooks\\Disk
199 public function setMode($mode) argument
201 $this->mode = $mode;
208 return $this->mode;
H A DLocalDisk.php58 public $mode; variable in Google\\Service\\AIPlatformNotebooks\\LocalDisk
197 public function setMode($mode) argument
199 $this->mode = $mode;
206 return $this->mode;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Bigquery/
H A DArgument.php31 public $mode; variable in Google\\Service\\Bigquery\\Argument
68 public function setMode($mode) argument
70 $this->mode = $mode;
77 return $this->mode;
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;

12345678910>>...98