Home
last modified time | relevance | path

Searched defs:preprocess (Results 1 – 25 of 1282) sorted by relevance

12345678910>>...52

/dports/net-mgmt/pmacct/pmacct-1.7.5/src/
H A Dpreprocess.h33 struct preprocess { struct
50 u_int8_t num; /* total number of preprocess clauses specified: actions + checks */ argument
72 extern void set_preprocess_funcs(char *, struct preprocess *, int); argument
/dports/www/firefox-esr/firefox-91.8.0/browser/components/extensions/schemas/
H A Dchrome_settings_overrides.json17 "preprocess": "localize" string
26 "preprocess": "localize" string
33 "preprocess": "localize" string
49 "preprocess": "localize" string
64 "preprocess": "localize" string
70 "preprocess": "localize" string
76 "preprocess": "localize", string
83 "preprocess": "localize", string
89 "preprocess": "localize", string
95 "preprocess": "localize", string
[all …]
/dports/www/firefox/firefox-99.0/browser/components/extensions/schemas/
H A Dchrome_settings_overrides.json17 "preprocess": "localize" string
26 "preprocess": "localize" string
33 "preprocess": "localize" string
49 "preprocess": "localize" string
64 "preprocess": "localize" string
70 "preprocess": "localize" string
76 "preprocess": "localize", string
83 "preprocess": "localize", string
89 "preprocess": "localize", string
95 "preprocess": "localize", string
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/browser/components/extensions/schemas/
H A Dchrome_settings_overrides.json17 "preprocess": "localize" string
26 "preprocess": "localize" string
33 "preprocess": "localize" string
49 "preprocess": "localize" string
64 "preprocess": "localize" string
70 "preprocess": "localize" string
76 "preprocess": "localize", string
83 "preprocess": "localize", string
89 "preprocess": "localize", string
95 "preprocess": "localize", string
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/browser/components/extensions/schemas/
H A Dchrome_settings_overrides.json17 "preprocess": "localize" string
26 "preprocess": "localize" string
31 "preprocess": "localize" string
37 "preprocess": "localize" string
43 "preprocess": "localize" string
49 "preprocess": "localize" string
55 "preprocess": "localize", string
62 "preprocess": "localize", string
68 "preprocess": "localize", string
74 "preprocess": "localize", string
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/browser/components/extensions/schemas/
H A Dchrome_settings_overrides.json17 "preprocess": "localize" string
26 "preprocess": "localize" string
31 "preprocess": "localize" string
37 "preprocess": "localize" string
43 "preprocess": "localize" string
49 "preprocess": "localize" string
55 "preprocess": "localize", string
62 "preprocess": "localize", string
68 "preprocess": "localize", string
74 "preprocess": "localize", string
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/comm/mail/components/extensions/schemas/
H A Dchrome_settings_overrides.json20 "preprocess": "localize" string
27 "preprocess": "localize" string
43 "preprocess": "localize" string
49 "preprocess": "localize" string
55 "preprocess": "localize" string
61 "preprocess": "localize", string
68 "preprocess": "localize", string
74 "preprocess": "localize", string
80 "preprocess": "localize", string
86 "preprocess": "localize", string
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/tests/preprocessor_tests/
H A DPreprocessorTest.cpp13 void SimplePreprocessorTest::preprocess(const char *input, in preprocess() function in angle::SimplePreprocessorTest
35 void SimplePreprocessorTest::preprocess(const char *input, const pp::PreprocessorSettings &settings) in preprocess() function in angle::SimplePreprocessorTest
41 void SimplePreprocessorTest::preprocess(const char *input) in preprocess() function in angle::SimplePreprocessorTest
46 void SimplePreprocessorTest::preprocess(const char *input, const char *expected) in preprocess() function in angle::SimplePreprocessorTest
51 void SimplePreprocessorTest::preprocess(const char *input, const char *expected, ShShaderSpec spec) in preprocess() function in angle::SimplePreprocessorTest
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/tests/auto/cplusplus/preprocessor/
H A Dtst_preprocessor.cpp443 Preprocessor preprocess(client, &env); in va_args() local
461 Preprocessor preprocess(client, &env); in named_va_args() local
478 Preprocessor preprocess(client, &env); in extra_va_args() local
495 Preprocessor preprocess(client, &env); in empty_macro_args() local
874 Preprocessor preprocess(0, &env); in glib_attribute() local
1260 Preprocessor preprocess(0, &env); in comments_within() local
2019 Preprocessor preprocess(0, &env); in concat() local
2121 Preprocessor preprocess(0, &env); in excessive_nesting() local
2138 Preprocessor preprocess(0, &env); in multi_byte_code_point_in_expansion() local
2161 Preprocessor preprocess(0, &env); in compare_input_output() local
[all …]
/dports/devel/elixir-smppex/smppex-2.2.9/lib/smppex/pdu/
H A Doserl.ex104 defp preprocess({:network_error_code, network_error_code(type: type_code, error: error_code)}), function
107 defp preprocess({:network_error_code, []}), do: nil function
108 defp preprocess({key, value}), do: {key, value} function
/dports/devel/stack/stack-2.7.3/_cabal_deps/hsc2hs-0.68.7/
H A DATTParser.hs67 preprocess [] = [] function
68 preprocess ('\t':attr) = let (h, t) = break isSpace attr function
103 preprocess ('.':'z':'e':'r':'o':'f':'i':'l':'l':' ':x) = case words' (==',') x of function
107 preprocess (c:cs) | not (isSpace c) = [Ident $ takeWhile (/= ':') (c:cs)] function
/dports/lang/ghc/ghc-8.10.7/utils/hsc2hs/
H A DATTParser.hs67 preprocess [] = [] function
68 preprocess ('\t':attr) = let (h, t) = break isSpace attr function
103 preprocess ('.':'z':'e':'r':'o':'f':'i':'l':'l':' ':x) = case words' (==',') x of function
107 preprocess (c:cs) | not (isSpace c) = [Ident $ takeWhile (/= ':') (c:cs)] function
/dports/x11-wm/hs-xmonad/xmonad-0.17.0/_cabal_deps/hsc2hs-0.68.7/
H A DATTParser.hs67 preprocess [] = [] function
68 preprocess ('\t':attr) = let (h, t) = break isSpace attr function
103 preprocess ('.':'z':'e':'r':'o':'f':'i':'l':'l':' ':x) = case words' (==',') x of function
107 preprocess (c:cs) | not (isSpace c) = [Ident $ takeWhile (/= ':') (c:cs)] function
/dports/net-im/matterhorn/matterhorn-50200.13.0/_cabal_deps/hsc2hs-0.68.7/
H A DATTParser.hs67 preprocess [] = [] function
68 preprocess ('\t':attr) = let (h, t) = break isSpace attr function
103 preprocess ('.':'z':'e':'r':'o':'f':'i':'l':'l':' ':x) = case words' (==',') x of function
107 preprocess (c:cs) | not (isSpace c) = [Ident $ takeWhile (/= ':') (c:cs)] function
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/hsc2hs-0.68.7/
H A DATTParser.hs67 preprocess [] = [] function
68 preprocess ('\t':attr) = let (h, t) = break isSpace attr function
103 preprocess ('.':'z':'e':'r':'o':'f':'i':'l':'l':' ':x) = case words' (==',') x of function
107 preprocess (c:cs) | not (isSpace c) = [Ident $ takeWhile (/= ':') (c:cs)] function
/dports/devel/hs-hls-install/haskell-language-server-1.4.0/install/_cabal_deps/hsc2hs-0.68.7/
H A DATTParser.hs67 preprocess [] = [] function
68 preprocess ('\t':attr) = let (h, t) = break isSpace attr function
103 preprocess ('.':'z':'e':'r':'o':'f':'i':'l':'l':' ':x) = case words' (==',') x of function
107 preprocess (c:cs) | not (isSpace c) = [Ident $ takeWhile (/= ':') (c:cs)] function
/dports/devel/hs-spago/spago-0.20.3/_cabal_deps/hsc2hs-0.68.7/
H A DATTParser.hs67 preprocess [] = [] function
68 preprocess ('\t':attr) = let (h, t) = break isSpace attr function
103 preprocess ('.':'z':'e':'r':'o':'f':'i':'l':'l':' ':x) = case words' (==',') x of function
107 preprocess (c:cs) | not (isSpace c) = [Ident $ takeWhile (/= ':') (c:cs)] function
/dports/devel/hs-darcs/darcs-2.16.4/_cabal_deps/hsc2hs-0.68.7/
H A DATTParser.hs67 preprocess [] = [] function
68 preprocess ('\t':attr) = let (h, t) = break isSpace attr function
103 preprocess ('.':'z':'e':'r':'o':'f':'i':'l':'l':' ':x) = case words' (==',') x of function
107 preprocess (c:cs) | not (isSpace c) = [Ident $ takeWhile (/= ':') (c:cs)] function
/dports/devel/hs-hpack/hpack-0.34.4/_cabal_deps/hsc2hs-0.68.7/
H A DATTParser.hs67 preprocess [] = [] function
68 preprocess ('\t':attr) = let (h, t) = break isSpace attr function
103 preprocess ('.':'z':'e':'r':'o':'f':'i':'l':'l':' ':x) = case words' (==',') x of function
107 preprocess (c:cs) | not (isSpace c) = [Ident $ takeWhile (/= ':') (c:cs)] function
/dports/devel/hs-hoogle/hoogle-5.0.18.2/_cabal_deps/hsc2hs-0.68.7/
H A DATTParser.hs67 preprocess [] = [] function
68 preprocess ('\t':attr) = let (h, t) = break isSpace attr function
103 preprocess ('.':'z':'e':'r':'o':'f':'i':'l':'l':' ':x) = case words' (==',') x of function
107 preprocess (c:cs) | not (isSpace c) = [Ident $ takeWhile (/= ':') (c:cs)] function
/dports/devel/hs-ghcprofview/ghcprofview-0.1.0.1/_cabal_deps/hsc2hs-0.68.7/
H A DATTParser.hs67 preprocess [] = [] function
68 preprocess ('\t':attr) = let (h, t) = break isSpace attr function
103 preprocess ('.':'z':'e':'r':'o':'f':'i':'l':'l':' ':x) = case words' (==',') x of function
107 preprocess (c:cs) | not (isSpace c) = [Ident $ takeWhile (/= ':') (c:cs)] function
/dports/deskutils/hs-arbtt/arbtt-0.10.2/_cabal_deps/hsc2hs-0.68.7/
H A DATTParser.hs67 preprocess [] = [] function
68 preprocess ('\t':attr) = let (h, t) = break isSpace attr function
103 preprocess ('.':'z':'e':'r':'o':'f':'i':'l':'l':' ':x) = case words' (==',') x of function
107 preprocess (c:cs) | not (isSpace c) = [Ident $ takeWhile (/= ':') (c:cs)] function
/dports/security/hs-cryptol/cryptol-2.11.0/_cabal_deps/hsc2hs-0.68.7/
H A DATTParser.hs67 preprocess [] = [] function
68 preprocess ('\t':attr) = let (h, t) = break isSpace attr function
103 preprocess ('.':'z':'e':'r':'o':'f':'i':'l':'l':' ':x) = case words' (==',') x of function
107 preprocess (c:cs) | not (isSpace c) = [Ident $ takeWhile (/= ':') (c:cs)] function
/dports/www/hs-wai-app-static/wai-app-static-3.1.7.2/_cabal_deps/hsc2hs-0.68.7/
H A DATTParser.hs67 preprocess [] = [] function
68 preprocess ('\t':attr) = let (h, t) = break isSpace attr function
103 preprocess ('.':'z':'e':'r':'o':'f':'i':'l':'l':' ':x) = case words' (==',') x of function
107 preprocess (c:cs) | not (isSpace c) = [Ident $ takeWhile (/= ':') (c:cs)] function
/dports/www/hs-postgrest/postgrest-8.0.0/_cabal_deps/hsc2hs-0.68.7/
H A DATTParser.hs67 preprocess [] = [] function
68 preprocess ('\t':attr) = let (h, t) = break isSpace attr function
103 preprocess ('.':'z':'e':'r':'o':'f':'i':'l':'l':' ':x) = case words' (==',') x of function
107 preprocess (c:cs) | not (isSpace c) = [Ident $ takeWhile (/= ':') (c:cs)] function

12345678910>>...52