/netbsd/external/bsd/file/dist/magic/magdir/ |
H A D | python | 14 !:mime application/x-bytecode.python 16 !:mime application/x-bytecode.python 18 !:mime application/x-bytecode.python 20 !:mime application/x-bytecode.python 22 !:mime application/x-bytecode.python 24 !:mime application/x-bytecode.python 26 !:mime application/x-bytecode.python 28 !:mime application/x-bytecode.python 30 !:mime application/x-bytecode.python 32 !:mime application/x-bytecode.python [all …]
|
H A D | ole2compounddocs | 17 !:mime application/msword 153 !:mime application/x-ms-srs 161 !:mime application/x-ms-cag 169 !:mime application/x-ms-rra 256 !:mime application/x-hwp 317 #!:mime application/CDFV2 334 !:mime application/x-msi 345 !:mime application/msword 350 !:mime application/msword 543 #!:mime application/x-wpg [all …]
|
H A D | epoc | 15 >4 lelong 0x1000006A application information file 21 !:mime application/x-epoc-word 23 !:mime application/x-epoc-opl 26 !:mime application/x-epoc-sheet 29 !:mime application/x-epoc-opo 30 >4 lelong 0x10000074 OPL application 31 !:mime application/x-epoc-app 41 !:mime application/x-epoc-agenda 43 !:mime application/x-epoc-data 45 !:mime application/x-epoc-jotter [all …]
|
H A D | wordprocessors | 24 !:mime application/vnd-ms-works 25 #!:mime application/x-msworks 40 #!:mime application/octet-stream 46 #!:mime application/octet-stream 53 #!:mime application/octet-stream 59 #!:mime application/octet-stream 76 #!:mime application/octet-stream 113 #!:mime application/x-wpg 493 !:mime application/x-freemind 504 !:mime application/x-scribus [all …]
|
H A D | frame | 10 # Normal format which would be application/vnd.framemaker. 13 !:mime application/x-mif 25 # https://www.iana.org/assignments/media-types/application/vnd.mif 26 !:mime application/vnd.mif 40 !:mime application/x-mif 45 !:mime application/x-mif 48 !:mime application/x-mif 50 !:mime application/x-mif 57 #!:mime application/x-mif 62 !:mime application/x-mif
|
H A D | compress | 13 !:mime application/x-compress 61 !:mime application/gzip 80 !:mime application/gzip 156 !:mime application/x-bzip 161 !:mime application/x-lzip 270 !:mime application/x-xz 285 !:mime application/x-lz4 288 !:mime application/x-lz4 290 !:mime application/x-lz4 321 !:mime application/zstd [all …]
|
H A D | flash | 17 !:mime application/x-shockwave-flash 20 !:mime application/x-shockwave-flash 23 !:mime application/x-shockwave-flash 26 !:mime application/x-shockwave-flash 29 !:mime application/x-shockwave-flash 34 !:mime application/x-shockwave-flash 39 !:mime application/x-shockwave-flash 44 !:mime application/x-shockwave-flash
|
H A D | marc21 | 18 !:mime application/marc 20 !:mime application/marc 22 !:mime application/marc 24 !:mime application/marc 26 !:mime application/marc 30 !:mime application/marc
|
H A D | archive | 47 !:mime application/x-gtar 50 !:mime application/x-gtar 53 !:mime application/x-gtar 56 !:mime application/x-tar 62 !:mime application/x-tar 69 !:mime application/x-gtar 77 !:mime application/x-ustar 81 !:mime application/x-ustar 85 !:mime application/x-ustar 1422 !:mime application/zip [all …]
|
H A D | database | 13 !:mime application/x-gdbm 15 !:mime application/x-gdbm 17 !:mime application/x-gdbm 19 !:mime application/x-gdbm 21 !:mime application/x-gdbm 23 !:mime application/x-gdbm 25 !:mime application/x-gdbm 36 !:mime application/x-dbm 249 !:mime application/x-dbf 253 !:mime application/x-dbf [all …]
|
H A D | console | 50 !:mime application/x-nes-rom 55 !:mime application/x-nes-rom 68 !:mime application/x-nes-rom 87 !:mime application/x-fds-disk 94 !:mime application/x-fds-disk 103 !:mime application/x-nes-rom 318 !:mime application/x-sms-rom 320 !:mime application/x-sms-rom 328 !:mime application/x-sms-rom 414 !:mime application/x-dc-rom [all …]
|
H A D | pdf | 13 !:mime application/pdf 21 !:mime application/pdf 29 !:mime application/pdf 39 !:mime application/vnd.fdf 46 !:mime application/pdf
|
H A D | maple | 14 #!:mime application/octet-stream 15 !:mime application/x-maple-lib 22 #!:mime application/octet-stream 23 !:mime application/x-maple-lib 28 #!:mime application/octet-stream 29 !:mime application/x-maple-lib 61 #!:mime application/octet-stream 62 !:mime application/x-maple-hdb 68 !:mime application/x-maple-hdb
|
H A D | pascal | 22 #!:mime application/octet-stream 28 #!:mime application/octet-stream 29 !:mime application/x-borland-cbt 33 #!:mime application/octet-stream 38 #!:mime application/octet-stream
|
H A D | java | 14 !:mime application/x-java-keystore 16 !:mime application/x-java-jce-keystore 33 !:mime application/x-java-jmod 40 !:mime application/x-java-image 45 !:mime application/x-java-image
|
/netbsd/external/gpl2/gettext/dist/gettext-tools/examples/hello-c++-qt/ |
H A D | hello.cc | 26 QApplication application (argc, argv); in main() local 29 new GettextTranslator (&application, "hello-c++-qt", LOCALEDIR); in main() 35 application.installTranslator (translator); in main() 36 #define _(string) application.translate ("", string) in main() 60 QObject::connect (button, SIGNAL (clicked ()), &application, SLOT (quit ())); in main() 65 application.setMainWidget (window); in main() 73 return application.exec (); in main()
|
/netbsd/crypto/external/bsd/openssl.old/dist/doc/man3/ |
H A D | SSL_CTX_set_session_ticket_cb.pod | 9 SSL_CTX_decrypt_session_ticket_fn - manage session ticket application data 30 SSL_CTX_set_set_session_ticket_cb() sets the application callbacks B<gen_cb> 41 B<dec_cb> is the application defined callback invoked after session ticket 42 decryption has been attempted and any session ticket application data is 50 SSL_SESSION_set1_ticket_appdata() sets the application data specified by 55 the application that a session ticket is about to be generated. 58 application data and assigns B<len> to the length of the session ticket 59 application data from B<ss>. The application data can be set via 64 application that a session ticket has just been decrypted. 149 B<SSL_TICKET_SUCCESS_RENEW> then the application can call [all …]
|
H A D | SSL_export_keying_material.pod | 7 - obtain keying material for application use 28 application to use some of this keying material for its own purposes in 40 An application may need to securely establish the context within which this 42 application session, application algorithms or parameters, or the lifetime of 43 the context. The context value is left to the application but must be the same 47 B<out>. The application specific context should be supplied in the location 57 An application specific label should be provided in the location pointed to by
|
/netbsd/crypto/external/bsd/openssl/dist/doc/man3/ |
H A D | SSL_CTX_set_session_ticket_cb.pod | 9 SSL_CTX_decrypt_session_ticket_fn - manage session ticket application data 30 SSL_CTX_set_set_session_ticket_cb() sets the application callbacks B<gen_cb> 41 B<dec_cb> is the application defined callback invoked after session ticket 42 decryption has been attempted and any session ticket application data is 50 SSL_SESSION_set1_ticket_appdata() sets the application data specified by 55 the application that a session ticket is about to be generated. 58 application data and assigns B<len> to the length of the session ticket 59 application data from B<ss>. The application data can be set via 64 application that a session ticket has just been decrypted. 149 B<SSL_TICKET_SUCCESS_RENEW> then the application can call [all …]
|
H A D | SSL_export_keying_material.pod | 7 - obtain keying material for application use 28 application to use some of this keying material for its own purposes in 40 An application may need to securely establish the context within which this 42 application session, application algorithms or parameters, or the lifetime of 43 the context. The context value is left to the application but must be the same 47 B<out>. The application specific context should be supplied in the location 57 An application specific label should be provided in the location pointed to by
|
H A D | SSL_set_async_callback.pod | 32 cryptography operation to notify the application to resume the paused work flow. 36 SSL_set_async_callback() allows an application to set a callback in an 38 operation, the callback will be called to notify the application to resume the 45 communication from the engine to the application. During an SSL session, 47 useful for an application to know if the operation has been successfully 74 application can continue processing other connections. 84 The engine will call the application's callback passing the callback data as 95 It is the application's responsibility via the callback function to schedule
|
/netbsd/sys/arch/hpc/stand/dspgen/ |
H A D | Makefile | 6 TYPE=application sh gen_template.sh vc5 SH MIPS 10 TYPE=application sh gen_template.sh vc6 $(BUILD_ARCH) 14 TYPE=application sh gen_template.sh evc3 $(BUILD_ARCH) 19 TYPE=application sh gen_template.sh evc4 ARMV4 SH3 SH4 23 rm -f application.tmpl static_library.tmpl property.* asm_build.*
|
/netbsd/external/gpl2/gettext/dist/gettext-tools/examples/hello-c++-kde/ |
H A D | hello.cc | 56 KApplication application; in main() local 62 &application, SLOT (quit ())); in main() 64 application.setMainWidget (window); in main() 72 return application.exec (); in main()
|
/netbsd/external/cddl/dtracetoolkit/dist/Notes/ |
H A D | iosnoop_notes.txt | 13 read or write data. The output is not application I/O events which may be 20 application 57 The elapsed time is equivalent to the response time from the application 58 request to the application completion. The delta time resembles the 67 You troubleshoot an application by running iosnoop and filtering 68 on your application's PID. You notice large times for the disk events 70 Does this mean there is a problem with that application? 71 What could be happening is that a different application is also using 75 hmmm! so you can't just look at one application, one set of numbers, and
|
/netbsd/external/cddl/dtracetoolkit/dist/Docs/Notes/ |
H A D | iosnoop_notes.txt | 13 read or write data. The output is not application I/O events which may be 20 application 57 The elapsed time is equivalent to the response time from the application 58 request to the application completion. The delta time resembles the 67 You troubleshoot an application by running iosnoop and filtering 68 on your application's PID. You notice large times for the disk events 70 Does this mean there is a problem with that application? 71 What could be happening is that a different application is also using 75 hmmm! so you can't just look at one application, one set of numbers, and
|