Home
last modified time | relevance | path

Searched refs:perform (Results 201 – 225 of 43360) sorted by relevance

12345678910>>...1735

/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/qa/qa/specs/features/browser_ui/7_configure/auto_devops/
H A Dcreate_project_with_auto_devops_spec.rb44 Page::Project::Pipeline::Show.perform do |pipeline|
47 Page::Project::Job::Show.perform do |job|
53 Page::Project::Pipeline::Show.perform do |pipeline|
56 Page::Project::Job::Show.perform do |job|
62 Page::Project::Pipeline::Show.perform do |pipeline|
65 Page::Project::Job::Show.perform do |job|
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/spec/workers/authorized_project_update/
H A Dproject_recalculate_worker_spec.rb25 …expect { worker.perform(project.id) }.to change { project.project_authorizations.reload.size }.by(…
26 … expect { worker.perform(project.id) }.not_to change { project.project_authorizations.reload.size }
33 worker.perform(non_existing_record_id)
42 worker.perform(project.id)
53 worker.perform(project.id)
63 …expect { worker.perform(project.id) }.to raise_error(Gitlab::ExclusiveLeaseHelpers::FailedToObtain…
/dports/www/py-libsass/libsass-0.21.0/libsass/src/
H A Dexpand.cpp287 if (ae) ae = ae->perform(&eval); in operator ()()
310 if (av) av = av->perform(&eval); in operator ()()
327 ExpressionObj prop = old_p->perform(&eval); in operator ()()
335 if (value) value = value->perform(&eval); in operator ()()
472 w->perform(&eval); in operator ()()
479 e->perform(&eval); in operator ()()
486 d->perform(&eval); in operator ()()
589 ExpressionObj rv = Listize::perform(ls); in operator ()()
671 cond = pred->perform(&eval); in operator ()()
832 Statement_Obj ith = bb->perform(this); in operator ()()
[all …]
/dports/www/gohugo/hugo-0.91.2/vendor/github.com/bep/golibsass/libsass_src/src/
H A Dexpand.cpp287 if (ae) ae = ae->perform(&eval); in operator ()()
310 if (av) av = av->perform(&eval); in operator ()()
327 ExpressionObj prop = old_p->perform(&eval); in operator ()()
335 if (value) value = value->perform(&eval); in operator ()()
472 w->perform(&eval); in operator ()()
479 e->perform(&eval); in operator ()()
486 d->perform(&eval); in operator ()()
589 ExpressionObj rv = Listize::perform(ls); in operator ()()
671 cond = pred->perform(&eval); in operator ()()
832 Statement_Obj ith = bb->perform(this); in operator ()()
[all …]
/dports/textproc/libsass/libsass-3.6.4/src/
H A Dexpand.cpp287 if (ae) ae = ae->perform(&eval); in operator ()()
310 if (av) av = av->perform(&eval); in operator ()()
327 ExpressionObj prop = old_p->perform(&eval); in operator ()()
335 if (value) value = value->perform(&eval); in operator ()()
472 w->perform(&eval); in operator ()()
479 e->perform(&eval); in operator ()()
486 d->perform(&eval); in operator ()()
589 ExpressionObj rv = Listize::perform(ls); in operator ()()
671 cond = pred->perform(&eval); in operator ()()
832 Statement_Obj ith = bb->perform(this); in operator ()()
[all …]
/dports/textproc/p5-CSS-Sass/CSS-Sass-3.6.4/libsass/src/
H A Dexpand.cpp287 if (ae) ae = ae->perform(&eval); in operator ()()
310 if (av) av = av->perform(&eval); in operator ()()
327 ExpressionObj prop = old_p->perform(&eval); in operator ()()
335 if (value) value = value->perform(&eval); in operator ()()
472 w->perform(&eval); in operator ()()
479 e->perform(&eval); in operator ()()
486 d->perform(&eval); in operator ()()
589 ExpressionObj rv = Listize::perform(ls); in operator ()()
671 cond = pred->perform(&eval); in operator ()()
832 Statement_Obj ith = bb->perform(this); in operator ()()
[all …]
/dports/www/zola/zola-0.15.2/cargo-crates/sass-sys-0.4.22/libsass/src/
H A Dexpand.cpp287 if (ae) ae = ae->perform(&eval); in operator ()()
310 if (av) av = av->perform(&eval); in operator ()()
327 ExpressionObj prop = old_p->perform(&eval); in operator ()()
335 if (value) value = value->perform(&eval); in operator ()()
472 w->perform(&eval); in operator ()()
479 e->perform(&eval); in operator ()()
486 d->perform(&eval); in operator ()()
589 ExpressionObj rv = Listize::perform(ls); in operator ()()
671 cond = pred->perform(&eval); in operator ()()
832 Statement_Obj ith = bb->perform(this); in operator ()()
[all …]
/dports/textproc/R-cran-sass/sass/src/libsass/src/
H A Dexpand.cpp287 if (ae) ae = ae->perform(&eval); in operator ()()
310 if (av) av = av->perform(&eval); in operator ()()
327 ExpressionObj prop = old_p->perform(&eval); in operator ()()
335 if (value) value = value->perform(&eval); in operator ()()
472 w->perform(&eval); in operator ()()
479 e->perform(&eval); in operator ()()
486 d->perform(&eval); in operator ()()
589 ExpressionObj rv = Listize::perform(ls); in operator ()()
671 cond = pred->perform(&eval); in operator ()()
832 Statement_Obj ith = bb->perform(this); in operator ()()
[all …]
/dports/science/simbody/simbody-Simbody-3.7/SimTKcommon/SmallMatrix/include/SimTKcommon/internal/
H A DResultType.h150 static void perform(const L&,const R&) {assert(false);} in perform() function
158 static void perform(const L&,const R&) {assert(false);} in perform() function
166 static void perform(const L&,const R&) {assert(false);} in perform() function
174 static void perform(const L&,const R&) {assert(false);} in perform() function
190 static Type perform(const L& l, const R& r) {return l.scalarAdd(r);} in perform() function
198 static Type perform(const L& l, const R& r) {return l.scalarAdd(r);} in perform() function
206 static Type perform(const L& l, const R& r) {return l.scalarAdd(r);} in perform() function
370 static Type perform(const L& l, const R& r) {return l*r.invert();} in perform() function
377 static Type perform(const L& l, const R& r) {return l*r.invert();} in perform() function
384 static Type perform(const L& l, const R& r) {return l*r.invert();} in perform() function
[all …]
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/spec/uploaders/workers/object_storage/
H A Dbackground_move_worker_spec.rb9 def perform method
26 expect { perform }.to change { lfs_object.reload.file_store }.from(local).to(remote)
35 expect { perform }.not_to change { lfs_object.reload.file_store }
46 perform
69 perform
95 perform
108 perform
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/spec/workers/
H A Dnew_merge_request_worker_spec.rb14 worker.perform(non_existing_record_id, create(:user).id)
22 worker.perform(non_existing_record_id, user.id)
31 worker.perform(create(:merge_request).id, non_existing_record_id)
39 worker.perform(merge_request.id, non_existing_record_id)
58 worker.perform(merge_request.id, user.id)
78 … expect { worker.perform(merge_request.id, user.id) }.to change { Event.count }.from(0).to(1)
86 worker.perform(merge_request.id, user.id)
H A Dnamespaceless_project_destroy_worker_spec.rb20 subject.perform(project.id)
37 subject.perform(project.id)
41 subject.perform(project.id)
49 subject.perform(project.id)
64 subject.perform(project.id)
70 subject.perform(project.id)
/dports/net-mgmt/libsmi/libsmi-0.4.8/mibs/ietf/
H A DINTERFACETOPN-MIB147 If the agent can perform sorting of interfaces according to the
151 If the agent can perform sorting of interfaces according to the
155 If the agent can perform sorting of interfaces according to the
159 If the agent can perform sorting of interfaces according to the
163 If the agent can perform sorting of interfaces according to the
167 If the agent can perform sorting of interfaces according to the
171 If the agent can perform sorting of interfaces according to the
175 If the agent can perform sorting of interfaces according to the
179 If the agent can perform sorting of interfaces according to the
183 If the agent can perform sorting of interfaces according to the
[all …]
/dports/net-mgmt/observium/observium/mibs/rfc/
H A DINTERFACETOPN-MIB141 If the agent can perform sorting of interfaces according to the
145 If the agent can perform sorting of interfaces according to the
149 If the agent can perform sorting of interfaces according to the
153 If the agent can perform sorting of interfaces according to the
157 If the agent can perform sorting of interfaces according to the
161 If the agent can perform sorting of interfaces according to the
165 If the agent can perform sorting of interfaces according to the
169 If the agent can perform sorting of interfaces according to the
173 If the agent can perform sorting of interfaces according to the
177 If the agent can perform sorting of interfaces according to the
[all …]
/dports/net-mgmt/docsis/docsis-upstream-0.9.8/mibs/ietf/
H A DINTERFACETOPN-MIB147 If the agent can perform sorting of interfaces according to the
151 If the agent can perform sorting of interfaces according to the
155 If the agent can perform sorting of interfaces according to the
159 If the agent can perform sorting of interfaces according to the
163 If the agent can perform sorting of interfaces according to the
167 If the agent can perform sorting of interfaces according to the
171 If the agent can perform sorting of interfaces according to the
175 If the agent can perform sorting of interfaces according to the
179 If the agent can perform sorting of interfaces according to the
183 If the agent can perform sorting of interfaces according to the
[all …]
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/qa/qa/specs/features/browser_ui/5_package/package_registry/
H A Dconan_repository_spec.rb75 Page::Project::Pipeline::Show.perform do |pipeline|
79 Page::Project::Job::Show.perform do |job|
83 Page::Project::Menu.perform(&:click_packages_link)
85 Page::Project::Packages::Index.perform do |index|
90 Page::Project::Packages::Show.perform(&:click_delete)
92 Page::Project::Packages::Index.perform do |index|
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/spec/lib/gitlab/background_migration/
H A Dcopy_column_using_background_migration_job_spec.rb49 … copy_columns.perform(12, 15, table_name, 'id', sub_batch_size, pause_ms, 'id', temporary_column)
58 … copy_columns.perform(10, 14, table_name, 'id', sub_batch_size, pause_ms, 'fk', temporary_column)
68 …copy_columns.perform(10, 20, table_name, 'id', sub_batch_size, pause_ms, 'name', 'name_convert_to_…
81 …subject.perform(10, 15, table_name, 'id', sub_batch_size, pause_ms, columns_to_copy_from, columns_…
93 …subject.perform(10, 15, table_name, 'id', sub_batch_size, pause_ms, columns_to_copy_from, columns_…
100 …copy_columns.perform(10, 20, table_name, 'id', sub_batch_size, pause_ms, 'name', 'name_convert_to_…
111 … copy_columns.perform(10, 12, table_name, 'id', sub_batch_size, 5, 'name', 'name_convert_to_text')
119 … copy_columns.perform(10, 12, table_name, 'id', sub_batch_size, -5, 'name', 'name_convert_to_text')
/dports/sysutils/mate-polkit/mate-polkit-1.26.0/po/
H A Den_AU.po51 "An application is attempting to perform an action that requires privileges. "
52 "Authentication as one of the users below is required to perform this action."
54 "An application is attempting to perform an action that requires privileges. "
55 "Authentication as one of the users below is required to perform this action."
59 "An application is attempting to perform an action that requires privileges. "
60 "Authentication is required to perform this action."
62 "An application is attempting to perform an action that requires privileges. "
63 "Authentication is required to perform this action."
67 "An application is attempting to perform an action that requires privileges. "
68 "Authentication as the super user is required to perform this action."
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/javatests/src/org/chromium/chrome/browser/download/home/
H A DDownloadActivityV2Test.java280 onView(allChipMatcher).perform(ViewActions.click());
294 .perform(ViewActions.click());
301 .perform(ViewActions.click());
339 .perform(ViewActions.click());
351 .perform(ViewActions.click());
405 .perform(ViewActions.click());
434 .perform(ViewActions.click());
461 .perform(ViewActions.click());
510 .perform(ViewActions.clearText())
511 .perform(ViewActions.typeText(name));
[all …]
/dports/games/assaultcube/AssaultCube_v1.2.0.2/source/src/
H A Dserveractions.h18 virtual void perform() = 0;
41 void perform() in perform() function
193 void perform() { disconnect(DISC_MKICK); } in perform() function
210 void perform() in perform() function
230 void perform() { bans.shrink(0); } in perform() function
241 void perform() { changemastermode(mode); } in perform() function
258 void perform() in perform() function
273 void perform() in perform() function
288 void perform() { } in perform() function
300 void perform() { cleardemos(demo); } in perform() function
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/javatests/src/org/chromium/chrome/browser/query_tiles/
H A DQueryTileSectionTest.java97 onView(recyclerViewMatcher).perform(scrollTo(0)); in testSearchWithLastLevelTile()
98 onView(withText(tile.displayTitle)).perform(click()); in testSearchWithLastLevelTile()
102 onView(recyclerViewMatcher).perform(scrollTo(0)); in testSearchWithLastLevelTile()
114 onView(withText(tile.displayTitle)).perform(click()); in testSearchWithFirstLevelTile()
135 onView(recyclerViewMatcher).perform(scrollTo(0)); in testChipVisibilityOnFakeBox()
136 onView(withText(tile.displayTitle)).perform(click()); in testChipVisibilityOnFakeBox()
140 onView(withId(R.id.chip_cancel_btn)).perform(click()); in testChipVisibilityOnFakeBox()
153 onView(recyclerViewMatcher).perform(scrollTo(0)); in testClearingSelectedTileBringsBackTopLevelTiles()
154 onView(withText(tile.displayTitle)).perform(click()); in testClearingSelectedTileBringsBackTopLevelTiles()
190 onView(recyclerViewMatcher).perform(scrollTo(0)); in testFocusOmniboxWithFirstLevelQueryText()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/tests/webdriver/tests/perform_actions/
H A Dwheel.py11 value = wheel_chain.scroll(0, 0, 0, 10).perform()
17 wheel_chain.scroll(0, 0, 0, 10).perform()
22 wheel_chain.scroll(0, 0, 0, 10).perform()
29 wheel_chain.scroll(0, 0, 5, 10, origin=outer).perform()
43 wheel_chain.scroll(0, 0, 5, 10, origin=scrollable).perform()
57 wheel_chain.scroll(0, 0, 5, 10, origin=subframe).perform()
/dports/math/py-cypari2/cypari2-2.1.2/venv/lib/python3.7/site-packages/Cython/Plex/
H A DActions.py11 def perform(self, token_stream, text): member in Action
27 def perform(self, token_stream, text): member in Return
45 def perform(self, token_stream, text): member in Call
65 def perform(self, token_stream, text): member in Begin
82 def perform(self, token_stream, text): member in Ignore
100 def perform(self, token_stream, text): member in Text
/dports/deskutils/fbreader/FBReader-0.99.6-freebsdport/zlibrary/core/src/runnable/
H A DZLExecutionData.cpp26 std::string ZLExecutionData::perform(shared_ptr<ZLExecutionData> data) { in perform() function in ZLExecutionData
29 return perform(dataVector); in perform()
32 std::string ZLExecutionData::perform(const Vector &dataVector) { in perform() function in ZLExecutionData
35 std::string part = (*it)->perform(dataVector); in perform()
79 std::string ZLExecutionData::Runner::perform(shared_ptr<ZLExecutionData> data) const { in perform() function in ZLExecutionData::Runner
82 return perform(dataVector); in perform()
/dports/www/firefox/firefox-99.0/testing/web-platform/tests/webdriver/tests/perform_actions/
H A Dwheel.py11 value = wheel_chain.scroll(0, 0, 0, 10).perform()
17 wheel_chain.scroll(0, 0, 0, 10).perform()
22 wheel_chain.scroll(0, 0, 0, 10).perform()
29 wheel_chain.scroll(0, 0, 5, 10, origin=outer).perform()
43 wheel_chain.scroll(0, 0, 5, 10, origin=scrollable).perform()
57 wheel_chain.scroll(0, 0, 5, 10, origin=subframe).perform()

12345678910>>...1735