Home
last modified time | relevance | path

Searched refs:combinedName (Results 1 – 18 of 18) sorted by relevance

/dports/security/keepassx-devel/keepassx-55869e8/src/core/
H A DFilePath.cpp95 QString combinedName = category + "/" + name; in icon() local
97 QIcon icon = m_iconCache.value(combinedName); in icon()
112 combinedName); in icon()
117 filename = QString("%1/icons/application/scalable/%2.svgz").arg(m_dataPath, combinedName); in icon()
123 m_iconCache.insert(combinedName, icon); in icon()
130 QString combinedName = category + "/" + name; in onOffIcon() local
131 QString cacheName = "onoff/" + combinedName; in onOffIcon()
156 combinedName, stateName); in onOffIcon()
161 …filename = QString("%1/icons/application/scalable/%2-%3.svgz").arg(m_dataPath, combinedName, state… in onOffIcon()
/dports/lang/kawa/kawa-3.1.1/gnu/kawa/functions/
H A DCompileNamedPart.java202 String combinedName = combineName(clas, member); in makeExp() local
204 if (combinedName != null) in makeExp()
207 Symbol symbol = Namespace.EmptyNamespace.getSymbol(combinedName); in makeExp()
214 return new ReferenceExp(combinedName); in makeExp()
237 exp.combinedName = combinedName; in makeExp()
249 name1 = ((GetNamedExp) part1).combinedName; in combineName()
400 public String combinedName; field in GetNamedExp
405 if (combinedName != null) in apply()
408 Symbol sym = env.getSymbol(combinedName); in apply()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web.Extensions/Compilation/WCFModel/
H A DSchemaMerger.cs150 … XmlQualifiedName combinedName = new XmlQualifiedName(GetSchemaItemName(item), targetNamespace); in FindDuplicatedItems()
153 if (knownItemTable.TryGetValue(combinedName, out originalItem)) in FindDuplicatedItems()
165 …, WCFModelStrings.ReferenceGroup_DuplicatedSchemaItems, itemTypeName, combinedName.ToString(), sch… in FindDuplicatedItems()
179 …delStrings.ReferenceGroup_DuplicatedSchemaItemsIgnored, itemTypeName, combinedName.ToString(), sch… in FindDuplicatedItems()
190 knownItemTable.Add(combinedName, item); in FindDuplicatedItems()
/dports/lang/kawa/kawa-3.1.1/kawa/lang/
H A DQuote.java137 String combinedName in expand_pair() local
139 if (combinedName != null) in expand_pair()
140 cdr = tr.getGlobalEnvironment().getSymbol(combinedName); in expand_pair()
H A DTranslator.java760 String combinedName = CompileNamedPart.combineName(part1, part2); in namespaceResolve()
761 if (combinedName != null) in namespaceResolve()
762 return Namespace.EmptyNamespace.getSymbol(combinedName); in namespaceResolve()
/dports/devel/simgear/simgear-2020.3.11/simgear/structure/
H A Dsubsystem_mgr.cxx1230 const auto combinedName = name + SUBSYSTEM_NAME_SEPARATOR + subsystemInstanceId; in createInstance() local
1231 ref->set_name(combinedName); in createInstance()
1352 const auto combinedName = subsystem + SUBSYSTEM_NAME_SEPARATOR + subsystemInstanceId; in do_add_subsystem() local
1353 manager->add(combinedName.c_str(), in do_add_subsystem()
/dports/devel/doxygen/doxygen-1.9.3/src/
H A Drtfgen.cpp2313 QCString combinedName = path+"/combined.rtf"; in preProcessFileInplace() local
2316 std::ofstream f(combinedName.str(),std::ofstream::out | std::ofstream::binary); in preProcessFileInplace()
2319 err("Failed to open %s for writing!\n",combinedName.data()); in preProcessFileInplace()
2330 if (!rtfDebug) thisDir.remove(combinedName.str()); in preProcessFileInplace()
2346 thisDir.rename(combinedName.str(),mainRTFName.str()); in preProcessFileInplace()
/dports/audio/gonic/gonic-0.8.4/vendor/github.com/jinzhu/gorm/
H A Dquery_test.go759 combinedName = fmt.Sprintf("%v%v", user.Name, user.Age)
776 if len(userAges) != 1 || userAges[0] != combinedName {
787 if len(userAges) != 1 || userAges[0] != combinedName {
/dports/security/vuls/vuls-0.13.7/vendor/github.com/jinzhu/gorm/
H A Dquery_test.go828 combinedName = fmt.Sprintf("%v%v", user.Name, user.Age)
845 if len(userAges) != 1 || userAges[0] != combinedName {
856 if len(userAges) != 1 || userAges[0] != combinedName {
/dports/security/go-cve-dictionary/go-cve-dictionary-0.5.5/vendor/github.com/jinzhu/gorm/
H A Dquery_test.go828 combinedName = fmt.Sprintf("%v%v", user.Name, user.Age)
845 if len(userAges) != 1 || userAges[0] != combinedName {
856 if len(userAges) != 1 || userAges[0] != combinedName {
/dports/editors/texstudio/texstudio-4.1.2/src/
H A Dconfigmanager.cpp398 QString combinedName = le->text(); in getCmdID() local
399 int pos = combinedName.indexOf(":"); in getCmdID()
400 cmdID = (pos == -1) ? combinedName : combinedName.left(pos); in getCmdID()
1777 QString combinedName = getText(nameWidget); in execConfigDialog() local
1778 int pos = combinedName.indexOf(":"); in execConfigDialog()
1779 ci.id = pos == -1 ? combinedName : combinedName.left(pos); in execConfigDialog()
1781 ci.displayName = pos == -1 ? combinedName : combinedName.mid(pos + 1); in execConfigDialog()
/dports/devel/juce/JUCE-f37e9a1/modules/juce_audio_devices/native/
H A Djuce_mac_CoreAudio.cpp2167 auto combinedName = outputDeviceName.isEmpty() ? inputDeviceName in createDevice() local
2171 …return new CoreAudioIODevice (this, combinedName, inputDeviceID, inputIndex, outputDeviceID, outpu… in createDevice()
2184 … std::unique_ptr<AudioIODeviceCombiner> combo (new AudioIODeviceCombiner (combinedName, this)); in createDevice()
/dports/audio/carla/Carla-2.4.1/source/modules/juce_audio_devices/native/
H A Djuce_mac_CoreAudio.cpp2152 auto combinedName = outputDeviceName.isEmpty() ? inputDeviceName in createDevice() local
2156 …return new CoreAudioIODevice (this, combinedName, inputDeviceID, inputIndex, outputDeviceID, outpu… in createDevice()
2169 … std::unique_ptr<AudioIODeviceCombiner> combo (new AudioIODeviceCombiner (combinedName, this)); in createDevice()
/dports/audio/libopenshot-audio/libopenshot-audio-0.2.2/JuceLibraryCode/modules/juce_audio_devices/native/
H A Djuce_mac_CoreAudio.cpp2157 auto combinedName = outputDeviceName.isEmpty() ? inputDeviceName in createDevice() local
2161 …return new CoreAudioIODevice (this, combinedName, inputDeviceID, inputIndex, outputDeviceID, outpu… in createDevice()
2174 … std::unique_ptr<AudioIODeviceCombiner> combo (new AudioIODeviceCombiner (combinedName, this)); in createDevice()
/dports/multimedia/libva-intel-media-driver/media-driver-intel-media-22.1.1/media_driver/agnostic/common/cm/
H A Dcm_hal.cpp8088 char *combinedName = MOS_NewArray(char, len); in HalCm_GetKernelPerfTag() local
8089 if (combinedName == nullptr) in HalCm_GetKernelPerfTag()
8094 CmSafeMemSet(combinedName, 0, len); in HalCm_GetKernelPerfTag()
8096 MOS_SecureStrcat(combinedName, len, kernelParams[0]->kernelName); in HalCm_GetKernelPerfTag()
8099 MOS_SecureStrcat(combinedName, len, ";"); in HalCm_GetKernelPerfTag()
8100 MOS_SecureStrcat(combinedName, len, kernelParams[i]->kernelName); in HalCm_GetKernelPerfTag()
8105 map<string, int>::iterator ite = cmState->perfTagIndexMap[perfTagKernelNum]->find(combinedName); in HalCm_GetKernelPerfTag()
8110 …cmState->perfTagIndexMap[perfTagKernelNum]->insert(pair<string, int>(combinedName, cmState->curren… in HalCm_GetKernelPerfTag()
8120 MosSafeDeleteArray(combinedName); in HalCm_GetKernelPerfTag()
/dports/multimedia/cmrtlib/media-driver-intel-media-20.1.1/media_driver/agnostic/common/cm/
H A Dcm_hal.cpp8088 char *combinedName = MOS_NewArray(char, len); in HalCm_GetKernelPerfTag() local
8089 if (combinedName == nullptr) in HalCm_GetKernelPerfTag()
8094 CmSafeMemSet(combinedName, 0, len); in HalCm_GetKernelPerfTag()
8096 MOS_SecureStrcat(combinedName, len, kernelParams[0]->kernelName); in HalCm_GetKernelPerfTag()
8099 MOS_SecureStrcat(combinedName, len, ";"); in HalCm_GetKernelPerfTag()
8100 MOS_SecureStrcat(combinedName, len, kernelParams[i]->kernelName); in HalCm_GetKernelPerfTag()
8105 map<string, int>::iterator ite = cmState->perfTagIndexMap[perfTagKernelNum]->find(combinedName); in HalCm_GetKernelPerfTag()
8110 …cmState->perfTagIndexMap[perfTagKernelNum]->insert(pair<string, int>(combinedName, cmState->curren… in HalCm_GetKernelPerfTag()
8120 MosSafeDeleteArray(combinedName); in HalCm_GetKernelPerfTag()
/dports/lang/pharo/Pharo-1.4-14438/
H A DPharoV10.sources130941 ^combinedName withBlanksTrimmed! !
131016 addStyle ifTrue:[combinedName := combinedName , ' ', aStyleString].
131042 combinedName := combinedName copyReplaceFrom: start to: end with: ' '.].
131067 combinedName := combinedName copyReplaceFrom: start to: end with: ' '.
131074 answer new combinedName"
131084 "remove it from combinedName"
131090 [end < combinedName size and:[delimiters includes: (combinedName at: end + 1)]]
131092 combinedName := combinedName copyReplaceFrom: start to: end with: ' '].
131115 combinedName := combinedName copyReplaceFrom: start to: end with: ' '.].
131147 tokens := self tokenize: combinedName.
[all …]
H A DPharo-1.4.changes74754 ^combinedName trimBoth! !
74761 combinedName := styleNameIn trimBoth.
74762 tokens := self tokenize: combinedName.
74764 styleName := combinedName.
74765 combinedName := familyNameIn trimBoth.
74767 tokens := self tokenize: combinedName.
74769 tokens := self tokenize: combinedName.
74771 tokens := self tokenize: combinedName.