Home
last modified time | relevance | path

Searched refs:alt_types (Results 1 – 10 of 10) sorted by relevance

/dports/devel/p5-Media-Type-Simple/Media-Type-Simple-v0.31.0/t/
H A D01-basic.t21 my @as = alt_types("image/jpeg");
24 @as = alt_types("application/x-rtf");
27 @as = alt_types("image/rgb");
30 @as = alt_types("model/dwg");
71 my @as = $o->alt_types("image/jpeg");
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/objtools/writers/
H A Dvcf_writer.hpp68 …void x_GetTypeRefAlt(const CVariation_inst &inst, int &rtype, string &ref, list<int>& alt_types, v…
111 const list<int>& alt_types,
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/objtools/writers/
H A Dvcf_writer.cpp313 …RefAlt(const CVariation_inst &inst, int &rtype, string &ref, list<int>& alt_types, vector<string> … in x_GetTypeRefAlt() argument
339 alt_types.push_back(current_type); in x_GetTypeRefAlt()
342 alt_types.push_back(CVariation_inst::eType_del); in x_GetTypeRefAlt()
375 list<int> alt_types; in x_WriteFeature() local
379 x_GetTypeRefAlt(vr.GetData().GetInstance(), type, ref, alt_types, alt); in x_WriteFeature()
385 x_GetTypeRefAlt((*inst)->GetData().GetInstance(), type, ref, alt_types, alt); in x_WriteFeature()
463 if (!x_WriteFeatureAlt(start, type, anchor, alt_types, alt)) { in x_WriteFeature()
618 const list<int>& alt_types, in x_WriteFeatureAlt() argument
628 for (auto alt_type : alt_types) { in x_WriteFeatureAlt()
/dports/www/ilias/ILIAS-5.4.25/Services/Database/classes/
H A Dclass.ilDBAnalyzer.php80 $alt_types = "";
83 $alt_types .= $rdef[$k]["type"] . $rdef[$k]["length"] . " ";
96 "alt_types" => $alt_types,
/dports/www/ilias6/ILIAS-6.14/Services/Database/classes/
H A Dclass.ilDBAnalyzer.php80 $alt_types = "";
83 $alt_types .= ($rdef[$k]["type"] ?? "") . ($rdef[$k]["length"] ?? "") . " ";
96 "alt_types" => $alt_types,
/dports/devel/p5-Media-Type-Simple/Media-Type-Simple-v0.31.0/lib/Media/Type/
H A DSimple.pm319 sub alt_types { subroutine
/dports/cad/cascade-compiler/cascade-f4f7ae8bd1dd379790c0e58c286df90b8d1cdcde/share/cascade/de10/software/spl_bsp/
H A DMakefile135 alt_types.h \
/dports/chinese/wordpress-zh_TW/wordpress/wp-includes/
H A Dfunctions.php2621 $alt_types = array();
2628 …$alt_types = array_keys( array_intersect( $output_formats, array( $mime_type, $alt_mime_type ) )…
2629 $alt_types[] = $alt_mime_type;
2631 $alt_types = array_keys( array_intersect( $output_formats, array( $mime_type ) ) );
2635 $alt_types = array_unique( array_diff( $alt_types, array( $mime_type ) ) );
2637 foreach ( $alt_types as $alt_type ) {
/dports/chinese/wordpress-zh_CN/wordpress/wp-includes/
H A Dfunctions.php2621 $alt_types = array();
2628 …$alt_types = array_keys( array_intersect( $output_formats, array( $mime_type, $alt_mime_type ) )…
2629 $alt_types[] = $alt_mime_type;
2631 $alt_types = array_keys( array_intersect( $output_formats, array( $mime_type ) ) );
2635 $alt_types = array_unique( array_diff( $alt_types, array( $mime_type ) ) );
2637 foreach ( $alt_types as $alt_type ) {
/dports/audio/wavpack/wavpack-5.4.0/src/
H A Dopen_utils.c1066 int alt_types = wpc->open_flags & OPEN_ALT_TYPES; in seek_eof_information() local
1175 …if (get_wrapper && (meta_id == ID_RIFF_TRAILER || (alt_types && meta_id == ID_ALT_TRAILER)) && met… in seek_eof_information()
1190 else if (meta_id == ID_MD5_CHECKSUM || (alt_types && meta_id == ID_ALT_MD5_CHECKSUM)) { in seek_eof_information()