Home
last modified time | relevance | path

Searched refs:getBalance (Results 1 – 25 of 220) sorted by relevance

123456789

/dports/devel/php-libawl/awl-827fbfed7dab0ca339998ca6cdcffb328246d83b/vendor/phpunit/php-code-coverage/Tests/_files/
H A DBankAccountTest.php18 $this->assertEquals(0, $this->ba->getBalance());
31 $this->assertEquals(0, $this->ba->getBalance());
49 $this->assertEquals(0, $this->ba->getBalance());
64 $this->assertEquals(0, $this->ba->getBalance());
66 $this->assertEquals(1, $this->ba->getBalance());
68 $this->assertEquals(0, $this->ba->getBalance());
H A DBankAccount.php6 public function getBalance() function in BankAccount
22 $this->setBalance($this->getBalance() + $balance);
24 return $this->getBalance();
29 $this->setBalance($this->getBalance() - $balance);
31 return $this->getBalance();
/dports/devel/pear-PHP_CodeCoverage/php-code-coverage-5.2.2/tests/_files/
H A DBankAccountTest.php20 $this->assertEquals(0, $this->ba->getBalance());
31 $this->assertEquals(0, $this->ba->getBalance());
47 $this->assertEquals(0, $this->ba->getBalance());
62 $this->assertEquals(0, $this->ba->getBalance());
64 $this->assertEquals(1, $this->ba->getBalance());
66 $this->assertEquals(0, $this->ba->getBalance());
H A DBankAccount.php6 public function getBalance() function in BankAccount
22 $this->setBalance($this->getBalance() + $balance);
24 return $this->getBalance();
29 $this->setBalance($this->getBalance() - $balance);
31 return $this->getBalance();
/dports/devel/php-libawl/awl-827fbfed7dab0ca339998ca6cdcffb328246d83b/vendor/phpunit/phpunit/Tests/_files/
H A DBankAccount.php72 public function getBalance() function in BankAccount
100 $this->setBalance($this->getBalance() + $balance);
102 return $this->getBalance();
113 $this->setBalance($this->getBalance() - $balance);
115 return $this->getBalance();
H A DBankAccountTest.php75 $this->assertEquals(0, $this->ba->getBalance());
90 $this->assertEquals(0, $this->ba->getBalance());
110 $this->assertEquals(0, $this->ba->getBalance());
H A DBankAccountTest.test.php75 $this->assertEquals(0, $this->ba->getBalance());
90 $this->assertEquals(0, $this->ba->getBalance());
110 $this->assertEquals(0, $this->ba->getBalance());
/dports/lang/solidity/solidity_0.8.11/test/libsolidity/semanticTests/salted_create/
H A Dsalted_create_with_value.sol4 function getBalance() public view returns (uint) {
17 return (x.getBalance(), y.getBalance(), z.getBalance());
/dports/www/hs-postgrest/postgrest-8.0.0/_cabal_deps/hasql-transaction-1.0.1/conflicts-test/
H A DMain.hs66 balance1 <- session connection1 (B.statement id1 D.getBalance)
67 balance2 <- session connection1 (B.statement id2 D.getBalance)
78 async2 <- F.async (replicateM_ 1000 (transaction connection2 (C.statement id1 D.getBalance)))
81 balance1 <- session connection1 (B.statement id1 D.getBalance)
82 balance2 <- session connection1 (B.statement id2 D.getBalance)
96 balance1 <- session connection1 (B.statement id1 D.getBalance)
97 balance2 <- session connection1 (B.statement id2 D.getBalance)
/dports/www/orangehrm/orangehrm-4.9/symfony/plugins/orangehrmLeavePlugin/modules/leave/actions/
H A DleaveListBalanceAjaxAction.class.php77 'balance' => $startPeriodBalance->getBalance()),
80 'balance' => $endPeriodBalance->getBalance())
86 $data[] = number_format($leaveBalance->getBalance(), 2);
/dports/databases/mysql55-client/mysql-5.5.62/storage/ndb/src/kernel/blocks/dbtux/
H A DDbtuxTree.cpp127 int b = node.getBalance(); in treeAddRebalance()
144 int b2 = childNode.getBalance(); in treeAddRebalance()
340 int b = node.getBalance(); in treeRemoveRebalance()
358 int b2 = childNode.getBalance(); in treeRemoveRebalance()
414 const int bal5 = node5.getBalance(); in treeRotateSingle()
425 const int bal3 = node3.getBalance(); in treeRotateSingle()
621 const int bal6 = node6.getBalance(); in treeRotateDouble()
628 const int bal2 = node2.getBalance(); in treeRotateDouble()
634 const int bal4 = node4.getBalance(); in treeRotateDouble()
/dports/lang/solidity/solidity_0.8.11/test/libsolidity/semanticTests/various/
H A Dbalance.sol4 function getBalance() public returns (uint256 balance) {
14 // getBalance() -> 23
H A Dvalue_insane.sol2 function getBalance() public payable returns (uint256 myBalance) {
16 return h.getBalance{value: amount + 3, gas: 1000}();
/dports/databases/percona56-server/percona-server-5.6.51-91.0/storage/ndb/src/kernel/blocks/dbtux/
H A DDbtuxTree.cpp135 int b = node.getBalance(); in treeAddRebalance()
152 int b2 = childNode.getBalance(); in treeAddRebalance()
348 int b = node.getBalance(); in treeRemoveRebalance()
366 int b2 = childNode.getBalance(); in treeRemoveRebalance()
422 const int bal5 = node5.getBalance(); in treeRotateSingle()
433 const int bal3 = node3.getBalance(); in treeRotateSingle()
629 const int bal6 = node6.getBalance(); in treeRotateDouble()
636 const int bal2 = node2.getBalance(); in treeRotateDouble()
642 const int bal4 = node4.getBalance(); in treeRotateDouble()
/dports/databases/percona56-client/percona-server-5.6.51-91.0/storage/ndb/src/kernel/blocks/dbtux/
H A DDbtuxTree.cpp135 int b = node.getBalance(); in treeAddRebalance()
152 int b2 = childNode.getBalance(); in treeAddRebalance()
348 int b = node.getBalance(); in treeRemoveRebalance()
366 int b2 = childNode.getBalance(); in treeRemoveRebalance()
422 const int bal5 = node5.getBalance(); in treeRotateSingle()
433 const int bal3 = node3.getBalance(); in treeRotateSingle()
629 const int bal6 = node6.getBalance(); in treeRotateDouble()
636 const int bal2 = node2.getBalance(); in treeRotateDouble()
642 const int bal4 = node4.getBalance(); in treeRotateDouble()
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/storage/ndb/src/kernel/blocks/dbtux/
H A DDbtuxTree.cpp135 int b = node.getBalance(); in treeAddRebalance()
152 int b2 = childNode.getBalance(); in treeAddRebalance()
348 int b = node.getBalance(); in treeRemoveRebalance()
366 int b2 = childNode.getBalance(); in treeRemoveRebalance()
422 const int bal5 = node5.getBalance(); in treeRotateSingle()
433 const int bal3 = node3.getBalance(); in treeRotateSingle()
629 const int bal6 = node6.getBalance(); in treeRotateDouble()
636 const int bal2 = node2.getBalance(); in treeRotateDouble()
642 const int bal4 = node4.getBalance(); in treeRotateDouble()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/ndb/src/kernel/blocks/dbtux/
H A DDbtuxTree.cpp153 int b = node.getBalance(); in treeAddRebalance()
170 int b2 = childNode.getBalance(); in treeAddRebalance()
368 int b = node.getBalance(); in treeRemoveRebalance()
386 int b2 = childNode.getBalance(); in treeRemoveRebalance()
444 const int bal5 = node5.getBalance(); in treeRotateSingle()
455 const int bal3 = node3.getBalance(); in treeRotateSingle()
657 const int bal6 = node6.getBalance(); in treeRotateDouble()
664 const int bal2 = node2.getBalance(); in treeRotateDouble()
670 const int bal4 = node4.getBalance(); in treeRotateDouble()
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/ndb/src/kernel/blocks/dbtux/
H A DDbtuxTree.cpp138 int b = node.getBalance(); in treeAddRebalance()
155 int b2 = childNode.getBalance(); in treeAddRebalance()
351 int b = node.getBalance(); in treeRemoveRebalance()
369 int b2 = childNode.getBalance(); in treeRemoveRebalance()
425 const int bal5 = node5.getBalance(); in treeRotateSingle()
436 const int bal3 = node3.getBalance(); in treeRotateSingle()
632 const int bal6 = node6.getBalance(); in treeRotateDouble()
639 const int bal2 = node2.getBalance(); in treeRotateDouble()
645 const int bal4 = node4.getBalance(); in treeRotateDouble()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/ndb/src/kernel/blocks/dbtux/
H A DDbtuxTree.cpp138 int b = node.getBalance(); in treeAddRebalance()
155 int b2 = childNode.getBalance(); in treeAddRebalance()
351 int b = node.getBalance(); in treeRemoveRebalance()
369 int b2 = childNode.getBalance(); in treeRemoveRebalance()
425 const int bal5 = node5.getBalance(); in treeRotateSingle()
436 const int bal3 = node3.getBalance(); in treeRotateSingle()
632 const int bal6 = node6.getBalance(); in treeRotateDouble()
639 const int bal2 = node2.getBalance(); in treeRotateDouble()
645 const int bal4 = node4.getBalance(); in treeRotateDouble()
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/ndb/src/kernel/blocks/dbtux/
H A DDbtuxTree.cpp138 int b = node.getBalance(); in treeAddRebalance()
155 int b2 = childNode.getBalance(); in treeAddRebalance()
351 int b = node.getBalance(); in treeRemoveRebalance()
369 int b2 = childNode.getBalance(); in treeRemoveRebalance()
425 const int bal5 = node5.getBalance(); in treeRotateSingle()
436 const int bal3 = node3.getBalance(); in treeRotateSingle()
632 const int bal6 = node6.getBalance(); in treeRotateDouble()
639 const int bal2 = node2.getBalance(); in treeRotateDouble()
645 const int bal4 = node4.getBalance(); in treeRotateDouble()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/storage/ndb/src/kernel/blocks/dbtux/
H A DDbtuxTree.cpp138 int b = node.getBalance(); in treeAddRebalance()
155 int b2 = childNode.getBalance(); in treeAddRebalance()
351 int b = node.getBalance(); in treeRemoveRebalance()
369 int b2 = childNode.getBalance(); in treeRemoveRebalance()
425 const int bal5 = node5.getBalance(); in treeRotateSingle()
436 const int bal3 = node3.getBalance(); in treeRotateSingle()
632 const int bal6 = node6.getBalance(); in treeRotateDouble()
639 const int bal2 = node2.getBalance(); in treeRotateDouble()
645 const int bal4 = node4.getBalance(); in treeRotateDouble()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/storage/ndb/src/kernel/blocks/dbtux/
H A DDbtuxTree.cpp138 int b = node.getBalance(); in treeAddRebalance()
155 int b2 = childNode.getBalance(); in treeAddRebalance()
351 int b = node.getBalance(); in treeRemoveRebalance()
369 int b2 = childNode.getBalance(); in treeRemoveRebalance()
425 const int bal5 = node5.getBalance(); in treeRotateSingle()
436 const int bal3 = node3.getBalance(); in treeRotateSingle()
632 const int bal6 = node6.getBalance(); in treeRotateDouble()
639 const int bal2 = node2.getBalance(); in treeRotateDouble()
645 const int bal4 = node4.getBalance(); in treeRotateDouble()
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/storage/ndb/src/kernel/blocks/dbtux/
H A DDbtuxTree.cpp135 int b = node.getBalance(); in treeAddRebalance()
152 int b2 = childNode.getBalance(); in treeAddRebalance()
348 int b = node.getBalance(); in treeRemoveRebalance()
366 int b2 = childNode.getBalance(); in treeRemoveRebalance()
422 const int bal5 = node5.getBalance(); in treeRotateSingle()
433 const int bal3 = node3.getBalance(); in treeRotateSingle()
629 const int bal6 = node6.getBalance(); in treeRotateDouble()
636 const int bal2 = node2.getBalance(); in treeRotateDouble()
642 const int bal4 = node4.getBalance(); in treeRotateDouble()
/dports/databases/mysql56-client/mysql-5.6.51/storage/ndb/src/kernel/blocks/dbtux/
H A DDbtuxTree.cpp135 int b = node.getBalance(); in treeAddRebalance()
152 int b2 = childNode.getBalance(); in treeAddRebalance()
348 int b = node.getBalance(); in treeRemoveRebalance()
366 int b2 = childNode.getBalance(); in treeRemoveRebalance()
422 const int bal5 = node5.getBalance(); in treeRotateSingle()
433 const int bal3 = node3.getBalance(); in treeRotateSingle()
629 const int bal6 = node6.getBalance(); in treeRotateDouble()
636 const int bal2 = node2.getBalance(); in treeRotateDouble()
642 const int bal4 = node4.getBalance(); in treeRotateDouble()
/dports/www/orangehrm/orangehrm-4.9/symfony/plugins/orangehrmRESTPlugin/lib/Api/Leave/Entity/
H A DLeaveBalance.php79 $this->balance = (float)$leaveBalance->getBalance();
197 public function getBalance(): float function in Orangehrm\\Rest\\Api\\Leave\\Entity\\LeaveBalance
223 "balance" => $this->getBalance(),

123456789