Home
last modified time | relevance | path

Searched refs:find_field (Results 1 – 25 of 667) sorted by relevance

12345678910>>...27

/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/ruby/red-arrow/test/
H A Dtest-struct-array-builder.rb34 array.find_field(0).to_a,
35 array.find_field(1).to_a,
49 array.find_field(0).to_a,
50 array.find_field(1).to_a,
64 array.find_field(0).to_a,
65 array.find_field(1).to_a,
79 array.find_field(0).to_a,
80 array.find_field(1).to_a,
94 array.find_field(0).to_a,
95 array.find_field(1).to_a,
[all …]
H A Dtest-struct-array.rb34 array.find_field(0).to_a,
35 array.find_field(1).to_a,
77 @array.find_field(0).to_a,
78 @array.find_field(1).to_a,
88 @array.find_field("visible").to_a,
89 @array.find_field(:count).to_a,
/dports/databases/arrow/apache-arrow-6.0.1/ruby/red-arrow/test/
H A Dtest-struct-array-builder.rb34 array.find_field(0).to_a,
35 array.find_field(1).to_a,
49 array.find_field(0).to_a,
50 array.find_field(1).to_a,
64 array.find_field(0).to_a,
65 array.find_field(1).to_a,
79 array.find_field(0).to_a,
80 array.find_field(1).to_a,
94 array.find_field(0).to_a,
95 array.find_field(1).to_a,
[all …]
H A Dtest-struct-array.rb34 array.find_field(0).to_a,
35 array.find_field(1).to_a,
77 @array.find_field(0).to_a,
78 @array.find_field(1).to_a,
88 @array.find_field("visible").to_a,
89 @array.find_field(:count).to_a,
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/ruby/red-arrow/test/
H A Dtest-struct-array-builder.rb34 array.find_field(0).to_a,
35 array.find_field(1).to_a,
47 array.find_field(0).to_a,
48 array.find_field(1).to_a,
62 array.find_field(0).to_a,
63 array.find_field(1).to_a,
75 array.find_field(0).to_a,
76 array.find_field(1).to_a,
90 array.find_field(0).to_a,
91 array.find_field(1).to_a,
[all …]
H A Dtest-struct-array.rb34 array.find_field(0).to_a,
35 array.find_field(1).to_a,
77 @array.find_field(0).to_a,
78 @array.find_field(1).to_a,
88 @array.find_field("visible").to_a,
89 @array.find_field(:count).to_a,
/dports/databases/redisdesktopmanager/RedisDesktopManager-2021.8/3rdparty/simdjson/tests/ondemand/
H A Dondemand_object_find_field_tests.cpp104 ASSERT_ERROR( object.find_field("a"), NO_SUCH_FIELD ); in object_find_field()
105 ASSERT_ERROR( object.find_field("d"), NO_SUCH_FIELD ); in object_find_field()
116 ASSERT_ERROR( object.find_field("a"), NO_SUCH_FIELD ); in object_find_field()
117 ASSERT_ERROR( object.find_field("d"), NO_SUCH_FIELD ); in object_find_field()
133 ASSERT_ERROR( doc.find_field("a"), NO_SUCH_FIELD ); in document_object_find_field()
134 ASSERT_ERROR( doc.find_field("d"), NO_SUCH_FIELD ); in document_object_find_field()
142 ASSERT_ERROR( doc_result.find_field("a"), NO_SUCH_FIELD ); in document_object_find_field()
159 ASSERT_ERROR( object.find_field("a"), NO_SUCH_FIELD ); in value_object_find_field()
160 ASSERT_ERROR( object.find_field("d"), NO_SUCH_FIELD ); in value_object_find_field()
169 ASSERT_ERROR( object.find_field("a"), NO_SUCH_FIELD ); in value_object_find_field()
[all …]
H A Dondemand_number_in_string_tests.cpp99 ASSERT_SUCCESS(doc.find_field("a").get_double_in_string().get(d)); in object()
101 ASSERT_SUCCESS(doc.find_field("b").get_double_in_string().get(d)); in object()
104 ASSERT_SUCCESS(doc.find_field("c").get_int64_in_string().get(i)); in object()
106 ASSERT_SUCCESS(doc.find_field("d").get_int64_in_string().get(i)); in object()
109 ASSERT_SUCCESS(doc.find_field("e").get_uint64_in_string().get(u)); in object()
111 ASSERT_SUCCESS(doc.find_field("f").get_uint64_in_string().get(u)); in object()
219 ASSERT_SUCCESS(doc.find_field("ticker").find_field("markets").get_array().get(markets)); in crypto_market()
228 ASSERT_SUCCESS(value.find_field("market").get_string().get(view)); in crypto_market()
230 ASSERT_SUCCESS(value.find_field("price").get_double_in_string().get(price)); in crypto_market()
232 ASSERT_SUCCESS(value.find_field("volume").get_double_in_string().get(volume)); in crypto_market()
[all …]
/dports/devel/simdjson/simdjson-0.9.6/benchmark/partial_tweets/
H A Dsimdjson_ondemand.h22 return { user.find_field("id"), user.find_field("screen_name") }; in read_user()
28 for (ondemand::object tweet : doc.find_field("statuses")) { in run()
30 tweet.find_field("created_at"), in run()
31 tweet.find_field("id"), in run()
32 tweet.find_field("text"), in run()
33 nullable_int(tweet.find_field("in_reply_to_status_id")), in run()
34 read_user(tweet.find_field("user")), in run()
35 tweet.find_field("retweet_count"), in run()
36 tweet.find_field("favorite_count") in run()
H A Dondemand.h34 return { user.find_field("id"), user.find_field("screen_name") }; in read_user()
45 for (ondemand::object tweet : doc.find_field("statuses")) { in Run()
47 tweet.find_field("created_at"), in Run()
48 tweet.find_field("id"), in Run()
49 tweet.find_field("text"), in Run()
50 nullable_int(tweet.find_field("in_reply_to_status_id")), in Run()
51 read_user(tweet.find_field("user")), in Run()
52 tweet.find_field("retweet_count"), in Run()
53 tweet.find_field("favorite_count") in Run()
/dports/databases/redisdesktopmanager/RedisDesktopManager-2021.8/3rdparty/simdjson/benchmark/partial_tweets/
H A Dsimdjson_ondemand.h22 return { user.find_field("id"), user.find_field("screen_name") }; in read_user()
28 for (ondemand::object tweet : doc.find_field("statuses")) { in run()
30 tweet.find_field("created_at"), in run()
31 tweet.find_field("id"), in run()
32 tweet.find_field("text"), in run()
33 nullable_int(tweet.find_field("in_reply_to_status_id")), in run()
34 read_user(tweet.find_field("user")), in run()
35 tweet.find_field("retweet_count"), in run()
36 tweet.find_field("favorite_count") in run()
H A Dondemand.h34 return { user.find_field("id"), user.find_field("screen_name") }; in read_user()
45 for (ondemand::object tweet : doc.find_field("statuses")) { in Run()
47 tweet.find_field("created_at"), in Run()
48 tweet.find_field("id"), in Run()
49 tweet.find_field("text"), in Run()
50 nullable_int(tweet.find_field("in_reply_to_status_id")), in Run()
51 read_user(tweet.find_field("user")), in Run()
52 tweet.find_field("retweet_count"), in Run()
53 tweet.find_field("favorite_count") in Run()
/dports/graphics/argyllcms/Argyll_V1.9.2/profile/
H A Dtxt2ti3.c230 if (cmy->find_field(cmy, 0, "RGB_R") >= 0) { in main()
287 if (cmy->find_field(cmy, 0, "XYZ_X") >= 0 in main()
288 || cmy->find_field(cmy, 0, "LAB_L") >= 0) { in main()
324 if (ncie->find_field(ncie, 0, "XYZ_X") < 0 in main()
328 if (ncie->find_field(ncie, 0, "nm500") < 0 in main()
329 && ncie->find_field(ncie, 0, "NM_500") < 0 in main()
331 && ncie->find_field(ncie, 0, "R_500") < 0 in main()
347 if (ncie->find_field(ncie, 0, "nm500") >= 0 in main()
348 || ncie->find_field(ncie, 0, "NM_500") < 0 in main()
350 || ncie->find_field(ncie, 0, "R_500") >= 0 in main()
[all …]
/dports/net/concourse-fly/concourse-6.7.1/web/acceptance/spec/
H A Ddashboard_autocomplete_spec.rb31 find_field('search-input-field').click
58 find_field('search-input-field').native.send_keys :down
59 find_field('search-input-field').native.send_keys :down
60 find_field('search-input-field').native.send_keys :down
61 find_field('search-input-field').native.send_keys :down
62 find_field('search-input-field').native.send_keys :up
63 find_field('search-input-field').native.send_keys :enter
69 find_field('search-input-field').click
70 find_field('search-input-field').native.send_keys :escape
112 term.split('').each { |c| find_field('search-input-field').native.send_keys(c) }
/dports/misc/concourse/concourse-6.7.2/web/acceptance/spec/
H A Ddashboard_autocomplete_spec.rb31 find_field('search-input-field').click
58 find_field('search-input-field').native.send_keys :down
59 find_field('search-input-field').native.send_keys :down
60 find_field('search-input-field').native.send_keys :down
61 find_field('search-input-field').native.send_keys :down
62 find_field('search-input-field').native.send_keys :up
63 find_field('search-input-field').native.send_keys :enter
69 find_field('search-input-field').click
70 find_field('search-input-field').native.send_keys :escape
112 term.split('').each { |c| find_field('search-input-field').native.send_keys(c) }
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/spec/features/projects/services/
H A Duser_activates_slack_notifications_spec.rb41 expect(page.find_field(name: 'service[push_channel]').value).to have_content('1')
42 expect(page.find_field(name: 'service[issue_channel]').value).to have_content('2')
43 expect(page.find_field(name: 'service[merge_request_channel]').value).to have_content('3')
44 expect(page.find_field(name: 'service[note_channel]').value).to have_content('4')
45 expect(page.find_field(name: 'service[tag_push_channel]').value).to have_content('5')
46 expect(page.find_field(name: 'service[pipeline_channel]').value).to have_content('6')
47 expect(page.find_field(name: 'service[wiki_page_channel]').value).to have_content('7')
/dports/devel/simdjson/simdjson-0.9.6/benchmark/distinct_user_id/
H A Dsimdjson_ondemand.h17 for (ondemand::object tweet : doc.find_field("statuses")) { in run()
20 result.push_back(tweet.find_field("user").find_field("id")); in run()
23 auto retweet = tweet.find_field("retweeted_status"); in run()
25 result.push_back(retweet.find_field("user").find_field("id")); in run()
/dports/databases/redisdesktopmanager/RedisDesktopManager-2021.8/3rdparty/simdjson/benchmark/distinct_user_id/
H A Dsimdjson_ondemand.h17 for (ondemand::object tweet : doc.find_field("statuses")) { in run()
20 result.push_back(tweet.find_field("user").find_field("id")); in run()
23 auto retweet = tweet.find_field("retweeted_status"); in run()
25 result.push_back(retweet.find_field("user").find_field("id")); in run()
/dports/www/youtube_dl/youtube-dl/youtube_dl/extractor/
H A Dcartoonnetwork.py28 def find_field(global_re, name, content_re=None, value_re='[^"]+', fatal=False): function
36 media_id = find_field('mediaId', 'media id', 'id', '[0-9a-f]{40}', True)
37 title = find_field('episodeTitle', 'title', '(?:episodeName|name)', fatal=True)
43 'auth_required': find_field('authType', 'auth type') != 'unauth',
46 series = find_field(
59 info[field + '_number'] = int_or_none(find_field(
/dports/www/yt-dlp/yt-dlp-2021.12.27/yt_dlp/extractor/
H A Dcartoonnetwork.py28 def find_field(global_re, name, content_re=None, value_re='[^"]+', fatal=False): function
36 media_id = find_field('mediaId', 'media id', 'id', '[0-9a-f]{40}', True)
37 title = find_field('episodeTitle', 'title', '(?:episodeName|name)', fatal=True)
43 'auth_required': find_field('authType', 'auth type') != 'unauth',
46 series = find_field(
59 info[field + '_number'] = int_or_none(find_field(
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/spec/features/projects/settings/
H A Duser_manages_merge_requests_settings_spec.rb108 checkbox = find_field('project_printing_merge_request_link_enabled')
121 checkbox = find_field('project_printing_merge_request_link_enabled')
132 checkbox = find_field('project_remove_source_branch_after_merge')
145 checkbox = find_field('project_remove_source_branch_after_merge')
156 radio = find_field('project_project_setting_attributes_squash_option_default_off')
170 radio = find_field('project_project_setting_attributes_squash_option_default_on')
186 radio = find_field('project_project_setting_attributes_squash_option_always')
202 radio = find_field('project_project_setting_attributes_squash_option_never')
218 radio = find_field('project_project_setting_attributes_mr_default_target_self_false')
230 radio = find_field('project_project_setting_attributes_mr_default_target_self_true')
H A Dpipelines_settings_spec.rb60 checkbox = find_field('project_auto_cancel_pending_pipelines')
67 checkbox = find_field('project_ci_cd_settings_attributes_forward_deployment_enabled')
82 checkbox = find_field('project_ci_cd_settings_attributes_forward_deployment_enabled')
96 expect(find_field('project_auto_devops_attributes_enabled')).to be_checked
107 expect(find_field('project_auto_devops_attributes_enabled')).not_to be_checked
123 expect(find_field('project_auto_devops_attributes_enabled')).not_to be_checked
133 expect(find_field('project_auto_devops_attributes_enabled')).to be_checked
148 expect(find_field('project_auto_devops_attributes_enabled')).to be_checked
164 expect(find_field('project_auto_devops_attributes_enabled')).to be_checked
/dports/math/curv/curv-0.5/libcurv/
H A Drender.cc57 auto aa_val = r.find_field(make_symbol("aa"), cx); in update_from_record()
61 auto taa_val = r.find_field(make_symbol("taa"), cx); in update_from_record()
65 auto fdur_val = r.find_field(make_symbol("fdur"), cx); in update_from_record()
69 auto bg_val = r.find_field(make_symbol("bg"), cx); in update_from_record()
73 auto ray_max_iter_val = r.find_field(make_symbol("ray_max_iter"), cx); in update_from_record()
78 auto ray_max_depth_val = r.find_field(make_symbol("ray_max_depth"), cx); in update_from_record()
83 auto shader_val = r.find_field(make_symbol("shader"), cx); in update_from_record()
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/spec/views/admin/application_settings/
H A D_package_registry.html.haml_spec.rb29 …expect(page.find_field('Maximum Conan package file size in bytes').value).to eq(default_plan_limit…
32 …expect(page.find_field('Maximum Helm chart file size in bytes').value).to eq(default_plan_limits.h…
35 …expect(page.find_field('Maximum Maven package file size in bytes').value).to eq(default_plan_limit…
38 …expect(page.find_field('Maximum npm package file size in bytes').value).to eq(default_plan_limits.…
41 …expect(page.find_field('Maximum NuGet package file size in bytes').value).to eq(default_plan_limit…
44 …expect(page.find_field('Maximum PyPI package file size in bytes').value).to eq(default_plan_limits…
/dports/devel/simdjson/simdjson-0.9.6/tests/ondemand/
H A Dondemand_object_tests.cpp730 ASSERT_ERROR( object.find_field(lb), NO_SUCH_FIELD ); in issue_1480()
884 ASSERT_ERROR( object.find_field("a"), NO_SUCH_FIELD ); in object_find_field()
885 ASSERT_ERROR( object.find_field("d"), NO_SUCH_FIELD ); in object_find_field()
896 ASSERT_ERROR( object.find_field("a"), NO_SUCH_FIELD ); in object_find_field()
897 ASSERT_ERROR( object.find_field("d"), NO_SUCH_FIELD ); in object_find_field()
913 ASSERT_ERROR( doc.find_field("a"), NO_SUCH_FIELD ); in document_object_find_field()
914 ASSERT_ERROR( doc.find_field("d"), NO_SUCH_FIELD ); in document_object_find_field()
939 ASSERT_ERROR( object.find_field("a"), NO_SUCH_FIELD ); in value_object_find_field()
940 ASSERT_ERROR( object.find_field("d"), NO_SUCH_FIELD ); in value_object_find_field()
949 ASSERT_ERROR( object.find_field("a"), NO_SUCH_FIELD ); in value_object_find_field()
[all …]

12345678910>>...27