Home
last modified time | relevance | path

Searched defs:occurrence (Results 1 – 25 of 322) sorted by relevance

12345678910>>...13

/dports/math/universal/universal-3.48/include/universal/utility/
H A Doccurrence.hpp11 struct occurrence { struct
12 using value_type = NumberSystem;
13 size_t load;
14 size_t store;
15 size_t add;
16 size_t sub;
17 size_t mul;
18 size_t div;
19 size_t rem;
20 size_t sqrt;
[all …]
/dports/devel/py-rope/rope-0.18.0/rope/contrib/
H A Dfindit.py26 def is_match(occurrence): argument
56 def is_defined(occurrence): argument
60 def not_self(occurrence): argument
87 def check_offset(occurrence): argument
99 def __init__(self, occurrence): argument
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/gcc-4.1-20060728/gcc/
H A Dtree-ssa-math-opts.c106 struct occurrence { struct
118 /* Pointer to a list of "struct occurrence"s for blocks dominated argument
120 struct occurrence *children; argument
124 struct occurrence *next; argument
138 /* The instance of "struct occurrence" representing the highest argument
/dports/textproc/libwps/libwps-0.4.12/src/lib/
H A DWPSPageSpan.cpp39 …geSpan::HeaderFooterType const &headerFooterType, WPSPageSpan::HeaderFooterOccurrence const &occur… in HeaderFooter()
111 … WPSPageSpan::setHeaderFooter(const HeaderFooterType type, const HeaderFooterOccurrence occurrence, in setHeaderFooter()
407 void WPSPageSpan::_setHeaderFooter(HeaderFooterType type, HeaderFooterOccurrence occurrence, WPSSub… in _setHeaderFooter()
416 void WPSPageSpan::_removeHeaderFooter(HeaderFooterType type, HeaderFooterOccurrence occurrence) in _removeHeaderFooter()
423 bool WPSPageSpan::_containsHeaderFooter(HeaderFooterType type, HeaderFooterOccurrence occurrence) in _containsHeaderFooter()
431 int WPSPageSpan::_getHeaderFooterPosition(HeaderFooterType type, HeaderFooterOccurrence occurrence) in _getHeaderFooterPosition()
/dports/textproc/libwps03/libwps-0.3.1/src/lib/
H A DWPSPageSpan.cpp39 …geSpan::HeaderFooterType const &headerFooterType, WPSPageSpan::HeaderFooterOccurrence const &occur… in HeaderFooter()
109 … WPSPageSpan::setHeaderFooter(const HeaderFooterType type, const HeaderFooterOccurrence occurrence, in setHeaderFooter()
399 void WPSPageSpan::_setHeaderFooter(HeaderFooterType type, HeaderFooterOccurrence occurrence, WPSSub… in _setHeaderFooter()
408 void WPSPageSpan::_removeHeaderFooter(HeaderFooterType type, HeaderFooterOccurrence occurrence) in _removeHeaderFooter()
415 bool WPSPageSpan::_containsHeaderFooter(HeaderFooterType type, HeaderFooterOccurrence occurrence) in _containsHeaderFooter()
423 int WPSPageSpan::_getHeaderFooterPosition(HeaderFooterType type, HeaderFooterOccurrence occurrence) in _getHeaderFooterPosition()
/dports/multimedia/navidrome/navidrome-0.40.0/vendor/github.com/esimonov/ifshort/pkg/analyzer/
H A Doccurrences.go12 type occurrence struct { struct
13 declarationPos token.Pos
14 ifStmtPos token.Pos
17 func (occ *occurrence) isComplete() bool {
/dports/dns/dnscrypt-proxy2/dnscrypt-proxy-2.1.1/vendor/github.com/esimonov/ifshort/pkg/analyzer/
H A Doccurrences.go12 type occurrence struct { struct
13 declarationPos token.Pos
14 ifStmtPos token.Pos
17 func (occ *occurrence) isComplete() bool {
/dports/textproc/libwpd010/libwpd-0.10.3/src/lib/
H A DWPXHeaderFooter.cpp31 …eaderFooter(const WPXHeaderFooterType headerFooterType, const WPXHeaderFooterOccurrence occurrence, in WPXHeaderFooter()
41 …eaderFooter(const WPXHeaderFooterType headerFooterType, const WPXHeaderFooterOccurrence occurrence, in WPXHeaderFooter()
H A DWPXPageSpan.cpp87 …rFooterType type, const unsigned char headerFooterType, const WPXHeaderFooterOccurrence occurrence, in setHeaderFooter()
132 …id WPXPageSpan::_removeHeaderFooter(WPXHeaderFooterType type, WPXHeaderFooterOccurrence occurrence) in _removeHeaderFooter()
145 … WPXPageSpan::_containsHeaderFooter(WPXHeaderFooterType type, WPXHeaderFooterOccurrence occurrence) in _containsHeaderFooter()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/sql/regexp/
H A Dregexp_facade.cc154 int occurrence) { in Matches()
167 int occurrence, bool after_match) { in Find()
177 int64_t start, int occurrence, String *result) { in Replace()
204 String *Regexp_facade::Substr(Item *subject_expr, int start, int occurrence, in Substr()
/dports/textproc/libmwaw03/libmwaw-0.3.20/src/lib/
H A DMWAWPageSpan.cxx97 …::MWAWHeaderFooter(MWAWHeaderFooter::Type const type, MWAWHeaderFooter::Occurrence const occurrenc… in MWAWHeaderFooter() function in MWAWHeaderFooter
380 …WPageSpan::removeHeaderFooter(MWAWHeaderFooter::Type type, MWAWHeaderFooter::Occurrence occurrence) in removeHeaderFooter()
387 …ageSpan::containsHeaderFooter(MWAWHeaderFooter::Type type, MWAWHeaderFooter::Occurrence occurrence) in containsHeaderFooter()
394 …Span::getHeaderFooterPosition(MWAWHeaderFooter::Type type, MWAWHeaderFooter::Occurrence occurrence) in getHeaderFooterPosition()
/dports/cad/sumo/sumo-1.2.0/tools/contributed/lisum-core/src/main/java/de/dlr/ts/utils/xmladmin2/
H A DKeyNode.java19 private int occurrence = 0; field in KeyNode
29 public void setOccurrence(int occurrence) in setOccurrence()
/dports/science/cdk/cdk-cdk-2.3/base/isomorphism/src/main/java/org/openscience/cdk/isomorphism/matchers/
H A DRGroupList.java77 private String occurrence; field in RGroupList
109 …public RGroupList(int rGroupNumber, boolean restH, String occurrence, int requiredRGroupNumber) th… in RGroupList()
170 public void setOccurrence(String occurrence) throws CDKException { in setOccurrence()
/dports/devel/py-rope/rope-0.18.0/rope/refactor/
H A Doccurrences.py215 def __call__(self, occurrence): argument
233 def __call__(self, occurrence): argument
267 def __call__(self, occurrence): argument
275 def __call__(self, occurrence): argument
283 def __call__(self, occurrence): argument
291 def __call__(self, occurrence): argument
/dports/textproc/libstaroffice/libstaroffice-0.0.7/src/lib/
H A DSTOFFPageSpan.cxx89 void STOFFPageSpan::addHeaderFooter(bool header, std::string const &occurrence, STOFFHeaderFooter c… in addHeaderFooter()
103 std::string const &occurrence=hf.first; in sendHeaderFooters() local
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/xni/
H A DXMLDTDContentModelHandler.java245 public void occurrence(short occurrence, Augmentations augmentations) in occurrence() method
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/xni/
H A DXMLDTDContentModelHandler.java245 public void occurrence(short occurrence, Augmentations augmentations) in occurrence() method
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/xni/
H A DXMLDTDContentModelHandler.java245 public void occurrence(short occurrence, Augmentations augmentations) in occurrence() method
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/xni/
H A DXMLDTDContentModelHandler.java245 public void occurrence(short occurrence, Augmentations augmentations) in occurrence() argument
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/xni/
H A DXMLDTDContentModelHandler.java245 public void occurrence(short occurrence, Augmentations augmentations) in occurrence() method
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/xni/
H A DXMLDTDContentModelHandler.java245 public void occurrence(short occurrence, Augmentations augmentations) in occurrence() argument
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/xni/
H A DXMLDTDContentModelHandler.java245 public void occurrence(short occurrence, Augmentations augmentations) in occurrence() method
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/xni/
H A DXMLDTDContentModelHandler.java245 public void occurrence(short occurrence, Augmentations augmentations) in occurrence() method
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jaxp/src/com/sun/org/apache/xerces/internal/xni/
H A DXMLDTDContentModelHandler.java244 public void occurrence(short occurrence, Augmentations augmentations) in occurrence() argument
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jaxp/src/com/sun/org/apache/xerces/internal/xni/
H A DXMLDTDContentModelHandler.java244 public void occurrence(short occurrence, Augmentations augmentations) in occurrence() method

12345678910>>...13