Home
last modified time | relevance | path

Searched refs:check_existence (Results 1 – 25 of 261) sorted by relevance

1234567891011

/dports/lang/ruby26/ruby-2.6.9/test/
H A Dtest_extlibs.rb47 check_existence "date"
49 check_existence "digest"
55 check_existence "etc"
56 check_existence "fcntl"
57 check_existence "fiber"
58 check_existence "fiddle"
63 check_existence "json"
64 check_existence "nkf"
68 check_existence "psych"
69 check_existence "pty"
[all …]
/dports/databases/py-mysql-connector-python/mysql-connector-python-8.0.27/lib/mysqlx/
H A Dcrud.py198 def get_collection_as_table(self, name, check_existence=False): argument
205 return self.get_table(name, check_existence)
227 def get_table(self, name, check_existence=False): argument
234 if check_existence:
239 def get_view(self, name, check_existence=False): argument
246 if check_existence:
251 def get_collection(self, name, check_existence=False): argument
258 if check_existence:
/dports/sysutils/py-azure-cli/azure-cli-2.29.2/azure/cli/command_modules/rdbms/
H A Dflexible_server_virtual_network.py18 from ._flexible_server_util import get_id_components, check_existence, _is_resource_name, parse_pub…
96 if not resource_client.resource_groups.check_existence(resource_group):
104 …if not check_existence(resource_client, vnet_name, resource_group, 'Microsoft.Network', 'virtualNe…
121 …subnet_exist = check_existence(resource_client, subnet_name, resource_group, 'Microsoft.Network', …
135 …if not check_existence(resource_client, subnet_name, resource_group, 'Microsoft.Network', 'subnets…
221 …if dns_rg is not None and check_existence(resource_client, private_dns_zone, dns_rg, 'Microsoft.Ne…
223 …elif dns_rg is None and check_existence(resource_client, private_dns_zone, resource_group, 'Micros…
226 …elif dns_rg is None and check_existence(resource_client, private_dns_zone, vnet_rg, 'Microsoft.Net…
/dports/www/tikiwiki/tiki-21.2/
H A Dreferences.php72 $exists = $referenceslib->check_existence($page_id, $ref_biblio_code);
192 $count = $referenceslib->check_existence($page_id, $ref_biblio_code);
243 $exists = $referenceslib->check_existence($page_id, $ref_biblio_code);
/dports/science/py-dipy/dipy-1.4.1/dipy/workflows/tests/
H A Dtest_align.py105 check_existence(out_moved, out_affine)
125 check_existence(out_moved, out_affine)
145 check_existence(out_moved, out_affine)
165 check_existence(out_moved, out_affine)
181 def check_existence(movedfile, affine_mat_file): function
/dports/astro/marble/marble-21.12.3/tools/natural-earth-vector-tiling/
H A Dne_tilegenerator.py93 def check_existence(filename, in_dir): function
110 check_existence('cities15000.txt', args.in_dir)
118 check_existence(filename, args.in_dir)
/dports/lang/swi-pl/swipl-8.2.3/packages/xpce/prolog/lib/
H A Dfile_item.pl178 -> ( send(FI, check_existence, FileName)
185 -> ( send(FI, check_existence, FileName)
194 check_existence(_FI, Name:name) :->
235 check_existence(_FI, Name:name) :->
/dports/net/rabbitmq/rabbitmq-server-3.9.11/deps/cuttlefish/src/
H A Dcuttlefish_escript.erl122 {AppConfigExists, ExistingAppConfigName} = check_existence(EtcDir, "app.config"),
123 {VMArgsExists, ExistingVMArgsName} = check_existence(EtcDir, "vm.args"),
256 {AppConfigExists, ExistingAppConfigName} = check_existence(EtcDir, "app.config"),
257 {VMArgsExists, ExistingVMArgsName} = check_existence(EtcDir, "vm.args"),
481 -spec check_existence(string(), string()) -> {boolean(), string()}.
482 check_existence(EtcDir, Filename) -> function
/dports/devel/py-azure-mgmt-resource/azure-mgmt-resource-19.0.0/tests/
H A Dtest_mgmt_resource_async.py54 self.resource_client.resource_groups.check_existence(
61 self.resource_client.resource_groups.check_existence(
/dports/www/civetweb/civetweb-1.15/src/third_party/duktape-1.8.0/src-separate/
H A Dduk_hobject_enum.c494 duk_bool_t check_existence; in duk_hobject_enumerator_next() local
517 check_existence = (!DUK_HOBJECT_HAS_EXOTIC_PROXYOBJ(enum_target)); in duk_hobject_enumerator_next()
519 check_existence = 1; in duk_hobject_enumerator_next()
544 if (check_existence && !duk_hobject_hasprop_raw(thr, enum_target, k)) { in duk_hobject_enumerator_next()
/dports/www/civetweb/civetweb-1.15/src/third_party/duktape-1.5.2/src-separate/
H A Dduk_hobject_enum.c494 duk_bool_t check_existence; in duk_hobject_enumerator_next() local
517 check_existence = (!DUK_HOBJECT_HAS_EXOTIC_PROXYOBJ(enum_target)); in duk_hobject_enumerator_next()
519 check_existence = 1; in duk_hobject_enumerator_next()
544 if (check_existence && !duk_hobject_hasprop_raw(thr, enum_target, k)) { in duk_hobject_enumerator_next()
/dports/net/ntp/ntp-4.2.8p15/sntp/libopts/
H A Dfile.c41 check_existence(teOptFileType ftype, tOptions * pOpts, tOptDesc * pOD) in check_existence() function
184 check_existence(ftype, pOpts, pOD); in optionFileCheck()
/dports/archivers/sharutils/sharutils-4.15.2/libopts/
H A Dfile.c41 check_existence(teOptFileType ftype, tOptions * pOpts, tOptDesc * pOD) in check_existence() function
184 check_existence(ftype, pOpts, pOD); in optionFileCheck()
/dports/devel/autogen/autogen-5.18.16/autoopts/
H A Dfile.c41 check_existence(teOptFileType ftype, tOptions * pOpts, tOptDesc * pOD) in check_existence() function
184 check_existence(ftype, pOpts, pOD); in optionFileCheck()
/dports/security/gnutls/gnutls-3.6.16/src/libopts/
H A Dfile.c41 check_existence(teOptFileType ftype, tOptions * pOpts, tOptDesc * pOD) in check_existence() function
184 check_existence(ftype, pOpts, pOD); in optionFileCheck()
/dports/net-mgmt/tcpreplay/tcpreplay-4.3.4/libopts/
H A Dfile.c41 check_existence(teOptFileType ftype, tOptions * pOpts, tOptDesc * pOD) in check_existence() function
184 check_existence(ftype, pOpts, pOD); in optionFileCheck()
/dports/lang/duktape-lib/duktape-2.6.0/src-separate/
H A Dduk_hobject_enum.c573 duk_bool_t check_existence; in duk_hobject_enumerator_next() local
596 check_existence = (!DUK_HOBJECT_IS_PROXY(enum_target)); in duk_hobject_enumerator_next()
598 check_existence = 1; in duk_hobject_enumerator_next()
623 if (check_existence && !duk_hobject_hasprop_raw(thr, enum_target, k)) { in duk_hobject_enumerator_next()
/dports/lang/duktape/duktape-2.6.0/src-input/
H A Dduk_hobject_enum.c573 duk_bool_t check_existence; in duk_hobject_enumerator_next() local
596 check_existence = (!DUK_HOBJECT_IS_PROXY(enum_target)); in duk_hobject_enumerator_next()
598 check_existence = 1; in duk_hobject_enumerator_next()
623 if (check_existence && !duk_hobject_hasprop_raw(thr, enum_target, k)) { in duk_hobject_enumerator_next()
/dports/lang/duktape/duktape-2.6.0/src-separate/
H A Dduk_hobject_enum.c573 duk_bool_t check_existence; in duk_hobject_enumerator_next() local
596 check_existence = (!DUK_HOBJECT_IS_PROXY(enum_target)); in duk_hobject_enumerator_next()
598 check_existence = 1; in duk_hobject_enumerator_next()
623 if (check_existence && !duk_hobject_hasprop_raw(thr, enum_target, k)) { in duk_hobject_enumerator_next()
/dports/lang/duktape-lib/duktape-2.6.0/src-input/
H A Dduk_hobject_enum.c573 duk_bool_t check_existence; in duk_hobject_enumerator_next() local
596 check_existence = (!DUK_HOBJECT_IS_PROXY(enum_target)); in duk_hobject_enumerator_next()
598 check_existence = 1; in duk_hobject_enumerator_next()
623 if (check_existence && !duk_hobject_hasprop_raw(thr, enum_target, k)) { in duk_hobject_enumerator_next()
/dports/chinese/phpbb3-tw/phpBB3/includes/acp/
H A Dacp_permissions.php349 $this->check_existence('forum', $forum_id);
364 $this->check_existence('forum', $forum_id);
394 $this->check_existence('user', $user_id);
409 $this->check_existence('group', $group_id);
430 $this->check_existence('user', $user_id);
435 $this->check_existence('group', $group_id);
612 function check_existence($mode, &$ids) function in acp_permissions
/dports/www/phpbb3/phpBB3/includes/acp/
H A Dacp_permissions.php354 $this->check_existence('forum', $forum_id);
369 $this->check_existence('forum', $forum_id);
399 $this->check_existence('user', $user_id);
414 $this->check_existence('group', $group_id);
435 $this->check_existence('user', $user_id);
440 $this->check_existence('group', $group_id);
633 function check_existence($mode, &$ids) function in acp_permissions
/dports/sysutils/brasero/brasero-3.12.3/libbrasero-burn/
H A Dburn-image-format.h51 gboolean check_existence,
/dports/www/tikiwiki/tiki-21.2/lib/references/
H A Dreferenceslib.php294 $exists = $this->check_existence($page, $libraryReference['biblio_code']);
374 public function check_existence($page_id, $biblio_code) function in ReferencesLib
/dports/misc/findutils/findutils-4.8.0/locate/
H A Dlocate.c131 enum ExistenceCheckType check_existence = ACCEPT_EITHER; variable
1040 do_check_existence = check_existence; in search_one_database()
1091 if (ACCEPT_NON_EXISTING == check_existence) in search_one_database()
1582 check_existence = ACCEPT_EITHER; in dolocate()
1617 check_existence = ACCEPT_EXISTING; in dolocate()
1621 check_existence = ACCEPT_NON_EXISTING; in dolocate()

1234567891011