Home
last modified time | relevance | path

Searched refs:evaluateSingleton (Results 1 – 25 of 325) sorted by relevance

12345678910>>...13

/dports/converters/wkhtmltopdf/qt-5db36ec/src/xmlpatterns/functions/
H A Dqsubstringfns.cpp53 Item ContainsFN::evaluateSingleton(const DynamicContext::Ptr &context) const in evaluateSingleton() function in ContainsFN
55 const Item op1(m_operands.first()->evaluateSingleton(context)); in evaluateSingleton()
61 const Item op2(m_operands.at(1)->evaluateSingleton(context)); in evaluateSingleton()
78 const Item op1(m_operands.first()->evaluateSingleton(context)); in evaluateSingleton()
84 const Item op2(m_operands.at(1)->evaluateSingleton(context)); in evaluateSingleton()
101 const Item op1(m_operands.first()->evaluateSingleton(context)); in evaluateSingleton()
107 const Item op2(m_operands.at(1)->evaluateSingleton(context)); in evaluateSingleton()
124 const Item op1(m_operands.first()->evaluateSingleton(context)); in evaluateSingleton()
130 const Item op2(m_operands.at(1)->evaluateSingleton(context)); in evaluateSingleton()
145 const Item op1(m_operands.first()->evaluateSingleton(context)); in evaluateSingleton()
[all …]
H A Dqstringvaluefns.cpp57 Item ConcatFN::evaluateSingleton(const DynamicContext::Ptr &context) const in evaluateSingleton() function in ConcatFN
65 Item item((*it)->evaluateSingleton(context)); in evaluateSingleton()
85 const Item isep(m_operands.at(1)->evaluateSingleton(context)); in evaluateSingleton()
121 Item item(m_operands.first()->evaluateSingleton(context)); in evaluateSingleton()
163 const Item item(m_operands.first()->evaluateSingleton(context)); in evaluateSingleton()
178 const Item arg(m_operands.first()->evaluateSingleton(context)); in evaluateSingleton()
188 const Item arg(m_operands.first()->evaluateSingleton(context)); in evaluateSingleton()
269 const Item item(m_operands.first()->evaluateSingleton(context)); in evaluateSingleton()
279 const Item item(m_operands.first()->evaluateSingleton(context)); in evaluateSingleton()
289 const Item item(m_operands.first()->evaluateSingleton(context)); in evaluateSingleton()
[all …]
H A Dqnumericfns.cpp52 Item FloorFN::evaluateSingleton(const DynamicContext::Ptr &context) const in evaluateSingleton() function in FloorFN
54 const Item num(m_operands.first()->evaluateSingleton(context)); in evaluateSingleton()
62 Item AbsFN::evaluateSingleton(const DynamicContext::Ptr &context) const in evaluateSingleton() function in AbsFN
64 const Item num(m_operands.first()->evaluateSingleton(context)); in evaluateSingleton()
72 Item RoundFN::evaluateSingleton(const DynamicContext::Ptr &context) const in evaluateSingleton() function in RoundFN
74 const Item num(m_operands.first()->evaluateSingleton(context)); in evaluateSingleton()
82 Item CeilingFN::evaluateSingleton(const DynamicContext::Ptr &context) const in evaluateSingleton() function in CeilingFN
84 const Item num(m_operands.first()->evaluateSingleton(context)); in evaluateSingleton()
92 Item RoundHalfToEvenFN::evaluateSingleton(const DynamicContext::Ptr &context) const in evaluateSingleton() function in RoundHalfToEvenFN
94 const Item num(m_operands.first()->evaluateSingleton(context)); in evaluateSingleton()
[all …]
H A Dqqnamefns.cpp58 Item QNameFN::evaluateSingleton(const DynamicContext::Ptr &context) const in evaluateSingleton() function in QNameFN
60 const Item paramURI(m_operands.first()->evaluateSingleton(context)); in evaluateSingleton()
61 const QString paramQName(m_operands.last()->evaluateSingleton(context).stringValue()); in evaluateSingleton()
99 Item ResolveQNameFN::evaluateSingleton(const DynamicContext::Ptr &context) const in evaluateSingleton() function in ResolveQNameFN
101 const Item itemName(m_operands.first()->evaluateSingleton(context)); in evaluateSingleton()
118 Item PrefixFromQNameFN::evaluateSingleton(const DynamicContext::Ptr &context) const in evaluateSingleton() function in PrefixFromQNameFN
132 Item LocalNameFromQNameFN::evaluateSingleton(const DynamicContext::Ptr &context) const in evaluateSingleton() function in LocalNameFromQNameFN
138 Item NamespaceURIFromQNameFN::evaluateSingleton(const DynamicContext::Ptr &context) const in evaluateSingleton() function in NamespaceURIFromQNameFN
146 const Item prefixItem(m_operands.first()->evaluateSingleton(context)); in evaluateSingleton()
154 const Item eleItem(m_operands.last()->evaluateSingleton(context)); in evaluateSingleton()
[all …]
H A Dqaccessorfns.cpp57 Item NodeNameFN::evaluateSingleton(const DynamicContext::Ptr &context) const in evaluateSingleton() function in NodeNameFN
59 const Item item(m_operands.first()->evaluateSingleton(context)); in evaluateSingleton()
74 Item NilledFN::evaluateSingleton(const DynamicContext::Ptr &context) const in evaluateSingleton() function in NilledFN
76 const Item item(m_operands.first()->evaluateSingleton(context)); in evaluateSingleton()
87 Item StringFN::evaluateSingleton(const DynamicContext::Ptr &context) const in evaluateSingleton() function in StringFN
89 const Item item(m_operands.first()->evaluateSingleton(context)); in evaluateSingleton()
110 Item BaseURIFN::evaluateSingleton(const DynamicContext::Ptr &context) const in evaluateSingleton() function in BaseURIFN
112 const Item node(m_operands.first()->evaluateSingleton(context)); in evaluateSingleton()
133 Item DocumentURIFN::evaluateSingleton(const DynamicContext::Ptr &context) const in evaluateSingleton() function in DocumentURIFN
135 const Item node(m_operands.first()->evaluateSingleton(context)); in evaluateSingleton()
H A Dqstringvaluefns_p.h84 virtual Item evaluateSingleton(const DynamicContext::Ptr &context) const;
96 virtual Item evaluateSingleton(const DynamicContext::Ptr &context) const;
115 virtual Item evaluateSingleton(const DynamicContext::Ptr &context) const;
127 virtual Item evaluateSingleton(const DynamicContext::Ptr &context) const;
139 virtual Item evaluateSingleton(const DynamicContext::Ptr &context) const;
159 virtual Item evaluateSingleton(const DynamicContext::Ptr &context) const;
176 virtual Item evaluateSingleton(const DynamicContext::Ptr &context) const;
189 virtual Item evaluateSingleton(const DynamicContext::Ptr &context) const;
201 virtual Item evaluateSingleton(const DynamicContext::Ptr &context) const;
219 virtual Item evaluateSingleton(const DynamicContext::Ptr &context) const;
H A Dqnodefns.cpp57 Item NameFN::evaluateSingleton(const DynamicContext::Ptr &context) const in evaluateSingleton() function in NameFN
59 const Item node(m_operands.first()->evaluateSingleton(context)); in evaluateSingleton()
74 Item LocalNameFN::evaluateSingleton(const DynamicContext::Ptr &context) const in evaluateSingleton() function in LocalNameFN
76 const Item node(m_operands.first()->evaluateSingleton(context)); in evaluateSingleton()
93 const Item node(m_operands.first()->evaluateSingleton(context)); in evaluateSingleton()
108 Item NumberFN::evaluateSingleton(const DynamicContext::Ptr &context) const in evaluateSingleton() function in NumberFN
110 const Item item(m_operands.first()->evaluateSingleton(context)); in evaluateSingleton()
154 Item LangFN::evaluateSingleton(const DynamicContext::Ptr &context) const in evaluateSingleton() function in LangFN
156 const Item langArg(m_operands.first()->evaluateSingleton(context)); in evaluateSingleton()
191 Item RootFN::evaluateSingleton(const DynamicContext::Ptr &context) const in evaluateSingleton() function in RootFN
[all …]
H A Dqqnamefns_p.h82 virtual Item evaluateSingleton(const DynamicContext::Ptr &context) const;
94 virtual Item evaluateSingleton(const DynamicContext::Ptr &context) const;
106 virtual Item evaluateSingleton(const DynamicContext::Ptr &context) const;
118 virtual Item evaluateSingleton(const DynamicContext::Ptr &context) const;
130 virtual Item evaluateSingleton(const DynamicContext::Ptr &context) const;
142 virtual Item evaluateSingleton(const DynamicContext::Ptr &context) const;
H A Dqnodefns_p.h82 virtual Item evaluateSingleton(const DynamicContext::Ptr &context) const;
94 virtual Item evaluateSingleton(const DynamicContext::Ptr &context) const;
106 virtual Item evaluateSingleton(const DynamicContext::Ptr &context) const;
121 virtual Item evaluateSingleton(const DynamicContext::Ptr &context) const;
149 virtual Item evaluateSingleton(const DynamicContext::Ptr &context) const;
164 virtual Item evaluateSingleton(const DynamicContext::Ptr &context) const;
H A Dqcomparestringfns.cpp55 Item CodepointEqualFN::evaluateSingleton(const DynamicContext::Ptr &context) const in evaluateSingleton() function in CodepointEqualFN
57 const Item op1(m_operands.first()->evaluateSingleton(context)); in evaluateSingleton()
61 const Item op2(m_operands.last()->evaluateSingleton(context)); in evaluateSingleton()
77 Item CompareFN::evaluateSingleton(const DynamicContext::Ptr &context) const in evaluateSingleton() function in CompareFN
79 const Item op1(m_operands.first()->evaluateSingleton(context)); in evaluateSingleton()
83 const Item op2(m_operands.at(1)->evaluateSingleton(context)); in evaluateSingleton()
H A Dqcontextfns.cpp57 Item PositionFN::evaluateSingleton(const DynamicContext::Ptr &context) const in evaluateSingleton() function in PositionFN
63 Item LastFN::evaluateSingleton(const DynamicContext::Ptr &context) const in evaluateSingleton() function in LastFN
69 Item ImplicitTimezoneFN::evaluateSingleton(const DynamicContext::Ptr &context) const in evaluateSingleton() function in ImplicitTimezoneFN
74 Item CurrentDateTimeFN::evaluateSingleton(const DynamicContext::Ptr &context) const in evaluateSingleton() function in CurrentDateTimeFN
79 Item CurrentDateFN::evaluateSingleton(const DynamicContext::Ptr &context) const in evaluateSingleton() function in CurrentDateFN
84 Item CurrentTimeFN::evaluateSingleton(const DynamicContext::Ptr &context) const in evaluateSingleton() function in CurrentTimeFN
H A Dqcontextfns_p.h83 virtual Item evaluateSingleton(const DynamicContext::Ptr &context) const;
97 virtual Item evaluateSingleton(const DynamicContext::Ptr &context) const;
111 virtual Item evaluateSingleton(const DynamicContext::Ptr &context) const;
125 virtual Item evaluateSingleton(const DynamicContext::Ptr &context) const;
139 virtual Item evaluateSingleton(const DynamicContext::Ptr &context) const;
153 virtual Item evaluateSingleton(const DynamicContext::Ptr &context) const;
H A Dqnumericfns_p.h82 virtual Item evaluateSingleton(const DynamicContext::Ptr &context) const;
94 virtual Item evaluateSingleton(const DynamicContext::Ptr &context) const;
106 virtual Item evaluateSingleton(const DynamicContext::Ptr &context) const;
118 virtual Item evaluateSingleton(const DynamicContext::Ptr &context) const;
132 virtual Item evaluateSingleton(const DynamicContext::Ptr &context) const;
/dports/textproc/qt5-xmlpatterns/kde-qtxmlpatterns-5.15.2p2/src/xmlpatterns/functions/
H A Dqsubstringfns.cpp51 Item ContainsFN::evaluateSingleton(const DynamicContext::Ptr &context) const in evaluateSingleton() function in ContainsFN
53 const Item op1(m_operands.first()->evaluateSingleton(context)); in evaluateSingleton()
59 const Item op2(m_operands.at(1)->evaluateSingleton(context)); in evaluateSingleton()
76 const Item op1(m_operands.first()->evaluateSingleton(context)); in evaluateSingleton()
82 const Item op2(m_operands.at(1)->evaluateSingleton(context)); in evaluateSingleton()
99 const Item op1(m_operands.first()->evaluateSingleton(context)); in evaluateSingleton()
105 const Item op2(m_operands.at(1)->evaluateSingleton(context)); in evaluateSingleton()
122 const Item op1(m_operands.first()->evaluateSingleton(context)); in evaluateSingleton()
128 const Item op2(m_operands.at(1)->evaluateSingleton(context)); in evaluateSingleton()
143 const Item op1(m_operands.first()->evaluateSingleton(context)); in evaluateSingleton()
[all …]
H A Dqstringvaluefns.cpp55 Item ConcatFN::evaluateSingleton(const DynamicContext::Ptr &context) const in evaluateSingleton() function in ConcatFN
63 Item item((*it)->evaluateSingleton(context)); in evaluateSingleton()
83 const Item isep(m_operands.at(1)->evaluateSingleton(context)); in evaluateSingleton()
119 Item item(m_operands.first()->evaluateSingleton(context)); in evaluateSingleton()
161 const Item item(m_operands.first()->evaluateSingleton(context)); in evaluateSingleton()
176 const Item arg(m_operands.first()->evaluateSingleton(context)); in evaluateSingleton()
186 const Item arg(m_operands.first()->evaluateSingleton(context)); in evaluateSingleton()
267 const Item item(m_operands.first()->evaluateSingleton(context)); in evaluateSingleton()
277 const Item item(m_operands.first()->evaluateSingleton(context)); in evaluateSingleton()
287 const Item item(m_operands.first()->evaluateSingleton(context)); in evaluateSingleton()
[all …]
H A Dqnumericfns.cpp50 Item FloorFN::evaluateSingleton(const DynamicContext::Ptr &context) const in evaluateSingleton() function in FloorFN
52 const Item num(m_operands.first()->evaluateSingleton(context)); in evaluateSingleton()
60 Item AbsFN::evaluateSingleton(const DynamicContext::Ptr &context) const in evaluateSingleton() function in AbsFN
62 const Item num(m_operands.first()->evaluateSingleton(context)); in evaluateSingleton()
70 Item RoundFN::evaluateSingleton(const DynamicContext::Ptr &context) const in evaluateSingleton() function in RoundFN
72 const Item num(m_operands.first()->evaluateSingleton(context)); in evaluateSingleton()
80 Item CeilingFN::evaluateSingleton(const DynamicContext::Ptr &context) const in evaluateSingleton() function in CeilingFN
82 const Item num(m_operands.first()->evaluateSingleton(context)); in evaluateSingleton()
90 Item RoundHalfToEvenFN::evaluateSingleton(const DynamicContext::Ptr &context) const in evaluateSingleton() function in RoundHalfToEvenFN
92 const Item num(m_operands.first()->evaluateSingleton(context)); in evaluateSingleton()
[all …]
H A Dqqnamefns.cpp56 Item QNameFN::evaluateSingleton(const DynamicContext::Ptr &context) const in evaluateSingleton() function in QNameFN
58 const Item paramURI(m_operands.first()->evaluateSingleton(context)); in evaluateSingleton()
59 const QString paramQName(m_operands.last()->evaluateSingleton(context).stringValue()); in evaluateSingleton()
97 Item ResolveQNameFN::evaluateSingleton(const DynamicContext::Ptr &context) const in evaluateSingleton() function in ResolveQNameFN
99 const Item itemName(m_operands.first()->evaluateSingleton(context)); in evaluateSingleton()
116 Item PrefixFromQNameFN::evaluateSingleton(const DynamicContext::Ptr &context) const in evaluateSingleton() function in PrefixFromQNameFN
130 Item LocalNameFromQNameFN::evaluateSingleton(const DynamicContext::Ptr &context) const in evaluateSingleton() function in LocalNameFromQNameFN
136 Item NamespaceURIFromQNameFN::evaluateSingleton(const DynamicContext::Ptr &context) const in evaluateSingleton() function in NamespaceURIFromQNameFN
144 const Item prefixItem(m_operands.first()->evaluateSingleton(context)); in evaluateSingleton()
152 const Item eleItem(m_operands.last()->evaluateSingleton(context)); in evaluateSingleton()
[all …]
H A Dqaccessorfns.cpp55 Item NodeNameFN::evaluateSingleton(const DynamicContext::Ptr &context) const in evaluateSingleton() function in NodeNameFN
57 const Item item(m_operands.first()->evaluateSingleton(context)); in evaluateSingleton()
72 Item NilledFN::evaluateSingleton(const DynamicContext::Ptr &context) const in evaluateSingleton() function in NilledFN
74 const Item item(m_operands.first()->evaluateSingleton(context)); in evaluateSingleton()
85 Item StringFN::evaluateSingleton(const DynamicContext::Ptr &context) const in evaluateSingleton() function in StringFN
87 const Item item(m_operands.first()->evaluateSingleton(context)); in evaluateSingleton()
108 Item BaseURIFN::evaluateSingleton(const DynamicContext::Ptr &context) const in evaluateSingleton() function in BaseURIFN
110 const Item node(m_operands.first()->evaluateSingleton(context)); in evaluateSingleton()
131 Item DocumentURIFN::evaluateSingleton(const DynamicContext::Ptr &context) const in evaluateSingleton() function in DocumentURIFN
133 const Item node(m_operands.first()->evaluateSingleton(context)); in evaluateSingleton()
H A Dqstringvaluefns_p.h80 virtual Item evaluateSingleton(const DynamicContext::Ptr &context) const;
92 virtual Item evaluateSingleton(const DynamicContext::Ptr &context) const;
111 virtual Item evaluateSingleton(const DynamicContext::Ptr &context) const;
123 virtual Item evaluateSingleton(const DynamicContext::Ptr &context) const;
135 virtual Item evaluateSingleton(const DynamicContext::Ptr &context) const;
155 virtual Item evaluateSingleton(const DynamicContext::Ptr &context) const;
172 virtual Item evaluateSingleton(const DynamicContext::Ptr &context) const;
185 virtual Item evaluateSingleton(const DynamicContext::Ptr &context) const;
197 virtual Item evaluateSingleton(const DynamicContext::Ptr &context) const;
215 virtual Item evaluateSingleton(const DynamicContext::Ptr &context) const;
H A Dqnodefns.cpp55 Item NameFN::evaluateSingleton(const DynamicContext::Ptr &context) const in evaluateSingleton() function in NameFN
57 const Item node(m_operands.first()->evaluateSingleton(context)); in evaluateSingleton()
72 Item LocalNameFN::evaluateSingleton(const DynamicContext::Ptr &context) const in evaluateSingleton() function in LocalNameFN
74 const Item node(m_operands.first()->evaluateSingleton(context)); in evaluateSingleton()
91 const Item node(m_operands.first()->evaluateSingleton(context)); in evaluateSingleton()
106 Item NumberFN::evaluateSingleton(const DynamicContext::Ptr &context) const in evaluateSingleton() function in NumberFN
108 const Item item(m_operands.first()->evaluateSingleton(context)); in evaluateSingleton()
152 Item LangFN::evaluateSingleton(const DynamicContext::Ptr &context) const in evaluateSingleton() function in LangFN
154 const Item langArg(m_operands.first()->evaluateSingleton(context)); in evaluateSingleton()
189 Item RootFN::evaluateSingleton(const DynamicContext::Ptr &context) const in evaluateSingleton() function in RootFN
[all …]
H A Dqqnamefns_p.h78 virtual Item evaluateSingleton(const DynamicContext::Ptr &context) const;
90 virtual Item evaluateSingleton(const DynamicContext::Ptr &context) const;
102 virtual Item evaluateSingleton(const DynamicContext::Ptr &context) const;
114 virtual Item evaluateSingleton(const DynamicContext::Ptr &context) const;
126 virtual Item evaluateSingleton(const DynamicContext::Ptr &context) const;
138 virtual Item evaluateSingleton(const DynamicContext::Ptr &context) const;
H A Dqcomparestringfns.cpp53 Item CodepointEqualFN::evaluateSingleton(const DynamicContext::Ptr &context) const in evaluateSingleton() function in CodepointEqualFN
55 const Item op1(m_operands.first()->evaluateSingleton(context)); in evaluateSingleton()
59 const Item op2(m_operands.last()->evaluateSingleton(context)); in evaluateSingleton()
75 Item CompareFN::evaluateSingleton(const DynamicContext::Ptr &context) const in evaluateSingleton() function in CompareFN
77 const Item op1(m_operands.first()->evaluateSingleton(context)); in evaluateSingleton()
81 const Item op2(m_operands.at(1)->evaluateSingleton(context)); in evaluateSingleton()
H A Dqnodefns_p.h78 virtual Item evaluateSingleton(const DynamicContext::Ptr &context) const;
90 virtual Item evaluateSingleton(const DynamicContext::Ptr &context) const;
102 virtual Item evaluateSingleton(const DynamicContext::Ptr &context) const;
117 virtual Item evaluateSingleton(const DynamicContext::Ptr &context) const;
145 virtual Item evaluateSingleton(const DynamicContext::Ptr &context) const;
160 virtual Item evaluateSingleton(const DynamicContext::Ptr &context) const;
H A Dqcontextfns_p.h79 virtual Item evaluateSingleton(const DynamicContext::Ptr &context) const;
93 virtual Item evaluateSingleton(const DynamicContext::Ptr &context) const;
107 virtual Item evaluateSingleton(const DynamicContext::Ptr &context) const;
121 virtual Item evaluateSingleton(const DynamicContext::Ptr &context) const;
135 virtual Item evaluateSingleton(const DynamicContext::Ptr &context) const;
149 virtual Item evaluateSingleton(const DynamicContext::Ptr &context) const;
H A Dqcontextfns.cpp55 Item PositionFN::evaluateSingleton(const DynamicContext::Ptr &context) const in evaluateSingleton() function in PositionFN
61 Item LastFN::evaluateSingleton(const DynamicContext::Ptr &context) const in evaluateSingleton() function in LastFN
67 Item ImplicitTimezoneFN::evaluateSingleton(const DynamicContext::Ptr &context) const in evaluateSingleton() function in ImplicitTimezoneFN
72 Item CurrentDateTimeFN::evaluateSingleton(const DynamicContext::Ptr &context) const in evaluateSingleton() function in CurrentDateTimeFN
77 Item CurrentDateFN::evaluateSingleton(const DynamicContext::Ptr &context) const in evaluateSingleton() function in CurrentDateFN
82 Item CurrentTimeFN::evaluateSingleton(const DynamicContext::Ptr &context) const in evaluateSingleton() function in CurrentTimeFN

12345678910>>...13