Home
last modified time | relevance | path

Searched refs:balance (Results 1 – 25 of 516) sorted by relevance

12345678910>>...21

/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/_files/
DBankAccount.php26 protected $balance = 0; variable in BankAccount
35 return $this->balance;
41 * @param float $balance
45 protected function setBalance($balance) argument
47 if ($balance >= 0) {
48 $this->balance = $balance;
57 * @param float $balance
61 public function depositMoney($balance) argument
63 $this->setBalance($this->getBalance() + $balance);
71 * @param float $balance
[all …]
DBankAccountTest.php35 $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);
/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/elasticsearch/vendor/elasticsearch/elasticsearch/docs/examples/
D251ea12c1248385ab409906ac64d9ee9.asciidoc16 'balance' => [
Dcfbaea6f0df045c5d940bbb6a9c69cd8.asciidoc17 'field' => 'balance',
D645796e8047967ca4a7635a22a876f4c.asciidoc20 'field' => 'balance',
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Ast/Visitor/
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/photogallery/phpThumb/docs/
Dphpthumb.readme.txt313 where <c> is the target hex color to white balance
320 to calculate auto-white-balance (default = 0.1%)
/plugin/syntaxhighlighter3/sxh3/
DGPL-LICENSE211 any particular circumstance, the balance of the section is intended to
/plugin/stellarium/
DLICENSE.md63 … is held invalid or unenforceable under any particular circumstance, the balance of the section is…
/plugin/simplebox/
DLICENSE.md63 … is held invalid or unenforceable under any particular circumstance, the balance of the section is…
/plugin/math2/phpmathpublisher/
DCOPYING211 any particular circumstance, the balance of the section is intended to
/plugin/dw2pdf/vendor/mpdf/mpdf/
DLICENSE.txt211 any particular circumstance, the balance of the section is intended to
/plugin/colorbox/
DLICENSE.md72 … is held invalid or unenforceable under any particular circumstance, the balance of the section is…
/plugin/admnote/
DLICENSE211 any particular circumstance, the balance of the section is intended to
/plugin/icons/assets/rpg-awesome/css/
Drpg-awesome.min.css5 …a-rabbit:before{content:""}.ra-radar-dish:before{content:""}.ra-radial-balance:before{content:"…
/plugin/authldaplocal/
DLICENSE229 any particular circumstance, the balance of the section is intended to
/plugin/dirtylittlehelper/mermaid/editor/
Dfontawesome.all.min.css5 …i:before{content:"\f666"}.fa-balance-scale:before{content:"\f24e"}.fa-balance-scale-left:before{co…
/plugin/mikioplugin/icons/fontawesome5/css/
Dall.min.css5 …i:before{content:"\f666"}.fa-balance-scale:before{content:"\f24e"}.fa-balance-scale-left:before{co…
/plugin/pixelyear/
DLICENSE.md211 any particular circumstance, the balance of the section is intended to
/plugin/randomtables/
DLICENSE211 any particular circumstance, the balance of the section is intended to
/plugin/wordimport/
DLICENSE211 any particular circumstance, the balance of the section is intended to

12345678910>>...21