Searched refs:MIME (Results 1 - 10 of 10) sorted by relevance
/third_party/ffmpeg/libavformat/ |
H A D | sapdec.c | 131 #define MIME "application/sdp" in sap_read_header() macro 132 if (strcmp(&recvbuf[pos], MIME) == 0) { in sap_read_header() 133 pos += strlen(MIME) + 1; in sap_read_header()
|
/third_party/node/tools/ |
H A D | mk-ca-bundle.pl | 35 use MIME::Base64; 99 print "MIME::Base64.pm Version : ${MIME::Base64::VERSION}\n"; 266 my $encoded = MIME::Base64::encode_base64($data, '');
|
/third_party/python/Lib/msilib/ |
H A D | schema.py | 255 MIME = Table('MIME') variable 256 MIME.add_field(1,'ContentType',11584) 257 MIME.add_field(2,'Extension_',3583) 258 MIME.add_field(3,'CLSID',7462) 580 tables=[_Validation, ActionText, AdminExecuteSequence, Condition, AdminUISequence, AdvtExecuteSequence, AdvtUISequence, AppId, AppSearch, Property, BBControl, Billboard, Feature, Binary, BindImage, File, CCPSearch, CheckBox, Class, Component, Icon, ProgId, ComboBox, CompLocator, Complus, Directory, Control, Dialog, ControlCondition, ControlEvent, CreateFolder, CustomAction, DrLocator, DuplicateFile, Environment, Error, EventMapping, Extension, MIME, FeatureComponents, FileSFPCatalog, SFPCatalog, Font, IniFile, IniLocator, InstallExecuteSequence, InstallUISequence, IsolatedComponent, LaunchCondition, ListBox, ListView, LockPermissions, Media, MoveFile, MsiAssembly, MsiAssemblyName, MsiDigitalCertificate, MsiDigitalSignature, MsiFileHash, MsiPatchHeaders, ODBCAttribute, ODBCDriver, ODBCDataSource, ODBCSourceAttribute, ODBCTranslator, Patch, PatchPackage, PublishComponent, RadioButton, Registry, RegLocator, RemoveFile, RemoveIniFile, RemoveRegistry, ReserveCost, SelfReg, ServiceControl, ServiceInstall, Shortcut, Signature, TextStyle, TypeLib, UIText, Upgrade, Verb] 757 ('Extension','MIME_','Y',None, None, 'MIME',1,'Text',None, 'Optional Context identifier, typically "type/format" associated with the extension',), 759 ('MIME','CLSID','Y',None, None, None, None, 'Guid',None, 'Optional associated CLSID.',), 760 ('MIME','ContentType','N',None, None, None, None, 'Text',None, 'Primary key. Context identifier, typically "type/format".',), 761 ('MIME','Extension [all...] |
/third_party/node/lib/internal/ |
H A D | wasm_web_api.js | 31 `has unsupported MIME type '${contentType}'`);
|
H A D | errors.js | 1323 return `The MIME syntax for a ${production} in "${str}" is invalid` + msg;
|
/third_party/curl/scripts/ |
H A D | mk-ca-bundle.pl | 37 use MIME::Base64; 148 print "MIME::Base64.pm Version : ${MIME::Base64::VERSION}\n"; 645 my $encoded = MIME::Base64::encode_base64($cka_value, '');
|
/third_party/curl/tests/ |
H A D | testutil.pm | 51 use MIME::Base64;
|
H A D | getpart.pm | 47 use MIME::Base64;
|
H A D | sshserver.pl | 37 use MIME::Base64;
|
/third_party/openssl/test/ |
H A D | cms-examples.pl | 9 # Perl script to run tests against S/MIME examples in RFC4134 12 use MIME::Base64;
|
Completed in 7 milliseconds