Home
last modified time | relevance | path

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

12345678910

/plugin/struct/meta/
H A DQueryBuilderWhere.php12 protected $statement; variable in dokuwiki\\plugin\\struct\\meta\\QueryBuilderWhere
23 * @param null|string $statement The statement or null if this should hold sub statments
25 public function __construct(QueryBuilder $QB, $type = 'AND', $statement = null) argument
29 if ($statement === null) {
30 $this->statement = [];
32 $this->statement = $statement;
39 * @param string $statement
42 public function whereAnd($statement) argument
44 return $this->where('AND', $statement);
53 public function whereOr($statement) argument
[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, [$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/sqlite/
H A DTools.php24 $statement = '';
43 $statement .= $char . $next;
48 $statement .= $char;
54 $statement .= $char;
67 $statement .= $char;
73 $statements[] = trim($statement);
74 $statement = '';
79 $statement .= $char;
81 if ($statement) $statements[] = trim($statement);
/plugin/combo/ComboStrap/
H A DSqliteRequest.php44 private ?string $statement = null; variable in ComboStrap\\SqliteRequest
77 $statement = $this->getParametrizeReplaceQuery($this->tableName, $this->data);
79 $res = $this->executeParametrizedStatement($statement, $values);
87 $res = $this->executeParametrizedStatement($this->statement, $this->parameters);
88 $queryExecuted = array_merge([$this->statement], $this->parameters);
93 $res = $sqLiteAdapater->executeQuery($this->statement);
95 $res = $sqLiteAdapater->query($this->statement);
97 $queryExecuted = $this->statement;
180 $this->statement = $executableSql;
187 * @param string $statement
[all …]
H A DEvent.php79 $statement = "delete from {$eventTableName} returning *";
82 $statement .= "order by timestamp limit {$maxEvent}";
85 ->setStatement($statement);
H A DPageRules.php165 …$statement = 'update PAGE_RULES set matcher = ?, target = ?, priority = ?, timestamp = ? where id …
169 ->setQueryParametrized($statement, $entry);
/plugin/aichat/vendor/vanderlee/php-sentence/src/
DSentence.php320 foreach ($statements as $statement) {
321 if (self::isEndQuote($statement)) {
322 $statement = $previous_statement . $statement;
327 $return[$i] = $statement;
328 $previous_statement = $statement;
341 private static function isEndQuote($statement) argument
343 $trimmed = Multibyte::trim($statement);
344 $first = mb_substr($statement, 0, 1);
349 && mb_substr($statement, 1, 1) === ' '
350 && ctype_lower(mb_substr($statement, 2, 1)) === true
/plugin/authgooglesheets/vendor/google/apiclient-services/src/OnDemandScanning/
DDSSEAttestationOccurrence.php44 public function setStatement(InTotoStatement $statement) argument
46 $this->statement = $statement;
53 return $this->statement;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ContainerAnalysis/
DDSSEAttestationOccurrence.php44 public function setStatement(InTotoStatement $statement) argument
46 $this->statement = $statement;
53 return $this->statement;
/plugin/sql/
DDB.php114 function mysql_num_rows($statement) { argument
115 return $statement->rowCount();
117 function mysql_fetch_array($statement, $params = NULL) { argument
118 return $statement->fetch();
120 function mysql_fetch_assoc($statement, $params = NULL) { argument
121 return $statement->fetch();
123 function mysql_error($statement = NULL) { argument
/plugin/farm/install/animaltemplate/conf/
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.
157 /* This statement should connect a user to a group (a user become member
168 /* This statement should remove a group fom the database.
[all …]
/plugin/asciidocjs/node_modules/uglify-js/lib/
Dast.js286 $documentation: "The empty statement (empty block or simply a semicolon)",
314 $documentation: "A statement consisting of an expression, i.e. a = 1 + 2",
390 $documentation: "A block statement",
1321 $documentation: "An `export` statement",
1323 body: "[AST_DefClass|AST_Definitions|AST_LambdaDefinition] the statement to export",
1344 $documentation: "An `export default` statement",
1365 $documentation: "An `export ... from '...'` statement",
1391 $documentation: "An `export { ... }` statement",
1414 $documentation: "An `import` statement",
1441 … if (this.properties != null) throw new Error("cannot import both * and {} in the same statement");
[all …]
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
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/authgoogle/google/contrib/
DGoogle_FreebaseService.php368 public $statement; variable in Google_TopicValueCitation
376 public function setStatement( $statement) { argument
377 $this->statement = $statement;
380 return $this->statement;
/plugin/sequencediagram/bower_components/js-sequence-diagrams/src/
Dgrammar.ebnf9 document ::= statement*
11 statement ::=
Dgrammar.jison52 : statement { }
56 statement
/plugin/asciidocjs/node_modules/pug-filters/node_modules/uglify-js/lib/
Dparse.js809 var statement = embed_tokens(function() {
874 var body = in_loop(statement);
887 body : in_loop(statement)
957 body : statement()
975 var stat = statement();
1042 body : in_loop(statement)
1054 body : in_loop(statement)
1091 var cond = parenthesised(), body = statement(), belse = null;
1094 belse = statement();
1108 a.push(statement());
[all …]
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/exceptions/
Dsyntax_error_in_reused_template.test10 Twig\Error\SyntaxError: Unexpected token "operator" of value "=" ("end of statement block" expected…
/plugin/codemirror/dist/modes/
Dgroovy.min.js.map1statement\" && !expectExpression(state.lastToken, true)) {\n popContext(state); ctx = sta…
Dd.min.js.map1statement\")\n indent = state.context.indented;\n return state.context = new Context(inden…
Dttcn-cfg.min.js.map1statement\")\n indent = state.context.indented;\n return state.context = new Context(i…
/plugin/asciidocjs/node_modules/@types/babylon/
DREADME.md27 * Setting this option to true allows them anywhere where a statement is allowed.
32 …* By default, a return statement at the top level raises an error. Set this to true to accept such…
/plugin/loadskin/images/
Dreadme.txt1 …u don’t pass them off as your own and remove this readme file. A credit statement and a link back …
/plugin/404manager/
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/backup/lang/en/
Dwindows.txt9 If you have read the above statement and wish to continue, please press the "I Understand" button b…

12345678910