Home
last modified time | relevance | path

Searched refs:Contract (Results 101 – 125 of 2755) sorted by relevance

12345678910>>...111

/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/cisco/mso/tests/integration/targets/mso_schema_template_contract_filter/tasks/
H A Dmain.yml162 contract: Contract 1
172 contract: Contract 2
180 contract: Contract 3
186 contract: Contract 4
192 contract: Contract 5
198 contract: Contract 6
205 contract: Contract 1
224 contract: Contract 1
243 contract: Contract 1
263 contract: Contract 1
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.ServiceModel/System.ServiceModel.Description/
H A DServiceEndpointCollection.cs44 if (e.Contract.ContractType == contractType) in Find()
60 if (e.Contract.Name == contractName.Name && in Find()
61 e.Contract.Namespace == contractName.Namespace) in Find()
70 if (e.Contract.Name == contractName.Name && in Find()
71 e.Contract.Namespace == contractName.Namespace && in Find()
82 if (e.Contract.ContractType == contractType && in Find()
94 if (e.Contract.ContractType == contractType) in FindAll()
104 if (e.Contract.Name == contractName.Name && in FindAll()
105 e.Contract.Namespace == contractName.Namespace) in FindAll()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/mscorlib/system/runtime/remoting/
H A Dsynchronizeddispatch.cs88 Contract.Assert(
97 Contract.Assert(
101 Contract.Assert(
187 Contract.EndContractBlock(); in IsContextOK()
284 Contract.Assert(_locked==true,"_locked==true"); in DispatcherCallBack()
292 Contract.Assert(work!=null,"work!=null"); in DispatcherCallBack()
720 Contract.Assert(!IsWaiting(),"!IsWaiting()"); in SetWaiting()
795 Contract.Assert(IsSignaled(),"IsSignaled()"); in Execute()
878 Contract.Assert( in SyncProcessMessage()
910 Contract.Assert( in SyncProcessMessage()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/mscorlib/system/io/
H A Dmemorystream.cs74 Contract.EndContractBlock(); in MemoryStream()
91 Contract.EndContractBlock(); in MemoryStream()
117 Contract.EndContractBlock(); in MemoryStream()
293 Contract.EndContractBlock();
329 Contract.EndContractBlock();
348 Contract.EndContractBlock(); in Read()
444 Contract.EndContractBlock(); in CopyToAsync()
532 Contract.EndContractBlock(); in SetLength()
571 Contract.EndContractBlock(); in Write()
663 Contract.EndContractBlock(); in WriteTo()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/mscorlib/system/runtime/compilerservices/
H A DAsyncMethodBuilder.cs73 Contract.EndContractBlock(); in Contract.EndContractBlock()
204 Contract.EndContractBlock(); in SetException()
305 Contract.EndContractBlock(); in Contract.EndContractBlock()
460 Contract.EndContractBlock();
623 Contract.Requires(completedTask != null, "Expected non-null task");
650 Contract.EndContractBlock();
715 Contract.Ensures(
859 Contract.EndContractBlock();
887 Contract.EndContractBlock();
904 Contract.Assert(m_defaultContextAction == null || m_stateMachine != null,
[all …]
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/status-im/keycard-go/vendor/github.com/ethereum/go-ethereum/core/vm/
H A Dgas_table.go61 …return func(gt params.GasTable, evm *EVM, contract *Contract, stack *Stack, mem *Memory, memorySiz…
118 func gasSStore(gt params.GasTable, evm *EVM, contract *Contract, stack *Stack, mem *Memory, memoryS… argument
186 …return func(gt params.GasTable, evm *EVM, contract *Contract, stack *Stack, mem *Memory, memorySiz…
215 func gasSha3(gt params.GasTable, evm *EVM, contract *Contract, stack *Stack, mem *Memory, memorySiz… argument
293 func gasMLoad(gt params.GasTable, evm *EVM, contract *Contract, stack *Stack, mem *Memory, memorySi… argument
361 func gasSLoad(gt params.GasTable, evm *EVM, contract *Contract, stack *Stack, mem *Memory, memorySi… argument
365 func gasExp(gt params.GasTable, evm *EVM, contract *Contract, stack *Stack, mem *Memory, memorySize… argument
378 func gasCall(gt params.GasTable, evm *EVM, contract *Contract, stack *Stack, mem *Memory, memorySiz… argument
512 func gasPush(gt params.GasTable, evm *EVM, contract *Contract, stack *Stack, mem *Memory, memorySiz… argument
516 func gasSwap(gt params.GasTable, evm *EVM, contract *Contract, stack *Stack, mem *Memory, memorySiz… argument
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Core/System/Linq/Parallel/Partitioning/
H A DPartitionedStream.cs44 Contract.Assert(partitionCount > 0); in PartitionedStream()
61 Contract.Assert(m_partitions != null);
62 Contract.Assert(0 <= index && index < m_partitions.Length, "index out of bounds");
67 Contract.Assert(m_partitions != null);
68 Contract.Assert(value != null);
69Contract.Assert(0 <= index && index < m_partitions.Length, "index out of bounds");
82 Contract.Assert(m_partitions != null);
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/mscorlib/system/security/policy/
H A Dhash.cs92 Contract.EndContractBlock(); in Hash()
108 Contract.Assert(hash != null); in Hash()
120 Contract.Assert(hashType != null); in Hash()
121 Contract.Assert(hashValue != null); in Hash()
139 Contract.EndContractBlock(); in CreateSHA1()
152 Contract.EndContractBlock(); in CreateSHA256()
165 Contract.EndContractBlock(); in CreateMD5()
293 Contract.EndContractBlock(); in GenerateHash()
334 Contract.Assert(assemblyBytes != null); in GenerateHash()
362 Contract.Assert(assemblyBytes != null); in GenerateDefaultHashes()
[all …]
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/status-im/keycard-go/vendor/github.com/ethereum/go-ethereum/contracts/chequebook/contract/
H A Dchequebook.go62 Contract *Chequebook // Generic contract binding to set the session for member
70 Contract *ChequebookCaller // Generic contract caller binding to set the session for member
83 Contract *Chequebook // Generic contract binding to access the raw methods on member
152 return _Chequebook.Contract.ChequebookTransactor.contract.Transfer(opts)
165 return _Chequebook.Contract.contract.Call(opts, result, method, params...)
171 return _Chequebook.Contract.contract.Transfer(opts)
176 return _Chequebook.Contract.contract.Transact(opts, method, params...)
195 return _Chequebook.Contract.Sent(&_Chequebook.CallOpts, arg0)
202 return _Chequebook.Contract.Sent(&_Chequebook.CallOpts, arg0)
237 return _Chequebook.Contract.Kill(&_Chequebook.TransactOpts)
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/mscorlib/system/text/
H A Dutf8encoding.cs137 Contract.EndContractBlock(); in GetByteCount()
159 Contract.EndContractBlock(); in GetByteCount()
182 Contract.EndContractBlock(); in GetByteCount()
212 Contract.EndContractBlock(); in GetBytes()
260 Contract.EndContractBlock(); in GetBytes()
297 Contract.EndContractBlock(); in GetBytes()
325 Contract.EndContractBlock(); in GetCharCount()
353 Contract.EndContractBlock(); in GetCharCount()
383 Contract.EndContractBlock(); in GetChars()
420 Contract.EndContractBlock(); in GetChars()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/corlib/Test/System.Diagnostics.Contracts/
H A DContractMarkerMethodsTest.cs24 Contract.EndContractBlock (); in TestEndContractBlock()
33 int i = Contract.OldValue<int> (8); in TestOldValue()
34 object o = Contract.OldValue<object> (new object ()); in TestOldValue()
46 int i = Contract.Result<int> (); in TestResult()
47 object o = Contract.Result<object> (); in TestResult()
62 i = Contract.ValueAtReturn (out iOut); in TestValueAtReturn()
63 o = Contract.ValueAtReturn (out oOut); in TestValueAtReturn()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Diagnostics.Contracts/tests/
H A DValueTests.cs14 Assert.Equal(0, Contract.OldValue<int>(42)); in OldValueReturnsDefault()
15 Assert.Null(Contract.OldValue<string>("test")); in OldValueReturnsDefault()
21 Assert.Equal(0, Contract.Result<int>()); in ResultReturnsDefault()
22 Assert.Null(Contract.Result<string>()); in ResultReturnsDefault()
29 Assert.Equal(0, Contract.ValueAtReturn(out intValue)); in ValueAtReturnReturnsDefault()
33 Assert.Null(Contract.ValueAtReturn(out strValue)); in ValueAtReturnReturnsDefault()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.ComponentModel.Composition/src/Microsoft/Internal/
H A DRequires.cs23 Contract.EndContractBlock(); in Contract.EndContractBlock()
32 Contract.EndContractBlock(); in Contract.EndContractBlock()
40 Contract.EndContractBlock(); in Contract.EndContractBlock()
47 if (values != null && !Contract.ForAll(values, (value) => value != null))
51 Contract.EndContractBlock(); in Contract.EndContractBlock()
82 …if (values != null && !Contract.ForAll(values, (keyValue) => keyValue.Key != null && keyValue.Valu…
86 Contract.EndContractBlock(); in Contract.EndContractBlock()
97 Contract.EndContractBlock(); in IsInMembertypeSet()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/mscorlib/system/security/cryptography/
H A Dcapinative.cs277 Contract.Assert(keyContainer == null, "Key containers are not supported"); in AcquireCsp()
305Contract.Assert(cspHandle != null && !cspHandle.IsInvalid, "cspHandle != null && !cspHandle.IsInva… in CreateHashAlgorithm()
321Contract.Assert(cspHandle != null && !cspHandle.IsInvalid, "cspHandle != null && !cspHandle.IsInva… in GenerateRandomBytes()
322Contract.Assert(buffer != null && buffer.Length > 0, "buffer != null && buffer.Length > 0"); in GenerateRandomBytes()
335Contract.Assert(cspHandle != null && !cspHandle.IsInvalid, "cspHandle != null && !cspHandle.IsInva… in GenerateRandomBytes()
336Contract.Assert(buffer != null && buffer.Length > 0, "buffer != null && buffer.Length > 0"); in GenerateRandomBytes()
337 Contract.Assert(offset >= 0 && count > 0, "offset >= 0 && count > 0"); in GenerateRandomBytes()
338 Contract.Assert(buffer.Length >= offset + count, "buffer.Length >= offset + count"); in GenerateRandomBytes()
401Contract.Assert(keyHandle != null && !keyHandle.IsInvalid, "keyHandle != null && !keyHandle.IsInva… in GetKeyProperty()
452 Contract.Assert(hashValue != null, "hashValue != null"); in VerifySignature()
[all …]
/dports/security/lego/lego-4.5.3/vendor/github.com/akamai/AkamaiOPEN-edgegrid-golang/papi-v1/
H A Dproperties.go131 property.Contract = contract
133 go property.Contract.GetContract()
137 contractCompleted := <-property.Contract.Complete
149 Contract *Contract `json:"-"` member
166 property := &Property{parent: parent, Group: &Group{}, Contract: &Contract{}}
176 property.ContractID = property.Contract.ContractID
217 property.Contract = newProperties.Properties.Items[0].Contract
349 property.Contract = NewContract(NewContracts())
356 go property.Contract.GetContract()
377 property.Contract.ContractID,
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/mscorlib/system/threading/Tasks/
H A DTask.cs565 Contract.EndContractBlock(); in Task()
1167 Contract.EndContractBlock(); in RunSynchronously()
1249 Contract.Assert( in InternalRunSynchronously()
1288 Contract.EndContractBlock(); in InternalStartNew()
1980 Contract.Assert( in ScheduleAndStart()
2019 Contract.Assert( in AddException()
2025 Contract.Assert( in AddException()
3171 Contract.EndContractBlock(); in Wait()
3929 Contract.EndContractBlock(); in ContinueWith()
4131 Contract.EndContractBlock(); in ContinueWith()
[all …]
H A DTaskToApm.cs47 Contract.Requires(task != null); in Begin()
82Contract.Assert(task != null, "TaskWrapperAsyncResult should never wrap a null Task."); in End()
107Contract.Assert(twar.Task != null, "TaskWrapperAsyncResult should never wrap a null Task."); in End()
127 Contract.Requires(antecedent != null); in InvokeCallbackWhenTaskCompletes()
128 Contract.Requires(callback != null); in InvokeCallbackWhenTaskCompletes()
129 Contract.Requires(asyncResult != null); in InvokeCallbackWhenTaskCompletes()
174 Contract.Requires(task != null); in TaskWrapperAsyncResult()
175Contract.Requires(!completedSynchronously || task.IsCompleted, "If completedSynchronously is true,… in TaskWrapperAsyncResult()
H A DBeginEndAwaitableAdapter.cs70 Contract.Assert(asyncResult != null);
71 Contract.Assert(asyncResult.IsCompleted);
72 Contract.Assert(asyncResult.AsyncState is BeginEndAwaitableAdapter);
89 Contract.Assert(continuation != CALLBACK_RAN);
119 Contract.Assert(continuation != null); in UnsafeOnCompleted()
128 Contract.Assert(continuation != null); in OnCompleted()
147 Contract.Assert(_asyncResult != null && _asyncResult.IsCompleted); in GetResult()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Runtime.WindowsRuntime/src/System/Runtime/InteropServices/WindowsRuntime/
H A DWindowsRuntimeBuffer.cs40 Contract.Ensures(Contract.Result<IBuffer>() != null); in Create()
41 Contract.Ensures(Contract.Result<IBuffer>().Length == unchecked((UInt32)0)); in Create()
42 Contract.Ensures(Contract.Result<IBuffer>().Capacity == unchecked((UInt32)capacity)); in Create()
43 Contract.EndContractBlock(); in Create()
60 Contract.Ensures(Contract.Result<IBuffer>() != null); in Create()
61 Contract.Ensures(Contract.Result<IBuffer>().Length == unchecked((UInt32)length)); in Create()
62 Contract.Ensures(Contract.Result<IBuffer>().Capacity == unchecked((UInt32)capacity)); in Create()
64 Contract.EndContractBlock(); in Create()
133 Contract.EndContractBlock(); in WindowsRuntimeBuffer()
152 Contract.EndContractBlock(); in WindowsRuntimeBuffer()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/mscorlib/system/runtime/versioning/
H A Dbinarycompatibility.cs118Contract.Ensures(Contract.Result<TargetFrameworkId>() > TargetFrameworkId.NotYetChecked);
132Contract.Ensures(Contract.Result<int>() > 0 || s_AppWasBuiltForFramework == TargetFrameworkId.Unsp…
137 Contract.Assert(s_AppWasBuiltForFramework != TargetFrameworkId.Unrecognized);
188Contract.Requires(buildAgainstVersion > 0 || builtAgainstFramework == TargetFrameworkId.Unspecifi… in AddQuirksForFramework()
256 Contract.Assert(false, "Bad framework kind"); in AddQuirksForFramework()
259Contract.Assert(false, "Error: we introduced a new Target Framework but did not update our binary … in AddQuirksForFramework()
270 Contract.Requires(!String.IsNullOrEmpty(targetFrameworkMoniker)); in ParseTargetFrameworkMonikerIntoEnum()
334Contract.Assert(false, "This is a phone app, but we can't tell what version this is!"); in ParseTargetFrameworkMonikerIntoEnum()
340Contract.Assert(false, String.Format(CultureInfo.InvariantCulture, "Unrecognized Silverlight profi… in ParseTargetFrameworkMonikerIntoEnum()
370 Contract.EndContractBlock(); in ParseFrameworkName()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Core/System/Linq/Parallel/QueryOperators/Unary/
H A DForAllOperator.cs39 Contract.Assert(child != null, "child data source cannot be null"); in ForAllOperator()
40 Contract.Assert(elementAction != null, "need a function"); in ForAllOperator()
51 Contract.Assert(m_elementAction != null); in RunSynchronously()
69 Contract.Assert(enumerator == null); in RunSynchronously()
108 Contract.Assert(false, "AsSequentialQuery is not supported on ForAllOperator"); in AsSequentialQuery()
139 Contract.Assert(source != null); in ForAllEnumerator()
140 Contract.Assert(elementAction != null); in ForAllEnumerator()
154 Contract.Assert(m_elementAction != null, "expected a compiled operator"); in MoveNext()
177 Contract.Assert(m_source != null); in Dispose()
H A DSelectManyQueryOperator.cs212 Contract.Assert(m_indexedRightChildSelector != null); in AsSequentialQuery()
265 Contract.Assert(leftSource != null); in IndexedSelectManyQueryOperatorEnumerator()
266 Contract.Assert(selectManyOperator != null); in IndexedSelectManyQueryOperatorEnumerator()
302 Contract.Assert(rightChild != null); in MoveNext()
305 Contract.Assert(m_currentRightSource != null); in MoveNext()
335 Contract.Assert(m_currentRightSourceAsOutput != null); in MoveNext()
395 Contract.Assert(leftSource != null); in SelectManyQueryOperatorEnumerator()
396 Contract.Assert(selectManyOperator != null); in SelectManyQueryOperatorEnumerator()
432 Contract.Assert(rightChild != null); in MoveNext()
435 Contract.Assert(m_currentRightSource != null); in MoveNext()
[all …]
/dports/www/rss-bridge/rss-bridge-2021-04-25/bridges/
H A DDiceBridge.php63 'Contract - Independent' => 'Contract Independent',
64 'Contract - W2' => 'Contract W2',
65 'Contract to Hire - Independent' => 'C2H Independent',
66 'Contract to Hire - W2' => 'C2H W2',
67 'Third Party - Contract - Corp-to-Corp' => 'Contract Corp-To-Corp',
68 'Third Party - Contract to Hire - Corp-to-Corp' => 'C2H Corp-To-Corp',
/dports/net/freeradius3/freeradius-server-3.0.25/share/
H A Ddictionary.airespace18 ATTRIBUTE Airespace-Data-Bandwidth-Average-Contract 7 integer
19 ATTRIBUTE Airespace-Real-Time-Bandwidth-Average-Contract 8 integer
20 ATTRIBUTE Airespace-Data-Bandwidth-Burst-Contract 9 integer
21 ATTRIBUTE Airespace-Real-Time-Bandwidth-Burst-Contract 10 integer
23 ATTRIBUTE Airespace-Data-Bandwidth-Average-Contract-Upstream 13 integer
24 ATTRIBUTE Airespace-Real-Time-Bandwidth-Average-Contract-Upstream 14 integer
25 ATTRIBUTE Airespace-Data-Bandwidth-Burst-Contract-Upstream 15 integer
26 ATTRIBUTE Airespace-Real-Time-Bandwidth-Burst-Contract-Upstream 16 integer
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Collections.Immutable/src/System/Collections/Immutable/
H A DImmutableSortedDictionary_2.cs87 Contract.Ensures(Contract.Result<ImmutableSortedDictionary<TKey, TValue>>() != null); in Clear()
88 Contract.Ensures(Contract.Result<ImmutableSortedDictionary<TKey, TValue>>().IsEmpty); in Clear()
266 Contract.Ensures(Contract.Result<ImmutableSortedDictionary<TKey, TValue>>() != null); in Add()
279 Contract.Ensures(Contract.Result<ImmutableSortedDictionary<TKey, TValue>>() != null); in SetItem()
280 Contract.Ensures(!Contract.Result<ImmutableSortedDictionary<TKey, TValue>>().IsEmpty); in SetItem()
296 Contract.Ensures(Contract.Result<ImmutableDictionary<TKey, TValue>>() != null); in SetItems()
309 Contract.Ensures(Contract.Result<ImmutableSortedDictionary<TKey, TValue>>() != null); in AddRange()
321 Contract.Ensures(Contract.Result<ImmutableSortedDictionary<TKey, TValue>>() != null); in Remove()
334 Contract.Ensures(Contract.Result<ImmutableSortedDictionary<TKey, TValue>>() != null); in RemoveRange()
358 Contract.Ensures(Contract.Result<ImmutableSortedDictionary<TKey, TValue>>() != null); in WithComparers()
[all …]

12345678910>>...111