Home
last modified time | relevance | path

Searched refs:show_subtitle (Results 1 – 15 of 15) sorted by relevance

/dports/www/tikiwiki/tiki-21.2/lib/articles/
H A Dartlib.php658 …show_pubdate, $show_expdate, $show_reads, $show_size, $show_topline, $show_subtitle, $show_linkto,… argument
744 if ($show_subtitle == 'on') {
745 $show_subtitle = 'y';
747 $show_subtitle = 'n';
805 $show_subtitle,
/dports/www/tikiwiki/tiki-21.2/templates/
H A Dtiki-article_types.tpl126 …heckbox" class="form-check-input" name="show_subtitle[{$types[user].type|escape}]" {if $types[user…
H A Dtiki-edit_submission.tpl37 {if $types.$type.show_subtitle eq 'y'}, {tr}<b>Subtitle</b>=small line below Title{/tr}{/if}
53 …<div class="form-group row" id='show_subtitle' {if $types.$type.show_subtitle eq 'y'}style="displa…
H A Darticle.tpl10 {if $show_subtitle eq 'y' and $subtitle}
H A Dtiki-view_articles.tpl97 …{if $listpages[ix].show_subtitle eq 'y' and $listpages[ix].subtitle}<div class="articlesubtitle">{…
H A Dtiki-edit_article.tpl301 <div class="form-group {if $types.$type.show_subtitle neq 'y'}hidden{/if}">
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/
H A Dffprobe.c1721 static void show_subtitle(WriterContext *w, AVSubtitle *sub, AVStream *stream, in show_subtitle() function
1867 show_subtitle(w, &sub, fmt_ctx->streams[pkt->stream_index], fmt_ctx); in process_frame()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/
H A Dffprobe.c1721 static void show_subtitle(WriterContext *w, AVSubtitle *sub, AVStream *stream, in show_subtitle() function
1867 show_subtitle(w, &sub, fmt_ctx->streams[pkt->stream_index], fmt_ctx); in process_frame()
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/fftools/
H A Dffprobe.c2085 static void show_subtitle(WriterContext *w, AVSubtitle *sub, AVStream *stream, in show_subtitle() function
2296 show_subtitle(w, &sub, ifile->streams[pkt->stream_index].st, fmt_ctx); in process_frame()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/fftools/
H A Dffprobe.c2094 static void show_subtitle(WriterContext *w, AVSubtitle *sub, AVStream *stream, in show_subtitle() function
2317 show_subtitle(w, &sub, ifile->streams[pkt->stream_index].st, fmt_ctx); in process_frame()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/fftools/
H A Dffprobe.c2105 static void show_subtitle(WriterContext *w, AVSubtitle *sub, AVStream *stream, in show_subtitle() function
2328 show_subtitle(w, &sub, ifile->streams[pkt->stream_index].st, fmt_ctx); in process_frame()
/dports/multimedia/handbrake/ffmpeg-4.4/fftools/
H A Dffprobe.c2193 static void show_subtitle(WriterContext *w, AVSubtitle *sub, AVStream *stream, in show_subtitle() function
2419 show_subtitle(w, &sub, ifile->streams[pkt->stream_index].st, fmt_ctx); in process_frame()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/fftools/
H A Dffprobe.c2193 static void show_subtitle(WriterContext *w, AVSubtitle *sub, AVStream *stream, in show_subtitle() function
2419 show_subtitle(w, &sub, ifile->streams[pkt->stream_index].st, fmt_ctx); in process_frame()
/dports/www/tikiwiki/tiki-21.2/db/
H A Dtiki_1.9to2.0.sql1777 ALTER TABLE tiki_article_types MODIFY COLUMN `show_subtitle` varchar(1) default 'n';
H A Dtiki.sql218 `show_subtitle` varchar(1) default 'n',