Home
last modified time | relevance | path

Searched refs:rightColumn (Results 1 – 25 of 225) sorted by relevance

123456789

/dports/databases/akonadi/akonadi-21.12.3/src/server/storage/
H A Dentity.cpp85 …pl(const QString &tableName, const QString &leftColumn, const QString &rightColumn, qint64 leftId,… in relatesToImpl() argument
94 builder.addValueCondition(rightColumn, Query::Equals, rightId); in relatesToImpl()
104 …pl(const QString &tableName, const QString &leftColumn, const QString &rightColumn, qint64 leftId,… in addToRelationImpl() argument
113 qb.setColumnValue(rightColumn, rightId); in addToRelationImpl()
124 …pl(const QString &tableName, const QString &leftColumn, const QString &rightColumn, qint64 leftId,… in removeFromRelationImpl() argument
133 builder.addValueCondition(rightColumn, Query::Equals, rightId); in removeFromRelationImpl()
143 …pl(const QString &tableName, const QString &leftColumn, const QString &rightColumn, qint64 id, Rel… in clearRelationImpl() argument
156 builder.addValueCondition(rightColumn, Query::Equals, id); in clearRelationImpl()
H A Dentity.h70 … return Entity::relatesToImpl(T::tableName(), T::leftColumn(), T::rightColumn(), leftId, rightId); in relatesTo()
80 …return Entity::addToRelationImpl(T::tableName(), T::leftColumn(), T::rightColumn(), leftId, rightI… in addToRelation()
90 …return Entity::removeFromRelationImpl(T::tableName(), T::leftColumn(), T::rightColumn(), leftId, r… in removeFromRelation()
105 … return Entity::clearRelationImpl(T::tableName(), T::leftColumn(), T::rightColumn(), id, side);
116 …pl(const QString &tableName, const QString &leftColumn, const QString &rightColumn, qint64 leftId,…
117 …pl(const QString &tableName, const QString &leftColumn, const QString &rightColumn, qint64 leftId,…
118 …pl(const QString &tableName, const QString &leftColumn, const QString &rightColumn, qint64 leftId,…
119 …pl(const QString &tableName, const QString &leftColumn, const QString &rightColumn, qint64 id, Rel…
H A Dcollectionstatistics.cpp153 cond.addValueCondition(FLAGS_COLUMN(SeenFlags, rightColumn), Query::IsNot, QVariant()); in prepareGenericQuery()
154 cond.addValueCondition(FLAGS_COLUMN(IgnoredFlags, rightColumn), Query::IsNot, QVariant()); in prepareGenericQuery()
165 seenCondition.addValueCondition(FLAGS_COLUMN(SeenFlags, rightColumn), in prepareGenericQuery()
173 ignoredCondition.addValueCondition(FLAGS_COLUMN(IgnoredFlags, rightColumn), in prepareGenericQuery()
/dports/java/icedtea-web/icedtea-web-1.6.2/tests/reproducers/custom/JNLPClassLoaderDeadlock/srcs/
H A DJNLPClassLoaderDeadlock_2.java48 GridBagConstraints rightColumn = new GridBagConstraints(); in init() local
49 rightColumn.fill = 2; in init()
50 rightColumn.gridwidth = 0; in init()
51 rightColumn.weightx = 1.0D; in init()
63 gridbaglayout.setConstraints(propertyValues[i], rightColumn); in init()
/dports/net-mgmt/zabbix3-server/zabbix-3.0.32/frontends/php/include/classes/html/
H A DCUiWidget.php107 * @param string|array|CTag $rightColumn
109 public function setDoubleHeader($leftColumn, $rightColumn) { argument
111 $rightColumn = (new CCol($rightColumn))->addStyle('text-align: right; border: 0;');
115 $table->addRow([$leftColumn, $rightColumn]);
/dports/net-mgmt/zabbix3-java/zabbix-3.0.32/frontends/php/include/classes/html/
H A DCUiWidget.php107 * @param string|array|CTag $rightColumn
109 public function setDoubleHeader($leftColumn, $rightColumn) { argument
111 $rightColumn = (new CCol($rightColumn))->addStyle('text-align: right; border: 0;');
115 $table->addRow([$leftColumn, $rightColumn]);
/dports/net-mgmt/zabbix3-proxy/zabbix-3.0.32/frontends/php/include/classes/html/
H A DCUiWidget.php107 * @param string|array|CTag $rightColumn
109 public function setDoubleHeader($leftColumn, $rightColumn) { argument
111 $rightColumn = (new CCol($rightColumn))->addStyle('text-align: right; border: 0;');
115 $table->addRow([$leftColumn, $rightColumn]);
/dports/net-mgmt/zabbix3-frontend/zabbix-3.0.32/frontends/php/include/classes/html/
H A DCUiWidget.php107 * @param string|array|CTag $rightColumn
109 public function setDoubleHeader($leftColumn, $rightColumn) { argument
111 $rightColumn = (new CCol($rightColumn))->addStyle('text-align: right; border: 0;');
115 $table->addRow([$leftColumn, $rightColumn]);
/dports/net-mgmt/zabbix3-agent/zabbix-3.0.32/frontends/php/include/classes/html/
H A DCUiWidget.php107 * @param string|array|CTag $rightColumn
109 public function setDoubleHeader($leftColumn, $rightColumn) { argument
111 $rightColumn = (new CCol($rightColumn))->addStyle('text-align: right; border: 0;');
115 $table->addRow([$leftColumn, $rightColumn]);
/dports/games/hedgewars-server/hedgewars-src-1.0.0/QTfrontend/ui/page/
H A Dpageoptions.cpp125 QVBoxLayout * leftColumn, * rightColumn; in bodyLayoutDefinition() local
131 rightColumn->addWidget(groupTeams); in bodyLayoutDefinition()
247 rightColumn->addStretch(1); in bodyLayoutDefinition()
251 QVBoxLayout * leftColumn, * rightColumn; in bodyLayoutDefinition() local
489 rightColumn->addStretch(1); in bodyLayoutDefinition()
558 rightColumn->addStretch(1); in bodyLayoutDefinition()
593 rightColumn->addWidget(groupProxy); in bodyLayoutDefinition()
644 rightColumn->addStretch(1); in bodyLayoutDefinition()
743 rightColumn->addStretch(1); in bodyLayoutDefinition()
925 *rightColumn = new QVBoxLayout(); in setupTabPage()
[all …]
/dports/games/hedgewars/hedgewars-src-1.0.0/QTfrontend/ui/page/
H A Dpageoptions.cpp125 QVBoxLayout * leftColumn, * rightColumn; in bodyLayoutDefinition() local
131 rightColumn->addWidget(groupTeams); in bodyLayoutDefinition()
247 rightColumn->addStretch(1); in bodyLayoutDefinition()
251 QVBoxLayout * leftColumn, * rightColumn; in bodyLayoutDefinition() local
489 rightColumn->addStretch(1); in bodyLayoutDefinition()
558 rightColumn->addStretch(1); in bodyLayoutDefinition()
593 rightColumn->addWidget(groupProxy); in bodyLayoutDefinition()
644 rightColumn->addStretch(1); in bodyLayoutDefinition()
743 rightColumn->addStretch(1); in bodyLayoutDefinition()
925 *rightColumn = new QVBoxLayout(); in setupTabPage()
[all …]
/dports/textproc/libwpd010/libwpd-0.10.3/src/lib/
H A DWP3ContentListener.h121 …ouble verticalOffset, double horizontalOffset, unsigned char leftColumn, unsigned char rightColumn,
123 …ouble verticalOffset, double horizontalOffset, unsigned char leftColumn, unsigned char rightColumn,
125 …ouble verticalOffset, double horizontalOffset, unsigned char leftColumn, unsigned char rightColumn,
135 …ouble verticalOffset, double horizontalOffset, unsigned char leftColumn, unsigned char rightColumn,
H A DWP3Listener.h87 …ouble verticalOffset, double horizontalOffset, unsigned char leftColumn, unsigned char rightColumn,
89 …ouble verticalOffset, double horizontalOffset, unsigned char leftColumn, unsigned char rightColumn,
91 …ouble verticalOffset, double horizontalOffset, unsigned char leftColumn, unsigned char rightColumn,
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/UI/
H A DRemoteISOScreen.cpp296 …ViewGroup *rightColumn = new ScrollView(ORIENT_VERTICAL, new LinearLayoutParams(300, FILL_PARENT, … in CreateViews() local
323 beforeBack->Add(rightColumn); in CreateViews()
329 rightColumn->Add(rightColumnItems); in CreateViews()
404 root_->Add(rightColumn); in CreateViews()
407 rightColumn->Add(rightColumnItems); in CreateViews()
546 ViewGroup *rightColumn = new ScrollView(ORIENT_VERTICAL); in CreateViews() local
549 rightColumn->Add(rightColumnItems); in CreateViews()
555 rightColumn->ReplaceLayoutParams(new LinearLayoutParams(FILL_PARENT, WRAP_CONTENT)); in CreateViews()
557 root_->Add(rightColumn); in CreateViews()
562 rightColumn->ReplaceLayoutParams(new LinearLayoutParams(300, FILL_PARENT, actionMenuMargins)); in CreateViews()
[all …]
H A DReportScreen.cpp257 …ViewGroup *rightColumn = new ScrollView(ORIENT_VERTICAL, new LinearLayoutParams(300, FILL_PARENT, …
321 root_->Add(rightColumn);
324 rightColumn->Add(rightColumnItems);
415 …ViewGroup *rightColumn = new ScrollView(ORIENT_VERTICAL, new LinearLayoutParams(300, FILL_PARENT, …
436 root_->Add(rightColumn);
439 rightColumn->Add(rightColumnItems);
/dports/emulators/ppsspp/ppsspp-1.12.3/UI/
H A DRemoteISOScreen.cpp296 …ViewGroup *rightColumn = new ScrollView(ORIENT_VERTICAL, new LinearLayoutParams(300, FILL_PARENT, … in CreateViews() local
323 beforeBack->Add(rightColumn); in CreateViews()
329 rightColumn->Add(rightColumnItems); in CreateViews()
404 root_->Add(rightColumn); in CreateViews()
407 rightColumn->Add(rightColumnItems); in CreateViews()
546 ViewGroup *rightColumn = new ScrollView(ORIENT_VERTICAL); in CreateViews() local
549 rightColumn->Add(rightColumnItems); in CreateViews()
555 rightColumn->ReplaceLayoutParams(new LinearLayoutParams(FILL_PARENT, WRAP_CONTENT)); in CreateViews()
557 root_->Add(rightColumn); in CreateViews()
562 rightColumn->ReplaceLayoutParams(new LinearLayoutParams(300, FILL_PARENT, actionMenuMargins)); in CreateViews()
[all …]
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/UI/
H A DRemoteISOScreen.cpp296 …ViewGroup *rightColumn = new ScrollView(ORIENT_VERTICAL, new LinearLayoutParams(300, FILL_PARENT, … in CreateViews() local
323 beforeBack->Add(rightColumn); in CreateViews()
329 rightColumn->Add(rightColumnItems); in CreateViews()
404 root_->Add(rightColumn); in CreateViews()
407 rightColumn->Add(rightColumnItems); in CreateViews()
546 ViewGroup *rightColumn = new ScrollView(ORIENT_VERTICAL); in CreateViews() local
549 rightColumn->Add(rightColumnItems); in CreateViews()
555 rightColumn->ReplaceLayoutParams(new LinearLayoutParams(FILL_PARENT, WRAP_CONTENT)); in CreateViews()
557 root_->Add(rightColumn); in CreateViews()
562 rightColumn->ReplaceLayoutParams(new LinearLayoutParams(300, FILL_PARENT, actionMenuMargins)); in CreateViews()
[all …]
/dports/x11/nwg-menu/nwg-menu-0.1.1/
H A Dmain.go328 rightColumn, _ := gtk.BoxNew(gtk.ORIENTATION_VERTICAL, 0)
330 rightBox.PackStart(rightColumn, true, true, 0)
333 rightColumn.PackStart(userDirsListBox, false, true, 10)
336 rightColumn.PackStart(backButton, false, false, 10)
339 rightColumn.PackStart(resultWrapper, true, true, 0)
345 rightColumn.PackEnd(buttonsWrapper, false, true, 0)
/dports/www/grafana8/grafana-8.3.6/packages/grafana-ui/src/components/DateTimePickers/TimeZonePicker/
H A DTimeZoneOption.tsx44 <div className={styles.rightColumn}>
75 <div className={styles.rightColumn}>
87 <div className={styles.rightColumn}>
128 rightColumn: css`
/dports/devel/z88dk/z88dk/libsrc/_DEVELOPMENT/EXAMPLES/sms/SpaceHawks/game/
H A Dgame_enemies.c73 static u8 leftColumn, rightColumn; variable
249 rightColumn = NB_COL-1; in computeBounds()
276 rightColumn = NB_COL-i-1; in computeBounds()
329 if ( ((slotID % NB_COL) == leftColumn) || ((slotID % NB_COL) == rightColumn) ) in freeSlot()
491 if ( scrollValue >= ((32- (rightColumn*4) - COL0_X -3 -3 ) * 8 ) ) in enemies_update()
539 rightColumn = NB_COL-1; in enemies_reset()
737 if (col > rightColumn) return false; in enemies_groupVSBullet()
/dports/editors/ted/Ted-2.23/appFrame/
H A DguiToolUtil.c111 const int rightColumn= 1; in guiToolMake2ToggleRow() local
116 rightThrough, rightColumn, 1 ); in guiToolMake2ToggleRow()
146 const int rightColumn= 2; in guiToolMake3ToggleRow() local
153 through, rightColumn, 1 ); in guiToolMake3ToggleRow()
/dports/databases/pg_citus/citus-10.2.3/src/backend/distributed/planner/
H A Dmulti_join_order.c240 Var *rightColumn = RightColumnOrNULL(joinClauseOpExpr); in JoinOnColumns() local
248 equal(rightColumn, candidateColumn)) in JoinOnColumns()
253 equal(rightColumn, currentColumn)) in JoinOnColumns()
1102 Var *rightColumn = RightColumnOrNULL(applicableJoinOpExpr); in SinglePartitionJoinClause() local
1103 if (leftColumn == NULL || rightColumn == NULL) in SinglePartitionJoinClause()
1116 if (equal(leftColumn, partitionColumn) || equal(rightColumn, partitionColumn)) in SinglePartitionJoinClause()
1118 if (leftColumn->vartype == rightColumn->vartype) in SinglePartitionJoinClause()
1178 Var *rightColumn = RightColumnOrNULL(applicableJoinOpExpr); in DualPartitionJoinClause() local
1180 if (leftColumn == NULL || rightColumn == NULL) in DualPartitionJoinClause()
1186 if (leftColumn->vartype == rightColumn->vartype) in DualPartitionJoinClause()
/dports/science/py-avogadrolibs/avogadrolibs-1.94.0/avogadro/qtplugins/playertool/
H A Dplayertool.cpp122 QHBoxLayout* rightColumn = new QHBoxLayout; in toolWidget() local
123 rightColumn->addStretch(1); in toolWidget()
125 rightColumn->addWidget(label3); in toolWidget()
135 rightColumn->addWidget(m_frameIdx); in toolWidget()
136 frameLayout->addLayout(rightColumn); in toolWidget()
/dports/science/avogadrolibs/avogadrolibs-1.94.0/avogadro/qtplugins/playertool/
H A Dplayertool.cpp122 QHBoxLayout* rightColumn = new QHBoxLayout; in toolWidget() local
123 rightColumn->addStretch(1); in toolWidget()
125 rightColumn->addWidget(label3); in toolWidget()
135 rightColumn->addWidget(m_frameIdx); in toolWidget()
136 frameLayout->addLayout(rightColumn); in toolWidget()
/dports/games/cockatrice/Cockatrice-2021-01-26-Release-2.8.0/cockatrice/src/
H A Ddlg_filter_games.cpp154 auto *rightColumn = new QVBoxLayout; local
155 rightColumn->addLayout(rightGrid);
156 rightColumn->addStretch();
160 hbox->addLayout(rightColumn);

123456789