コード例 #1
0
ファイル: FilterInput.cs プロジェクト: rajeshwarn/cs2php
 public static string ValidateUrl(Type type, string variable_name, UrlFlags flags, RegExpOptions options)
 {
     throw new NotImplementedException();
 }
コード例 #2
0
 public static string ValidateUrl(ServerVariables variable, UrlFlags flags, RegExpOptions options)
 {
     throw new NotImplementedException();
 }
コード例 #3
0
ファイル: FilterInput.cs プロジェクト: rajeshwarn/cs2php
 public static string ValidateRegexp(Type type, string variable_name, RegExpOptions options)
 {
     throw new NotImplementedException();
 }
コード例 #4
0
 public static string ValidateRegexp(ServerVariables variable, RegExpOptions options)
 {
     throw new NotImplementedException();
 }
コード例 #5
0
ファイル: FilterInput.cs プロジェクト: exaphaser/cs2php
 public static string ValidateUrl(Type type, string variable_name, UrlFlags flags, RegExpOptions options)
 {
     throw new NotImplementedException();
 }
コード例 #6
0
ファイル: FilterInput.cs プロジェクト: exaphaser/cs2php
 public static string ValidateRegexp(Type type, string variable_name, RegExpOptions options)
 {
     throw new NotImplementedException();
 }
コード例 #7
0
ファイル: FilterInputServer.cs プロジェクト: exaphaser/cs2php
 public static string ValidateUrl(ServerVariables variable, UrlFlags flags, RegExpOptions options)
 {
     throw new NotImplementedException();
 }
コード例 #8
0
ファイル: FilterInputServer.cs プロジェクト: exaphaser/cs2php
 public static string ValidateRegexp(ServerVariables variable, RegExpOptions options)
 {
     throw new NotImplementedException();
 }