Home
last modified time | relevance | path

Searched refs:textKey (Results 1 – 25 of 61) sorted by relevance

123

/dports/net-p2p/vuze/vuze-5.7.4.0_2/org/gudy/azureus2/ui/swt/config/
H A DBooleanParameter.java37 public BooleanParameter(Composite composite, final String name, String textKey) { in BooleanParameter() argument
40 textKey, null); in BooleanParameter()
46 …ic BooleanParameter(Composite composite, final String name, boolean defaultValue, String textKey) { in BooleanParameter() argument
48 … delegate = new GenericBooleanParameter( config_adapter, composite,name,defaultValue,textKey,null); in BooleanParameter()
67 String textKey, in BooleanParameter() argument
71 …delegate = new GenericBooleanParameter( config_adapter, composite, _name, _defaultValue, textKey, … in BooleanParameter()
/dports/net-p2p/vuze/vuze-5.7.4.0_2/org/gudy/azureus2/ui/swt/config/generic/
H A DGenericBooleanParameter.java58 Composite composite, final String name, String textKey) { in GenericBooleanParameter() argument
59 this(adapter, composite, name, adapter.getBooleanValue(name), textKey, null); in GenericBooleanParameter()
64 String textKey) { in GenericBooleanParameter() argument
65 this(adapter, composite, name, defaultValue, textKey, null); in GenericBooleanParameter()
75 String textKey, IAdditionalActionPerformer actionPerformer) { in GenericBooleanParameter() argument
84 if (textKey != null) in GenericBooleanParameter()
85 Messages.setLanguageText(checkBox, textKey); in GenericBooleanParameter()
/dports/x11-toolkits/py-Pmw/Pmw-2.0.1/Pmw/Pmw_1_3_3/lib/
H A DPmwMenuBar.py100 traverseSpec, side, textKey, kw): argument
112 if not kw.has_key(textKey):
113 kw[textKey] = menuName
115 self._addHotkeyToOptions(parentMenuName, kw, textKey, traverseSpec)
173 def _addHotkeyToOptions(self, menuName, kw, textKey, traverseSpec): argument
176 not kw.has_key(textKey)):
190 label = str(menubutton.cget(textKey))
204 label = str(menu.entrycget(item, textKey))
210 name = kw[textKey]
/dports/x11-toolkits/py-Pmw/Pmw-2.0.1/Pmw/Pmw_2_0_1/lib/
H A DPmwMenuBar.py100 traverseSpec, side, textKey, kw): argument
112 if textKey not in kw:
113 kw[textKey] = menuName
115 self._addHotkeyToOptions(parentMenuName, kw, textKey, traverseSpec)
173 def _addHotkeyToOptions(self, menuName, kw, textKey, traverseSpec): argument
176 textKey not in kw):
192 label = str(menubutton.cget(textKey))
209 label = str(menu.entrycget(item, textKey))
215 name = kw[textKey]
/dports/games/openmw/openmw-openmw-0.47.0/components/sceneutil/
H A Dtextkeymap.hpp46 void emplace(float time, std::string&& textKey) in emplace() argument
48 const auto separator = textKey.find(": "); in emplace()
50 mGroups.emplace(textKey.substr(0, separator)); in emplace()
52 mTextKeyByTime.emplace(time, std::move(textKey)); in emplace()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/libs/languageserverprotocol/
H A Dtextsynchronization.h105 QString text() const { return typedValue<QString>(textKey); } in text()
106 void setText(const QString &text) { insert(textKey, text); } in setText()
108 bool isValid() const override { return contains(textKey); } in isValid()
197 Utils::optional<QString> text() const { return optionalValue<QString>(textKey); } in text()
198 void setText(const QString &text) { insert(textKey, text); } in setText()
199 void clearText() { remove(textKey); } in clearText()
/dports/games/dhewm3/dhewm3-1.5.1/neo/game/
H A DGameEdit.cpp551 sit.textKey = "texture"; in DisplayEntities()
556 sit.textKey = "s_shader"; in DisplayEntities()
559 sit.textKey = "texture"; in DisplayEntities()
564 sit.textKey = "articulatedFigure"; in DisplayEntities()
569 sit.textKey = "model"; in DisplayEntities()
574 sit.textKey = "name"; in DisplayEntities()
579 sit.textKey = "name"; in DisplayEntities()
584 sit.textKey = "model"; in DisplayEntities()
598 idStr textKey; in DisplayEntities() local
604 textKey = ""; in DisplayEntities()
[all …]
/dports/games/dhewm3/dhewm3-1.5.1/neo/d3xp/
H A DGameEdit.cpp551 sit.textKey = "texture"; in DisplayEntities()
556 sit.textKey = "s_shader"; in DisplayEntities()
559 sit.textKey = "texture"; in DisplayEntities()
564 sit.textKey = "articulatedFigure"; in DisplayEntities()
569 sit.textKey = "model"; in DisplayEntities()
574 sit.textKey = "name"; in DisplayEntities()
579 sit.textKey = "name"; in DisplayEntities()
584 sit.textKey = "model"; in DisplayEntities()
598 idStr textKey; in DisplayEntities() local
604 textKey = ""; in DisplayEntities()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.text/org.eclipse.ui.editors/src/org/eclipse/ui/internal/editors/text/
H A DLinkedModeConfigurationBlock.java82 final String textKey; field in LinkedModeConfigurationBlock.ListItem
85 …ListItem(String label, String colorKey, String textKey, String highlightKey, String textStyleKey, … in ListItem() argument
89 this.textKey= textKey; in ListItem()
316 getPreferenceStore().setValue(item.textKey, true); in createControl()
319 getPreferenceStore().setValue(item.textKey, false); in createControl()
322 getPreferenceStore().setValue(item.textKey, value); in createControl()
347 getPreferenceStore().setValue(item.textKey, false); in createControl()
351 getPreferenceStore().setValue(item.textKey, true); in createControl()
427 boolean showInText = item.textKey == null ? false : getPreferenceStore().getBoolean(item.textKey); in handleAnnotationListSelection()
H A DAnnotationsConfigurationBlock.java77 final String textKey; field in AnnotationsConfigurationBlock.ListItem
88 this.textKey= textKey; in ListItem()
314 fStore.setValue(item.textKey, true); in createControl()
317 if (item.textKey != null) in createControl()
318 fStore.setValue(item.textKey, false); in createControl()
322 fStore.setValue(item.textKey, value); in createControl()
391 if (item.textKey != null) { in createControl()
392 fStore.setValue(item.textKey, false); in createControl()
399 if (item.textKey != null) { in createControl()
400 fStore.setValue(item.textKey, true); in createControl()
[all …]
/dports/finance/kmymoney/kmymoney-5.1.1/kmymoney/mymoney/onlinetasks/sepa/
H A Dsepaonlinetransferimpl.h81 unsigned short int textKey() const final override { in textKey() function
85 void setTextKey(unsigned short int textKey) final override { in setTextKey() argument
86 _textKey = textKey; in setTextKey()
H A Dsepaonlinetransfer.h70 virtual unsigned short int textKey() const = 0;
71 virtual void setTextKey(unsigned short int textKey) = 0;
/dports/www/grafana8/grafana-8.3.6/packages/grafana-ui/src/slate-plugins/
H A Dindentation.ts41 const textKey = block.getFirstText()!.key;
45 key: textKey,
50 key: textKey,
/dports/games/scorched3d/scorched/src/common/common/
H A DToolTipResource.cpp26 const std::string &textKey, const std::string &textValue) : in ToolTipResource() argument
29 textKey_(textKey), textValue_(textValue) in ToolTipResource()
H A DToolTipResource.h31 const std::string &textKey, const std::string &textValue);
/dports/security/n2n/n2n-2.8/legacy/
H A Dn2n_keyfile.c56 const char * textKey, in n2n_parse_hex() argument
65 textEnd = textKey+textLen; in n2n_parse_hex()
66 pbeg=textKey; in n2n_parse_hex()
H A Dn2n_keyfile.h112 const char * textKey,
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.text/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/
H A DAnnotationPreference.java345 …public AnnotationPreference(Object annotationType, String colorKey, String textKey, String overvie… in AnnotationPreference() argument
348 setValue(TEXT_PREFERENCE_KEY, textKey); in AnnotationPreference()
737 public void setTextPreferenceKey(String textKey) { in setTextPreferenceKey() argument
738 setValue(TEXT_PREFERENCE_KEY, textKey); in setTextPreferenceKey()
/dports/www/mediawiki135/mediawiki-1.35.5/includes/Storage/
H A DPageEditStash.php348 $textKey = $this->cache->makeKey( 'stashedit', 'text', $textHash );
350 return $this->cache->get( $textKey );
359 $textKey = $this->cache->makeKey( 'stashedit', 'text', $textHash );
362 $textKey,
/dports/www/mediawiki137/mediawiki-1.37.1/includes/Storage/
H A DPageEditStash.php360 $textKey = $this->cache->makeKey( 'stashedit', 'text', $textHash );
362 return $this->cache->get( $textKey );
371 $textKey = $this->cache->makeKey( 'stashedit', 'text', $textHash );
374 $textKey,
/dports/www/mediawiki136/mediawiki-1.36.3/includes/Storage/
H A DPageEditStash.php348 $textKey = $this->cache->makeKey( 'stashedit', 'text', $textHash );
350 return $this->cache->get( $textKey );
359 $textKey = $this->cache->makeKey( 'stashedit', 'text', $textHash );
362 $textKey,
/dports/finance/skrooge/skrooge-2.26.1/tests/input/skgtestimportbackend/
H A Dtransactions.ctx154 int textKey="0"
214 int textKey="0"
277 int textKey="0"
/dports/www/wt/wt-4.6.1/examples/wt-homepage/
H A DWtHome.C45 std::unique_ptr<WWidget> WtHome::example(const char *textKey, const std::string& sourceDir) in example() argument
48 WText *w = result->addWidget(std::make_unique<WText>(tr(textKey))); in example()
H A DJWtHome.C106 std::unique_ptr<WWidget> JWtHome::example(const char *textKey, const std::string& sourceDir) in example() argument
109 result->addWidget(std::make_unique<WText>(tr(textKey))); in example()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.text/org.eclipse.ui.editors/src/org/eclipse/ui/texteditor/
H A DReadOnlyAnnotationPreference.java214 public void setTextPreferenceKey(String textKey) { in setTextPreferenceKey() argument
217 super.setTextPreferenceKey(textKey); in setTextPreferenceKey()

123