Home
last modified time | relevance | path

Searched refs:ESCAPE_CHARS (Results 1 – 25 of 132) sorted by relevance

123456

/dports/audio/picard/picard-release-2.6.2/installer/i18n/
H A Dnshutil.py104 ESCAPE_CHARS = {
125 for escape, char in ESCAPE_CHARS.items():
133 for escape, char in ESCAPE_CHARS.items():
/dports/www/interchange/interchange-5.6.3/lib/Vend/
H A DForm.pm335 encode($attr->{label}, $ESCAPE_CHARS::std) unless $no_encode;
776 encode($label, $ESCAPE_CHARS::std) unless $no_encode;
777 encode($help, $ESCAPE_CHARS::std) if $help;
809 encode($vvalue, $ESCAPE_CHARS::std);
949 encode($label, $ESCAPE_CHARS::std) unless $no_encode;
950 encode($help, $ESCAPE_CHARS::std) if $help;
993 $opt->{tvalue} = encode($value, $ESCAPE_CHARS::std);
1322 $opt->{encoded} = encode($opt->{value}, $ESCAPE_CHARS::std);
1328 $opt->{filtered} = encode($newv, $ESCAPE_CHARS::std);
H A DUtil.pm105 $ESCAPE_CHARS::ok_in_filename =
112 $ESCAPE_CHARS::ok_in_url =
120 $ESCAPE_CHARS::std = qq{^\n\t\X !\#\$%\'-;=?-Z\\\]-~};
135 HTML::Entities::encode($junk, $ESCAPE_CHARS::std);
139 if (index($ESCAPE_CHARS::ok_in_filename,$a) == -1) {
145 $ESCAPE_CHARS::translate[$i] = $t;
146 if (index($ESCAPE_CHARS::ok_in_url,$a) == -1) {
152 $ESCAPE_CHARS::translate_url[$i] = $t;
155 my $string = "[^$ESCAPE_CHARS::ok_in_url]";
168 $r .= $ESCAPE_CHARS::translate[ord($c)];
[all …]
/dports/print/pdfchain/pdfchain-0.4.4.2/src/
H A Dpdfchain.cc160 for ( int i=0 ; Char::EOL != Path::ESCAPE_CHARS[i] ; i++ , pos=0 ) { in escape_string()
161 while ( std::string::npos != ( pos = str_escape.find( Path::ESCAPE_CHARS[i] , pos ) ) ) { in escape_string()
H A Dconstant.h114 const char ESCAPE_CHARS[5] = { '\\' , '\"' , '`', '$', '\0' }; variable
H A Dpdfchain.h173 extern const char ESCAPE_CHARS[];
/dports/dns/yadifa/yadifa-2.5.3-10333/lib/dnscore/src/
H A Doutput_stream.c67 static const char ESCAPE_CHARS[] = {'@', '$', '\\', ';'}; variable
450 for(u32 j = 0; j < sizeof(ESCAPE_CHARS); ++j) in output_stream_write_should_escape()
452 if(c == ESCAPE_CHARS[j]) in output_stream_write_should_escape()
/dports/devel/py-dal/dal-20081016/dal/dbapi/
H A Ddbapi.py97 if '\\' in paramstyles.ESCAPE_CHARS:
98 paramstyles.ESCAPE_CHARS.remove('\\')
117 paramstyles.ESCAPE_CHARS.extend(self._config.escape_chars)
H A Dparamstyles.py36 ESCAPE_CHARS = [ '\\' ] variable
184 escape_chars = ESCAPE_CHARS
/dports/www/interchange/interchange-5.6.3/code/Filter/
H A Dencode_entities.filter21 return HTML::Entities::encode(shift, $ESCAPE_CHARS::std);
/dports/net-p2p/bazarr/bazarr-1.0.2/libs/js2py/legecy_translators/
H A Dconstants.py11 ESCAPE_CHARS = {'n', '0', 'b', 'f', 'r', 't', 'v', '"', "'", '\\'} variable
271 if source[n + 1] in ESCAPE_CHARS:
/dports/devel/mpatrol/mpatrol/tools/
H A Ddmalloc.c58 #define ESCAPE_CHARS "\\\a\b\f\n\r\t\v" macro
412 else if (t = strchr(ESCAPE_CHARS, p[i])) in bytestring()
415 b[n++] = ESCAPE_REPLACE[t - ESCAPE_CHARS]; in bytestring()
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/thrift/lib/py/src/protocol/
H A DTJSONProtocol.py58 ESCAPE_CHARS = { variable
312 if character not in ESCAPE_CHARS:
316 character = ESCAPE_CHARS[character]
/dports/net/storj/storj-1.45.3/vendor/github.com/apache/thrift/lib/py/src/protocol/
H A DTJSONProtocol.py58 ESCAPE_CHARS = { variable
312 if character not in ESCAPE_CHARS:
316 character = ESCAPE_CHARS[character]
/dports/devel/py-thrift/thrift-0.14.0/lib/py/src/protocol/
H A DTJSONProtocol.py58 ESCAPE_CHARS = { variable
312 if character not in ESCAPE_CHARS:
316 character = ESCAPE_CHARS[character]
/dports/www/fabio/fabio-1.5.14/vendor/github.com/apache/thrift/thrift-da1169d75b15/lib/py/src/protocol/
H A DTJSONProtocol.py58 ESCAPE_CHARS = { variable
312 if character not in ESCAPE_CHARS:
316 character = ESCAPE_CHARS[character]
/dports/devel/thrift-cpp/thrift-0.14.0/lib/py/src/protocol/
H A DTJSONProtocol.py58 ESCAPE_CHARS = { variable
312 if character not in ESCAPE_CHARS:
316 character = ESCAPE_CHARS[character]
/dports/devel/thrift-c_glib/thrift-0.14.0/lib/py/src/protocol/
H A DTJSONProtocol.py58 ESCAPE_CHARS = { variable
312 if character not in ESCAPE_CHARS:
316 character = ESCAPE_CHARS[character]
/dports/devel/thrift/thrift-0.14.0/lib/py/src/protocol/
H A DTJSONProtocol.py58 ESCAPE_CHARS = { variable
312 if character not in ESCAPE_CHARS:
316 character = ESCAPE_CHARS[character]
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/apache/thrift/lib/py/src/protocol/
H A DTJSONProtocol.py58 ESCAPE_CHARS = { variable
312 if character not in ESCAPE_CHARS:
316 character = ESCAPE_CHARS[character]
/dports/devel/node-thrift/thrift-0.14.0/lib/py/src/protocol/
H A DTJSONProtocol.py58 ESCAPE_CHARS = { variable
312 if character not in ESCAPE_CHARS:
316 character = ESCAPE_CHARS[character]
/dports/devel/p5-Regexp-RegGrp/Regexp-RegGrp-2.01/lib/Regexp/
H A DRegGrp.pm18 ESCAPE_CHARS => qr~\\.~, constant
/dports/net/storj/storj-1.45.3/vendor/github.com/apache/thrift/lib/csharp/src/Protocol/
H A DTJSONProtocol.cs71 private char[] ESCAPE_CHARS = "\"\\/bfnrt".ToCharArray(); field in Thrift.Protocol.TJSONProtocol
750 int off = Array.IndexOf(ESCAPE_CHARS, (char)ch); in ReadJSONString()
/dports/www/fabio/fabio-1.5.14/vendor/github.com/apache/thrift/thrift-da1169d75b15/lib/csharp/src/Protocol/
H A DTJSONProtocol.cs71 private char[] ESCAPE_CHARS = "\"\\/bfnrt".ToCharArray(); field in Thrift.Protocol.TJSONProtocol
750 int off = Array.IndexOf(ESCAPE_CHARS, (char)ch); in ReadJSONString()
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/apache/thrift/lib/csharp/src/Protocol/
H A DTJSONProtocol.cs71 private char[] ESCAPE_CHARS = "\"\\/bfnrt".ToCharArray(); field in Thrift.Protocol.TJSONProtocol
750 int off = Array.IndexOf(ESCAPE_CHARS, (char)ch); in ReadJSONString()

123456