Home
last modified time | relevance | path

Searched defs:domain (Results 251 – 275 of 23661) sorted by relevance

1...<<11121314151617181920>>...947

/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/general/plugins/module_utils/
H A Dgandi_livedns_api.py90 def build_result(self, result, domain): argument
106 def build_results(self, results, domain): argument
111 def get_records(self, record, type, domain): argument
134 def create_record(self, record, type, values, ttl, domain): argument
149 def update_record(self, record, type, values, ttl, domain): argument
158 def delete_record(self, record, type, domain): argument
163 def delete_dns_record(self, record, type, values, domain): argument
189 def ensure_dns_record(self, record, type, ttl, values, domain): argument
/dports/www/py-postorius/postorius-1.3.5/src/postorius/views/
H A Ddomain.py90 def domain_edit(request, domain): argument
131 def domain_delete(request, domain): argument
155 def domain_owners(request, domain): argument
176 def remove_owners(request, domain, user_id): argument
/dports/www/R-cran-shiny/shiny/R/
H A Dgraph.R143 appendEntry = function(domain, logEntry) { argument
246 defineObserver = function(reactId, label, domain) { argument
293 enter = function(reactId, ctxId, type, domain) { argument
314 exit = function(reactId, ctxId, type, domain) { argument
336 valueChange = function(reactId, value, domain) { argument
412 idle = function(domain = NULL) { argument
419 asyncStart = function(domain = NULL) { argument
425 asyncStop = function(domain = NULL) { argument
432 freezeReactiveVal = function(reactId, domain) { argument
443 thawReactiveVal = function(reactId, domain) { argument
[all …]
/dports/dns/nsd/nsd-4.3.9/
H A Dnamedb.h95 struct domain struct
103 domain_type* parent; argument
107 struct nsec3_domain_data* nsec3; argument
109 /* double-linked list sorted by domain.number */ argument
110 domain_type* numlist_prev, *numlist_next; argument
132 domain_type* nsec3_last; /* last domain with nsec3, wraps */ argument
179 domain_type* domain; member
266 domain_dname(domain_type* domain) in domain_dname()
286 domain_previous(domain_type* domain) in domain_previous()
298 domain_next(domain_type* domain) in domain_next()
[all …]
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/module_utils/powershell/
H A DAnsible.ModuleUtils.SID.psm142 $domain = $env:COMPUTERNAME in Convert-ToSID() variable
44 $domain = $account_name_split[0] in Convert-ToSID() variable
49 $domain = $account_name_split[1] in Convert-ToSID() variable
52 $domain = $null in Convert-ToSID() variable
56 if ($domain) { in Convert-ToSID() variable
59 if ($domain -eq $env:COMPUTERNAME) { in Convert-ToSID() variable
/dports/sysutils/py-ansible-core/ansible-core-2.11.6/lib/ansible/module_utils/powershell/
H A DAnsible.ModuleUtils.SID.psm142 $domain = $env:COMPUTERNAME in Convert-ToSID() variable
44 $domain = $account_name_split[0] in Convert-ToSID() variable
49 $domain = $account_name_split[1] in Convert-ToSID() variable
52 $domain = $null in Convert-ToSID() variable
56 if ($domain) { in Convert-ToSID() variable
59 if ($domain -eq $env:COMPUTERNAME) { in Convert-ToSID() variable
/dports/sysutils/py-ansible-base/ansible-base-2.10.15/lib/ansible/module_utils/powershell/
H A DAnsible.ModuleUtils.SID.psm142 $domain = $env:COMPUTERNAME in Convert-ToSID() variable
44 $domain = $account_name_split[0] in Convert-ToSID() variable
49 $domain = $account_name_split[1] in Convert-ToSID() variable
52 $domain = $null in Convert-ToSID() variable
56 if ($domain) { in Convert-ToSID() variable
59 if ($domain -eq $env:COMPUTERNAME) { in Convert-ToSID() variable
/dports/textproc/fcitx5/fcitx5-5.0.11/src/lib/fcitx-utils/
H A Di18n.cpp20 void addDomain(const char *domain, const char *dir = nullptr) { in addDomain()
63 FCITXUTILS_EXPORT std::string translateDomain(const char *domain, in translateDomain()
68 FCITXUTILS_EXPORT const char *translateDomain(const char *domain, in translateDomain()
75 translateDomainCtx(const char *domain, const char *ctx, const std::string &s) { in translateDomainCtx()
80 translateDomainCtx(const char *domain, const char *ctx, const char *s) { in translateDomainCtx()
91 FCITXUTILS_EXPORT void registerDomain(const char *domain, const char *dir) { in registerDomain()
/dports/graphics/gimp-app/gimp-2.10.30/plug-ins/help/
H A Dgimphelpdomain.c59 GimpHelpDomain *domain = g_slice_new0 (GimpHelpDomain); in gimp_help_domain_new() local
75 gimp_help_domain_free (GimpHelpDomain *domain) in gimp_help_domain_free()
89 gimp_help_domain_lookup_locale (GimpHelpDomain *domain, in gimp_help_domain_lookup_locale()
115 gimp_help_domain_map (GimpHelpDomain *domain, in gimp_help_domain_map()
232 domain_locale_parse (GimpHelpDomain *domain, in domain_locale_parse()
/dports/math/z3/z3-z3-4.8.13/src/ast/
H A Darray_decl_plugin.cpp123 func_decl * array_decl_plugin::mk_const(sort * s, unsigned arity, sort * const * domain) { in mk_const()
214 func_decl * array_decl_plugin::mk_default(unsigned domain_size, sort * const * domain) { in mk_default()
238 func_decl* array_decl_plugin::mk_select(unsigned arity, sort * const * domain) { in mk_select()
272 func_decl * array_decl_plugin::mk_store(unsigned arity, sort * const * domain) { in mk_store()
333 bool array_decl_plugin::check_set_arguments(unsigned arity, sort * const * domain) { in check_set_arguments()
370 func_decl * array_decl_plugin::mk_set_union(unsigned arity, sort * const * domain) { in mk_set_union()
430 func_decl * array_decl_plugin::mk_set_subset(unsigned arity, sort * const * domain) { in mk_set_subset()
443 func_decl * array_decl_plugin::mk_set_card(unsigned arity, sort * const* domain) { in mk_set_card()
458 func_decl * array_decl_plugin::mk_set_has_size(unsigned arity, sort * const* domain) { in mk_set_has_size()
676 sort * array_util::mk_array_sort(unsigned arity, sort* const* domain, sort* range) { in mk_array_sort()
[all …]
/dports/math/py-z3-solver/z3-z3-4.8.10/src/ast/
H A Darray_decl_plugin.cpp123 func_decl * array_decl_plugin::mk_const(sort * s, unsigned arity, sort * const * domain) { in mk_const()
214 func_decl * array_decl_plugin::mk_default(unsigned domain_size, sort * const * domain) { in mk_default()
238 func_decl* array_decl_plugin::mk_select(unsigned arity, sort * const * domain) { in mk_select()
272 func_decl * array_decl_plugin::mk_store(unsigned arity, sort * const * domain) { in mk_store()
333 bool array_decl_plugin::check_set_arguments(unsigned arity, sort * const * domain) { in check_set_arguments()
370 func_decl * array_decl_plugin::mk_set_union(unsigned arity, sort * const * domain) { in mk_set_union()
430 func_decl * array_decl_plugin::mk_set_subset(unsigned arity, sort * const * domain) { in mk_set_subset()
443 func_decl * array_decl_plugin::mk_set_card(unsigned arity, sort * const* domain) { in mk_set_card()
458 func_decl * array_decl_plugin::mk_set_has_size(unsigned arity, sort * const* domain) { in mk_set_has_size()
676 sort * array_util::mk_array_sort(unsigned arity, sort* const* domain, sort* range) { in mk_array_sort()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/devtools/
H A Dprotocol_config.json13 "domain": "Audits", string
21 "domain": "Browser", string
25 "domain": "DOM", string
34 "domain": "Input", string
41 "domain": "IO", string
46 "domain": "Log", string
50 "domain": "Memory", string
55 "domain": "Network", string
65 "domain": "Page", string
78 "domain": "Schema" string
[all …]
/dports/math/xlife++/xlifepp-sources-v2.0.1-2018-05-09/doc/tex/inputs/user/
H A DGeomDomain.tex161 \subsubsection{Defining cracks directly}
187 \subsubsection{Defining cracks indirectly}
226 \subsubsection{Which way is better ?}
246 \subsubsection{A look at the mesh file}
/dports/devel/py-wsme/WSME-0.11.0/doc/source/
H A Ddocument.rst31 Config values
53 Directives
83 Example
123 Autodoc directives
/dports/science/conduit/conduit-0.8.0/src/tests/blueprint/
H A Dt_blueprint_mesh_query.cpp106 for(const Node *domain : blueprint::mesh::domains(mesh)) in TEST() local
114 for(const Node *domain : blueprint::mesh::domains(mesh)) in TEST() local
126 for(const Node *domain : blueprint::mesh::domains(mesh)) in TEST() local
134 for(const Node *domain : blueprint::mesh::domains(mesh)) in TEST() local
164 for(const Node *domain : blueprint::mesh::domains(mesh)) in TEST() local
172 for(const Node *domain : blueprint::mesh::domains(mesh)) in TEST() local
/dports/science/code_saturne/code_saturne-7.1.0/src/user/
H A Dcs_user_extra_operations.c90 cs_user_extra_operations_initialize(cs_domain_t *domain) in cs_user_extra_operations_initialize()
108 cs_user_extra_operations(cs_domain_t *domain) in cs_user_extra_operations()
126 cs_user_extra_operations_finalize(cs_domain_t *domain) in cs_user_extra_operations_finalize()
/dports/games/cataclysm-dda-tiles/Cataclysm-DDA-0.F/android/app/jni/libintl-lite/
H A Dlibintl.cpp57 libintl_lite_bool_t loadMessageCatalog( const char *domain, const char *moFilePath ) in loadMessageCatalog()
163 void closeLoadedMessageCatalog( const char *domain ) in closeLoadedMessageCatalog()
192 const char *textdomain( const char *domain ) in textdomain()
212 const char *dgettext( const char *domain, const char *origStr ) in dgettext()
335 const char *dngettext( const char *domain, const char *origStr, const char *origStrPlural, in dngettext()
351 libintl_lite_bool_t bindtextdomain( const char *domain, const char *moFilePath ) in bindtextdomain()
356 libintl_lite_bool_t bind_textdomain_codeset( const char *domain, const char *oFilePath ) in bind_textdomain_codeset()
/dports/games/cataclysm-dda/Cataclysm-DDA-0.F/android/app/jni/libintl-lite/
H A Dlibintl.cpp57 libintl_lite_bool_t loadMessageCatalog( const char *domain, const char *moFilePath ) in loadMessageCatalog()
163 void closeLoadedMessageCatalog( const char *domain ) in closeLoadedMessageCatalog()
192 const char *textdomain( const char *domain ) in textdomain()
212 const char *dgettext( const char *domain, const char *origStr ) in dgettext()
335 const char *dngettext( const char *domain, const char *origStr, const char *origStrPlural, in dngettext()
351 libintl_lite_bool_t bindtextdomain( const char *domain, const char *moFilePath ) in bindtextdomain()
356 libintl_lite_bool_t bind_textdomain_codeset( const char *domain, const char *oFilePath ) in bind_textdomain_codeset()
/dports/net/samba412/samba-4.12.15/source3/winbindd/
H A Dwinbindd_misc.c32 struct winbindd_domain *domain) in get_trust_type_string()
159 static bool trust_is_inbound(struct winbindd_tdc_domain *domain) in trust_is_inbound()
167 static bool trust_is_outbound(struct winbindd_tdc_domain *domain) in trust_is_outbound()
175 static bool trust_is_transitive(struct winbindd_tdc_domain *domain) in trust_is_transitive()
229 struct winbindd_domain *domain; in winbindd_list_trusted_domains() local
279 enum winbindd_result winbindd_dual_list_trusted_domains(struct winbindd_domain *domain, in winbindd_dual_list_trusted_domains()
356 struct winbindd_domain *domain; in winbindd_dc_info() local
/dports/net/google-cloud-sdk/google-cloud-sdk/platform/gsutil/gslib/vendored/boto/boto/swf/
H A Dlayer1.py357 def request_cancel_workflow_execution(self, domain, workflow_id, argument
386 def start_workflow_execution(self, domain, workflow_id, argument
519 def terminate_workflow_execution(self, domain, workflow_id, argument
689 def register_workflow_type(self, domain, name, version, argument
852 def list_activity_types(self, domain, registration_status, argument
936 def list_workflow_types(self, domain, registration_status, argument
1142 def list_open_workflow_executions(self, domain, argument
1221 def count_closed_workflow_executions(self, domain, argument
1306 def list_closed_workflow_executions(self, domain, argument
1473 def count_pending_decision_tasks(self, domain, task_list): argument
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/devtools/
H A Dprotocol_config.json17 "domain": "Browser", string
21 "domain": "DOM", string
26 "domain": "Emulation", string
30 "domain": "Input", string
34 "domain": "Inspector" string
37 "domain": "IO", string
42 "domain": "Memory", string
47 "domain": "Network", string
57 "domain": "Page", string
70 "domain": "Schema" string
[all …]
/dports/devel/libvirt-dbus/libvirt-dbus-1.4.1/src/
H A Devents.c10 virDomainPtr domain, in virtDBusEventsDomainAgentEvent()
33 virDomainPtr domain, in virtDBusEventsDomainBalloonChange()
55 virDomainPtr domain, in virtDBusEventsDomainBlockJob()
79 virDomainPtr domain, in virtDBusEventsDomainControlError()
100 virDomainPtr domain, in virtDBusEventsDomainEvent()
189 virDomainPtr domain, in virtDBusEventsDomainGraphics()
245 virDomainPtr domain, in virtDBusEventsDomainIOError()
387 virDomainPtr domain, in virtDBusEventsDomainPMWakeup()
409 virDomainPtr domain, in virtDBusEventsDomainReboot()
475 virDomainPtr domain, in virtDBusEventsDomainTunable()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/depot_tools/external_bin/gsutil/gsutil_4.28/gsutil/third_party/boto/boto/swf/
H A Dlayer1.py357 def request_cancel_workflow_execution(self, domain, workflow_id, argument
386 def start_workflow_execution(self, domain, workflow_id, argument
519 def terminate_workflow_execution(self, domain, workflow_id, argument
689 def register_workflow_type(self, domain, name, version, argument
852 def list_activity_types(self, domain, registration_status, argument
936 def list_workflow_types(self, domain, registration_status, argument
1142 def list_open_workflow_executions(self, domain, argument
1221 def count_closed_workflow_executions(self, domain, argument
1306 def list_closed_workflow_executions(self, domain, argument
1473 def count_pending_decision_tasks(self, domain, task_list): argument
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/gsutil/gslib/vendored/boto/boto/swf/
H A Dlayer1.py357 def request_cancel_workflow_execution(self, domain, workflow_id, argument
386 def start_workflow_execution(self, domain, workflow_id, argument
519 def terminate_workflow_execution(self, domain, workflow_id, argument
689 def register_workflow_type(self, domain, name, version, argument
852 def list_activity_types(self, domain, registration_status, argument
936 def list_workflow_types(self, domain, registration_status, argument
1142 def list_open_workflow_executions(self, domain, argument
1221 def count_closed_workflow_executions(self, domain, argument
1306 def list_closed_workflow_executions(self, domain, argument
1473 def count_pending_decision_tasks(self, domain, task_list): argument
[all …]
/dports/devel/py-boto/boto-2.49.0/boto/swf/
H A Dlayer1.py357 def request_cancel_workflow_execution(self, domain, workflow_id, argument
386 def start_workflow_execution(self, domain, workflow_id, argument
519 def terminate_workflow_execution(self, domain, workflow_id, argument
689 def register_workflow_type(self, domain, name, version, argument
852 def list_activity_types(self, domain, registration_status, argument
936 def list_workflow_types(self, domain, registration_status, argument
1142 def list_open_workflow_executions(self, domain, argument
1221 def count_closed_workflow_executions(self, domain, argument
1306 def list_closed_workflow_executions(self, domain, argument
1473 def count_pending_decision_tasks(self, domain, task_list): argument
[all …]

1...<<11121314151617181920>>...947