Searched full:example (Results 1 – 25 of 7874) sorted by relevance
12345678910>>...315
65 Image example = model; in main() local74 example.label( "Add Noise" ); in main()75 example.addNoise( LaplacianNoise ); in main()76 images.push_back( example ); in main()79 example.label( "Add Noise\n(Blue Channel)" ); in main()80 example.addNoiseChannel( BlueChannel, PoissonNoise ); in main()81 images.push_back( example ); in main()84 example = model; in main()85 example.label( "Annotate" ); in main()86 example.density( "72x72" ); in main()[all …]
34 $example=$model->Clone();35 $example->Label('Adaptive Blur');36 $example->AdaptiveBlur('0x1');37 push(@$images,$example);40 $example=$model->Clone();41 $example->Label('Adaptive Resize');42 $example->AdaptiveResize('60%');43 push(@$images,$example);46 $example=$model->Clone();47 $example->Label('Adaptive Sharpen');[all …]
4 http://example\t.\norg http://example.org/foo/bar s:http h:example.org p:/6 http:foo.com s:http h:example.org p:/foo/foo.com7 \t\s\s\s:foo.com\s\s\s\n s:http h:example.org p:/foo/:foo.com8 \sfoo.com\s\s s:http h:example.org p:/foo/foo.com21 s:http h:example.org p:/foo/bar22 \s\s\t s:http h:example.org p:/foo/bar23 :foo.com/ s:http h:example.org p:/foo/:foo.com/24 :foo.com\\ s:http h:example.org p:/foo/:foo.com/25 : s:http h:example.org p:/foo/:26 :a s:http h:example.org p:/foo/:a[all …]
58 # example: an initializer usable in the constructor for this type59 # smallerexample: the same length as example, but smaller60 # biggerexample: the same length as example, but bigger61 # outside: An entry that is not in example79 a.append(self.example[0])82 a = array.array(self.typecode, self.example)83 self.assertEqual(len(a), len(self.example))86 a = array.array(self.typecode, self.example)96 a = array.array(self.typecode, self.example)99 b = array.array(self.typecode, self.example)[all …]
73 "-example.com", "example-.com",74 "@@", "**", "*.com", "*com", "*.*.com", "*com", "com*", "*example.com",75 "*@example.com", "test@*.example.com", "example.com", "www.example.com",76 "test.www.example.com", "*.example.com", "*.www.example.com",77 "test.*.example.com", "www.*.com",78 ".www.example.com", "*www.example.com",79 "example.net", "xn--rger-koa.example.com",80 "*.xn--rger-koa.example.com", "www.xn--rger-koa.example.com",81 "*.good--example.com", "www.good--example.com",83 "a.example.com", "b.example.com",[all …]
13 MyGame.Example = MyGame.Example || {};30 MyGame.Example.Color = {39 MyGame.Example.Any = {100 MyGame.Example.Test = function() {115 * @returns {MyGame.Example.Test}117 MyGame.Example.Test.prototype.__init = function(i, bb) {126 MyGame.Example.Test.prototype.a = function() {134 MyGame.Example.Test.prototype.mutate_a = function(value) {148 MyGame.Example.Test.prototype.b = function() {156 MyGame.Example.Test.prototype.mutate_b = function(value) {[all …]
29 var inv = MyGame.Example.Monster.createInventoryVector(fbb, [0, 1, 2, 3, 4]);32 MyGame.Example.Monster.startMonster(fbb);33 MyGame.Example.Monster.addName(fbb, fred);34 var mon2 = MyGame.Example.Monster.endMonster(fbb);36 MyGame.Example.Monster.startTest4Vector(fbb, 2);37 MyGame.Example.Test.createTest(fbb, 10, 20);38 MyGame.Example.Test.createTest(fbb, 30, 40);41 var testArrayOfString = MyGame.Example.Monster.createTestarrayofstringVector(fbb, [46 MyGame.Example.Monster.startMonster(fbb);47 …MyGame.Example.Monster.addPos(fbb, MyGame.Example.Vec3.createVec3(fbb, 1, 2, 3, 3, MyGame.Example.…[all …]
1 INSERT INTO osu_config(realm,field,value) VALUES('example.com','fqdn','example.com');2 INSERT INTO osu_config(realm,field,value) VALUES('example.com','friendly_name','Example Operator');3 …lm,field,value) VALUES('example.com','spp_http_auth_url','https://subscription-server.osu.example.…4 …INTO osu_config(realm,field,value) VALUES('example.com','trust_root_cert_url','https://osu-server.…5 INSERT INTO osu_config(realm,field,value) VALUES('example.com','trust_root_cert_fingerprint','5b393…6 …TO osu_config(realm,field,value) VALUES('example.com','aaa_trust_root_cert_url','https://osu-serve…7 INSERT INTO osu_config(realm,field,value) VALUES('example.com','aaa_trust_root_cert_fingerprint','5…8 INSERT INTO osu_config(realm,field,value) VALUES('example.com','free_account','free');9 …(realm,field,value) VALUES('example.com','policy_url','https://subscription-server.osu.example.com…10 …TO osu_config(realm,field,value) VALUES('example.com','remediation_url','https://subscription-serv…[all …]
1 …example.org/" xmlns:bar="http://example.org/bar" xmlns:baz="http://example.org/baz" xmlns:foo="htt…
74 builder.add("example.com", "md5/DmxUShsZuNiqPQsX2Oi9uv2sCnw="); in malformedPin()83 builder.add("example.com", "sha1/DmxUShsZuNiqPQsX2Oi9uv2sCnw*"); in malformedBase64()110 .add("example.com", certA1Pin) in successfulCheck()113 certificatePinner.check("example.com", certA1.certificate); in successfulCheck()118 .add("example.com", certB1Pin) in successfulMatchAcceptsAnyMatchingCertificate()121 certificatePinner.check("example.com", certA1.certificate, certB1.certificate); in successfulMatchAcceptsAnyMatchingCertificate()126 .add("example.com", certA1Pin) in unsuccessfulCheck()130 certificatePinner.check("example.com", certB1.certificate); in unsuccessfulCheck()138 .add("example.com", certA1Pin, certB1Pin) in multipleCertificatesForOneHostname()141 certificatePinner.check("example.com", certA1.certificate); in multipleCertificatesForOneHostname()[all …]
... /xsh.exp dejagnu-1.4.4/example/ dejagnu-1.4.4/example/calc ...
26 example 'insert before' do32 example 'insert after last index' do38 example 'insert before after middle index' do45 example 'replace index 0' do51 example 'replace last index' do57 example 'replace last index' do63 example 'replace middle index' do69 example 'replace middle index' do76 example 'replace middle index 1 insert before' do84 example 'replace then delete middle index' do[all …]
67 server or machine represented by either an IPv4 or IPv6 address. For example:69 http://www.example.com/81 http://user:password@www.example.com83 ftp://user:password@ftp.example.com85 smb://domain%2fuser:password@server.example.com87 imap://user:password;options@mail.example.com89 pop3://user:password;options@mail.example.com91 smtp://user:password;options@mail.example.com101 http://www.example.com:8080/ - This will connect to a web server using port104 smtp://mail.example.com:587/ - This will connect to a SMTP server on the[all …]
2 sisyphus.example.com ssh-dss AAAAB3NzaC1kc3MAAACBAOqffHxEW4c+Z9q/r3l4sYK8F7qrBsU8XF9upGsW62T9InROFF…3 sisyphus.example.com ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBF6yQE…4 sisyphus.example.com ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIK9ks7jkua5YWIwByRnnnc6UPJQWI75O0e/UJdPYU1…5 sisyphus.example.com 1024 65537 1538954316036770739258903145485667049484467769583341952800850803299…6 sisyphus.example.com ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDg4hB4vAZHJ0PVRiJajOv/GlytFWNpv5/9xgB9+5…9 prometheus.example.com,192.0.2.1,2001:db8::1 ssh-dss AAAAB3NzaC1kc3MAAACBAI38Hy/61/O5Bp6yUG8J5XQCeN…10 prometheus.example.com,192.0.2.1,2001:db8::1 ecdsa-sha2-nistp521 AAAAE2VjZHNhLXNoYTItbmlzdHA1MjEAAA…11 prometheus.example.com,192.0.2.1,2001:db8::1 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIBp6PVW0z2o9C4Ukv…12 prometheus.example.com,192.0.2.1,2001:db8::1 1024 65537 1359707150829474426396839695971807289333882…13 prometheus.example.com,192.0.2.1,2001:db8::1 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDmbUhNabB5AmBDX6…[all …]
38 assertUnchangedValue("[Lorg/example/Object;"); in testMapValue()40 assertUnchangedValue("[Lorg.example/Object;"); in testMapValue()42 assertUnchangedValue("[Lorg.example.Object;;"); in testMapValue()43 assertUnchangedValue("[Lorg.example.Obj ct;"); in testMapValue()44 assertUnchangedValue("org.example/Object"); in testMapValue()46 assertEquals("[Lfoo.example.Object;", remapper.mapValue("[Lorg.example.Object;")); in testMapValue()47 assertEquals("foo.example.Object", remapper.mapValue("org.example.Object")); in testMapValue()48 assertEquals("foo/example/Object", remapper.mapValue("org/example/Object")); in testMapValue()49 assertEquals("foo/example.Object", remapper.mapValue("org/example.Object")); // path match in testMapValue()51 assertEquals("foo.example.package-info", remapper.mapValue("org.example.package-info")); in testMapValue()[all …]
277 calculator_SOURCES = src/example/calculator.c src/config.h279 unit_test_CFLAGS = -Isrc/google -Isrc/example -DUNIT_TESTING=1280 calculator_test_SOURCES = src/example/calculator_test.c \285 allocate_module_test_SOURCES = src/example/allocate_module_test.c \286 src/example/allocate_module.c290 assert_macro_test_SOURCES = src/example/assert_macro_test.c \291 src/example/assert_macro.c295 customer_database_test_SOURCES = src/example/customer_database_test.c \296 src/example/customer_database.c \297 src/example/database.h[all …]
43 fail_unless(Curl_cert_hostcheck("www.example.com", "www.example.com"),45 fail_unless(Curl_cert_hostcheck("*.example.com", "www.example.com"),47 fail_unless(Curl_cert_hostcheck("xxx*.example.com", "xxxwww.example.com"),49 fail_unless(Curl_cert_hostcheck("f*.example.com", "foo.example.com"),54 fail_if(Curl_cert_hostcheck("xxx.example.com", "www.example.com"), "bad 1");55 fail_if(Curl_cert_hostcheck("*", "www.example.com"), "bad 2");56 fail_if(Curl_cert_hostcheck("*.*.com", "www.example.com"), "bad 3");57 fail_if(Curl_cert_hostcheck("*.example.com", "baa.foo.example.com"), "bad 4");58 fail_if(Curl_cert_hostcheck("f*.example.com", "baa.example.com"), "bad 5");59 fail_if(Curl_cert_hostcheck("*.com", "example.com"), "bad 6");[all …]
4 /** \example delfile.c */5 /** \example detect.c */6 /** \example files.c */7 /** \example folders.c */8 /** \example getfile.c */9 /** \example hotplug.c */10 /** \example newfolder.c */11 /** \example sendfile.c */12 /** \example sendtr.c */13 /** \example tracks.c */[all …]
50 '../../example/location/linux/dep_2',51 '../../example/location2/linux/dep_2'58 '../../example/location/mac/dep_2',59 '../../example/location2/mac/dep_2'66 '../../example/location/win64/dep_2',67 '../../example/location2/win64/dep_2'74 '../../example/location/win32/dep_2',75 '../../example/location2/win32/dep_2'82 '../../example/location/android_x64/k/dep_2',83 '../../example/location2/android_x64/k/dep_2'[all …]
4 "../../tests/MyGame/Example"20 func (s *server) Store(context context.Context, in *Example.Monster) (*flatbuffers.Builder, error) {23 Example.StatStart(b)24 Example.StatAddId(b, i)25 b.Finish(Example.StatEnd(b))31 func (s *server) Retrieve(context context.Context, in *Example.Stat) (*flatbuffers.Builder, error) {34 Example.MonsterStart(b)35 Example.MonsterAddName(b, i)36 b.Finish(Example.MonsterEnd(b))40 func StoreClient(c Example.MonsterStorageClient, t *testing.T) {[all …]
44 hentries "sisyphus.example.com" "*_5.pub"45 hentries "prometheus.example.com,192.0.2.1,2001:db8::1" "*_6.pub"53 hentries "sisyphus.example.com" "*_1.pub"56 hentries "prometheus.example.com,192.0.2.1,2001:db8::1" "*_2.pub"59 hentries "*.example.com,192.0.2.*,2001:*" "*_3.pub"67 printf "@revoked sisyphus.example.com " ; cat rsa1_4.pub68 printf "@revoked sisyphus.example.com " ; cat ed25519_4.pub69 printf "@cert-authority prometheus.example.com " ; cat ecdsa_4.pub70 printf "@cert-authority *.example.com " ; cat dsa_4.pub75 printf "@what sisyphus.example.com " ; cat rsa1_1.pub[all …]
1 <p>Link: <a href="http://example.com/">http://example.com/</a>.</p>2 <p>Https link: <a href="https://example.com">https://example.com</a></p>3 <p>Ftp link: <a href="ftp://example.com">ftp://example.com</a></p>4 <p>With an ampersand: <a href="http://example.com/?foo=1&bar=2">http://example.com/?foo=1&b…7 <li><a href="http://example.com/">http://example.com/</a></li>11 <p>Blockquoted: <a href="http://example.com/">http://example.com/</a></p>13 <p>Auto-links should not occur here: <code><http://example.com/></code></p>14 <pre><code>or here: <http://example.com/>
2 /child::EXAMPLE3 /child::EXAMPLE/child::head4 /child::EXAMPLE/child::*5 /child::EXAMPLE/child::head/child::title6 /child::EXAMPLE/child::head/child::title/child::text()7 /child::EXAMPLE/child::head/node()8 /child::EXAMPLE/attribute::prop1/self::node()9 /child::EXAMPLE/attribute::prop1/self::*10 /child::EXAMPLE/attribute::prop1/descendant-or-self::node()11 /child::EXAMPLE/attribute::prop1/descendant-or-self::*[all …]
18 <table class="example">19 <tr><th>Example:</th><th>Output:</th></tr>28 to join vectors or matrices together. For example, here is how to join two row vectors together. Re…31 <table class="example">32 <tr><th>Example:</th><th>Output:</th></tr>42 <table class="example">43 <tr><th>Example:</th><th>Output:</th></tr>52 complicated way to get the same result as in the first example above:54 <table class="example">55 <tr><th>Example:</th><th>Output:</th></tr>[all …]