<div v-if="activeDetailKey.includes('request')" class="down-icon"> <icon-down :size="10" class="block" /> </div> <div v-else class="h-[16px] w-[16px] !rounded-full p-[4px]"> <icon-right :size="10" class="block" /> <div class="flex items-center justify-between"> <...
+ public sealed class StaticAssetResponseHeader { + public StaticAssetResponseHeader(string name, string value); + public string Name { get; } + public string Value { get; } + } + public sealed class StaticAssetSelector { + public StaticAssetSelector(string name, string value, string quali...
* class of bugs, so it's recommended to use it always. */ */ library SafeMath { library SafeMath { /** /** * @dev Returns the addition of two unsigned integers, reverting on * @dev Returns the addition of two unsigned integers, reverting on * overflow. * overflow. * * * Counterp...
Calculates the difference between two arrays or strings producing an array containing a list of changes necessary to transform input into output. diff( 'aba', 'acca' ); // [ 'equal', 'insert', 'insert', 'delete', 'equal' ] This function is based on the "O(NP) Sequence Comparison ...
ObjectId of the base tree of this diff. diffEntries List of tree entries that differ between the base and target tree. Renames and object type changes are returned as a delete for the old object and add for the new object. If a continuation token is returned in the response header, som...
While a diffable data source can determine the changes between its current snapshot and a new one, it doesn’t monitor the data collection for changes. Instead, it’s the responsibility of the app to detect data changes and tell the diffable data source a...
if([[items objectAtIndex:i] isKindOfClass:UIView.class]) [self addNavigationItem:[items objectAtIndex:i] tag:i]; [self addNavigationItem:[items objectAtIndex:i] tag:i]; } } // is there any controllers ? // is there any controllers ? if(views if(views && views.count > 0){ && ...
(Foundation.NSObjectFlag t); protected AVAssetSegmentReportSampleInformation (IntPtr handle); // properties public override IntPtr ClassHandle { get; } public virtual bool IsSyncSample { get; } public virtual nint Length { get; } public virtual nint Offset { get; } public virtual Core...
print only the header but not the diff between the preimage and /dev/null. The resulting patch is not meant to be applied with patch nor git apply; this is solely for people who want to just concentrate on reviewing the text after the change. In addition, the output obviously lack ...
{ get; set; } public override IntPtr ClassHandle { get; } public IGKSessionDelegate Delegate { get; set; } public virtual double DisconnectTimeout { get; set; } public virtual string DisplayName { get; } public virtual string PeerID { get; } public virtual string SessionID { get; } ...