Home
last modified time | relevance | path

Searched +refs:replace +refs:constraints (Results 1 – 25 of 11287) sorted by relevance

12345678910>>...452

/dports/security/py-ropper/Ropper-1.13.6/ropper/
H A Dsearch.py67 def extractValues(self, constraints, analysis, arch): argument
68 if not constraints:
73 for constraintString in constraints:
80 reg1 = reg1.replace('[','')
81 reg1 = reg1.replace(']','')
83 reg2 = reg2.replace('[','')
84 reg2 = reg2.replace(']','')
112 def semanticSearch(self, gadgets, constraints, maxLen ,stableRegs=[]): argument
128 constraint_key = " ".join(list(set(constraints)))
139 constraint_values = cc.getSymbols(constraints)
[all …]
/dports/lang/tcl85/tcl8.5.19/tests/
H A Dnotify.test24 -constraints {testevent} \
35 -constraints {testevent} \
48 -constraints {testevent} \
120 test notify-2.1 {remove sole element, don't replace } \
132 test notify-2.2 {remove and replace sole element} \
158 test notify-2.4 {remove and replace first element} \
186 test notify-2.6 {remove and replace last element} \
226 test notify-2.9 {remove and replace a marker event that's the sole event} \
252 test notify-2.11 {remove and replace marker event at head} \
279 test notify-2.13 {remove and replace marker event at tail} \
[all …]
/dports/lang/tcl86/tcl8.6.12/tests/
H A Dnotify.test27 -constraints {testevent} \
38 -constraints {testevent} \
51 -constraints {testevent} \
123 test notify-2.1 {remove sole element, don't replace } \
135 test notify-2.2 {remove and replace sole element} \
161 test notify-2.4 {remove and replace first element} \
189 test notify-2.6 {remove and replace last element} \
229 test notify-2.9 {remove and replace a marker event that's the sole event} \
255 test notify-2.11 {remove and replace marker event at head} \
282 test notify-2.13 {remove and replace marker event at tail} \
[all …]
/dports/lang/tcl87/tcl8.7a5/tests/
H A Dnotify.test27 -constraints {testevent} \
38 -constraints {testevent} \
51 -constraints {testevent} \
123 test notify-2.1 {remove sole element, don't replace } \
135 test notify-2.2 {remove and replace sole element} \
161 test notify-2.4 {remove and replace first element} \
189 test notify-2.6 {remove and replace last element} \
229 test notify-2.9 {remove and replace a marker event that's the sole event} \
255 test notify-2.11 {remove and replace marker event at head} \
282 test notify-2.13 {remove and replace marker event at tail} \
[all …]
H A Dhttpcookie.test68 } -constraints {cookiejar} -body {
79 } -constraints {cookiejar} -body {
302 cookiejar storeCookie [dict replace {
318 cookiejar storeCookie [dict replace {
336 cookiejar storeCookie [dict replace {
373 cookiejar storeCookie [dict replace {
400 cookiejar storeCookie [dict replace {
427 cookiejar storeCookie [dict replace {
512 cookiejar storeCookie [dict replace {
791 cookiejar storeCookie [dict replace {
[all …]
/dports/math/py-sympy/sympy-1.9/sympy/integrals/rubi/parsetools/
H A Dgenerate_rules.py31 fullform =myfile.read().replace('\n', '')
33 fullform = fullform.replace(i, temporary_variable_replacement[i])
36 fullform = fullform.replace(i, permanent_variable_replacement[i])
49 cons = cons.replace(temporary_variable_replacement[i], i)
50 result = result.replace(temporary_variable_replacement[i], i)
57 constraints = open('constraints.py', 'w')
58 constraints.write(str(cons))
59 constraints.close()
/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/botan/src/lib/x509/
H A Dx509_ca.cpp81 Key_Constraints constraints; in choose_extensions() local
84 constraints = Key_Constraints(KEY_CERT_SIGN | CRL_SIGN); in choose_extensions()
89 verify_cert_constraints_valid_for_key_type(*key, req.constraints()); in choose_extensions()
90 constraints = req.constraints(); in choose_extensions()
95 extensions.replace( in choose_extensions()
99 if(constraints != NO_CONSTRAINTS) in choose_extensions()
101 extensions.replace(new Cert_Extension::Key_Usage(constraints), true); in choose_extensions()
104 extensions.replace(new Cert_Extension::Authority_Key_ID(ca_cert.subject_key_id())); in choose_extensions()
105 extensions.replace(new Cert_Extension::Subject_Key_ID(req.raw_public_key(), hash_fn)); in choose_extensions()
107 extensions.replace( in choose_extensions()
[all …]
/dports/security/botan2/Botan-2.18.2/src/lib/x509/
H A Dx509_ca.cpp81 Key_Constraints constraints; in choose_extensions() local
84 constraints = Key_Constraints(KEY_CERT_SIGN | CRL_SIGN); in choose_extensions()
89 verify_cert_constraints_valid_for_key_type(*key, req.constraints()); in choose_extensions()
90 constraints = req.constraints(); in choose_extensions()
95 extensions.replace( in choose_extensions()
99 if(constraints != NO_CONSTRAINTS) in choose_extensions()
101 extensions.replace(new Cert_Extension::Key_Usage(constraints), true); in choose_extensions()
104 extensions.replace(new Cert_Extension::Authority_Key_ID(ca_cert.subject_key_id())); in choose_extensions()
105 extensions.replace(new Cert_Extension::Subject_Key_ID(req.raw_public_key(), hash_fn)); in choose_extensions()
107 extensions.replace( in choose_extensions()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/botan/src/lib/x509/
H A Dx509_ca.cpp81 Key_Constraints constraints; in choose_extensions() local
84 constraints = Key_Constraints(KEY_CERT_SIGN | CRL_SIGN); in choose_extensions()
89 verify_cert_constraints_valid_for_key_type(*key, req.constraints()); in choose_extensions()
90 constraints = req.constraints(); in choose_extensions()
95 extensions.replace( in choose_extensions()
99 if(constraints != NO_CONSTRAINTS) in choose_extensions()
101 extensions.replace(new Cert_Extension::Key_Usage(constraints), true); in choose_extensions()
104 extensions.replace(new Cert_Extension::Authority_Key_ID(ca_cert.subject_key_id())); in choose_extensions()
105 extensions.replace(new Cert_Extension::Subject_Key_ID(req.raw_public_key(), hash_fn)); in choose_extensions()
107 extensions.replace( in choose_extensions()
[all …]
/dports/math/py-claripy/claripy-9.0.5405/tests/
H A Dtest_backend_smt_congruency.py35 def _get_models_it(self, solver, variables, constraints, n=None): argument
48 new = new.replace(var, val)
55 new = new.replace(var, val)
60 def _collect_generic_solver_test_data(self, variables, constraints): argument
66 results['constraints'] = constraints
77 …solutions = tuple(self._get_models_it(s, variables, constraints=constraints, n=NUMBER_SOLUTIONS_TO…
105 constraints = []
139 constraints = []
148 constraints.append(sep_idx_1 >= 0)
149 constraints.append(sep_idx_2 >= 0)
[all …]
/dports/devel/py-robotframework-seleniumlibrary/robotframework-seleniumlibrary-3.3.1/src/SeleniumLibrary/locators/
H A Delementfinder.py139 js = "return jQuery('%s').get();" % criteria.replace("'", "\\'")
142 tag, constraints)
147 tag, constraints)
152 tag, constraints)
157 tag, constraints)
162 tag, constraints)
167 tag, constraints)
171 js = "return isc.AutoTest.getElement('%s')" % criteria.replace("'", "\\'")
208 constraints = {}
233 return tag, constraints
[all …]
/dports/lang/rust/rustc-1.58.1-src/library/stdarch/crates/intrinsic-test/src/
H A Dacle_csv_parser.rs16 .then(|| l.replace("<HEADER>\t", "")) in get_acle_intrinsics()
34 let constraints = duplicate in get_acle_intrinsics() localVariable
49 .constraints in get_acle_intrinsics()
69 let args = args.replace("int16x8q_t", "int16x8_t"); in into()
95 let prep = prep.replace(' ', ""); in handle_constraint()
111 let constraints = prep in handle_constraint() localVariable
121 constraints, in handle_constraint()
175 constraints: vec![], in from_c()
269 constraints: vec![], in parse_simd()
287 constraints: vec![], in parse_simd_with_vec()
[all …]
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_traits/src/
H A Ddropck_outlives.rs81 let mut constraints = DtorckConstraint::empty(); in dropck_outlives() localVariable
93 result.kinds.append(&mut constraints.outlives); in dropck_outlives()
108 for ty in constraints.dtorck_types.drain(..) { in dropck_outlives()
162 constraints: &mut DtorckConstraint<'tcx>, in dtorck_constraint_for_ty()
167 constraints.overflows.push(ty); in dtorck_constraint_for_ty()
207 constraints, in dtorck_constraint_for_ty()
267 constraints.outlives.extend( in dtorck_constraint_for_ty()
289 constraints.outlives.push(ty.into()); in dtorck_constraint_for_ty()
294 constraints.dtorck_types.push(ty); in dtorck_constraint_for_ty()
347 c.outlives.retain(|&val| outlives.replace(val).is_none()); in dedup_dtorck_constraint()
[all …]
/dports/databases/sqlitestudio/sqlitestudio-3.3.3/Plugins/JsonExport/
H A Djsonexport.cpp107 if (col->constraints.size() > 0) in exportTable()
123 if (createTable->constraints.size() > 0) in exportTable()
126 for (SqliteCreateTable::Constraint* constr : createTable->constraints) in exportTable()
327 copy.replace("\\", "\\\\") in escapeString()
328 .replace("\"", "\\\"") in escapeString()
329 .replace("/", "\\/") in escapeString()
330 .replace("\b", "\\b") in escapeString()
331 .replace("\f", "\\f") in escapeString()
332 .replace("\n", "\\n") in escapeString()
333 .replace("\r", "\\r") in escapeString()
[all …]
/dports/math/jacop/jacop-4.8.0/src/main/java/org/jacop/constraints/replace/
H A DReifiedIfThen.java31 package org.jacop.constraints.replace;
34 import org.jacop.constraints.*;
58 @Override public DecomposedConstraint<Constraint> replace(Reified constraint) { in replace() method in ReifiedIfThen
/dports/www/qutebrowser/qutebrowser-2.4.0/qutebrowser/misc/
H A Dsql.py216 constraints: Optional[Dict[str, str]] = None,
219 return SqlTable(self, name, fields, constraints, parent)
400 constraints: Optional[Dict[str, str]] = None,
413 self._create_table(fields, constraints)
425 constraints = constraints or {}
492 def _insert_query(self, values: Mapping[str, Any], replace: bool) -> Query:
495 verb = "REPLACE" if replace else "INSERT"
500 def insert(self, values: Mapping[str, Any], replace: bool = False) -> None:
507 q = self._insert_query(values, replace)
512 replace: bool = False) -> None:
[all …]
/dports/math/vampire/vampire-4.5.1/Shell/
H A DPreprocess.cpp100 unfoldEqualities(constraints); in preprocess()
113 anyChange |= evRemover.apply(constraints); in preprocess()
115 anyChange |= hbRemover.apply(constraints); in preprocess()
117 anyChange |= eqRemover.apply(constraints); in preprocess()
121 anyChange |= subsRemover.apply(constraints); in preprocess()
133 ConstraintRCList::DelIterator cit(constraints); in unfoldEqualities()
145 cit.replace(gc); in unfoldEqualities()
499 us.replace(fu); in preprocess1()
540 us.replace(fu); in preprocess2()
567 us.replace(v); in naming()
[all …]
/dports/devel/umbrello/umbrello-21.12.3/umbrello/codeimport/
H A Dsqlimport.cpp95 token.replace(QLatin1String("\""), QLatin1String("")); in stripQuotes()
97 token.replace(QLatin1String("`"), QLatin1String("")); in stripQuotes()
99 token.replace(QLatin1String("'"), QLatin1String("")); in stripQuotes()
299 ColumnConstraints constraints; in parseColumnConstraints() local
453 return constraints; in parseColumnConstraints()
480 TableConstraints constraints; in parseTableConstraints() local
504 constraints.primaryKey = true; in parseTableConstraints()
512 constraints.uniqueKeys = true; in parseTableConstraints()
527 return constraints; in parseTableConstraints()
600 if (constraints.primaryKey) in parseCreateDefinition()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/jpeg-xl/lib/extras/
H A Dcodec_gif.cc98 const SizeConstraints* constraints = &io->constraints; in DecodeImageGIF() local
101 VerifyDimensions<uint32_t>(constraints, gif->SWidth, gif->SHeight)); in DecodeImageGIF()
108 JXL_RETURN_IF_ERROR(VerifyDimensions<uint32_t>(constraints, w, h)); in DecodeImageGIF()
114 if (total_pixel_count > constraints->dec_max_pixels) { in DecodeImageGIF()
166 bool replace = true; in DecodeImageGIF() local
195 replace = true; in DecodeImageGIF()
198 replace = false; in DecodeImageGIF()
223 replace = true; in DecodeImageGIF()
225 bundle.blend = !replace; in DecodeImageGIF()
230 total_rect.ysize() != canvas.ysize() || !replace)) { in DecodeImageGIF()
[all …]
/dports/graphics/libjxl/libjxl-0.6.1/lib/extras/
H A Dcodec_gif.cc95 const SizeConstraints* constraints = &io->constraints; in DecodeImageGIF() local
98 VerifyDimensions<uint32_t>(constraints, gif->SWidth, gif->SHeight)); in DecodeImageGIF()
105 JXL_RETURN_IF_ERROR(VerifyDimensions<uint32_t>(constraints, w, h)); in DecodeImageGIF()
111 if (total_pixel_count > constraints->dec_max_pixels) { in DecodeImageGIF()
159 bool replace = true; in DecodeImageGIF() local
186 replace = true; in DecodeImageGIF()
189 replace = false; in DecodeImageGIF()
210 replace = true; in DecodeImageGIF()
212 bundle.blend = !replace; in DecodeImageGIF()
217 total_rect.ysize() != canvas.ysize() || !replace)) { in DecodeImageGIF()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/third_party/jpeg-xl/lib/extras/
H A Dcodec_gif.cc98 const SizeConstraints* constraints = &io->constraints; in DecodeImageGIF() local
101 VerifyDimensions<uint32_t>(constraints, gif->SWidth, gif->SHeight)); in DecodeImageGIF()
108 JXL_RETURN_IF_ERROR(VerifyDimensions<uint32_t>(constraints, w, h)); in DecodeImageGIF()
114 if (total_pixel_count > constraints->dec_max_pixels) { in DecodeImageGIF()
166 bool replace = true; in DecodeImageGIF() local
195 replace = true; in DecodeImageGIF()
198 replace = false; in DecodeImageGIF()
223 replace = true; in DecodeImageGIF()
225 bundle.blend = !replace; in DecodeImageGIF()
230 total_rect.ysize() != canvas.ysize() || !replace)) { in DecodeImageGIF()
[all …]
/dports/games/gogui/gogui-1.4.10/src/net/sf/gogui/gui/
H A DParameterDialog.java118 m_label = StringUtil.capitalize(key.replace('_', ' ')); in Parameter()
183 constraints.gridx = 0; in createComponents()
184 constraints.gridy = gridy; in createComponents()
186 constraints.weightx = 1.0; in createComponents()
217 StringUtil.capitalize(item.replace('_', ' ')); in ListParameter()
239 constraints.gridx = 0; in createComponents()
240 constraints.gridy = gridy; in createComponents()
241 constraints.weightx = 1.0; in createComponents()
251 constraints.gridx = 1; in createComponents()
295 constraints.gridx = 0; in createComponents()
[all …]
/dports/databases/mariadb105-client/mariadb-10.5.15/mysql-test/main/
H A Dcheck_constraint_show.test1 # Table with 2 column-level check constraints and 1 table-level check constraint
2 create or replace table t1( c1 int check( c1 > 0 ), c2 int check( c2 > 0 ), c3 int, constraint `ran…
5 # Show all constraints, including check constraints
/dports/databases/mariadb104-server/mariadb-10.4.24/mysql-test/main/
H A Dcheck_constraint_show.test1 # Table with 2 column-level check constraints and 1 table-level check constraint
2 create or replace table t1( c1 int check( c1 > 0 ), c2 int check( c2 > 0 ), c3 int, constraint `ran…
5 # Show all constraints, including check constraints
/dports/databases/mariadb104-client/mariadb-10.4.24/mysql-test/main/
H A Dcheck_constraint_show.test1 # Table with 2 column-level check constraints and 1 table-level check constraint
2 create or replace table t1( c1 int check( c1 > 0 ), c2 int check( c2 > 0 ), c3 int, constraint `ran…
5 # Show all constraints, including check constraints

12345678910>>...452