| /plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/ |
| D | TokenParser.php | 106 $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;
|
| D | PhpParser.php | 59 $statements = $tokenizer->parseUseStatements($class->getNamespaceName()); 61 return $statements;
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/Spanner/ |
| D | GetDatabaseDdlResponse.php | 26 public $statements; variable in Google\\Service\\Spanner\\GetDatabaseDdlResponse 31 public function setStatements($statements) argument 33 $this->statements = $statements; 40 return $this->statements;
|
| D | UpdateDatabaseDdlRequest.php | 30 public $statements; variable in Google\\Service\\Spanner\\UpdateDatabaseDdlRequest 49 public function setStatements($statements) argument 51 $this->statements = $statements; 58 return $this->statements;
|
| D | UpdateDatabaseDdlMetadata.php | 36 public $statements; variable in Google\\Service\\Spanner\\UpdateDatabaseDdlMetadata 87 public function setStatements($statements) argument 89 $this->statements = $statements; 96 return $this->statements;
|
| D | ExecuteBatchDmlRequest.php | 65 public function setStatements($statements) argument 67 $this->statements = $statements; 74 return $this->statements;
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/Digitalassetlinks/ |
| D | ListResponse.php | 83 public function setStatements($statements) argument 85 $this->statements = $statements; 92 return $this->statements;
|
| D | BulkCheckRequest.php | 115 public function setStatements($statements) argument 117 $this->statements = $statements; 124 return $this->statements;
|
| /plugin/sqlite/ |
| H A D | Tools.php | 18 $statements = []; 73 $statements[] = trim($statement); 81 if ($statement) $statements[] = trim($statement); 83 return array_filter($statements); // remove empty statements
|
| /plugin/sqlite/_test/ |
| H A D | HelperTest.php | 103 $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/ |
| D | helpers.js | 177 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/ |
| D | phpSesame.php | 201 …$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/ |
| D | helpers.js | 185 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/ |
| D | helpers.js | 184 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/ |
| D | Digitalassetlinks.php | 41 public $statements; variable in Google\\Service\\Digitalassetlinks 109 'statements', 113 'path' => 'v1/statements:list',
|
| /plugin/asciidocjs/node_modules/minimist/ |
| D | .eslintrc | 12 "max-statements-per-line": 1, 13 "max-statements": 0,
|
| /plugin/asciidocjs/node_modules/get-intrinsic/ |
| D | .eslintrc | 23 "max-statements": 0, 24 "max-statements-per-line": [2, { "max": 2 }],
|
| /plugin/syntaxhighlighter3/sxh3/pkg/scripts/ |
| D | shBrushSass.js | 71 var statements = 'important default'; 84 …{ regex: new RegExp(getKeywordsPrependedBy(statements, '!'), 'g'), css: 'color3' }, // statements
|
| /plugin/syntaxhighlighter3/sxh3/src/js/ |
| D | shBrushSass.js | 55 var statements = 'important default'; 68 …{ regex: new RegExp(getKeywordsPrependedBy(statements, '!'), 'g'), css: 'color3' }, // statements
|
| /plugin/asciidocjs/node_modules/resolve/ |
| D | .eslintrc | 21 "max-statements-per-line": [2, { "max": 2 }], 22 "max-statements": 0,
|
| /plugin/asciidocjs/node_modules/pug-filters/node_modules/uglify-js/lib/ |
| D | compress.js | 591 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/ |
| D | mysql.conf.php.example | 5 * 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/ |
| D | Sentence.php | 311 * @param string[] $statements 315 private function closeQuotesMerge($statements) argument 320 foreach ($statements as $statement) {
|
| /plugin/asciidocjs/node_modules/has-tostringtag/ |
| D | .eslintrc | 7 "max-statements-per-line": [2, { "max": 2 }],
|
| /plugin/asciidocjs/node_modules/has-symbols/ |
| D | .eslintrc | 7 "max-statements-per-line": [2, { "max": 2 }],
|