Home
last modified time | relevance | path

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

123

/dports/devel/py-pympler/Pympler-0.4.2/pympler/templates/
H A Dprocess.tpl73 $(".stacks").delegate(".expand_ref", "click", function() {
79 $(this).removeClass("expand_ref").addClass("toggle_ref");
H A Dreferents.tpl5 <a class="expand_ref" id="{{ref}}" href="#">
/dports/textproc/html-xml-utils/html-xml-utils-8.0/
H A Dhxcite.c147 static void expand_ref(const string label) in expand_ref() function
216 expand_ref(label); /* Insert full reference */ in process_line()
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/controllers/projects/
H A Dgraphs_controller.rb74 ref_path: @project.repository.expand_ref(@ref),
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/spec/controllers/projects/
H A Dgraphs_controller_spec.rb54 ref_path: project.repository.expand_ref('master'),
/dports/devel/py-pycparser/pycparser-2.21/tests/
H A Dtest_c_parser.py651 def expand_ref(n): function
653 return ['StructRef', expand_ref(n.name), expand_ref(n.field)]
655 return ['ArrayRef', expand_ref(n.name), expand_ref(n.subscript)]
680 self.assertEqual(expand_ref(s3.args.exprs[1]),
686 self.assertEqual(expand_ref(s4.args.exprs[1]),
/dports/devel/git-p4/git-2.34.1/
H A Drefs.h155 int expand_ref(struct repository *r, const char *str, int len, struct object_id *oid, char **ref);
/dports/devel/git-gui/git-2.34.1/
H A Drefs.h155 int expand_ref(struct repository *r, const char *str, int len, struct object_id *oid, char **ref);
/dports/devel/git-svn/git-2.34.1/
H A Drefs.h155 int expand_ref(struct repository *r, const char *str, int len, struct object_id *oid, char **ref);
/dports/devel/git/git-2.34.1/
H A Drefs.h155 int expand_ref(struct repository *r, const char *str, int len, struct object_id *oid, char **ref);
/dports/devel/git-cvs/git-2.34.1/
H A Drefs.h155 int expand_ref(struct repository *r, const char *str, int len, struct object_id *oid, char **ref);
/dports/devel/cgit/cgit-1.2.3/git/
H A Drefs.h151 int expand_ref(struct repository *r, const char *str, int len, struct object_id *oid, char **ref);
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/HDF5/src/itkhdf5/src/
H A DH5Dcompact.c559 if(cpy_info->expand_ref) { in H5D__compact_copy()
H A DH5Oprivate.h169 hbool_t expand_ref; /* Flag to expand object references */ member
/dports/math/vtk9/VTK-9.1.0/ThirdParty/hdf5/vtkhdf5/src/
H A DH5Dcompact.c538 if (cpy_info->expand_ref) { in H5D__compact_copy()
H A DH5Oprivate.h184 hbool_t expand_ref; /* Flag to expand object references */ member
/dports/science/hdf5/hdf5-1.10.6/src/
H A DH5Dcompact.c560 if(cpy_info->expand_ref) { in H5D__compact_copy()
H A DH5Oprivate.h175 hbool_t expand_ref; /* Flag to expand object references */ member
/dports/math/vtk8/VTK-8.2.0/ThirdParty/hdf5/vtkhdf5/src/
H A DH5Dcompact.c553 if(cpy_info->expand_ref) { in H5D__compact_copy()
H A DH5Oprivate.h166 hbool_t expand_ref; /* Flag to expand object references */ member
/dports/math/vtk6/VTK-6.2.0/ThirdParty/hdf5/vtkhdf5/src/
H A DH5Dcompact.c534 if(cpy_info->expand_ref) { in H5D__compact_copy()
H A DH5Oprivate.h155 hbool_t expand_ref; /* Flag to expand object references */ member
/dports/science/hdf5-18/hdf5-1.8.21/src/
H A DH5Dcompact.c540 if(cpy_info->expand_ref) { in H5D__compact_copy()
H A DH5Oprivate.h161 hbool_t expand_ref; /* Flag to expand object references */ member
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/models/
H A Drepository.rb231 def expand_ref(ref) method in Repository

123