100+ results for 'i++; source:CodePlex'
Not the results you expected?
RubyArrayTests.cs (https://hg.codeplex.com/quartz) C# · 360 lines
Access.cs (https://NBgeili.svn.codeplex.com/svn) C# · 222 lines
75 }
76 }
77 i++;
78 }
79 _InsStr.AppendFormat("{0} ({1}) values ({2}) ", _InsStrIns, _InsStrFields, _InsStrValues);
123 _strFieldValue.Append(" = '" + myEnumerator.Value + "'");
124 }
125 i++;
126 }
127 _strUpdate.AppendFormat("update {0} Set {1} where {2}", this.GetTableName(), _strFieldValue, _strWhere);
FeedRdfXmlParser.cs (https://infoservice.svn.codeplex.com/svn) C# · 124 lines
YnQuadTree.cs (https://git01.codeplex.com/yna) C# · 268 lines
ExpressionParserBase.cs (https://hg.codeplex.com/napp) C# · 346 lines
DataRowConverter.cs (https://netjswire.svn.codeplex.com/svn) C# · 195 lines
ParamsArgBuilder.cs
(https://IronPython.svn.codeplex.com/svn)
C# · 185 lines
✨ Summary
This C# code defines a class ParamsArgBuilder
that builds an expression for a parameter array argument in a method call. It takes into account both expanded and collapsed arguments, and generates an expression that can be used to access the elements of the array. The generated expression is optimized for performance and can be used to create a delegate or evaluated as an expression tree.
This C# code defines a class ParamsArgBuilder
that builds an expression for a parameter array argument in a method call. It takes into account both expanded and collapsed arguments, and generates an expression that can be used to access the elements of the array. The generated expression is optimized for performance and can be used to create a delegate or evaluated as an expression tree.
KeywordTrigger.cs (https://smartersql.svn.codeplex.com/svn) C# · 302 lines
20 // ON { object_name | DATABASE | ALL SERVER } [ ; ]
21 public static void HandleEnableDisableTrigger(List<TokenInfo> lstTokens, ref int i) {
22 i++;
23 TokenInfo nextToken = InStatement.GetNextNonCommentToken(lstTokens, ref i);
24 if (null == nextToken) {
114 public static void HandleCreateAlterTrigger(StatementSpans currentStartSpan, List<TokenInfo> lstTokens, ref int i, ref int sysObjectId, List<SysObject> lstSysObjects) {
115 Parser parser = TextEditor.CurrentWindowData.Parser;
116 i++;
117 TokenInfo nextToken = InStatement.GetNextNonCommentToken(lstTokens, ref i);
118 if (null == nextToken || nextToken.Type != TokenType.Identifier) {
FormsyServiceTest.cs (https://formsy.svn.codeplex.com/svn) C# · 379 lines
PartialFileRead.cs (https://bofc.svn.codeplex.com/svn) C# · 434 lines
MainTab.cs
(https://hg01.codeplex.com/hydrodesktop)
C# · 2369 lines
✨ Summary
This C# code initializes a menu system for a configuration editor application. It sets up various menu items, such as “File”, “Edit”, and “Help” menus, with sub-menus and actions associated with each item. The code also defines event handlers for when these menu items are clicked or selected.
This C# code initializes a menu system for a configuration editor application. It sets up various menu items, such as “File”, “Edit”, and “Help” menus, with sub-menus and actions associated with each item. The code also defines event handlers for when these menu items are clicked or selected.
TestHelper.cs (https://EffiProz.svn.codeplex.com/svn) C# · 340 lines
EnumeratedValueArgument.cs (https://commandlineparser.svn.codeplex.com/svn) C# · 225 lines
ProviderMovingPictures.cs (https://infoservice.svn.codeplex.com/svn) C# · 223 lines
132 logger.WriteLog(string.Format("MovingPictures: Recently Added Movie {0} is {1}", i, movie.Title), LogLevel.Debug, InfoServiceModul.RecentlyAddedWatched);
133 items.Add(ra);
134 i++;
135 if (i == MaxRecentlyItems + 1) break;
136 }
179 items.Add(ra);
180 logger.WriteLog(string.Format("Moving Pictures: Recently Watched Movie {0} is {1}", i, movie.Title), LogLevel.Debug, InfoServiceModul.RecentlyAddedWatched);
181 i++;
182 if (i == MaxRecentlyItems + 1) break;
183 }
PEstructura.cs (https://hg.codeplex.com/vdata) C# · 195 lines
MessageClient.cs (https://socketslight.svn.codeplex.com/svn) C# · 310 lines
pongLens.cpp (https://mona.svn.codeplex.com/svn) C++ · 336 lines
CssParser.cs (https://jumony.svn.codeplex.com/svn) C# · 521 lines
JVertexCollector.cs (https://JADENGINE.svn.codeplex.com/svn) C# · 458 lines
CustomMethodManager.cs (https://LateBindingApi.svn.codeplex.com/svn) C# · 276 lines
WbfsUsage.cs (https://wbfssync.svn.codeplex.com/svn) C# · 195 lines
TagFromFileHelper.cs (https://gdflactool.svn.codeplex.com/svn) C# · 365 lines
AsyncTests.Creation.cs (https://git01.codeplex.com/rx) C# · 409 lines
MatrixConverter.cs (https://SpatialIndexing.svn.codeplex.com/svn) C# · 339 lines
ArrOps.cs (https://cbucks.svn.codeplex.com/svn) C# · 834 lines
136 if(i < n) {
137 switch(iis[i]) {
138 case -1: iis[i]++; res[i] = a[i]; i++; break;
139 case 0: iis[i]++; res[i] = b[i]; i++; break;
186 arr2[i, j++] = v;
187 if(j == s) {
188 i++;
189 j = 0;
190 } // end of if()
231 arr2[p] = arr[i, j++];
232 if(j == s) {
233 i++;
234 j = 0;
235 } // end of if()
256 arr2[p0, p1, p2] = arr[i, j++];
257 if(j == s) {
258 i++;
259 j = 0;
260 } // end of if()
ArrOps.cs (https://cbucks.svn.codeplex.com/svn) C# · 645 lines
Count_TipoProb.cs (https://inventariohardsoft.svn.codeplex.com/svn) C# · 430 lines
71 obj[5] = ((DateTime)obj[5]).Equals(DateTime.MinValue) ? String.Empty : ((DateTime)obj[5]).ToShortDateString();
72 dg.Rows.Add(obj);
73 i++;
74 }
75 dg.Columns[8].Visible = false;
116 obj[5] = ((DateTime)obj[5]).Equals(DateTime.MinValue) ? String.Empty : ((DateTime)obj[5]).ToShortDateString();
117 dg.Rows.Add(obj);
118 i++;
119 }
120 dg.Columns[8].Visible = true;
181 obj[5] = ((DateTime)obj[5]).Equals(DateTime.MinValue) ? String.Empty : ((DateTime)obj[5]).ToShortDateString();
182 dg.Rows.Add(obj);
183 i++;
184 }
185 dg.Columns[8].Visible = false;
MicrosoftAjax.debug.js (https://myshop.svn.codeplex.com/svn) JavaScript · 6851 lines
MainTest.cs (https://PropertyExpression.svn.codeplex.com/svn) C# · 343 lines
MainTest.cs (https://PropertyExpression.svn.codeplex.com/svn) C# · 344 lines
InStatement.cs (https://smartersql.svn.codeplex.com/svn) C# · 739 lines
25 nextToken = null;
26 int start = i;
27 i++;
28 for (int j = 0; j < kindToFind.Length; j++) {
29 nextToken = GetNextNonCommentToken(lstTokens, ref i);
39 nextToken = null;
40 int start = i;
41 i++;
42 for (int j = 0; j < typeToFind.Length; j++) {
43 nextToken = GetNextNonCommentToken(lstTokens, ref i);
66 int start = i;
67 for (int j = 0; j < kindToFind.Length; j++) {
68 i++;
69 nextToken = GetNextNonCommentToken(lstTokens, ref i);
70 if (null == nextToken || nextToken.Kind != kindToFind[j]) {
DbCommandHelper.cs (https://scl.svn.codeplex.com/svn) C# · 340 lines
QuadTree.cs (https://Helium.svn.codeplex.com/svn) C# · 602 lines
CoordinateArrays.cs (https://azukimap.svn.codeplex.com/svn) C# · 417 lines
DenseAnsiBvtTestCases.cs (https://mbf.svn.codeplex.com/svn) C# · 479 lines
SparseSequenceBvtTestCases.cs (https://mbf.svn.codeplex.com/svn) C# · 490 lines
PolygonShape.cs (https://vecdraw.svn.codeplex.com/svn) C# · 824 lines
DragDropGrid.cs (https://layout.svn.codeplex.com/svn) C# · 537 lines
TPCCGenData.cs (https://tpccbench.svn.codeplex.com/svn) C# · 648 lines
ArrayExtensionsTests.cs (https://LinqLib.svn.codeplex.com/svn) C# · 1041 lines
JobDetails.cs (https://scorch.svn.codeplex.com/svn) C# · 1773 lines
SpinTest.cs (https://metanumerics.svn.codeplex.com/svn) C# · 1126 lines
AnalysisTest.cs (https://EpiInfo.svn.codeplex.com/svn) C# · 502 lines
128 rv = Double.TryParse(values[50], out dfkwts[i]);
129 rv = Double.TryParse(values[51], out pchikwts[i]);
130 i++;
131 if (i == linesinfile)
132 break;
333 rv = Double.TryParse(values[59], out dfkwts[i]);
334 rv = Double.TryParse(values[60], out pchikwts[i]);
335 i++;
336 if (i == linesinfile)
337 break;
467 rv = Double.TryParse(values[15], out fisher1s[i]);
468 rv = Double.TryParse(values[16], out fisher2s[i]);
469 i++;
470 if (i == linesinfile)
471 break;
ValidationTest.cs (https://hg01.codeplex.com/navigation) C# · 347 lines
Rels.php
(https://PHPExcel.svn.codeplex.com/svn)
PHP · 380 lines
✨ Summary
This PHP class generates XML output for an Excel file’s relationships, such as image and drawing references. It creates a Shared_XMLWriter
object to write the XML content, and uses methods like _writeRelationship
to define the relationships between different parts of the Excel file. The output is a string representation of the XML code that can be used to recreate the Excel file’s structure.
This PHP class generates XML output for an Excel file’s relationships, such as image and drawing references. It creates a Shared_XMLWriter
object to write the XML content, and uses methods like _writeRelationship
to define the relationships between different parts of the Excel file. The output is a string representation of the XML code that can be used to recreate the Excel file’s structure.
UserDA.cs (https://plier.svn.codeplex.com/svn) C# · 259 lines
PhysicalMeasure.2.Classes.cs (https://PhysicalMeasure.svn.codeplex.com/svn) C# · 7917 lines
135 { // Compare exponents where defined in both arrays
136 equal = exponents1[i] == exponents2[i];
137 i++;
138 }
139 while (equal && i < MinNoOfBaseUnits);
150 equal = exponents2[i] == 0;
151 }
152 i++;
153 }
154 return equal;
167 {
168 isDimensionless = exponents[i] == 0;
169 i++;
170 }
171 while (i < NoOfBaseUnits && isDimensionless);
MixedCodeDocument.cs (https://QuickDevFrameWork.svn.codeplex.com/svn) C# · 453 lines
GenerateEventAssembly.cs (https://HappyQ.svn.codeplex.com/svn) C# · 684 lines
375 MethodAttributes.HideBySig | MethodAttributes.Virtual | MethodAttributes.NewSlot,
376 i, luaTableField, returnTypesField, false, out returnTypes[i] );
377 i++;
378 }
379 else
383 GenerateMethod( myType, method, ( method.Attributes | MethodAttributes.NewSlot ) ^ MethodAttributes.NewSlot, i,
384 luaTableField, returnTypesField, true, out returnTypes[i] );
385 i++;
386 }
387 }
Scheduler.cs (https://mathphoenix.svn.codeplex.com/svn) C# · 1279 lines
JavaCharStream.java (https://shaders.svn.codeplex.com/svn) Java · 618 lines
MultiRectArea.cs (https://javapi.svn.codeplex.com/svn) C# · 952 lines
Logical.cs (https://javapi.svn.codeplex.com/svn) C# · 803 lines
74 resDigits[i] = val.digits[i] + val.sign;
75 // Copying the remaining unchanged digit
76 for (i++; i < val.numberLength; i++) {
77 resDigits[i] = val.digits[i];
78 }
147 if (i == iNeg) {
148 resDigits[i] = -negative.digits[i] & positive.digits[i];
149 i++;
150 }
151 int limit = java.lang.Math.min(negative.numberLength, positive.numberLength);
190 }
191 if (digit == 0) {
192 for (i++; i < shorter.numberLength && (digit = ~(longer.digits[i] | shorter.digits[i])) == 0; i++)
193 ; // digit = ~longer.digits[i] & ~shorter.digits[i]
194 if (digit == 0) {
Pixels.cs (https://PixelsCMS.svn.codeplex.com/svn) C# · 657 lines
Iter.js (https://ajaxcontrol.svn.codeplex.com/svn) JavaScript · 808 lines
ImageProcessing.cs (https://b3.svn.codeplex.com/svn) C# · 452 lines
DockPanel.cs (https://guoyongrong.svn.codeplex.com/svn) C# · 2493 lines
struct.cs (https://CoolEngine.svn.codeplex.com/svn) C# · 760 lines
124 while (Char.IsDigit(fmt[i])) {
125 count = count * 10 + (fmt[i] - '0');
126 i++;
127 }
128 if (Char.IsWhiteSpace(fmt[i])) Error("white space not allowed between count and format");
239 while (Char.IsDigit(fmt[i])) {
240 count = count * 10 + (fmt[i] - '0');
241 i++;
242 }
243 if (Char.IsWhiteSpace(fmt[i])) Error("white space not allowed between count and format");
331 while (Char.IsDigit(fmt[i])) {
332 count = count * 10 + (fmt[i] - '0');
333 i++;
334 }
335 i--;
EvolveMoxen.java (https://mona.svn.codeplex.com/svn) Java · 1787 lines
MoxWorldBuilder.java (https://mona.svn.codeplex.com/svn) Java · 605 lines
Usuarios.xaml.cs (https://arso.svn.codeplex.com/svn) C# · 698 lines
Cronogramas.xaml.cs (https://arso.svn.codeplex.com/svn) C# · 624 lines
GestionEmpleados.xaml.cs (https://arso.svn.codeplex.com/svn) C# · 760 lines
Atencion Consultorio.xaml.cs (https://arso.svn.codeplex.com/svn) C# · 578 lines
EDFHeader.cs (https://edf.svn.codeplex.com/svn) C# · 409 lines
ShapesCollection.cs (https://drawingboard.svn.codeplex.com/svn) C# · 993 lines
jquery.format.js (https://jquerywebtoolkit.svn.codeplex.com/svn) JavaScript · 522 lines
ExecuteCustomCommands.cs (https://sharepointinstaller.svn.codeplex.com/svn) C# · 163 lines
PropertyBag.cs (https://SharpMap.svn.codeplex.com/svn) C# · 600 lines
cStringIO.cs
(https://IronPython.svn.codeplex.com/svn)
C# · 530 lines
✨ Summary
This C# code defines a custom implementation of StringIO
classes, which are used to read and write strings to streams. The StringI
class reads from a stream, while the StringO
class writes to a stream. These classes mimic the behavior of Python’s built-in io.StringIO
module, allowing for efficient string manipulation in C#.
This C# code defines a custom implementation of StringIO
classes, which are used to read and write strings to streams. The StringI
class reads from a stream, while the StringO
class writes to a stream. These classes mimic the behavior of Python’s built-in io.StringIO
module, allowing for efficient string manipulation in C#.
IListOfByteOps.cs
(https://IronPython.svn.codeplex.com/svn)
C# · 1343 lines
✨ Summary
This C# code provides a set of extension methods for working with byte arrays, allowing them to be treated as strings and enabling various string-like operations such as indexing, iteration, and conversion to other types like integers. It also includes functionality for converting hexadecimal strings to byte arrays and creating iterators for iterating over the bytes in an array.
This C# code provides a set of extension methods for working with byte arrays, allowing them to be treated as strings and enabling various string-like operations such as indexing, iteration, and conversion to other types like integers. It also includes functionality for converting hexadecimal strings to byte arrays and creating iterators for iterating over the bytes in an array.
LiteralParser.cs
(https://IronPython.svn.codeplex.com/svn)
C# · 620 lines
✨ Summary
This C# code is a Python interpreter implementation, providing methods for parsing and evaluating Python expressions, including arithmetic operations, complex numbers, and string manipulation. It includes functions for parsing strings, replacing Unicode digits, and handling exceptions, allowing it to execute Python-like code in C#. The code provides a way to run Python scripts or interact with Python from within a C# application.
This C# code is a Python interpreter implementation, providing methods for parsing and evaluating Python expressions, including arithmetic operations, complex numbers, and string manipulation. It includes functions for parsing strings, replacing Unicode digits, and handling exceptions, allowing it to execute Python-like code in C#. The code provides a way to run Python scripts or interact with Python from within a C# application.
95 case '\'': buf.Append('\''); continue;
96 case '\"': buf.Append('\"'); continue;
97 case '\r': if (i < l && text[i] == '\n') i++; continue;
98 case '\n': continue;
99 case 'x': //hex
116 if (i < l && HexValue(text[i], out onechar) && onechar < 8) {
117 val = val * 8 + onechar;
118 i++;
119 if (i < l && HexValue(text[i], out onechar) && onechar < 8) {
120 val = val * 8 + onechar;
121 i++;
122 }
123 }
cStringIO.cs
(https://IronPython.svn.codeplex.com/svn)
C# · 546 lines
✨ Summary
This C# code defines a StringStream
class, which is used to represent an in-memory string stream. It provides classes for reading and writing strings, including StringI
for input and StringO
for output. The classes implement various methods for manipulating the string stream, such as seeking, truncating, and writing. They also provide support for iteration and disposal.
This C# code defines a StringStream
class, which is used to represent an in-memory string stream. It provides classes for reading and writing strings, including StringI
for input and StringO
for output. The classes implement various methods for manipulating the string stream, such as seeking, truncating, and writing. They also provide support for iteration and disposal.
cStringIO.cs
(https://IronPython.svn.codeplex.com/svn)
C# · 509 lines
✨ Summary
This C# code defines a class StringIO
that provides a way to create streams for reading and writing strings. It includes two classes: StringI
(for input) and StringO
(for output), which implement the Stream
interface. The StringIO
class is used to create instances of these classes, allowing developers to read and write strings in a stream-like manner.
This C# code defines a class StringIO
that provides a way to create streams for reading and writing strings. It includes two classes: StringI
(for input) and StringO
(for output), which implement the Stream
interface. The StringIO
class is used to create instances of these classes, allowing developers to read and write strings in a stream-like manner.
KeywordDerivedTable.cs (https://smartersql.svn.codeplex.com/svn) C# · 183 lines
VirtualizingVerticalWrapPanel.cs (https://viewontv.svn.codeplex.com/svn) C# · 387 lines
Utils.cs (https://apworks.svn.codeplex.com/svn) C# · 179 lines
ExpressionTests.cs (https://LinqOverCSharp.svn.codeplex.com/svn) C# · 1333 lines
PkFunction.cs (https://hg.codeplex.com/httpwatch) C# · 456 lines
ProcessBuilderTests.cs (https://hg.codeplex.com/flower) C# · 1536 lines
IndexSearchTests.cs (https://hg.codeplex.com/dotnetrdf) C# · 461 lines
104 foreach (IFullTextSearchResult result in provider.Match("http", 5))
105 {
106 i++;
107 Console.WriteLine(result.Node.ToString(formatter) + " - Scores " + result.Score);
108 }
172 foreach (IFullTextSearchResult result in provider.Match("http", 1.0d, 5))
173 {
174 i++;
175 Console.WriteLine(result.Node.ToString(formatter) + " - Scores " + result.Score);
176 Assert.IsTrue(result.Score >= 1.0d, "Score should be higher than desired threshold");
240 foreach (IFullTextSearchResult result in provider.Match("http", 5))
241 {
242 i++;
243 Console.WriteLine(result.Node.ToString(formatter) + " - Scores " + result.Score);
244 }
jazor.js (https://hg.codeplex.com/armza) JavaScript · 599 lines
parray.h (https://git01.codeplex.com/z3) C Header · 622 lines
MathLexer.cs (https://git01.codeplex.com/xfunc) C# · 557 lines
HTMLWikiProcessor.cs (https://git01.codeplex.com/wikiprepsharp) C# · 674 lines
EnumerableExtensions.cs (https://git01.codeplex.com/signum) C# · 1130 lines
EnumerableEx.Single.cs (https://git01.codeplex.com/rx) C# · 673 lines
EnumerableEx.Buffering.cs (https://git01.codeplex.com/rx) C# · 648 lines
Tests.Buffering.cs (https://git01.codeplex.com/rx) C# · 626 lines
pe.js (https://git01.codeplex.com/pejs) JavaScript · 3400 lines
DirectoryDiff.cs (https://sharpbox.svn.codeplex.com/svn) C# · 210 lines
Graph.cpp (https://xray.svn.codeplex.com/svn) C++ · 1039 lines
WriteType.cs (https://hg.codeplex.com/yafnet) C# · 285 lines
UrlUtils.cs (https://trentacularfeatures.svn.codeplex.com/svn) C# · 204 lines
Actions.cs (https://TfsIterationManager.svn.codeplex.com/svn) C# · 335 lines
RequestEvaluator.cs (https://Pegasus.svn.codeplex.com/svn) C# · 114 lines
Form1.cs (https://C4FDevKit.svn.codeplex.com/svn) C# · 419 lines
133 while (File.Exists(cardName + " (" + i + ")" + "." + extension))
134 {
135 i++;
136 }
137 cardName = cardName + " (" + i + ")" + "." + extension;
167 while (File.Exists(cardName + " (" + i + ")" + "." + extension))
168 {
169 i++;
170 }
171 cardName = cardName + " (" + i + ")" + "." + extension;
285 while (File.Exists(cardName + " (" + i + ")" + "." + extension))
286 {
287 i++;
288 }
289 cardName = cardName + " (" + i + ")" + "." + extension;
DynamicMethods.cs (https://MyDistrictBuilder.svn.codeplex.com/svn) C# · 470 lines
RAM_Test.cpp (https://netmf.svn.codeplex.com/svn) C++ · 492 lines
223 for (cursor = Start; cursor < Stop; cursor+=4)
224 {
225 i++;
226 if (i & 0x1)
227 Set32(cursor,0x55555555);
234 for (cursor = Start; cursor < Stop; cursor+=4)
235 {
236 i++;
237 if (i & 0x1)
238 result = result & CheckSet32(cursor,0xAAAAAAAA,0x55555555);
246 for (cursor = Start; cursor < Stop; cursor+=4)
247 {
248 i++;
250 if (i & 0x1)
Rels.php
(https://PHPExcel.svn.codeplex.com/svn)
PHP · 279 lines
✨ Summary
This PHP code generates XML relationships for Microsoft Office documents, specifically Excel worksheets and drawings. It writes relationships between elements such as images, drawing collections, and worksheets, using a standardized format. The output can be used to import or export data from these documents in a structured way.
This PHP code generates XML relationships for Microsoft Office documents, specifically Excel worksheets and drawings. It writes relationships between elements such as images, drawing collections, and worksheets, using a standardized format. The output can be used to import or export data from these documents in a structured way.
PEReader.cs
(git://github.com/xxVisorxx/nemerle.git)
C# · 545 lines
✨ Summary
This C# code defines a class PEReader
that loads and parses executable files, specifically Windows PE format files. It provides methods to load an executable file, check if it’s console-based, and dispose of resources when done. The class uses structs to represent the file’s structure, such as IMAGE_FILE_HEADER
, IMAGE_OPTIONAL_HEADER32
, and IMAGE_DATA_DIRECTORY
.
This C# code defines a class PEReader
that loads and parses executable files, specifically Windows PE format files. It provides methods to load an executable file, check if it’s console-based, and dispose of resources when done. The class uses structs to represent the file’s structure, such as IMAGE_FILE_HEADER
, IMAGE_OPTIONAL_HEADER32
, and IMAGE_DATA_DIRECTORY
.