Home
last modified time | relevance | path

Searched refs:createCommand (Results 1 – 25 of 764) sorted by relevance

12345678910>>...31

/dports/www/limesurvey/limesurvey/installer/
H A Dcreate-database.php32 $oDB->createCommand()->createTable('{{answers}}', array(
46 $oDB->createCommand()->createTable('{{assessments}}', array(
63 $oDB->createCommand()->createTable('{{boxes}}', array(
75 $oDB->createCommand()->insert("{{boxes}}", $box);
127 $oDB->createCommand()->createTable('{{groups}}', array(
143 $oDB->createCommand()->createTable('{{labels}}', array(
278 $oDB->createCommand()->createTable('{{plugins}}', array(
341 $oDB->createCommand()->createTable('{{quota}}', array(
733 $oDB->createCommand()->createTable(
770 $oDB->createCommand()->createTable(
[all …]
/dports/www/limesurvey/limesurvey/application/helpers/update/
H A Dupdatedb_helper.php1381 Yii::app()->getDb()->createCommand(
1747 $oDB->createCommand()->createTable(
1758 $oDB->createCommand()->createTable(
1952 $oDB->createCommand()->insert(
2027 $oDB->createCommand()->update(
2109 $oDB->createCommand()->update(
2143 ->createCommand()
2149 $oDB->createCommand()->update(
2202 $oDB->createCommand()->update(
2380 ->createCommand()
[all …]
/dports/www/limesurvey/limesurvey/application/commands/
H A DWipeCommand.php24 Yii::app()->db->createCommand($actquery)->execute();
26 Yii::app()->db->createCommand($actquery)->execute();
28 Yii::app()->db->createCommand($actquery)->execute();
30 Yii::app()->db->createCommand($actquery)->execute();
32 Yii::app()->db->createCommand($actquery)->execute();
34 Yii::app()->db->createCommand($actquery)->execute();
37 Yii::app()->db->createCommand($actquery)->execute();
39 Yii::app()->db->createCommand($actquery)->execute();
41 Yii::app()->db->createCommand($actquery)->execute();
43 Yii::app()->db->createCommand($actquery)->execute();
[all …]
H A DDemomodeCommand.php47 Yii::app()->db->createCommand($actquery)->execute();
49 Yii::app()->db->createCommand($actquery)->execute();
51 Yii::app()->db->createCommand($actquery)->execute();
53 Yii::app()->db->createCommand($actquery)->execute();
55 Yii::app()->db->createCommand($actquery)->execute();
57 Yii::app()->db->createCommand($actquery)->execute();
59 Yii::app()->db->createCommand($actquery)->execute();
61 Yii::app()->db->createCommand($actquery)->execute();
63 Yii::app()->db->createCommand($actquery)->execute();
65 Yii::app()->db->createCommand($actquery)->execute();
[all …]
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-a930583ec379/internal/repotools/cmd/changelog/
H A Dcreate.go27 var createCommand = struct { var
49 fs.StringVar(&createCommand.Commit, "c", "", "")
52 fs.Var(&createCommand.Type, "t", "")
88 if createCommand.Commit != "" {
93 } else if createCommand.CommitStart != "" && createCommand.CommitEnd != "" {
94 commitChanges, err = git.Changes(repoRoot, createCommand.CommitStart, createCommand.CommitEnd)
121 annotation.Collapse = createCommand.Collapse
131 if createCommand.NonInteractive {
209 …if createCommand.Commit != "" && (createCommand.CommitStart != "" || createCommand.CommitEnd != ""…
213 if (createCommand.CommitStart != "" && createCommand.CommitEnd == "") ||
[all …]
/dports/security/vault/aws-sdk-go-v2-1.5.0/internal/repotools/cmd/changelog/
H A Dcreate.go27 var createCommand = struct { var
49 fs.StringVar(&createCommand.Commit, "c", "", "")
52 fs.Var(&createCommand.Type, "t", "")
88 if createCommand.Commit != "" {
93 } else if createCommand.CommitStart != "" && createCommand.CommitEnd != "" {
94 commitChanges, err = git.Changes(repoRoot, createCommand.CommitStart, createCommand.CommitEnd)
121 annotation.Collapse = createCommand.Collapse
131 if createCommand.NonInteractive {
209 …if createCommand.Commit != "" && (createCommand.CommitStart != "" || createCommand.CommitEnd != ""…
213 if (createCommand.CommitStart != "" && createCommand.CommitEnd == "") ||
[all …]
/dports/net-im/chatterino2/chatterino2-2.3.4/lib/libcommuni/src/core/
H A Dirccommand.cpp482 return IrcCommandPrivate::createCommand(Admin, QStringList() << server); in createAdmin()
493 return IrcCommandPrivate::createCommand(Away, QStringList() << reason); in createAway()
552 return IrcCommandPrivate::createCommand(Info, QStringList() << server); in createInfo()
697 return IrcCommandPrivate::createCommand(Motd, QStringList() << server); in createMotd()
729 return IrcCommandPrivate::createCommand(Nick, QStringList() << nick); in createNick()
783 return IrcCommandPrivate::createCommand(Quit, QStringList() << reason); in createQuit()
791 return IrcCommandPrivate::createCommand(Quote, QStringList() << raw); in createQuote()
799 return IrcCommandPrivate::createCommand(Quote, parameters); in createQuote()
821 return IrcCommandPrivate::createCommand(Time, QStringList() << server); in createTime()
845 return IrcCommandPrivate::createCommand(Trace, QStringList() << target); in createTrace()
[all …]
/dports/www/script4rss/script4rss-0.4b/
H A Dscript4rss.pl117 sub createCommand { subroutine
139 createCommand($command, $_[4]);
248 &createCommand($command, 3);
267 &createCommand("}", 2);
278 &createCommand('}', 2);
286 &createCommand('}', 1, 1);
558 &createCommand("}", 2);
568 &createCommand('}', 2);
581 &createCommand('}', 2);
583 &createCommand('}', 1);
[all …]
/dports/mail/libvmime/vmime-0.9.2/src/vmime/net/pop3/
H A DPOP3Command.cpp54 return createCommand("CAPA"); in CAPA()
61 return createCommand("NOOP"); in NOOP()
72 return createCommand(cmd.str()); in AUTH()
83 return createCommand(cmd.str()); in AUTH()
90 return createCommand("STLS"); in STLS()
101 return createCommand(cmd.str()); in APOP()
138 return createCommand("STAT"); in STAT()
145 return createCommand("LIST"); in LIST()
163 return createCommand("UIDL"); in UIDL()
214 return createCommand("RSET"); in RSET()
[all …]
/dports/www/limesurvey/limesurvey/framework/web/auth/
H A DCDbAuthManager.php135 $rows=$this->db->createCommand()
161 $this->db->createCommand()
257 $this->db->createCommand()
354 $this->db->createCommand()
437 $this->db->createCommand()
457 $this->db->createCommand()
462 $this->db->createCommand()
506 $this->db->createCommand()
512 $this->db->createCommand()
518 $this->db->createCommand()
[all …]
/dports/www/limesurvey/limesurvey/application/helpers/admin/
H A Dactivate_helper.php35 Yii::app()->db->createCommand($sQuery)->query();
38 Yii::app()->db->createCommand($sQuery)->query();
41 Yii::app()->db->createCommand($sQuery)->query();
44 Yii::app()->db->createCommand($sQuery)->query();
46 Yii::app()->db->createCommand($sQuery)->query();
49 Yii::app()->db->createCommand($sQuery)->query();
52 Yii::app()->db->createCommand($sQuery)->query();
54 Yii::app()->db->createCommand($sQuery)->query();
72 Yii::app()->db->createCommand($sQuery)->query();
75 Yii::app()->db->createCommand($sQuery)->query();
[all …]
/dports/www/thundersnarf/thundersnarf/protected/yii114/framework/web/auth/
H A DCDbAuthManager.php137 $command=$this->db->createCommand($sql);
159 $command=$this->db->createCommand($sql);
178 $command=$this->db->createCommand($sql);
193 $command=$this->db->createCommand($sql);
242 $command=$this->db->createCommand($sql);
260 $command=$this->db->createCommand($sql);
275 $command=$this->db->createCommand($sql);
291 $command=$this->db->createCommand($sql);
313 $command=$this->db->createCommand($sql);
332 $command=$this->db->createCommand($sql);
[all …]
/dports/mail/libvmime/vmime-0.9.2/src/vmime/net/imap/
H A DIMAPCommand.cpp72 return createCommand(cmd.str()); in AUTHENTICATE()
83 return createCommand(cmd.str()); in AUTHENTICATE()
95 return createCommand(cmd.str()); in LIST()
126 return createCommand(cmd.str()); in SELECT()
148 return createCommand(cmd.str()); in STATUS()
173 return createCommand(cmd.str()); in CREATE()
184 return createCommand(cmd.str()); in DELETE()
197 return createCommand(cmd.str()); in RENAME()
351 return createCommand("NOOP"); in NOOP()
365 return createCommand("CLOSE"); in CLOSE()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui.tools/tests/org.eclipse.e4.tools.test/src/org/eclipse/e4/tools/test/
H A DFragmentMergeHelperTest.java72 final MCommand command = createCommand(); in addCommandToImports()
77 private MCommand createCommand() { in createCommand() method in FragmentMergeHelperTest
78 final MCommand command = MCommandsFactory.INSTANCE.createCommand(); in createCommand()
140 final MCommand command = createCommand(); in addCommand()
148 final MApplicationElement firstElement = MCommandsFactory.INSTANCE.createCommand(); in testhaveSameIDWithFirstNullID()
159 final MApplicationElement firstElement = MCommandsFactory.INSTANCE.createCommand(); in testhaveSameIDWithSecondNullID()
169 final MApplicationElement firstElement = MCommandsFactory.INSTANCE.createCommand(); in testhaveSameIDWithBothNullID()
179 final MApplicationElement firstElement = MCommandsFactory.INSTANCE.createCommand(); in testhaveSameIDWithFirstEmptyID()
190 final MApplicationElement firstElement = MCommandsFactory.INSTANCE.createCommand(); in testhaveSameIDWithSecondEmptyID()
200 final MApplicationElement firstElement = MCommandsFactory.INSTANCE.createCommand(); in testhaveSameIDWithBothEmptyID()
[all …]
/dports/mail/libvmime/vmime-0.9.2/src/vmime/net/smtp/
H A DSMTPCommand.cpp57 return createCommand(cmd.str()); in EHLO()
68 return createCommand(cmd.str()); in HELO()
79 return createCommand(cmd.str()); in AUTH()
90 return createCommand(cmd.str()); in AUTH()
97 return createCommand("STARTTLS"); in STARTTLS()
133 return createCommand(cmd.str()); in MAIL()
156 return createCommand(cmd.str()); in RCPT()
163 return createCommand("RSET"); in RSET()
170 return createCommand("DATA"); in DATA()
191 return createCommand("NOOP"); in NOOP()
[all …]
/dports/mail/libvmime/vmime-0.9.2/tests/net/smtp/
H A DSMTPCommandSetTest.cpp67 VASSERT_NO_THROW("No throw 1", cset->addCommand(SMTPCommand::createCommand("MY_COMMAND1"))); in testAddCommand()
69 VASSERT_NO_THROW("No throw 2", cset->addCommand(SMTPCommand::createCommand("MY_COMMAND2"))); in testAddCommand()
89 VASSERT_NO_THROW("No throw 1", cset->addCommand(SMTPCommand::createCommand("MY_COMMAND1"))); in testAddCommandPipeline()
112 cset->addCommand(SMTPCommand::createCommand("MY_COMMAND1")); in testWriteToSocket()
113 cset->addCommand(SMTPCommand::createCommand("MY_COMMAND2")); in testWriteToSocket()
134 cset->addCommand(SMTPCommand::createCommand("MY_COMMAND1")); in testWriteToSocketPipeline()
135 cset->addCommand(SMTPCommand::createCommand("MY_COMMAND2")); in testWriteToSocketPipeline()
151 cset->addCommand(SMTPCommand::createCommand("MY_COMMAND1")); in testGetLastCommandSent()
152 cset->addCommand(SMTPCommand::createCommand("MY_COMMAND2")); in testGetLastCommandSent()
168 cset->addCommand(SMTPCommand::createCommand("MY_COMMAND1")); in testGetLastCommandSentPipeline()
[all …]
/dports/www/limesurvey/limesurvey/framework/web/
H A DCDbHttpSession.php106 $row=$db->createCommand()
114 $db->createCommand()->update($this->sessionTableName,array(
120 $db->createCommand()->insert($this->sessionTableName, $row);
126 $db->createCommand()->insert($this->sessionTableName, array(
158 $db->createCommand()->createTable($tableName,array(
203 $db->createCommand()->delete($this->sessionTableName,'expire<:expire',array(':expire'=>time()));
226 $data=$db->createCommand()
254 $db->createCommand()->insert($this->sessionTableName,array(
260 $db->createCommand()->update($this->sessionTableName,array(
283 $this->getDbConnection()->createCommand()
[all …]
/dports/www/limesurvey/limesurvey/framework/db/
H A DCDbMigration.php164 $this->getDbConnection()->createCommand($sql)->execute($params);
178 $this->getDbConnection()->createCommand()->insert($table, $columns);
227 $this->getDbConnection()->createCommand()->delete($table, $conditions, $params);
263 $this->getDbConnection()->createCommand()->renameTable($table, $newName);
275 $this->getDbConnection()->createCommand()->dropTable($table);
287 $this->getDbConnection()->createCommand()->truncateTable($table);
303 $this->getDbConnection()->createCommand()->addColumn($table, $column, $type);
316 $this->getDbConnection()->createCommand()->dropColumn($table, $column);
379 $this->getDbConnection()->createCommand()->dropForeignKey($name, $table);
408 $this->getDbConnection()->createCommand()->dropIndex($name, $table);
[all …]
/dports/deskutils/fbreader/FBReader-0.99.6-freebsdport/fbreader/src/database/sqldb/implsqlite/
H A DSQLiteFactory.cpp26 shared_ptr<DBCommand> SQLiteFactory::createCommand(const std::string &command, DBConnection &connec… in createCommand() function in SQLiteFactory
30 shared_ptr<DBCommand> SQLiteFactory::createCommand(const std::string &command, DBConnection &connec… in createCommand() function in SQLiteFactory
33 shared_ptr<DBCommand> cmd = createCommand(command, connection); in createCommand()
39 shared_ptr<DBCommand> SQLiteFactory::createCommand(const std::string &command, DBConnection &connec… in createCommand() function in SQLiteFactory
43 shared_ptr<DBCommand> cmd = createCommand(command, connection); in createCommand()
50 shared_ptr<DBCommand> SQLiteFactory::createCommand(const std::string &command, DBConnection &connec… in createCommand() function in SQLiteFactory
55 shared_ptr<DBCommand> cmd = createCommand(command, connection); in createCommand()
63 shared_ptr<DBCommand> SQLiteFactory::createCommand(const std::string &command, DBConnection &connec… in createCommand() function in SQLiteFactory
69 shared_ptr<DBCommand> cmd = createCommand(command, connection); in createCommand()
78 shared_ptr<DBCommand> SQLiteFactory::createCommand(const std::string &command, DBConnection &connec… in createCommand() function in SQLiteFactory
[all …]
/dports/net/kea/kea-2.0.1/src/hooks/dhcp/high_availability/
H A Dcommand_creator.cc30 ConstElementPtr command = config::createCommand("dhcp-disable", args); in createDHCPDisable()
40 ConstElementPtr command = config::createCommand("dhcp-enable", args); in createDHCPEnable()
47 ConstElementPtr command = config::createCommand("ha-reset"); in createHAReset()
54 ConstElementPtr command = config::createCommand("ha-heartbeat"); in createHeartbeat()
80 ConstElementPtr command = config::createCommand("lease4-get-all"); in createLease4GetAll()
105 ConstElementPtr command = config::createCommand("lease4-get-page", args); in createLease4GetPage()
133 ConstElementPtr command = config::createCommand("lease6-bulk-apply", args); in createLease6BulkApply()
185 ConstElementPtr command = config::createCommand("lease6-get-all"); in createLease6GetAll()
210 ConstElementPtr command = config::createCommand("lease6-get-page", args); in createLease6GetPage()
219 auto command = config::createCommand("ha-maintenance-notify", args); in createMaintenanceNotify()
[all …]
/dports/textproc/zorba/zorba-2.7.0/bin/debugger/
H A Dcommand_line_handler.cpp266 …*theCommandLine << createCommand<Status>(TUPLE(), "status", *this, "Gets the status of the server"… in addCommands()
279 *theCommandLine << createCommand<Run>(TUPLE(), "run", *this, "Run the query"); in addCommands()
282 *theCommandLine << createCommand<Stop>(TUPLE(), "stop", *this, "Stop the query"); in addCommands()
289createCommand<BreakpointSet>(TUPLE_STR_STR_INT(), "bset", lAliases, *this, "Set a breakpoint"); in addCommands()
314createCommand<BreakpointRemove>(TUPLE_INT(), "bremove", lAliases, *this, "Delete a breakpoint"); in addCommands()
325 …*theCommandLine << createCommand<StackDepth>(TUPLE(), "sdepth", *this, "Get the depth of the stack… in addCommands()
357 createCommand<Source>(TUPLE_INT_INT_STR(), "source", lAliases, *this, "List source code"); in addCommands()
371 createCommand<Eval>(TUPLE_STR(), "eval", lAliases, *this, "Evaluate an expression"); in addCommands()
387 *theCommandLine << createCommand<StepIn>(TUPLE(), "in", lAliases, *this, "Step in"); in addCommands()
394 *theCommandLine << createCommand<StepOut>(TUPLE(), "out", lAliases, *this, "Step out"); in addCommands()
[all …]
/dports/www/limesurvey/limesurvey/application/models/
H A DParticipantAttributeName.php378 $data = Yii::app()->db->createCommand()
426 return Yii::app()->db->createCommand()
508 Yii::app()->db->createCommand()
511 Yii::app()->db->createCommand()
539 ->createCommand()
549 return Yii::app()->db->createCommand()
564 return Yii::app()->db->createCommand()
582 $data = Yii::app()->db->createCommand()
626 ->createCommand()
703 Yii::app()->db->createCommand()
[all …]
/dports/www/limesurvey/limesurvey/framework/caching/
H A DCDbCache.php84 $db->createCommand($sql)->execute();
139 $db->createCommand($sql)->execute();
190 $result=$db->createCommand($sql)->queryScalar();
195 return $db->createCommand($sql)->queryScalar();
217 $rows=$db->createCommand($sql)->queryAll();
221 $rows=$db->createCommand($sql)->queryAll();
270 $command=$this->getDbConnection()->createCommand($sql);
290 $this->getDbConnection()->createCommand($sql)->execute();
299 …$this->getDbConnection()->createCommand("DELETE FROM {$this->cacheTableName} WHERE expire>0 AND ex…
310 $this->getDbConnection()->createCommand("DELETE FROM {$this->cacheTableName}")->execute();
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/perf/
H A DBuilderPerformanceTest.java40 …[] {createCommand(desc, "Builder1"), createCommand(desc, "Builder2"), createCommand(desc, "Builder… in createAndPopulateProject()
54 protected ICommand createCommand(IProjectDescription description, String buildID) { in createCommand() method in BuilderPerformanceTest
55 return createCommand(description, SortBuilder.BUILDER_NAME, buildID); in createCommand()
62 …protected ICommand createCommand(IProjectDescription description, String builderName, String build… in createCommand() method in BuilderPerformanceTest
/dports/www/thundersnarf/thundersnarf/protected/yii114/framework/web/
H A DCDbHttpSession.php96 $db->createCommand($sql)->execute();
139 $db->createCommand($sql)->execute();
162 $data=$this->getDbConnection()->createCommand($sql)->bindValue(':id',$id)->queryScalar();
182 if($db->createCommand($sql)->bindValue(':id',$id)->queryScalar()===false)
186 $db->createCommand($sql)->bindValue(':id',$id)->bindValue(':data',$data)->execute();
207 $this->getDbConnection()->createCommand($sql)->bindValue(':id',$id)->execute();
222 $db->createCommand($sql)->execute();

12345678910>>...31