/plugin/struct/meta/ |
H A D | QueryBuilderWhere.php | 12 protected $statement; variable in dokuwiki\\plugin\\struct\\meta\\QueryBuilderWhere 29 if ($statement === null) { 30 $this->statement = array(); 32 $this->statement = $statement; 39 * @param string $statement 42 public function whereAnd($statement) argument 53 public function whereOr($statement) argument 95 $this->statement[] = $where; 97 if ($statement) { 118 if (!$this->statement) return ''; [all …]
|
H A D | QueryBuilder.php | 55 * Basically the same as @param string $statement 64 public function addSelectStatement($statement, $alias) argument 66 $this->select[$alias] = $statement; 120 $statement = "LEFT OUTER JOIN $righttable AS $rightalias ON $onclause"; 121 $this->from = $this->arrayInsert($this->from, array($rightalias => $statement), $pos + 1); 162 * Like @param string $statement a single grouping clause 166 public function addGroupByStatement($statement) argument 168 $this->groupby[] = $statement; 213 foreach ($this->from as $alias => $statement) { 220 $from .= $statement;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ContainerAnalysis/ |
H A D | DSSEAttestationOccurrence.php | 44 public function setStatement(InTotoStatement $statement) argument 46 $this->statement = $statement; 53 return $this->statement;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/OnDemandScanning/ |
H A D | DSSEAttestationOccurrence.php | 44 public function setStatement(InTotoStatement $statement) argument 46 $this->statement = $statement; 53 return $this->statement;
|
/plugin/combo/ComboStrap/ |
H A D | SqliteRequest.php | 39 private $statement; variable in ComboStrap\\SqliteRequest 80 if($this->statement!==null){ 81 $res = $this->sqlitePlugin->getAdapter()->getDb()->exec($this->statement); 156 * @param string $statement 159 public function setStatement(string $statement): SqliteRequest argument 161 $this->statement = $statement;
|
H A D | Event.php | 53 $statement = "delete from {$eventTableName} returning *"; 56 $statement .= "order by timestamp limit {$maxBackgroundEventLow}"; 59 ->setStatement($statement);
|
H A D | PageRules.php | 163 …$statement = 'update PAGE_RULES set matcher = ?, target = ?, priority = ?, timestamp = ? where id … 166 ->setQueryParametrized($statement, $entry);
|
/plugin/sql/ |
H A D | DB.php | 117 function mysql_num_rows($statement) { argument 118 return $statement->rowCount(); 120 function mysql_fetch_array($statement, $params = NULL) { argument 121 return $statement->fetch(); 123 function mysql_fetch_assoc($statement, $params = NULL) { argument 124 return $statement->fetch(); 126 function mysql_error($statement = NULL) { argument
|
/plugin/sqlite/ |
H A D | helper.php | 302 $statement = ''; 321 $statement .= $char . $next; 326 $statement .= $char; 332 $statement .= $char; 345 $statement .= $char; 351 $statements[] = trim($statement); 352 $statement = ''; 357 $statement .= $char; 359 if($statement) $statements[] = trim($statement);
|
/plugin/farm/install/animaltemplate/conf/ |
H A D | mysql.conf.php.example | 7 * See comments of every statement for details. 54 /* This statement is used to grant or deny access to the wiki. The result 73 /* This statement should return a table with exact one row containing 89 /* This statement is used to get all groups a user is member of. The 107 /* This statement should return a table containing all user login names 114 * No patterns will be replaced in this statement but following patters 135 /* This statement should add a user to the database. Minimum information 150 /* This statement should add a group to the database. 168 /* This statement should remove a group fom the database. 190 /* This statement should remove a user fom the database. [all …]
|
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/ |
H A D | raw.rst | 31 The first ternary statement is not escaped: ``hello`` is marked as being 33 :doc:`escape<../tags/autoescape>`). In the second ternary statement, even 35 expression. The third ternary statement is marked as safe and the result is
|
/plugin/sequencediagram/bower_components/js-sequence-diagrams/src/ |
H A D | grammar.ebnf | 9 document ::= statement* 11 statement ::=
|
H A D | grammar.jison | 52 : statement { } 56 statement
|
/plugin/authgoogle/google/contrib/ |
H A D | Google_FreebaseService.php | 368 public $statement; variable in Google_TopicValueCitation 376 public function setStatement( $statement) { argument 377 $this->statement = $statement; 380 return $this->statement;
|
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/exceptions/ |
H A D | syntax_error_in_reused_template.test | 10 Twig\Error\SyntaxError: Unexpected token "operator" of value "=" ("end of statement block" expected…
|
/plugin/loadskin/images/ |
H A D | readme.txt | 1 …u don’t pass them off as your own and remove this readme file. A credit statement and a link back …
|
/plugin/codemirror/dist/modes/ |
H A D | groovy.min.js.map | 1 …statement\" && !expectExpression(state.lastToken, true)) {\n popContext(state); ctx = sta…
|
H A D | d.min.js.map | 1 …statement\")\n indent = state.context.indented;\n return state.context = new Context(inden…
|
H A D | ttcn-cfg.min.js.map | 1 …statement\")\n indent = state.context.indented;\n return state.context = new Context(i…
|
H A D | asn.1.min.js.map | 1 …statement\")\n indent = state.context.indented;\n return state.context = new Context(i…
|
H A D | vhdl.min.js.map | 1 …statement\") popContext(state);\n else if (curPunc == \"{\") pushContext(state, stream.column…
|
/plugin/backup/lang/en/ |
H A D | windows.txt | 9 If you have read the above statement and wish to continue, please press the "I Understand" button b…
|
/plugin/404manager/ |
H A D | admin.php | 446 $statement = 'select * from redirections where source = ?'; 447 $res = $this->sqlite->query($statement, $sourcePageId); 456 … $statement = 'update redirections set target = ?, creation_timestamp = ? where source = ?'; 457 $res = $this->sqlite->query($statement, $entry);
|
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/ |
H A D | use.rst | 37 The ``use`` statement tells Twig to import the blocks defined in 46 In this example, the ``use`` statement imports the ``sidebar`` block into the
|
/plugin/dw2pdf/vendor/mpdf/mpdf/ttfonts/ |
H A D | TaameyDavidCLM-LICENSE.txt | 17 delete this exception statement from your version.
|