Home
last modified time | relevance | path

Searched refs:to_ext (Results 1 – 16 of 16) sorted by relevance

/dports/multimedia/lives/lives-3.2.0/lives-plugins/plugins/encoders/
H A Dencodedv_encoder131 $to_ext=".ppm";
147 `convert $name$img_ext $name2$to_ext`;
151 …$syscom="$encoder_command --verbose -s 0 -e ".($end-$start)." -p $passes %08d$to_ext -a wav $audio…
154 …$syscom=$encoder_command . " --verbose -s 0 -e ".($end-$start)." -p $passes %08d$to_ext > \"$nfile…
169 $to_ext=".ppm";
173 if (-f "$name$to_ext") {
174 unlink "$name$to_ext";
/dports/www/p5-Catalyst-Plugin-AutoCRUD/Catalyst-Plugin-AutoCRUD-2.200002/lib/Catalyst/Plugin/AutoCRUD/Controller/DisplayEngine/
H A DExtJS2.pm26 to_ext => \&_filter_datetime,
30 to_ext => \&_filter_datetime,
34 to_ext => sub {
46 to_ext => sub { shift },
77 $filter_for{ $ci->extra('extjs_xtype') }->{to_ext}->(
/dports/multimedia/libv4l/linux-5.13-rc2/include/net/
H A Dmptcp.h139 static inline bool mptcp_ext_matches(const struct mptcp_ext *to_ext, in mptcp_ext_matches() argument
146 (to_ext && from_ext && in mptcp_ext_matches()
147 !memcmp(from_ext, to_ext, sizeof(struct mptcp_ext))); in mptcp_ext_matches()
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/net/
H A Dmptcp.h139 static inline bool mptcp_ext_matches(const struct mptcp_ext *to_ext, in mptcp_ext_matches() argument
146 (to_ext && from_ext && in mptcp_ext_matches()
147 !memcmp(from_ext, to_ext, sizeof(struct mptcp_ext))); in mptcp_ext_matches()
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/net/
H A Dmptcp.h139 static inline bool mptcp_ext_matches(const struct mptcp_ext *to_ext, in mptcp_ext_matches() argument
146 (to_ext && from_ext && in mptcp_ext_matches()
147 !memcmp(from_ext, to_ext, sizeof(struct mptcp_ext))); in mptcp_ext_matches()
/dports/print/lyx/lyx-2.3.4.2/lib/scripts/
H A Dtex_copy.py49 to_base, to_ext = os.path.splitext(rel_to_file)
/dports/news/golded+/golded-plus/golded+/goldlib/smblib/
H A Dsmbdefs.h492 *to_ext, // To extension member
H A Dsmblib.cpp802 msg->to_ext=(char *)msg->hfield_dat[i]; in smb_getmsghdr()
/dports/databases/percona56-client/percona-server-5.6.51-91.0/sql/
H A Dlog.cc1864 int MYSQL_LOG::purge_up_to(ulong to_ext, const char *log_name) in purge_up_to() argument
1872 snprintf(buff, sizeof(buff), "%s.%06lu", name, to_ext); in purge_up_to()
1879 --to_ext; in purge_up_to()
1880 } while (to_ext > 0); in purge_up_to()
H A Dlog.h347 int purge_up_to(ulong to_ext, const char *log_name);
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/sql/
H A Dlog.cc1864 int MYSQL_LOG::purge_up_to(ulong to_ext, const char *log_name) in purge_up_to() argument
1872 snprintf(buff, sizeof(buff), "%s.%06lu", name, to_ext); in purge_up_to()
1879 --to_ext; in purge_up_to()
1880 } while (to_ext > 0); in purge_up_to()
H A Dlog.h347 int purge_up_to(ulong to_ext, const char *log_name);
/dports/databases/percona56-server/percona-server-5.6.51-91.0/sql/
H A Dlog.cc1864 int MYSQL_LOG::purge_up_to(ulong to_ext, const char *log_name) in purge_up_to() argument
1872 snprintf(buff, sizeof(buff), "%s.%06lu", name, to_ext); in purge_up_to()
1879 --to_ext; in purge_up_to()
1880 } while (to_ext > 0); in purge_up_to()
H A Dlog.h347 int purge_up_to(ulong to_ext, const char *log_name);
/dports/print/lyx/lyx-2.3.4.2/src/
H A DConverter.cpp422 string const to_ext = theFormats().extension(to_format); in convert() local
428 ' ' + to_ext + ' ' + in convert()
/dports/print/texlive-base/texlive-20150521-source/texk/texlive/linked_scripts/latexmk/
H A Dlatexmk.pl7996 my ($from_ext, $to_ext, $must, $sub_name) = @_;
7997 remove_cus_dep( $from_ext, $to_ext );
7998 push @cus_dep_list, "$from_ext $to_ext $must $sub_name";
8005 my ($from_ext, $to_ext) = @_;
8010 if ( $cus_dep_list[$i] =~ /^\Q$from_ext $to_ext \E/ ) {