Home
last modified time | relevance | path

Searched refs:leftColumn (Results 1 – 25 of 446) sorted by relevance

12345678910>>...18

/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/UI/
H A DInstallZipScreen.cpp41 ViewGroup *leftColumn = new AnchorLayout(new LinearLayoutParams(1.0f)); in CreateViews() local
43 root_->Add(leftColumn); in CreateViews()
54leftColumn->Add(new TextView(question, ALIGN_LEFT, false, new AnchorLayoutParams(10, 10, NONE, NON… in CreateViews()
55leftColumn->Add(new TextView(shortFilename, ALIGN_LEFT, false, new AnchorLayoutParams(10, 60, NONE… in CreateViews()
57 doneView_ = leftColumn->Add(new TextView("", new AnchorLayoutParams(10, 120, NONE, NONE))); in CreateViews()
58 progressBar_ = leftColumn->Add(new ProgressBar(new AnchorLayoutParams(10, 200, 200, NONE))); in CreateViews()
68leftColumn->Add(new TextView(question, ALIGN_LEFT, false, new AnchorLayoutParams(10, 10, NONE, NON… in CreateViews()
69leftColumn->Add(new TextView(shortFilename, ALIGN_LEFT, false, new AnchorLayoutParams(10, 60, NONE… in CreateViews()
71 doneView_ = leftColumn->Add(new TextView("", new AnchorLayoutParams(10, 120, NONE, NONE))); in CreateViews()
72 progressBar_ = leftColumn->Add(new ProgressBar(new AnchorLayoutParams(10, 200, 200, NONE))); in CreateViews()
[all …]
H A DMemStickScreen.cpp221 subColumns->Add(leftColumn); in CreateViews()
233 AddExplanation(leftColumn, (MemStickScreen::Choice)choice_); in CreateViews()
254 AddExplanation(leftColumn, (MemStickScreen::Choice)choice_, extraView); in CreateViews()
264 AddExplanation(leftColumn, (MemStickScreen::Choice)choice_); in CreateViews()
267 leftColumn->Add(new Spacer(new LinearLayoutParams(FILL_PARENT, 12.0f, 0.0f))); in CreateViews()
554 root_->Add(leftColumn); in CreateViews()
562 leftColumn->Add(new TextView(iz->T("Selected PSP Data Folder"), ALIGN_LEFT, false)); in CreateViews()
568 leftColumn->Add(new TextView(newFreeSpaceText, ALIGN_LEFT, false)); in CreateViews()
572 leftColumn->Add(new TextView(iz->T("No data will be changed"), ALIGN_LEFT, false)); in CreateViews()
576 leftColumn->Add(new TextView(error_, ALIGN_LEFT, false)); in CreateViews()
[all …]
/dports/emulators/ppsspp/ppsspp-1.12.3/UI/
H A DInstallZipScreen.cpp41 ViewGroup *leftColumn = new AnchorLayout(new LinearLayoutParams(1.0f)); in CreateViews() local
43 root_->Add(leftColumn); in CreateViews()
54leftColumn->Add(new TextView(question, ALIGN_LEFT, false, new AnchorLayoutParams(10, 10, NONE, NON… in CreateViews()
55leftColumn->Add(new TextView(shortFilename, ALIGN_LEFT, false, new AnchorLayoutParams(10, 60, NONE… in CreateViews()
57 doneView_ = leftColumn->Add(new TextView("", new AnchorLayoutParams(10, 120, NONE, NONE))); in CreateViews()
58 progressBar_ = leftColumn->Add(new ProgressBar(new AnchorLayoutParams(10, 200, 200, NONE))); in CreateViews()
68leftColumn->Add(new TextView(question, ALIGN_LEFT, false, new AnchorLayoutParams(10, 10, NONE, NON… in CreateViews()
69leftColumn->Add(new TextView(shortFilename, ALIGN_LEFT, false, new AnchorLayoutParams(10, 60, NONE… in CreateViews()
71 doneView_ = leftColumn->Add(new TextView("", new AnchorLayoutParams(10, 120, NONE, NONE))); in CreateViews()
72 progressBar_ = leftColumn->Add(new ProgressBar(new AnchorLayoutParams(10, 200, 200, NONE))); in CreateViews()
[all …]
H A DMemStickScreen.cpp221 subColumns->Add(leftColumn); in CreateViews()
233 AddExplanation(leftColumn, (MemStickScreen::Choice)choice_); in CreateViews()
254 AddExplanation(leftColumn, (MemStickScreen::Choice)choice_, extraView); in CreateViews()
264 AddExplanation(leftColumn, (MemStickScreen::Choice)choice_); in CreateViews()
267 leftColumn->Add(new Spacer(new LinearLayoutParams(FILL_PARENT, 12.0f, 0.0f))); in CreateViews()
554 root_->Add(leftColumn); in CreateViews()
562 leftColumn->Add(new TextView(iz->T("Selected PSP Data Folder"), ALIGN_LEFT, false)); in CreateViews()
568 leftColumn->Add(new TextView(newFreeSpaceText, ALIGN_LEFT, false)); in CreateViews()
572 leftColumn->Add(new TextView(iz->T("No data will be changed"), ALIGN_LEFT, false)); in CreateViews()
576 leftColumn->Add(new TextView(error_, ALIGN_LEFT, false)); in CreateViews()
[all …]
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/UI/
H A DInstallZipScreen.cpp41 ViewGroup *leftColumn = new AnchorLayout(new LinearLayoutParams(1.0f)); in CreateViews() local
43 root_->Add(leftColumn); in CreateViews()
54leftColumn->Add(new TextView(question, ALIGN_LEFT, false, new AnchorLayoutParams(10, 10, NONE, NON… in CreateViews()
55leftColumn->Add(new TextView(shortFilename, ALIGN_LEFT, false, new AnchorLayoutParams(10, 60, NONE… in CreateViews()
57 doneView_ = leftColumn->Add(new TextView("", new AnchorLayoutParams(10, 120, NONE, NONE))); in CreateViews()
58 progressBar_ = leftColumn->Add(new ProgressBar(new AnchorLayoutParams(10, 200, 200, NONE))); in CreateViews()
68leftColumn->Add(new TextView(question, ALIGN_LEFT, false, new AnchorLayoutParams(10, 10, NONE, NON… in CreateViews()
69leftColumn->Add(new TextView(shortFilename, ALIGN_LEFT, false, new AnchorLayoutParams(10, 60, NONE… in CreateViews()
71 doneView_ = leftColumn->Add(new TextView("", new AnchorLayoutParams(10, 120, NONE, NONE))); in CreateViews()
72 progressBar_ = leftColumn->Add(new ProgressBar(new AnchorLayoutParams(10, 200, 200, NONE))); in CreateViews()
[all …]
H A DMemStickScreen.cpp221 subColumns->Add(leftColumn); in CreateViews()
233 AddExplanation(leftColumn, (MemStickScreen::Choice)choice_); in CreateViews()
254 AddExplanation(leftColumn, (MemStickScreen::Choice)choice_, extraView); in CreateViews()
264 AddExplanation(leftColumn, (MemStickScreen::Choice)choice_); in CreateViews()
267 leftColumn->Add(new Spacer(new LinearLayoutParams(FILL_PARENT, 12.0f, 0.0f))); in CreateViews()
554 root_->Add(leftColumn); in CreateViews()
562 leftColumn->Add(new TextView(iz->T("Selected PSP Data Folder"), ALIGN_LEFT, false)); in CreateViews()
568 leftColumn->Add(new TextView(newFreeSpaceText, ALIGN_LEFT, false)); in CreateViews()
572 leftColumn->Add(new TextView(iz->T("No data will be changed"), ALIGN_LEFT, false)); in CreateViews()
576 leftColumn->Add(new TextView(error_, ALIGN_LEFT, false)); in CreateViews()
[all …]
/dports/databases/akonadi/akonadi-21.12.3/src/server/storage/
H A Dentity.cpp85 bool Entity::relatesToImpl(const QString &tableName, const QString &leftColumn, const QString &righ… in relatesToImpl() argument
93 builder.addValueCondition(leftColumn, Query::Equals, leftId); in relatesToImpl()
104 bool Entity::addToRelationImpl(const QString &tableName, const QString &leftColumn, const QString &… in addToRelationImpl() argument
112 qb.setColumnValue(leftColumn, leftId); in addToRelationImpl()
124 bool Entity::removeFromRelationImpl(const QString &tableName, const QString &leftColumn, const QStr… in removeFromRelationImpl() argument
132 builder.addValueCondition(leftColumn, Query::Equals, leftId); in removeFromRelationImpl()
143 bool Entity::clearRelationImpl(const QString &tableName, const QString &leftColumn, const QString &… in clearRelationImpl() argument
153 builder.addValueCondition(leftColumn, 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 …static bool relatesToImpl(const QString &tableName, const QString &leftColumn, const QString &righ…
117 …static bool addToRelationImpl(const QString &tableName, const QString &leftColumn, const QString &…
118 …static bool removeFromRelationImpl(const QString &tableName, const QString &leftColumn, const QStr…
119 …static bool clearRelationImpl(const QString &tableName, const QString &leftColumn, const QString &…
/dports/net-mgmt/zabbix3-server/zabbix-3.0.32/frontends/php/include/classes/html/
H A DCUiWidget.php106 * @param string|array|CTag $leftColumn
109 public function setDoubleHeader($leftColumn, $rightColumn) { argument
110 $leftColumn = (new CCol($leftColumn))->addStyle('text-align: left; border: 0;');
115 $table->addRow([$leftColumn, $rightColumn]);
/dports/net-mgmt/zabbix3-java/zabbix-3.0.32/frontends/php/include/classes/html/
H A DCUiWidget.php106 * @param string|array|CTag $leftColumn
109 public function setDoubleHeader($leftColumn, $rightColumn) { argument
110 $leftColumn = (new CCol($leftColumn))->addStyle('text-align: left; border: 0;');
115 $table->addRow([$leftColumn, $rightColumn]);
/dports/net-mgmt/zabbix3-proxy/zabbix-3.0.32/frontends/php/include/classes/html/
H A DCUiWidget.php106 * @param string|array|CTag $leftColumn
109 public function setDoubleHeader($leftColumn, $rightColumn) { argument
110 $leftColumn = (new CCol($leftColumn))->addStyle('text-align: left; border: 0;');
115 $table->addRow([$leftColumn, $rightColumn]);
/dports/net-mgmt/zabbix3-frontend/zabbix-3.0.32/frontends/php/include/classes/html/
H A DCUiWidget.php106 * @param string|array|CTag $leftColumn
109 public function setDoubleHeader($leftColumn, $rightColumn) { argument
110 $leftColumn = (new CCol($leftColumn))->addStyle('text-align: left; border: 0;');
115 $table->addRow([$leftColumn, $rightColumn]);
/dports/net-mgmt/zabbix3-agent/zabbix-3.0.32/frontends/php/include/classes/html/
H A DCUiWidget.php106 * @param string|array|CTag $leftColumn
109 public function setDoubleHeader($leftColumn, $rightColumn) { argument
110 $leftColumn = (new CCol($leftColumn))->addStyle('text-align: left; border: 0;');
115 $table->addRow([$leftColumn, $rightColumn]);
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/sanity/client/lib/SwingSet3/src/com/sun/swingset3/demos/togglebutton/
H A DToggleButtonDemo.java368 leftColumn.setAlignmentY(TOP_ALIGNMENT); in createControls()
372 buttonControls.add(leftColumn); in createControls()
383 leftColumn.add(l); in createControls()
393 leftColumn.add(bordered); in createControls()
401 leftColumn.add(focused); in createControls()
409 leftColumn.add(enabled); in createControls()
417 leftColumn.add(filled); in createControls()
422 leftColumn.add(l); in createControls()
430 leftColumn.add(defaultPad); in createControls()
438 leftColumn.add(zeroPad); in createControls()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/sanity/client/lib/SwingSet3/src/com/sun/swingset3/demos/togglebutton/
H A DToggleButtonDemo.java368 leftColumn.setAlignmentY(TOP_ALIGNMENT); in createControls()
372 buttonControls.add(leftColumn); in createControls()
383 leftColumn.add(l); in createControls()
393 leftColumn.add(bordered); in createControls()
401 leftColumn.add(focused); in createControls()
409 leftColumn.add(enabled); in createControls()
417 leftColumn.add(filled); in createControls()
422 leftColumn.add(l); in createControls()
430 leftColumn.add(defaultPad); in createControls()
438 leftColumn.add(zeroPad); in createControls()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/sanity/client/lib/SwingSet3/src/com/sun/swingset3/demos/togglebutton/
H A DToggleButtonDemo.java368 leftColumn.setAlignmentY(TOP_ALIGNMENT); in createControls()
372 buttonControls.add(leftColumn); in createControls()
383 leftColumn.add(l); in createControls()
393 leftColumn.add(bordered); in createControls()
401 leftColumn.add(focused); in createControls()
409 leftColumn.add(enabled); in createControls()
417 leftColumn.add(filled); in createControls()
422 leftColumn.add(l); in createControls()
430 leftColumn.add(defaultPad); in createControls()
438 leftColumn.add(zeroPad); in createControls()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/sanity/client/lib/SwingSet3/src/com/sun/swingset3/demos/togglebutton/
H A DToggleButtonDemo.java368 leftColumn.setAlignmentY(TOP_ALIGNMENT); in createControls()
372 buttonControls.add(leftColumn); in createControls()
383 leftColumn.add(l); in createControls()
393 leftColumn.add(bordered); in createControls()
401 leftColumn.add(focused); in createControls()
409 leftColumn.add(enabled); in createControls()
417 leftColumn.add(filled); in createControls()
422 leftColumn.add(l); in createControls()
430 leftColumn.add(defaultPad); in createControls()
438 leftColumn.add(zeroPad); in createControls()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/sanity/client/lib/SwingSet3/src/com/sun/swingset3/demos/togglebutton/
H A DToggleButtonDemo.java368 leftColumn.setAlignmentY(TOP_ALIGNMENT); in createControls()
372 buttonControls.add(leftColumn); in createControls()
383 leftColumn.add(l); in createControls()
393 leftColumn.add(bordered); in createControls()
401 leftColumn.add(focused); in createControls()
409 leftColumn.add(enabled); in createControls()
417 leftColumn.add(filled); in createControls()
422 leftColumn.add(l); in createControls()
430 leftColumn.add(defaultPad); in createControls()
438 leftColumn.add(zeroPad); in createControls()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/sanity/client/lib/SwingSet3/src/com/sun/swingset3/demos/togglebutton/
H A DToggleButtonDemo.java368 leftColumn.setAlignmentY(TOP_ALIGNMENT); in createControls()
372 buttonControls.add(leftColumn); in createControls()
383 leftColumn.add(l); in createControls()
393 leftColumn.add(bordered); in createControls()
401 leftColumn.add(focused); in createControls()
409 leftColumn.add(enabled); in createControls()
417 leftColumn.add(filled); in createControls()
422 leftColumn.add(l); in createControls()
430 leftColumn.add(defaultPad); in createControls()
438 leftColumn.add(zeroPad); in createControls()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/sanity/client/lib/SwingSet3/src/com/sun/swingset3/demos/togglebutton/
H A DToggleButtonDemo.java368 leftColumn.setAlignmentY(TOP_ALIGNMENT); in createControls()
372 buttonControls.add(leftColumn); in createControls()
383 leftColumn.add(l); in createControls()
393 leftColumn.add(bordered); in createControls()
401 leftColumn.add(focused); in createControls()
409 leftColumn.add(enabled); in createControls()
417 leftColumn.add(filled); in createControls()
422 leftColumn.add(l); in createControls()
430 leftColumn.add(defaultPad); in createControls()
438 leftColumn.add(zeroPad); in createControls()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/sanity/client/lib/SwingSet3/src/com/sun/swingset3/demos/togglebutton/
H A DToggleButtonDemo.java368 leftColumn.setAlignmentY(TOP_ALIGNMENT); in createControls()
372 buttonControls.add(leftColumn); in createControls()
383 leftColumn.add(l); in createControls()
393 leftColumn.add(bordered); in createControls()
401 leftColumn.add(focused); in createControls()
409 leftColumn.add(enabled); in createControls()
417 leftColumn.add(filled); in createControls()
422 leftColumn.add(l); in createControls()
430 leftColumn.add(defaultPad); in createControls()
438 leftColumn.add(zeroPad); in createControls()
[all …]
/dports/java/icedtea-web/icedtea-web-1.6.2/tests/reproducers/custom/JNLPClassLoaderDeadlock/srcs/
H A DJNLPClassLoaderDeadlock_2.java44 GridBagConstraints leftColumn = new GridBagConstraints(); in init() local
45 leftColumn.anchor = 20; in init()
46 leftColumn.ipadx = 16; in init()
59 gridbaglayout.setConstraints(labels[i], leftColumn); in init()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/demo/share/jfc/SwingSet2/
H A DButtonDemo.java375 leftColumn.setAlignmentY(TOP_ALIGNMENT); in createControls()
379 buttonControls.add(leftColumn); in createControls()
390 leftColumn.add(l); in createControls()
400 leftColumn.add(bordered); in createControls()
408 leftColumn.add(focused); in createControls()
416 leftColumn.add(enabled); in createControls()
424 leftColumn.add(filled); in createControls()
429 leftColumn.add(l); in createControls()
437 leftColumn.add(defaultPad); in createControls()
445 leftColumn.add(zeroPad); in createControls()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/demo/share/jfc/SwingSet2/
H A DButtonDemo.java375 leftColumn.setAlignmentY(TOP_ALIGNMENT); in createControls()
379 buttonControls.add(leftColumn); in createControls()
390 leftColumn.add(l); in createControls()
400 leftColumn.add(bordered); in createControls()
408 leftColumn.add(focused); in createControls()
416 leftColumn.add(enabled); in createControls()
424 leftColumn.add(filled); in createControls()
429 leftColumn.add(l); in createControls()
437 leftColumn.add(defaultPad); in createControls()
445 leftColumn.add(zeroPad); in createControls()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/demo/share/jfc/SwingSet2/
H A DButtonDemo.java375 leftColumn.setAlignmentY(TOP_ALIGNMENT); in createControls()
379 buttonControls.add(leftColumn); in createControls()
390 leftColumn.add(l); in createControls()
400 leftColumn.add(bordered); in createControls()
408 leftColumn.add(focused); in createControls()
416 leftColumn.add(enabled); in createControls()
424 leftColumn.add(filled); in createControls()
429 leftColumn.add(l); in createControls()
437 leftColumn.add(defaultPad); in createControls()
445 leftColumn.add(zeroPad); in createControls()
[all …]

12345678910>>...18