Home
last modified time | relevance | path

Searched refs:centry (Results 226 – 250 of 274) sorted by relevance

1234567891011

/dports/devel/pyside2/pyside-setup-opensource-src-5.15.2/sources/shiboken2/ApiExtractor/
H A Dabstractmetalang.cpp2182 const auto *centry = static_cast<const ComplexTypeEntry *>(entry); in addExtraIncludeForType() local
2184 if (class_entry && centry->include().isValid()) in addExtraIncludeForType()
2185 class_entry->addExtraInclude(centry->include()); in addExtraIncludeForType()
H A Dabstractmetabuilder.cpp181 auto centry = static_cast<const ComplexTypeEntry *>(entry); in checkFunctionModifications() local
183 if (!centry->generateCode()) in checkFunctionModifications()
186 FunctionModificationList modifications = centry->functionModifications(); in checkFunctionModifications()
194 AbstractMetaClass *clazz = AbstractMetaClass::findClass(m_metaClasses, centry); in checkFunctionModifications()
/dports/devel/pyside2-tools/pyside-setup-opensource-src-5.15.2/sources/shiboken2/ApiExtractor/
H A Dabstractmetalang.cpp2182 const auto *centry = static_cast<const ComplexTypeEntry *>(entry); in addExtraIncludeForType() local
2184 if (class_entry && centry->include().isValid()) in addExtraIncludeForType()
2185 class_entry->addExtraInclude(centry->include()); in addExtraIncludeForType()
H A Dabstractmetabuilder.cpp181 auto centry = static_cast<const ComplexTypeEntry *>(entry); in checkFunctionModifications() local
183 if (!centry->generateCode()) in checkFunctionModifications()
186 FunctionModificationList modifications = centry->functionModifications(); in checkFunctionModifications()
194 AbstractMetaClass *clazz = AbstractMetaClass::findClass(m_metaClasses, centry); in checkFunctionModifications()
/dports/devel/shiboken2/pyside-setup-opensource-src-5.15.2/sources/shiboken2/ApiExtractor/
H A Dabstractmetalang.cpp2182 const auto *centry = static_cast<const ComplexTypeEntry *>(entry); in addExtraIncludeForType() local
2184 if (class_entry && centry->include().isValid()) in addExtraIncludeForType()
2185 class_entry->addExtraInclude(centry->include()); in addExtraIncludeForType()
H A Dabstractmetabuilder.cpp181 auto centry = static_cast<const ComplexTypeEntry *>(entry); in checkFunctionModifications() local
183 if (!centry->generateCode()) in checkFunctionModifications()
186 FunctionModificationList modifications = centry->functionModifications(); in checkFunctionModifications()
194 AbstractMetaClass *clazz = AbstractMetaClass::findClass(m_metaClasses, centry); in checkFunctionModifications()
/dports/devel/tcllib/tcllib-1.20/modules/ldap/
H A Dldapx.tcllib.man289 [call [arg se] [method apply] [arg centry]]
291 This method applies changes defined in the [arg centry]
/dports/devel/tcllibc/tcllib-1.20/modules/ldap/
H A Dldapx.tcllib.man289 [call [arg se] [method apply] [arg centry]]
291 This method applies changes defined in the [arg centry]
/dports/www/mod_qos/mod_qos-11.66/tools/src/
H A Dqslog.c2574 … apr_table_entry_t *centry = (apr_table_entry_t *) apr_table_elts(client_rec->counters)->elts; in main() local
2576 counter_rec_t *cr = (counter_rec_t *)centry[c].val; in main()
/dports/lang/yap/yap-6.2.2/C/
H A Dindex.c2258 AtomSwiEntry *centry; in lookup_c_hash() local
2261 centry = cebase + hash; in lookup_c_hash()
2263 while (centry->Tag != t) { in lookup_c_hash()
2264 if (centry->Tag == 0L) in lookup_c_hash()
2265 return centry; in lookup_c_hash()
2267 centry = cebase + hash; in lookup_c_hash()
2269 return centry; in lookup_c_hash()
/dports/math/cvc4/CVC4-1.7/src/theory/arith/
H A Dtheory_arith_private.cpp5741 const Tableau::Entry& centry = *ci; in entailmentCheckSimplex() local
5742 ArithVar basic = d_tableau.rowIndexToBasic(centry.getRowIndex()); in entailmentCheckSimplex()
5743 int csgn = centry.getCoefficient().sgn(); in entailmentCheckSimplex()
5751 DeltaRational ratio = diff/(centry.getCoefficient()); in entailmentCheckSimplex()
5765 pivotEntry = &centry; in entailmentCheckSimplex()
/dports/lang/mono/mono-5.10.1.57/mcs/mcs/
H A Dstatement.cs4550 foreach (var centry in complex) { in GetUndeclaredVariables()
4551 if (IsUndeclaredVariable (centry)) { in GetUndeclaredVariables()
4555 variables.Add ((LocalVariable) centry); in GetUndeclaredVariables()
4583 foreach (var centry in complex) { in SetUndeclaredVariables()
4584 var lv = centry as LocalVariable; in SetUndeclaredVariables()
/dports/print/latex-biber/biber-2.1/doc/
H A Dbiber.tex52 \xdefinecolor{centry}{HTML}{A0D0FF}
2106 \node[rectangle, black, draw=black, fill=centry, align=center] (centry)
2109 (ncentry) [right of=centry, node distance=11em] {<key>
2115 (section) [below of=centry, node distance=5em] {Section
/dports/x11-themes/matcha-gtk-themes/Matcha-gtk-theme-2021-11-29/src/gtk/sass/apps/
H A D_gnome.scss1311 > leaflet > separator.sidebar, // centry
/dports/biology/phyml/phyml-3.3.20200621/src/
H A Dstats.c4864 void Runif_Disk(phydbl *sampled_x, phydbl *sampled_y, phydbl centrx, phydbl centry, phydbl radius) in Runif_Disk() argument
4878 (*sampled_y) += centry; in Runif_Disk()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/objtools/validator/unit_test/
H A Dunit_test_validator.cpp10879 CRef<CSeq_entry> centry(new CSeq_entry()); in BOOST_AUTO_TEST_CASE() local
10880 centry->SetSet().SetClass(CBioseq_set::eClass_gi); in BOOST_AUTO_TEST_CASE()
10881 entry->SetSet().SetSeq_set().push_back(centry); in BOOST_AUTO_TEST_CASE()
10891 centry->SetSet().SetClass(CBioseq_set::eClass_gibb); in BOOST_AUTO_TEST_CASE()
10895 centry->SetSet().SetClass(CBioseq_set::eClass_pir); in BOOST_AUTO_TEST_CASE()
10899 centry->SetSet().SetClass(CBioseq_set::eClass_pub_set); in BOOST_AUTO_TEST_CASE()
10903 centry->SetSet().SetClass(CBioseq_set::eClass_equiv); in BOOST_AUTO_TEST_CASE()
10907 centry->SetSet().SetClass(CBioseq_set::eClass_swissprot); in BOOST_AUTO_TEST_CASE()
10922 CRef<CSeq_entry> centry(new CSeq_entry()); in BOOST_AUTO_TEST_CASE() local
10923 centry->SetSet().SetClass(CBioseq_set::eClass_eco_set); in BOOST_AUTO_TEST_CASE()
[all …]
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/swig/java/
H A Djavadoc.java1693 public class ColorTable:public void SetColorEntry(int entry, java.awt.Color centry)
/dports/graphics/gdal/gdal-3.3.3/swig/java/
H A Djavadoc.java1693 public class ColorTable:public void SetColorEntry(int entry, java.awt.Color centry)
/dports/graphics/py-gdal/gdal-3.3.3/swig/java/
H A Djavadoc.java1693 public class ColorTable:public void SetColorEntry(int entry, java.awt.Color centry)
/dports/print/texinfo/texinfo-6.8/texindex/
H A Dti.twjr1777 printf("%centry{%s,}{}\n",
/dports/graphics/py-gdal/gdal-3.3.3/swig/perl/
H A Dgdal_wrap.cpp4298 …ALColorTableShadow_GetColorEntryAsRGB(GDALColorTableShadow *self,int entry,GDALColorEntry *centry){ in GDALColorTableShadow_GetColorEntryAsRGB() argument
4299 return GDALGetColorEntryAsRGB(self, entry, centry); in GDALColorTableShadow_GetColorEntryAsRGB()
4301 …LColorTableShadow_SetColorEntry(GDALColorTableShadow *self,int entry,GDALColorEntry const *centry){ in GDALColorTableShadow_SetColorEntry() argument
4302 GDALSetColorEntry(self, entry, centry); in GDALColorTableShadow_SetColorEntry()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/swig/perl/
H A Dgdal_wrap.cpp4298 …ALColorTableShadow_GetColorEntryAsRGB(GDALColorTableShadow *self,int entry,GDALColorEntry *centry){ in GDALColorTableShadow_GetColorEntryAsRGB() argument
4299 return GDALGetColorEntryAsRGB(self, entry, centry); in GDALColorTableShadow_GetColorEntryAsRGB()
4301 …LColorTableShadow_SetColorEntry(GDALColorTableShadow *self,int entry,GDALColorEntry const *centry){ in GDALColorTableShadow_SetColorEntry() argument
4302 GDALSetColorEntry(self, entry, centry); in GDALColorTableShadow_SetColorEntry()
/dports/graphics/gdal/gdal-3.3.3/swig/perl/
H A Dgdal_wrap.cpp4298 …ALColorTableShadow_GetColorEntryAsRGB(GDALColorTableShadow *self,int entry,GDALColorEntry *centry){ in GDALColorTableShadow_GetColorEntryAsRGB() argument
4299 return GDALGetColorEntryAsRGB(self, entry, centry); in GDALColorTableShadow_GetColorEntryAsRGB()
4301 …LColorTableShadow_SetColorEntry(GDALColorTableShadow *self,int entry,GDALColorEntry const *centry){ in GDALColorTableShadow_SetColorEntry() argument
4302 GDALSetColorEntry(self, entry, centry); in GDALColorTableShadow_SetColorEntry()
/dports/textproc/cs-aspell/aspell6-cs-20040614-1/misc/
H A Dczech.aff1379 [HKRDTNBFLMBSVZ] U M > -UM, Y # s centry
/dports/sysutils/gnome-control-center/gnome-control-center-41.2/po/
H A Dbe@latin.po3328 "Nazva bačnaj u centry kiravańnia zadačy, paśla jakoj staić separatar \";\", "

1234567891011