| /plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/_files/ |
| D | BankAccount.php | 22 * 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 …]
|
| D | BankAccountTest.php | 34 /* @When I ask it for its balance */ 35 $balance = $ba->getBalance(); 38 $this->assertEquals(0, $balance);
|
| D | BankAccountTest2.php | 26 $balance = $ba->getBalance(); 28 $this->assertEquals(0, $balance);
|
| /plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/tests/_files/ |
| D | BankAccount.php | 4 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);
|
| D | BankAccount-crap4j.xml | 29 <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/ |
| D | OrganizationsDevelopersBalance.php | 25 * 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`
|
| D | OrganizationsDevelopers.php | 124 * 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/ |
| D | GoogleCloudApigeeV1DeveloperBalanceWallet.php | 32 public function setBalance(GoogleTypeMoney $balance) argument 34 $this->balance = $balance; 41 return $this->balance;
|
| /plugin/json/demo/1000files/ |
| D | file1.txt | 7 "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/ |
| D | BankAccount.php.xml | 15 …<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/ |
| D | testdox.phpt | 16 [x] Balance is initially zero 17 [x] Balance cannot become negative
|
| D | testdox-text.phpt | 17 ... 3 / 3 (100%) [x] Balance is ini… 18 [x] Balance cannot become negative
|
| D | testdox-html.phpt | 48 … 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/ |
| D | BankAccount.php.html | 123 …<td class="danger" colspan="4"> <a href="#11"><abbr title="setBalance($balance)">setBalance</… 144 …<td class="success" colspan="4"> <a href="#20"><abbr title="depositMoney($balance)">depositMo… 165 …<td class="success" colspan="4"> <a href="#27"><abbr title="withdrawMoney($balance)">withdraw… 193 …rotected</span><span class="default"> </span><span class="default">$balance</span><span class… 197 …ult">$this</span><span class="default">-></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"> </span><span class="keyword">(</span><span class="default">$balance</span><span class… 203 …lt">balance</span><span class="default"> </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"> </span><span class="default">$balance</span><span class… [all …]
|
| /plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/tests/tests/ |
| D | BuilderTest.php | 66 'signature' => 'setBalance($balance)', 79 'signature' => 'depositMoney($balance)', 92 'signature' => 'withdrawMoney($balance)',
|
| /plugin/aichat/_test/ |
| D | AbstractModelTest.php | 79 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/ |
| D | 251ea12c1248385ab409906ac64d9ee9.asciidoc | 16 'balance' => [
|
| D | cfbaea6f0df045c5d940bbb6a9c69cd8.asciidoc | 17 'field' => 'balance',
|
| D | 645796e8047967ca4a7635a22a876f4c.asciidoc | 20 'field' => 'balance',
|
| /plugin/elasticsearch/vendor/ruflin/elastica/src/Query/ |
| D | DisMax.php | 45 …* Sets tie breaker to multiplier value to balance the scores between lower and higher scoring fiel…
|
| D | MultiMatch.php | 67 …* 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 D | Xpath.php | 644 $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/ |
| D | models.json | 4 …"description": "General-purpose embedding model optimized for a balance between cost, latency, and…
|
| /plugin/aichat/Model/Anthropic/ |
| D | models.json | 18 …"description": "Ideal balance of intelligence and speed for enterprise workloads. Maximum utility …
|
| /plugin/dokullm/conf/ |
| H A D | default.php | 75 * Default is 0.8 for a good balance between creativity and coherence.
|