Home
last modified time | relevance | path

Searched refs:object_string (Results 1 – 25 of 53) sorted by relevance

123

/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/network/panos/
H A D_panos_query_rules.py366 for object_string in rule.fromzone:
367 if object_string == source_zone:
376 for object_string in rule.tozone:
377 if object_string == destination_zone:
386 for object_string in rule.source:
391 if '-' in object_string:
399 if source_ip == object_string:
415 for object_string in rule.destination:
420 if '-' in object_string:
428 if destination_ip == object_string:
[all …]
/dports/textproc/redland/redland-1.0.17/demos/
H A Ddemo.pl408 my($subject_string,$predicate_string,$object_string)=(split(/-->?/, $statement_string, 3));
421 if($object_string =~ m%^([\["])(.+)([\]"])$%) {
422 ($delim1,$object_string,$delim2)=($1,$2,$3);
424 $object_string='?';
430 if($object_string ne '?') {
432 $object=RDF::Redland::Node->new_from_uri_string($object_string);
434 $object=RDF::Redland::Node->new_from_literal($object_string, "", 0, 0);
613 my $object_string=$object_label;
618 $object_string=qq{<a href="$object_query">$object_label</a>};
628 <td>$object_string</td>
/dports/graphics/vulkan-validation-layers/Vulkan-ValidationLayers-1.2.203/layers/
H A Dobject_lifetime_validation.h103 object_string[object_type], object_handle); in InsertObject()
165 object_handle, object_string[object_type]); in CheckObjectValidity()
176 …instance, invalid_handle_code, "Invalid %s Object 0x%" PRIxLEAST64 ".", object_string[object_type], in CheckObjectValidity()
227 object_string[object_type], object); in DestroyObjectSilently()
267 object_string[object_type], object); in ValidateDestroyObject()
273 object_string[object_type], object); in ValidateDestroyObject()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/vulkan-validation-layers/src/layers/
H A Dobject_lifetime_validation.h103 object_string[object_type], object_handle); in InsertObject()
163 object_handle, object_string[object_type]); in CheckObjectValidity()
174 …instance, invalid_handle_code, "Invalid %s Object 0x%" PRIxLEAST64 ".", object_string[object_type], in CheckObjectValidity()
226 object_string[object_type], object_handle); in DestroyObjectSilently()
266 object_string[object_type], object_handle); in ValidateDestroyObject()
272 object_string[object_type], object_handle); in ValidateDestroyObject()
/dports/games/scummvm/scummvm-2.5.1/engines/glk/jacl/
H A Dresolvers.cpp1163 int object_resolve(const char *object_string) { in object_resolve() argument
1166 if (!strcmp(object_string, "noun1")) in object_resolve()
1168 else if (!strcmp(object_string, "noun2")) in object_resolve()
1170 else if (!strcmp(object_string, "noun3")) in object_resolve()
1172 else if (!strcmp(object_string, "noun4")) in object_resolve()
1174 else if (!strcmp(object_string, "player")) in object_resolve()
1176 else if (!strcmp(object_string, "here")) in object_resolve()
1178 else if (!strcmp(object_string, "self") || in object_resolve()
1179 !strcmp(object_string, "this")) { in object_resolve()
1189 if (!strcmp(object_string, object[index]->label)) in object_resolve()
H A Dprototypes.h53 extern int object_resolve(const char *object_string);
/dports/net/samba412/samba-4.12.15/librpc/rpc/
H A Dbinding.c41 const char *object_string; member
511 char *tmp = discard_const_p(char, b->object_string); in dcerpc_binding_set_object()
515 b->object_string = NULL; in dcerpc_binding_set_object()
520 b->object_string = GUID_string(b, &object); in dcerpc_binding_set_object()
521 if (b->object_string == NULL) { in dcerpc_binding_set_object()
522 b->object_string = tmp; in dcerpc_binding_set_object()
688 { .name = "object", .value = b->object_string, }, in dcerpc_binding_get_string_option()
1390 if (b->object_string != NULL) { in dcerpc_binding_dup()
1391 n->object_string = talloc_strdup(n, b->object_string); in dcerpc_binding_dup()
1392 if (n->object_string == NULL) { in dcerpc_binding_dup()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/depot_tools/external_bin/gsutil/gsutil_4.28/gsutil/gslib/
H A Dwildcard_iterator.py417 object_string = '%s%s#%s' % (bucket_url_string, gcs_object.name,
420 object_string = '%s%s' % (bucket_url_string, gcs_object.name)
421 object_url = StorageUrlFromString(object_string)
/dports/net/google-cloud-sdk/google-cloud-sdk/platform/gsutil/gslib/
H A Dwildcard_iterator.py440 object_string = '%s%s#%s' % (bucket_url_string, gcs_object.name,
443 object_string = '%s%s' % (bucket_url_string, gcs_object.name)
444 object_url = StorageUrlFromString(object_string)
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/gsutil/gslib/
H A Dwildcard_iterator.py439 object_string = '%s%s#%s' % (bucket_url_string, gcs_object.name,
442 object_string = '%s%s' % (bucket_url_string, gcs_object.name)
443 object_url = StorageUrlFromString(object_string)
/dports/lang/v8/v8-9.6.180.12/src/interpreter/
H A Dbytecode-flags.cc60 } else if (raw_literal == ast_constants->object_string()) { in GetFlagForLiteral()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/interpreter/
H A Dbytecode-flags.cc60 } else if (raw_literal == ast_constants->object_string()) { in GetFlagForLiteral()
/dports/www/node10/node-v10.24.1/deps/v8/src/interpreter/
H A Dbytecode-flags.cc61 } else if (raw_literal == ast_constants->object_string()) { in GetFlagForLiteral()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/interpreter/
H A Dbytecode-flags.cc60 } else if (raw_literal == ast_constants->object_string()) { in GetFlagForLiteral()
/dports/sysutils/tracker/tracker-2.3.4/src/libtracker-sparql/
H A Dtracker-builder.vala545 public void object_string (string literal)
575 object_string (value.substring (0, (long) (end - (char*) value)));
577 object_string ("(invalid data)");
583 object_string (value);
631object_string ("%04d-%02d-%02dT%02d:%02d:%02dZ".printf (tm.year + 1900, tm.month + 1, tm.day, tm.h…
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/angle/third_party/vulkan-loader/src/loader/generated/
H A Dvk_object_types.h85 static const char * const object_string[kVulkanObjectTypeMax] = { variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/vulkan-loader/src/loader/generated/
H A Dvk_object_types.h87 static const char * const object_string[kVulkanObjectTypeMax] = { variable
/dports/graphics/vulkan-loader/Vulkan-Loader-1.2.203/loader/generated/
H A Dvk_object_types.h92 static const char * const object_string[kVulkanObjectTypeMax] = { variable
/dports/net/freerdp/freerdp-2.5.0/libfreerdp/crypto/
H A Dcrypto.c617 static char* object_string(ASN1_TYPE* object) in object_string() function
661 list->strings[list->count] = object_string(name->d.otherName->value); in extract_othername_object_as_string()
/dports/www/node10/node-v10.24.1/deps/v8/src/
H A Dheap-symbols.h145 V(object_string, "object") \
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/cpp/src/plasma/
H A Dprotocol.cc215 auto object_string = fbb.CreateString(object_id.binary()); in SendCreateReply() local
228 crb.add_object_id(object_string); in SendCreateReply()
/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/pdb2pqr/scons/
H A Dscons-time.py729 object_string = ' ' + object_name + '\n'
731 line = [ l for l in lines if l.endswith(object_string) ][0]
/dports/graphics/photivo/photivo/
H A Dscons-time.py729 object_string = ' ' + object_name + '\n'
731 line = [ l for l in lines if l.endswith(object_string) ][0]
/dports/databases/arrow/apache-arrow-6.0.1/cpp/src/plasma/
H A Dprotocol.cc215 auto object_string = fbb.CreateString(object_id.binary()); in SendCreateReply() local
228 crb.add_object_id(object_string); in SendCreateReply()
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/cpp/src/plasma/
H A Dprotocol.cc215 auto object_string = fbb.CreateString(object_id.binary()); in SendCreateReply() local
228 crb.add_object_id(object_string); in SendCreateReply()

123