@@ -1436,15 +1436,11 @@ public class DefaultScripts : ServiceStack.Script.ScriptMethods, ServiceStack.Sc
1436
1436
public long decrBy ( long value , long by ) => throw null ;
1437
1437
public long decrement ( long value ) => throw null ;
1438
1438
public long decrementBy ( long value , long by ) => throw null ;
1439
- public object default ( object returnTarget , object elseReturn ) => throw null ;
1440
- public string dirPath ( string filePath ) => throw null ;
1439
+ public string dirPath ( string filePath ) => throw null ;
1441
1440
public System . Collections . Generic . IEnumerable < object > distinct ( System . Collections . Generic . IEnumerable < object > items ) => throw null ;
1442
1441
public double div ( double lhs , double rhs ) => throw null ;
1443
1442
public double divide ( double lhs , double rhs ) => throw null ;
1444
- public object do ( ServiceStack . Script . ScriptScopeContext scope , object expression ) => throw null ;
1445
- public System . Threading . Tasks . Task do ( ServiceStack . Script . ScriptScopeContext scope , object target , object expression ) => throw null ;
1446
- public System . Threading . Tasks . Task do ( ServiceStack . Script . ScriptScopeContext scope , object target , object expression , object scopeOptions ) => throw null ;
1447
- public object doIf ( object test ) => throw null ;
1443
+ public object doIf ( object test ) => throw null ;
1448
1444
public object doIf ( object ignoreTarget , object test ) => throw null ;
1449
1445
public double doubleAdd ( double lhs , double rhs ) => throw null ;
1450
1446
public double doubleDiv ( double lhs , double rhs ) => throw null ;
@@ -1562,9 +1558,7 @@ public class DefaultScripts : ServiceStack.Script.ScriptMethods, ServiceStack.Sc
1562
1558
public string httpPathInfo ( ServiceStack . Script . ScriptScopeContext scope ) => throw null ;
1563
1559
public string httpRequestUrl ( ServiceStack . Script . ScriptScopeContext scope ) => throw null ;
1564
1560
public string humanize ( string text ) => throw null ;
1565
- public object if ( object test ) => throw null ;
1566
- public object if ( object returnTarget , object test ) => throw null ;
1567
- public object ifDebug ( ServiceStack . Script . ScriptScopeContext scope , object ignoreTarget ) => throw null ;
1561
+ public object ifDebug ( ServiceStack . Script . ScriptScopeContext scope , object ignoreTarget ) => throw null ;
1568
1562
public object ifDebug ( ServiceStack . Script . ScriptScopeContext scope ) => throw null ;
1569
1563
public object ifDo ( object test ) => throw null ;
1570
1564
public object ifDo ( object ignoreTarget , object test ) => throw null ;
@@ -1846,10 +1840,7 @@ public class DefaultScripts : ServiceStack.Script.ScriptMethods, ServiceStack.Sc
1846
1840
public object resolveContextArg ( ServiceStack . Script . ScriptScopeContext scope , string name ) => throw null ;
1847
1841
public object resolveGlobal ( ServiceStack . Script . ScriptScopeContext scope , string name ) => throw null ;
1848
1842
public object resolvePageArg ( ServiceStack . Script . ScriptScopeContext scope , string name ) => throw null ;
1849
- public ServiceStack . Script . StopExecution return ( ServiceStack . Script . ScriptScopeContext scope ) => throw null ;
1850
- public ServiceStack . Script . StopExecution return ( ServiceStack . Script . ScriptScopeContext scope , object returnValue ) => throw null ;
1851
- public ServiceStack . Script . StopExecution return ( ServiceStack . Script . ScriptScopeContext scope , object returnValue , System . Collections . Generic . Dictionary < string , object > returnArgs ) => throw null ;
1852
- public System . Collections . Generic . IEnumerable < object > reverse ( ServiceStack . Script . ScriptScopeContext scope , System . Collections . Generic . IEnumerable < object > original ) => throw null ;
1843
+ public System . Collections . Generic . IEnumerable < object > reverse ( ServiceStack . Script . ScriptScopeContext scope , System . Collections . Generic . IEnumerable < object > original ) => throw null ;
1853
1844
public string rightPart ( string text , string needle ) => throw null ;
1854
1845
public double round ( double value ) => throw null ;
1855
1846
public double round ( double value , int decimals ) => throw null ;
@@ -1939,9 +1930,7 @@ public class DefaultScripts : ServiceStack.Script.ScriptMethods, ServiceStack.Sc
1939
1930
public System . Collections . Generic . IEnumerable < object > thenByDescending ( ServiceStack . Script . ScriptScopeContext scope , object target , object expression ) => throw null ;
1940
1931
public System . Collections . Generic . IEnumerable < object > thenByDescending ( ServiceStack . Script . ScriptScopeContext scope , object target , object expression , object scopeOptions ) => throw null ;
1941
1932
public static System . Collections . Generic . IEnumerable < object > thenByInternal ( string filterName , ServiceStack . Script . ScriptScopeContext scope , object target , object expression , object scopeOptions ) => throw null ;
1942
- public object throw ( ServiceStack . Script . ScriptScopeContext scope , string message ) => throw null ;
1943
- public object throw ( ServiceStack . Script . ScriptScopeContext scope , string message , object options ) => throw null ;
1944
- public object throwArgumentException ( ServiceStack . Script . ScriptScopeContext scope , string message ) => throw null ;
1933
+ public object throwArgumentException ( ServiceStack . Script . ScriptScopeContext scope , string message ) => throw null ;
1945
1934
public object throwArgumentException ( ServiceStack . Script . ScriptScopeContext scope , string message , string options ) => throw null ;
1946
1935
public object throwArgumentNullException ( ServiceStack . Script . ScriptScopeContext scope , string paramName ) => throw null ;
1947
1936
public object throwArgumentNullException ( ServiceStack . Script . ScriptScopeContext scope , string paramName , object options ) => throw null ;
@@ -3174,8 +3163,7 @@ public class ProtectedScripts : ServiceStack.Script.ScriptMethods
3174
3163
public ProtectedScripts ( ) => throw null ;
3175
3164
public ServiceStack . Script . IgnoreResult Decrypt ( string path ) => throw null ;
3176
3165
public ServiceStack . Script . IgnoreResult Decrypt ( ServiceStack . Script . FileScripts fs , string path ) => throw null ;
3177
- public object default ( string typeName ) => throw null ;
3178
- public ServiceStack . Script . IgnoreResult Delete ( string path ) => throw null ;
3166
+ public ServiceStack . Script . IgnoreResult Delete ( string path ) => throw null ;
3179
3167
public ServiceStack . Script . IgnoreResult Delete ( ServiceStack . Script . IOScript os , string path ) => throw null ;
3180
3168
public string deleteDirectory ( string virtualPath ) => throw null ;
3181
3169
public string deleteDirectory ( ServiceStack . IO . IVirtualPathProvider vfs , string virtualPath ) => throw null ;
@@ -3265,9 +3253,7 @@ public class ProtectedScripts : ServiceStack.Script.ScriptMethods
3265
3253
public ServiceStack . Script . IgnoreResult Move ( string from , string to ) => throw null ;
3266
3254
public ServiceStack . Script . IgnoreResult Move ( ServiceStack . Script . IOScript os , string from , string to ) => throw null ;
3267
3255
public string mv ( ServiceStack . Script . ScriptScopeContext scope , string from , string to ) => throw null ;
3268
- public object new ( string typeName ) => throw null ;
3269
- public object new ( string typeName , System . Collections . Generic . List < object > constructorArgs ) => throw null ;
3270
- public string osPaths ( string path ) => throw null ;
3256
+ public string osPaths ( string path ) => throw null ;
3271
3257
public string proc ( ServiceStack . Script . ScriptScopeContext scope , string fileName ) => throw null ;
3272
3258
public string proc ( ServiceStack . Script . ScriptScopeContext scope , string fileName , System . Collections . Generic . Dictionary < string , object > options ) => throw null ;
3273
3259
public byte [ ] ReadAllBytes ( string path ) => throw null ;
@@ -3298,8 +3284,7 @@ public class ProtectedScripts : ServiceStack.Script.ScriptMethods
3298
3284
public string textContents ( ServiceStack . IO . IVirtualFile file ) => throw null ;
3299
3285
public string touch ( ServiceStack . Script . ScriptScopeContext scope , string target ) => throw null ;
3300
3286
public static string TypeNotFoundErrorMessage ( string typeName ) => throw null ;
3301
- public System . Type typeof ( string typeName ) => throw null ;
3302
- public System . Type typeofProgId ( string name ) => throw null ;
3287
+ public System . Type typeofProgId ( string name ) => throw null ;
3303
3288
public string typeQualifiedName ( System . Type type ) => throw null ;
3304
3289
public System . ReadOnlyMemory < byte > urlBytesContents ( ServiceStack . Script . ScriptScopeContext scope , string url , object options ) => throw null ;
3305
3290
public System . Threading . Tasks . Task urlContents ( ServiceStack . Script . ScriptScopeContext scope , string url ) => throw null ;
0 commit comments