Home
last modified time | relevance | path

Searched defs:nl (Results 176 – 200 of 11373) sorted by relevance

12345678910>>...455

/dports/databases/arrow/apache-arrow-6.0.1/julia/Arrow/src/arraytypes/
H A Darraytypes.jl47 function arrowvector(x, i, nl, fi, de, ded, meta; dictencoding::Bool=false, dictencode::Bool=false,… argument
62 arrowvector(::Type{Dates.Date}, x, i, nl, fi, de, ded, meta; kw...) = argument
64 arrowvector(::Type{Dates.Time}, x, i, nl, fi, de, ded, meta; kw...) = argument
66 arrowvector(::Type{Dates.DateTime}, x, i, nl, fi, de, ded, meta; kw...) = argument
68 arrowvector(::Type{ZonedDateTime}, x, i, nl, fi, de, ded, meta; kw...) = argument
70 arrowvector(::Type{P}, x, i, nl, fi, de, ded, meta; kw...) where {P <: Dates.Period} = argument
74 function arrowvector(::Type{S}, x, i, nl, fi, de, ded, meta; kw...) where {S} argument
87 arrowvector(::NullType, x, i, nl, fi, de, ded, meta; kw...) = MissingVector(length(x)) argument
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.xml/share/classes/com/sun/org/apache/xpath/internal/patterns/
H A DFunctionPattern.java109 DTMIterator nl = m_functionExpr.asIterator(xctxt, context); in execute() local
153 DTMIterator nl = m_functionExpr.asIterator(xctxt, context); in execute() local
196 DTMIterator nl = m_functionExpr.asIterator(xctxt, context); in execute() local
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.xml/share/classes/com/sun/org/apache/xpath/internal/patterns/
H A DFunctionPattern.java109 DTMIterator nl = m_functionExpr.asIterator(xctxt, context); in execute() local
153 DTMIterator nl = m_functionExpr.asIterator(xctxt, context); in execute() local
196 DTMIterator nl = m_functionExpr.asIterator(xctxt, context); in execute() local
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.xml/share/classes/com/sun/org/apache/xpath/internal/patterns/
H A DFunctionPattern.java109 DTMIterator nl = m_functionExpr.asIterator(xctxt, context); in execute() local
153 DTMIterator nl = m_functionExpr.asIterator(xctxt, context); in execute() local
196 DTMIterator nl = m_functionExpr.asIterator(xctxt, context); in execute() local
/dports/lang/fpc-utils/fpc-3.2.2/utils/sim_pasc/
H A Dtext.c95 struct newline *nl = &nl_buff[nl_next++]; in NextTextTokenObtained() local
183 register struct newline *nl = &nl_buff[nl_free++]; in store_newline() local
229 struct newline *nl = &nl_buff[i]; in db_print_nl_buff() local
/dports/lang/fpc-source/fpc-3.2.2/utils/sim_pasc/
H A Dtext.c95 struct newline *nl = &nl_buff[nl_next++]; in NextTextTokenObtained() local
183 register struct newline *nl = &nl_buff[nl_free++]; in store_newline() local
229 struct newline *nl = &nl_buff[i]; in db_print_nl_buff() local
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.xml/share/classes/com/sun/org/apache/xpath/internal/patterns/
H A DFunctionPattern.java109 DTMIterator nl = m_functionExpr.asIterator(xctxt, context); in execute() local
153 DTMIterator nl = m_functionExpr.asIterator(xctxt, context); in execute() local
196 DTMIterator nl = m_functionExpr.asIterator(xctxt, context); in execute() local
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.xml/share/classes/com/sun/org/apache/xpath/internal/patterns/
H A DFunctionPattern.java109 DTMIterator nl = m_functionExpr.asIterator(xctxt, context); in execute() local
153 DTMIterator nl = m_functionExpr.asIterator(xctxt, context); in execute() local
196 DTMIterator nl = m_functionExpr.asIterator(xctxt, context); in execute() local
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.xml/share/classes/com/sun/org/apache/xpath/internal/patterns/
H A DFunctionPattern.java109 DTMIterator nl = m_functionExpr.asIterator(xctxt, context); in execute() local
153 DTMIterator nl = m_functionExpr.asIterator(xctxt, context); in execute() local
196 DTMIterator nl = m_functionExpr.asIterator(xctxt, context); in execute() local
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.xml/share/classes/com/sun/org/apache/xpath/internal/patterns/
H A DFunctionPattern.java109 DTMIterator nl = m_functionExpr.asIterator(xctxt, context); in execute() local
153 DTMIterator nl = m_functionExpr.asIterator(xctxt, context); in execute() local
196 DTMIterator nl = m_functionExpr.asIterator(xctxt, context); in execute() local
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.xml/share/classes/com/sun/org/apache/xpath/internal/patterns/
H A DFunctionPattern.java109 DTMIterator nl = m_functionExpr.asIterator(xctxt, context); in execute() local
153 DTMIterator nl = m_functionExpr.asIterator(xctxt, context); in execute() local
196 DTMIterator nl = m_functionExpr.asIterator(xctxt, context); in execute() local
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jaxp/src/com/sun/org/apache/xpath/internal/patterns/
H A DFunctionPattern.java108 DTMIterator nl = m_functionExpr.asIterator(xctxt, context); in execute() local
152 DTMIterator nl = m_functionExpr.asIterator(xctxt, context); in execute() local
195 DTMIterator nl = m_functionExpr.asIterator(xctxt, context); in execute() local
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jaxp/src/com/sun/org/apache/xpath/internal/patterns/
H A DFunctionPattern.java108 DTMIterator nl = m_functionExpr.asIterator(xctxt, context); in execute() local
152 DTMIterator nl = m_functionExpr.asIterator(xctxt, context); in execute() local
195 DTMIterator nl = m_functionExpr.asIterator(xctxt, context); in execute() local
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/lib/
H A DExsltMath.java69 public static double max (NodeList nl) in max()
104 public static double min (NodeList nl) in min()
140 public static NodeList highest (NodeList nl) in highest()
177 public static NodeList lowest (NodeList nl) in lowest()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/lib/
H A DExsltMath.java69 public static double max (NodeList nl) in max()
104 public static double min (NodeList nl) in min()
140 public static NodeList highest (NodeList nl) in highest()
177 public static NodeList lowest (NodeList nl) in lowest()
/dports/math/R-cran-rgenoud/rgenoud/src/
H A Dnumerics.cpp136 VECTOR Gvector(int nl, int nh) in Gvector()
174 IVECTOR ivector(int nl, int nh) in ivector()
287 void free_vector(double *v, int nl) in free_vector()
295 void free_ivector(int *v, int nl) in free_ivector()
/dports/net-mgmt/pmacct/pmacct-1.7.5/src/
H A Dll.c33 u_int16_t etype, caplen = h->caplen, nl; in eth_handler() local
137 u_int16_t mpls_handler(u_char *bp, u_int16_t *caplen, u_int16_t *nl, register struct packet_ptrs *p… in mpls_handler()
214 u_int16_t caplen = h->caplen, nl = 0; in ppp_handler() local
377 u_int16_t e8021Q, nl; in sll_handler() local
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/lib/
H A DExsltMath.java69 public static double max (NodeList nl) in max()
104 public static double min (NodeList nl) in min()
140 public static NodeList highest (NodeList nl) in highest()
177 public static NodeList lowest (NodeList nl) in lowest()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/lib/
H A DExsltMath.java69 public static double max (NodeList nl) in max()
104 public static double min (NodeList nl) in min()
140 public static NodeList highest (NodeList nl) in highest()
177 public static NodeList lowest (NodeList nl) in lowest()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/lib/
H A DExsltMath.java69 public static double max (NodeList nl) in max()
104 public static double min (NodeList nl) in min()
140 public static NodeList highest (NodeList nl) in highest()
177 public static NodeList lowest (NodeList nl) in lowest()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/lib/
H A DExsltMath.java69 public static double max (NodeList nl) in max()
104 public static double min (NodeList nl) in min()
140 public static NodeList highest (NodeList nl) in highest()
177 public static NodeList lowest (NodeList nl) in lowest()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/lib/
H A DExsltMath.java69 public static double max (NodeList nl) in max()
104 public static double min (NodeList nl) in min()
140 public static NodeList highest (NodeList nl) in highest()
177 public static NodeList lowest (NodeList nl) in lowest()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/lib/
H A DExsltMath.java69 public static double max (NodeList nl) in max()
104 public static double min (NodeList nl) in min()
140 public static NodeList highest (NodeList nl) in highest()
177 public static NodeList lowest (NodeList nl) in lowest()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jaxp/src/com/sun/org/apache/xalan/internal/lib/
H A DExsltMath.java71 public static double max (NodeList nl) in max()
106 public static double min (NodeList nl) in min()
142 public static NodeList highest (NodeList nl) in highest()
179 public static NodeList lowest (NodeList nl) in lowest()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jaxp/src/com/sun/org/apache/xalan/internal/lib/
H A DExsltMath.java71 public static double max (NodeList nl) in max()
106 public static double min (NodeList nl) in min()
142 public static NodeList highest (NodeList nl) in highest()
179 public static NodeList lowest (NodeList nl) in lowest()

12345678910>>...455