Home
last modified time | relevance | path

Searched refs:dictionary (Results 1 – 25 of 8477) sorted by relevance

12345678910>>...340

/dports/biology/stacks/stacks-2.4/src/
H A Dgenotype_dictionaries.cc91 dictionary["ab/--"]["--"] = "--"; in load_cp_dictionary()
92 dictionary["ab/--"]["aa"] = "aa"; in load_cp_dictionary()
93 dictionary["ab/--"]["ab"] = "ab"; in load_cp_dictionary()
94 dictionary["ab/--"]["bb"] = "ab"; in load_cp_dictionary()
95 dictionary["ab/--"]["ac"] = "aa"; in load_cp_dictionary()
96 dictionary["ab/--"]["bc"] = "ab"; in load_cp_dictionary()
98 dictionary["--/ab"]["--"] = "--"; in load_cp_dictionary()
99 dictionary["--/ab"]["aa"] = "aa"; in load_cp_dictionary()
100 dictionary["--/ab"]["ab"] = "ab"; in load_cp_dictionary()
101 dictionary["--/ab"]["bb"] = "ab"; in load_cp_dictionary()
[all …]
/dports/security/vault/vault-1.8.2/vendor/layeh.com/radius/debug/
H A Dgenerated.go7dictionary.Dictionary{Attributes: []*dictionary.Attribute{&dictionary.Attribute{Name: "User-Name",…
/dports/converters/wkhtmltopdf/qt-5db36ec/tools/configure/
H A Dconfigureapp.cpp1380 if (dictionary[ "MAKE" ].isEmpty()) dictionary[ "MAKE" ] = "nmake"; in parseCmdLine()
1390 if (dictionary[ "MAKE" ].isEmpty()) dictionary[ "MAKE" ] = "make"; in parseCmdLine()
1396 dictionary["QTBUILDINSTRUCTION"] = dictionary["MAKE"]; in parseCmdLine()
1458 if ((dictionary[ "REDO" ] != "yes") && (dictionary[ "HELP" ] != "yes")) in parseCmdLine()
2610 if (dictionary["DECLARATIVE"] == "yes" && dictionary["SCRIPT"] == "no") { in verifyConfiguration()
2884 dictionary[ "QMAKE_OUTDIR" ] = dictionary[ "BUILD" ]; in generateOutputVars()
3072 … if (dictionary.contains("XQMAKESPEC") && (dictionary["QMAKESPEC"] != dictionary["XQMAKESPEC"])) { in generateOutputVars()
3107 dictionary[ "QMAKE_RPATHDIR" ] = dictionary[ "QT_INSTALL_LIBS" ]; in generateOutputVars()
3206 …QString targetSpec = dictionary.contains("XQMAKESPEC") ? dictionary[ "XQMAKESPEC" ] : dictionary[ … in generateCachefile()
3633 …QString spec = dictionary.contains("XQMAKESPEC") ? dictionary["XQMAKESPEC"] : dictionary["QMAKESPE… in generateConfigfiles()
[all …]
H A Dtools.cpp70 dictionary["EDITION"] = "Preview"; in checkLicense()
77 dictionary["EDITION"] = "Preview"; in checkLicense()
107 dictionary["DONE"] = "error"; in checkLicense()
121 dictionary["DONE"] = "error"; in checkLicense()
186 dictionary["DONE"] = "error"; in checkLicense()
191 dictionary["DONE"] = "error"; in checkLicense()
202 dictionary["DONE"] = "error"; in checkLicense()
223 dictionary["DONE"] = "error"; in checkLicense()
229 dictionary["DONE"] = "error"; in checkLicense()
235 …QString fromLicenseFile = dictionary["QT_SOURCE_TREE"] + "/.LICENSE" + dictionary["LICENSE_EXTENSI… in checkLicense()
[all …]
/dports/math/pspp/pspp-1.4.1/src/data/
H A Ddictionary.h30 struct dictionary *dict_clone (const struct dictionary *) WARN_UNUSED_RESULT;
31 struct dictionary *dict_ref (struct dictionary *s) WARN_UNUSED_RESULT;
35 void dict_clear (struct dictionary *);
36 void dict_unref (struct dictionary *);
47 void dict_get_vars (const struct dictionary *,
73 void dict_delete_vars (struct dictionary *,
82 void dict_reorder_vars (struct dictionary *,
86 bool dict_try_rename_var (struct dictionary *,
89 bool dict_rename_vars (struct dictionary *,
199 void dict_copy_callbacks (struct dictionary *, const struct dictionary *);
[all …]
/dports/net/freeradius3/freeradius-server-3.0.25/share/
H A Ddictionary13 # Use the main dictionary file (usually /etc/raddb/dictionary)
143 $INCLUDE dictionary.acc
156 $INCLUDE dictionary.apc
163 $INCLUDE dictionary.asn
167 $INCLUDE dictionary.bay
176 $INCLUDE dictionary.bt
214 $INCLUDE dictionary.erx
216 $INCLUDE dictionary.f5
226 $INCLUDE dictionary.h3c
228 $INCLUDE dictionary.hp
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web/Configuration/
H A DBrowserCapabilitiesFactory35.cs20 base.PopulateBrowserElements(dictionary); in PopulateBrowserElements()
21 dictionary["Default"] = new System.Web.UI.Triplet(null, string.Empty, 0); in PopulateBrowserElements()
23 dictionary["IE"] = new System.Web.UI.Triplet("Mozilla", string.Empty, 2); in PopulateBrowserElements()
24 dictionary["IE5to9"] = new System.Web.UI.Triplet("Ie", string.Empty, 3); in PopulateBrowserElements()
27 dictionary["IE5"] = new System.Web.UI.Triplet("Ie5to9", string.Empty, 4); in PopulateBrowserElements()
28 dictionary["IE50"] = new System.Web.UI.Triplet("Ie5", string.Empty, 5); in PopulateBrowserElements()
29 dictionary["IE55"] = new System.Web.UI.Triplet("Ie5", string.Empty, 5); in PopulateBrowserElements()
31 dictionary["IE4"] = new System.Web.UI.Triplet("Ie", string.Empty, 3); in PopulateBrowserElements()
32 dictionary["IE3"] = new System.Web.UI.Triplet("Ie", string.Empty, 3); in PopulateBrowserElements()
36 dictionary["IE2"] = new System.Web.UI.Triplet("Ie", string.Empty, 3); in PopulateBrowserElements()
[all …]
H A DBrowserCapabilitiesFactory.cs55 dictionary["browser"] = "IE"; in IeProcess()
59 dictionary["isColor"] = "true"; in IeProcess()
109 dictionary["vbscript"] = "true"; in Ie6plusProcess()
300 dictionary["beta"] = "true"; in IebetaProcess()
391 dictionary["frames"] = "true"; in BlackberryProcess()
398 dictionary["tables"] = "true"; in BlackberryProcess()
693 dictionary["aol"] = "false"; in DefaultProcess()
695 dictionary["beta"] = "false"; in DefaultProcess()
707 dictionary["cdf"] = "false"; in DefaultProcess()
2321 dictionary[""] = null; in PopulateMatchedHeaders()
[all …]
/dports/net/wireshark/wireshark-3.6.1/radius/
H A Ddictionary5 # dictionary.rfc7155
6 # dictionary.rfc7268
36 # Use the main dictionary file (usually /etc/raddb/dictionary)
141 $INCLUDE dictionary.acc
150 $INCLUDE dictionary.apc
156 $INCLUDE dictionary.bay
162 $INCLUDE dictionary.bt
197 $INCLUDE dictionary.f5
205 $INCLUDE dictionary.h3c
206 $INCLUDE dictionary.hp
[all …]
/dports/net/wireshark-lite/wireshark-3.6.1/radius/
H A Ddictionary5 # dictionary.rfc7155
6 # dictionary.rfc7268
36 # Use the main dictionary file (usually /etc/raddb/dictionary)
141 $INCLUDE dictionary.acc
150 $INCLUDE dictionary.apc
156 $INCLUDE dictionary.bay
162 $INCLUDE dictionary.bt
197 $INCLUDE dictionary.f5
205 $INCLUDE dictionary.h3c
206 $INCLUDE dictionary.hp
[all …]
/dports/net/tshark-lite/wireshark-3.6.1/radius/
H A Ddictionary5 # dictionary.rfc7155
6 # dictionary.rfc7268
36 # Use the main dictionary file (usually /etc/raddb/dictionary)
141 $INCLUDE dictionary.acc
150 $INCLUDE dictionary.apc
156 $INCLUDE dictionary.bay
162 $INCLUDE dictionary.bt
197 $INCLUDE dictionary.f5
205 $INCLUDE dictionary.h3c
206 $INCLUDE dictionary.hp
[all …]
/dports/net/tshark/wireshark-3.6.1/radius/
H A Ddictionary5 # dictionary.rfc7155
6 # dictionary.rfc7268
36 # Use the main dictionary file (usually /etc/raddb/dictionary)
141 $INCLUDE dictionary.acc
150 $INCLUDE dictionary.apc
156 $INCLUDE dictionary.bay
162 $INCLUDE dictionary.bt
197 $INCLUDE dictionary.f5
205 $INCLUDE dictionary.h3c
206 $INCLUDE dictionary.hp
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.IdentityModel/System/IdentityModel/
H A DXD.cs317 public SamlDictionary(IXmlDictionary dictionary) in SamlDictionary() argument
441 … public SecureConversationDec2005Dictionary(IdentityModelDictionary dictionary) : base(dictionary) in SecureConversationDec2005Dictionary() argument
470 public SecureConversationDec2005Dictionary(IXmlDictionary dictionary) : base(dictionary) in SecureConversationDec2005Dictionary() argument
512 … public SecureConversationFeb2005Dictionary(IdentityModelDictionary dictionary) : base(dictionary) in SecureConversationFeb2005Dictionary() argument
540 public SecureConversationFeb2005Dictionary(IXmlDictionary dictionary) : base(dictionary) in SecureConversationFeb2005Dictionary() argument
941 public TrustDictionary(IXmlDictionary dictionary) in TrustDictionary() argument
958 public TrustDec2005Dictionary(IdentityModelDictionary dictionary) : base(dictionary) in TrustDec2005Dictionary() argument
1026 public TrustDec2005Dictionary(IXmlDictionary dictionary) : base(dictionary) in TrustDec2005Dictionary() argument
1107 public TrustFeb2005Dictionary(IdentityModelDictionary dictionary) : base(dictionary) in TrustFeb2005Dictionary() argument
1162 public TrustFeb2005Dictionary(IXmlDictionary dictionary) : base(dictionary) in TrustFeb2005Dictionary() argument
[all …]
/dports/lang/ficl/ficl-4.1.0/
H A Ddictionary.c62 #define FICL_SAFE_SYSTEM_FROM_DICTIONARY(dictionary) (((dictionary) != NULL) ? (dictionary)->syste… argument
95 dictionary->here = ficlAlignPointer(dictionary->here); in ficlDictionaryAlign()
433 return dictionary->here - dictionary->base; in ficlDictionaryCellsUsed()
493 FICL_DICTIONARY_ASSERT(dictionary, dictionary != NULL); in ficlDictionaryDestroy()
508 dictionary->here = dictionary->base; in ficlDictionaryEmpty()
612 FICL_DICTIONARY_ASSERT(dictionary, dictionary != NULL); in ficlDictionaryLookup()
773 FICL_DICTIONARY_ASSERT(dictionary, dictionary); in ficlDictionaryResetSearchOrder()
776 dictionary->wordlists[0] = dictionary->forthWordlist; in ficlDictionaryResetSearchOrder()
788 FICL_DICTIONARY_ASSERT(dictionary, dictionary->smudge); in ficlDictionarySetFlags()
801 FICL_DICTIONARY_ASSERT(dictionary, dictionary->smudge); in ficlDictionaryClearFlags()
[all …]
/dports/devel/msbuild/msbuild-0.06/src/Build.UnitTests/Collections/
H A DMultiDictionary_Tests.cs53 dictionary.Add("x", "x1"); in Remove()
54 dictionary.Add("x", "x2"); in Remove()
55 dictionary.Add("y", "y1"); in Remove()
72 dictionary.Add("x", "x1"); in Remove()
73 dictionary.Add("x", "x2"); in Remove()
89 dictionary.Add("x", "x1"); in RemoveNonExistent()
90 dictionary.Add("x", "x2"); in RemoveNonExistent()
91 dictionary.Add("y", "y1"); in RemoveNonExistent()
109 dictionary.Add("x", "x1"); in Enumerate()
110 dictionary.Add("x", "x2"); in Enumerate()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel/System/ServiceModel/Security/
H A DSctClaimSerializer.cs40 string right = reader.GetAttribute(dictionary.Right, dictionary.EmptyString); in ReadRightAttribute()
101 writer.WriteStartElement(dictionary.NameClaim, dictionary.EmptyString); in SerializeClaim()
109 writer.WriteStartElement(dictionary.DnsClaim, dictionary.EmptyString); in SerializeClaim()
117 writer.WriteStartElement(dictionary.RsaClaim, dictionary.EmptyString); in SerializeClaim()
138 writer.WriteStartElement(dictionary.HashClaim, dictionary.EmptyString); in SerializeClaim()
147 writer.WriteStartElement(dictionary.SpnClaim, dictionary.EmptyString); in SerializeClaim()
155 writer.WriteStartElement(dictionary.UpnClaim, dictionary.EmptyString); in SerializeClaim()
163 writer.WriteStartElement(dictionary.UrlClaim, dictionary.EmptyString); in SerializeClaim()
200 writer.WriteStartElement(dictionary.ClaimSet, dictionary.EmptyString); in SerializeClaimSet()
228 if (reader.IsStartElement(dictionary.NullValue, dictionary.EmptyString)) in DeserializeClaim()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Runtime.Serialization/System/Runtime/Serialization/
H A DDictionaryGlobals.cs104 CharLocalName = dictionary.Add("char"); in DictionaryGlobals()
112 IntLocalName = dictionary.Add("int"); in DictionaryGlobals()
114 LongLocalName = dictionary.Add("long"); in DictionaryGlobals()
128 GuidLocalName = dictionary.Add("guid"); in DictionaryGlobals()
131 UriLocalName = dictionary.Add("anyURI"); in DictionaryGlobals()
135 Space = dictionary.Add(Globals.Space); in DictionaryGlobals()
138 timeLocalName = dictionary.Add("time"); in DictionaryGlobals()
139 dateLocalName = dictionary.Add("date"); in DictionaryGlobals()
146 gDayLocalName = dictionary.Add("gDay"); in DictionaryGlobals()
160 NameLocalName = dictionary.Add("Name"); in DictionaryGlobals()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.DataContractSerialization/src/System/Runtime/Serialization/
H A DDictionaryGlobals.cs103 CharLocalName = dictionary.Add("char"); in DictionaryGlobals()
111 IntLocalName = dictionary.Add("int"); in DictionaryGlobals()
113 LongLocalName = dictionary.Add("long"); in DictionaryGlobals()
127 GuidLocalName = dictionary.Add("guid"); in DictionaryGlobals()
130 UriLocalName = dictionary.Add("anyURI"); in DictionaryGlobals()
134 Space = dictionary.Add(Globals.Space); in DictionaryGlobals()
137 timeLocalName = dictionary.Add("time"); in DictionaryGlobals()
138 dateLocalName = dictionary.Add("date"); in DictionaryGlobals()
145 gDayLocalName = dictionary.Add("gDay"); in DictionaryGlobals()
159 NameLocalName = dictionary.Add("Name"); in DictionaryGlobals()
[all …]
/dports/net/p5-Net-Radius/Net-Radius-2.103/
H A DMANIFEST5 dicts/dictionary
6 dicts/dictionary.3com
7 dicts/dictionary.3com-o
8 dicts/dictionary.3gpp
9 dicts/dictionary.3gpp2
10 dicts/dictionary.acc
12 dicts/dictionary.alteon
14 dicts/dictionary.aptis
16 dicts/dictionary.base
17 dicts/dictionary.bay
[all …]
/dports/net-mgmt/icinga2/icinga2-2.13.2/test/
H A Dbase-dictionary.cpp17 BOOST_CHECK(dictionary); in BOOST_AUTO_TEST_CASE()
45 dictionary->Set("test1", 7); in BOOST_AUTO_TEST_CASE()
60 test3 = dictionary->Get(key3); in BOOST_AUTO_TEST_CASE()
83 dictionary->Set("test1", 7); in BOOST_AUTO_TEST_CASE()
86 ObjectLock olock(dictionary); in BOOST_AUTO_TEST_CASE()
116 dictionary->Set("test1", 7); in BOOST_AUTO_TEST_CASE()
127 dictionary->Remove("test1"); in BOOST_AUTO_TEST_CASE()
132 dictionary->Remove("test2"); in BOOST_AUTO_TEST_CASE()
137 dictionary->Set("test1", 7); in BOOST_AUTO_TEST_CASE()
144 dictionary->Remove(it); in BOOST_AUTO_TEST_CASE()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.IdentityModel/System/IdentityModel/Tokens/
H A DSessionSecurityToken.cs431 if (reader.IsStartElement(dictionary.Id, dictionary.EmptyString)) in SessionSecurityToken()
441 if (!reader.IsStartElement(dictionary.ContextId, dictionary.EmptyString)) in SessionSecurityToken()
448 if (!reader.IsStartElement(dictionary.Key, dictionary.EmptyString)) in SessionSecurityToken()
718 dicWriter.WriteStartElement(dictionary.Version, dictionary.EmptyString); in GetObjectData()
738 dicWriter.WriteStartElement(dictionary.Key, dictionary.EmptyString); in GetObjectData()
1563 writer.WriteStartElement(dictionary.DnsClaim, dictionary.EmptyString); in SerializeSysClaim()
1571 writer.WriteStartElement(dictionary.RsaClaim, dictionary.EmptyString); in SerializeSysClaim()
1601 writer.WriteStartElement(dictionary.SpnClaim, dictionary.EmptyString); in SerializeSysClaim()
1609 writer.WriteStartElement(dictionary.UpnClaim, dictionary.EmptyString); in SerializeSysClaim()
1617 writer.WriteStartElement(dictionary.UrlClaim, dictionary.EmptyString); in SerializeSysClaim()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel/System/ServiceModel/
H A DXD.cs424 public AddressingDictionary(ServiceModelDictionary dictionary) in AddressingDictionary() argument
748 public MessageDictionary(ServiceModelDictionary dictionary) in MessageDictionary() argument
777 public Message12Dictionary(ServiceModelDictionary dictionary) in Message12Dictionary() argument
839 public PolicyDictionary(ServiceModelDictionary dictionary) in PolicyDictionary() argument
905 public SamlDictionary(ServiceModelDictionary dictionary) in SamlDictionary() argument
1003 : base(dictionary) in SecureConversationApr2004Dictionary()
1036 : base(dictionary) in SecureConversationFeb2005Dictionary()
1368 public TrustDictionary(ServiceModelDictionary dictionary) in TrustDictionary() argument
1377 : base(dictionary) in TrustApr2004Dictionary()
1429 : base(dictionary) in TrustFeb2005Dictionary()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Collections/tests/Generic/SortedList/
H A DSortedList.Generic.Tests.cs196 dictionary.Clear(); in SortedList_Generic_Capacity_ClearDoesntTrim()
209 dictionary.Clear(); in SortedList_Generic_Capacity_ClearTrimsToInitialCapacity()
312 dictionary.RemoveAt(dictionary.IndexOfValue(value)); in SortedList_Generic_IndexOfValue_DefaultValueNotContainedInList()
327 dictionary.RemoveAt(dictionary.IndexOfValue(value)); in SortedList_Generic_IndexOfValue_DefaultValueContainedInList()
354 dictionary.RemoveAt(dictionary.IndexOfValue(value)); in SortedList_Generic_IndexOfValue_ValueInCollectionMultipleTimes()
377 Assert.Equal(index, dictionary.IndexOfValue(dictionary[keys[index]])); in SortedList_Generic_IndexOfValue_EachValue()
387 dictionary.RemoveAt(dictionary.IndexOfKey(element.Key)); in RemoveAt()
458 dictionary.TrimExcess(); in SortedList_Generic_TrimExcess_OnValidSortedListThatHasntBeenRemovedFrom()
467 dictionary.TrimExcess(); in SortedList_Generic_TrimExcess_Repeatedly()
500 dictionary.Clear(); in SortedList_Generic_TrimExcess_AfterClearingAndAddingSomeElementsBack()
[all …]
/dports/devel/msbuild/msbuild-0.06/src/Shared/UnitTests/
H A DCopyOnWriteDictionary_Tests.cs35 dictionary[k1] = v1; in Indexer_ReferenceFound()
38 object v2 = dictionary[k1]; in Indexer_ReferenceFound()
67 dictionary[k1] = v1; in TryGetValue_ReferenceFound()
103 dictionary[k1] = v1; in EqualityComparer()
111 object v2 = dictionary[k2]; in EqualityComparer()
123 dictionary["test"] = "1"; in CloneVisibility()
139 dictionary["test"] = "1"; in CloneComparer()
154 dictionary["test"] = "1"; in OriginalWritesNotVisibleToClones()
163 dictionary["test"] = "2"; in OriginalWritesNotVisibleToClones()
180 dictionary["test"] = "1"; in CloneWritesNotVisibleToOriginal()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/tests/System/Collections/
H A DIDictionary.Generic.Tests.cs238 dictionary[default(TKey)] = value; in IDictionary_Generic_ItemGet_DefaultKey()
261 dictionary.Remove(missingKey); in IDictionary_Generic_ItemGet_MissingDefaultKey_ThrowsKeyNotFoundException()
328 dictionary[existingKey] = newValue; in IDictionary_Generic_ItemSet_ReplacesExistingValueWhenPresent()
355 dictionary.Clear(); in IDictionary_Generic_Keys_ModifyingTheDictionaryUpdatesTheCollection()
373 dictionary.Add(GetNewKey(dictionary), CreateTValue(3432)); in IDictionary_Generic_Keys_Enumeration_ParentDictionaryModifiedInvalidates()
450 dictionary.Clear(); in IDictionary_Generic_Values_ModifyingTheDictionaryUpdatesTheCollection()
468 dictionary.Add(GetNewKey(dictionary), CreateTValue(3432)); in IDictionary_Generic_Values_Enumeration_ParentDictionaryModifiedInvalidates()
601 dictionary.Add(GetNewKey(dictionary), duplicate); in IDictionary_Generic_Add_DuplicateValue()
602 dictionary.Add(GetNewKey(dictionary), duplicate); in IDictionary_Generic_Add_DuplicateValue()
709 Assert.Empty(dictionary); in IDictionary_Generic_RemoveKey_EveryKey()
[all …]

12345678910>>...340