Home
last modified time | relevance | path

Searched refs:_from (Results 251 – 275 of 2714) sorted by relevance

1...<<11121314151617181920>>...109

/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DNumber.java75 private Pattern _from = null; field in Number
146 _from = parser.parsePattern(this, name, null); in parseContents()
192 if (_from != null) { in typeCheck()
193 _from.typeCheck(stable); in typeCheck()
225 return _from == null && _count == null; in isDefault()
412 if (_from != null) { in compilePatterns()
429 _from.translate(nodeCounterGen, matchGen); in compilePatterns()
430 _from.synthesize(nodeCounterGen, matchGen); in compilePatterns()
479 il.append(_from != null ? ICONST_1 : ICONST_0); in compilePatterns()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DNumber.java75 private Pattern _from = null; field in Number
146 _from = parser.parsePattern(this, name, null); in parseContents()
192 if (_from != null) { in typeCheck()
193 _from.typeCheck(stable); in typeCheck()
225 return _from == null && _count == null; in isDefault()
412 if (_from != null) { in compilePatterns()
429 _from.translate(nodeCounterGen, matchGen); in compilePatterns()
430 _from.synthesize(nodeCounterGen, matchGen); in compilePatterns()
479 il.append(_from != null ? ICONST_1 : ICONST_0); in compilePatterns()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DNumber.java75 private Pattern _from = null; field in Number
146 _from = parser.parsePattern(this, name, null); in parseContents()
192 if (_from != null) { in typeCheck()
193 _from.typeCheck(stable); in typeCheck()
225 return _from == null && _count == null; in isDefault()
412 if (_from != null) { in compilePatterns()
429 _from.translate(nodeCounterGen, matchGen); in compilePatterns()
430 _from.synthesize(nodeCounterGen, matchGen); in compilePatterns()
479 il.append(_from != null ? ICONST_1 : ICONST_0); in compilePatterns()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DNumber.java75 private Pattern _from = null; field in Number
146 _from = parser.parsePattern(this, name, null); in parseContents()
192 if (_from != null) { in typeCheck()
193 _from.typeCheck(stable); in typeCheck()
225 return _from == null && _count == null; in isDefault()
412 if (_from != null) { in compilePatterns()
429 _from.translate(nodeCounterGen, matchGen); in compilePatterns()
430 _from.synthesize(nodeCounterGen, matchGen); in compilePatterns()
479 il.append(_from != null ? ICONST_1 : ICONST_0); in compilePatterns()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DNumber.java75 private Pattern _from = null; field in Number
146 _from = parser.parsePattern(this, name, null); in parseContents()
192 if (_from != null) { in typeCheck()
193 _from.typeCheck(stable); in typeCheck()
225 return _from == null && _count == null; in isDefault()
412 if (_from != null) { in compilePatterns()
429 _from.translate(nodeCounterGen, matchGen); in compilePatterns()
430 _from.synthesize(nodeCounterGen, matchGen); in compilePatterns()
479 il.append(_from != null ? ICONST_1 : ICONST_0); in compilePatterns()
/dports/www/tikiwiki/tiki-21.2/lib/wiki-plugins/
H A Dwikiplugin_customsearch.php920 if (isset($_from) && ! is_numeric($_from)) {
921 $_from = strtotime($_from);
922 if (! $_from) {
941 if (! empty($_from)) {
942 if ($_from == 'now') {
945 $params_from['date'] = $_from;
962 if (empty($_from)) {
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DNumber.java77 private Pattern _from = null; field in Number
148 _from = parser.parsePattern(this, name, null); in parseContents()
194 if (_from != null) { in typeCheck()
195 _from.typeCheck(stable); in typeCheck()
227 return _from == null && _count == null; in isDefault()
415 if (_from != null) { in compilePatterns()
432 _from.translate(nodeCounterGen, matchGen); in compilePatterns()
433 _from.synthesize(nodeCounterGen, matchGen); in compilePatterns()
482 il.append(_from != null ? ICONST_1 : ICONST_0); in compilePatterns()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DNumber.java77 private Pattern _from = null; field in Number
148 _from = parser.parsePattern(this, name, null); in parseContents()
194 if (_from != null) { in typeCheck()
195 _from.typeCheck(stable); in typeCheck()
227 return _from == null && _count == null; in isDefault()
415 if (_from != null) { in compilePatterns()
432 _from.translate(nodeCounterGen, matchGen); in compilePatterns()
433 _from.synthesize(nodeCounterGen, matchGen); in compilePatterns()
482 il.append(_from != null ? ICONST_1 : ICONST_0); in compilePatterns()
/dports/finance/odoo/odoo-19d77c2a03335eb95a686bd69a1b56b38e87d609/odoo/addons/l10n_in/report/
H A Dexempted_gst_report.py79 def _from(self): member in L10nInExemptedReport
95 self._table, self._select(), self._from()))
/dports/lang/clover/mesa-21.3.6/src/freedreno/computerator/
H A Dmain.h77 #define define_cast(_from, _to) \ argument
78 static inline struct _to *to_##_to(struct _from *f) \
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/freedreno/computerator/
H A Dmain.h77 #define define_cast(_from, _to) \ argument
78 static inline struct _to *to_##_to(struct _from *f) \
/dports/graphics/mesa-libs/mesa-21.3.6/src/freedreno/computerator/
H A Dmain.h77 #define define_cast(_from, _to) \ argument
78 static inline struct _to *to_##_to(struct _from *f) \
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/freedreno/computerator/
H A Dmain.h77 #define define_cast(_from, _to) \ argument
78 static inline struct _to *to_##_to(struct _from *f) \
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/freedreno/computerator/
H A Dmain.h77 #define define_cast(_from, _to) \ argument
78 static inline struct _to *to_##_to(struct _from *f) \
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/freedreno/computerator/
H A Dmain.h77 #define define_cast(_from, _to) \ argument
78 static inline struct _to *to_##_to(struct _from *f) \
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/freedreno/computerator/
H A Dmain.h77 #define define_cast(_from, _to) \ argument
78 static inline struct _to *to_##_to(struct _from *f) \
/dports/graphics/libosmesa/mesa-21.3.6/src/freedreno/computerator/
H A Dmain.h77 #define define_cast(_from, _to) \ argument
78 static inline struct _to *to_##_to(struct _from *f) \
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/freedreno/computerator/
H A Dmain.h77 #define define_cast(_from, _to) \ argument
78 static inline struct _to *to_##_to(struct _from *f) \
/dports/graphics/mesa-dri/mesa-21.3.6/src/freedreno/computerator/
H A Dmain.h77 #define define_cast(_from, _to) \ argument
78 static inline struct _to *to_##_to(struct _from *f) \
/dports/devel/cutter/cutter-1.2.6/test/cutter/
H A Dtest-cut-sequence-matcher.c396 gchar **_from, **_to; \
399 _from = (from); \
401 matcher = string_matcher_new(_from, _to); \
405 inspect_string_matcher(_from, _to), \
613 gchar **_from, **_to; \
614 _from = (from); \
618 string_matcher_new(_from, _to), \
619 inspect_string_matcher(_from, _to)); \
783 gchar **_from, **_to; \
784 _from = (from); \
[all …]
/dports/mail/py-alot/alot-0.9/alot/db/
H A Dmessage.py63 self._from = sender
66 self._from = '"{}" <{}>'.format(acc.realname, str(acc.address))
68 self._from = '"Unknown" <>'
173 return email.utils.parseaddr(self._from)
/dports/www/firefox-legacy/firefox-52.8.0esr/python/mozbuild/mozbuild/configure/
H A D__init__.py688 def imports_impl(self, _import, _from=None, _as=None): argument
697 (_import, True), (_from, False), (_as, False)):
718 imports.insert(0, (_from, _import, _as))
724 for _from, _import, _as in self._imports.get(func, ()):
725 _from = '%s.' % _from if _from else ''
727 glob[_as] = self._get_one_import('%s%s' % (_from, _import))
730 glob[what] = self._get_one_import('%s%s' % (_from, what))
746 _from, what = what.rsplit('.', 1)
747 import_line += 'from %s ' % _from
/dports/databases/pointcloud/pointcloud-1.2.1/lib/
H A DTODO.md9 - TESTS for pc\_patch\_dimensional\_from\_uncompressed() and pc\_patch\_dimensional\_compress()
11 - Update pc\_patch\_from\_patchlist() to merge GHT patches without decompression
12 - Update pc\_patch\_from\_patchlist() to merge dimensional patches directly
/dports/devel/pysvn/pysvn-1.9.12/Import/pycxx-7.1.4/Demo/Python3/
H A Dpycxx_iter.hxx14 IterT(int _from, int _last) in IterT() argument
15 : from(_from) in IterT()
/dports/devel/pysvn/pysvn-1.9.12/Import/pycxx-7.1.4/Demo/Python2/
H A Dpycxx_iter.hxx14 IterT(int _from, int _last) in IterT() argument
15 : from(_from) in IterT()

1...<<11121314151617181920>>...109