Home
last modified time | relevance | path

Searched refs:modeKeys (Results 1 – 10 of 10) sorted by relevance

/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.web.portlet/src/main/java/org/springframework/web/portlet/mvc/annotation/
H A DDefaultAnnotationHandlerMapping.java118 String[] modeKeys = mapping.value(); in detectHandlers() local
121 if (modeKeys.length == 0 || params.length == 0) { in detectHandlers()
127 for (String modeKey : modeKeys) { in detectHandlers()
155 String[] modeKeys = new String[0]; in detectHandlerMethods()
180 modeKeys = requestMapping.value(); in detectHandlerMethods()
182 if (!PortletAnnotationMappingUtils.validateModeMapping(modeKeys, typeMapping.value())) { in detectHandlerMethods()
184 Arrays.asList(modeKeys) + " versus " + Arrays.asList(typeMapping.value())); in detectHandlerMethods()
193 if (modeKeys.length == 0) { in detectHandlerMethods()
195 modeKeys = typeMapping.value(); in detectHandlerMethods()
197 if (modeKeys.length == 0) { in detectHandlerMethods()
[all …]
/dports/net-p2p/vuze/vuze-5.7.4.0_2/org/gudy/azureus2/ui/swt/views/configsections/
H A DConfigSectionInterfaceLegacy.java74 final String[] modeKeys = { "ConfigView.section.mode.beginner", in configSectionCreate() local
79 if (REQUIRED_MODE < modeKeys.length) in configSectionCreate()
80 param1 = MessageText.getString(modeKeys[REQUIRED_MODE]); in configSectionCreate()
84 if (userMode < modeKeys.length) in configSectionCreate()
85 param2 = MessageText.getString(modeKeys[userMode]); in configSectionCreate()
H A DConfigSectionTransferLAN.java81 final String[] modeKeys = { "ConfigView.section.mode.beginner", in configSectionCreate() local
86 if (REQUIRED_MODE < modeKeys.length) in configSectionCreate()
87 param1 = MessageText.getString(modeKeys[REQUIRED_MODE]); in configSectionCreate()
91 if (userMode < modeKeys.length) in configSectionCreate()
92 param2 = MessageText.getString(modeKeys[userMode]); in configSectionCreate()
H A DConfigSectionFileTorrentsDecoding.java85 final String[] modeKeys = { in configSectionCreate() local
91 if (REQUIRED_MODE < modeKeys.length) in configSectionCreate()
92 param1 = MessageText.getString(modeKeys[REQUIRED_MODE]); in configSectionCreate()
96 if (userMode < modeKeys.length) in configSectionCreate()
97 param2 = MessageText.getString(modeKeys[userMode]); in configSectionCreate()
H A DConfigSectionConnectionDNS.java85 final String[] modeKeys = { "ConfigView.section.mode.beginner", in configSectionCreate() local
90 if (REQUIRED_MODE < modeKeys.length) in configSectionCreate()
91 param1 = MessageText.getString(modeKeys[REQUIRED_MODE]); in configSectionCreate()
95 if (userMode < modeKeys.length) in configSectionCreate()
96 param2 = MessageText.getString(modeKeys[userMode]); in configSectionCreate()
H A DConfigSectionConnectionEncryption.java78 final String[] modeKeys = { "ConfigView.section.mode.beginner", in configSectionCreate() local
83 if (REQUIRED_MODE < modeKeys.length) in configSectionCreate()
84 param1 = MessageText.getString(modeKeys[REQUIRED_MODE]); in configSectionCreate()
88 if (userMode < modeKeys.length) in configSectionCreate()
89 param2 = MessageText.getString(modeKeys[userMode]); in configSectionCreate()
H A DConfigSectionConnectionAdvanced.java88 final String[] modeKeys = { "ConfigView.section.mode.beginner", in configSectionCreate() local
93 if (REQUIRED_MODE < modeKeys.length) in configSectionCreate()
94 param1 = MessageText.getString(modeKeys[REQUIRED_MODE]); in configSectionCreate()
98 if (userMode < modeKeys.length) in configSectionCreate()
99 param2 = MessageText.getString(modeKeys[userMode]); in configSectionCreate()
H A DConfigSectionConnectionProxy.java91 final String[] modeKeys = { "ConfigView.section.mode.beginner", in configSectionCreate() local
96 if (REQUIRED_MODE < modeKeys.length) in configSectionCreate()
97 param1 = MessageText.getString(modeKeys[REQUIRED_MODE]); in configSectionCreate()
101 if (userMode < modeKeys.length) in configSectionCreate()
102 param2 = MessageText.getString(modeKeys[userMode]); in configSectionCreate()
H A DConfigSectionTrackerServer.java98 final String[] modeKeys = { CFG_PREFIX + "mode.beginner", in configSectionCreate() local
103 if (REQUIRED_MODE < modeKeys.length) in configSectionCreate()
104 param1 = MessageText.getString(modeKeys[REQUIRED_MODE]); in configSectionCreate()
108 if (userMode < modeKeys.length) in configSectionCreate()
109 param2 = MessageText.getString(modeKeys[userMode]); in configSectionCreate()
/dports/x11/plasma5-libkscreen/libkscreen-5.23.5/src/doctor/
H A Ddoctor.cpp396 auto modeKeys = modes.keys(); in showOutputs() local
397 std::sort(modeKeys.begin(), modeKeys.end(), collator); in showOutputs()
399 for (const auto &key : modeKeys) { in showOutputs()