Home
last modified time | relevance | path

Searched refs:xs (Results 201 – 225 of 30999) sorted by relevance

12345678910>>...1240

/dports/textproc/p5-XML-Validator-Schema/XML-Validator-Schema-1.10/t/
H A Dsubstring.yml6 <xs:element name="TEST">
7 <xs:complexType>
8 <xs:sequence>
11 <xs:all>
15 <xs:extension base="xs:string">
24 <xs:extension base="xs:string">
31 <xs:attribute name="ref" type="xs:string" use="optional" />
34 </xs:sequence>
35 </xs:complexType>
36 </xs:element>
[all …]
/dports/www/moodle310/moodle/backup/cc/schemas/domainProfile_1/vocab/
H A Dloose.xsd8 <xs:annotation>
9 <xs:documentation>
46 </xs:annotation>
55 </xs:simpleType>
60 </xs:simpleType>
65 </xs:simpleType>
70 </xs:simpleType>
75 </xs:simpleType>
80 </xs:simpleType>
85 </xs:simpleType>
[all …]
/dports/www/moodle310/moodle/backup/cc/schemas/domainProfile_2/vocab/
H A Dloose.xsd8 <xs:annotation>
9 <xs:documentation>
46 </xs:annotation>
55 </xs:simpleType>
60 </xs:simpleType>
65 </xs:simpleType>
70 </xs:simpleType>
75 </xs:simpleType>
80 </xs:simpleType>
85 </xs:simpleType>
[all …]
/dports/www/moodle311/moodle/backup/cc/schemas/domainProfile_1/vocab/
H A Dloose.xsd8 <xs:annotation>
9 <xs:documentation>
46 </xs:annotation>
55 </xs:simpleType>
60 </xs:simpleType>
65 </xs:simpleType>
70 </xs:simpleType>
75 </xs:simpleType>
80 </xs:simpleType>
85 </xs:simpleType>
[all …]
/dports/www/moodle311/moodle/backup/cc/schemas/domainProfile_2/vocab/
H A Dloose.xsd8 <xs:annotation>
9 <xs:documentation>
46 </xs:annotation>
55 </xs:simpleType>
60 </xs:simpleType>
65 </xs:simpleType>
70 </xs:simpleType>
75 </xs:simpleType>
80 </xs:simpleType>
85 </xs:simpleType>
[all …]
/dports/www/moodle39/moodle/backup/cc/schemas/domainProfile_1/vocab/
H A Dloose.xsd8 <xs:annotation>
9 <xs:documentation>
46 </xs:annotation>
55 </xs:simpleType>
60 </xs:simpleType>
65 </xs:simpleType>
70 </xs:simpleType>
75 </xs:simpleType>
80 </xs:simpleType>
85 </xs:simpleType>
[all …]
/dports/www/moodle39/moodle/backup/cc/schemas/domainProfile_2/vocab/
H A Dloose.xsd8 <xs:annotation>
9 <xs:documentation>
46 </xs:annotation>
55 </xs:simpleType>
60 </xs:simpleType>
65 </xs:simpleType>
70 </xs:simpleType>
75 </xs:simpleType>
80 </xs:simpleType>
85 </xs:simpleType>
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Data/Test/System.Data/schemas/
H A Dtest102.xsd4 <xs:complexType>
7 <xs:complexType>
8 <xs:sequence>
9 <xs:element name="pk" type="xs:string" />
10 <xs:element name="name" type="xs:string" />
23 <xs:element name="fk" type="xs:string" />
24 <xs:element name="count" type="xs:int" />
30 </xs:element>
31 </xs:choice>
33 </xs:element>
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.XML/Test/XmlFiles/xsd/
H A D82078.xsd3 <xs:sequence>
6 </xs:sequence>
7 </xs:complexType>
10 <xs:extension base="xs:string">
11 <xs:attribute name="name" type="xs:string" use="optional" />
12 <xs:attribute name="value" type="xs:string" use="optional" />
18 <xs:sequence>
21 </xs:sequence>
23 </xs:element>
26 </xs:element>
[all …]
/dports/net-im/jggtrans/jggtrans-2.2.6/libxode/src/
H A Dxstream.c34 if(xs->node == NULL) in _xstream_startElement()
43 (xs->f)(XSTREAM_ROOT, xs->node, xs->arg); /* send the root, f must free all nodes */ in _xstream_startElement()
47 xs->node = xmlnode_insert_tag(xs->node, name); in _xstream_startElement()
52 xs->depth++; in _xstream_startElement()
66 if(xs->node == NULL) in _xstream_endElement()
69 (xs->f)(XSTREAM_CLOSE, NULL, xs->arg); in _xstream_endElement()
75 (xs->f)(XSTREAM_NODE, xs->node, xs->arg); in _xstream_endElement()
79 xs->depth--; in _xstream_endElement()
141 if(xs == NULL) in xstream_eat()
169 (xs->f)(XSTREAM_ERR, xerr, xs->arg); in xstream_eat()
[all …]
/dports/net-im/centerim/centerim-4.22.10/libjabber/
H A Dxstream.c32 if(xs->node == NULL) in _xstream_startElement()
41 (xs->f)(XSTREAM_ROOT, xs->node, xs->arg); /* send the root, f must free all nodes */ in _xstream_startElement()
45 xs->node = xmlnode_insert_tag(xs->node, name); in _xstream_startElement()
50 xs->depth++; in _xstream_startElement()
64 if(xs->node == NULL) in _xstream_endElement()
67 (xs->f)(XSTREAM_CLOSE, NULL, xs->arg); in _xstream_endElement()
73 (xs->f)(XSTREAM_NODE, xs->node, xs->arg); in _xstream_endElement()
77 xs->depth--; in _xstream_endElement()
139 if(xs == NULL) in xstream_eat()
167 (xs->f)(XSTREAM_ERR, xerr, xs->arg); in xstream_eat()
[all …]
/dports/shells/pdksh/pdksh-5.2.14/
H A Dexpand.h9 XString xs;
38 (xs).beg = alloc((xs).len + X_EXTRA, (xs).areap); \
39 (xs).end = (xs).beg + (xs).len; \
54 #define Xcheck(xs, xp) XcheckN(xs, xp, 1) argument
57 #define Xfree(xs, xp) afree((void*) (xs).beg, (xs).areap) argument
61 (size_t)((xp) - (xs).beg), (xs).areap)
63 #define Xstring(xs, xp) ((xs).beg) argument
66 #define Xlength(xs, xp) ((xp) - (xs).beg) argument
67 #define Xsize(xs, xp) ((xs).end - (xs).beg) argument
68 #define Xsavepos(xs, xp) ((xp) - (xs).beg) argument
[all …]
/dports/shells/oksh/oksh-7.0/
H A Dexpand.h10 XString xs;
39 (xs).beg = alloc((xs).len + X_EXTRA, (xs).areap); \
40 (xs).end = (xs).beg + (xs).len; \
55 #define Xcheck(xs, xp) XcheckN(xs, xp, 1) argument
58 #define Xfree(xs, xp) afree((xs).beg, (xs).areap) argument
61 #define Xclose(xs, xp) aresize((xs).beg, ((xp) - (xs).beg), (xs).areap) argument
63 #define Xstring(xs, xp) ((xs).beg) argument
66 #define Xlength(xs, xp) ((xp) - (xs).beg) argument
67 #define Xsize(xs, xp) ((xs).end - (xs).beg) argument
68 #define Xsavepos(xs, xp) ((xp) - (xs).beg) argument
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libxml/fuzz/seed_corpus/
H A D29a32d7418008301e60cf31b6a830f029bf706201 <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
4 <xs:complexType>
11 <xs:restriction base="xs:byte">
16 </xs:element>
17 <xs:element name="destroy" type="xs:byte" minOccurs="0">
19 <xs:documentation>destroy flag</xs:documentation>
21 </xs:element>
22 </xs:sequence>
23 </xs:complexType>
24 </xs:element>
[all …]
/dports/textproc/libxml2/libxml2-2.9.12/test/schemas/
H A D570702_0.xsd1 <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
4 <xs:complexType>
11 <xs:restriction base="xs:byte">
16 </xs:element>
17 <xs:element name="destroy" type="xs:byte" minOccurs="0">
19 <xs:documentation>destroy flag</xs:documentation>
21 </xs:element>
22 </xs:sequence>
23 </xs:complexType>
24 </xs:element>
[all …]
/dports/textproc/py-libxml2/libxml2-2.9.12/test/schemas/
H A D570702_0.xsd1 <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
4 <xs:complexType>
11 <xs:restriction base="xs:byte">
16 </xs:element>
17 <xs:element name="destroy" type="xs:byte" minOccurs="0">
19 <xs:documentation>destroy flag</xs:documentation>
21 </xs:element>
22 </xs:sequence>
23 </xs:complexType>
24 </xs:element>
[all …]
/dports/lang/ghc/ghc-8.10.7/libraries/bytestring/tests/
H A DProperties.hs636 prop_head xs = (not (null xs)) ==> head xs == (L.head . pack) xs function
637 prop_head1 xs = not (L.null xs) ==> L.head xs == head (L.unpack xs) function
648 prop_append1 xs = (xs ++ xs) == (unpack $ pack xs `L.append` pack xs) function
671 prop_foldl_1 xs = L.foldl (\xs c -> c `L.cons` xs) L.empty xs == L.reverse xs function
672 prop_foldr_1 xs = L.foldr (\c xs -> c `L.cons` xs) L.empty xs == id xs function
700 prop_concat1 xs = (concat [xs,xs]) == (unpack $ L.concat [pack xs, pack xs]) function
1003 prop_append1BB xs = (xs ++ xs) == (P.unpack $ P.pack xs `P.append` P.pack xs) function
1007 prop_append1BB_monoid xs = (xs ++ xs) == (P.unpack $ P.pack xs `mappend` P.pack xs) function
1011 prop_append1LL_monoid xs = (xs ++ xs) == (L.unpack $ L.pack xs `mappend` L.pack xs) function
1038 prop_foldr2BB xs = P.foldr (\c xs -> c `P.cons` xs) P.empty (P.pack xs) == (P.pack xs) function
[all …]
/dports/lang/mono/mono-5.10.1.57/external/rx/Rx/NET/Source/Tests.System.Reactive/Tests/Linq/
H A DObservableMultipleTest.cs1986 …<ArgumentNullException>(() => Observable.CombineLatest(xs, xs, xs, xs, xs, xs, xs, xs, xs, xs, xs,… in CombineLatest_ArgumentCheckingHighArity()
1999 …rgumentNullException>(() => Observable.CombineLatest(xs, xs, xs, xs, xs, xs, xs, xs, xs, xs, xs, x… in CombineLatest_ArgumentCheckingHighArity()
2013 …umentNullException>(() => Observable.CombineLatest(xs, xs, xs, xs, xs, xs, xs, xs, xs, xs, xs, xs,… in CombineLatest_ArgumentCheckingHighArity()
2028 …entNullException>(() => Observable.CombineLatest(xs, xs, xs, xs, xs, xs, xs, xs, xs, xs, xs, xs, x… in CombineLatest_ArgumentCheckingHighArity()
2044 …tNullException>(() => Observable.CombineLatest(xs, xs, xs, xs, xs, xs, xs, xs, xs, xs, xs, xs, xs,… in CombineLatest_ArgumentCheckingHighArity()
2061 …ullException>(() => Observable.CombineLatest(xs, xs, xs, xs, xs, xs, xs, xs, xs, xs, xs, xs, xs, x… in CombineLatest_ArgumentCheckingHighArity()
11296 …t.Throws<ArgumentNullException>(() => Observable.Zip(xs, xs, xs, xs, xs, xs, xs, xs, xs, xs, xs, x… in Zip_ArgumentCheckingHighArity()
11310 …Throws<ArgumentNullException>(() => Observable.Zip(xs, xs, xs, xs, xs, xs, xs, xs, xs, xs, xs, xs,… in Zip_ArgumentCheckingHighArity()
11325 …rows<ArgumentNullException>(() => Observable.Zip(xs, xs, xs, xs, xs, xs, xs, xs, xs, xs, xs, xs, x… in Zip_ArgumentCheckingHighArity()
11341 …ws<ArgumentNullException>(() => Observable.Zip(xs, xs, xs, xs, xs, xs, xs, xs, xs, xs, xs, xs, xs,… in Zip_ArgumentCheckingHighArity()
[all …]
/dports/deskutils/treesheets/treesheets-1.0.2/TS/scripts/modules/
H A Dstd.lobster9 def map2(xs, ys, fun): return map xs.length: fun(xs[_], ys[_])
59 return map(max(0, xs.length - 1)) i: fun(xs[i], xs[i + 1])
63 var acc = xs[xs.length - 1]
64 for(xs.length - 1) i: acc = fun(xs[xs.length - i - 2], acc)
97 def zip(xs, ys): return map xs.length: [ xs[_], ys[_] ]
99 def reverse(xs, fun): for(xs.length) i: fun(xs[xs.length - i - 1])
100 def reverse_list(xs): return map(xs.length) i: xs[xs.length - i - 1]
129 xs[sp - 1] = xs[sp]
132 xs[sp] = xs[--ep]
144 xs[j--] = xs[j - 1]
[all …]
/dports/lang/eisl/eisl-2.35/library/
H A Dcombination.lsp10 (defun selects (xs)
11 (if (null (cdr xs))
13 (cons (cons (car xs) (cdr xs))
29 (perm n xs nil)
39 (selects xs))))
48 xs))))
49 (perm n xs nil)
59 xs)))
79 (comb (- n 1) (cdr xs) (cons (car xs) ys))
87 ((null xs) nil)
[all …]
/dports/graphics/opencollada/OpenCOLLADA-1.6.68/xsd2cppsax/mathml2/content/
H A Dconstants.xsd1 <xs:schema
8 <xs:annotation>
9 <xs:documentation>
12 </xs:documentation>
13 </xs:annotation>
20 </xs:complexType>
58 <xs:choice>
68 <xs:element ref="pi"/>
74 </xs:choice>
75 </xs:group>
[all …]
/dports/textproc/mathml-xsd/mathml2/content/
H A Dconstants.xsd1 <xs:schema
8 <xs:annotation>
9 <xs:documentation>
12 </xs:documentation>
13 </xs:annotation>
20 </xs:complexType>
58 <xs:choice>
68 <xs:element ref="pi"/>
74 </xs:choice>
75 </xs:group>
[all …]
/dports/finance/hs-hledger-ui/hledger-ui-1.19/_cabal_deps/utility-ht-0.0.16/src/DocTest/Data/List/Match/
H A DPrivate.hs19 shrink (List xs) = map List $ QC.shrink xs
32 (\(Shape xs) (List ys) -> Match.take xs ys == List.take (length xs) ys)
37 (\(Shape xs) (List ys) -> Match.drop xs ys == List.drop (length xs) ys)
42 (\(Shape xs) (List ys) -> Match.take xs ys ++ Match.drop xs ys == ys)
47 (\(Shape xs) (List ys) -> Match.drop xs ys == dropRec xs ys)
52 (\(Shape xs) (List ys) -> Match.drop xs ys == drop0 xs ys)
57 (\(Shape xs) (List ys) -> Match.drop xs ys == drop1 xs ys)
62 (\(Shape xs) (List ys) -> Match.drop xs ys == drop2 xs ys)
85 (\(List xs) -> Match.laxTail xs == Match.laxTail0 xs)
90 (\(Shape xs) (List ys) -> Match.splitAt xs ys == (Match.take xs ys, Match.drop xs ys))
[all …]
/dports/multimedia/navidrome/navidrome-0.40.0/vendor/github.com/go-critic/go-critic/checkers/testdata/weakCond/
H A Dnegative_tests.go3 func lenAnd(xs, ys []int) { argument
6 _ = len(xs) != 0 && xs[0] == 10
7 _ = (len(xs) >= 1) && xs[1] == 10
8 _ = len(xs) != 0 && add1(xs[0]) == 0
9 _ = len(xs) > 1 && (xs[0]+xs[1]) != 0
10 _ = len(xs) > i && xs[i] > 10
16 _ = len(xs) == 0 || xs[0] == 10
17 _ = (len(xs) < 1) || xs[1] == 10
18 _ = len(xs) == 0 || add1(xs[0]) == 0
19 _ = len(xs) >= 1 || (xs[0]+xs[1]) != 0
[all …]
H A Dpositive_tests.go5 func badNilAnd(xs, ys []int) { argument
9 _ = xs != nil && xs[0] == 10
11 _ = (xs != nil) && xs[1] == 10
13 _ = xs != nil && add1(xs[0]) == 0
15 _ = xs != nil && (xs[0]+xs[1]) != 0
17 _ = xs != nil && xs[i] > 10
24 _ = xs == nil || xs[0] == 10
26 _ = (xs == nil) || xs[1] == 10
28 _ = xs == nil || add1(xs[0]) == 0
30 _ = xs == nil || (xs[0]+xs[1]) != 0
[all …]

12345678910>>...1240