Home
last modified time | relevance | path

Searched refs:hardcoded (Results 1 – 25 of 5132) sorted by relevance

12345678910>>...206

/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/tools/conventions/
H A Dconventions.supp84 cp_lbfgs.F: Found WRITE statement with hardcoded unit in "active"
85 cp_lbfgs.F: Found WRITE statement with hardcoded unit in "cauchy"
86 cp_lbfgs.F: Found WRITE statement with hardcoded unit in "freev"
87 cp_lbfgs.F: Found WRITE statement with hardcoded unit in "lnsrlb"
88 cp_lbfgs.F: Found WRITE statement with hardcoded unit in "mainlb"
89 cp_lbfgs.F: Found WRITE statement with hardcoded unit in "prn1lb"
90 cp_lbfgs.F: Found WRITE statement with hardcoded unit in "prn2lb"
91 cp_lbfgs.F: Found WRITE statement with hardcoded unit in "prn3lb"
92 cp_lbfgs.F: Found WRITE statement with hardcoded unit in "subsm"
122 graph.F: Found WRITE statement with hardcoded unit in "graph"
[all …]
/dports/science/cp2k-data/cp2k-7.1.0/tools/conventions/
H A Dconventions.supp95 cp_lbfgs.F: Found WRITE statement with hardcoded unit in "active"
96 cp_lbfgs.F: Found WRITE statement with hardcoded unit in "cauchy"
97 cp_lbfgs.F: Found WRITE statement with hardcoded unit in "freev"
98 cp_lbfgs.F: Found WRITE statement with hardcoded unit in "lnsrlb"
99 cp_lbfgs.F: Found WRITE statement with hardcoded unit in "mainlb"
100 cp_lbfgs.F: Found WRITE statement with hardcoded unit in "prn1lb"
101 cp_lbfgs.F: Found WRITE statement with hardcoded unit in "prn2lb"
102 cp_lbfgs.F: Found WRITE statement with hardcoded unit in "prn3lb"
103 cp_lbfgs.F: Found WRITE statement with hardcoded unit in "subsm"
133 graph.F: Found WRITE statement with hardcoded unit in "graph"
[all …]
/dports/www/firefox-esr/firefox-91.8.0/security/manager/ssl/tests/unit/
H A Dxpcshell.ini70 run-sequentially = hardcoded ports
80 run-sequentially = hardcoded ports
82 run-sequentially = hardcoded ports
84 run-sequentially = hardcoded ports
108 run-sequentially = hardcoded ports
114 run-sequentially = hardcoded ports
116 run-sequentially = hardcoded ports
118 run-sequentially = hardcoded ports
126 run-sequentially = hardcoded ports
128 run-sequentially = hardcoded ports
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/security/manager/ssl/tests/unit/
H A Dxpcshell.ini70 run-sequentially = hardcoded ports
80 run-sequentially = hardcoded ports
82 run-sequentially = hardcoded ports
84 run-sequentially = hardcoded ports
108 run-sequentially = hardcoded ports
114 run-sequentially = hardcoded ports
116 run-sequentially = hardcoded ports
118 run-sequentially = hardcoded ports
126 run-sequentially = hardcoded ports
128 run-sequentially = hardcoded ports
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/security/manager/ssl/tests/unit/
H A Dxpcshell.ini53 run-sequentially = hardcoded ports
61 run-sequentially = hardcoded ports
63 run-sequentially = hardcoded ports
65 run-sequentially = hardcoded ports
80 run-sequentially = hardcoded ports
91 run-sequentially = hardcoded ports
102 run-sequentially = hardcoded ports
104 run-sequentially = hardcoded ports
107 run-sequentially = hardcoded ports
110 run-sequentially = hardcoded ports
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/security/manager/ssl/tests/unit/
H A Dxpcshell.ini41 run-sequentially = hardcoded ports
49 run-sequentially = hardcoded ports
51 run-sequentially = hardcoded ports
67 run-sequentially = hardcoded ports
78 run-sequentially = hardcoded ports
81 run-sequentially = hardcoded ports
84 run-sequentially = hardcoded ports
87 run-sequentially = hardcoded ports
92 run-sequentially = hardcoded ports
94 run-sequentially = hardcoded ports
[all …]
/dports/www/firefox/firefox-99.0/security/manager/ssl/tests/unit/
H A Dxpcshell.ini72 run-sequentially = hardcoded ports
82 run-sequentially = hardcoded ports
84 run-sequentially = hardcoded ports
86 run-sequentially = hardcoded ports
119 run-sequentially = hardcoded ports
125 run-sequentially = hardcoded ports
127 run-sequentially = hardcoded ports
129 run-sequentially = hardcoded ports
137 run-sequentially = hardcoded ports
139 run-sequentially = hardcoded ports
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/security/manager/ssl/tests/unit/
H A Dxpcshell.ini71 run-sequentially = hardcoded ports
81 run-sequentially = hardcoded ports
83 run-sequentially = hardcoded ports
85 run-sequentially = hardcoded ports
109 run-sequentially = hardcoded ports
115 run-sequentially = hardcoded ports
123 run-sequentially = hardcoded ports
125 run-sequentially = hardcoded ports
133 run-sequentially = hardcoded ports
138 run-sequentially = hardcoded ports
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/com/sun/org/apache/xml/internal/security/
H A DShortECDSA.java140 public static byte[] hardcoded; field in ShortECDSA.MyECDSA
143 hardcoded = new byte[68];
146 Arrays.fill(hardcoded, (byte) 0x55); in Arrays.fill() argument
147 hardcoded[0] = 0x30; // SEQUENCE OF
148 hardcoded[1] = 66; // 2 [tag,len,31] components
149 hardcoded[2] = hardcoded[35] = 2; // Each being an INTEGER...
150 hardcoded[3] = hardcoded[36] = 31; // ... of 31 bytes long
166 return hardcoded; in engineSign()
188 System.arraycopy(hardcoded, 0, outbuf, offset, hardcoded.length); in engineSign()
189 return hardcoded.length; in engineSign()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/com/sun/org/apache/xml/internal/security/
H A DShortECDSA.java144 public static byte[] hardcoded; field in ShortECDSA.MyECDSA
147 hardcoded = new byte[68];
150 Arrays.fill(hardcoded, (byte) 0x55); in Arrays.fill() argument
151 hardcoded[0] = 0x30; // SEQUENCE OF
152 hardcoded[1] = 66; // 2 [tag,len,31] components
153 hardcoded[2] = hardcoded[35] = 2; // Each being an INTEGER...
154 hardcoded[3] = hardcoded[36] = 31; // ... of 31 bytes long
170 return hardcoded; in engineSign()
192 System.arraycopy(hardcoded, 0, outbuf, offset, hardcoded.length); in engineSign()
193 return hardcoded.length; in engineSign()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/com/sun/org/apache/xml/internal/security/
H A DShortECDSA.java144 public static byte[] hardcoded; field in ShortECDSA.MyECDSA
147 hardcoded = new byte[68];
150 Arrays.fill(hardcoded, (byte) 0x55); in Arrays.fill() argument
151 hardcoded[0] = 0x30; // SEQUENCE OF
152 hardcoded[1] = 66; // 2 [tag,len,31] components
153 hardcoded[2] = hardcoded[35] = 2; // Each being an INTEGER...
154 hardcoded[3] = hardcoded[36] = 31; // ... of 31 bytes long
170 return hardcoded; in engineSign()
192 System.arraycopy(hardcoded, 0, outbuf, offset, hardcoded.length); in engineSign()
193 return hardcoded.length; in engineSign()
/dports/x11/plasma5-plasma-desktop/plasma-desktop-5.23.5/kcms/touchpad/
H A Dtouchpadparametersbase.h23 static QVariant systemDefault(const QString &name, const QVariant &hardcoded = QVariant());
25 static T systemDefault(const QString &name, const T &hardcoded = T())
27 return qvariant_cast<T>(systemDefault(name, QVariant(hardcoded)));
31 static T systemDefaultEnum(const QString &name, const T &hardcoded = T())
33 return static_cast<T>(systemDefault(name, static_cast<int>(hardcoded)));
/dports/devel/lua-luarocks/luarocks-3.8.0/src/luarocks/core/
H A Dcfg.lua563 hardcoded = {}
580 if hardcoded.IS_BINARY then
598 LUA_LIBDIR = hardcoded.LUA_LIBDIR,
599 LUA_INCDIR = hardcoded.LUA_INCDIR,
613 if hardcoded.SYSTEM then
614 system = hardcoded.SYSTEM
616 if hardcoded.PROCESSOR then
617 processor = hardcoded.PROCESSOR
675 if not hardcoded.FORCE_CONFIG then
749 if hardcoded.PREFIX and hardcoded.PREFIX ~= cfg.home_tree then
[all …]
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/wai-extra-3.0.29.2/Network/Wai/Middleware/
H A DApproot.hs22 , hardcoded
74 Just s -> return $ hardcoded $ S8.pack s
80 hardcoded :: ByteString -> Middleware
81 hardcoded ar = approotMiddleware (const $ return ar) function
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/wai-extra-3.0.29.1/Network/Wai/Middleware/
H A DApproot.hs22 , hardcoded
74 Just s -> return $ hardcoded $ S8.pack s
80 hardcoded :: ByteString -> Middleware
81 hardcoded ar = approotMiddleware (const $ return ar) function
/dports/www/hs-yesod-bin/yesod-bin-1.6.1/_cabal_deps/wai-extra-3.1.6/Network/Wai/Middleware/
H A DApproot.hs22 , hardcoded
74 Just s -> return $ hardcoded $ S8.pack s
80 hardcoded :: ByteString -> Middleware
81 hardcoded ar = approotMiddleware (const $ return ar) function
/dports/www/hs-postgrest/postgrest-8.0.0/_cabal_deps/wai-extra-3.1.6/Network/Wai/Middleware/
H A DApproot.hs22 , hardcoded
74 Just s -> return $ hardcoded $ S8.pack s
80 hardcoded :: ByteString -> Middleware
81 hardcoded ar = approotMiddleware (const $ return ar) function
/dports/www/hs-wai-app-static/wai-app-static-3.1.7.2/_cabal_deps/wai-extra-3.1.6/Network/Wai/Middleware/
H A DApproot.hs22 , hardcoded
74 Just s -> return $ hardcoded $ S8.pack s
80 hardcoded :: ByteString -> Middleware
81 hardcoded ar = approotMiddleware (const $ return ar) function
/dports/cad/verilator/verilator-4.216/test_regress/t/
H A Dt_math_wide_bad.out1 …e_bad.v:22:18: Unsupported: operator POWSS operator of 576 bits exceeds hardcoded limit VL_MULS_MA…
5 …e_bad.v:23:15: Unsupported: operator ISTORD operator of 64 bits exceeds hardcoded limit VL_MULS_MA…
8 …de_bad.v:21:17: Unsupported: operator MULS operator of 576 bits exceeds hardcoded limit VL_MULS_MA…
/dports/chinese/phpbb3-tw/phpBB3/includes/ucp/
H A Ducp_pm_options.php578 function define_check_option($hardcoded, $check_option, $check_lang) argument
583 if (!$hardcoded)
593 'S_CHECK_SELECT' => ($hardcoded) ? false : true,
603 function define_action_option($hardcoded, $action_option, $action_lang, $folder) argument
608 if ($hardcoded)
640 'S_ACTION_SELECT' => ($hardcoded) ? false : true,
650 function define_rule_option($hardcoded, $rule_option, $rule_lang, $check_ary) argument
668 if (!$hardcoded)
682 'S_RULE_SELECT' => !$hardcoded,
692 function define_cond_option($hardcoded, $cond_option, $rule_option, $global_rule_conditions) argument
[all …]
/dports/archivers/peazip/peazip-8.1.0.src/
H A Dunit_demo_lib.lfm21 Caption = 'Demo: start pea (params hardcoded in the source)'
32 Caption = 'Demo: start unpea (params hardcoded in the source)'
43 Caption = 'Demo: start raw file split (params hardcoded in the source)'
54 Caption = 'Demo: start raw file join (params hardcoded in the source)'
/dports/www/phpbb3/phpBB3/includes/ucp/
H A Ducp_pm_options.php586 function define_check_option($hardcoded, $check_option, $check_lang) argument
591 if (!$hardcoded)
601 'S_CHECK_SELECT' => ($hardcoded) ? false : true,
611 function define_action_option($hardcoded, $action_option, $action_lang, $folder) argument
616 if ($hardcoded)
648 'S_ACTION_SELECT' => ($hardcoded) ? false : true,
658 function define_rule_option($hardcoded, $rule_option, $rule_lang, $check_ary) argument
676 if (!$hardcoded)
690 'S_RULE_SELECT' => !$hardcoded,
700 function define_cond_option($hardcoded, $cond_option, $rule_option, $global_rule_conditions) argument
[all …]
/dports/lang/php73/php-7.3.33/ext/openssl/
H A Dconfig0.m49 PHP_ARG_WITH(system-ciphers, whether to use system default cipher list instead of hardcoded value,
10 [ --with-system-ciphers OPENSSL: Use system default cipher list instead of hardcoded value], no,…
29 …AC_DEFINE(USE_OPENSSL_SYSTEM_CIPHERS,1,[ Use system default cipher list instead of hardcoded value…
/dports/security/php73-openssl/php-7.3.33/ext/openssl/
H A Dconfig.m49 PHP_ARG_WITH(system-ciphers, whether to use system default cipher list instead of hardcoded value,
10 [ --with-system-ciphers OPENSSL: Use system default cipher list instead of hardcoded value], no,…
29 …AC_DEFINE(USE_OPENSSL_SYSTEM_CIPHERS,1,[ Use system default cipher list instead of hardcoded value…
/dports/www/mod_php73/php-7.3.33/ext/openssl/
H A Dconfig0.m49 PHP_ARG_WITH(system-ciphers, whether to use system default cipher list instead of hardcoded value,
10 [ --with-system-ciphers OPENSSL: Use system default cipher list instead of hardcoded value], no,…
29 …AC_DEFINE(USE_OPENSSL_SYSTEM_CIPHERS,1,[ Use system default cipher list instead of hardcoded value…

12345678910>>...206