Home
last modified time | relevance | path

Searched refs:statement (Results 1 – 25 of 185) sorted by relevance

12345678

/plugin/struct/meta/
H A DQueryBuilderWhere.php12 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 DQueryBuilder.php55 * 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 DDSSEAttestationOccurrence.php44 public function setStatement(InTotoStatement $statement) argument
46 $this->statement = $statement;
53 return $this->statement;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/OnDemandScanning/
H A DDSSEAttestationOccurrence.php44 public function setStatement(InTotoStatement $statement) argument
46 $this->statement = $statement;
53 return $this->statement;
/plugin/combo/ComboStrap/
H A DSqliteRequest.php39 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 DEvent.php53 $statement = "delete from {$eventTableName} returning *";
56 $statement .= "order by timestamp limit {$maxBackgroundEventLow}";
59 ->setStatement($statement);
H A DPageRules.php163 …$statement = 'update PAGE_RULES set matcher = ?, target = ?, priority = ?, timestamp = ? where id …
166 ->setQueryParametrized($statement, $entry);
/plugin/sql/
H A DDB.php117 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 Dhelper.php302 $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 Dmysql.conf.php.example7 * 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 Draw.rst31 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 Dgrammar.ebnf9 document ::= statement*
11 statement ::=
H A Dgrammar.jison52 : statement { }
56 statement
/plugin/authgoogle/google/contrib/
H A DGoogle_FreebaseService.php368 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 Dsyntax_error_in_reused_template.test10 Twig\Error\SyntaxError: Unexpected token "operator" of value "=" ("end of statement block" expected…
/plugin/loadskin/images/
H A Dreadme.txt1 …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 Dgroovy.min.js.map1statement\" && !expectExpression(state.lastToken, true)) {\n popContext(state); ctx = sta…
H A Dd.min.js.map1statement\")\n indent = state.context.indented;\n return state.context = new Context(inden…
H A Dttcn-cfg.min.js.map1statement\")\n indent = state.context.indented;\n return state.context = new Context(i…
H A Dasn.1.min.js.map1statement\")\n indent = state.context.indented;\n return state.context = new Context(i…
H A Dvhdl.min.js.map1statement\") popContext(state);\n else if (curPunc == \"{\") pushContext(state, stream.column…
/plugin/backup/lang/en/
H A Dwindows.txt9 If you have read the above statement and wish to continue, please press the "I Understand" button b…
/plugin/404manager/
H A Dadmin.php446 $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 Duse.rst37 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 DTaameyDavidCLM-LICENSE.txt17 delete this exception statement from your version.

12345678