Home
last modified time | relevance | path

Searched full:balance (Results 1 – 25 of 591) sorted by relevance

12345678910>>...24

/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/_files/
DBankAccount.php22 * The bank account's balance.
26 protected $balance = 0; variable in BankAccount
29 * Returns the bank account's balance.
35 return $this->balance;
39 * Sets the bank account's balance.
41 * @param float $balance
45 protected function setBalance($balance) argument
47 if ($balance >= 0) {
48 $this->balance = $balance;
57 * @param float $balance
[all …]
DBankAccountTest.php34 /* @When I ask it for its balance */
35 $balance = $ba->getBalance();
38 $this->assertEquals(0, $balance);
DBankAccountTest2.php26 $balance = $ba->getBalance();
28 $this->assertEquals(0, $balance);
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/tests/_files/
DBankAccount.php4 protected $balance = 0; variable in BankAccount
8 return $this->balance;
11 protected function setBalance($balance) argument
13 if ($balance >= 0) {
14 $this->balance = $balance;
20 public function depositMoney($balance) argument
22 $this->setBalance($this->getBalance() + $balance);
27 public function withdrawMoney($balance) argument
29 $this->setBalance($this->getBalance() - $balance);
DBankAccount-crap4j.xml29 <methodSignature>setBalance($balance)</methodSignature>
30 <fullMethod>setBalance($balance)</fullMethod>
40 <methodSignature>depositMoney($balance)</methodSignature>
41 <fullMethod>depositMoney($balance)</fullMethod>
51 <methodSignature>withdrawMoney($balance)</methodSignature>
52 <fullMethod>withdrawMoney($balance)</fullMethod>
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/Resource/
DOrganizationsDevelopersBalance.php25 * The "balance" collection of methods.
29 * $balance = $apigeeService->balance;
35 * Adjust the prepaid balance for the developer. This API will be used in
37 * (balance.adjust)
39 * @param string $name Required. Account balance for the developer. Use the
41 * `organizations/{org}/developers/{developer}/balance`
53 * Credits the account balance for the developer. (balance.credit)
55 * @param string $name Required. Account balance for the developer. Use the
57 * `organizations/{org}/developers/{developer}/balance`
DOrganizationsDevelopers.php124 * Gets the account balance for the developer. (developers.getBalance)
126 * @param string $name Required. Account balance for the developer. Use the
128 * `organizations/{org}/developers/{developer}/balance`
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/
DGoogleCloudApigeeV1DeveloperBalanceWallet.php32 public function setBalance(GoogleTypeMoney $balance) argument
34 $this->balance = $balance;
41 return $this->balance;
/plugin/json/demo/1000files/
Dfile1.txt7 "balance": "$1,530.01",
64 "balance": "$3,044.92",
121 "balance": "$2,898.14",
178 "balance": "$1,819.51",
235 "balance": "$2,218.54",
292 "balance": "$3,164.70",
349 "balance": "$1,612.20",
406 "balance": "$2,184.19",
463 "balance": "$3,718.88",
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/tests/_files/Report/XML/CoverageForBankAccount/
DBankAccount.php.xml15 …<method name="setBalance" signature="setBalance($balance)" start="11" end="18" crap="6" executable…
16 …<method name="depositMoney" signature="depositMoney($balance)" start="20" end="25" crap="1" execut…
17 …<method name="withdrawMoney" signature="withdrawMoney($balance)" start="27" end="32" crap="1" exec…
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/TextUI/
Dtestdox.phpt16 [x] Balance is initially zero
17 [x] Balance cannot become negative
Dtestdox-text.phpt17 ... 3 / 3 (100%) [x] Balance is ini…
18 [x] Balance cannot become negative
Dtestdox-html.phpt48 … 3 / 3 (100%) <li style="color: #555753;">✓ Balance is initially zero…
49 <li style="color: #555753;">✓ Balance cannot become negative</li>
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/tests/_files/Report/HTML/CoverageForBankAccount/
DBankAccount.php.html123 …<td class="danger" colspan="4">&nbsp;<a href="#11"><abbr title="setBalance($balance)">setBalance</…
144 …<td class="success" colspan="4">&nbsp;<a href="#20"><abbr title="depositMoney($balance)">depositMo…
165 …<td class="success" colspan="4">&nbsp;<a href="#27"><abbr title="withdrawMoney($balance)">withdraw…
193 …rotected</span><span class="default">&nbsp;</span><span class="default">$balance</span><span class…
197 …ult">$this</span><span class="default">-&gt;</span><span class="default">balance</span><span class…
200 …t">setBalance</span><span class="keyword">(</span><span class="default">$balance</span><span class…
202 …fault">&nbsp;</span><span class="keyword">(</span><span class="default">$balance</span><span class…
203 …lt">balance</span><span class="default">&nbsp;</span><span class="keyword">=</span><span class="de…
209 …>depositMoney</span><span class="keyword">(</span><span class="default">$balance</span><span class…
211 …yword">+</span><span class="default">&nbsp;</span><span class="default">$balance</span><span class…
[all …]
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/tests/tests/
DBuilderTest.php66 'signature' => 'setBalance($balance)',
79 'signature' => 'depositMoney($balance)',
92 'signature' => 'withdrawMoney($balance)',
/plugin/aichat/_test/
DAbstractModelTest.php79 if (preg_match('/(credit|fund|balance)/i', $e->getMessage())) {
107 if (preg_match('/(credit|fund|balance)/i', $e->getMessage())) {
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/examples/
D251ea12c1248385ab409906ac64d9ee9.asciidoc16 'balance' => [
Dcfbaea6f0df045c5d940bbb6a9c69cd8.asciidoc17 'field' => 'balance',
D645796e8047967ca4a7635a22a876f4c.asciidoc20 'field' => 'balance',
/plugin/elasticsearch/vendor/ruflin/elastica/src/Query/
DDisMax.php45 …* Sets tie breaker to multiplier value to balance the scores between lower and higher scoring fiel…
DMultiMatch.php67 …* Sets tie breaker to multiplier value to balance the scores between lower and higher scoring fiel…
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Ast/Visitor/
H A DXpath.php644 $balance = $add - (floor($add / $repeat) * $repeat);
648 $balance = $add - (floor($add / $repeat) * $repeat);
651 $balance = $repeat + $add;
655 $balance = $add;
658 $condition = sprintf('(%s mod %d) = %d', $expressionPosition, $repeat, $balance);
/plugin/aichat/Model/VoyageAI/
Dmodels.json4 …"description": "General-purpose embedding model optimized for a balance between cost, latency, and…
/plugin/aichat/Model/Anthropic/
Dmodels.json18 …"description": "Ideal balance of intelligence and speed for enterprise workloads. Maximum utility …
/plugin/dokullm/conf/
H A Ddefault.php75 * Default is 0.8 for a good balance between creativity and coherence.

12345678910>>...24