Cheetah
|
Go to the source code of this file.
Functions | |
title2uri ($sValue) | |
uri2title ($sValue) | |
getLocaleDate ($sTimestamp='', $iCode=CH_WSB_LOCALE_DATE_SHORT) | |
getLocaleFormat ($iCode=CH_WSB_LOCALE_DATE_SHORT, $iType=CH_WSB_LOCALE_PHP) | |
ch_time_utc ($iUnixTimestamp) | |
isBlocked ($iFirstProfile, $iSecondProfile) | |
is_friends ($id1, $id2) | |
WordWrapStr ($sString, $iWidth=25, $sWrapCharacter='­') | |
strmaxwordlen ($input, $len=100) | |
strmaxtextlen ($sInput, $iMaxLen=60) | |
html2txt ($content, $tags="") | |
html_encode ($text) | |
process_db_input ($sText, $iStripTags=0) | |
process_pass_data ($text, $strip_tags=0) | |
htmlspecialchars_adv ($string) | |
process_text_output ($text, $maxwordlen=100) | |
process_textarea_output ($text, $maxwordlen=100) | |
process_text_withlinks_output ($text, $maxwordlen=100) | |
process_line_output ($text, $maxwordlen=100) | |
process_html_output ($text, $maxwordlen=100) | |
ConstructHiddenValues ($Values) | |
RedirectCode ($ActionURL, $Params=null, $Method="get", $Title='Redirect') | |
Redirect ($ActionURL, $Params=null, $Method="get", $Title='Redirect') | |
isRWAccessible ($sFileName) | |
sendMail ( $sRecipientEmail, $sMailSubject, $sMailBody, $iRecipientID=0, $aPlus=array(), $sEmailFlag='html', $isDisableAlert=false, $bForceSend=false) | |
get_templates_array ($isAllParams=false) | |
templates_select_txt () | |
extFileExists ($sFileSrc) | |
getVisitorIP ($isProxyCheck=true) | |
genFlag ($country) | |
genFlagUrl ($country) | |
echoDbg ($what, $desc='') | |
echoDbgLog ($mWhat, $sDesc='', $sFileName='debug.log') | |
clear_xss ($val) | |
_format_when ($iSec, $bShort=false) | |
_format_time ($iSec, $aParams=array()) | |
defineTimeInterval ($iTime, $bAutoDateConvert=true, $bShort=false) | |
execSqlFile ($sFileName) | |
replace_full_uris ($text) | |
replace_full_uri ($matches) | |
uriGenerate ($s, $sTable, $sField, $iMaxLen=255) | |
uriFilter ($s) | |
uriCheckUniq ($s, $sTable, $sField) | |
get_mb_replace ($sPattern, $sReplace, $s) | |
get_mb_len ($s) | |
get_mb_substr ($s, $iStart, $iLen) | |
ch_block_ip ($mixedIP, $iExpirationInSec=86400, $sComment='') | |
ch_is_ip_dns_blacklisted ($sCurIP='', $sType='') | |
ch_is_ip_whitelisted ($sCurIP='') | |
ch_is_ip_blocked ($sCurIP='') | |
ch_is_spam ($val) | |
getmicrotime () | |
genSiteStatCache () | |
genSiteStatFile ($aVal) | |
getSiteStatArray () | |
getClearedParam ($sExceptParam, $sString) | |
ch_import ($sClassName, $aModule=array()) | |
ch_instance ($sClassName, $aParams=array(), $aModule=array()) | |
ch_js_string ($mixedInput, $iQuoteType=CH_ESCAPE_STR_AUTO) | |
ch_html_attribute ($mixedInput) | |
ch_php_string_apos ($mixedInput) | |
ch_php_string_quot ($mixedInput) | |
ch_file_get_contents ($sFileUrl, $aParams=array(), $sMethod='get', $aHeaders=array(), &$sHttpCode=null) | |
writeLog ($sNewLineText='test') | |
getLink ($sString, $sUrl) | |
getLinkSet ($sLinkString, $sUrlPrefix, $sDivider=';,', $bUriConvert=false) | |
getRelatedWords (&$aInfo) | |
getSiteInfo ($sSourceUrl, $aProcessAdditionalTags=array()) | |
ch_parse_html_tag ($sContent, $sTag, $sAttrNameName, $sAttrNameValue, $sAttrContentName, $sCharset=false) | |
ch_parse_time_duration ($sContent) | |
simple_cmp ($a, $b) | |
format_bytes ($bytes, $shorter=false) | |
return_bytes ($val) | |
genRndPwd ($iLength=8, $bSpecialCharacters=true) | |
genRndSalt () | |
encryptUserPwd ($sPwd, $sSalt) | |
stripslashes_adv ($s) | |
ch_get ($sName) | |
ch_encode_url_params ($a, $aExcludeKeys=array(), $aOnlyKeys=false) | |
ch_append_url_params ($sUrl, $mixedParams) | |
ch_rrmdir ($directory) | |
ch_clear_folder ($sPath, $aExts=array()) | |
ch_ltrim_str ($sString, $sPrefix, $sReplace='') | |
ch_member_ip_store ($iMemberId, $sIP=false) | |
ch_member_ip_get_last ($iMemberId) | |
ch_show_service_unavailable_error_and_exit ($sMsg=false, $iRetryAfter=86400) | |
ch_mkdir_r ($sDirName, $rights=0777) | |
ch_proto ($sUrl=CH_WSB_URL_ROOT) | |
ch_linkify ($text, $sAttrs='', $bHtmlSpecialChars=false) | |
ch_linkify_html ($sHtmlOrig, $sAttrs='') | |
ch_gen_method_name ($s, $sWordsDelimiter='_') | |
getPostFieldIfSet ($sField) | |
getGetFieldIfSet ($sField) | |
wrapVideoFrame ($sData) | |
getFfmpegPath () | |
getFfprobePath () | |
getVideoData ($sFile) | |
getAudioData ($sFile) | |
Variables | |
const | CH_WSB_LINK_CLASS 'ch-link' |
const | CH_WSB_LOCALE_TIME 2 |
const | CH_WSB_LOCALE_DATE_SHORT 4 |
const | CH_WSB_LOCALE_DATE 5 |
const | CH_WSB_LOCALE_PHP 1 |
const | CH_WSB_LOCALE_DB 2 |
const | CH_TAGS_NO_ACTION 0 |
const | CH_TAGS_STRIP 1 |
const | CH_TAGS_SPECIAL_CHARS 8 |
const | CH_TAGS_VALIDATE 16 |
const | CH_TAGS_STRIP_AND_NL2BR 32 |
const | CH_SLASHES_AUTO 0 |
const | CH_SLASHES_ADD 1 |
const | CH_SLASHES_STRIP 2 |
const | CH_SLASHES_NO_ACTION 3 |
const | CH_ESCAPE_STR_AUTO 0 |
turn apostropes and quote signs into html special chars, for use in More... | |
const | CH_ESCAPE_STR_APOS 1 |
escape apostrophes only, for js strings enclosed in apostrophes, for use in More... | |
const | CH_ESCAPE_STR_QUOTE 2 |
escape quotes only, for js strings enclosed in quotes, for use in More... | |
const | CH_URL_RE "@\b((https?://)|(www\.))(([0-9a-zA-Z_!~*'().&=+$%-]+:)?[0-9a-zA-Z_!~*'().&=+$%-]+\@)?(([0-9]{1,3}\.){3}[0-9]{1,3}|([0-9a-zA-Z_!~*'()-]+\.)*([0-9a-zA-Z][0-9a-zA-Z-]{0,61})?[0-9a-zA-Z]\.[a-zA-Z]{2,6})(:[0-9]{1,4})?((/[0-9a-zA-Z_!~*'().;?:\@&=+$,%#-]+)*/?)@" |
regular expression to match URL More... | |
_format_time | ( | $iSec, | |
$aParams = array() |
|||
) |
Definition at line 813 of file utils.inc.php.
_format_when | ( | $iSec, | |
$bShort = false |
|||
) |
Definition at line 778 of file utils.inc.php.
ch_append_url_params | ( | $sUrl, | |
$mixedParams | |||
) |
Definition at line 1697 of file utils.inc.php.
ch_block_ip | ( | $mixedIP, | |
$iExpirationInSec = 86400 , |
|||
$sComment = '' |
|||
) |
Block user IP
$sIP | mixed |
$iExpirationInSec | integer |
$sComment | string |
Definition at line 977 of file utils.inc.php.
ch_clear_folder | ( | $sPath, | |
$aExts = array() |
|||
) |
Definition at line 1750 of file utils.inc.php.
ch_encode_url_params | ( | $a, | |
$aExcludeKeys = array() , |
|||
$aOnlyKeys = false |
|||
) |
Definition at line 1675 of file utils.inc.php.
ch_file_get_contents | ( | $sFileUrl, | |
$aParams = array() , |
|||
$sMethod = 'get' , |
|||
$aHeaders = array() , |
|||
& | $sHttpCode = null |
||
) |
Gets file contents by URL.
string | $sFileUrl | - file URL to be read. |
array | $aParams | - an array of parameters to be pathed with URL. |
Definition at line 1357 of file utils.inc.php.
ch_gen_method_name | ( | $s, | |
$sWordsDelimiter = '_' |
|||
) |
Transform string to method name string, for example it changes 'some_method' string to 'SomeMethod' string
string | where words are separated with underscore |
Definition at line 1942 of file utils.inc.php.
ch_get | ( | $sName | ) |
Definition at line 1664 of file utils.inc.php.
ch_html_attribute | ( | $mixedInput | ) |
Return input string/array ready to pass to html attribute with filtered symbols like ', " etc
mixed | $mixedInput | - string/array which should be filtered |
Definition at line 1324 of file utils.inc.php.
ch_import | ( | $sClassName, | |
$aModule = array() |
|||
) |
import class file, it detect class path by its prefix or module array
$sClassName | - full class name or class postfix in a case of module class |
$aModule | - module array or true to get module array from global variable |
Definition at line 1218 of file utils.inc.php.
ch_instance | ( | $sClassName, | |
$aParams = array() , |
|||
$aModule = array() |
|||
) |
Gets an instance of class pathing necessary parameters if it's necessary.
string | $sClassName | class name. |
array | $aParams | an array of parameters to be pathed to the constructor of the class. |
array | $aModule | an array with module description. Is used when the requested class is located in some module. |
Definition at line 1264 of file utils.inc.php.
ch_is_ip_blocked | ( | $sCurIP = '' | ) |
Definition at line 1042 of file utils.inc.php.
ch_is_ip_dns_blacklisted | ( | $sCurIP = '' , |
|
$sType = '' |
|||
) |
Definition at line 995 of file utils.inc.php.
ch_is_ip_whitelisted | ( | $sCurIP = '' | ) |
Definition at line 1021 of file utils.inc.php.
ch_is_spam | ( | $val | ) |
spam checking function
$val |
Definition at line 1080 of file utils.inc.php.
ch_js_string | ( | $mixedInput, | |
$iQuoteType = CH_ESCAPE_STR_AUTO |
|||
) |
Escapes string/array ready to pass to js script with filtered symbols like ', " etc
$mixedInput | - string/array which should be filtered |
$iQuoteType | - string escaping method: CH_ESCAPE_STR_AUTO(default), CH_ESCAPE_STR_APOS or CH_ESCAPE_STR_QUOTE |
Definition at line 1294 of file utils.inc.php.
ch_linkify | ( | $text, | |
$sAttrs = '' , |
|||
$bHtmlSpecialChars = false |
|||
) |
Wrap in A tag links in TEXT string
$sHtmlOrig | - text string without tags |
$sAttrs | - attributes string to add to the added A tag |
Definition at line 1860 of file utils.inc.php.
ch_linkify_html | ( | $sHtmlOrig, | |
$sAttrs = '' |
|||
) |
Wrap in A tag links in HTML string, which aren't wrapped in A tag yet
$sHtmlOrig | - HTML string |
$sAttrs | - attributes string to add to the added A tag |
Definition at line 1901 of file utils.inc.php.
ch_ltrim_str | ( | $sString, | |
$sPrefix, | |||
$sReplace = '' |
|||
) |
Definition at line 1787 of file utils.inc.php.
ch_member_ip_get_last | ( | $iMemberId | ) |
Definition at line 1810 of file utils.inc.php.
ch_member_ip_store | ( | $iMemberId, | |
$sIP = false |
|||
) |
Definition at line 1799 of file utils.inc.php.
ch_mkdir_r | ( | $sDirName, | |
$rights = 0777 |
|||
) |
Definition at line 1828 of file utils.inc.php.
ch_parse_html_tag | ( | $sContent, | |
$sTag, | |||
$sAttrNameName, | |||
$sAttrNameValue, | |||
$sAttrContentName, | |||
$sCharset = false |
|||
) |
Definition at line 1499 of file utils.inc.php.
ch_parse_time_duration | ( | $sContent | ) |
Parse time duration according to ISO 8601
Definition at line 1522 of file utils.inc.php.
ch_php_string_apos | ( | $mixedInput | ) |
Escapes string/array ready to pass to php script with filtered symbols like ', " etc
mixed | $mixedInput | - string/array which should be filtered |
Definition at line 1340 of file utils.inc.php.
ch_php_string_quot | ( | $mixedInput | ) |
Definition at line 1345 of file utils.inc.php.
ch_proto | ( | $sUrl = CH_WSB_URL_ROOT | ) |
Returns current site protocol http:// or https://
Definition at line 1848 of file utils.inc.php.
ch_rrmdir | ( | $directory | ) |
Definition at line 1713 of file utils.inc.php.
ch_show_service_unavailable_error_and_exit | ( | $sMsg = false , |
|
$iRetryAfter = 86400 |
|||
) |
Show HTTP 503 service unavailable error and exit
Definition at line 1820 of file utils.inc.php.
ch_time_utc | ( | $iUnixTimestamp | ) |
Get UTC/GMT time string in ISO8601 date format from provided unix timestamp
$iUnixTimestamp | - unix timestamp |
Definition at line 116 of file utils.inc.php.
clear_xss | ( | $val | ) |
Definition at line 700 of file utils.inc.php.
ConstructHiddenValues | ( | $Values | ) |
Used to construct sturctured arrays in GET or POST data. Supports multidimensional arrays.
array | $Values | Specifies values and values names, that should be submitted. Can be multidimensional. |
Recursive function, processes multidimensional arrays
string | $Name | Full name of array, including all subarrays' names |
array | $Value | Array of values, can be multidimensional |
Definition at line 345 of file utils.inc.php.
Convert timestamp to "ago" date format
$iTime | date/time stamp in seconds |
$bAutoDateConvert | automatically convert dates to full date format instead of "ago" format for old dates (older than 14 days) |
$bShort | use short format for relative time |
Definition at line 831 of file utils.inc.php.
echoDbg | ( | $what, | |
$desc = '' |
|||
) |
Definition at line 676 of file utils.inc.php.
echoDbgLog | ( | $mWhat, | |
$sDesc = '' , |
|||
$sFileName = 'debug.log' |
|||
) |
Definition at line 686 of file utils.inc.php.
encryptUserPwd | ( | $sPwd, | |
$sSalt | |||
) |
Definition at line 1643 of file utils.inc.php.
execSqlFile | ( | $sFileName | ) |
Definition at line 843 of file utils.inc.php.
extFileExists | ( | $sFileSrc | ) |
Definition at line 638 of file utils.inc.php.
format_bytes | ( | $bytes, | |
$shorter = false |
|||
) |
genFlag | ( | $country | ) |
Definition at line 665 of file utils.inc.php.
genFlagUrl | ( | $country | ) |
Definition at line 670 of file utils.inc.php.
genRndPwd | ( | $iLength = 8 , |
|
$bSpecialCharacters = true |
|||
) |
Definition at line 1618 of file utils.inc.php.
genRndSalt | ( | ) |
Definition at line 1637 of file utils.inc.php.
genSiteStatCache | ( | ) |
@description : function will create cache file with all SQL queries ;
Definition at line 1146 of file utils.inc.php.
genSiteStatFile | ( | $aVal | ) |
Definition at line 1173 of file utils.inc.php.
get_mb_len | ( | $s | ) |
Definition at line 959 of file utils.inc.php.
get_mb_replace | ( | $sPattern, | |
$sReplace, | |||
$s | |||
) |
Definition at line 954 of file utils.inc.php.
get_mb_substr | ( | $s, | |
$iStart, | |||
$iLen | |||
) |
Definition at line 964 of file utils.inc.php.
get_templates_array | ( | $isAllParams = false | ) |
Definition at line 573 of file utils.inc.php.
getAudioData | ( | $sFile | ) |
Definition at line 2026 of file utils.inc.php.
getClearedParam | ( | $sExceptParam, | |
$sString | |||
) |
Function will cute the parameter from received string; remove received parameter from 'GET' query ;
: | $aExceptNames | (string) - name of unnecessary parameter; |
Definition at line 1207 of file utils.inc.php.
getFfmpegPath | ( | ) |
Definition at line 1988 of file utils.inc.php.
getFfprobePath | ( | ) |
Definition at line 1998 of file utils.inc.php.
getGetFieldIfSet | ( | $sField | ) |
Returns a field from $_GET array if it exists To avoid having to do "if(isset($_GET['field']) && $_GET['field'])" multiple times
$sField |
Definition at line 1966 of file utils.inc.php.
getLink | ( | $sString, | |
$sUrl | |||
) |
Definition at line 1433 of file utils.inc.php.
getLinkSet | ( | $sLinkString, | |
$sUrlPrefix, | |||
$sDivider = '; , |
|||
' | , | ||
$bUriConvert = false |
|||
) |
Definition at line 1438 of file utils.inc.php.
getLocaleDate | ( | $sTimestamp = '' , |
|
$iCode = CH_WSB_LOCALE_DATE_SHORT |
|||
) |
Convert date(timestamp) in accordance with requested format code.
string | $sTimestamp | - timestamp |
integer | $iCode | - format code 1(4) - short date format. |
Definition at line 70 of file utils.inc.php.
getLocaleFormat | ( | $iCode = CH_WSB_LOCALE_DATE_SHORT , |
|
$iType = CH_WSB_LOCALE_PHP |
|||
) |
Get data format in accordance with requested format code and format type.
integer | $iCode | - format code 1(4) - short date format. |
integer | $iType | - format type 1 - for PHP code. 2 - for database. |
Definition at line 89 of file utils.inc.php.
getmicrotime | ( | ) |
Definition at line 1135 of file utils.inc.php.
getPostFieldIfSet | ( | $sField | ) |
Returns a field from $_POST array if it exists To avoid having to do "if(isset($_POST['field']) && $_POST['field'])" multiple times
$sField |
Definition at line 1954 of file utils.inc.php.
getRelatedWords | ( | & | $aInfo | ) |
Definition at line 1451 of file utils.inc.php.
getSiteInfo | ( | $sSourceUrl, | |
$aProcessAdditionalTags = array() |
|||
) |
Definition at line 1460 of file utils.inc.php.
getSiteStatArray | ( | ) |
Definition at line 1184 of file utils.inc.php.
getVideoData | ( | $sFile | ) |
Definition at line 2008 of file utils.inc.php.
getVisitorIP | ( | $isProxyCheck = true | ) |
Definition at line 643 of file utils.inc.php.
html2txt | ( | $content, | |
$tags = "" |
|||
) |
Definition at line 219 of file utils.inc.php.
html_encode | ( | $text | ) |
Definition at line 228 of file utils.inc.php.
htmlspecialchars_adv | ( | $string | ) |
Definition at line 302 of file utils.inc.php.
is_friends | ( | $id1, | |
$id2 | |||
) |
Definition at line 140 of file utils.inc.php.
isBlocked | ( | $iFirstProfile, | |
$iSecondProfile | |||
) |
Function will check on blocked status;
: | $iFirstProfile | (integer) - first profile's id; |
: | $iSecondProfile | (integer) - second profile's id; |
Definition at line 128 of file utils.inc.php.
isRWAccessible | ( | $sFileName | ) |
Definition at line 440 of file utils.inc.php.
process_db_input | ( | $sText, | |
$iStripTags = 0 |
|||
) |
functions for input data into database
array | string | $sText | |
int | $iStripTags | tags parameter: CH_TAGS_STRIP - strip tags CH_TAGS_SPECIAL_CHARS - translate to special html chars (not good to use this, it is better to do such thing during output to browser) CH_TAGS_VALIDATE - validate HTML CH_TAGS_NO_ACTION - do not perform any action with tags |
Definition at line 256 of file utils.inc.php.
process_html_output | ( | $text, | |
$maxwordlen = 100 |
|||
) |
Definition at line 333 of file utils.inc.php.
process_line_output | ( | $text, | |
$maxwordlen = 100 |
|||
) |
Definition at line 328 of file utils.inc.php.
process_pass_data | ( | $text, | |
$strip_tags = 0 |
|||
) |
function for processing pass data
This function cleans the GET/POST/COOKIE data if magic_quotes_gpc() is on for data which should be outputed immediately after submit
Definition at line 290 of file utils.inc.php.
process_text_output | ( | $text, | |
$maxwordlen = 100 |
|||
) |
Definition at line 313 of file utils.inc.php.
process_text_withlinks_output | ( | $text, | |
$maxwordlen = 100 |
|||
) |
Definition at line 323 of file utils.inc.php.
process_textarea_output | ( | $text, | |
$maxwordlen = 100 |
|||
) |
Definition at line 318 of file utils.inc.php.
Redirect | ( | $ActionURL, | |
$Params = null , |
|||
$Method = "get" , |
|||
$Title = 'Redirect' |
|||
) |
Redirects browser to another URL, passing parameters through POST or GET Actually just prints code, returned by RedirectCode (see RedirectCode)
Definition at line 432 of file utils.inc.php.
Returns HTML/javascript code, which redirects to another URL with passing specified data (through specified method)
string | $ActionURL | destination URL |
array | $Params | Parameters to be passed (through GET or POST) |
string | $Method | Submit mode. Only two values are valid: 'get' and 'post' |
Definition at line 394 of file utils.inc.php.
replace_full_uri | ( | $matches | ) |
Definition at line 887 of file utils.inc.php.
replace_full_uris | ( | $text | ) |
Definition at line 880 of file utils.inc.php.
return_bytes | ( | $val | ) |
Definition at line 1591 of file utils.inc.php.
sendMail | ( | $sRecipientEmail, | |
$sMailSubject, | |||
$sMailBody, | |||
$iRecipientID = 0 , |
|||
$aPlus = array() , |
|||
$sEmailFlag = 'html' , |
|||
$isDisableAlert = false , |
|||
$bForceSend = false |
|||
) |
Send email function
string | $sRecipientEmail | - Email where email should be send |
string | $sMailSubject | - subject of the message |
string | $sMailBody | - Body of the message |
integer | $iRecipientID | - ID of recipient profile |
array | $aPlus | - Array of additional information |
Definition at line 461 of file utils.inc.php.
simple_cmp | ( | $a, | |
$b | |||
) |
Definition at line 1540 of file utils.inc.php.
stripslashes_adv | ( | $s | ) |
Definition at line 1649 of file utils.inc.php.
strmaxtextlen | ( | $sInput, | |
$iMaxLen = 60 |
|||
) |
Definition at line 207 of file utils.inc.php.
strmaxwordlen | ( | $input, | |
$len = 100 |
|||
) |
Definition at line 199 of file utils.inc.php.
templates_select_txt | ( | ) |
Definition at line 621 of file utils.inc.php.
title2uri | ( | $sValue | ) |
The following two functions are needed to convert title to uri and back. It usefull when titles are used in URLs, like in Categories and Tags.
Definition at line 42 of file utils.inc.php.
uri2title | ( | $sValue | ) |
Definition at line 51 of file utils.inc.php.
uriCheckUniq | ( | $s, | |
$sTable, | |||
$sField | |||
) |
Definition at line 949 of file utils.inc.php.
uriFilter | ( | $s | ) |
Definition at line 931 of file utils.inc.php.
uriGenerate | ( | $s, | |
$sTable, | |||
$sField, | |||
$iMaxLen = 255 |
|||
) |
Definition at line 900 of file utils.inc.php.
WordWrapStr | ( | $sString, | |
$iWidth = 25 , |
|||
$sWrapCharacter = '­' |
|||
) |
Definition at line 155 of file utils.inc.php.
wrapVideoFrame | ( | $sData | ) |
Definition at line 1971 of file utils.inc.php.
writeLog | ( | $sNewLineText = 'test' | ) |
perform write log into 'tmp/log.txt' (for any debug development)
$sNewLineText | - New line debug text |
Definition at line 1415 of file utils.inc.php.
const CH_ESCAPE_STR_APOS 1 |
escape apostrophes only, for js strings enclosed in apostrophes, for use in
Definition at line 33 of file utils.inc.php.
const CH_ESCAPE_STR_AUTO 0 |
turn apostropes and quote signs into html special chars, for use in
Definition at line 32 of file utils.inc.php.
const CH_ESCAPE_STR_QUOTE 2 |
escape quotes only, for js strings enclosed in quotes, for use in
Definition at line 34 of file utils.inc.php.
const CH_SLASHES_ADD 1 |
Definition at line 28 of file utils.inc.php.
const CH_SLASHES_AUTO 0 |
Definition at line 27 of file utils.inc.php.
const CH_SLASHES_NO_ACTION 3 |
Definition at line 30 of file utils.inc.php.
const CH_SLASHES_STRIP 2 |
Definition at line 29 of file utils.inc.php.
const CH_TAGS_NO_ACTION 0 |
Definition at line 21 of file utils.inc.php.
const CH_TAGS_SPECIAL_CHARS 8 |
Definition at line 23 of file utils.inc.php.
const CH_TAGS_STRIP 1 |
Definition at line 22 of file utils.inc.php.
const CH_TAGS_STRIP_AND_NL2BR 32 |
Definition at line 25 of file utils.inc.php.
const CH_TAGS_VALIDATE 16 |
Definition at line 24 of file utils.inc.php.
const CH_URL_RE "@\b((https?://)|(www\.))(([0-9a-zA-Z_!~*'().&=+$%-]+:)?[0-9a-zA-Z_!~*'().&=+$%-]+\@)?(([0-9]{1,3}\.){3}[0-9]{1,3}|([0-9a-zA-Z_!~*'()-]+\.)*([0-9a-zA-Z][0-9a-zA-Z-]{0,61})?[0-9a-zA-Z]\.[a-zA-Z]{2,6})(:[0-9]{1,4})?((/[0-9a-zA-Z_!~*'().;?:\@&=+$,%#-]+)*/?)@" |
regular expression to match URL
Definition at line 36 of file utils.inc.php.
const CH_WSB_LINK_CLASS 'ch-link' |
Definition at line 12 of file utils.inc.php.
const CH_WSB_LOCALE_DATE 5 |
Definition at line 16 of file utils.inc.php.
const CH_WSB_LOCALE_DATE_SHORT 4 |
Definition at line 15 of file utils.inc.php.
const CH_WSB_LOCALE_DB 2 |
Definition at line 19 of file utils.inc.php.
const CH_WSB_LOCALE_PHP 1 |
Definition at line 18 of file utils.inc.php.
const CH_WSB_LOCALE_TIME 2 |
Definition at line 14 of file utils.inc.php.