Home
last modified time | relevance | path

Searched refs:tag (Results 1 – 25 of 405346) sorted by last modified time

12345678910>>...16214

/dports/audio/lewton/lewton-0.10.2/cargo-crates/vorbis-sys-0.0.8/src/
H A Dlib.rs114 pub fn vorbis_comment_add_tag(vc: *mut vorbis_comment, tag: *const libc::c_char, in vorbis_comment_add_tag()
116 pub fn vorbis_comment_query(vc: *mut vorbis_comment, tag: *const libc::c_char, in vorbis_comment_query()
118 pub fn vorbis_comment_query_count(vc: *mut vorbis_comment, tag: *const libc::c_char) in vorbis_comment_query_count()
/dports/audio/lewton/lewton-0.10.2/cargo-crates/vorbis-sys-0.0.8/libvorbis/lib/
H A Dinfo.c77 void vorbis_comment_add_tag(vorbis_comment *vc, const char *tag, const char *contents){ in vorbis_comment_add_tag() argument
78 char *comment=alloca(strlen(tag)+strlen(contents)+2); /* +2 for = and \0 */ in vorbis_comment_add_tag()
79 strcpy(comment, tag); in vorbis_comment_add_tag()
97 char *vorbis_comment_query(vorbis_comment *vc, const char *tag, int count){ in vorbis_comment_query() argument
100 int taglen = strlen(tag)+1; /* +1 for the = we append */ in vorbis_comment_query()
103 strcpy(fulltag, tag); in vorbis_comment_query()
118 int vorbis_comment_query_count(vorbis_comment *vc, const char *tag){ in vorbis_comment_query_count() argument
120 int taglen = strlen(tag)+1; /* +1 for the = we append */ in vorbis_comment_query_count()
122 strcpy(fulltag,tag); in vorbis_comment_query_count()
H A DMakefile.in105 libvorbis_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
111 libvorbisenc_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
117 libvorbisfile_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
128 psytune_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
134 test_sharedbook_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
146 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
150 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
/dports/audio/lewton/lewton-0.10.2/cargo-crates/vorbis-sys-0.0.8/libvorbis/include/vorbis/
H A Dcodec.h171 const char *tag, const char *contents);
172 extern char *vorbis_comment_query(vorbis_comment *vc, const char *tag, int count);
173 extern int vorbis_comment_query_count(vorbis_comment *vc, const char *tag);
/dports/x11-wm/bbkeys/bbkeys-0.9.1/src/
H A DKeyClient.cpp210 switch (block->tag) { in handleConfigFile()
238 << block->tag << "], name: [" << block->name in handleConfigFile()
277 if (block->tag == ConfigOpts::end) { in setKeybindings()
327 if (block->tag == Action::chain) { in setKeybindings()
330 _keybindings->setCurrentNodeProps(static_cast<Action::ActionType>(block->tag), in setKeybindings()
333 _keybindings->addAction(static_cast<Action::ActionType>(block->tag), in setKeybindings()
/dports/x11-wm/compiz-plugins-main/compiz-plugins-main-0.8.8/src/colorfilter/
H A DMakefile.in75 libcolorfilter_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
84 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
88 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
/dports/x11-wm/compiz-plugins-main/compiz-plugins-main-0.8.8/src/expo/
H A DMakefile.in75 libexpo_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
84 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
88 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
/dports/x11-wm/compiz-plugins-main/compiz-plugins-main-0.8.8/src/thumbnail/
H A DMakefile.in75 libthumbnail_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
84 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
88 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
/dports/x11-wm/compiz-plugins-main/compiz-plugins-main-0.8.8/src/mag/
H A DMakefile.in75 libmag_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
84 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
88 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
/dports/x11-wm/compiz-plugins-main/compiz-plugins-main-0.8.8/src/put/
H A DMakefile.in75 libput_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
84 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
88 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
/dports/x11-wm/compiz-plugins-main/compiz-plugins-main-0.8.8/src/winrules/
H A DMakefile.in73 libwinrules_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
82 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
86 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
/dports/x11-wm/compiz-plugins-main/compiz-plugins-main-0.8.8/src/staticswitcher/
H A DMakefile.in75 libstaticswitcher_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
84 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
88 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
/dports/x11-wm/compiz-plugins-main/compiz-plugins-main-0.8.8/src/workarounds/
H A DMakefile.in75 libworkarounds_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
84 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
88 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
/dports/x11-wm/compiz-plugins-main/compiz-plugins-main-0.8.8/src/neg/
H A DMakefile.in75 libneg_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
84 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
88 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
/dports/x11-wm/compiz-plugins-main/compiz-plugins-main-0.8.8/src/jpeg/
H A DMakefile.in76 libimgjpeg_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
86 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
90 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
/dports/x11-wm/compiz-plugins-main/compiz-plugins-main-0.8.8/src/vpswitch/
H A DMakefile.in75 libvpswitch_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
84 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
88 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
/dports/x11-wm/compiz-plugins-main/compiz-plugins-main-0.8.8/src/shift/
H A DMakefile.in75 libshift_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
84 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
88 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
/dports/x11-wm/compiz-plugins-main/compiz-plugins-main-0.8.8/src/ezoom/
H A DMakefile.in75 libezoom_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
84 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
88 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
/dports/x11-wm/compiz-plugins-main/compiz-plugins-main-0.8.8/src/kdecompat/
H A DMakefile.in75 libkdecompat_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
84 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
88 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
/dports/x11-wm/xfce4-panel/xfce4-panel-4.16.3/panel/
H A DMakefile.in128 xfce4_panel_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
167 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
176 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
/dports/x11-wm/compiz-plugins-main/compiz-plugins-main-0.8.8/src/wall/
H A DMakefile.in76 libwall_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
86 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
90 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
/dports/x11-wm/afterstep-stable/afterstep-devel-2.2.12/src/ASDocGen/
H A Dxmlproc.c195 const char *tag_name = doc->tag; in convert_xml_tag()
207 tag_name = SupportedDocBookTagInfo[DOCBOOK_section_ID].tag; in convert_xml_tag()
317 LOCAL_DEBUG_OUT( "child tag = \"%s\", childs child = %p", doc->child->tag, doc->child->child); in convert_xml_file()
323 …LOCAL_DEBUG_OUT( "childs child tag = \"%s\", parm = \"%s\"", doc->child->child->tag, doc->child->c… in convert_xml_file()
331 LOCAL_DEBUG_OUT( "converting child <%s>", ptr->tag ); in convert_xml_file()
333 LOCAL_DEBUG_OUT( "done converting child <%s>", ptr->tag ); in convert_xml_file()
/dports/x11-wm/xfce4-panel/xfce4-panel-4.16.3/wrapper/
H A DMakefile.in113 wrapper_2_0_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
137 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
146 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
/dports/x11-wm/xfce4-panel/xfce4-panel-4.16.3/docs/reference/
H A DMakefile.in453 @GTK_DOC_USE_LIBTOOL_TRUE@GTKDOC_CC = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(INCLUDES) $(GTKDOC…
455 @GTK_DOC_USE_LIBTOOL_TRUE@GTKDOC_LD = $(LIBTOOL) --tag=CC --mode=link $(CC) $(GTKDOC_DEPS_LIBS) $(A…
/dports/x11-wm/xfce4-panel/xfce4-panel-4.16.3/migrate/
H A DMakefile.in114 migrate_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
138 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
147 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \

12345678910>>...16214