Home
last modified time | relevance | path

Searched refs:make_tag (Results 26 – 50 of 169) sorted by relevance

1234567

/dports/editors/emacs-devel/emacs-4d1968b/lib-src/
H A Detags.c4389 make_tag (dbp, cp-dbp, true, in F_getit()
4466 make_tag ("blockdata", 9, true, in Fortran_functions()
4798 make_tag (sp, cp - sp, true, in Perl_functions()
4815 make_tag (sp, cp - sp, true, in Perl_functions()
5009 make_tag (np, cp - np, true, in Ruby_functions()
5030 make_tag (np, cp - np, true, in Ruby_functions()
5211 make_tag (bp, ep - bp, true, in Cobol_paragraphs()
5567 make_tag (bp, ep - bp, true, in PS_functions()
5760 make_tag (cp, namelen, true, in TeX_commands()
7191 make_tag (bp, cp - bp, true, in get_tag()
[all …]
/dports/editors/emacs-devel/emacs-4d1968b/test/manual/etags/c-src/
H A Detags.c3955 make_tag (dbp, cp-dbp, true, in F_getit()
4032 make_tag ("blockdata", 9, true, in Fortran_functions()
4288 make_tag (sp, cp - sp, true, in Perl_functions()
4369 make_tag (name, cp - name, true, in Python_functions()
4401 make_tag (name, cp - name, true, in PHP_functions()
4442 make_tag (name, cp - name, false, in PHP_functions()
4483 make_tag (bp, ep - bp, true, in Cobol_paragraphs()
4823 make_tag (bp, ep - bp, true, in PS_functions()
4976 make_tag (cp, namelen, true, in TeX_commands()
5080 make_tag (start, cp - start, true, in Texinfo_nodes()
[all …]
/dports/editors/emacs/emacs-27.2/test/manual/etags/c-src/
H A Detags.c3955 make_tag (dbp, cp-dbp, true, in F_getit()
4032 make_tag ("blockdata", 9, true, in Fortran_functions()
4288 make_tag (sp, cp - sp, true, in Perl_functions()
4369 make_tag (name, cp - name, true, in Python_functions()
4401 make_tag (name, cp - name, true, in PHP_functions()
4442 make_tag (name, cp - name, false, in PHP_functions()
4483 make_tag (bp, ep - bp, true, in Cobol_paragraphs()
4823 make_tag (bp, ep - bp, true, in PS_functions()
4976 make_tag (cp, namelen, true, in TeX_commands()
5080 make_tag (start, cp - start, true, in Texinfo_nodes()
[all …]
/dports/textproc/p5-XML-Atom-SimpleFeed/XML-Atom-SimpleFeed-0.904/lib/XML/Atom/
H A DSimpleFeed.pm229 my %make_tag = (
259 $content .= $make_tag{ $elem }->( $elem, $arg );
334 $self->{ meta } .= $make_tag{ generator }->( generator => DEFAULT_GENERATOR )
/dports/devel/dulwich/dulwich-0.19.16/dulwich/contrib/
H A Dtest_release_robot.py32 from dulwich.tests.utils import make_commit, make_tag
95 cls.t2 = make_tag(
/dports/lang/spidermonkey60/firefox-60.9.0/testing/web-platform/tests/tools/third_party/pytest/tasks/
H A Dgenerate.py59 def make_tag(ctx, version): function
107 make_tag(ctx, version)
/dports/multimedia/libquicktime-lame/libquicktime-1.2.4/src/
H A Davi_ix.c29 static char* make_tag(int number, char *tag) in make_tag() function
44 make_tag(trak->tkhd.track_id - 1, ix->tag); in quicktime_new_ix()
/dports/multimedia/libquicktime/libquicktime-1.2.4/src/
H A Davi_ix.c29 static char* make_tag(int number, char *tag) in make_tag() function
44 make_tag(trak->tkhd.track_id - 1, ix->tag); in quicktime_new_ix()
/dports/net/mpich/mpich-3.4.3/modules/ucx/test/gtest/ucp/
H A Dtest_ucp_tag_offload.cc370 ucp_tag_t make_tag(entity &e, ucp_tag_t t) in make_tag() function in test_ucp_tag_offload_multi
403 make_tag(e, tag), UCP_TAG_MASK_FULL); in post_recv_and_check()
421 activate_offload_hashing(e(0), make_tag(e(0), tag)); in UCS_TEST_P()
427 activate_offload_hashing(e(1), make_tag(e(1), tag)); in UCS_TEST_P()
432 send_recv(e(0), make_tag(e(0), tag), 2048); in UCS_TEST_P()
446 activate_offload_hashing(e(2), make_tag(e(2), tag)); in UCS_TEST_P()
/dports/devel/boost-docs/boost_1_72_0/libs/python/doc/reference/
H A Dpytype_function.qbk75 tag make_tag() { return tag(); }
92 def("make_tag", make_tag);
/dports/devel/boost-python-libs/boost_1_72_0/libs/python/doc/reference/
H A Dpytype_function.qbk75 tag make_tag() { return tag(); }
92 def("make_tag", make_tag);
/dports/devel/boost-libs/boost_1_72_0/libs/python/doc/reference/
H A Dpytype_function.qbk75 tag make_tag() { return tag(); }
92 def("make_tag", make_tag);
/dports/devel/hyperscan/boost_1_75_0/libs/python/doc/reference/
H A Dpytype_function.qbk75 tag make_tag() { return tag(); }
92 def("make_tag", make_tag);
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/edoc/src/
H A Dedoc_tags.erl173 [make_tag(Ts, L1, Ss1) | As].
183 scan_lines(S, Ss, L, [make_tag(Ts, L1, Ss1) | As]);
186 scan_lines(S, Ss, L, [make_tag(Ts, L1, Ss1) | As]);
189 scan_lines(S, Ss, L, [make_tag(Ts, L1, Ss1) | As]);
191 scan_lines(S, Ss, L, [make_tag(Ts, L1, Ss1) | As]);
195 make_tag(Cs, L, Ss) -> function
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/edoc/src/
H A Dedoc_tags.erl173 [make_tag(Ts, L1, Ss1) | As].
183 scan_lines(S, Ss, L, [make_tag(Ts, L1, Ss1) | As]);
186 scan_lines(S, Ss, L, [make_tag(Ts, L1, Ss1) | As]);
189 scan_lines(S, Ss, L, [make_tag(Ts, L1, Ss1) | As]);
191 scan_lines(S, Ss, L, [make_tag(Ts, L1, Ss1) | As]);
195 make_tag(Cs, L, Ss) -> function
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/edoc/src/
H A Dedoc_tags.erl173 [make_tag(Ts, L1, Ss1) | As].
183 scan_lines(S, Ss, L, [make_tag(Ts, L1, Ss1) | As]);
186 scan_lines(S, Ss, L, [make_tag(Ts, L1, Ss1) | As]);
189 scan_lines(S, Ss, L, [make_tag(Ts, L1, Ss1) | As]);
191 scan_lines(S, Ss, L, [make_tag(Ts, L1, Ss1) | As]);
195 make_tag(Cs, L, Ss) -> function
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/edoc/src/
H A Dedoc_tags.erl180 [make_tag(Ts, L1, Ss1) | As].
190 scan_lines(S, Ss, L, [make_tag(Ts, L1, Ss1) | As]);
193 scan_lines(S, Ss, L, [make_tag(Ts, L1, Ss1) | As]);
196 scan_lines(S, Ss, L, [make_tag(Ts, L1, Ss1) | As]);
198 scan_lines(S, Ss, L, [make_tag(Ts, L1, Ss1) | As]);
202 make_tag(Cs, L, Ss) -> function
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/edoc/src/
H A Dedoc_tags.erl180 [make_tag(Ts, L1, Ss1) | As].
190 scan_lines(S, Ss, L, [make_tag(Ts, L1, Ss1) | As]);
193 scan_lines(S, Ss, L, [make_tag(Ts, L1, Ss1) | As]);
196 scan_lines(S, Ss, L, [make_tag(Ts, L1, Ss1) | As]);
198 scan_lines(S, Ss, L, [make_tag(Ts, L1, Ss1) | As]);
202 make_tag(Cs, L, Ss) -> function
/dports/lang/erlang/otp-OTP-24.1.7/lib/edoc/src/
H A Dedoc_tags.erl180 [make_tag(Ts, L1, Ss1) | As].
190 scan_lines(S, Ss, L, [make_tag(Ts, L1, Ss1) | As]);
193 scan_lines(S, Ss, L, [make_tag(Ts, L1, Ss1) | As]);
196 scan_lines(S, Ss, L, [make_tag(Ts, L1, Ss1) | As]);
198 scan_lines(S, Ss, L, [make_tag(Ts, L1, Ss1) | As]);
202 make_tag(Cs, L, Ss) -> function
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/edoc/src/
H A Dedoc_tags.erl180 [make_tag(Ts, L1, Ss1) | As].
190 scan_lines(S, Ss, L, [make_tag(Ts, L1, Ss1) | As]);
193 scan_lines(S, Ss, L, [make_tag(Ts, L1, Ss1) | As]);
196 scan_lines(S, Ss, L, [make_tag(Ts, L1, Ss1) | As]);
198 scan_lines(S, Ss, L, [make_tag(Ts, L1, Ss1) | As]);
202 make_tag(Cs, L, Ss) -> function
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/gfx/platform/windows/
H A Dfont.rs47 fn make_tag(tag_bytes: &[u8]) -> FontTableTag { in make_tag() function
110 let name_table_bytes = face.get_font_table(make_tag(b"name")); in new_from_face()
111 let os2_table_bytes = face.get_font_table(make_tag(b"OS/2")); in new_from_face()
/dports/science/py-rmf/rmf-1.3.1/include/RMF/
H A Dtraits.h146 static std::string make_tag() {
173 static std::string tag = make_tag();
/dports/science/rmf/rmf-1.3.1/include/RMF/
H A Dtraits.h146 static std::string make_tag() {
173 static std::string tag = make_tag();
/dports/devel/dulwich/dulwich-0.19.16/dulwich/tests/
H A Dtest_object_store.py62 make_tag,
194 def make_tag(self, name, obj): member in ObjectStoreTests
195 tag = make_tag(obj, name=name)
201 tag1 = self.make_tag(b'1', testobject)
202 tag2 = self.make_tag(b'2', testobject)
203 tag3 = self.make_tag(b'3', testobject)
/dports/cad/gnucap/gnucap-2013-04-23/modelgen/
H A Dmg_out_model.cc401 make_tag(); in make_model_param_is_printable()
482 make_tag(); in make_model_param_name()
545 make_tag(); in make_model_param_name_or_alias()
625 make_tag(); in make_model_param_value()

1234567