Home
last modified time | relevance | path

Searched refs:root_ref (Results 26 – 50 of 177) sorted by relevance

12345678

/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/wiredtiger/src/btree/
H A Dbt_handle.c552 __wt_root_ref_init(WT_REF *root_ref, WT_PAGE *root, bool is_recno) in __wt_root_ref_init() argument
554 memset(root_ref, 0, sizeof(*root_ref)); in __wt_root_ref_init()
556 root_ref->page = root; in __wt_root_ref_init()
557 root_ref->state = WT_REF_MEM; in __wt_root_ref_init()
559 root_ref->ref_recno = is_recno ? 1 : WT_RECNO_OOB; in __wt_root_ref_init()
561 root->pg_intl_parent_ref = root_ref; in __wt_root_ref_init()
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/spec/features/projects/commits/
H A Duser_browses_commits_spec.rb43 …visit project_commits_path(project, project.repository.root_ref + '/files/ruby/regex.rb', limit: 5)
124 visit project_commits_path(project, project.repository.root_ref, limit: 5)
150 let(:ref) { project.repository.root_ref }
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/spec/features/projects/files/
H A Duser_browses_files_spec.rb15 let(:tree_path_root_ref) { project_tree_path(project, project.repository.root_ref) }
210 project.repository.create_branch('Ääh-test-utf-8', project.repository.root_ref)
237 project.repository.create_branch('test-#', project.repository.root_ref)
H A Duser_creates_files_spec.rb15 let(:project_tree_path_root_ref) { project_tree_path(project, project.repository.root_ref) }
16 let(:project2_tree_path_root_ref) { project_tree_path(project2, project2.repository.root_ref) }
H A Duser_browses_a_tree_with_a_folder_containing_only_a_folder_spec.rb13 visit(project_tree_path(project, project.repository.root_ref))
H A Dfiles_sort_submodules_with_folders_spec.rb11 visit project_tree_path(project, project.repository.root_ref)
H A Dfind_file_keyboard_spec.rb12 visit project_find_file_path(project, project.repository.root_ref)
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/lib/gitlab/git/
H A Drepository.rb90 def root_ref method in Gitlab.Git.Repository
251 ref ||= root_ref
461 return [] unless root_ref
463 root_sha = find_branch(root_ref)&.target
999 ref ||= root_ref
1014 ref ||= root_ref
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/spec/support/shared_examples/models/concerns/
H A Dhas_repository_shared_examples.rb143 let(:root_ref) { container.repository.root_ref }
145 it { expect(container.root_ref?(root_ref)).to be(true) }
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/geo-booleanop-0.3.0/src/splay/
H A Dtree.rs222 match self.root_ref() { in min_node()
236 match self.root_ref() { in max_node()
255 fn root_ref(&self) -> &Option<Box<Node<K, V>>> { in root_ref() function
321 write!(f, "{:?}", self.root_ref()) in fmt()
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/services/design_management/
H A Ddesign_service.rb16 repository.root_ref || Gitlab::DefaultBranch.value(object: project)
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/controllers/projects/design_management/designs/
H A Draw_images_controller.rb25 sha || design_repository.root_ref
/dports/sysutils/conan/conan-1.44.0/conans/model/
H A Dgraph_lock.py600 root_ref = node.ref
601 if (root_ref is not None and ref.name == root_ref.name and
602 ref.user == root_ref.user and
603 ref.channel == root_ref.channel):
605 result = satisfying([str(root_ref.version)], version_range, output)
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/lib/api/entities/
H A Dsnippet.rb14 raw_url: Gitlab::UrlBuilder.build(snippet, file: file, ref: snippet.repository.root_ref)
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/controllers/projects/
H A Davatars_controller.rb13 @blob = @repository.blob_at_branch(@repository.root_ref, @project.avatar_in_git)
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/finders/
H A Dlfs_pointers_finder.rb26 repository.root_ref
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/graphql/resolvers/
H A Dblobs_resolver.rb32 ref ||= repository.root_ref
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/services/branches/
H A Ddiverging_commit_counts_service.rb21 @root_ref_hash ||= raw_repository.commit(repository.root_ref).id
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/views/projects/protected_branches/shared/
H A D_matching_branch.html.haml5 - if @project.root_ref?(matching_branch.name)
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/views/projects/protected_tags/shared/
H A D_matching_tag.html.haml5 - if @project.root_ref?(matching_tag.name)
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/gitlab.com/gitlab-org/gitaly/v14/ruby/lib/gitlab/git/
H A Dcommit_patches.rb15 start_point = repository.find_branch(branch_name)&.target || repository.root_ref
/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/gitlab.com/gitlab-org/gitaly/v14/ruby/lib/gitlab/git/
H A Dcommit_patches.rb15 start_point = repository.find_branch(branch_name)&.target || repository.root_ref
/dports/textproc/gitlab-elasticsearch-indexer/gitlab-elasticsearch-indexer-ef1440548effec15831eda2d246dacc43233cefb/vendor/gitlab.com/gitlab-org/gitaly/v14/ruby/lib/gitlab/git/
H A Dcommit_patches.rb15 start_point = repository.find_branch(branch_name)&.target || repository.root_ref
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/spec/services/branches/
H A Ddiverging_commit_counts_service_spec.rb11 let(:root_ref_sha) { repository.raw_repository.commit(repository.root_ref).id }
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/views/projects/repositories/
H A D_feed.html.haml7 - if @project.root_ref?(commit.head.name)

12345678