Home
last modified time | relevance | path

Searched refs:demand (Results 251 – 275 of 16580) sorted by relevance

1...<<11121314151617181920>>...664

/dports/www/p5-CGI-FormBuilder/CGI-FormBuilder-3.10/t/
H A D1c-validate.t59 options => { supply => [0..9], demand => [0..9] },
60 values => { supply => [0..4], demand => [5..7] },
61 validate => { supply => [5..9], demand => [0..9] },
/dports/games/nethack36-nox11/NetHack-NetHack-3.6.6_Released/src/
H A Dminion.c233 long cash, demand, offer; local
275 demand = (cash * (rnd(80) + 20 * Athome))
278 if (!demand || multi < 0) { /* you have no gold or can't move */
292 demand = cash + (long) rn1(1000, 125);
296 Amonnam(mtmp), demand, currency(demand));
301 if (!Deaf && ((offer = bribe(mtmp)) >= demand)) {
305 && (long) rnd(5 * ACURR(A_CHA)) > (demand - offer)) {
/dports/games/nethack36/NetHack-NetHack-3.6.6_Released/src/
H A Dminion.c233 long cash, demand, offer; local
275 demand = (cash * (rnd(80) + 20 * Athome))
278 if (!demand || multi < 0) { /* you have no gold or can't move */
292 demand = cash + (long) rn1(1000, 125);
296 Amonnam(mtmp), demand, currency(demand));
301 if (!Deaf && ((offer = bribe(mtmp)) >= demand)) {
305 && (long) rnd(5 * ACURR(A_CHA)) > (demand - offer)) {
/dports/devel/radare2/radare2-5.1.1/libr/magic/d/default/
H A Dfreebsd16 # Regardless of whether it's pure, demand-paged, or none of the
30 # If it's neither pure nor demand-paged:
49 # If it's demand-paged:
68 # ("shared" libraries that aren't demand-paged and whose pages probably
74 # NetBSD-style). (The old "netbsd" file analyzed FreeBSD demand paged
97 0 lelong&0377777777 041400413 FreeBSD/i386 demand paged
107 0 lelong&0377777777 041400314 FreeBSD/i386 compact demand paged
/dports/sysutils/file/file-5.39/magic/Magdir/
H A Dfreebsd16 # Regardless of whether it's pure, demand-paged, or none of the
30 # If it's neither pure nor demand-paged:
49 # If it's demand-paged:
68 # ("shared" libraries that aren't demand-paged and whose pages probably
74 # NetBSD-style). (The old "netbsd" file analyzed FreeBSD demand paged
97 0 lelong&0377777777 041400413 FreeBSD/i386 demand paged
107 0 lelong&0377777777 041400314 FreeBSD/i386 compact demand paged
/dports/sysutils/sleuthkit/sleuthkit-4.7.0/framework/modules/c_FileTypeSigModule/file-5.08/magic/Magdir/
H A Dfreebsd16 # Regardless of whether it's pure, demand-paged, or none of the
30 # If it's neither pure nor demand-paged:
49 # If it's demand-paged:
68 # ("shared" libraries that aren't demand-paged and whose pages probably
74 # NetBSD-style). (The old "netbsd" file analyzed FreeBSD demand paged
97 0 lelong&0377777777 041400413 FreeBSD/i386 demand paged
107 0 lelong&0377777777 041400314 FreeBSD/i386 compact demand paged
H A Dunknown16 # 0x10B is 0413; that's VAX demand-paged, but this is a short, not a
33 0 long 0x10c unknown demand paged pure executable
35 0 long 0x10e unknown readable demand paged pure executable
/dports/devel/py-magic/file-5.40/magic/Magdir/
H A Dfreebsd16 # Regardless of whether it's pure, demand-paged, or none of the
30 # If it's neither pure nor demand-paged:
49 # If it's demand-paged:
68 # ("shared" libraries that aren't demand-paged and whose pages probably
74 # NetBSD-style). (The old "netbsd" file analyzed FreeBSD demand paged
97 0 lelong&0377777777 041400413 FreeBSD/i386 demand paged
107 0 lelong&0377777777 041400314 FreeBSD/i386 compact demand paged
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/beuser/Classes/Controller/
H A DBackendUserController.php137 public function indexAction(Demand $demand = null) argument
139 if ($demand === null) {
140 $demand = $this->moduleData->getDemand();
142 $this->moduleData->setDemand($demand);
153 'demand' => $demand,
154 'backendUsers' => $this->backendUserRepository->findDemanded($demand),
/dports/math/gretl/gretl-2021d/share/scripts/ramanathan/
H A Dps9-6.inp3 ar1 demand 0 price income temp --hilu
4 ar1 demand 0 price income temp
/dports/cad/sumo/sumo-1.2.0/tools/sumolib/scenario/scenarios/
H A Dbasic_rilsanet2x2.py23 import sumolib.net.generator.demand as demandGenerator
133 self.demand = demandGenerator.Demand()
176 … self.demand.addStream(demandGenerator.Stream(iedge + "__" + oedge, 0, 3600, flow, iedge,
194 … self.demand.addStream(demandGenerator.Stream(iedge + "__" + oedge, 0, 3600, int(flow / 3.),
201 self.demand.build(0, 86400, self.netName, self.demandName)
/dports/www/domoticz/domoticz-2020.2/hardware/
H A DEvohomeRadio.h28 …_tRelayCheck(uint8_t demand) :m_stLastCheck(boost::posix_time::min_date_time), m_nDemand(demand) {} in _tRelayCheck()
29 _tRelayCheck(boost::system_time st, uint8_t demand) :m_stLastCheck(st), m_nDemand(demand) {} in _tRelayCheck()
/dports/games/simutrans/simutrans-121.0/bauer/
H A Dfabrikbauer.h40 sint32 demand; ///< To how many factories this factory needs to connect to variable
42 factories_to_crossconnect_t() { fab = NULL; demand = 0; } in factories_to_crossconnect_t()
43 factories_to_crossconnect_t(fabrik_t *f, sint32 d) { fab = f; demand = d; } in factories_to_crossconnect_t()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/perfetto/src/traced/probes/ftrace/test/data/android_seed_N2F62_3.10.49/events/sched/sched_enq_deq_task/
H A Dformat20 field:unsigned int demand; offset:64; size:4; signed:0;
22demand=%u", REC->cpu, REC->enqueue ? "enqueue" : "dequeue", REC->comm, REC->pid, REC->prio, REC->n…
/dports/math/gretl/gretl-2021d/addons/SVAR/examples/SignRestrictions/
H A Dspaghetti_plot.inp6 ### supply & demand (artificial example)
10 b = -0.8 # demand elasticity
42 SVAR_SRplain(&mod, "p", "Demand", "+") # demand shock raises price
H A Dsupply_demand.inp6 ### supply & demand (artificial example)
10 b = -0.8 # demand elasticity
42 SVAR_SRplain(&mod, "p", "Demand", "+") # demand shock raises price
/dports/databases/pgrouting/pgrouting-3.2.0/tools/testers/
H A Dvrppdtw_data.sql7 demand INTEGER, field
17 id, x, y, demand, opentime, closetime, servicetime, pindex, dindex) VALUES
/dports/devel/elixir-gen_stage/gen_stage-0.14.0/lib/gen_stage/
H A Dutils.ex94 Splits a list of events into messages cotroller by min, max, and demand.
96 def split_batches(events, from, min, max, demand) do
97 split_batches(events, from, min, max, demand, demand, [])
107 # Adjust the batch size to whatever is left of the demand in case of excess.
/dports/lang/racket/racket-8.3/share/pkgs/gui-doc/scribblings/gui/
H A Dmenu-class.scrbl15 [demand-callback ((is-a?/c menu%) . -> . any) (lambda (m) (void))])]{
27 The @racket[demand-callback] procedure is called by the default
28 @method[menu-item-container<%> on-demand] method with the object itself.
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.net.http/share/classes/jdk/internal/net/http/
H A DPullPublisher.java80 private final Demand demand = new Demand(); field in PullPublisher.Subscription
105 while (demand.tryDecrement() && !cancelled) { in run()
128 demand.increase(n); in request()
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/cpphs-1.20.9.1/Language/Preprocessor/Cpphs/
H A DReadFirst.hs39 readFirst name demand path warn =
51 dd = directory demand
58 ++"\n Asked for by: "++show demand)
/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/cpphs-1.20.9.1/Language/Preprocessor/Cpphs/
H A DReadFirst.hs39 readFirst name demand path warn =
51 dd = directory demand
58 ++"\n Asked for by: "++show demand)
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.net.http/share/classes/jdk/internal/net/http/
H A DPullPublisher.java80 private final Demand demand = new Demand(); field in PullPublisher.Subscription
105 while (demand.tryDecrement() && !cancelled) { in run()
128 demand.increase(n); in request()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.net.http/share/classes/jdk/internal/net/http/
H A DPullPublisher.java80 private final Demand demand = new Demand(); field in PullPublisher.Subscription
105 while (demand.tryDecrement() && !cancelled) { in run()
128 demand.increase(n); in request()
/dports/devel/hs-cpphs/cpphs-1.20.9.1/Language/Preprocessor/Cpphs/
H A DReadFirst.hs39 readFirst name demand path warn =
51 dd = directory demand
58 ++"\n Asked for by: "++show demand)

1...<<11121314151617181920>>...664