Home
last modified time | relevance | path

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

123

/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
H A 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;
H A DPhpParser.php59 $statements = $tokenizer->parseUseStatements($class->getNamespaceName());
61 return $statements;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Spanner/
H A DGetDatabaseDdlResponse.php26 public $statements; variable in Google\\Service\\Spanner\\GetDatabaseDdlResponse
31 public function setStatements($statements) argument
33 $this->statements = $statements;
40 return $this->statements;
H A DUpdateDatabaseDdlRequest.php30 public $statements; variable in Google\\Service\\Spanner\\UpdateDatabaseDdlRequest
49 public function setStatements($statements) argument
51 $this->statements = $statements;
58 return $this->statements;
H A DUpdateDatabaseDdlMetadata.php36 public $statements; variable in Google\\Service\\Spanner\\UpdateDatabaseDdlMetadata
87 public function setStatements($statements) argument
89 $this->statements = $statements;
96 return $this->statements;
H A DExecuteBatchDmlRequest.php65 public function setStatements($statements) argument
67 $this->statements = $statements;
74 return $this->statements;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Digitalassetlinks/
H A DListResponse.php83 public function setStatements($statements) argument
85 $this->statements = $statements;
92 return $this->statements;
H A DBulkCheckRequest.php115 public function setStatements($statements) argument
117 $this->statements = $statements;
124 return $this->statements;
/plugin/sqlite/
H A DTools.php18 $statements = [];
21 // Simple state machine to "parse" sql into single 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/semanticdata/phpSesame/
H A 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/authgooglesheets/vendor/google/apiclient-services/src/
H A DDigitalassetlinks.php41 public $statements; variable in Google\\Service\\Digitalassetlinks
109 'statements',
113 'path' => 'v1/statements:list',
/plugin/syntaxhighlighter3/sxh3/src/js/
H A DshBrushSass.js55 var statements = 'important default';
68 …{ regex: new RegExp(getKeywordsPrependedBy(statements, '!'), 'g'), css: 'color3' }, // statements
/plugin/syntaxhighlighter3/sxh3/pkg/scripts/
H A DshBrushSass.js71 var statements = 'important default';
84 …{ regex: new RegExp(getKeywordsPrependedBy(statements, '!'), 'g'), css: 'color3' }, // statements
/plugin/farm/install/animaltemplate/conf/
H A 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/
H A DSentence.php311 * @param string[] $statements
315 private function closeQuotesMerge($statements) argument
320 foreach ($statements as $statement) {
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/
H A DChangeLog-3.3.md21 * Fixed handling of lines that contain `declare` statements
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
H A Duse.rst66 Because ``use`` statements are resolved independently of the context
123 You can use as many ``use`` statements as you want in any given template.
H A Dif.rst4 The ``if`` statement in Twig is comparable with the if statements of PHP.
/plugin/geonav/tpl/startermap/
H A Dstyle.ini15 ; included through LESS' @import statements are not
/plugin/authsqlite/
H A DREADME.md10 sql statements. %{animal} is the animal component of a wiki farm setup,
/plugin/jplayer/vendor/happyworm/jplayer/src/actionscript/happyworm/jPlayer/
H A DConnectManager.as140 // statements
144 // statements
/plugin/processing/
H A Dscript.js12634 var s = statements;
12675 statements = preStatementsTransform(statements);
12729 function getLocalNames(statements) { argument
12731 for(var i=0,l=statements.length;i<l;++i) {
12732 var statement = statements[i];
12747 function AstStatementsBlock(statements) { argument
12748 this.statements = statements;
12771 function AstRoot(statements) { argument
12772 this.statements = statements;
12788 this.statements.join('') + "\n})";
[all …]
/plugin/codemirror/dist/modes/
H A Ddylan.min.js.map1statements with implicit bodies.\n statement: [\"if\", \"block\", \"begin\", \"method\", \"case…
/plugin/findologicxmlexport/vendor/doctrine/annotations/
H A DCHANGELOG.md88 * support for PHP 7 "grouped use statements"

123