- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 360 for Hockin (0.47 sec)
-
npm/vue/cypress/component/advanced/mocking-imports/images/mocking.png
mocking.png...
PNG Image - Registered: 2022-08-12 08:39 - Last Modified: 2020-09-29 20:14 - 252.9K bytes - Viewed (0) -
localstack/aws/mocking.py
pass_context=True, expand_parameters=False, ) return dispatch_table @lru_cache() def get_mocking_skeleton(service: str) -> Skeleton: service = load_service(service)
Python - Registered: 2022-08-11 23:51 - Last Modified: 2022-07-11 17:15 - 12.3K bytes - Viewed (0) -
AUTHORS
Till Wegmüller <******@****.***> Tim <******@****.***> Tim Bart <******@****.***> Tim Bosse <******@****.***> Tim Dettrick <******@****.***> Tim Düsterhus <******@****.***> Tim Hockin <thockin@google.com> Tim Potter <******@****.***> Tim Ruffles <******@****.***> Tim Smith <******@****.***> Tim Terhorst <******@****.***> Tim Wagner <******@****.***>
Plain Text - Registered: 2022-08-10 12:04 - Last Modified: 2022-06-03 10:29 - 86.8K bytes - Viewed (0) -
CONTRIBUTORS
Tim Cooijmans <******@****.***> Tim Cooper <******@****.***> Tim Ebringer <******@****.***> Tim Heckman <******@****.***> Tim Henderson <******@****.***> Tim Hockin <thockin@google.com> Tim King <******@****.***> Tim Möhlmann <******@****.***> Tim Swast <******@****.***> Tim Wright <******@****.***> Tim Xu <******@****.***> Timmy Douglas <******@****.***>
Plain Text - Registered: 2022-07-22 12:35 - Last Modified: 2022-07-19 17:28 - 113.2K bytes - Viewed (3) -
br/pkg/mock/mockid/mockid.go
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. package mockid import "sync/atomic" // IDAllocator mocks IDAllocator and it is only used for test. type IDAllocator struct { base uint64 } // NewIDAllocator creates a new IDAllocator.
Go - Registered: 2022-08-11 09:02 - Last Modified: 2022-07-15 08:03 - 1.1K bytes - Viewed (0) -
docs/manual/other-topics/optimistic-locking.md
Optimistic locking allows concurrent access to model records for edits and prevents conflicts from overwriting...
Plain Text - Registered: 2022-08-10 14:16 - Last Modified: 2020-01-21 06:23 - 647 bytes - Viewed (0) -
test/integration/model/optimistic_locking.test.js
const Support = require('../support'); const DataTypes = require('../../../lib/data-types'); const chai = require('chai'); const expect = chai.expect; describe(Support.getTestDialectTeaser('Model'), () => { describe('optimistic locking', () => { let Account; beforeEach(async function () { Account = this.sequelize.define( 'Account', { number: { type: DataTypes.INTEGER } },
JavaScript - Registered: 2022-08-10 14:16 - Last Modified: 2020-06-28 08:45 - 2.4K bytes - Viewed (0) -
double-checked-locking/etc/double-checked-locking.ucls
realizations="true" associations="true" dependencies="false" nesting-relationships="true"> <class id="1" language="java" name="com.iluwatar.doublechecked.locking.Item" project="double-checked-locking" file="/double-checked-locking/src/main/java/com/iluwatar/doublechecked/locking/Item.java" binary="false" corner="BOTTOM_RIGHT"> <position height="124" width="205" x="146" y="504"/>
XML - Registered: 2022-08-12 18:54 - Last Modified: 2015-07-24 08:32 - 2.6K bytes - Viewed (1) -
src/index/disktxpos.h
SERIALIZE_METHODS(CDiskTxPos, obj) { READWRITEAS(FlatFilePos, obj); READWRITE(VARINT(obj.nTxOffset)); } CDiskTxPos(const FlatFilePos &blockIn, unsigned int nTxOffsetIn) : FlatFilePos(blockIn.nFile, blockIn.nPos), nTxOffset(nTxOffsetIn) { } CDiskTxPos() { SetNull(); } void SetNull() { FlatFilePos::SetNull(); nTxOffset = 0; } };
C - Registered: 2022-08-09 01:31 - Last Modified: 2020-12-31 08:45 - 842 bytes - Viewed (0) -
double-checked-locking/etc/double-checked-locking.png
double-checked-locking.png...
PNG Image - Registered: 2022-08-12 18:54 - Last Modified: 2015-05-31 09:59 - 6.8K bytes - Viewed (1)