Home
last modified time | relevance | path

Searched refs:Ext (Results 1 – 25 of 5383) sorted by relevance

12345678910>>...216

/dports/textproc/cgrep/cgrep-6.6.32/src/CGrep/
H A DLang.hs66 , (Clojure, [Ext "clj", Ext "cljs", Ext "cljc", Ext "edn"])
69 , (Cpp, [Ext "cpp", Ext "CPP", Ext "cxx", Ext "cc", Ext "cp", Ext "c++", Ext "tcc",
70Ext "h", Ext "H", Ext "hpp", Ext "ipp", Ext "HPP", Ext "hxx", Ext "hh", Ext "hp", Ext "h++",
77 , (Erlang, [Ext "erl", Ext "ERL",Ext "hrl", Ext "HRL"])
79 Ext "F", Ext "FOR", Ext "FTN", Ext "fpp", Ext "FPP",
80 Ext "f90", Ext "f95", Ext "f03", Ext "f08",
81 Ext "F90", Ext "F95", Ext "F03", Ext "F08"])
96 , (PHP, [Ext "php", Ext "php3", Ext "php4", Ext "php5",Ext "phtml"])
97 , (Perl, [Ext "pl", Ext "pm", Ext "pm6", Ext "plx", Ext "perl"])
98 , (Python, [Ext "py", Ext "pyx", Ext "pxd", Ext "pxi", Ext "scons"])
[all …]
/dports/devel/elfutils/elfutils-0.179/libelf/
H A Dabstract.h51 Ehdr(32, Ext)
53 Ehdr(64, Ext)
67 END (32, Ext##Phdr)
121 END (32, Ext##Sym)
132 END (64, Ext##Sym)
170 Note (32, Ext)
172 Note (64, Ext)
279 Move (32, Ext)
281 Move (64, Ext)
293 Lib (32, Ext)
[all …]
/dports/lang/smalltalk/smalltalk-3.2.5/packages/opengl/
H A DOpenGLEnum.st46 <category: 'constants Ext'>
53 <category: 'constants Ext'>
3763 <category: 'constants Ext'>
3770 <category: 'constants Ext'>
3777 <category: 'constants Ext'>
3784 <category: 'constants Ext'>
3791 <category: 'constants Ext'>
3798 <category: 'constants Ext'>
3805 <category: 'constants Ext'>
3812 <category: 'constants Ext'>
[all …]
/dports/devel/rth/rth/FCKeditor/editor/filemanager/browser/default/connectors/perl/
H A Dupload_fck.pl184 $Ext, #
299 $Ext = 'exe';
329 $Ext = 'txt';
347 $Ext = 'txt';
360 $Ext = 'gif';
363 $Ext = 'tif';
365 $Ext = 'bmp';
392 $Ext = 'mid';
394 $Ext = 'au';
525 $Ext,
[all …]
/dports/devel/truc/truc_0.12.0/FCKeditor/editor/filemanager/browser/default/connectors/perl/
H A Dupload_fck.pl184 $Ext, #
299 $Ext = 'exe';
329 $Ext = 'txt';
347 $Ext = 'txt';
360 $Ext = 'gif';
363 $Ext = 'tif';
365 $Ext = 'bmp';
392 $Ext = 'mid';
394 $Ext = 'au';
525 $Ext,
[all …]
/dports/www/moinmoin/moin-1.9.11/MoinMoin/web/static/htdocs/applets/FCKeditor/editor/filemanager/connectors/perl/
H A Dupload_fck.pl209 $Ext, #
324 $Ext = 'exe';
354 $Ext = 'txt';
372 $Ext = 'txt';
385 $Ext = 'gif';
388 $Ext = 'tif';
390 $Ext = 'bmp';
417 $Ext = 'mid';
419 $Ext = 'au';
550 $Ext,
[all …]
/dports/graphics/devil/devil-1.7.8/src-IL/src/
H A Dil_io.c48 ILstring Ext; in ilTypeFromExt() local
57 if (Ext == NULL) { in ilTypeFromExt()
61 if (!iStrCmp(Ext, IL_TEXT("tga")) || !iStrCmp(Ext, IL_TEXT("vda")) || in ilTypeFromExt()
62 !iStrCmp(Ext, IL_TEXT("icb")) || !iStrCmp(Ext, IL_TEXT("vst"))) in ilTypeFromExt()
65 !iStrCmp(Ext, IL_TEXT("jpeg")) || !iStrCmp(Ext, IL_TEXT("jif")) || !iStrCmp(Ext, IL_TEXT("jfif"))) in ilTypeFromExt()
68 !iStrCmp(Ext, IL_TEXT("j2k")) || !iStrCmp(Ext, IL_TEXT("j2c"))) in ilTypeFromExt()
126 !iStrCmp(Ext, IL_TEXT("pnm")) || !iStrCmp(Ext, IL_TEXT("ppm"))) in ilTypeFromExt()
1766 ILstring Ext; in ilLoadImage() local
1783 if (Ext) { in ilLoadImage()
1797 …!iStrCmp(Ext, IL_TEXT("jpeg")) || !iStrCmp(Ext, IL_TEXT("jif")) || !iStrCmp(Ext, IL_TEXT("jfif")))… in ilLoadImage()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/Basic/
H A DOpenCLOptions.cpp18 auto E = OptMap.find(Ext); in isEnabled()
24 auto E = OptMap.find(Ext); in isSupported()
28 auto I = OptMap.find(Ext)->getValue(); in isSupported()
34 auto E = OptMap.find(Ext); in isSupportedCore()
44 auto E = OptMap.find(Ext); in isSupportedOptionalCore()
54 return isSupportedCore(Ext, LO) || isSupportedOptionalCore(Ext, LO); in isSupportedCoreOrOptionalCore()
59 auto E = OptMap.find(Ext); in isSupportedExtension()
69 OptMap[Ext].Enabled = V; in enable()
74 assert(Ext[0] != '+' && Ext[0] != '-'); in support()
75 OptMap[Ext].Supported = V; in support()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/lib/Basic/
H A DOpenCLOptions.cpp18 auto E = OptMap.find(Ext); in isEnabled()
24 auto E = OptMap.find(Ext); in isSupported()
28 auto I = OptMap.find(Ext)->getValue(); in isSupported()
34 auto E = OptMap.find(Ext); in isSupportedCore()
44 auto E = OptMap.find(Ext); in isSupportedOptionalCore()
54 return isSupportedCore(Ext, LO) || isSupportedOptionalCore(Ext, LO); in isSupportedCoreOrOptionalCore()
59 auto E = OptMap.find(Ext); in isSupportedExtension()
69 OptMap[Ext].Enabled = V; in enable()
74 assert(Ext[0] != '+' && Ext[0] != '-'); in support()
75 OptMap[Ext].Supported = V; in support()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/Basic/
H A DOpenCLOptions.cpp21 if (!isKnown(Ext)) in isAvailableOption()
28 return isEnabled(Ext); in isAvailableOption()
32 auto I = OptMap.find(Ext); in isEnabled()
37 auto E = OptMap.find(Ext); in isWithPragma()
43 auto I = OptMap.find(Ext); in isSupported()
50 auto I = OptMap.find(Ext); in isSupportedCore()
57 auto I = OptMap.find(Ext); in isSupportedOptionalCore()
64 return isSupportedCore(Ext, LO) || isSupportedOptionalCore(Ext, LO); in isSupportedCoreOrOptionalCore()
69 auto I = OptMap.find(Ext); in isSupportedExtension()
76 OptMap[Ext].Enabled = V; in enable()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/lib/Basic/
H A DOpenCLOptions.cpp21 if (!isKnown(Ext)) in isAvailableOption()
28 return isEnabled(Ext); in isAvailableOption()
32 auto I = OptMap.find(Ext); in isEnabled()
37 auto E = OptMap.find(Ext); in isWithPragma()
43 auto I = OptMap.find(Ext); in isSupported()
50 auto I = OptMap.find(Ext); in isSupportedCore()
57 auto I = OptMap.find(Ext); in isSupportedOptionalCore()
64 return isSupportedCore(Ext, LO) || isSupportedOptionalCore(Ext, LO); in isSupportedCoreOrOptionalCore()
69 auto I = OptMap.find(Ext); in isSupportedExtension()
76 OptMap[Ext].Enabled = V; in enable()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/lib/Basic/
H A DOpenCLOptions.cpp21 if (!isKnown(Ext)) in isAvailableOption()
28 return isEnabled(Ext); in isAvailableOption()
32 auto I = OptMap.find(Ext); in isEnabled()
37 auto E = OptMap.find(Ext); in isWithPragma()
43 auto I = OptMap.find(Ext); in isSupported()
50 auto I = OptMap.find(Ext); in isSupportedCore()
57 auto I = OptMap.find(Ext); in isSupportedOptionalCore()
64 return isSupportedCore(Ext, LO) || isSupportedOptionalCore(Ext, LO); in isSupportedCoreOrOptionalCore()
69 auto I = OptMap.find(Ext); in isSupportedExtension()
76 OptMap[Ext].Enabled = V; in enable()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/lib/Basic/
H A DOpenCLOptions.cpp21 if (!isKnown(Ext)) in isAvailableOption()
28 return isEnabled(Ext); in isAvailableOption()
32 auto I = OptMap.find(Ext); in isEnabled()
37 auto E = OptMap.find(Ext); in isWithPragma()
43 auto I = OptMap.find(Ext); in isSupported()
50 auto I = OptMap.find(Ext); in isSupportedCore()
57 auto I = OptMap.find(Ext); in isSupportedOptionalCore()
64 return isSupportedCore(Ext, LO) || isSupportedOptionalCore(Ext, LO); in isSupportedCoreOrOptionalCore()
69 auto I = OptMap.find(Ext); in isSupportedExtension()
76 OptMap[Ext].Enabled = V; in enable()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/lib/Basic/
H A DOpenCLOptions.cpp21 if (!isKnown(Ext)) in isAvailableOption()
28 return isEnabled(Ext); in isAvailableOption()
32 auto I = OptMap.find(Ext); in isEnabled()
37 auto E = OptMap.find(Ext); in isWithPragma()
43 auto I = OptMap.find(Ext); in isSupported()
50 auto I = OptMap.find(Ext); in isSupportedCore()
57 auto I = OptMap.find(Ext); in isSupportedOptionalCore()
64 return isSupportedCore(Ext, LO) || isSupportedOptionalCore(Ext, LO); in isSupportedCoreOrOptionalCore()
69 auto I = OptMap.find(Ext); in isSupportedExtension()
76 OptMap[Ext].Enabled = V; in enable()
[all …]
/dports/lang/clang-mesa/clang-13.0.1.src/lib/Basic/
H A DOpenCLOptions.cpp21 if (!isKnown(Ext)) in isAvailableOption()
28 return isEnabled(Ext); in isAvailableOption()
32 auto I = OptMap.find(Ext); in isEnabled()
37 auto E = OptMap.find(Ext); in isWithPragma()
43 auto I = OptMap.find(Ext); in isSupported()
50 auto I = OptMap.find(Ext); in isSupportedCore()
57 auto I = OptMap.find(Ext); in isSupportedOptionalCore()
64 return isSupportedCore(Ext, LO) || isSupportedOptionalCore(Ext, LO); in isSupportedCoreOrOptionalCore()
69 auto I = OptMap.find(Ext); in isSupportedExtension()
76 OptMap[Ext].Enabled = V; in enable()
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/ada/
H A Dmlib-fil.adb43 Ext : String) return String
46 if Ext'Length = 0 then
50 if Ext (Ext'First) = '.' then
51 return Filename & Ext (Ext'First + 1 .. Ext'Last);
54 return Filename & Ext;
58 if Ext (Ext'First) = '.' then
59 return Filename & Ext;
62 return Filename & '.' & Ext;
126 return Target.Is_Archive_Ext (Ext);
136 return Target.Is_C_Ext (Ext);
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/ada/
H A Dmlib-fil.adb43 Ext : String) return String
46 if Ext'Length = 0 then
50 if Ext (Ext'First) = '.' then
51 return Filename & Ext (Ext'First + 1 .. Ext'Last);
54 return Filename & Ext;
58 if Ext (Ext'First) = '.' then
59 return Filename & Ext;
62 return Filename & '.' & Ext;
126 return Target.Is_Archive_Ext (Ext);
136 return Target.Is_C_Ext (Ext);
[all …]
/dports/lang/gnat_util/gcc-6-20180516/gcc/ada/
H A Dmlib-fil.adb43 Ext : String) return String
46 if Ext'Length = 0 then
50 if Ext (Ext'First) = '.' then
51 return Filename & Ext (Ext'First + 1 .. Ext'Last);
54 return Filename & Ext;
58 if Ext (Ext'First) = '.' then
59 return Filename & Ext;
62 return Filename & '.' & Ext;
126 return Target.Is_Archive_Ext (Ext);
136 return Target.Is_C_Ext (Ext);
[all …]
/dports/lang/gcc48/gcc-4.8.5/gcc/ada/
H A Dmlib-fil.adb43 Ext : String) return String
46 if Ext'Length = 0 then
50 if Ext (Ext'First) = '.' then
51 return Filename & Ext (Ext'First + 1 .. Ext'Last);
54 return Filename & Ext;
58 if Ext (Ext'First) = '.' then
59 return Filename & Ext;
62 return Filename & '.' & Ext;
126 return Target.Is_Archive_Ext (Ext);
136 return Target.Is_C_Ext (Ext);
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/ada/
H A Dmlib-fil.adb43 Ext : String) return String
46 if Ext'Length = 0 then
50 if Ext (Ext'First) = '.' then
51 return Filename & Ext (Ext'First + 1 .. Ext'Last);
54 return Filename & Ext;
58 if Ext (Ext'First) = '.' then
59 return Filename & Ext;
62 return Filename & '.' & Ext;
126 return Target.Is_Archive_Ext (Ext);
136 return Target.Is_C_Ext (Ext);
[all …]
/dports/lang/gnat_util/gnat_util/
H A Dmlib-fil.adb43 Ext : String) return String
46 if Ext'Length = 0 then
50 if Ext (Ext'First) = '.' then
51 return Filename & Ext (Ext'First + 1 .. Ext'Last);
54 return Filename & Ext;
58 if Ext (Ext'First) = '.' then
59 return Filename & Ext;
62 return Filename & '.' & Ext;
126 return Target.Is_Archive_Ext (Ext);
136 return Target.Is_C_Ext (Ext);
[all …]
/dports/math/py-z3-solver/z3-z3-4.8.10/src/math/simplex/
H A Dsparse_matrix_def.h34 template<typename Ext>
40 template<typename Ext>
55 template<typename Ext>
77 template<typename Ext>
91 template<typename Ext>
125 template<typename Ext>
135 template<typename Ext>
149 template<typename Ext>
166 template<typename Ext>
176 template<typename Ext>
[all …]
/dports/math/z3/z3-z3-4.8.13/src/math/simplex/
H A Dsparse_matrix_def.h34 template<typename Ext>
40 template<typename Ext>
55 template<typename Ext>
77 template<typename Ext>
91 template<typename Ext>
125 template<typename Ext>
135 template<typename Ext>
149 template<typename Ext>
166 template<typename Ext>
176 template<typename Ext>
[all …]
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/include/clang/Basic/
H A DOpenCLOptions.h35 bool isKnown(llvm::StringRef Ext) const { in isKnown() argument
46 auto I = OptMap.find(Ext)->getValue(); in isSupported()
53 auto I = OptMap.find(Ext)->getValue(); in isSupportedCore()
67 OptMap[Ext].Enabled = V;
77 switch (Ext[0]) {
80 Ext = Ext.drop_front();
84 Ext = Ext.drop_front();
88 if (Ext.equals("all")) {
92 OptMap[Ext].Supported = V;
97 OptMap[#Ext].Avail = AvailVer; \ in OpenCLOptions()
[all …]
/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/Core/DSP/Interpreter/
H A DDSPIntTables.cpp207 {0x0004, 0x00fc, Ext::dr},
208 {0x0008, 0x00fc, Ext::ir},
209 {0x000c, 0x00fc, Ext::nr},
210 {0x0010, 0x00f0, Ext::mv},
212 {0x0020, 0x00e4, Ext::s},
213 {0x0024, 0x00e4, Ext::sn},
215 {0x0040, 0x00c4, Ext::l},
216 {0x0044, 0x00c4, Ext::ln},
218 {0x0080, 0x00ce, Ext::ls},
219 {0x0082, 0x00ce, Ext::sl},
[all …]

12345678910>>...216