Home
last modified time | relevance | path

Searched +defs:text +defs:multi (Results 1 – 25 of 511) sorted by relevance

12345678910>>...21

/dports/www/grafana8/grafana-8.3.6/public/app/features/variables/pickers/OptionsPicker/
H A Dreducer.test.ts34 { text: 'A', value: 'A', selected: false }, constant
35 { text: 'B', value: 'B', selected: false }, constant
39 { text: 'A', value: 'A', selected: true }, constant
44 { text: 'A', value: 'A', selected: true }, constant
45 { text: 'B', value: 'B', selected: true }, constant
106 const multi = true; constant
191 const multi = false; constant
260 multi: false, constant
287 …options: [selected, { text: 'A', value: 'A', selected: false }, { text: 'B', value: 'B', selected:… constant
288 multi: false, constant
[all …]
H A Dreducer.ts21 multi: boolean; property
201 const text = Array.isArray(optionsText) ? optionsText.toString() : optionsText; constant
/dports/www/grafana8/grafana-8.3.6/public/app/features/variables/inspect/
H A Dutils.test.ts431 text: {}, constant
493 text: {}, constant
555 text: {}, constant
1193 multi: true, constant
1552 multi: false, constant
1578 multi: true, constant
1605 multi: true, constant
1632 multi: false, constant
1661 multi: false, constant
1686 multi: false, constant
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/tests/org.eclipse.swt.tests.gtk/ManualTests/org/eclipse/swt/tests/gtk/snippets/
H A DBug150921_TextCaretPosition.java39 Text multi = new Text(shell, SWT.MULTI | SWT.BORDER); in main() local
56 Text text = (Text) e.widget; in modifyText() local
/dports/audio/ampache/ampache-php74-5.0.0/vendor/adhocore/cli/src/IO/
H A DInteractor.php209 public function confirm(string $text, string $default = 'y'): bool
226 public function choice(string $text, array $choices, $default = null, bool $case = false)
247 public function choices(string $text, array $choices, $default = null, bool $case = false)
281 public function prompt(string $text, $default = null, callable $fn = null, int $retry = 3)
315 public function promptHidden(string $text, callable $fn = null, int $retry = 3)
329 protected function listOptions(array $choices, $default = null, bool $multi = false): self
/dports/audio/flacon/flacon-8.2.0/gui/
H A Dcontrols.h148 bool multi() const { return mMultiState == MultiValuesMulti; } in multi() function
191 QString text() const { return this->toPlainText(); } in text() function
256 bool multi() const { return mMultiState == MultiValuesMulti; } in multi() function
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui/internal compatibility/org/eclipse/jdt/internal/ui/dialogs/
H A DTypeSelectionDialog2.java101 public void setText(String text) { in setText()
112 public TypeSelectionDialog2(Shell parent, boolean multi, IRunnableContext context, in TypeSelectionDialog2()
117 public TypeSelectionDialog2(Shell parent, boolean multi, IRunnableContext context, in TypeSelectionDialog2()
233 String text= ((ITextSelection)selection).getText(); in open() local
H A DTypeSelectionComponent.java156 public void setText(String text); in setText()
159 public TypeSelectionComponent(Composite parent, int style, String message, boolean multi, in TypeSelectionComponent()
340 private void patternChanged(Text text) { in patternChanged()
/dports/www/grafana8/grafana-8.3.6/public/app/plugins/datasource/grafana-azure-monitor-datasource/dashboards/
H A Dv1Alerts.json416 "multi": false, boolean
436 "multi": true, boolean
458 "multi": true, boolean
463 "text": "Fired", string
468 "text": "Resolved", string
489 "multi": true, boolean
494 "text": "New", string
504 "text": "Closed", string
525 "multi": true, boolean
535 "text": "1 - Error", string
[all …]
H A DalertRules.json320 "multi": false, boolean
340 "multi": true, boolean
354 "text": ["Smart detector", "Resource health"], array
362 "multi": true, boolean
367 "text": "Smart detector", string
372 "text": "Resource health", string
385 "text": ["Enabled", "Disabled"], array
393 "multi": true, boolean
398 "text": "Enabled", string
403 "text": "Disabled", string
/dports/devel/umbrello/umbrello-21.12.3/umbrello/codegenerators/tcl/
H A Dtclwriter.cpp371 void TclWriter::writeCode(const QString &text) in writeCode()
379 void TclWriter::writeComm(const QString &text) in writeComm()
390 void TclWriter::writeDocu(const QString &text) in writeDocu()
579 const QString &multi, const QString &doc, const QString &scope) in writeAssociationRoleDecl()
867 const QString &roleName, const QString &multi) in writeAssociationRoleSource()
/dports/www/grafana8/grafana-8.3.6/devenv/dev-dashboards/feature-templating/
H A Dglobal-variables-and-interpolation.json62 "text": "All", string
68 "multi": true, boolean
73 "text": "All", string
78 "text": "A'A\"A", string
83 "text": "BB\\B", string
88 "text": "CCC", string
H A Dtemplating-dashboard-links-and-variables.json87 "text": "All", string
93 "multi": true, boolean
98 "text": "All", string
103 "text": "p1", string
108 "text": "p2", string
113 "text": "p3", string
H A Dtestdata-nested-variables-drilldown.json92 "text": "N/A", string
120 "text": "N/A", string
222 "text": "A", string
230 "multi": true, boolean
247 "text": "AA", string
255 "multi": true, boolean
272 "text": "All", string
280 "multi": true, boolean
H A Dtestdata-variables-that-update-on-time-change.json124 "text": "value.1584434137814", string
133 "multi": false, boolean
150 "text": "value.value.1584434072074", string
159 "multi": false, boolean
164 "text": "value.value.1584434072074", string
/dports/www/gtkhtml4/gtkhtml-4.10.0/gtkhtml/
H A Dhtmlselect.c194 gboolean multi) in html_select_init()
262 gboolean multi) in html_select_new()
321 const gchar *text) in html_select_set_text()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/tests/controls/
H A Dgridtest.cpp130 void SetMulticell(const Multicell& multi) in SetMulticell()
167 void FitGridToMulticell(TestableGrid* grid, const Multicell& multi) in FitGridToMulticell()
300 GridAttrMatcher HasMulticellOnly(const Multicell& multi) in HasMulticellOnly()
312 GridAttrMatcher CheckMulticell(const Multicell& multi) in CheckMulticell()
1237 wxColour text, back; variable
1770 Multicell multi(1, 1, 3, 5); variable
1806 GIVEN(Catch::toString(multi)) in GIVEN()
1841 GIVEN(Catch::toString(multi)) in GIVEN()
1921 Multicell multi(1, 1, 5, 3); variable
1923 GIVEN(Catch::toString(multi)) in GIVEN()
[all …]
/dports/www/grafana8/grafana-8.3.6/devenv/dev-dashboards/datasource-influxdb/
H A Dinfluxdb-templated.json175 "multi": false, boolean
193 "text": "All", string
201 "multi": true, boolean
223 "text": "1m", string
239 "text": "1m", string
244 "text": "10m", string
249 "text": "30m", string
254 "text": "1h", string
259 "text": "6h", string
269 "text": "1d", string
[all …]
/dports/security/xca/xca-2.4.0/widgets/
H A DMainWindow.cpp221 bool MainWindow::pastePem(QString text, bool silent) in pastePem()
246 QString text; in pastePem() local
522 pki_multi *multi = new pki_multi(); in importAnything() local
530 void MainWindow::importMulti(pki_multi *multi, int force) in importMulti()
/dports/www/e107/e107/e107_handlers/
H A Drate_class.php19 private $multi = false; // multiple lookup . variable in rater
139 function rateselect($text, $table, $id, $mode=FALSE)
/dports/www/grafana8/grafana-8.3.6/public/app/plugins/datasource/cloud-monitoring/dashboards/
H A Dfirewall-insight-monitoring.json194 "multi": false, boolean
214 "multi": false, boolean
248 "multi": false, boolean
254 { "selected": false, "text": "1m", "value": "+60s" }, string
255 { "selected": false, "text": "2m", "value": "+120s" }, string
256 { "selected": false, "text": "5m", "value": "+300s" }, string
257 { "selected": false, "text": "10m", "value": "+600s" }, string
258 { "selected": false, "text": "30m", "value": "+1800s" }, string
259 { "selected": false, "text": "1h", "value": "+3600s" }, string
260 { "selected": false, "text": "3h", "value": "+7200s" }, string
[all …]
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/samples/htlbox/
H A Dhtlbox.cpp302 wxTextCtrl *text = new wxTextCtrl(this, wxID_ANY, "", in MyFrame() local
322 bool multi = GetMenuBar()->IsChecked(HtmlLbox_ToggleMulti); in CreateBox() local
559 MyHtmlListBox::MyHtmlListBox(wxWindow *parent, bool multi) in MyHtmlListBox()
/dports/multimedia/quodlibet/quodlibet-4.3.0/quodlibet/qltk/
H A Dsearchbar.py99 def set_text(self, text): argument
110 def _update_query_from(self, text): argument
311 def add_query_item(self, text): argument
332 def _update_query_from(self, text): argument
347 def toggle_multi_bool(self, multi): argument
/dports/graphics/blender/blender-2.91.0/release/scripts/addons/amaranth/scene/
H A Ddebug.py167 def print_with_count_list(text="", send_list=[]): argument
179 def print_grammar(line="", single="", multi="", cond=[]): argument
885 def draw_label(self, layout, body_text, single, multi, lists, ico="BLANK1"): argument
893 def draw_miss_link(self, layout, text1, single, multi, text2, count, ico="BLANK1"): argument
/dports/net-im/centerim/centerim-4.22.10/libicq2000/src/
H A DICQ.cpp45 bool multi = (flags & MSG_Flag_Multi); in ParseICQSubType() local
235 NormalICQSubType::NormalICQSubType(bool multi) in NormalICQSubType()
321 string text; in ParseBodyUIN() local
490 XmlLeaf *text = sms_message->getLeaf("text"); in ParseBody() local
529 XmlLeaf *text = sms_rcpt->getLeaf("text"); in ParseBody() local
564 string text; in ParseBodyUIN() local
656 string text; in ParseBody() local
695 string text; in ParseBody() local
740 string text; in ParseBodyUIN() local
904 string text; in ParseBodyUIN() local

12345678910>>...21