Home
last modified time | relevance | path

Searched refs:root_ref (Results 151 – 175 of 177) sorted by relevance

12345678

/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/models/
H A Dwiki.rb300 branch_name: repository.root_ref,
/dports/devel/py-types-Pillow/types-Pillow-8.3.11/PIL-stubs/
H A DPdfParser.pyi78 root_ref: Any
/dports/devel/pytype/pytype-2021.9.9/pytype/typeshed/stubs/Pillow/PIL/
H A DPdfParser.pyi78 root_ref: Any
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/spec/lib/gitlab/gitaly_client/
H A Dref_service_spec.rb313 expect(refs.to_a).to eq([Gitlab::Git::BRANCH_REF_PREFIX + project.repository.root_ref])
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/services/design_management/copy_design_collection/
H A Dcopy_service.rb114 target_repository.root_ref
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/spec/lib/gitlab/git/
H A Drepository_spec.rb42 expect(repository.root_ref).to be_utf8
47 repository.root_ref
51 subject { repository.root_ref }
1896 expect(repository.root_ref).to eq('feature')
1923 expect(refs).to include(Gitlab::Git::BRANCH_REF_PREFIX + repository.root_ref)
1930 expect(refs).to eq([Gitlab::Git::BRANCH_REF_PREFIX + repository.root_ref])
/dports/multimedia/v4l_compat/linux-5.13-rc2/fs/btrfs/
H A Dsuper.c1184 struct btrfs_root_ref *root_ref; in btrfs_get_subvol_name_from_objectid() local
1233 root_ref = btrfs_item_ptr(path->nodes[0], path->slots[0], in btrfs_get_subvol_name_from_objectid()
1235 len = btrfs_root_ref_name_len(path->nodes[0], root_ref); in btrfs_get_subvol_name_from_objectid()
1242 (unsigned long)(root_ref + 1), len); in btrfs_get_subvol_name_from_objectid()
1244 dirid = btrfs_root_ref_dirid(path->nodes[0], root_ref); in btrfs_get_subvol_name_from_objectid()
/dports/multimedia/libv4l/linux-5.13-rc2/fs/btrfs/
H A Dsuper.c1184 struct btrfs_root_ref *root_ref; in btrfs_get_subvol_name_from_objectid() local
1233 root_ref = btrfs_item_ptr(path->nodes[0], path->slots[0], in btrfs_get_subvol_name_from_objectid()
1235 len = btrfs_root_ref_name_len(path->nodes[0], root_ref); in btrfs_get_subvol_name_from_objectid()
1242 (unsigned long)(root_ref + 1), len); in btrfs_get_subvol_name_from_objectid()
1244 dirid = btrfs_root_ref_dirid(path->nodes[0], root_ref); in btrfs_get_subvol_name_from_objectid()
/dports/multimedia/v4l-utils/linux-5.13-rc2/fs/btrfs/
H A Dsuper.c1184 struct btrfs_root_ref *root_ref; in btrfs_get_subvol_name_from_objectid() local
1233 root_ref = btrfs_item_ptr(path->nodes[0], path->slots[0], in btrfs_get_subvol_name_from_objectid()
1235 len = btrfs_root_ref_name_len(path->nodes[0], root_ref); in btrfs_get_subvol_name_from_objectid()
1242 (unsigned long)(root_ref + 1), len); in btrfs_get_subvol_name_from_objectid()
1244 dirid = btrfs_root_ref_dirid(path->nodes[0], root_ref); in btrfs_get_subvol_name_from_objectid()
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/spec/lib/gitlab/
H A Durl_builder_spec.rb118 let(:ref) { blob.repository.root_ref }
/dports/sysutils/conan/conan-1.44.0/conans/client/
H A Dinstaller.py479 graph_info_node = GraphInfo(profile_host, root_ref=node.ref)
508 graph_info_node = GraphInfo(profile_host, root_ref=node.ref)
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/controllers/
H A Dprojects_controller.rb506 project.repository.root_ref
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/spec/features/security/project/
H A Dinternal_access_spec.rb33 subject { project_tree_path(project, project.repository.root_ref) }
47 subject { project_commits_path(project, project.repository.root_ref, limit: 1) }
H A Dprivate_access_spec.rb34 subject { project_tree_path(project, project.repository.root_ref) }
49 subject { project_commits_path(project, project.repository.root_ref, limit: 1) }
H A Dpublic_access_spec.rb33 subject { project_tree_path(project, project.repository.root_ref) }
47 subject { project_commits_path(project, project.repository.root_ref, limit: 1) }
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/helpers/
H A Dprojects_helper.rb599 ref = @ref || @project.repository.root_ref
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/spec/support/shared_examples/models/
H A Dwiki_shared_examples.rb572 expect(subject).to eq wiki.repository.root_ref
/dports/graphics/embree/embree-3.13.2/kernels/bvh/
H A Dbvh_builder_subdiv.cpp287 …patch0.root_ref.set((int64_t) GridSOA::create(&patch0,(unsigned)mesh->numTimeSteps,scene,alloc,&bo… in rebuild()
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/spec/presenters/
H A Dproject_presenter_spec.rb330 link: presenter.project_commits_path(project, project.repository.root_ref)
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/spec/views/layouts/nav/sidebar/
H A D_project.html.haml_spec.rb142 …re', href: project_compare_index_path(project, from: project.repository.root_ref, to: current_ref))
/dports/net-p2p/libswift/libswift-dc0cbcc/
H A Dbinmap.cpp206 const ref_t root_ref = alloc_cell(); in binmap_t() local
208 assert(root_ref == ROOT_REF && cells_number_ > 0); in binmap_t()
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/spec/controllers/projects/
H A Dpipelines_controller_spec.rb238 project.repository.create_branch(branch_name, project.repository.root_ref)
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/doc/administration/troubleshooting/
H A Dgitlab_rails_cheat_sheet.md368 can_push_to_default = access_checker.can_push_for_ref?(project.repository.root_ref)
381 …", Can push to default branch #{project.repository.root_ref}?: " + (can_push_to_default ? 'YES' : …
/dports/math/kalker/kalker-1.1.0/cargo-crates/rug-1.11.0/src/integer/
H A Dbig.rs4092 pub fn root_ref(&self, n: u32) -> RootIncomplete<'_> { in root_ref() method
/dports/math/kalker/kalker-1.1.0/cargo-crates/rug-1.11.0/src/float/
H A Dbig.rs3556 pub fn root_ref(&self, k: u32) -> RootIncomplete<'_> { in root_ref() method

12345678