/dports/lang/guile1/guile-1.8.8/test-suite/tests/ |
H A D | srfi-14.test | 56 (not (char-set= (char-set) (char-set #\a)))) 62 (char-set= char-set:blank char-set:blank char-set:blank))) 75 (char-set<= (char-set) (char-set #\a))) 81 (char-set<= char-set:blank char-set:blank char-set:blank)) 212 (pass-if "char-set:punctuation" 214 char-set:punctuation)) 227 char-set:punctuation char-set:symbol))) 291 (pass-if "char-set:punctuation (membership)" 294 (let ((punctuation (char-set->list char-set:punctuation))) 296 (memq 8-bit-char punctuation)) [all …]
|
H A D | srfi-13.test | 1309 (zero? (length (string-tokenize "" char-set:punctuation)))) 1343 (string=? "" (string-filter "" char-set:punctuation))) 1352 (string=? "..." (string-filter ".foo.bar." char-set:punctuation))) 1444 (string=? "" (string-delete "" char-set:punctuation))) 1489 (pass-if (string=? "" (string-delete "." char-set:punctuation))) 1490 (pass-if (string=? "" (string-delete ".." char-set:punctuation))) 1491 (pass-if (string=? "" (string-delete "..." char-set:punctuation))) 1492 (pass-if (string=? "x" (string-delete ".x" char-set:punctuation))) 1493 (pass-if (string=? "x" (string-delete "..x" char-set:punctuation))) 1495 (pass-if (string=? "x" (string-delete "x." char-set:punctuation))) [all …]
|
/dports/lang/chibi-scheme/chibi-scheme-0.10/lib/chibi/char-set/ |
H A D | full.sld | 2 (define-library (chibi char-set full) 3 (import (chibi) (chibi iset base) (chibi char-set base)) 4 (export char-set:lower-case char-set:upper-case char-set:title-case 5 char-set:letter char-set:digit char-set:letter+digit 6 char-set:graphic char-set:printing char-set:whitespace 7 char-set:iso-control char-set:punctuation char-set:symbol 8 char-set:hex-digit char-set:blank)
|
H A D | ascii.sld | 2 (define-library (chibi char-set ascii) 3 (import (chibi) (chibi iset base) (chibi char-set base)) 4 (export char-set:lower-case char-set:upper-case char-set:title-case 5 char-set:letter char-set:digit char-set:letter+digit 6 char-set:graphic char-set:printing char-set:whitespace 7 char-set:iso-control char-set:punctuation char-set:symbol 8 char-set:hex-digit char-set:blank)
|
/dports/devel/py-rstr/rstr-3.0.0/rstr/ |
H A D | rstr_base.py | 45 'punctuation': string.punctuation, 46 'nondigits': string.ascii_letters + string.punctuation, 47 'nonletters': string.digits + string.punctuation, 53 set(string.printable).difference(string.ascii_letters + string.digits + '_') 55 'unambiguous': ''.join(set(string.ascii_letters + string.digits).difference('0O1lI')), 135 same_characters = set(include).intersection(exclude) 143 popul = [char for char in list(alphabet) if char not in list(exclude)]
|
/dports/lang/chibi-scheme/chibi-scheme-0.10/build-lib/chibi/char-set/ |
H A D | compute.sld | 9 char-set:lower-case 10 char-set:upper-case 11 char-set:title-case 12 char-set:letter 13 char-set:punctuation 14 char-set:symbol 15 char-set:blank 16 char-set:whitespace 17 char-set:digit 19 char-set:hex-digit [all …]
|
/dports/lang/fennel/fennel-1.0.0/test/ |
H A D | generate.fnl | 3 (local random-char 6 (string.char (+ 47 (math.random 10))) 8 (string.char (+ 96 (math.random 26))) 10 (string.char (+ 64 (math.random 26))) 11 (> (math.random) 0.5) ; space and punctuation 12 (string.char (+ 31 (math.random 16))) 14 (string.char (+ 9 (math.random 4))) 15 :else ; bonus punctuation 28 (set s (.. s (random-char)))) 34 (set k (generate depth)) [all …]
|
/dports/lang/chibi-scheme/chibi-scheme-0.10/lib/chibi/ |
H A D | regexp.sld | 38 (char-set-intersection char-set:ascii char-set:letter)) 40 (char-set-intersection char-set:ascii char-set:lower-case)) 42 (char-set-intersection char-set:ascii char-set:upper-case)) 44 (char-set-intersection char-set:ascii char-set:digit)) 46 (char-set-intersection char-set:ascii char-set:letter+digit)) 47 (define %char-set:punctuation 48 (char-set-intersection char-set:ascii char-set:punctuation)) 50 (char-set-intersection char-set:ascii char-set:symbol)) 52 (char-set-intersection char-set:ascii char-set:graphic)) 54 (char-set-intersection char-set:ascii char-set:whitespace)) [all …]
|
/dports/lang/scheme48/scheme48-1.9.2/doc/src/ |
H A D | unicode.tex | 41 Unicode proposal for R$^6$RS, as set forth in SRFI~75. 50 for R$^6$RS, as set forth in SRFI~75, except for case-sensitivity. 158 \texttt{opening-punctuation} & \texttt{punctuation} & \verb|"Ps"| \\ 159 \texttt{closing-punctuation} & \texttt{punctuation} & \verb|"Pe"| \\ 160 \texttt{initial-quote-punctuation} & \texttt{punctuation} & \verb|"Pi"| \\ 161 \texttt{final-quote-punctuation} & \texttt{punctuation} & \verb|"Pf"| \\ 162 \texttt{dash-punctuation} & \texttt{punctuation} & \verb|"Pd"| \\ 163 \texttt{connector-punctuation} & \texttt{punctuation} & \verb|"Pc"| \\ 164 \texttt{other-punctuation} & \texttt{punctuation} & \verb|"Po"| \\[1ex] 274 \protonoresultnoindex{set-port-text-codec!}{ port text-codec}\mainschindex{set-port-text-codec"!} [all …]
|
/dports/lang/guile2/guile-2.2.7/test-suite/tests/ |
H A D | srfi-13.test | 1398 (zero? (length (string-tokenize "" char-set:punctuation)))) 1435 (string=? "" (string-filter char-set:punctuation ""))) 1444 (string=? "..." (string-filter char-set:punctuation ".foo.bar."))) 1538 (string=? "" (string-delete char-set:punctuation ""))) 1583 (pass-if (string=? "" (string-delete char-set:punctuation "."))) 1584 (pass-if (string=? "" (string-delete char-set:punctuation ".."))) 1585 (pass-if (string=? "" (string-delete char-set:punctuation "..."))) 1586 (pass-if (string=? "x" (string-delete char-set:punctuation ".x"))) 1587 (pass-if (string=? "x" (string-delete char-set:punctuation "..x"))) 1589 (pass-if (string=? "x" (string-delete char-set:punctuation "x."))) [all …]
|
H A D | srfi-14.test | 144 (char-set= (char-set-union (char-set) (->char-set "abc")) 205 (char-set= (char-set-xor (char-set) (char-set #\x #\y)) 209 (char-set= (char-set-xor (char-set #\x) (char-set #\x)) 213 (char-set= (char-set-xor (char-set #\x #\y) (char-set #\x)) 217 (char-set= (char-set-xor (char-set #\x #\y) (char-set #\y)) 294 (char-set= char-set:blank char-set:blank char-set:blank)) 680 (pass-if "char-set:punctuation" 682 char-set:punctuation)) 796 (pass-if "char-set:punctuation" 800 char-set:punctuation)) [all …]
|
/dports/lang/guile/guile-3.0.7/test-suite/tests/ |
H A D | srfi-13.test | 1398 (zero? (length (string-tokenize "" char-set:punctuation)))) 1435 (string=? "" (string-filter char-set:punctuation ""))) 1444 (string=? "..." (string-filter char-set:punctuation ".foo.bar."))) 1538 (string=? "" (string-delete char-set:punctuation ""))) 1583 (pass-if (string=? "" (string-delete char-set:punctuation "."))) 1584 (pass-if (string=? "" (string-delete char-set:punctuation ".."))) 1585 (pass-if (string=? "" (string-delete char-set:punctuation "..."))) 1586 (pass-if (string=? "x" (string-delete char-set:punctuation ".x"))) 1587 (pass-if (string=? "x" (string-delete char-set:punctuation "..x"))) 1589 (pass-if (string=? "x" (string-delete char-set:punctuation "x."))) [all …]
|
H A D | srfi-14.test | 144 (char-set= (char-set-union (char-set) (->char-set "abc")) 205 (char-set= (char-set-xor (char-set) (char-set #\x #\y)) 209 (char-set= (char-set-xor (char-set #\x) (char-set #\x)) 213 (char-set= (char-set-xor (char-set #\x #\y) (char-set #\x)) 217 (char-set= (char-set-xor (char-set #\x #\y) (char-set #\y)) 294 (char-set= char-set:blank char-set:blank char-set:blank)) 680 (pass-if "char-set:punctuation" 682 char-set:punctuation)) 796 (pass-if "char-set:punctuation" 800 char-set:punctuation)) [all …]
|
/dports/lang/mosh/mosh-0.2.7/lib/srfi/ |
H A D | %3a14.mosh.sls | 6 char-set:full 7 char-set:empty 8 char-set:ascii 9 char-set:blank 11 char-set:symbol 12 char-set:punctuation 27 char-set-xor 46 ->char-set 55 char-set 68 char-set= [all …]
|
/dports/lang/racket/racket-8.3/share/pkgs/srfi-lib/srfi/ |
H A D | %3a14.rkt | 4 (list->char-set srfi14:list->char-set) 5 (list->char-set! srfi14:list->char-set!) 6 (char-set->list srfi14:char-set->list)) 9 (provide char-set? 11 char-set= 12 char-set<= 13 char-set-hash 15 char-set-ref 24 char-set 33 ->char-set [all …]
|
/dports/lang/racket/racket-8.3/share/pkgs/typed-racket-more/typed/srfi/ |
H A D | 14.rkt | 13 [char-set-hash 27 [list->char-set 89 [char-set:punctuation Char-Set] 121 (char-set-unfold p f g seed char-set:empty)] 153 char-set? 154 char-set= 155 char-set<= 160 char-set-ref 171 char-set 180 ->char-set [all …]
|
/dports/lang/racket/racket-8.3/share/pkgs/srfi-lite-lib/srfi/14/ |
H A D | char-set.rkt | 256 (make-char-set (set-op (char-set-set cs1) (char-set-set cs2)))] 267 (make-char-set (subtract (char-set-set cs1) (char-set-set cs2)))] 349 (char-set-union char-set:letter char-set:digit)) 358 (define char-set:punctuation 359 (make-standard-set char-punctuation?)) 406 [char-set-copy (char-set? . -> . char-set?)] 408 [list->char-set (->* ((listof char?)) (char-set?) char-set?)] 409 [list->char-set! ((listof char?) char-set? . -> . char-set?)] 412 [char-set-filter (->* ((char? . -> . any) char-set?) (char-set?) char-set?)] 413 [char-set-filter! ((char? . -> . any) char-set? char-set? . -> . char-set?)] [all …]
|
/dports/textproc/xml2rfc/xml2rfc-3.5.0/xml2rfc/util/ |
H A D | unicode.py | 19 unicode_content_tags = set([ 63 bare_unicode_tags = set([ 70 bare_latin_tags = set([ 105 def char(e): function 196 str = re.sub(match.group(0), punctuation[match.group(0)], str) 254 punctuation = { variable 257 punctuation.update(unicode_space_replacements) 258 punctuation.update(unicode_dash_replacements) 259 punctuation.update(unicode_quote_replacements) 260 punctuation_re = re.compile(r'[%s]'%''.join(list(punctuation.keys())))
|
/dports/lang/mosh/mosh-0.2.7/lib/srfi/%3a14/ |
H A D | char-sets.sls | 29 char-set? char-set= char-set<= char-set-hash 31 char-set-cursor char-set-ref char-set-cursor-next end-of-char-set? 32 char-set-fold char-set-unfold char-set-unfold! 33 char-set-for-each char-set-map 35 char-set-copy char-set 43 char-set-size char-set-count char-set-contains? 44 char-set-every char-set-any 48 char-set-complement char-set-union char-set-intersection 49 char-set-complement! char-set-union! char-set-intersection! 56 char-set:iso-control char-set:punctuation char-set:symbol [all …]
|
/dports/arabic/arabtex/ar-arabtex-3.11_6/tex/latex/arabtex/ |
H A D | awrite.sty | 23 % ACT = 1. char 27 % CHR = 2. char 31 % SKL = 3. char 165 \set@act\sk@l@a 260 \def \ac@high #1{% raise punctuation 263 % define CS names for special punctuation 288 \gdef \ac@other #1#2*#3<{% special punctuation mark 360 % set SKL := <#1> 372 % set SKL := <#1> 376 \set@skl \sk@def [all …]
|
/dports/lang/chibi-scheme/chibi-scheme-0.10/lib/srfi/ |
H A D | 14.sld | 4 char-set? char-set= char-set<= 6 char-set-cursor char-set-ref char-set-cursor-next end-of-char-set? 7 char-set-fold char-set-unfold char-set-unfold! 8 char-set-for-each char-set-map 9 char-set-copy char-set 11 list->char-set string->char-set 14 char-set-filter ucs-range->char-set ->char-set 19 char-set-size char-set-count char-set-contains? 20 char-set-every char-set-any 25 char-set-complement char-set-union char-set-intersection [all …]
|
/dports/devel/py-nbconvert/nbconvert-6.2.0/share/jupyter/nbconvert/templates/latex/ |
H A D | style_jupyter.tex.j2 | 29 \def\PYGZus{\discretionary{\char`\_}{\Wrappedafterbreak}{\char`\_}}% 30 \def\PYGZob{\discretionary{}{\Wrappedafterbreak\char`\{}{\char`\{}}% 31 \def\PYGZcb{\discretionary{\char`\}}{\Wrappedafterbreak}{\char`\}}}% 32 \def\PYGZca{\discretionary{\char`\^}{\Wrappedafterbreak}{\char`\^}}% 33 \def\PYGZam{\discretionary{\char`\&}{\Wrappedafterbreak}{\char`\&}}% 87 % Breaks at punctuation characters . , ; ? ! and / need catcode=\active 126 ((* set charlim = 80 *)) 155 ((*- set style = "breakable, size=fbox, boxrule=1pt, pad at break*=1mm,colback=cellbackground, colf… 156 ((*- else -*))((*- set style = "breakable, size=fbox, boxrule=.5pt, pad at break*=1mm, opacityfill=… 171 ((*- set execution_count = "" ~ (cell.execution_count | replace(None, " ")) -*)) [all …]
|
/dports/lang/scheme48/scheme48-1.9.2/scheme/posix/ |
H A D | func-regexp.scm | 104 (define (char->mask char) 107 (define (char-in-set? char set) 109 (char->mask char))))) 143 (define (char->set char) 265 (define punctuation (set "!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~")) unknown 267 (define graphic (union alphanumeric punctuation)) 712 (map (lambda (char) 715 char 721 ((eq? char #\]) 842 (string char)) [all …]
|
/dports/print/latex-biber/biber-2.1/data/schemata/ |
H A D | texmap.rnc | 5 attribute set { text }, 6 …attribute type { "accents" | "letters" | "diacritics" | "punctuation" | "symbols" | "negatedsymbol… 10 element char { text }+
|
/dports/emulators/yuzu/yuzu-0b47f7a46/externals/dynarmic/externals/fmt/support/ |
H A D | C++.sublime-syntax | 31 …basic_types: 'asm|__asm__|auto|bool|_Bool|char|_Complex|double|float|_Imaginary|int|long|short|sig… 710 set: 744 set: 854 set: 860 set: 871 set: 903 set: 930 set: 959 set: 1009 set: [all …]
|