Home
last modified time | relevance | path

Searched refs:dequote (Results 1 – 25 of 512) sorted by relevance

12345678910>>...21

/dports/mail/neomutt/neomutt-20211029/test/string/
H A Dmutt_str_dequote_comment.c39 char *dequote = strdup(str); in test_mutt_str_dequote_comment() local
40 mutt_str_dequote_comment(dequote); in test_mutt_str_dequote_comment()
43 FREE(&dequote); in test_mutt_str_dequote_comment()
49 char *dequote = strdup(str); in test_mutt_str_dequote_comment() local
50 mutt_str_dequote_comment(dequote); in test_mutt_str_dequote_comment()
53 FREE(&dequote); in test_mutt_str_dequote_comment()
59 char *dequote = strdup(str); in test_mutt_str_dequote_comment() local
60 mutt_str_dequote_comment(dequote); in test_mutt_str_dequote_comment()
63 FREE(&dequote); in test_mutt_str_dequote_comment()
69 char *dequote = strdup(str); in test_mutt_str_dequote_comment() local
[all …]
/dports/devel/p5-Locale-PO/Locale-PO-0.27/lib/Locale/
H A DPO.pm212 my $dequoted = $self->dequote($string);
325 sub dequote { subroutine
491 $buffer{fuzzy_msgctxt} = $self->dequote($2);
497 $buffer{fuzzy_msgid} = $self->dequote($2);
503 $buffer{fuzzy_msgid_plural} = $self->dequote($2);
509 $buffer{msgctxt} = $self->dequote($2);
515 $buffer{msgid} = $self->dequote($2);
521 $buffer{msgid_plural} = $self->dequote($2);
528 $buffer{msgstr} = $self->dequote($1);
534 $buffer{msgstr_n}{$1} = $self->dequote($2);
[all …]
/dports/security/p5-App-Acmeman/App-Acmeman-3.05/lib/App/Acmeman/Source/
H A DApache.pm38 sub dequote { subroutine
81 $self->dequote($_->value));
87 my $dir = $self->dequote($1);
98 (my $s = $self->dequote($_->value)) =~ s{^https?://}{};
102 $self->dequote($_->value)) }
108 [lc($1),$self->dequote($2)]
/dports/www/rt44/rt-4.4.5/devel/tools/
H A Dextract-message-catalog115 if (not length $entry->dequote($entry->msgstr) and $is_english) {
121 next if not length $entry->dequote($msgid);
135 map {$entry->dequote($_)}
144 map {[$_, $_->dequote($_->msgid)]}
/dports/www/rt50/rt-5.0.2/devel/tools/
H A Dextract-message-catalog115 if (not length $entry->dequote($entry->msgstr) and $is_english) {
121 next if not length $entry->dequote($msgid);
135 map {$entry->dequote($_)}
144 map {[$_, $_->dequote($_->msgid)]}
/dports/science/jstrack/jstrack/extlib/tcllib1.19/string/
H A Dtoken_shell.tcl67 set dequote [list \\" \" \\\\ \\ ] ; #"
133 lappend result [string map $dequote [string range $text $start $end]]
142 lappend result [string map $dequote [string range $text $start $end]]
150 lappend result [string map $dequote [string range $text $start $end]]
/dports/devel/tcllib/tcllib-1.20/modules/string/
H A Dtoken_shell.tcl67 set dequote [list \\" \" \\\\ \\ ] ; #"
133 lappend result [string map $dequote [string range $text $start $end]]
142 lappend result [string map $dequote [string range $text $start $end]]
150 lappend result [string map $dequote [string range $text $start $end]]
/dports/devel/tcllibc/tcllib-1.20/modules/string/
H A Dtoken_shell.tcl67 set dequote [list \\" \" \\\\ \\ ] ; #"
133 lappend result [string map $dequote [string range $text $start $end]]
142 lappend result [string map $dequote [string range $text $start $end]]
150 lappend result [string map $dequote [string range $text $start $end]]
/dports/databases/py-mysqlclient/mysqlclient-2.1.0/
H A Dsetup_posix.py8 def dequote(s): function
71 library_dirs = [dequote(i[2:]) for i in libs if i.startswith("-L")]
72 libraries = [dequote(i[2:]) for i in libs if i.startswith("-l")]
88 include_dirs.append(dequote(a[2:]))
/dports/sysutils/eclat/eclat-2.0/etc/
H A Ddefault.fln19 print(dequote(.Response.Errors.Error.Message),"\n");
21 error(dequote(.Response.Errors.Error.Message),"\n");
24 error("Error: ",dequote(.Response.Errors.Error.Message),"\n");
/dports/deskutils/taskwarrior/taskwarrior-2.6.1/src/
H A DVariant.cpp178 Lexer::dequote (left._string); in operator &&()
181 Lexer::dequote (right._string); in operator &&()
196 Lexer::dequote (left._string); in operator ||()
199 Lexer::dequote (right._string); in operator ||()
214 Lexer::dequote (left._string); in operator_xor()
217 Lexer::dequote (right._string); in operator_xor()
233 Lexer::dequote (left._string); in operator <()
368 Lexer::dequote (left._string); in operator <=()
902 Lexer::dequote (pattern); in operator_match()
1797 Lexer::dequote (_string); in sqrt()
[all …]
/dports/japanese/skk-tools/skktools-1.3.3/
H A Dunannotation.awk46 $0 = dequote($0);
61 function dequote(s) { function
/dports/japanese/tiarra/tiarra-20100212/main/
H A DCTCP.pm91 sub dequote { subroutine
112 $this->dequote($1);
/dports/databases/p5-DBD-Pg/DBD-Pg-3.15.0/
H A DTODO20 - Change quote and dequote functions to take Sv instead of string so that
22 take care of broken chopblanks and pg_bool_tf (pass the quote/dequote
23 options struct to function quote/dequote functions)
/dports/security/sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/cargo-crates/rusqlite-0.19.0/src/vtab/
H A Dmod.rs595 pub fn dequote(s: &str) -> &str { in dequote() function
992 assert_eq!("", super::dequote("")); in test_dequote()
993 assert_eq!("'", super::dequote("'")); in test_dequote()
994 assert_eq!("\"", super::dequote("\"")); in test_dequote()
995 assert_eq!("'\"", super::dequote("'\"")); in test_dequote()
996 assert_eq!("", super::dequote("''")); in test_dequote()
997 assert_eq!("", super::dequote("\"\"")); in test_dequote()
998 assert_eq!("x", super::dequote("'x'")); in test_dequote()
999 assert_eq!("x", super::dequote("\"x\"")); in test_dequote()
1000 assert_eq!("x", super::dequote("x")); in test_dequote()
/dports/textproc/ripgrep-all/ripgrep-all-0.9.6/cargo-crates/rusqlite-0.23.1/src/vtab/
H A Dmod.rs656 pub fn dequote(s: &str) -> &str { in dequote() function
1044 assert_eq!("", super::dequote("")); in test_dequote()
1045 assert_eq!("'", super::dequote("'")); in test_dequote()
1046 assert_eq!("\"", super::dequote("\"")); in test_dequote()
1047 assert_eq!("'\"", super::dequote("'\"")); in test_dequote()
1048 assert_eq!("", super::dequote("''")); in test_dequote()
1049 assert_eq!("", super::dequote("\"\"")); in test_dequote()
1050 assert_eq!("x", super::dequote("'x'")); in test_dequote()
1051 assert_eq!("x", super::dequote("\"x\"")); in test_dequote()
1052 assert_eq!("x", super::dequote("x")); in test_dequote()
/dports/sysutils/mcfly/mcfly-0.5.11/cargo-crates/rusqlite-0.15.0/src/vtab/
H A Dmod.rs577 pub fn dequote(s: &str) -> &str { in dequote() function
975 assert_eq!("", super::dequote("")); in test_dequote()
976 assert_eq!("'", super::dequote("'")); in test_dequote()
977 assert_eq!("\"", super::dequote("\"")); in test_dequote()
978 assert_eq!("'\"", super::dequote("'\"")); in test_dequote()
979 assert_eq!("", super::dequote("''")); in test_dequote()
980 assert_eq!("", super::dequote("\"\"")); in test_dequote()
981 assert_eq!("x", super::dequote("'x'")); in test_dequote()
982 assert_eq!("x", super::dequote("\"x\"")); in test_dequote()
983 assert_eq!("x", super::dequote("x")); in test_dequote()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/rusqlite/src/vtab/
H A Dmod.rs656 pub fn dequote(s: &str) -> &str { in dequote() function
1044 assert_eq!("", super::dequote("")); in test_dequote()
1045 assert_eq!("'", super::dequote("'")); in test_dequote()
1046 assert_eq!("\"", super::dequote("\"")); in test_dequote()
1047 assert_eq!("'\"", super::dequote("'\"")); in test_dequote()
1048 assert_eq!("", super::dequote("''")); in test_dequote()
1049 assert_eq!("", super::dequote("\"\"")); in test_dequote()
1050 assert_eq!("x", super::dequote("'x'")); in test_dequote()
1051 assert_eq!("x", super::dequote("\"x\"")); in test_dequote()
1052 assert_eq!("x", super::dequote("x")); in test_dequote()
/dports/mail/p5-IMAP-Client/IMAP-Client-0.13/lib/IMAP/
H A DClient.pm294 sub dequote($) { subroutine
314 push @addresses,((dequote($name)) ? dequote($name).' ' : '').'<'.
315 dequote($mailbox).(($relay ne 'NIL') ? '%'.dequote($relay) : '').
316 '@'.dequote($host).'>';
330 $value = dequote($value) || '';
341 $ret{'DATE'} = $_t if ($_t = dequote($date));
342 $ret{'SUBJECT'} = $_t if ($_t = dequote($subject));
350 $ret{'MESSAGEID'} = $_t if ($_t = debracket(dequote($messageid)));
398 …$ret{$entry}->{'CONTENTTYPE'} = "MULTIPART/".dequote($subtype) if ($subtype); # the only topic tha…
419 $t_ret{'CONTENTTYPE'} = dequote($type).'/'.dequote($subtype);
[all …]
/dports/textproc/py-pyscss/pyScss-1.3.7/scss/
H A Dcalculator.py18 from scss.util import dequote
51 return dequote(value.render())
101 v = dequote(v)
/dports/misc/broot/broot-1.7.0/cargo-crates/rusqlite-0.24.2/src/vtab/
H A Dmod.rs666 pub fn dequote(s: &str) -> &str { in dequote() function
1054 assert_eq!("", super::dequote("")); in test_dequote()
1055 assert_eq!("'", super::dequote("'")); in test_dequote()
1056 assert_eq!("\"", super::dequote("\"")); in test_dequote()
1057 assert_eq!("'\"", super::dequote("'\"")); in test_dequote()
1058 assert_eq!("", super::dequote("''")); in test_dequote()
1059 assert_eq!("", super::dequote("\"\"")); in test_dequote()
1060 assert_eq!("x", super::dequote("'x'")); in test_dequote()
1061 assert_eq!("x", super::dequote("\"x\"")); in test_dequote()
1062 assert_eq!("x", super::dequote("x")); in test_dequote()
/dports/databases/ods2sql/ods2sql-aca63183274038487cecb6be17d7f65e92178b8c/cargo-crates/rusqlite-0.24.1/src/vtab/
H A Dmod.rs666 pub fn dequote(s: &str) -> &str { in dequote() function
1054 assert_eq!("", super::dequote("")); in test_dequote()
1055 assert_eq!("'", super::dequote("'")); in test_dequote()
1056 assert_eq!("\"", super::dequote("\"")); in test_dequote()
1057 assert_eq!("'\"", super::dequote("'\"")); in test_dequote()
1058 assert_eq!("", super::dequote("''")); in test_dequote()
1059 assert_eq!("", super::dequote("\"\"")); in test_dequote()
1060 assert_eq!("x", super::dequote("'x'")); in test_dequote()
1061 assert_eq!("x", super::dequote("\"x\"")); in test_dequote()
1062 assert_eq!("x", super::dequote("x")); in test_dequote()
/dports/www/firefox/firefox-99.0/third_party/rust/rusqlite/src/vtab/
H A Dmod.rs666 pub fn dequote(s: &str) -> &str { in dequote() function
1054 assert_eq!("", super::dequote("")); in test_dequote()
1055 assert_eq!("'", super::dequote("'")); in test_dequote()
1056 assert_eq!("\"", super::dequote("\"")); in test_dequote()
1057 assert_eq!("'\"", super::dequote("'\"")); in test_dequote()
1058 assert_eq!("", super::dequote("''")); in test_dequote()
1059 assert_eq!("", super::dequote("\"\"")); in test_dequote()
1060 assert_eq!("x", super::dequote("'x'")); in test_dequote()
1061 assert_eq!("x", super::dequote("\"x\"")); in test_dequote()
1062 assert_eq!("x", super::dequote("x")); in test_dequote()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/rusqlite/src/vtab/
H A Dmod.rs666 pub fn dequote(s: &str) -> &str { in dequote() function
1054 assert_eq!("", super::dequote("")); in test_dequote()
1055 assert_eq!("'", super::dequote("'")); in test_dequote()
1056 assert_eq!("\"", super::dequote("\"")); in test_dequote()
1057 assert_eq!("'\"", super::dequote("'\"")); in test_dequote()
1058 assert_eq!("", super::dequote("''")); in test_dequote()
1059 assert_eq!("", super::dequote("\"\"")); in test_dequote()
1060 assert_eq!("x", super::dequote("'x'")); in test_dequote()
1061 assert_eq!("x", super::dequote("\"x\"")); in test_dequote()
1062 assert_eq!("x", super::dequote("x")); in test_dequote()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/rusqlite/src/vtab/
H A Dmod.rs666 pub fn dequote(s: &str) -> &str { in dequote() function
1054 assert_eq!("", super::dequote("")); in test_dequote()
1055 assert_eq!("'", super::dequote("'")); in test_dequote()
1056 assert_eq!("\"", super::dequote("\"")); in test_dequote()
1057 assert_eq!("'\"", super::dequote("'\"")); in test_dequote()
1058 assert_eq!("", super::dequote("''")); in test_dequote()
1059 assert_eq!("", super::dequote("\"\"")); in test_dequote()
1060 assert_eq!("x", super::dequote("'x'")); in test_dequote()
1061 assert_eq!("x", super::dequote("\"x\"")); in test_dequote()
1062 assert_eq!("x", super::dequote("x")); in test_dequote()

12345678910>>...21