Searched +full:asp +full:- +full:v2 (Results 1 – 12 of 12) sorted by relevance
/freebsd/contrib/file/magic/Magdir/ |
H A D | coff | 2 #------------------------------------------------------------------------------ 12 # https://learn.microsoft.com/en-us/windows/win32/debug/pe-format#coff-file-header-object-and-image 16 0 name display-coff-processor 20 >0 uleshort 0x0160 MIPS R3000 (big-endian) 24 >0 uleshort 0x0169 MIPS WCE v2 25 >0 uleshort 0x0184 Alpha 32-bit 37 >0 uleshort 0x01f0 PowerPC 32-bit (little-endian) 38 >0 uleshort 0x01f1 PowerPC 32-bit with FPU (little-endian) 39 >0 uleshort 0x01f2 PowerPC 64-bit (big-endian) 43 >0 uleshort 0x0284 Alpha 64-bit [all …]
|
H A D | cad | 2 #------------------------------------------------------------------------------ 13 # http://www.wotsit.org/search.asp 17 # https://www.bentley.com/products/default.cfm?objectid=97F351F5-9C35-4E5E-89C2 18 # 3F86C928&method=display&p_objectid=97F351F5-9C35-4E5E-89C280A93F86C928 19 # https://www.bentley.com/products/default.cfm?objectid=A5C2FD43-3AC9-4C71-B682 20 # 721C479F&method=display&p_objectid=A5C2FD43-3AC9-4C71-B682C7BE721C479F 44 >>>>0 use ingr-image 52 !:mime application/x-bentley-dgn 58 >>>>1120 string x \b, units %-.2s 60 >>>>1122 string >\0 %-.2s [all …]
|
H A D | images | 2 #------------------------------------------------------------------------------ 4 # images: file(1) magic for image formats (see also "iff", and "c-lang" for 9 # merging several one- and two-line files into here. 13 # Targa - matches `povray', `ppmtotga' and `xv' outputs 19 # Note: called by DROID "Truevision TGA Bitmap" version 1.0 via PUID x-fmt/367 23 # or theoretically 2-128 reserved for use by Truevision or 128-255 may be used for developer applic… 32 # Targa image data (strength=70=110-40) before some Commodore disc image (strength=70=70+0 ./c64) l… 35 !:strength -40 37 #>(2.S-2) belong !0x28632943 52 >>>>>>>0 use tga-image [all …]
|
H A D | msdos | 2 #------------------------------------------------------------------------------ 4 # msdos: file(1) magic for MS-DOS files 11 !:mime text/x-msdos-batch 14 !:mime text/x-msdos-batch 17 !:mime text/x-msdos-batch 20 !:mime text/x-msdos-batch 40 # FMX64:FileMaker Pro 64-bit plug-in https://en.wikipedia.org/wiki/FileMaker 41 # FMX: FileMaker Pro 32-bit plug-in https://en.wikipedia.org/wiki/FileMaker 47 # MLL: Maya plug-in (generic) http://en.wikipedia.org/wiki/Autodesk_Maya 49 # 8*: PhotoShop plug-in (generic) http://www.adobe.com/products/photoshop/main.html [all …]
|
H A D | archive | 1 #------------------------------------------------------------------------------ 3 # archive: file(1) magic for archive formats (see also "msdos" for self- 7 # pre-POSIX "tar" archives are also handled in the C code ../../src/is_tar.c. 11 # Reference: https://www.freebsd.org/cgi/man.cgi?query=tar&sektion=5&manpath=FreeBSD+8-current 18 # last 4 header bytes often null but tar\0 in gtarfail2.tar gtarfail.tar-bad 19 # at https://sourceforge.net/projects/s-tar/files/testscripts/ 21 # nul, space or ascii digit 0-7 at start of mode 32 >>>>>>>>>0 use tar-nvram 34 #>>>>>>>>0 regex \^[0-9]{2,4}[.](png|jpg|jpeg|tif|tiff|gif|bmp) NAME "%s" 37 >>>>>>>>0 regex \^[0-9]{2,4}[.](png|jpg|jpeg|tif|tiff|gif|bmp) [all …]
|
/freebsd/sys/contrib/device-tree/src/arm64/qcom/ |
H A D | sm8250-sony-xperia-edo.dtsi | 1 // SPDX-License-Identifier: BSD-3-Clause 6 #include <dt-bindings/regulator/qcom,rpmh-regulator.h> 13 /delete-node/ &adsp_mem; 14 /delete-node/ &spss_mem; 15 /delete-node/ &cdsp_secure_heap; 18 qcom,msm-i [all...] |
/freebsd/sys/contrib/device-tree/src/arm64/hisilicon/ |
H A D | hi3660.dtsi | 1 // SPDX-License-Identifier: GPL-2.0 8 #include <dt-bindings/interrupt-controller/arm-gic.h> 9 #include <dt-bindings/clock/hi3660-clock.h> 10 #include <dt-bindings/thermal/thermal.h> 14 interrupt-parent = <&gic>; 15 #address-cells = <2>; 16 #size-cells = <2>; 19 compatible = "arm,psci-0.2"; 24 #address-cells = <2>; 25 #size-cells = <0>; [all …]
|
/freebsd/contrib/tzdata/ |
H A D | northamerica | 4 # 2009-05-17 by Arthur David Olson. 13 # From Paul Eggert (1999-03-22): 21 # From Paul Eggert (1999-03-31): 22 # Howse writes (pp 121-125) that time zones were invented by 23 # Professor Charles Ferdinand Dowd (1825-1904), 27 # in New York City (1869-10). His 1870 proposal was based on Washington, DC, 28 # but in 1872-05 he moved the proposed origin to Greenwich. 30 # From Paul Eggert (2018-03-20): 33 # work in the US was William Frederick Allen - railway engineer, 38 # to the General Time Convention on 1883-04-11, saying that his plan [all …]
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaTemplateDeduction.cpp | 1 //===- SemaTemplateDeduction.cpp - Template Argument Deduction ------------===// 3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 11 //===----------------------------------------------------------------------===// 66 /// These flags can be bitwise-OR'd together. 79 /// are matching in a case where we ignore cv-qualifiers. 84 /// deduction from a template-id of a derived class of the argument type. 87 /// Allow non-dependent types to differ, e.g., when performing 93 /// parameters and arguments in a top-level template argument [all …]
|
/freebsd/contrib/libcbor/ |
H A D | Doxyfile | 20 # doxygen -x [configFile] 24 # doxygen -x_noenv [configFile] 26 #-------- [all...] |
/freebsd/contrib/unbound/doc/ |
H A D | unbound.doxygen | 20 # doxygen -x [configFile] 24 # doxygen -x_noenv [configFile] 26 #--------------------------------------------------------------------------- 28 #--------------------------------------------------------------------------- 31 # file that follow. The default is UTF-8 which is also the encoding used for all 35 # The default value is: UTF-8. 37 DOXYFILE_ENCODING = UTF-8 40 # double-quotes, unless you are using Doxywizard) that should identify the 74 # sub-directories (in 2 levels) under the output directory of each output format 79 # control the number of sub-directories. [all …]
|
/freebsd/contrib/ldns/ |
H A D | libdns.doxygen.in | 16 #--------------------------------------------------------------------------- 18 #--------------------------------------------------------------------------- 21 # file that follow. The default is UTF-8 which is also the encoding used for all 25 # The default value is: UTF-8. 27 DOXYFILE_ENCODING = UTF-8 30 # double-quotes, unless you are using Doxywizard) that should identify the 54 PROJECT_LOGO = doc/images/LogoInGradientBar2-y100.png 63 # If the CREATE_SUBDIRS tag is set to YES then doxygen will create 4096 sub- 73 # If the ALLOW_UNICODE_NAMES tag is set to YES, doxygen will allow non-ASCII 74 # characters to appear in the names of generated files. If set to NO, non-ASCII [all …]
|