Home
last modified time | relevance | path

Searched defs:LANGUAGE (Results 1 – 25 of 748) sorted by relevance

12345678910>>...30

/dports/editors/uemacs/uemacs-4.0/h/
H A Delang.h8 #define LANGUAGE "english" macro
16 #define LANGUAGE "french" macro
20 #define LANGUAGE "spanish" macro
24 #define LANGUAGE "german" macro
28 #define LANGUAGE "dutch" macro
32 #define LANGUAGE "pig latin" macro
36 #define LANGUAGE "japaneese" macro
40 #define LANGUAGE "latin" macro
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/hlint-3.2.7/src/Hint/
H A DPattern.hs30 {-# LANGUAGE BangPatterns #-}; foo = case v of !True -> x -- True function
33 {-# LANGUAGE BangPatterns #-}; foo = case v of !1 -> x -- 1 function
34 {-# LANGUAGE BangPatterns #-}; foo = case v of !x -> x function
38 {-# LANGUAGE BangPatterns #-}; foo = let !x = undefined in y function
39 {-# LANGUAGE BangPatterns #-}; foo = let !(I# x) = 4 in x function
40 {-# LANGUAGE BangPatterns #-}; foo = let !(Just x) = Nothing in 3 function
42 {-# LANGUAGE BangPatterns #-}; foo = 1 where !False = True function
47 {-# LANGUAGE Strict #-} foo ~x = y function
48 {-# LANGUAGE BangPatterns #-}; foo !(x, y) = x -- (x, y) function
49 {-# LANGUAGE BangPatterns #-}; foo ![x] = x -- [x] function
[all …]
/dports/devel/hs-hlint/hlint-3.3.4/src/Hint/
H A DPattern.hs30 {-# LANGUAGE BangPatterns #-}; foo = case v of !True -> x -- True function
33 {-# LANGUAGE BangPatterns #-}; foo = case v of !1 -> x -- 1 function
34 {-# LANGUAGE BangPatterns #-}; foo = case v of !x -> x function
38 {-# LANGUAGE BangPatterns #-}; foo = let !x = undefined in y function
39 {-# LANGUAGE BangPatterns #-}; foo = let !(I# x) = 4 in x function
40 {-# LANGUAGE BangPatterns #-}; foo = let !(Just x) = Nothing in 3 function
42 {-# LANGUAGE BangPatterns #-}; foo = 1 where !False = True function
47 {-# LANGUAGE Strict #-} foo ~x = y function
48 {-# LANGUAGE BangPatterns #-}; foo !(x, y) = x -- (x, y) function
49 {-# LANGUAGE BangPatterns #-}; foo ![x] = x -- [x] function
[all …]
/dports/graphics/mirtk/MIRTK-2.0.0-122-g38210fa/CMake/Modules/
H A DmirtkAddExecutable.cmake50 set(LANGUAGE CXX) variable
66 set(LANGUAGE PYTHON) variable
70 set(LANGUAGE BASH) variable
/dports/japanese/namazu/namazu-1.3.0.11/src/
H A Dconfigure.in84 AC_SUBST(LANGUAGE) subst
89 AC_SUBST(LANGUAGE) subst
/dports/math/graphthing/graphthing-1.3.2/src/
H A Dlang-bison.tab.hh43 LANGUAGE = 259, enumerator
50 #define LANGUAGE 259 macro
/dports/www/otrs/otrs-rel-6_0_29/Kernel/System/Ticket/ArticleSearchIndex/
H A DDB.pm373 LANGUAGE: label
529 LANGUAGE: label
/dports/devel/openwince-include/include-0.4.2/
H A Dopenwince.h40 # define LANGUAGE ASM macro
42 # define LANGUAGE C macro
/dports/devel/R-cran-pkgload/pkgload/tests/testthat/
H A Dtest-po.R5 withr::local_envvar(LANGUAGE = "fr") globalVar
/dports/devel/cmake-gui/cmake-3.22.1/Help/prop_sf/
H A DLANGUAGE.rst1 LANGUAGE chapter
/dports/devel/cmake/cmake-3.22.1/Help/prop_sf/
H A DLANGUAGE.rst1 LANGUAGE chapter
/dports/devel/cmake-doc/cmake-3.22.1/Help/prop_sf/
H A DLANGUAGE.rst1 LANGUAGE chapter
/dports/x11-toolkits/pango/pango-1.48.11/pango/
H A Dpango-language-sample-table.h58 #define LANGUAGE(x, y, z) macro
/dports/audio/bslizr-lv2/BSlizr-1.2.16/
H A Dmakefile29 LANGUAGE ?= EN macro
34 LANGUAGE = UWU macro
/dports/www/chpasswd/chpasswd-2.2.4/
H A Dconfigure.in39 AC_SUBST(LANGUAGE) subst
/dports/shells/wcd/wcd-6.0.3/win32/
H A Dwcd.bat6 rem set LANGUAGE=nl variable
H A Dwcd_win95.bat5 rem set LANGUAGE=nl variable
/dports/shells/wcd/wcd-6.0.3/os2/
H A Dwcd.cmd5 rem set LANGUAGE=nl variable
/dports/shells/wcd/wcd-6.0.3/win64/
H A Dwcd.bat6 rem set LANGUAGE=nl variable
/dports/devel/tree-sitter/tree-sitter-0.20.1/test/profile/
H A Dheap.cc11 #define LANGUAGE tree_sitter_javascript macro
/dports/math/libpgmath/flang-d07daf3/tools/flang2/flang2exe/
H A Dversion.cpp22 #define LANGUAGE "F90" macro
/dports/math/libpgmath/flang-d07daf3/tools/flang1/flang1exe/
H A Dversion.c21 #define LANGUAGE "F90" macro
/dports/cad/gnucap/gnucap-2013-04-23/include/
H A Dglobals.h32 class LANGUAGE; variable
/dports/games/frogatto/frogatto-1.3.1/utils/
H A Dword_wrap_po.rb31 LANGUAGE = ARGV[0] constant
/dports/www/otrs/otrs-rel-6_0_29/Kernel/System/
H A DCalendarTemplateGenerator.pm106 LANGUAGE: label

12345678910>>...30