Home
last modified time | relevance | path

Searched +refs:char +refs:remove (Results 1 – 25 of 38252) sorted by relevance

12345678910>>...1531

/dports/lang/chibi-scheme/chibi-scheme-0.10/lib/scheme/
H A Dred.sld81 bag-product! bag-remove
82 bag-remove! bag-replace
266 ideque-remove ideque-remove-back
267 ideque-remove-front ideque-reverse
310 list-queue-map! list-queue-remove-all!
311 list-queue-remove-back! list-queue-remove-front!
331 lseq-remove lseq-rest
407 remove remove!
454 set-remove set-remove
455 set-remove! set-remove!
[all …]
/dports/shells/ion/liner-3f3d1d4e6058067e9d03a9b1510d8f2edac073c7/src/
H A Dbuffer.rs42 data: Vec<char>,
436 buf.remove(0, 1); in test_undo_group()
437 buf.remove(0, 1); in test_undo_group()
438 buf.remove(0, 1); in test_undo_group()
449 buf.remove(0, 1); in test_redo_group()
450 buf.remove(0, 1); in test_redo_group()
451 buf.remove(0, 1); in test_redo_group()
463 buf.remove(0, 1); in test_nested_undo_group()
465 buf.remove(0, 1); in test_nested_undo_group()
467 buf.remove(0, 1); in test_nested_undo_group()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/third_party/rust/unicode-normalization/src/
H A Ddecompose.rs13 fn canonical_sort(comb: &mut [(char, u8)]) { in canonical_sort() argument
40 buffer: Vec<(char, u8)>,
45 pub fn new_canonical<I: Iterator<Item=char>>(iter: I) -> Decompositions<I> { in new_canonical()
64 impl<I: Iterator<Item=char>> Iterator for Decompositions<I> {
65 type Item = char;
68 fn next(&mut self) -> Option<char> { in next() argument
74 self.buffer.remove(0); in next()
78 self.buffer.remove(0); in next()
91 super::char::canonical_combining_class(d); in next()
100 super::char::decompose_canonical(ch, callback) in next()
[all …]
/dports/security/py-cryptography/cryptography-3.3.2/src/_cffi_src/openssl/
H A Devp.py.orig46 const unsigned char *, const unsigned char *, int);
48 const unsigned char *, int);
153 int PKCS5_PBKDF2_HMAC(const char *, int, const unsigned char *, int, int,
158 int EVP_PBE_scrypt(const char *, size_t, const unsigned char *, size_t,
190 int (*EVP_PBE_scrypt)(const char *, size_t, const unsigned char *, size_t,
241 conditional to remove it. OpenSSL 1.1.0 didn't have this define, but
242 1.1.1 will when it is released. We can remove this in the distant
249 conditional to remove it. OpenSSL 1.1.1 adds this define. We can remove
256 conditional to remove it. */
262 conditional to remove it. */
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/rust/unicode-normalization/src/
H A Ddecompose.rs14 fn canonical_sort(comb: &mut [(char, u8)]) { in canonical_sort() argument
41 buffer: Vec<(char, u8)>,
46 pub fn new_canonical<I: Iterator<Item=char>>(iter: I) -> Decompositions<I> { in new_canonical()
65 impl<I: Iterator<Item=char>> Iterator for Decompositions<I> {
66 type Item = char;
69 fn next(&mut self) -> Option<char> { in next() argument
75 self.buffer.remove(0); in next()
79 self.buffer.remove(0); in next()
92 super::char::canonical_combining_class(d); in next()
122 match self.buffer.remove(0) { in next()
[all …]
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/unicode-normalization-0.1.5/src/
H A Ddecompose.rs14 fn canonical_sort(comb: &mut [(char, u8)]) { in canonical_sort() argument
41 buffer: Vec<(char, u8)>,
46 pub fn new_canonical<I: Iterator<Item=char>>(iter: I) -> Decompositions<I> { in new_canonical()
65 impl<I: Iterator<Item=char>> Iterator for Decompositions<I> {
66 type Item = char;
69 fn next(&mut self) -> Option<char> { in next() argument
75 self.buffer.remove(0); in next()
79 self.buffer.remove(0); in next()
92 super::char::canonical_combining_class(d); in next()
122 match self.buffer.remove(0) { in next()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/unicode-normalization/src/
H A Ddecompose.rs14 fn canonical_sort(comb: &mut [(char, u8)]) { in canonical_sort() argument
41 buffer: Vec<(char, u8)>,
46 pub fn new_canonical<I: Iterator<Item=char>>(iter: I) -> Decompositions<I> { in new_canonical()
65 impl<I: Iterator<Item=char>> Iterator for Decompositions<I> {
66 type Item = char;
69 fn next(&mut self) -> Option<char> { in next() argument
75 self.buffer.remove(0); in next()
79 self.buffer.remove(0); in next()
92 super::char::canonical_combining_class(d); in next()
122 match self.buffer.remove(0) { in next()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/unicode-normalization/src/
H A Ddecompose.rs14 fn canonical_sort(comb: &mut [(char, u8)]) { in canonical_sort() argument
41 buffer: Vec<(char, u8)>,
46 pub fn new_canonical<I: Iterator<Item=char>>(iter: I) -> Decompositions<I> { in new_canonical()
65 impl<I: Iterator<Item=char>> Iterator for Decompositions<I> {
66 type Item = char;
69 fn next(&mut self) -> Option<char> { in next() argument
75 self.buffer.remove(0); in next()
79 self.buffer.remove(0); in next()
92 super::char::canonical_combining_class(d); in next()
122 match self.buffer.remove(0) { in next()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/unicode-normalization/src/
H A Ddecompose.rs14 fn canonical_sort(comb: &mut [(char, u8)]) { in canonical_sort() argument
41 buffer: Vec<(char, u8)>,
46 pub fn new_canonical<I: Iterator<Item=char>>(iter: I) -> Decompositions<I> { in new_canonical()
65 impl<I: Iterator<Item=char>> Iterator for Decompositions<I> {
66 type Item = char;
69 fn next(&mut self) -> Option<char> { in next() argument
75 self.buffer.remove(0); in next()
79 self.buffer.remove(0); in next()
92 super::char::canonical_combining_class(d); in next()
122 match self.buffer.remove(0) { in next()
[all …]
/dports/lang/gambit-c/gambit-4.9.3/prebuilt/windows/
H A DAddToPath.nsh106 StrCpy $2 $1 1 -1 # copy last char
108 StrCpy $1 $1 -1 # remove last char
152 StrCpy $3 $3 -1 # remove DOS EOF so we can compare
187 StrCpy $5 $1 -$4 # $5 is now the part before the path to remove
188 StrCpy $6 $2 "" $3 # $6 is now the part after the path to remove
193 StrCpy $3 $3 -1 # remove last char
259 StrCpy $2 $2 -1 # remove last char
310 StrCpy $4 $4 -1 # remove DOS EOF so we can compare
345 StrCpy $6 $2 -$5 # $6 is now the part before the path to remove
346 StrCpy $7 $3 "" $4 # $7 is now the part after the path to remove
[all …]
/dports/lang/tcl87/tcl8.7a5/tests/
H A Dlink.test64 set char 79
113 set char "+"
134 set char "-"
155 set char "0X"
176 set char 0
197 set char "0X"
266 set char skjdf
423 testlinkarray remove
432 testlinkarray create char* 0 my
443 testlinkarray remove ::my(var)
[all …]
/dports/games/aisleriot/aisleriot-3.22.19/windows/nsis/include/
H A Dwin_environment_functions.nsh116 StrCpy $3 $3 -1 # remove DOS EOF so we can compare
138 StrCpy $5 $1 1 -1 # copy last char
151 StrCpy $5 $1 -$4 # $5 is now the part before the path to remove
152 StrCpy $6 $2 "" $3 # $6 is now the part after the path to remove
157 StrCpy $3 $3 -1 # remove last char
219 StrCpy $3 $2 1 -1 # copy last char
221 StrCpy $2 $2 -1 # remove last char
272 StrCpy $4 $4 -1 # remove DOS EOF so we can compare
307 StrCpy $6 $2 -$5 # $6 is now the part before the path to remove
308 StrCpy $7 $3 "" $4 # $7 is now the part after the path to remove
[all …]
/dports/shells/ksh93/ast-93u/src/lib/libast/features/
H A Dsfio25 char* s;
28 char file[16];
29 static char data[] = "0123456789";
45 remove(file);
51 remove(file);
54 if (remove(file) < 0)
58 remove(file);
78 return sizeof(char*) > sizeof(int) ? 0 : 1;
116 extern double strtod _ARG_((const char*, char**));
133 char** argv;
[all …]
H A Dmmap19 int main(int argc, char** argv)
22 char *t, *u, *f;
24 char file[1024], buf[MAPSIZE];
107 remove(file);
131 char* s;
172 remove(file);
235 main(int argc, char** argv)
239 char** argv;
243 char *t, *f;
297 t = (char*)mm;
[all …]
/dports/shells/ast-ksh/ast-ksh93v/src/lib/libast/features/
H A Dsfio25 char* s;
28 char file[16];
29 static char data[] = "0123456789";
45 remove(file);
51 remove(file);
54 if (remove(file) < 0)
58 remove(file);
78 return sizeof(char*) > sizeof(int) ? 0 : 1;
116 extern double strtod _ARG_((const char*, char**));
134 char** argv;
[all …]
H A Dmmap19 int main(int argc, char** argv)
22 char *file;
24 char buf[MAPSIZE];
91 remove(file);
115 char* s;
124 remove(file);
131 remove(file);
137 remove(file);
142 remove(file);
147 remove(file);
[all …]
/dports/shells/ksh93-devel/ast-cc1bca27/src/lib/libast/features/
H A Dmmap19 int main(int argc, char** argv)
22 char *t, *u, *f;
24 char file[1024], buf[MAPSIZE];
107 remove(file);
131 char* s;
172 remove(file);
235 main(int argc, char** argv)
239 char** argv;
243 char *t, *f;
297 t = (char*)mm;
[all …]
H A Dsfio27 char* s;
30 char file[16];
31 static char data[] = "0123456789";
47 remove(file);
53 remove(file);
56 if (remove(file) < 0)
60 remove(file);
80 return sizeof(char*) > sizeof(int) ? 0 : 1;
118 extern double strtod _ARG_((const char*, char**));
135 char** argv;
[all …]
/dports/net/luasocket/luasocket-3.0-rc1/test/
H A Dmimetest.lua96 f:write(string.char(i))
101 f:write(string.char(i))
135 f:write(string.char(9))
143 f:write(string.char(9),' ')
155 os.remove(qptest)
156 os.remove(eqptest)
157 os.remove(dqptest)
196 os.remove(b64test)
197 os.remove(eb64test)
198 os.remove(db64test)
[all …]
/dports/devel/premake5/premake-5.0.0-alpha16-src/binmodules/luasocket/test/
H A Dmimetest.lua96 f:write(string.char(i))
101 f:write(string.char(i))
135 f:write(string.char(9))
143 f:write(string.char(9),' ')
155 os.remove(qptest)
156 os.remove(eqptest)
157 os.remove(dqptest)
196 os.remove(b64test)
197 os.remove(eb64test)
198 os.remove(db64test)
[all …]
/dports/japanese/lookup/lookup2-c4f4986/lisp/
H A Dtibet-util+.el57 (defun tibetan-consonant-to-subjoined (char)
58 (if (and char (<= #x0f40 char) (<= char #xf69)) (+ char #x50) char))
59 (defun tibetan-subjoined-to-consonant (char)
60 (if (and char (<= #x0f90 char) (<= char #xfb9)) (- char #x50) char))
137 (let* ((l (lambda (char) (or (gethash char encode-table)
177 (let* ((l (lambda (char) (gethash char encode-table)))
182 (v (regexp-opt (remove nil (append (elt trans-table 1)
185 (i (regexp-opt (remove nil (elt trans-table 4)))))
214 (C (concat (remove nil (list p h c))))
218 (setq C (concat (remove nil (list p h c)))))
[all …]
/dports/security/nmap/nmap-7.91/nselib/
H A Dbase64.lua39 local remove = require "os".remove
42 local char = require "string".char
105 db64table[i] = r[char(i)]
138 out[#out+1] = char(x)
141 out[#out+1] = char(x, y)
144 out[#out+1] = char(x, y, z)
175 test_suite:add_test(equal(dec(enc(char(i))), char(i)), ("en/decoding char %d"):format(i))
189 t[#t+1] = char(a, b, c, 0xA)
198 remove(path)
/dports/biology/p5-BioPerl/BioPerl-1.7.7/lib/Bio/
H A DSimpleAlign.pm1235 my @remove;
1252 $aln = $#remove >= 0 ? $self->_remove_col($aln,\@remove) : $self;
1259 my ($self,$aln,$remove) = @_;
1325 my @remove;
1355 push @remove, [$start,$end];
1360 $aln = $#remove >= 0 ? $self->_remove_col($aln,\@remove) : $self;
1375 my @remove;
1388 $aln = $#remove >= 0 ? $self->_remove_col($aln,\@remove) : $self;
1547 my @remove;
1551 unshift @remove,$x;
[all …]
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/phpcollection/phpcollection/tests/PhpCollection/Tests/
H A DSetTest.php61 $newSet = $this->set->map(function($char) {
62 if ($char === 'a') {
64 } elseif ($char === 'b') {
68 return $char;
80 $this->set->remove('b');
83 $this->set->remove('a');
93 $this->set->remove(new \DateTime('-2 days'));
96 $this->set->remove(new \DateTime('today'));
106 $this->set->remove(new ObjectThatImplementsBasics('bar'));
109 $this->set->remove(new ObjectThatImplementsBasics('foo'));
/dports/security/ncrack/ncrack-0.7/mswin32/nsis/
H A DAddToPath.nsh70 StrCpy $2 $1 1 -1 # copy last char
71 StrCmp $2 ";" 0 +2 # if last char == ;
72 StrCpy $1 $1 -1 # remove last char
114 StrCpy $5 $3 1 -1 # read last char
116 StrCpy $3 $3 -1 # remove DOS EOF so we can compare
138 StrCpy $5 $1 1 -1 # copy last char
139 StrCmp $5 ";" +2 # if last char != ;
151 StrCpy $5 $1 -$4 # $5 is now the part before the path to remove
152 StrCpy $6 $2 "" $3 # $6 is now the part after the path to remove
155 StrCpy $5 $3 1 -1 # copy last char
[all …]

12345678910>>...1531