Home
last modified time | relevance | path

Searched refs:esc_type (Results 1 – 25 of 66) sorted by relevance

123

/dports/www/lua-resty-core/lua-resty-core-0.1.22/lib/resty/core/
H A Duri.lua61 ngx.escape_uri = function (s, esc_type)
71 if esc_type == nil then
72 esc_type = NGX_ESCAPE_URI_COMPONENT
75 if type(esc_type) ~= 'number' then
79 if esc_type < NGX_ESCAPE_URI or esc_type > NGX_ESCAPE_MAIL_AUTH then
80 error("\"type\" " .. esc_type .. " out of range", 3)
85 local dlen = ngx_lua_ffi_uri_escaped_length(s, slen, esc_type)
92 ngx_lua_ffi_escape_uri(s, slen, dst, esc_type)
/dports/mail/rspamd-devel/rspamd-93430bb/src/lua/
H A Dlua_logger.c281 lua_logger_char_safe (int t, unsigned int esc_type) in lua_logger_char_safe() argument
284 if (esc_type & LUA_ESCAPE_8BIT) { in lua_logger_char_safe()
291 if (esc_type & LUA_ESCAPE_UNPRINTABLE) { in lua_logger_char_safe()
297 if (esc_type & LUA_ESCAPE_NEWLINES) { in lua_logger_char_safe()
310 enum lua_logger_escape_type esc_type) in lua_logger_out_str() argument
322 if (!lua_logger_char_safe (str[r], esc_type)) { in lua_logger_out_str()
337 if (!lua_logger_char_safe (str[s], esc_type)) { in lua_logger_out_str()
494 enum lua_logger_escape_type esc_type) in lua_logger_out_table() argument
550 r = lua_logger_out_type (L, tpos, d, remain, trace, esc_type); in lua_logger_out_table()
614 enum lua_logger_escape_type esc_type) in lua_logger_out_type() argument
[all …]
/dports/mail/rspamd/rspamd-3.1/src/lua/
H A Dlua_logger.c281 lua_logger_char_safe (int t, unsigned int esc_type) in lua_logger_char_safe() argument
284 if (esc_type & LUA_ESCAPE_8BIT) { in lua_logger_char_safe()
291 if (esc_type & LUA_ESCAPE_UNPRINTABLE) { in lua_logger_char_safe()
297 if (esc_type & LUA_ESCAPE_NEWLINES) { in lua_logger_char_safe()
310 enum lua_logger_escape_type esc_type) in lua_logger_out_str() argument
322 if (!lua_logger_char_safe (str[r], esc_type)) { in lua_logger_out_str()
337 if (!lua_logger_char_safe (str[s], esc_type)) { in lua_logger_out_str()
494 enum lua_logger_escape_type esc_type) in lua_logger_out_table() argument
550 r = lua_logger_out_type (L, tpos, d, remain, trace, esc_type); in lua_logger_out_table()
614 enum lua_logger_escape_type esc_type) in lua_logger_out_type() argument
[all …]
/dports/finance/prestashop/prestashop/config/
H A Dsmarty.config.inc.php65 function smartyEscape($string, $esc_type = 'html', $char_set = null, $double_encode = true) argument
77 if (($esc_type === 'html' || $esc_type === 'htmlall') && $smarty->escape_html) {
80 return smarty_modifier_escape($string, $esc_type, $char_set, $double_encode);
/dports/www/tikiwiki/tiki-21.2/lib/smarty_tiki/
H A Dmodifier.escape.php27 * @param string $esc_type
32 function smarty_modifier_escape($string, $esc_type = 'html', $char_set = 'UTF-8', $double_encode = … argument
34 switch ($esc_type) {
/dports/devel/pear-PhpDocumentor/PhpDocumentor-1.4.4/phpDocumentor/Smarty-2.6.0/libs/plugins/
H A Dmodifier.escape.php21 function smarty_modifier_escape($string, $esc_type = 'html') argument
23 switch ($esc_type) {
/dports/www/fusionpbx/fusionpbx-4.4.1/resources/templates/engine/smarty/plugins/
H A Dmodifier.escape.php19 * @param string $esc_type escape type
24 function smarty_modifier_escape($string, $esc_type = 'html', $char_set = null, $double_encode = tru… argument
35 switch ($esc_type) {
/dports/www/piwigo/piwigo/include/smarty/libs/plugins/
H A Dmodifier.escape.php19 * @param string $esc_type escape type
25 function smarty_modifier_escape($string, $esc_type = 'html', $char_set = null, $double_encode = tru… argument
36 switch ($esc_type) {
/dports/www/thirtybees/thirtybees-1.1.0/vendor/smarty/smarty/libs/plugins/
H A Dmodifier.escape.php19 * @param string $esc_type escape type
25 function smarty_modifier_escape($string, $esc_type = 'html', $char_set = null, $double_encode = tru… argument
36 switch ($esc_type) {
/dports/mail/postfixadmin33/postfixadmin-postfixadmin-3.3.10/lib/smarty/libs/plugins/
H A Dmodifier.escape.php18 * @param string $esc_type escape type
24 function smarty_modifier_escape($string, $esc_type = 'html', $char_set = null, $double_encode = tru… argument
35 switch ($esc_type) {
/dports/mail/postfixadmin33-lite/postfixadmin-postfixadmin-3.3.10/lib/smarty/libs/plugins/
H A Dmodifier.escape.php18 * @param string $esc_type escape type
24 function smarty_modifier_escape($string, $esc_type = 'html', $char_set = null, $double_encode = tru… argument
35 switch ($esc_type) {
H A Dmodifiercompiler.escape.php39 $esc_type = smarty_literal_compiler_param($params, 1, 'html');
45 switch ($esc_type) {
/dports/mail/postfixadmin-lite/postfixadmin-d3bc1551/lib/smarty/libs/plugins/
H A Dmodifier.escape.php18 * @param string $esc_type escape type
24 function smarty_modifier_escape($string, $esc_type = 'html', $char_set = null, $double_encode = tru… argument
35 switch ($esc_type) {
H A Dmodifiercompiler.escape.php39 $esc_type = smarty_literal_compiler_param($params, 1, 'html');
45 switch ($esc_type) {
/dports/mail/postfixadmin/postfixadmin-d3bc1551/lib/smarty/libs/plugins/
H A Dmodifier.escape.php18 * @param string $esc_type escape type
24 function smarty_modifier_escape($string, $esc_type = 'html', $char_set = null, $double_encode = tru… argument
35 switch ($esc_type) {
/dports/www/smarty3/smarty-3.1.34/libs/plugins/
H A Dmodifier.escape.php18 * @param string $esc_type escape type
24 function smarty_modifier_escape($string, $esc_type = 'html', $char_set = null, $double_encode = tru… argument
35 switch ($esc_type) {
/dports/www/serendipity/Serendipity-2.3.5/bundled-libs/Smarty/libs/plugins/
H A Dmodifier.escape.php18 * @param string $esc_type escape type
24 function smarty_modifier_escape($string, $esc_type = 'html', $char_set = null, $double_encode = tru… argument
35 switch ($esc_type) {
/dports/finance/prestashop/prestashop/vendor/smarty/smarty/libs/plugins/
H A Dmodifier.escape.php18 * @param string $esc_type escape type
24 function smarty_modifier_escape($string, $esc_type = 'html', $char_set = null, $double_encode = tru… argument
35 switch ($esc_type) {
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/smarty/smarty/libs/plugins/
H A Dmodifier.escape.php18 * @param string $esc_type escape type
24 function smarty_modifier_escape($string, $esc_type = 'html', $char_set = null, $double_encode = tru… argument
35 switch ($esc_type) {
/dports/deskutils/myitcrm/MyITCRM-0.2.9.3/include/SMARTY/plugins/
H A Dmodifier.escape.php21 function smarty_modifier_escape($string, $esc_type = 'html') argument
23 switch ($esc_type) {
/dports/deskutils/moregroupware/moregroupware/include/smarty/plugins/
H A Dmodifier.escape.php22 function smarty_modifier_escape($string, $esc_type = 'html', $char_set = 'ISO-8859-1') argument
24 switch ($esc_type) {
/dports/www/smarty2/smarty-2.6.31/libs/plugins/
H A Dmodifier.escape.php22 function smarty_modifier_escape($string, $esc_type = 'html', $char_set = 'ISO-8859-1') argument
24 switch ($esc_type) {
/dports/www/gallery2/gallery2/lib/smarty/plugins/
H A Dmodifier.escape.php22 function smarty_modifier_escape($string, $esc_type = 'html', $char_set = 'ISO-8859-1') argument
24 switch ($esc_type) {
/dports/www/xoops/XoopsCore25-2.5.10/htdocs/class/smarty/plugins/
H A Dmodifier.escape.php22 function smarty_modifier_escape($string, $esc_type = 'html', $char_set = 'ISO-8859-1') argument
24 switch ($esc_type) {
/dports/www/templatelite/template_lite/src/plugins/
H A Dmodifier.escape.php22 function tpl_modifier_escape($string, $esc_type = 'html', $char_set = 'ISO-8859-1') argument
24 switch ($esc_type)

123