代码搜索:cSharp
找到约 10,000 项符合「cSharp」的源代码
代码结果 10,000
www.eeworm.com/read/191759/5162520
js csharp-parser.js
$JSI.addCacheScript('org/xidea/syntax/csharp-parser.js',function(){this.hook = function(s){return eval(s);};eval(this.varText);function CSharpParser(source) {this.initialize(source);}$JSI.extend(CShar
www.eeworm.com/read/191759/5162709
js csharp-parser.js
function CSharpParser(source) {this.initialize(source);}$JSI.extend(CSharpParser, SourceParser);CSharpParser.prototype.keywordsRegexp = SourceParser.buildKeywordsRegexp(["abstract", "as", "base", "boo
www.eeworm.com/read/177565/5323957
pl csharp-fix.pl
#!/usr/bin/perl -w
use strict;
# for Mono compile
my $compile_command = "mcs *.cs";
my $txt = `$compile_command 2>&1`;
my @bugs = ($txt =~ /([a-z0-9_]+\.cs\([0-9]+),[0-9]+\).*CS0115/img);