Home
last modified time | relevance | path

Searched refs:SERIALIZE_KEYS (Results 1 – 12 of 12) sorted by relevance

/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/gitlab.com/gitlab-org/gitaly/v14/ruby/lib/gitlab/git/
H A Dtag.rb10 SERIALIZE_KEYS = %i[name target target_commit message].freeze constant in Gitlab.Git.Tag
12 attr_accessor *SERIALIZE_KEYS # rubocop:disable Lint/AmbiguousOperator
31 SERIALIZE_KEYS.each do |key|
H A Dcommit.rb10 SERIALIZE_KEYS = %i[ constant in Gitlab.Git.Commit
16 attr_accessor *SERIALIZE_KEYS # rubocop:disable Lint/AmbiguousOperator
226 SERIALIZE_KEYS
/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/gitlab.com/gitlab-org/gitaly/v14/ruby/lib/gitlab/git/
H A Dtag.rb10 SERIALIZE_KEYS = %i[name target target_commit message].freeze constant in Gitlab.Git.Tag
12 attr_accessor *SERIALIZE_KEYS # rubocop:disable Lint/AmbiguousOperator
31 SERIALIZE_KEYS.each do |key|
H A Dcommit.rb10 SERIALIZE_KEYS = %i[ constant in Gitlab.Git.Commit
16 attr_accessor *SERIALIZE_KEYS # rubocop:disable Lint/AmbiguousOperator
226 SERIALIZE_KEYS
/dports/textproc/gitlab-elasticsearch-indexer/gitlab-elasticsearch-indexer-ef1440548effec15831eda2d246dacc43233cefb/vendor/gitlab.com/gitlab-org/gitaly/v14/ruby/lib/gitlab/git/
H A Dtag.rb10 SERIALIZE_KEYS = %i[name target target_commit message].freeze constant in Gitlab.Git.Tag
12 attr_accessor *SERIALIZE_KEYS # rubocop:disable Lint/AmbiguousOperator
31 SERIALIZE_KEYS.each do |key|
H A Dcommit.rb10 SERIALIZE_KEYS = %i[ constant in Gitlab.Git.Commit
16 attr_accessor *SERIALIZE_KEYS # rubocop:disable Lint/AmbiguousOperator
226 SERIALIZE_KEYS
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/lib/gitlab/git/
H A Dtag.rb13 SERIALIZE_KEYS = %i[name target target_commit message].freeze constant in Gitlab.Git.Tag
15 attr_accessor(*SERIALIZE_KEYS)
60 SERIALIZE_KEYS.each do |key|
H A Ddiff.rb34SERIALIZE_KEYS = %i(diff new_path old_path a_mode b_mode new_file renamed_file deleted_file too_la… constant in Gitlab.Git.Diff
165 SERIALIZE_KEYS.each do |key|
233 SERIALIZE_KEYS.each do |key|
H A Dcommit.rb16 SERIALIZE_KEYS = [ constant in Gitlab.Git.Commit
22 attr_accessor(*SERIALIZE_KEYS)
430 SERIALIZE_KEYS
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/lib/gitlab/diff/
H A Dline.rb9 SERIALIZE_KEYS = %i(line_code rich_text text type index old_pos new_pos).freeze constant in Gitlab.Diff.Line
52SERIALIZE_KEYS.each { |key| hash[key] = send(key) } # rubocop:disable GitlabSecurity/PublicSend
/dports/lang/spidermonkey60/firefox-60.9.0/browser/experiments/
H A DExperiments.jsm1435 SERIALIZE_KEYS: new Set([
1536 for (let key of this.SERIALIZE_KEYS) {
1550 this.SERIALIZE_KEYS.forEach(key => {
1579 this.SERIALIZE_KEYS.forEach(key => {
/dports/www/firefox-legacy/firefox-52.8.0esr/browser/experiments/
H A DExperiments.jsm1436 SERIALIZE_KEYS: new Set([
1537 for (let key of this.SERIALIZE_KEYS) {
1551 this.SERIALIZE_KEYS.forEach(key => {
1580 this.SERIALIZE_KEYS.forEach(key => {