Home
last modified time | relevance | path

Searched refs:strFindValue (Results 1 – 2 of 2) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.IdentityModel/System/IdentityModel/Selectors/
H A DX509CertificateStore.cs116 string strFindValue; in Find()
124 strFindValue = findValue as string; in Find()
125 if (strFindValue == null) in Find()
136 strFindValue = findValue as string; in Find()
137 if (strFindValue == null) in Find()
160 strFindValue = findValue as string; in Find()
161 if (strFindValue == null) in Find()
179 strFindValue = findValue as string; in Find()
180 if (strFindValue == null) in Find()
202 strFindValue = findValue as string; in Find()
[all …]
/dports/games/dhewm3/dhewm3-1.5.1/neo/tools/radiant/
H A DMainFrm.cpp2712 CString strFindValue; variable
2819 (gbWholeStringMatchOnly && stricmp(psEntFoundValue, strFindValue)==0) in FindNextBrush()
2821 … (!gbWholeStringMatchOnly && strstr(String_ToLower(psEntFoundValue), String_ToLower(strFindValue))) in FindNextBrush()
2824 (strFindValue.IsEmpty()) // any value for this key if blank value search specified in FindNextBrush()
2841 …if ( (strlen(psEntFoundValue) && strFindValue.IsEmpty()) // if blank <value> search specified then… in FindNextBrush()
2843 (gbWholeStringMatchOnly && stricmp(psEntFoundValue, strFindValue)==0) in FindNextBrush()
2845 … (!gbWholeStringMatchOnly && strstr(String_ToLower(psEntFoundValue), String_ToLower(strFindValue))) in FindNextBrush()
2848 … (!gbWholeStringMatchOnly && strstr(String_ToLower(psEntFoundValue), String_ToLower(strFindValue))) in FindNextBrush()
2931 …CEntKeyFindReplace FindReplace(&strFindKey, &strFindValue, &strReplaceKey, &strReplaceValue, &gbWh… in OnMiscFindOrReplaceEntity()
2950 if (stricmp(strFindValue, psEntFoundValue)==0 || // found this exact key/value in OnMiscFindOrReplaceEntity()
[all …]