Home
last modified time | relevance | path

Searched refs:useP (Results 1 – 7 of 7) sorted by relevance

/dports/textproc/jade/jade-1.2.1/style/
H A DDssslSpecEventHandler.cxx260 const Text *useP = attributeText(event, "USE"); in styleSpecificationStart() local
262 if (useP) { in styleSpecificationStart()
263 const StringC &use = useP->string(); in styleSpecificationStart()
272 useP->charLocation(i))); in styleSpecificationStart()
/dports/math/R/R-4.1.2/src/library/methods/R/
H A DoldClass.R92 useP <- TRUE functionVar
102 useP <- FALSE
105 if(useP) clp <- def@prototype else clp <- prototype
/dports/math/libRmath/R-4.1.1/src/library/methods/R/
H A DoldClass.R92 useP <- TRUE functionVar
102 useP <- FALSE
105 if(useP) clp <- def@prototype else clp <- prototype
/dports/textproc/openjade/openjade-1.3.3-pre1/style/
H A DDssslSpecEventHandler.cxx291 const Text *useP = attributeText(event, "USE"); in styleSpecificationStart() local
293 if (useP) { in styleSpecificationStart()
294 const StringC &use = useP->string(); in styleSpecificationStart()
303 useP->charLocation(i))); in styleSpecificationStart()
/dports/math/R/R-4.1.2/src/library/stats/R/
H A Dnls.R334 useParams <<- useP <-
343 gradCall[[length(gradCall) - 1L]] <<- useP
344 if(all(useP)) {
348 npar <<- length(useP)
353 npar <<- sum(useP)
/dports/math/libRmath/R-4.1.1/src/library/stats/R/
H A Dnls.R334 useParams <<- useP <-
343 gradCall[[length(gradCall) - 1L]] <<- useP
344 if(all(useP)) {
348 npar <<- length(useP)
353 npar <<- sum(useP)
/dports/print/scribus-devel/scribus-1.5.7/scribus/
H A Dpageitem_latexframe.cpp550 void PageItem_LatexFrame::setUsePreamble(bool useP) in setUsePreamble() argument
552 m_usePreamble = useP; in setUsePreamble()