Home
last modified time | relevance | path

Searched refs:statements (Results 1 – 25 of 81) sorted by relevance

1234

/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
DTokenParser.php106 $statements = array();
119 $statements[strtolower($alias)] = $groupRoot . $class;
124 $statements[strtolower($alias)] = $groupRoot . $class;
136 return $statements;
148 $statements = array();
151 $statements = array_merge($statements, $this->parseUseStatement());
161 $statements = array();
164 return $statements;
DPhpParser.php59 $statements = $tokenizer->parseUseStatements($class->getNamespaceName());
61 return $statements;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Spanner/
DGetDatabaseDdlResponse.php26 public $statements; variable in Google\\Service\\Spanner\\GetDatabaseDdlResponse
31 public function setStatements($statements) argument
33 $this->statements = $statements;
40 return $this->statements;
DUpdateDatabaseDdlRequest.php30 public $statements; variable in Google\\Service\\Spanner\\UpdateDatabaseDdlRequest
49 public function setStatements($statements) argument
51 $this->statements = $statements;
58 return $this->statements;
DUpdateDatabaseDdlMetadata.php36 public $statements; variable in Google\\Service\\Spanner\\UpdateDatabaseDdlMetadata
87 public function setStatements($statements) argument
89 $this->statements = $statements;
96 return $this->statements;
DExecuteBatchDmlRequest.php65 public function setStatements($statements) argument
67 $this->statements = $statements;
74 return $this->statements;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Digitalassetlinks/
DListResponse.php83 public function setStatements($statements) argument
85 $this->statements = $statements;
92 return $this->statements;
DBulkCheckRequest.php115 public function setStatements($statements) argument
117 $this->statements = $statements;
124 return $this->statements;
/plugin/sqlite/
H A DTools.php18 $statements = [];
73 $statements[] = trim($statement);
81 if ($statement) $statements[] = trim($statement);
83 return array_filter($statements); // remove empty statements
/plugin/sqlite/_test/
H A DHelperTest.php103 $statements = $SqliteHelper->SQLstring2array($input);
105 $this->assertCount(6, $statements, 'number of detected statements');
107 $this->assertStringContainsString('some multi\'\'d line string', $statements[0]);
108 $this->assertStringContainsString('-- not a comment', $statements[0]);
110 $this->assertEquals('SELECT * FROM bar', $statements[1]);
111 $this->assertEquals('SELECT * FROM bax', $statements[2]);
112 $this->assertEquals('SELECT * FROM bar', $statements[3]);
113 $this->assertEquals('SELECT * FROM bax', $statements[4]);
/plugin/asciidocjs/node_modules/handlebars/lib/handlebars/compiler/
Dhelpers.js177 export function prepareProgram(statements, loc) { argument
178 if (!loc && statements.length) {
179 const firstLoc = statements[0].loc,
180 lastLoc = statements[statements.length - 1].loc;
200 body: statements,
/plugin/semanticdata/phpSesame/
DphpSesame.php201 …$request =& new HTTP_Request2($this->dsn . '/repositories/' . $this->repository . '/statements', H…
231 …$request =& new HTTP_Request2($this->dsn . '/repositories/' . $this->repository . '/statements?con…
270 …$request =& new HTTP_Request2($this->dsn . '/repositories/' . $this->repository . '/statements?con…
443 …$request =& new HTTP_Request2($this->dsn . '/repositories/' . $this->repository . '/statements', H…
/plugin/asciidocjs/node_modules/handlebars/dist/cjs/handlebars/compiler/
Dhelpers.js185 function prepareProgram(statements, loc) { argument
186 if (!loc && statements.length) {
187 var firstLoc = statements[0].loc,
188 lastLoc = statements[statements.length - 1].loc;
208 body: statements,
/plugin/asciidocjs/node_modules/handlebars/dist/amd/handlebars/compiler/
Dhelpers.js184 function prepareProgram(statements, loc) { argument
185 if (!loc && statements.length) {
186 var firstLoc = statements[0].loc,
187 lastLoc = statements[statements.length - 1].loc;
207 body: statements,
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
DDigitalassetlinks.php41 public $statements; variable in Google\\Service\\Digitalassetlinks
109 'statements',
113 'path' => 'v1/statements:list',
/plugin/asciidocjs/node_modules/minimist/
D.eslintrc12 "max-statements-per-line": 1,
13 "max-statements": 0,
/plugin/asciidocjs/node_modules/get-intrinsic/
D.eslintrc23 "max-statements": 0,
24 "max-statements-per-line": [2, { "max": 2 }],
/plugin/syntaxhighlighter3/sxh3/pkg/scripts/
DshBrushSass.js71 var statements = 'important default';
84 …{ regex: new RegExp(getKeywordsPrependedBy(statements, '!'), 'g'), css: 'color3' }, // statements
/plugin/syntaxhighlighter3/sxh3/src/js/
DshBrushSass.js55 var statements = 'important default';
68 …{ regex: new RegExp(getKeywordsPrependedBy(statements, '!'), 'g'), css: 'color3' }, // statements
/plugin/asciidocjs/node_modules/resolve/
D.eslintrc21 "max-statements-per-line": [2, { "max": 2 }],
22 "max-statements": 0,
/plugin/asciidocjs/node_modules/pug-filters/node_modules/uglify-js/lib/
Dcompress.js591 function tighten_body(statements, compressor) { argument
596 statements = process_for_angular(statements);
598 statements = eliminate_spurious_blocks(statements);
600 statements = eliminate_dead_code(statements, compressor);
603 statements = handle_if_return(statements, compressor);
606 statements = sequencesize(statements, compressor);
609 statements = join_consecutive_vars(statements, compressor);
612 statements = collapse_single_use_vars(statements, compressor);
616 return statements;
618 function collapse_single_use_vars(statements, compressor) { argument
[all …]
/plugin/farm/install/animaltemplate/conf/
Dmysql.conf.php.example5 * This SQL statements are optimized for following table structure.
51 /* Basic SQL statements for user authentication (required) */
104 /* Additional minimum SQL statements to use the user manager */
132 /* Additional SQL statements to add new users with the user manager */
187 /* Additional SQL statements to delete users with the user manager */
207 /* Additional SQL statements to modify users with the user manager */
210 /* This statements should modify a user entry in the database. The
211 * statements UpdateLogin, UpdatePass, UpdateEmail and UpdateName will be
/plugin/aichat/vendor/vanderlee/php-sentence/src/
DSentence.php311 * @param string[] $statements
315 private function closeQuotesMerge($statements) argument
320 foreach ($statements as $statement) {
/plugin/asciidocjs/node_modules/has-tostringtag/
D.eslintrc7 "max-statements-per-line": [2, { "max": 2 }],
/plugin/asciidocjs/node_modules/has-symbols/
D.eslintrc7 "max-statements-per-line": [2, { "max": 2 }],

1234