Home
last modified time | relevance | path

Searched refs:_unescape (Results 1 – 25 of 122) sorted by path

12345

/dports/deskutils/p5-Data-ICal-DateTime/Data-ICal-DateTime-0.82/lib/Data/ICal/
H A DDateTime.pm626 sub _unescape { subroutine
/dports/deskutils/zim/zim-0.74.3/zim/
H A Dparsing.py83 def _unescape(match): function
98 return re.sub('\\\\.', _unescape, string)
/dports/devel/brz/breezy-3.2.0/breezy/bzr/
H A Dversionedfile.py959 return (self._unescape(osutils.basename(partition_id)).encode('utf-8'),)
961 def _unescape(self, basename): member in HashPrefixMapper
988 def _unescape(self, basename): member in HashEscapedPrefixMapper
/dports/devel/efl/efl-1.25.1/src/examples/ecore/
H A Defl_io_buffered_stream_example.c110 _unescape(const char *str) in _unescape() function
222 line_delimiter_str = _unescape(line_delimiter_str ? line_delimiter_str : "\\r\\n"); in efl_main()
H A Defl_io_queue_example.c105 _unescape(const char *str) in _unescape() function
241 line_delimiter_str = _unescape(line_delimiter_str ? line_delimiter_str : "\\r\\n"); in efl_main()
H A Defl_net_dialer_simple_example.c190 _unescape(const char *str) in _unescape() function
389 line_delimiter_str = _unescape(line_delimiter_str ? line_delimiter_str : "\\r\\n"); in efl_main()
H A Defl_net_socket_ssl_dialer_example.c186 _unescape(const char *str) in _unescape() function
430 line_delimiter_str = _unescape(line_delimiter_str ? line_delimiter_str : "\\r\\n"); in efl_main()
/dports/devel/efl/efl-1.25.1/src/lib/ecore/
H A Defl_core_command_line.c18 _unescape(const char *s) in _unescape() function
276 pd->command = _unescape(str); in _efl_core_command_line_command_string_set()
/dports/devel/eric6/eric6-21.11/eric/eric6/APIs/Python/
H A Dzope-2.10.7.api23692 zope.publisher.contenttype._unescape?5(string)
H A Dzope-2.11.2.api20654 zope.publisher.contenttype._unescape?5(string)
H A Dzope-3.3.1.api27761 zope.publisher.contenttype._unescape?5(string)
/dports/devel/git-filter-repo/git-filter-repo-2.34.0/
H A Dgit-filter-repo155 _unescape = {b'a': b'\a',
H A Dgit_filter_repo.py155 _unescape = {b'a': b'\a', variable in PathQuoting
167 _reverse = dict(map(reversed, _unescape.items()))
175 return PathQuoting._unescape[seq] if len(seq) == 1 else bytes([int(seq, 8)])
/dports/devel/nuitka/Nuitka-0.6.17/nuitka/build/
H A DSconsSpawn.py199 def _unescape(arg): function
282 % (" ".join(_unescape(arg) for arg in self.args[2]).replace("%", "%%"),),
/dports/devel/p5-AppConfig/AppConfig-1.71/lib/AppConfig/
H A DCGI.pm105 ($variable, $value) = map { _unescape($_) } split('=');
142 sub _unescape { subroutine
/dports/devel/p5-CPANPLUS/CPANPLUS-0.9912/inc/bundle/Locale/Maketext/
H A DSimple.pm267 sub _unescape { subroutine
/dports/devel/p5-Commandable/Commandable-0.06/lib/Commandable/
H A DInvocation.pm103 $self->{trim_pos} = $+[0], return $self->_unescape( $1 );
107 $self->{trim_pos} = $+[0], return $self->_unescape( $1 );
123 sub _unescape subroutine
/dports/devel/p5-Config-Wrest/Config-Wrest-1.036/lib/Config/
H A DWrest.pm415 sub _unescape { subroutine
/dports/devel/p5-Config-Wrest/Config-Wrest-1.036/t/
H A DConfig-Wrest-internals.t43 $rv = Config::Wrest::_unescape('0');
46 $rv = Config::Wrest::_unescape('a');
49 $rv = Config::Wrest::_unescape('41');
52 $rv = Config::Wrest::_unescape('a9');
55 $rv = Config::Wrest::_unescape('Ff');
58 $rv = Config::Wrest::_unescape('153');
61 $rv = Config::Wrest::_unescape('201C');
/dports/devel/p5-GraphQL/GraphQL-0.52/lib/GraphQL/Language/
H A DReceiver.pm84 fun _unescape (Str $str) {
249 return _unescape($param);
/dports/devel/p5-Hash-Flatten/Hash-Flatten-1.19/lib/Hash/
H A DFlatten.pm97 …my $finalkey = $self->_unescape((scalar(@levels) % 2 ? pop(@levels) : ''), $self->{EscapeSequence}…
101 my $key = $self->_unescape(shift(@levels), $self->{EscapeSequence});
285 sub _unescape subroutine
/dports/devel/p5-Locale-Maketext-Lexicon/Locale-Maketext-Lexicon-1.00/lib/Locale/Maketext/Lexicon/
H A DGettext.pm180 sub _unescape { subroutine
/dports/devel/p5-Locale-Maketext-Simple/Locale-Maketext-Simple-0.21/lib/Locale/Maketext/
H A DSimple.pm267 sub _unescape { subroutine
/dports/devel/p5-Term-ReadLine-Perl/Term-ReadLine-Perl-1.0303/ReadLine/
H A Dreadline.pm1208 sub _unescape ($) { subroutine
1258 filler_Pending [_unescape "$+"];
1346 @keys = _unescape "$1";
/dports/devel/p5-Term-ReadLine-TTYtter/Term-ReadLine-TTYtter-1.4/ReadLine/
H A Dreadline_ttytter.pm1226 sub _unescape ($) { subroutine
1276 filler_Pending [_unescape "$+"];
1406 @keys = _unescape "$1";

12345