Home
last modified time | relevance | path

Searched refs:uuid_type (Results 1 – 25 of 83) sorted by relevance

1234

/dports/devel/pecl-uuid/uuid-1.1.0/tests/
H A Duuid_type.phpt2 uuid_type() function
8 if(!function_exists('uuid_type')) die('skip not compiled in (HAVE_UUID_TYPE)');
13 echo uuid_type("b691c99c-7fc5-11d8-9fa8-00065b896488") == UUID_TYPE_TIME ? "OK\n" : "Failure\n";
14 echo uuid_type("878b258c-a9f1-467c-8e1d-47d79ca2c01b") == UUID_TYPE_RANDOM ? "OK\n" : "Failure\n";
15 echo uuid_type("00000000-0000-0000-0000-000000000000") == UUID_TYPE_NULL ? "OK\n" : "Failure\n";
H A Duuid_generate_sha1.phpt18 var_dump(uuid_type($a) == UUID_TYPE_SHA1);
19 var_dump(uuid_type($b) == UUID_TYPE_SHA1);
H A Duuid_generate_md5.phpt18 var_dump(uuid_type($a) == UUID_TYPE_MD5);
19 var_dump(uuid_type($b) == UUID_TYPE_MD5);
/dports/x11/workrave/workrave-1.10.44/common/include/
H A DWRID.hh36 typedef unsigned char uuid_type[16]; typedef in workrave::WRID
54 const static size_t RAW_LENGTH = sizeof(uuid_type);
55 const static size_t STR_LENGTH = sizeof(uuid_type) * 2;
62 uuid_type id;
/dports/devel/pecl-uuid/uuid-1.1.0/
H A Duuid.c42 PHP_FE(uuid_type , uuid_type_arg_info)
139 zend_long uuid_type = UUID_TYPE_DEFAULT; in PHP_FUNCTION() local
145 if (zend_parse_parameters(ZEND_NUM_ARGS(), "|l", &uuid_type) == FAILURE) { in PHP_FUNCTION()
149 switch(uuid_type) { in PHP_FUNCTION()
163 uuid_type); in PHP_FUNCTION()
305 PHP_FUNCTION(uuid_type) in PHP_FUNCTION() argument
325 RETURN_LONG(uuid_type(u)); in PHP_FUNCTION()
384 if (uuid_type(u) != 1) { in PHP_FUNCTION()
419 if (uuid_type(u) != 1) { in PHP_FUNCTION()
H A Dphp_uuid.h74 ZEND_ARG_INFO(0, uuid_type)
110 PHP_FUNCTION(uuid_type);
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/dbapi/driver/ctlib/
H A Ddbapi_get_cursor_textptrs.sql70 DECLARE @uuid_type NVARCHAR(13);
72 SET @uuid_type = N'VARBINARY(17)';
74 SET @uuid_type = N'VARCHAR(37)';
78 SET @params = N'@uuid ' + @uuid_type;
85 + N' WHERE CAST(' + @orig_name + N' AS ' + @uuid_type
87 SET @params = N'@tp VARBINARY(16) OUTPUT, @uuid ' + @uuid_type;
H A Ddbapi_get_cursor_textptrs.inc103 " DECLARE @uuid_type NVARCHAR(13);",
105 " SET @uuid_type = N'VARBINARY(17)';",
107 " SET @uuid_type = N'VARCHAR(37)';",
111 " SET @params = N'@uuid ' + @uuid_type;",
118 " + N' WHERE CAST(' + @orig_name + N' AS ' + @uuid_type",
120 " SET @params = N'@tp VARBINARY(16) OUTPUT, @uuid ' + @uuid_type;",
/dports/www/py-instabot/instabot-0.117.0/instabot/api/
H A Dapi_login.py270 self.client_session_id = self.generate_UUID(uuid_type=True)
305 self.phone_id = self.generate_UUID(uuid_type=True)
306 self.uuid = self.generate_UUID(uuid_type=True)
307 self.client_session_id = self.generate_UUID(uuid_type=True)
308 self.advertising_id = self.generate_UUID(uuid_type=True)
316 self.phone_id = self.generate_UUID(uuid_type=True)
326 self.get_seed(self.generate_UUID(uuid_type=True))
/dports/sysutils/linrename/util-linux-2.25.2/libuuid/src/
H A Dtest_uuid.c89 type = uuid_type(buf); variant = uuid_variant(buf); in main()
105 type = uuid_type(buf); variant = uuid_variant(buf); in main()
126 type = uuid_type(buf); variant = uuid_variant(buf); in main()
H A Duuid_time.c78 int uuid_type(const uuid_t uu) in uuid_type() function
136 type = uuid_type(buf); in main()
/dports/misc/e2fsprogs-libblkid/e2fsprogs-1.46.5/lib/uuid/
H A Dtst_uuid.c91 type = uuid_type(buf); variant = uuid_variant(buf); in main()
107 type = uuid_type(buf); in main()
130 type = uuid_type(buf); in main()
H A Duuid_time.c80 int uuid_type(const uuid_t uu) in uuid_type() function
138 type = uuid_type(buf); in main()
/dports/misc/e2fsprogs-libuuid/e2fsprogs-1.46.5/lib/uuid/
H A Dtst_uuid.c91 type = uuid_type(buf); variant = uuid_variant(buf); in main()
107 type = uuid_type(buf); in main()
130 type = uuid_type(buf); in main()
H A Duuid_time.c80 int uuid_type(const uuid_t uu) in uuid_type() function
138 type = uuid_type(buf); in main()
/dports/sysutils/e2fsprogs/e2fsprogs-1.46.5/lib/uuid/
H A Dtst_uuid.c91 type = uuid_type(buf); variant = uuid_variant(buf); in main()
107 type = uuid_type(buf); in main()
130 type = uuid_type(buf); in main()
H A Duuid_time.c80 int uuid_type(const uuid_t uu) in uuid_type() function
138 type = uuid_type(buf); in main()
/dports/lang/parrot/parrot-8.1.0/src/pmc/
H A Dpackfile.pmc89 attrs->uuid_type = pf->header->uuid_type;
105 ATTR INTVAL uuid_type;
182 pf->header->uuid_type = attrs->uuid_type;
268 =item uuid_type
305 result = attrs->uuid_type;
383 =item uuid_type
403 attrs->uuid_type = value;
579 else if (STRING_equal(interp, name, CONST_STRING(interp, "uuid_type")))
/dports/databases/p5-DBIx-Class/DBIx-Class-0.082842/t/
H A D749sqlanywhere.t185 for my $uuid_type (@uuid_types) {
187 = $uuid_type;
190 = $uuid_type;
197 artistid $uuid_type NOT NULL,
201 a_guid $uuid_type,
208 if $dsn =~ /:ODBC:/ && $uuid_type eq 'uniqueidentifierstr';
/dports/security/samhain/samhain-4.4.3/src/
H A Dsh_guid.c273 static int uuid_type(const uuid_t uu) in uuid_type() function
346 type = uuid_type(uu); in Test_uuid()
358 type = uuid_type(uu); in Test_uuid()
370 type = uuid_type(uu); in Test_uuid()
/dports/security/samhain-server/samhain-4.4.3/src/
H A Dsh_guid.c273 static int uuid_type(const uuid_t uu) in uuid_type() function
346 type = uuid_type(uu); in Test_uuid()
358 type = uuid_type(uu); in Test_uuid()
370 type = uuid_type(uu); in Test_uuid()
/dports/security/samhain-client/samhain-4.4.3/src/
H A Dsh_guid.c273 static int uuid_type(const uuid_t uu) in uuid_type() function
346 type = uuid_type(uu); in Test_uuid()
358 type = uuid_type(uu); in Test_uuid()
370 type = uuid_type(uu); in Test_uuid()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/GDCM/src/gdcm/Utilities/gdcmuuid/
H A Duuid_time.c73 int uuid_type(const uuid_t uu) in uuid_type() function
131 type = uuid_type(buf); in main()
/dports/devel/gdcm/gdcm-3.0.10/Utilities/gdcmuuid/
H A Duuid_time.c73 int uuid_type(const uuid_t uu) in uuid_type() function
131 type = uuid_type(buf); in main()
/dports/devel/util-linux/util-linux-2.36/libuuid/src/
H A Duuid_time.c78 int uuid_type(const uuid_t uu) in uuid_type() function
136 type = uuid_type(buf); in main()

1234