Home
last modified time | relevance | path

Searched refs:alphanum (Results 1 – 25 of 1266) sorted by relevance

12345678910>>...51

/dports/www/nginx-full/set-misc-nginx-module-4667684/t/
H A Dsecure-random.t19 location /alphanum {
25 GET /alphanum
32 location /alphanum {
38 GET /alphanum
45 location /alphanum {
51 GET /alphanum
58 location /alphanum {
64 GET /alphanum
72 location /alphanum {
78 GET /alphanum
[all …]
/dports/devel/boost-docs/boost_1_72_0/libs/metaparse/doc/
H A Dalphanum.qbk1 [#alphanum]
2 [section alphanum]
6 struct alphanum;
17 #include <boost/metaparse/alphanum.hpp>
23 alphanum
29 #include <boost/metaparse/alphanum.hpp>
38 !is_error<alphanum::apply<BOOST_METAPARSE_STRING("0"), start>>::type::value,
39 "alphanum should accept a digit"
44 "alphanum should accept a character"
49 alphanum::apply<BOOST_METAPARSE_STRING("x"), start>
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/libs/metaparse/doc/
H A Dalphanum.qbk1 [#alphanum]
2 [section alphanum]
6 struct alphanum;
17 #include <boost/metaparse/alphanum.hpp>
23 alphanum
29 #include <boost/metaparse/alphanum.hpp>
38 !is_error<alphanum::apply<BOOST_METAPARSE_STRING("0"), start>>::type::value,
39 "alphanum should accept a digit"
44 "alphanum should accept a character"
49 alphanum::apply<BOOST_METAPARSE_STRING("x"), start>
[all …]
/dports/devel/boost-libs/boost_1_72_0/libs/metaparse/doc/
H A Dalphanum.qbk1 [#alphanum]
2 [section alphanum]
6 struct alphanum;
17 #include <boost/metaparse/alphanum.hpp>
23 alphanum
29 #include <boost/metaparse/alphanum.hpp>
38 !is_error<alphanum::apply<BOOST_METAPARSE_STRING("0"), start>>::type::value,
39 "alphanum should accept a digit"
44 "alphanum should accept a character"
49 alphanum::apply<BOOST_METAPARSE_STRING("x"), start>
[all …]
/dports/devel/hyperscan/boost_1_75_0/libs/metaparse/doc/
H A Dalphanum.qbk1 [#alphanum]
2 [section alphanum]
6 struct alphanum;
17 #include <boost/metaparse/alphanum.hpp>
23 alphanum
29 #include <boost/metaparse/alphanum.hpp>
38 !is_error<alphanum::apply<BOOST_METAPARSE_STRING("0"), start>>::type::value,
39 "alphanum should accept a digit"
44 "alphanum should accept a character"
49 alphanum::apply<BOOST_METAPARSE_STRING("x"), start>
[all …]
/dports/multimedia/navidrome/.npm/_cacache/index-v5/07/b9/
H A Df0398faeae6c6ddcb9e20306c554c631006da6d69889548e5023c61a7d6c2alphanum-sort/-/alphanum-sort-1.0.2.tgz","integrity":"sha1-l6ERlkmyEa0zaR2fn0hqjsn74KM=","time":16…
/dports/devel/py-jenkins-job-builder/jenkins-job-builder-3.11.0/jenkins_jobs/
H A Dalphanum.py56 def alphanum(a, b): function
88 return alphanum(self.obj, other.obj) < 0
91 return alphanum(self.obj, other.obj) > 0
94 return alphanum(self.obj, other.obj) == 0
97 return alphanum(self.obj, other.obj) <= 0
100 return alphanum(self.obj, other.obj) >= 0
103 return alphanum(self.obj, other.obj) != 0
/dports/www/p5-Data-Validate-URI/Data-Validate-URI-0.07/lib/Data/Validate/
H A DURI.pm489 my $alphanum = '[A-Za-z0-9]';
496 my $unreserved = '(?:' . $alphanum . '|' . $mark . ')';
499 my $pname = '(?:' . $alphanum . '|\\-){1,}';
502 my $toplabel = '(?:' . $alpha . '|' . $alpha . '(?:' . $alphanum . '|' . '\\-){0,}' . $alpha . ')';
503 …my $domainlabel = '(?:' . $alphanum . '|' . $alphanum . '(?:' . $alphanum . '|\\-){0,}' . $alphanu…
/dports/textproc/redisearch/RediSearch-2.2.5/tests/benchmark/
H A Dbenchmark.c25 const char alphanum[] = { "abcdefghijklmnopqrstuvwxyz" }; in fill_first() local
33 tag[i] = alphanum[rand_idx[i] % sizeof(alphanum)]; // fill the array with alphanum chars in fill_first()
36 … name[i - n] = alphanum[rand_idx[i] % sizeof(alphanum)]; // fill the array with alphanum chars in fill_first()
/dports/textproc/redisearch20/RediSearch-2.0.15/tests/benchmark/
H A Dbenchmark.c25 const char alphanum[] = { "abcdefghijklmnopqrstuvwxyz" }; in fill_first() local
33 tag[i] = alphanum[rand_idx[i] % sizeof(alphanum)]; // fill the array with alphanum chars in fill_first()
36 … name[i - n] = alphanum[rand_idx[i] % sizeof(alphanum)]; // fill the array with alphanum chars in fill_first()
/dports/textproc/redisearch16/RediSearch-1.6.16/src/benchmark/
H A Dbenchmark.c25 const char alphanum[] = { "abcdefghijklmnopqrstuvwxyz" }; in fill_first() local
33 tag[i] = alphanum[rand_idx[i] % sizeof(alphanum)]; // fill the array with alphanum chars in fill_first()
36 … name[i - n] = alphanum[rand_idx[i] % sizeof(alphanum)]; // fill the array with alphanum chars in fill_first()
/dports/irc/komanda-cli/komanda-cli-b5ba03b/vendor/github.com/mephux/common/
H A Dstring.go62 const alphanum = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz"
72 bytes[i] = alphanum[r.Intn(len(alphanum))]
74 bytes[i] = alphanum[b%byte(len(alphanum))]
/dports/irc/komanda-cli/komanda-cli-b5ba03b/vendor/github.com/mephux/common/common-c3a670c8b76e/
H A Dstring.go62 const alphanum = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz"
72 bytes[i] = alphanum[r.Intn(len(alphanum))]
74 bytes[i] = alphanum[b%byte(len(alphanum))]
/dports/graphics/gimp-app/gimp-2.10.30/plug-ins/help-browser/
H A Duri.c347 domainlabel = alphanum | alphanum *( alphanum | "-" ) alphanum
348 toplabel = alpha | alpha *( alphanum | "-" ) alphanum
366 unreserved = alphanum | mark
374 alphanum = alpha | digit
/dports/textproc/p5-Regexp-Common/Regexp-Common-2017060201/lib/Regexp/Common/URI/
H A DRFC2396.pm20 $vars {low} = [qw /$digit $upalpha $lowalpha $alpha $alphanum $hex
43 $alphanum = '[a-zA-Z0-9]'; # alpha | digit
73 $toplabel = "(?:$alpha"."[-a-zA-Z0-9]*$alphanum|$alpha)";
74 $domainlabel = "(?:(?:$alphanum"."[-a-zA-Z0-9]*)?$alphanum)";
/dports/security/modsecurity3/modsecurity-v3.0.5/src/audit_log/writer/
H A Dwriter.cc27 static const char alphanum[] = in generateBoundary() local
33 boundary->append(1, alphanum[rand() % (sizeof(alphanum) - 1)]); in generateBoundary()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/go.test/test/fixedbugs/
H A Dissue8325.go12 const alphanum = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ" const
18 bytes[i] = alphanum[b%byte(len(alphanum))]
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/test/fixedbugs/
H A Dissue8325.go12 const alphanum = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ" const
18 bytes[i] = alphanum[b%byte(len(alphanum))]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/go.test/test/fixedbugs/
H A Dissue8325.go12 const alphanum = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ" const
18 bytes[i] = alphanum[b%byte(len(alphanum))]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/go.test/test/fixedbugs/
H A Dissue8325.go12 const alphanum = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ" const
18 bytes[i] = alphanum[b%byte(len(alphanum))]
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/go.test/test/fixedbugs/
H A Dissue8325.go12 const alphanum = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ" const
18 bytes[i] = alphanum[b%byte(len(alphanum))]
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/cloud.google.com/go/bigquery/
H A Drandom.go26 const alphanum = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789" const
45 b[i] = alphanum[rng.Intn(len(alphanum))]
/dports/www/grafana8/grafana-8.3.6/vendor/cloud.google.com/go/bigquery/
H A Drandom.go26 const alphanum = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789" const
45 b[i] = alphanum[rng.Intn(len(alphanum))]
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/cloud.google.com/go/bigquery/
H A Drandom.go26 const alphanum = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789" const
45 b[i] = alphanum[rng.Intn(len(alphanum))]
/dports/net/storj/storj-1.45.3/vendor/cloud.google.com/go/bigquery/
H A Drandom.go26 const alphanum = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789" const
45 b[i] = alphanum[rng.Intn(len(alphanum))]

12345678910>>...51