Home
last modified time | relevance | path

Searched refs:optionTexts (Results 1 – 6 of 6) sorted by relevance

/dports/www/grafana8/grafana-8.3.6/public/app/angular/components/form_dropdown/
H A Dform_dropdown.ts138 const optionTexts = map(options, (op: any) => { constant
144 if (indexOf(optionTexts, this.text) === -1) {
145 optionTexts.unshift(this.text);
149 callback(optionTexts);
/dports/www/groupoffice/groupoffice-6.4.231-php-71/go/core/install/
H A DMigrateCustomFields63to64.php462 $optionTexts = go()->getDbConnection()
470 ->where($field->databaseName, 'NOT IN', $optionTexts);
486 $optionTexts = array_map('trim', $optionTexts->all());
488 $missing = array_filter($missing, function($text) use ($optionTexts) {
489 return !empty($text) && !in_array($text, $optionTexts);
/dports/graphics/heimer/Heimer-3.0.0/src/contrib/Argengine/src/
H A Dargengine.cpp106 std::vector<std::pair<std::string, std::string>> optionTexts; in printHelp() local
111 optionTexts.push_back({ variantsString, option->infoText }); in printHelp()
114 for (auto && optionText : optionTexts) { in printHelp()
/dports/games/dustrac/DustRacing2D-ae380b8/src/contrib/Argengine/src/
H A Dargengine.cpp106 std::vector<std::pair<std::string, std::string>> optionTexts; in printHelp() local
111 optionTexts.push_back({ variantsString, option->infoText }); in printHelp()
114 for (auto && optionText : optionTexts) { in printHelp()
/dports/games/barony/Barony-3.3.7/src/
H A Dmenu.cpp3684 std::vector<char*> optionTexts; in handleMainMenu() local
3696optionTexts.insert(optionTexts.end(), { language[1328], language[1330], language[1330], language[1… in handleMainMenu()
3704optionTexts.insert(optionTexts.end(), { language[1328], language[1330], language[1332], language[1… in handleMainMenu()
3712optionTexts.insert(optionTexts.end(), { language[1328], language[1330], language[1332], language[1… in handleMainMenu()
3718optionTexts.insert(optionTexts.end(), { language[1328], language[1330], language[1332], language[1… in handleMainMenu()
3732 …ttfPrintTextFormatted(ttf16, subx1 + 32, optionY.at(mode), "[%c] %s", selected, optionTexts.at(mod… in handleMainMenu()
3736 …ted(ttf16, subx1 + 32, optionY.at(mode), "[%c] %s\n %s", selected, optionTexts.at(mode), optio… in handleMainMenu()
/dports/www/grafana8/grafana-8.3.6/public/build/
H A D7095.0e38943fa459e872fe93.js.map1optionTexts = map(options, (op: any) => {\n return escape(op.text);\n });\n\n // …