Home
last modified time | relevance | path

Searched refs:lSchema (Results 1 – 4 of 4) sorted by relevance

/dports/devel/kf5-ktexteditor/ktexteditor-5.89.0/src/printing/
H A Dprintconfigwidgets.cpp491 QLabel *lSchema = new QLabel(i18n("&Color theme:"), this); in KatePrintLayout() local
492 hb->addWidget(lSchema); in KatePrintLayout()
496 lSchema->setBuddy(cmbSchema); in KatePrintLayout()
/dports/databases/sqlite3/sqlite-src-3350500/test/
H A Daltercol.test349 proc do_rename_column_test {tn old new lSchema} {
354 foreach sql $lSchema {
377 foreach {tn old new lSchema} {
417 do_rename_column_test 9.$tn $old $new $lSchema
427 foreach {tn old new lSchema} {
449 do_rename_column_test 10.$tn $old $new $lSchema
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/test/
H A Daltercol.test351 proc do_rename_column_test {tn old new lSchema} {
356 foreach sql $lSchema {
379 foreach {tn old new lSchema} {
419 do_rename_column_test 9.$tn $old $new $lSchema
429 foreach {tn old new lSchema} {
451 do_rename_column_test 10.$tn $old $new $lSchema
/dports/textproc/zorba/zorba-2.7.0/src/compiler/translator/
H A Dtranslator.cpp2177 std::auto_ptr<internal::Resource> lSchema; in import_schema() local
2184 lSchema = theSctx->resolve_uri(*lIter, internal::EntityData::SCHEMA, in import_schema()
2186 lStream = dynamic_cast<internal::StreamResource*>(lSchema.get()); in import_schema()