Home
last modified time | relevance | path

Searched refs:statement (Results 176 – 194 of 194) sorted by path

12345678

/plugin/showinitpage/
H A Dgpl-3.0.md395 must place, in the relevant source files, a statement of the
578 statement of acceptance of a version permanently authorizes you to
/plugin/sql/
H A 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/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);
[all...]
/plugin/struct/meta/
H A DQueryBuilder.php13 /** @var array (alias -> statement */
15 /** @var array (alias -> statement) */
37 * If the alias already exists, the current statement for that alias will be overwritten.
53 * Add a new column selection statement
55 * Basically the same as @param string $statement
57 * @see addSelectColumn() but accepts any statement. This is useful to
61 * If the alias already exists, the current statement for that alias will be overwritten.
64 public function addSelectStatement($statement, $alias) argument
66 $this->select[$alias] = $statement;
70 * Return an already defined column selection statement base
166 addGroupByStatement($statement) global() argument
[all...]
H A DQueryBuilderWhere.php12 protected $statement; variable in dokuwiki\\plugin\\struct\\meta\\QueryBuilderWhere
22 * @param string $type The type of the statement, either 'AND' or 'OR'
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 whereAnd($statement) global() argument
53 whereOr($statement) global() argument
86 where($op = 'AND', $statement = null) global() argument
[all...]
/plugin/subjectindex/plugins/
H A Dbible_verses.txt10837 Which [covenant] he concluded with Abraham,And his sworn statement to Isaac.
10838 And which [statement] he kept standing as a regulation even to Jacob,As an indefinitely lasting cov…
15616 Which [covenant] he concluded with Abraham,And his sworn statement to Isaac,
15617 And which [statement] he kept standing as a regulation even to Jacob,As an indefinitely lasting cov…
16005 I have made a sworn statement, and I will carry it out,To keep your righteous judicial decisions.
24533 Indeed, with outspokenness he was making that statement. But Peter took him aside and started rebuk…
24895 Whereas many have undertaken to compile a statement of the facts that are given full credence among…
29733 That statement is faithful.If any man is reaching out for an office of overseer, he is desirous of …
29757 Faithful and deserving of full acceptance is that statement.
30549 If we make the statement: "We have no sin," we are misleading ourselves and the truth is not in us.
[all …]
/plugin/tcycle/
H A DLICENSE399 must place, in the relevant source files, a statement of the
581 public statement of acceptance of a version permanently authorizes you
/plugin/tgnotify/
H A DLICENSE123 You may add Your own copyright statement to Your modifications and
/plugin/timetrack/
H A DLICENSE399 must place, in the relevant source files, a statement of the
581 public statement of acceptance of a version permanently authorizes you
/plugin/toggle/
H A DLICENSE399 must place, in the relevant source files, a statement of the
581 public statement of acceptance of a version permanently authorizes you
/plugin/tuxquote/
H A Dquotes.txt30 Confucius say... printf is the most useful debug statement.
359 Absurdity, n.: A statement or belief manifestly inconsistent with one's own opinion. <BR> -- Am…
1013 For sheer hostility in a pet, you can't beat a parrot. I base this statement on a parrot I knew nam…
1107 Many people, responding to a column I wrote on the SAT tests, angrily objected to my statement that…
2581 … although he was twice married, it never occurred to him to verify this statement by examining his…
/plugin/usecounter/
H A DLICENSE399 must place, in the relevant source files, a statement of the
581 public statement of acceptance of a version permanently authorizes you
/plugin/wavedrom/
H A DLICENSE399 must place, in the relevant source files, a statement of the
581 public statement of acceptance of a version permanently authorizes you
/plugin/webcode/
H A DLICENSE123 You may add Your own copyright statement to Your modifications and
H A DREADME.md84 …* To be able to see the output of a `console.log` javascript statement in JsFiddle, the firebug re…
/plugin/webcomponent/
H A DLICENSE123 You may add Your own copyright statement to Your modifications and
/plugin/wysiwyg/fckeditor/
H A Dlicense.txt951 the date of any change. You must include a prominent statement that
/plugin/yuriigantt/3rd/dhtmlxgantt/
H A Ddhtmlxgantt.js.map1statement predicate: \"\n + \"expecting an object but got \" + util.classString…
/plugin/yuriigantt/
H A DLICENSE399 must place, in the relevant source files, a statement of the
581 public statement of acceptance of a version permanently authorizes you

12345678