Home
last modified time | relevance | path

Searched defs:dict (Results 151 – 175 of 15180) sorted by relevance

12345678910>>...608

/dports/www/chromium-legacy/chromium-88.0.4324.182/components/subresource_filter/content/browser/
H A Dsubresource_filter_content_settings_manager.cc68 std::unique_ptr<base::DictionaryValue> dict = GetSiteMetadata(url); in OnDidShowUI() local
82 std::unique_ptr<base::DictionaryValue> dict = GetSiteMetadata(url); in ShouldShowUIForSite() local
100 std::unique_ptr<base::DictionaryValue> dict = GetSiteMetadata(url); in SetSiteMetadataBasedOnActivation() local
148 std::unique_ptr<base::DictionaryValue> dict) { in SetSiteMetadataForTesting()
154 std::unique_ptr<base::DictionaryValue> dict) { in SetSiteMetadata()
178 auto dict = std::make_unique<base::DictionaryValue>(); in CreateMetadataDictWithActivation() local
185 base::DictionaryValue* dict, in ShouldDeleteDataWithNoActivation()
209 std::unique_ptr<base::DictionaryValue> dict = GetSiteMetadata(url); in GetSiteActivationFromMetadata() local
/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/crashreporter/google-breakpad/src/common/
H A Dlong_string_dictionary_unittest.cc42 LongStringDictionary dict; in TEST() local
72 LongStringDictionary* dict = new LongStringDictionary(); in TEST() local
171 LongStringDictionary dict; in TEST() local
196 LongStringDictionary dict; in TEST() local
215 LongStringDictionary dict; in TEST() local
243 LongStringDictionary dict; in TEST() local
272 LongStringDictionary dict; in TEST() local
287 LongStringDictionary dict; in TEST() local
/dports/mail/spmfilter/spmfilter-0.6.7/src/
H A Dsmf_dict.c64 SMFDict_T *dict = NULL; in smf_dict_new() local
76 void smf_dict_free(SMFDict_T *dict) { in smf_dict_free()
94 int smf_dict_set(SMFDict_T *dict, const char * key, const char * val) { in smf_dict_set()
152 char *smf_dict_get(SMFDict_T *dict, const char * key) { in smf_dict_get()
174 unsigned long smf_dict_get_ulong(SMFDict_T *dict, const char * key, int *success) { in smf_dict_get_ulong()
198 void smf_dict_remove(SMFDict_T *dict, const char * key) { in smf_dict_remove()
232 SMFList_T *smf_dict_get_keys(SMFDict_T *dict) { in smf_dict_get_keys()
251 void smf_dict_map(SMFDict_T *dict, void(*func)(char *key,char *value, void *args), void *args) { in smf_dict_map()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/breakpad/breakpad/src/common/
H A Dlong_string_dictionary_unittest.cc42 LongStringDictionary dict; in TEST() local
72 LongStringDictionary* dict = new LongStringDictionary(); in TEST() local
171 LongStringDictionary dict; in TEST() local
196 LongStringDictionary dict; in TEST() local
215 LongStringDictionary dict; in TEST() local
243 LongStringDictionary dict; in TEST() local
272 LongStringDictionary dict; in TEST() local
287 LongStringDictionary dict; in TEST() local
/dports/www/firefox/firefox-99.0/toolkit/crashreporter/google-breakpad/src/common/
H A Dlong_string_dictionary_unittest.cc42 LongStringDictionary dict; in TEST() local
72 LongStringDictionary* dict = new LongStringDictionary(); in TEST() local
171 LongStringDictionary dict; in TEST() local
196 LongStringDictionary dict; in TEST() local
215 LongStringDictionary dict; in TEST() local
243 LongStringDictionary dict; in TEST() local
272 LongStringDictionary dict; in TEST() local
287 LongStringDictionary dict; in TEST() local
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/crashreporter/google-breakpad/src/common/
H A Dlong_string_dictionary_unittest.cc42 LongStringDictionary dict; in TEST() local
72 LongStringDictionary* dict = new LongStringDictionary(); in TEST() local
171 LongStringDictionary dict; in TEST() local
196 LongStringDictionary dict; in TEST() local
215 LongStringDictionary dict; in TEST() local
243 LongStringDictionary dict; in TEST() local
272 LongStringDictionary dict; in TEST() local
287 LongStringDictionary dict; in TEST() local
/dports/www/firefox-esr/firefox-91.8.0/toolkit/crashreporter/google-breakpad/src/common/
H A Dlong_string_dictionary_unittest.cc42 LongStringDictionary dict; in TEST() local
72 LongStringDictionary* dict = new LongStringDictionary(); in TEST() local
171 LongStringDictionary dict; in TEST() local
196 LongStringDictionary dict; in TEST() local
215 LongStringDictionary dict; in TEST() local
243 LongStringDictionary dict; in TEST() local
272 LongStringDictionary dict; in TEST() local
287 LongStringDictionary dict; in TEST() local
/dports/japanese/tomoe/tomoe-0.6.0/module/dict/
H A Dtomoe-dict-est.c168 init (TomoeDictEst *dict) in init()
237 TomoeDictEst *dict; in constructor() local
253 TomoeDictEst *dict = TOMOE_DICT_EST (object); in set_property() local
299 TomoeDictEst *dict; in dispose() local
322 TomoeDictEst *dict = TOMOE_DICT_EST (_dict); in get_name() local
330 TomoeDictEst *dict = TOMOE_DICT_EST (_dict); in register_char() local
440 TomoeDictEst *dict = TOMOE_DICT_EST (_dict); in unregister_char() local
480 retrieve_char_by_id (TomoeDictEst *dict, int id) in retrieve_char_by_id()
510 TomoeDictEst *dict = TOMOE_DICT_EST (_dict); in get_char() local
783 tomoe_dict_est_open (TomoeDictEst *dict) in tomoe_dict_est_open()
[all …]
/dports/mail/postfix-current/postfix-3.7-20211107/src/util/
H A Ddict_ht.c47 DICT dict; /* generic members */ member
53 static int dict_ht_delete(DICT *dict, const char *name) in dict_ht_delete()
76 static const char *dict_ht_lookup(DICT *dict, const char *name) in dict_ht_lookup()
94 static int dict_ht_update(DICT *dict, const char *name, const char *value) in dict_ht_update()
120 static int dict_ht_sequence(DICT *dict, int how, const char **name, in dict_ht_sequence()
143 static void dict_ht_close(DICT *dict) in dict_ht_close()
H A Ddict.c280 DICT *dict; member
284 #define dict_node(dict) \ argument
345 DICT *dict = node->dict; in dict_node_free() local
372 DICT *dict; in dict_update() local
385 DICT *dict; in dict_lookup() local
407 DICT *dict; in dict_delete() local
421 DICT *dict; in dict_sequence() local
433 DICT *dict; in dict_error() local
483 DICT *dict; in dict_load_fp() local
522 DICT *dict; in dict_eval_lookup() local
[all …]
/dports/dns/getdns/getdns-1.5.2/src/
H A Ddict.c84 _find_dict_item(const getdns_dict *dict, const char *jptr) in _find_dict_item()
103 _delete_dict_item(const getdns_dict *dict, const char *jptr) in _delete_dict_item()
170 struct getdns_dict *dict = (struct getdns_dict *)arg; in getdns_dict_item_free() local
188 getdns_dict_remove_name(getdns_dict *dict, const char *name) in getdns_dict_remove_name()
215 getdns_dict *dict, const char *key, getdns_item **item) in _getdns_dict_find_and_add()
398 struct getdns_dict *dict; in getdns_dict_create_with_extended_memory_functions() local
526 getdns_dict_destroy(struct getdns_dict *dict) in getdns_dict_destroy()
658 getdns_dict_util_set_string(getdns_dict *dict, in getdns_dict_util_set_string()
1055 const getdns_dict *dict, int json) in getdns_pp_dict()
1240 getdns_pretty_print_dict(const struct getdns_dict *dict) in getdns_pretty_print_dict()
[all …]
/dports/security/py-trezor/trezor-0.13.0/src/trezorlib/
H A Dcardano.py152 def parse_input(tx_input: dict) -> InputWithPath:
166 def parse_output(output: dict) -> OutputWithAssetGroups:
202 token_bundle: Iterable[dict], is_mint: bool
265 address_parameters: dict, error_message: str
295 def parse_native_script(native_script: dict) -> messages.CardanoNativeScript:
415 obj: dict, error: ValueError
426 def _parse_pool_owner(pool_owner: dict) -> messages.CardanoPoolOwner:
473 def parse_withdrawal(withdrawal: dict) -> messages.CardanoTxWithdrawal:
493 auxiliary_data: Optional[dict],
536 def parse_mint(mint: Iterable[dict]) -> List[AssetGroupWithTokens]:
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/prefs/
H A Dproxy_policy_unittest.cc43 void assertProxyMode(const ProxyConfigDictionary& dict, in assertProxyMode()
50 void assertProxyServer(const ProxyConfigDictionary& dict, in assertProxyServer()
61 void assertPacUrl(const ProxyConfigDictionary& dict, in assertPacUrl()
72 void assertBypassList(const ProxyConfigDictionary& dict, in assertBypassList()
83 void assertProxyModeWithoutParams(const ProxyConfigDictionary& dict, in assertProxyModeWithoutParams()
152 ProxyConfigDictionary dict( in TEST_F() local
183 ProxyConfigDictionary dict( in TEST_F() local
211 ProxyConfigDictionary dict( in TEST_F() local
235 ProxyConfigDictionary dict( in TEST_F() local
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/chrome/browser/prefs/
H A Dproxy_policy_unittest.cc43 void assertProxyMode(const ProxyConfigDictionary& dict, in assertProxyMode()
50 void assertProxyServer(const ProxyConfigDictionary& dict, in assertProxyServer()
61 void assertPacUrl(const ProxyConfigDictionary& dict, in assertPacUrl()
72 void assertBypassList(const ProxyConfigDictionary& dict, in assertBypassList()
83 void assertProxyModeWithoutParams(const ProxyConfigDictionary& dict, in assertProxyModeWithoutParams()
155 ProxyConfigDictionary dict( in TEST_F() local
187 ProxyConfigDictionary dict( in TEST_F() local
216 ProxyConfigDictionary dict( in TEST_F() local
241 ProxyConfigDictionary dict( in TEST_F() local
/dports/math/dbcsr/dbcsr-2.1.0/src/core/
H A Ddbcsr_dict.F118 TYPE(dict_${keytype}$_${valuetype}$_type), intent(inout) :: dict local
142 TYPE(dict_${keytype}$_${valuetype}$_type), intent(inout) :: dict local
165 TYPE(dict_${keytype}$_${valuetype}$_type), intent(inout) :: dict local
178 TYPE(dict_${keytype}$_${valuetype}$_type), intent(inout) :: dict local
218 TYPE(dict_${keytype}$_${valuetype}$_type), intent(inout) :: dict local
258 TYPE(dict_${keytype}$_${valuetype}$_type), intent(inout) :: dict local
298 TYPE(dict_${keytype}$_${valuetype}$_type), intent(inout) :: dict local
309 TYPE(dict_${keytype}$_${valuetype}$_type), intent(inout) :: dict local
340 TYPE(dict_${keytype}$_${valuetype}$_type), intent(inout) :: dict local
/dports/audio/praat/praat-6.2.03/external/gsl/
H A Dflatten_gsl.py44 def dict_from_list (dict, dir, list, type = 'c', inmake = 'y', indist = 'y'): argument
61 def quoted_include_get_newname (dict, key): argument
78 def process_files (dict): argument
122 def gen_make_objects (dict, suffix, endofline): argument
138 def gen_sconscript(dict): argument
152 def gen_makefile (dict): argument
331 def remove_double_header_files (dict): argument
351 def exclude_test_files (dict): argument
359 def print_file_selection (dict, type = 'c', inmake = 'n', indist = 'y'): argument
/dports/www/py-google-cloud-dlp/google-cloud-dlp-3.3.1/google/cloud/dlp_v2/services/dlp_service/
H A Dasync_client.py97 def from_service_account_info(cls, info: dict, *args, **kwargs):
191 request: Union[dlp.InspectContentRequest, dict] = None, argument
257 request: Union[dlp.RedactImageRequest, dict] = None, argument
450 request: Union[dlp.ListInfoTypesRequest, dict] = None, argument
1784 request: Union[dlp.GetJobTriggerRequest, dict] = None, argument
2104 request: Union[dlp.CreateDlpJobRequest, dict] = None, argument
2222 request: Union[dlp.ListDlpJobsRequest, dict] = None, argument
2333 request: Union[dlp.GetDlpJobRequest, dict] = None, argument
2417 request: Union[dlp.DeleteDlpJobRequest, dict] = None, argument
2496 request: Union[dlp.CancelDlpJobRequest, dict] = None, argument
[all …]
/dports/www/firefox-esr/firefox-91.8.0/python/lldbutils/lldbutils/
H A Dlayout.py7 def frametree(debugger, command, result, dict): argument
12 def frametree_pixels(debugger, command, result, dict): argument
17 def frametreelimited(debugger, command, result, dict): argument
22 def frametreelimited_pixels(debugger, command, result, dict): argument
28 def pstate(debugger, command, result, dict): argument
/dports/www/firefox/firefox-99.0/python/lldbutils/lldbutils/
H A Dlayout.py7 def frametree(debugger, command, result, dict): argument
12 def frametree_pixels(debugger, command, result, dict): argument
17 def frametreelimited(debugger, command, result, dict): argument
22 def frametreelimited_pixels(debugger, command, result, dict): argument
28 def pstate(debugger, command, result, dict): argument
/dports/mail/thunderbird/thunderbird-91.8.0/python/lldbutils/lldbutils/
H A Dlayout.py7 def frametree(debugger, command, result, dict): argument
12 def frametree_pixels(debugger, command, result, dict): argument
17 def frametreelimited(debugger, command, result, dict): argument
22 def frametreelimited_pixels(debugger, command, result, dict): argument
28 def pstate(debugger, command, result, dict): argument
/dports/lang/spidermonkey78/firefox-78.9.0/python/lldbutils/lldbutils/
H A Dlayout.py7 def frametree(debugger, command, result, dict): argument
12 def frametree_pixels(debugger, command, result, dict): argument
17 def frametreelimited(debugger, command, result, dict): argument
22 def frametreelimited_pixels(debugger, command, result, dict): argument
28 def pstate(debugger, command, result, dict): argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/chromeos/services/device_sync/proto/
H A Dcryptauth_logging.cc123 base::Value dict(base::Value::Type::DICTIONARY); in PolicyReferenceToReadableDictionary() local
135 base::Value dict(base::Value::Type::DICTIONARY); in InvokeNextToReadableDictionary() local
149 base::Value dict(base::Value::Type::DICTIONARY); in ClientDirectiveToReadableDictionary() local
204 base::Value dict(base::Value::Type::DICTIONARY); in DeviceMetadataPacketToReadableDictionary() local
226 base::Value dict(base::Value::Type::DICTIONARY); in EncryptedGroupPrivateKeyToReadableDictionary() local
247 base::Value dict(base::Value::Type::DICTIONARY); in SyncMetadataResponseToReadableDictionary() local
284 base::Value dict(base::Value::Type::DICTIONARY); in FeatureStatusToReadableDictionary() local
304 base::Value dict(base::Value::Type::DICTIONARY); in DeviceFeatureStatusToReadableDictionary() local
325 base::Value dict(base::Value::Type::DICTIONARY); in BatchGetFeatureStatusesResponseToReadableDictionary() local
345 base::Value dict(base::Value::Type::DICTIONARY); in DeviceActivityStatusToReadableDictionary() local
[all …]
/dports/math/vtk9/VTK-9.1.0/ThirdParty/libharu/vtklibharu/src/
H A Dhpdf_encryptdict.c33 HPDF_EncryptDict dict; in HPDF_EncryptDict_New() local
61 HPDF_EncryptDict_CreateID (HPDF_EncryptDict dict, in HPDF_EncryptDict_CreateID()
127 HPDF_EncryptDict_Prepare (HPDF_EncryptDict dict, in HPDF_EncryptDict_Prepare()
190 HPDF_EncryptDict_SetPassword (HPDF_EncryptDict dict, in HPDF_EncryptDict_SetPassword()
213 HPDF_EncryptDict_Validate (HPDF_EncryptDict dict) in HPDF_EncryptDict_Validate()
230 HPDF_EncryptDict_GetAttr (HPDF_EncryptDict dict) in HPDF_EncryptDict_GetAttr()
/dports/devel/grantlee5/grantlee-5.2.0/templates/tests/
H A Dtestfilters.cpp127 Dict dict; in testDateBasedFilters_data() local
394 Dict dict; in testStringFilters_data() local
983 Dict dict; in testListFilters_data() local
1369 Dict dict; in testLogicFilters_data() local
1412 Dict dict; in testMiscFilters_data() local
1521 Dict dict; in testIntegerFilters_data() local
/dports/print/libharu/libharu-RELEASE_2_3_0/src/
H A Dhpdf_encryptdict.c33 HPDF_EncryptDict dict; in HPDF_EncryptDict_New() local
61 HPDF_EncryptDict_CreateID (HPDF_EncryptDict dict, in HPDF_EncryptDict_CreateID()
127 HPDF_EncryptDict_Prepare (HPDF_EncryptDict dict, in HPDF_EncryptDict_Prepare()
190 HPDF_EncryptDict_SetPassword (HPDF_EncryptDict dict, in HPDF_EncryptDict_SetPassword()
213 HPDF_EncryptDict_Validate (HPDF_EncryptDict dict) in HPDF_EncryptDict_Validate()
230 HPDF_EncryptDict_GetAttr (HPDF_EncryptDict dict) in HPDF_EncryptDict_GetAttr()

12345678910>>...608