Home
last modified time | relevance | path

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

/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/lib/gitlab/github_import/
H A Dparallel_scheduling.rb19 @page_counter = PageCounter.new(project, collection_method)
21 { project: project.id, collection: collection_method }
99 client.each_page(collection_method, repo, options) do |page|
170 def collection_method method
H A Dsingle_endpoint_notes_importing.rb50 client.each_page(collection_method, repo, noteable.iid, options) do |page|
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/lib/gitlab/github_import/importer/
H A Dpull_requests_reviews_importer.rb28 def collection_method method in Gitlab.GithubImport.Importer.PullRequestsReviewsImporter
75 client.each_page(collection_method, repo, merge_request.iid, options) do |page|
97 "merge_request/#{merge_request.id}/#{collection_method}"
H A Dsingle_endpoint_issue_notes_importer.rb34 def collection_method method in Gitlab.GithubImport.Importer.SingleEndpointIssueNotesImporter
45 "issue/#{issue.id}/#{collection_method}"
H A Dsingle_endpoint_diff_notes_importer.rb34 def collection_method method in Gitlab.GithubImport.Importer.SingleEndpointDiffNotesImporter
45 "merge_request/#{merge_request.id}/#{collection_method}"
H A Dsingle_endpoint_merge_request_notes_importer.rb34 def collection_method method in Gitlab.GithubImport.Importer.SingleEndpointMergeRequestNotesImporter
45 "merge_request/#{merge_request.id}/#{collection_method}"
H A Ddiff_notes_importer.rb21 def collection_method method in Gitlab.GithubImport.Importer.DiffNotesImporter
H A Dnotes_importer.rb25 def collection_method method in Gitlab.GithubImport.Importer.NotesImporter
H A Dissues_importer.rb25 def collection_method method in Gitlab.GithubImport.Importer.IssuesImporter
H A Dlfs_objects_importer.rb25 def collection_method method in Gitlab.GithubImport.Importer.LfsObjectsImporter
H A Dpull_requests_merged_by_importer.rb21 def collection_method method in Gitlab.GithubImport.Importer.PullRequestsMergedByImporter
H A Dpull_requests_importer.rb69 def collection_method method in Gitlab.GithubImport.Importer.PullRequestsImporter
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/spec/lib/gitlab/github_import/importer/
H A Dpull_requests_merged_by_importer_spec.rb23 it { expect(subject.collection_method).to eq(:pull_requests_merged_by) }
H A Dsingle_endpoint_issue_notes_importer_spec.rb15 it { expect(subject.collection_method).to eq(:issue_comments) }
H A Dsingle_endpoint_merge_request_notes_importer_spec.rb15 it { expect(subject.collection_method).to eq(:issue_comments) }
H A Dpull_requests_reviews_importer_spec.rb22 it { expect(subject.collection_method).to eq(:pull_request_reviews) }
H A Dsingle_endpoint_diff_notes_importer_spec.rb15 it { expect(subject.collection_method).to eq(:pull_request_comments) }
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/includes/stripe/stripe-php/lib/
H A DSubscription.php22 …* @property null|string $collection_method Either <code>charge_automatically</code>, or <code>send…
H A DInvoice.php58 …* @property null|string $collection_method Either <code>charge_automatically</code>, or <code>send…
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/includes/stripe/stripe-php/lib/
H A DSubscription.php16 * @property string $collection_method
H A DInvoice.php22 * @property string $collection_method
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/spec/lib/gitlab/github_import/
H A Dparallel_scheduling_spec.rb22 def collection_method method
165 def collection_method method
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/lib/gitlab/bitbucket_server_import/
H A Dimporter.rb43 { project: project.id, collection: collection_method }
46 def collection_method method in Gitlab.BitbucketServerImport.Importer
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/includes/stripe/stripe-php/
H A DCHANGELOG.md27 * [#674](https://github.com/stripe/stripe-php/pull/674) Add new constants for `collection_method` o…
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/includes/stripe/stripe-php/
H A DCHANGELOG.md398 - [#674](https://github.com/stripe/stripe-php/pull/674) Add new constants for `collection_method`…