Home
last modified time | relevance | path

Searched refs:enf (Results 1 – 25 of 490) sorted by relevance

12345678910>>...20

/dports/sysutils/kubectl/kubernetes-1.22.2/staging/src/k8s.io/cri-api/pkg/errors/
H A Derrors_test.go28 enf := status.Errorf(codes.NotFound, "container not found")
29 if !IsNotFound(enf) {
30 t.Errorf("%v expected to pass not found check", enf)
/dports/devel/protozero/protozero-1.7.0/bench/data/
H A DREADME.md9 enf-14-4824-6157.vector.pbf
11 - enf.8k273nmi
12 - https://b.tiles.mapbox.com/v4/enf.c3a2de35/14/4824/6157@2x.png
/dports/www/osrm-backend/osrm-backend-5.26.0/third_party/protozero/bench/data/
H A DREADME.md9 enf-14-4824-6157.vector.pbf
11 - enf.8k273nmi
12 - https://b.tiles.mapbox.com/v4/enf.c3a2de35/14/4824/6157@2x.png
/dports/math/py-or-tools/or-tools-9.2/ortools/sat/
H A Dcp_model_postsolve.cc88 for (const int enf : ct.enforcement_literal()) { in SetEnforcementLiteralToFalse() local
89 if ((*domains)[PositiveRef(enf)].IsFixed()) continue; in SetEnforcementLiteralToFalse()
91 if (RefIsPositive(enf)) { in SetEnforcementLiteralToFalse()
92 (*domains)[enf] = Domain(0); in SetEnforcementLiteralToFalse()
94 (*domains)[PositiveRef(enf)] = Domain(1); in SetEnforcementLiteralToFalse()
332 for (const int enf : ct.enforcement_literal()) { in PostsolveResponse() local
333 const int var = PositiveRef(enf); in PostsolveResponse()
336 RefIsPositive(enf) == (domains[var].FixedValue() == 0); in PostsolveResponse()
/dports/irc/atheme-services/atheme-7.2.9/modules/chanserv/
H A Dantiflood.c331 antiflood_enforce_method_impl_t *enf = antiflood_enforce_method_impl_get(mc); in antiflood_unenforce_timer_cb() local
336 if (enf->unenforce != NULL) in antiflood_unenforce_timer_cb()
337 enf->unenforce(mc->chan); in antiflood_unenforce_timer_cb()
379 antiflood_enforce_method_impl_t *enf = antiflood_enforce_method_impl_get(mc); in on_channel_message() local
381 if (enf == NULL || enf->enforce == NULL) in on_channel_message()
384 enf->enforce(data->u, data->c); in on_channel_message()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/test/java/org/apache/hadoop/yarn/server/resourcemanager/reservation/
H A DTestSimpleCapacityReplanner.java60 SimpleCapacityReplanner enf = new SimpleCapacityReplanner(clock); in testReplanningPlanCapacityLoss() local
66 enf.init("blah", conf); in testReplanningPlanCapacityLoss()
71 res, minAlloc, maxAlloc, "dedicated", enf, true, clock); in testReplanningPlanCapacityLoss()
126 enf.plan(plan, null); in testReplanningPlanCapacityLoss()
/dports/cad/opencascade/opencascade-7.6.0/src/IGESData/
H A DIGESData_DefaultGeneral.cxx90 DeclareAndCast(IGESData_FreeFormatEntity,enf,entfrom); in OwnCopyCase()
93 ent->AddNegativePointers(enf->NegativePointers()); in OwnCopyCase()
/dports/multimedia/libv4l/linux-5.13-rc2/Documentation/devicetree/bindings/leds/
H A Drichtek,rt8515.yaml22 enf-gpios:
85 - enf-gpios
97 enf-gpios = <&gpio4 12 GPIO_ACTIVE_HIGH>;
/dports/multimedia/v4l-utils/linux-5.13-rc2/Documentation/devicetree/bindings/leds/
H A Drichtek,rt8515.yaml22 enf-gpios:
85 - enf-gpios
97 enf-gpios = <&gpio4 12 GPIO_ACTIVE_HIGH>;
/dports/multimedia/v4l_compat/linux-5.13-rc2/Documentation/devicetree/bindings/leds/
H A Drichtek,rt8515.yaml22 enf-gpios:
85 - enf-gpios
97 enf-gpios = <&gpio4 12 GPIO_ACTIVE_HIGH>;
/dports/devel/universal-ctags/ctags-p5.9.20211128.0/optlib/
H A DrpmMacros.ctags37 % Skip next line if \ is at the enf of the current line.
/dports/science/afni/afni-AFNI_21.3.16/src/
H A Dafni_pplug_env.c172 static int enf = -1 ; variable
757 if( enf > 0 ) in ENV_add_numeric()
758 env_var[ii].vtype = enf ; in ENV_add_numeric()
/dports/cad/verilator/verilator-4.216/test_regress/t/
H A Dt_gen_for.v28 enflop #(.WIDTH(8)) enf (.a(crc), .q(out_ef), .oe_e1(1'b1), .clk(clk)); instance
/dports/audio/rhvoice/RHVoice-1.2.4/src/third-party/cldr/tools/java/org/unicode/cldr/util/
H A DVerifyCompactNumbers.java80 NumberFormat enf = NumberFormat.getIntegerInstance(ULocale.ENGLISH); in main() local
81 enf.setGroupingUsed(false); in main()
/dports/science/tfel-edf/tfel-3.2.1/mfront/src/
H A DRungeKuttaDSLBase.cxx372 auto enf = this->current->value; in treatUnknownVariableMethod() local
374 if((this->mb.isMaterialPropertyName(h,enf))|| in treatUnknownVariableMethod()
375 (this->mb.isLocalVariableName(h,enf))){ in treatUnknownVariableMethod()
376 enf = "this->" + enf; in treatUnknownVariableMethod()
381 value = tfel::utilities::convert<double>(enf); in treatUnknownVariableMethod()
389 VariableAttribute(enf),false); in treatUnknownVariableMethod()
/dports/science/tfel/tfel-3.4.0/mfront/src/
H A DRungeKuttaDSLBase.cxx391 auto enf = this->current->value; in treatUnknownVariableMethod() local
393 if ((this->mb.isMaterialPropertyName(h, enf)) || in treatUnknownVariableMethod()
394 (this->mb.isLocalVariableName(h, enf))) { in treatUnknownVariableMethod()
395 enf = "this->" + enf; in treatUnknownVariableMethod()
400 value = tfel::utilities::convert<double>(enf); in treatUnknownVariableMethod()
412 VariableAttribute(enf), false); in treatUnknownVariableMethod()
/dports/textproc/scim-openvanilla/openvanilla-0.7.2.20070514/Modules/SharedData/
H A Dbpmf-Hsu.cin44728 enf
44729 enf
44730 enf
44731 enf
44732 enf
44733 enf
44734 enf
44735 enf
44736 enf
44737 enf
[all …]
/dports/textproc/openvanilla-framework/openvanilla-0.7.2.20070514/Modules/SharedData/
H A Dbpmf-Hsu.cin44728 enf
44729 enf
44730 enf
44731 enf
44732 enf
44733 enf
44734 enf
44735 enf
44736 enf
44737 enf
[all …]
/dports/java/berkeley-db/je-6.2.31/src/com/sleepycat/je/rep/utilint/
H A DDbNullNode.java268 } catch (EnvironmentNotFoundException enf) { in checkParameters()
/dports/games/kgoldrunner/kgoldrunner-21.12.3/themes/
H A Dblack-on-white.desktop97 Description[sv]=Ett enfärgat svartvitt tema för Kgoldrunner
/dports/math/maxima/maxima-5.43.2/share/stringproc/
H A Drtestprintf.mac194 ~~: causes the ~%blanks to be printed. ~~@ enf~
/dports/misc/perkeep/perkeep-0.11/clients/android/app/src/main/java/org/camlistore/
H A DCamliActivity.java371 } catch (NumberFormatException enf) { in onResume()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/rust_decimal/
H A DREADME.md112 The `maths` feature enables additional complex mathematical functions such as `pow`, `ln`, `enf`, `…
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/rust_decimal/
H A DREADME.md112 The `maths` feature enables additional complex mathematical functions such as `pow`, `ln`, `enf`, `…
/dports/benchmarks/hyperfine/hyperfine-1.12.0/cargo-crates/rust_decimal-1.16.0/
H A DREADME.md112 The `maths` feature enables additional complex mathematical functions such as `pow`, `ln`, `enf`, `…

12345678910>>...20