Home
last modified time | relevance | path

Searched refs:demand (Results 1 – 25 of 6212) sorted by relevance

12345678910>>...249

/dports/databases/pgrouting/pgrouting-3.2.0/docqueries/pickDeliver/
H A Dbook_vrp.test.sql33 demand integer, field
123 INSERT INTO jet_customers (airport, id, x, y, pindex, dindex, demand, opentime, closetime, servicet…
124 INSERT INTO jet_customers (airport, id, x, y, pindex, dindex, demand, opentime, closetime, servicet…
125 INSERT INTO jet_customers (airport, id, x, y, pindex, dindex, demand, opentime, closetime, servicet…
126 INSERT INTO jet_customers (airport, id, x, y, pindex, dindex, demand, opentime, closetime, servicet…
127 INSERT INTO jet_customers (airport, id, x, y, pindex, dindex, demand, opentime, closetime, servicet…
128 INSERT INTO jet_customers (airport, id, x, y, pindex, dindex, demand, opentime, closetime, servicet…
129 INSERT INTO jet_customers (airport, id, x, y, pindex, dindex, demand, opentime, closetime, servicet…
130 INSERT INTO jet_customers (airport, id, x, y, pindex, dindex, demand, opentime, closetime, servicet…
131 INSERT INTO jet_customers (airport, id, x, y, pindex, dindex, demand, opentime, closetime, servicet…
[all …]
H A Djet_customers1.test.sql14 demand integer, field
21 INSERT INTO jet_customers (airport, id, x, y, pindex, dindex, demand, opentime, closetime, servicet…
22 INSERT INTO jet_customers (airport, id, x, y, pindex, dindex, demand, opentime, closetime, servicet…
23 INSERT INTO jet_customers (airport, id, x, y, pindex, dindex, demand, opentime, closetime, servicet…
24 INSERT INTO jet_customers (airport, id, x, y, pindex, dindex, demand, opentime, closetime, servicet…
25 INSERT INTO jet_customers (airport, id, x, y, pindex, dindex, demand, opentime, closetime, servicet…
26 INSERT INTO jet_customers (airport, id, x, y, pindex, dindex, demand, opentime, closetime, servicet…
27 INSERT INTO jet_customers (airport, id, x, y, pindex, dindex, demand, opentime, closetime, servicet…
28 INSERT INTO jet_customers (airport, id, x, y, pindex, dindex, demand, opentime, closetime, servicet…
93 INSERT INTO jet_customers (airport, id, x, y, pindex, dindex, demand, opentime, closetime, servicet…
[all …]
H A Djet_customers1.result12 demand integer,
18 INSERT INTO jet_customers (airport, id, x, y, pindex, dindex, demand, opentime, closetime, servicet…
20 INSERT INTO jet_customers (airport, id, x, y, pindex, dindex, demand, opentime, closetime, servicet…
22 INSERT INTO jet_customers (airport, id, x, y, pindex, dindex, demand, opentime, closetime, servicet…
24 INSERT INTO jet_customers (airport, id, x, y, pindex, dindex, demand, opentime, closetime, servicet…
26 INSERT INTO jet_customers (airport, id, x, y, pindex, dindex, demand, opentime, closetime, servicet…
28 INSERT INTO jet_customers (airport, id, x, y, pindex, dindex, demand, opentime, closetime, servicet…
30 INSERT INTO jet_customers (airport, id, x, y, pindex, dindex, demand, opentime, closetime, servicet…
32 INSERT INTO jet_customers (airport, id, x, y, pindex, dindex, demand, opentime, closetime, servicet…
162 INSERT INTO jet_customers (airport, id, x, y, pindex, dindex, demand, opentime, closetime, servicet…
[all …]
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/redirects/Classes/Repository/
H A DRedirectRepository.php60 $demand->getOrderField(),
61 $demand->getOrderDirection()
69 if ($demand->hasSourceHosts()) {
76 if ($demand->hasSourcePath()) {
84 if ($demand->hasTarget()) {
92 if ($demand->hasStatusCodes()) {
99 if ($demand->hasMaxHits()) {
164 if ($demand->hasMaxHits()) {
169 if ($demand->hasSourceHosts()) {
179 if ($demand->hasOlderThan()) {
[all …]
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/core/Classes/Resource/Search/
H A DFileSearchDemand.php117 $demand = clone $this;
120 return $demand;
125 $demand = clone $this;
128 return $demand;
140 $demand = clone $this;
143 return $demand;
148 $demand = clone $this;
151 return $demand;
159 return $demand;
167 return $demand;
[all …]
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/core/Classes/Resource/Search/
H A DFileSearchDemand.php119 $demand = clone $this;
122 return $demand;
127 $demand = clone $this;
130 return $demand;
142 $demand = clone $this;
145 return $demand;
150 $demand = clone $this;
153 return $demand;
161 return $demand;
169 return $demand;
[all …]
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/core/Classes/Resource/Search/
H A DFileSearchDemand.php119 $demand = clone $this;
122 return $demand;
127 $demand = clone $this;
130 return $demand;
142 $demand = clone $this;
145 return $demand;
150 $demand = clone $this;
153 return $demand;
161 return $demand;
169 return $demand;
[all …]
/dports/devel/p5-Number-Tolerant/Number-Tolerant-1.708/t/
H A Dand_tolerance.t12 isa_ok($demand, 'Number::Tolerant');
15 my $range = $demand & $offer;
32 my $range = $demand & $offer;
49 my $range = $demand & $offer;
66 my $range = $demand & $offer;
83 my $range = $demand & $offer;
100 my $range = $offer & $demand;
117 my $range = $demand & $offer;
134 my $range = $demand & $offer;
151 my $range = $offer & $demand;
[all …]
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/feed-1.3.0.1/src/Text/Atom/Feed/
H A DValidate.hs19 , demand
66 demand :: String -> ValidatorResult
67 demand s = VLeaf [(True, s)] function
109 _ -> demand "Required 'author' element missing"
124 (demand
137 demand
142 demand
160 then demand
167 [] -> demand "required field 'id' missing from 'entry' element"
177 demand
[all …]
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/redirects/Classes/Repository/
H A DRedirectRepository.php32 protected $demand; variable in TYPO3\\CMS\\Redirects\\Repository\\RedirectRepository
37 * @param Demand|null $demand
39 public function __construct(Demand $demand = null) argument
41 $this->demand = $demand ?? new Demand();
52 ->setMaxResults($this->demand->getLimit())
53 ->setFirstResult($this->demand->getOffset())
81 if ($this->demand->hasSourceHost()) {
84 $queryBuilder->createNamedParameter($this->demand->getSourceHost(), \PDO::PARAM_STR)
88 if ($this->demand->hasSourcePath()) {
96 if ($this->demand->hasTarget()) {
[all …]
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/redirects/Classes/Repository/
H A DRedirectRepository.php34 protected $demand; variable in TYPO3\\CMS\\Redirects\\Repository\\RedirectRepository
39 * @param Demand|null $demand
41 public function __construct(Demand $demand = null) argument
43 $this->demand = $demand ?? new Demand();
54 ->setMaxResults($this->demand->getLimit())
55 ->setFirstResult($this->demand->getOffset())
83 if ($this->demand->hasSourceHost()) {
86 $queryBuilder->createNamedParameter($this->demand->getSourceHost(), \PDO::PARAM_STR)
90 if ($this->demand->hasSourcePath()) {
98 if ($this->demand->hasTarget()) {
[all …]
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/beuser/Classes/Domain/Repository/
H A DBackendUserRepository.php52 * @param Demand $demand
55 public function findDemanded(Demand $demand) argument
61 if ($demand->getUserName() !== '') {
70 if (MathUtility::canBeInterpretedAsInteger($demand->getUserName())) {
76 if ($demand->getUserType() == Demand::USERTYPE_ADMINONLY) {
80 if ($demand->getUserType() == Demand::USERTYPE_USERONLY) {
84 if ($demand->getStatus() == Demand::STATUS_ACTIVE) {
88 if ($demand->getStatus() == Demand::STATUS_INACTIVE) {
92 if ($demand->getLogins() == Demand::LOGIN_NONE) {
96 if ($demand->getLogins() == Demand::LOGIN_SOME) {
[all …]
/dports/games/pioneer/pioneer-20210723/data/modules/NewsEventCommodity/
H A DNewsEventCommodity.lua54 demand = 4,
60 demand = 6,
66 demand = 7,
69 demand = 3,
72 demand = 6,
75 demand = 6,
78 demand = 3,
81 demand = 5,
84 demand = 3,
87 demand = 3,
[all …]
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/beuser/Classes/Domain/Repository/
H A DBackendUserRepository.php53 * @param Demand $demand
56 public function findDemanded(Demand $demand) argument
62 if ($demand->getUserName() !== '') {
71 if (MathUtility::canBeInterpretedAsInteger($demand->getUserName())) {
77 if ($demand->getUserType() == Demand::USERTYPE_ADMINONLY) {
81 if ($demand->getUserType() == Demand::USERTYPE_USERONLY) {
85 if ($demand->getStatus() == Demand::STATUS_ACTIVE) {
89 if ($demand->getStatus() == Demand::STATUS_INACTIVE) {
93 if ($demand->getLogins() == Demand::LOGIN_NONE) {
97 if ($demand->getLogins() == Demand::LOGIN_SOME) {
[all …]
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/beuser/Classes/Domain/Repository/
H A DBackendUserRepository.php52 * @param Demand $demand
55 public function findDemanded(Demand $demand) argument
63 if ($demand->getUserName() !== '') {
72 if (MathUtility::canBeInterpretedAsInteger($demand->getUserName())) {
78 if ($demand->getUserType() == Demand::USERTYPE_ADMINONLY) {
82 if ($demand->getUserType() == Demand::USERTYPE_USERONLY) {
86 if ($demand->getStatus() == Demand::STATUS_ACTIVE) {
90 if ($demand->getStatus() == Demand::STATUS_INACTIVE) {
94 if ($demand->getLogins() == Demand::LOGIN_NONE) {
98 if ($demand->getLogins() == Demand::LOGIN_SOME) {
[all …]
/dports/math/py-networkx/networkx-2.6.3/networkx/algorithms/flow/tests/
H A Dtest_networksimplex.py9 G.add_node("a", demand=0)
10 G.add_node("b", demand=-5)
11 G.add_node("c", demand=50000000)
23 G.add_node("s", demand=-5)
24 G.add_node("t", demand=5)
156 G.add_node("d", demand=5)
227 G.add_node(4, demand=5)
228 G.add_node(5, demand=15)
362 G.add_node(1, demand=2)
363 G.add_node(2, demand=2)
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/mscorlib/system/security/
H A Dframesecuritydescriptor.cs284 bool fContinue = CheckDemand2(demand, permToken, rmh, false); in CheckDemand()
288 fContinue = CheckDemand2(demand, permToken, rmh, true); in CheckDemand()
299 …Contract.Assert(demand != null && !demand.CheckDemand(null), "Empty demands should have been filte… in CheckDemand2()
303 GetPermitOnly(fDeclarative).CheckDecoded(demand, permToken); in CheckDemand2()
306 GetDenials(fDeclarative).CheckDecoded(demand, permToken); in CheckDemand2()
328 …g("Security_Generic"), demand.GetType().AssemblyQualifiedName), null, permSet, SecurityRuntime.Get… in CheckDemand2()
336 bNeedToThrow = !demand.CheckPermitOnly(perm); in CheckDemand2()
343 …g("Security_Generic"), demand.GetType().AssemblyQualifiedName), null, permSet, SecurityRuntime.Get… in CheckDemand2()
356 …g("Security_Generic"), demand.GetType().AssemblyQualifiedName), permSet, null, SecurityRuntime.Get… in CheckDemand2()
362 bNeedToThrow = !demand.CheckDeny(perm); in CheckDemand2()
[all …]
/dports/devel/hadoop/hadoop-1.2.1/src/contrib/fairscheduler/src/test/org/apache/hadoop/mapred/
H A DFakeSchedulable.java30 private int demand; field in FakeSchedulable
41 public FakeSchedulable(int demand) { in FakeSchedulable() argument
42 this(demand, 0, 1, 0, 0, JobPriority.NORMAL, 0); in FakeSchedulable()
45 public FakeSchedulable(int demand, int minShare) { in FakeSchedulable() argument
46 this(demand, minShare, 1, 0, 0, JobPriority.NORMAL, 0); in FakeSchedulable()
49 public FakeSchedulable(int demand, int minShare, double weight) { in FakeSchedulable() argument
50 this(demand, minShare, weight, 0, 0, JobPriority.NORMAL, 0); in FakeSchedulable()
53 public FakeSchedulable(int demand, int minShare, double weight, int fairShare, in FakeSchedulable() argument
55 this.demand = demand; in FakeSchedulable()
72 return demand; in getDemand()
/dports/devel/hs-shake/shake-0.19.6/src/Test/
H A DDirectory.hs59 demand " *.txt.files" ""
60 demand " //*.txt.files" ""
61 demand ".dirs" ""
62 demand "A.txt B.txt C.txt.exist" "00 00 00"
69 demand " *.txt.files" "A.txt B.txt"
70 demand ".dirs" "C.txt"
71 demand "A.txt B.txt C.txt.exist" "10 10 01"
73 demand "C.txt *.txt.files" "D.txt"
77 demand " missing_dir/*.files" ""
78 demand " missing_dir/bar/*.files" ""
[all …]
/dports/devel/hs-hls-install/haskell-language-server-1.4.0/install/_cabal_deps/shake-0.19.4/src/Test/
H A DDirectory.hs59 demand " *.txt.files" ""
60 demand " //*.txt.files" ""
61 demand ".dirs" ""
62 demand "A.txt B.txt C.txt.exist" "00 00 00"
69 demand " *.txt.files" "A.txt B.txt"
70 demand ".dirs" "C.txt"
71 demand "A.txt B.txt C.txt.exist" "10 10 01"
73 demand "C.txt *.txt.files" "D.txt"
77 demand " missing_dir/*.files" ""
78 demand " missing_dir/bar/*.files" ""
[all …]
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/shake-0.19.4/src/Test/
H A DDirectory.hs59 demand " *.txt.files" ""
60 demand " //*.txt.files" ""
61 demand ".dirs" ""
62 demand "A.txt B.txt C.txt.exist" "00 00 00"
69 demand " *.txt.files" "A.txt B.txt"
70 demand ".dirs" "C.txt"
71 demand "A.txt B.txt C.txt.exist" "10 10 01"
73 demand "C.txt *.txt.files" "D.txt"
77 demand " missing_dir/*.files" ""
78 demand " missing_dir/bar/*.files" ""
[all …]
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/beuser/Classes/Domain/Model/
H A DModuleData.php27 protected $demand; variable in TYPO3\\CMS\\Beuser\\Domain\\Model\\ModuleData
37 public function injectDemand(Demand $demand) argument
39 $this->demand = $demand;
47 return $this->demand;
53 public function setDemand(Demand $demand) argument
55 $this->demand = $demand;
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/beuser/Classes/Domain/Model/
H A DModuleData.php26 protected $demand; variable in TYPO3\\CMS\\Beuser\\Domain\\Model\\ModuleData
36 public function injectDemand(\TYPO3\CMS\Beuser\Domain\Model\Demand $demand) argument
38 $this->demand = $demand;
46 return $this->demand;
52 public function setDemand(\TYPO3\CMS\Beuser\Domain\Model\Demand $demand) argument
54 $this->demand = $demand;
/dports/math/symphony/SYMPHONY-releases-5.6.17/SYMPHONY/Applications/VRP/src/CutGen/MinCut/
H A Dmin_cut.c110 nv->demand += nw->demand; in min_cut()
157 BINS(nv->demand + nu->demand, capacity))){ in min_cut()
189 nv->demand+nu->demand, capacity): in min_cut()
446 nv->demand += nw->demand; in shrink_one_edges()
499 nv->demand += nu->demand; in shrink_one_edges()
537 nu->demand += nv->demand; in shrink_one_edges()
594 nu->demand+nw->demand, capacity): in shrink_one_edges()
595 2*(BINS(nu->demand+nw->demand, capacity))); in shrink_one_edges()
661 nv->demand += nw->demand; in shrink_one_edges()
706 nv->demand+nu->demand, capacity): in shrink_one_edges()
[all …]
/dports/math/symphony/SYMPHONY-releases-5.6.17/SYMPHONY/Applications/VRP/src/Heuristics/
H A Dexchange2.c34 int *demand; in exchange2() local
56 demand = p->demand; in exchange2()
103 +demand[cur_node2] <= capacity) && in exchange2()
105 +demand[cur_node1] <= capacity)){ in exchange2()
135 +demand[cur_node2] <= capacity) && in exchange2()
137 +demand[cur_node1] <= capacity)){ in exchange2()
174 +demand[cur_node2] <= capacity) && in exchange2()
176 +demand[cur_node1] <= capacity)){ in exchange2()
202 +demand[cur_node1] <= capacity)){ in exchange2()
293 route_info[max_route1].weight += demand[max_node2] - demand[max_node1]; in exchange2()
[all …]

12345678910>>...249