Property | Type | Description | |
---|---|---|---|
_cache_lock | object |
Method | Description | |
---|---|---|
CancelVote ( string guid ) : bool | ||
Comment_Last_Id ( int code_id ) : int? | ||
DeleteCode ( string guid ) : void | ||
DeleteCodeWallItem ( int id ) : bool | ||
DeleteComment ( |
||
DeleteLiveCode ( string guid ) : void | ||
DeleteUserItem ( int id ) : bool | ||
DeleteUserWallItem ( int id ) : bool | ||
GeRelated ( int code_id ) : List |
||
GetCode ( string guid, bool incrementViews = true ) : |
||
GetCodeRights ( string guid ) : byte[] | ||
GetCodeWithInfo ( string guid ) : |
||
GetComment ( int Comment_ID ) : |
||
GetComments ( string guid ) : List |
||
GetCurrentUserId ( string name ) : int? | ||
GetLangCounter ( ) : long>.Dictionary |
||
GetLangLogStats ( int lang, System.DateTime from, System.DateTime to, string search, int api, int date_range ) : Dictionary |
||
GetLiveCode ( string guid ) : |
||
GetLog ( int lang, System.DateTime from, System.DateTime to, string search, int api, int date_range, int &total ) : List |
||
GetLogEntry ( int id ) : |
||
GetLogStats ( System.DateTime from, System.DateTime to, string search, int api, int date_range, int &total ) : Dictionary |
||
GetNotifications ( ) : List |
||
GetNotificationsCount ( ) : int | ||
GetRegex ( string guid ) : |
||
GetRegexReplace ( string guid ) : |
||
GetSubscriptions ( ) : List |
||
GetUserByGuid ( string guid ) : |
||
GetUserIdByCodeId ( int code_id ) : int? | ||
GetUserProfile ( ) : |
||
GetUserWallCodesTotal ( string wall_id ) : int | ||
GetUserWallId ( ) : int? | ||
GetUserWallName ( string wall_id ) : string | ||
GetUserWallsTotal ( ) : int | ||
GetUsersItems ( int userId, int page ) : List |
||
GetUsersTotal ( int userId ) : int | ||
GetUsersWallCodes ( string wall_id, int page, int sort ) : List
|
||
GetUsersWalls ( int page ) : List |
||
GetVersions ( string CodeGuid ) : List |
||
GetWallsCode ( int page, int sort, int lang ) : List
|
||
GetWallsTotal ( int lang ) : int | ||
HowOneVoted ( string guid ) : bool? | ||
IncrementLangCounter ( string data, string input, string compiler_args, string result, int lang, bool is_api ) : void | ||
InitLogCache ( ) : void | ||
IsCurrentUserAdmin ( string name ) : bool | ||
IsGoogleAccountCreated ( string emailHash ) : string | ||
IsLive ( string guid ) : bool | ||
IsUserSubscribed ( int wall_id ) : bool | ||
IsWallsOwner ( string wall_id ) : bool | ||
LogCodeData ( string data, string input, string compiler_args, string result, int lang ) : void | ||
LogInfo ( string info, string type ) : void | ||
LogRun ( string data, string input, string compiler_args, string result, int lang, bool is_api, string log_path, bool is_success ) : void | ||
LoginUser ( string name, string password ) : |
||
MakeLiveCode ( string guid, string version_token ) : void | ||
RegisterGoogleUser ( string name, string emailHash ) : |
||
RegisterUser ( string name, string password ) : |
||
SaveCode ( RundotnetData data, bool wall = false, bool live = false, bool personal = false ) : string | ||
SaveComment ( |
||
SaveRegex ( RegexData data ) : string | ||
SaveRegexReplace ( RegexData data ) : string | ||
SaveUserProfile ( LanguagesEnum language_choice, EditorsEnum editor_choice ) : void | ||
Subscribe ( int wall_id ) : bool? | ||
UpdateCode ( RundotnetData data ) : void | ||
UpdateComment ( |
||
UpdateLiveCache ( string code, string chat, string guid ) : void | ||
Vote ( string guid, bool up ) : bool |
Method | Description | |
---|---|---|
GetLogCacheItem ( int lang, System.DateTime time, int success ) : byte[] | ||
GetLogCacheValue ( byte item ) : object[] | ||
GetMentions ( string text ) : HashSet |
||
WorkOnDates ( ILinqDbQueryable |
public static CancelVote ( string guid ) : bool | ||
guid | string | |
return | bool |
public static Comment_Last_Id ( int code_id ) : int? | ||
code_id | int | |
return | int? |
public static DeleteCode ( string guid ) : void | ||
guid | string | |
return | void |
public static DeleteCodeWallItem ( int id ) : bool | ||
id | int | |
return | bool |
public static DeleteComment ( |
||
comment | ||
return | void |
public static DeleteLiveCode ( string guid ) : void | ||
guid | string | |
return | void |
public static DeleteUserItem ( int id ) : bool | ||
id | int | |
return | bool |
public static DeleteUserWallItem ( int id ) : bool | ||
id | int | |
return | bool |
public static GeRelated ( int code_id ) : List |
||
code_id | int | |
return | List |
public static GetCode ( string guid, bool incrementViews = true ) : |
||
guid | string | |
incrementViews | bool | |
return |
public static GetCodeRights ( string guid ) : byte[] | ||
guid | string | |
return | byte[] |
public static GetCodeWithInfo ( string guid ) : |
||
guid | string | |
return |
public static GetComment ( int Comment_ID ) : |
||
Comment_ID | int | |
return |
public static GetComments ( string guid ) : List |
||
guid | string | |
return | List |
public static GetCurrentUserId ( string name ) : int? | ||
name | string | |
return | int? |
public static GetLangCounter ( ) : long>.Dictionary |
||
return | long>.Dictionary |
public static GetLangLogStats ( int lang, System.DateTime from, System.DateTime to, string search, int api, int date_range ) : Dictionary |
||
lang | int | |
from | System.DateTime | |
to | System.DateTime | |
search | string | |
api | int | |
date_range | int | |
return | Dictionary |
public static GetLiveCode ( string guid ) : |
||
guid | string | |
return |
public static GetLog ( int lang, System.DateTime from, System.DateTime to, string search, int api, int date_range, int &total ) : List |
||
lang | int | |
from | System.DateTime | |
to | System.DateTime | |
search | string | |
api | int | |
date_range | int | |
total | int | |
return | List |
public static GetLogEntry ( int id ) : |
||
id | int | |
return |
public static GetLogStats ( System.DateTime from, System.DateTime to, string search, int api, int date_range, int &total ) : Dictionary |
||
from | System.DateTime | |
to | System.DateTime | |
search | string | |
api | int | |
date_range | int | |
total | int | |
return | Dictionary |
public static GetNotificationsCount ( ) : int | ||
return | int |
public static GetRegex ( string guid ) : |
||
guid | string | |
return |
public static GetRegexReplace ( string guid ) : |
||
guid | string | |
return |
public static GetUserByGuid ( string guid ) : |
||
guid | string | |
return |
public static GetUserIdByCodeId ( int code_id ) : int? | ||
code_id | int | |
return | int? |
public static GetUserProfile ( ) : |
||
return |
public static GetUserWallCodesTotal ( string wall_id ) : int | ||
wall_id | string | |
return | int |
public static GetUserWallName ( string wall_id ) : string | ||
wall_id | string | |
return | string |
public static GetUsersItems ( int userId, int page ) : List |
||
userId | int | |
page | int | |
return | List |
public static GetUsersTotal ( int userId ) : int | ||
userId | int | |
return | int |
public static GetUsersWallCodes ( string wall_id, int page, int sort ) : List
|
||
wall_id | string | |
page | int | |
sort | int | |
return | List
|
public static GetUsersWalls ( int page ) : List |
||
page | int | |
return | List |
public static GetVersions ( string CodeGuid ) : List |
||
CodeGuid | string | |
return | List |
public static GetWallsCode ( int page, int sort, int lang ) : List
|
||
page | int | |
sort | int | |
lang | int | |
return | List
|
public static GetWallsTotal ( int lang ) : int | ||
lang | int | |
return | int |
public static HowOneVoted ( string guid ) : bool? | ||
guid | string | |
return | bool? |
public static IncrementLangCounter ( string data, string input, string compiler_args, string result, int lang, bool is_api ) : void | ||
data | string | |
input | string | |
compiler_args | string | |
result | string | |
lang | int | |
is_api | bool | |
return | void |
public static IsCurrentUserAdmin ( string name ) : bool | ||
name | string | |
return | bool |
public static IsGoogleAccountCreated ( string emailHash ) : string | ||
emailHash | string | |
return | string |
public static IsUserSubscribed ( int wall_id ) : bool | ||
wall_id | int | |
return | bool |
public static IsWallsOwner ( string wall_id ) : bool | ||
wall_id | string | |
return | bool |
public static LogCodeData ( string data, string input, string compiler_args, string result, int lang ) : void | ||
data | string | |
input | string | |
compiler_args | string | |
result | string | |
lang | int | |
return | void |
public static LogInfo ( string info, string type ) : void | ||
info | string | |
type | string | |
return | void |
public static LogRun ( string data, string input, string compiler_args, string result, int lang, bool is_api, string log_path, bool is_success ) : void | ||
data | string | |
input | string | |
compiler_args | string | |
result | string | |
lang | int | |
is_api | bool | |
log_path | string | |
is_success | bool | |
return | void |
public static LoginUser ( string name, string password ) : |
||
name | string | |
password | string | |
return |
public static MakeLiveCode ( string guid, string version_token ) : void | ||
guid | string | |
version_token | string | |
return | void |
public static RegisterGoogleUser ( string name, string emailHash ) : |
||
name | string | |
emailHash | string | |
return |
public static RegisterUser ( string name, string password ) : |
||
name | string | |
password | string | |
return |
public static SaveCode ( RundotnetData data, bool wall = false, bool live = false, bool personal = false ) : string | ||
data | RundotnetData | |
wall | bool | |
live | bool | |
personal | bool | |
return | string |
public static SaveComment ( |
||
comment | ||
return | void |
public static SaveRegex ( RegexData data ) : string | ||
data | RegexData | |
return | string |
public static SaveRegexReplace ( RegexData data ) : string | ||
data | RegexData | |
return | string |
public static SaveUserProfile ( LanguagesEnum language_choice, EditorsEnum editor_choice ) : void | ||
language_choice | LanguagesEnum | |
editor_choice | EditorsEnum | |
return | void |
public static Subscribe ( int wall_id ) : bool? | ||
wall_id | int | |
return | bool? |
public static UpdateCode ( RundotnetData data ) : void | ||
data | RundotnetData | |
return | void |
public static UpdateComment ( |
||
comment | ||
return | void |
public static UpdateLiveCache ( string code, string chat, string guid ) : void | ||
code | string | |
chat | string | |
guid | string | |
return | void |
public static Vote ( string guid, bool up ) : bool | ||
guid | string | |
up | bool | |
return | bool |