+ public void Insert(int index, TKey key, TValue value); + public bool Remove(TKey key); + public bool Remove(TKey key, out TValue value); + public void RemoveAt(int index); + public void SetAt(int index, TKey
public interface IPinnable { // methods public virtual MemoryHandle Pin (int elementIndex); public virtual void Unpin (); } New Type: System.Buffers.MemoryHandle C# 复制 public struct MemoryHandle, System.IDisposable { // constructors public MemoryHandle (void* pointer, System.Runtime.Inter...
public void generateXSL(java.io.Writer out) throws java.io.IOException, java.lang.NullPointerException Generates an XSL file of input filename which represents the differences between the 2 XML files which were set initially. If the input filename is null a default XSL file named XMLDiff.xsl...
Omit the preimage for deletes, i.e. print only the header but not the diff between the preimage and/dev/null. The resulting patch is not meant to be applied withpatchorgit apply; this is solely for people who want to just concentrate on reviewing the text after the change. In addition...
Gitee.com(码云) 是 OSCHINA.NET 推出的代码托管平台,支持 Git 和 SVN,提供免费的私有仓库托管。目前已有超过 1350万的开发者选择 Gitee。
Type Changed: Foundation.NSNullAdded interface:C# Copy CoreAnimation.ICAAction Added method:C# Copy public virtual void RunAction (string eventKey, NSObject obj, NSDictionary arguments); Type Changed: Foundation.NSNumberAdded interfaces:C# Copy CloudKit.ICKRecordValue CoreData.INSFetchRequest...
int main(void) { time_t start, finish; int n, even_num=0, odd_num=0; time(&start); /* This loop finds the even and odd numbers between 1 and SIZE */ for (n = 1; n <= SIZE; n++) { if(n%2 == 0) { even_num++; ...
Various patch files for rsync that get updated with each new rsync release. Patches go here to simmer and see if they'll make it into the main release. See the individual patch files to check if the patch is preliminary and/or untested. - rsync-patches
void fill_filespec(struct diff_filespec *, const struct object_id *, int, unsigned short); /* * Prefetch the entries in diff_queued_diff. The parameter is a pointer to a * struct repository. */ void diff_queued_diff_prefetch(void *repository); struct diff_populate_filespec_options { uns...
{ int i; for (i = 0; i < ARRAY_SIZE(diff_temp); i++) { if (is_tempfile_active(diff_temp[i].tempfile)) delete_tempfile(&diff_temp[i].tempfile); diff_temp[i].name = NULL; } } static void add_line_count(struct strbuf *out, int count) { switch (count) { case 0: st...