Home
last modified time | relevance | path

Searched refs:balance (Results 176 – 200 of 435) sorted by path

12345678910>>...18

/plugin/fckg/fckeditor/
H A Dlicense.txt240 any particular circumstance, the balance of the section is intended to
702 particular circumstance, the balance of the section is intended to apply,
/plugin/fedauth/
H A DCOPYING211 any particular circumstance, the balance of the section is intended to
/plugin/feed/
H A DCOPYING211 any particular circumstance, the balance of the section is intended to
/plugin/feedmod/
H A DCOPYING211 any particular circumstance, the balance of the section is intended to
/plugin/fetchmedia/
H A DLICENSE211 any particular circumstance, the balance of the section is intended to
/plugin/filelist/
H A DCOPYING214 any particular circumstance, the balance of the section is intended to
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/tests/_files/
H A 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/findologicxmlexport/vendor/phpunit/phpunit/tests/_files/
H A 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 …]
H A DBankAccountTest.php35 $balance = $ba->getBalance();
38 $this->assertEquals(0, $balance);
H A DBankAccountTest2.php26 $balance = $ba->getBalance();
28 $this->assertEquals(0, $balance);
/plugin/firenews/
H A DLICENSE211 any particular circumstance, the balance of the section is intended to
/plugin/flattr/
H A DCOPYING211 any particular circumstance, the balance of the section is intended to
/plugin/flexpaper/
H A DLICENSE211 any particular circumstance, the balance of the section is intended to
/plugin/flowcharts/
H A DLICENSE211 any particular circumstance, the balance of the section is intended to
/plugin/foldablelist/
H A DLICENSE211 any particular circumstance, the balance of the section is intended to
/plugin/footer/
H A DLICENSE211 any particular circumstance, the balance of the section is intended to
/plugin/forceuserchange/
H A DLICENSE211 any particular circumstance, the balance of the section is intended to
/plugin/formatplus/
H A DCOPYING211 any particular circumstance, the balance of the section is intended to
/plugin/formatplus2/
H A DCOPYING211 any particular circumstance, the balance of the section is intended to
H A DLICENSE211 any particular circumstance, the balance of the section is intended to
/plugin/freechat/phpfreechat/lib/csstidy-1.2/
H A DCOPYING211 any particular circumstance, the balance of the section is intended to
/plugin/fullscreenmode/
H A DLICENSE211 any particular circumstance, the balance of the section is intended to
/plugin/gdpr/
H A DLICENSE211 any particular circumstance, the balance of the section is intended to
/plugin/gemini/
H A DLICENSE211 any particular circumstance, the balance of the section is intended to
/plugin/geogebrembed/
H A DLICENSE211 any particular circumstance, the balance of the section is intended to

12345678910>>...18