Home
last modified time | relevance | path

Searched refs:calc_id (Results 1 – 25 of 26) sorted by relevance

12

/dports/textproc/xlnt/xlnt-1.5.0-92-g20f3dac2/include/xlnt/workbook/
H A Dcalculation_properties.hpp41 std::size_t calc_id = 0; member in xlnt::calculation_properties
51 return lhs.calc_id == rhs.calc_id in operator ==()
/dports/net/py-python-keystoneclient/python-keystoneclient-4.3.0/keystoneclient/v2_0/
H A Dtokens.py108 def calc_id(token): function
113 token_id = calc_id(token)
/dports/biology/fasta3/fasta-36.3.8/src/
H A Ddrop_func.h154 calc_id(const unsigned char *aa0, int n0,
H A Dbuild_ares.c153 aln_p->lc=calc_id(aa0,m_msp->n0,aa1,seq->n1, in build_ares_code()
H A Dcal_consf.c505 calc_id(const unsigned char *aa0, int n0, in calc_id() function
H A Dcal_cons2.c1055 int calc_id(const unsigned char *aa0, int n0, in calc_id() function
H A Dcal_cons.c1077 int calc_id(const unsigned char *aa0, int n0, in calc_id() function
H A Ddropfx2.c3787 int calc_id(const unsigned char *aa0, int n0, function
H A Ddropfz3.c3754 int calc_id(const unsigned char *aa0, int n0, function
H A Ddropfx.c3868 int calc_id(const unsigned char *aa0, int n0, function
H A Ddropfz2.c3783 int calc_id(const unsigned char *aa0, int n0, function
/dports/textproc/py-xlsxwriter/XlsxWriter-1.4.3/xlsxwriter/
H A Dworkbook.py142 self.calc_id = 124519
441 def set_calc_mode(self, mode, calc_id=None): argument
463 if calc_id:
464 self.calc_id = calc_id
1855 attributes = [('calcId', self.calc_id)]
/dports/textproc/p5-Excel-Writer-XLSX/Excel-Writer-XLSX-1.09/lib/Excel/Writer/XLSX/
H A DWorkbook.pm1075 my $calc_id = shift;
1087 $self->{_calc_id} = $calc_id if defined $calc_id;
2798 my $calc_id = $self->{_calc_id};
2801 my @attributes = ( calcId => $calc_id );
/dports/deskutils/lumina-calculator/lumina-calculator-ccb792fc713aa7163fffd37fc20c83ffe9ca7523/src-qt5/
H A Dsrc-qt5.pro43 i18n/l-calc_id.ts \
/dports/deskutils/lumina-calculator/lumina-calculator-ccb792fc713aa7163fffd37fc20c83ffe9ca7523/pkg/lumina-calculator/
H A Dpkg-plist31 %%DATADIR%%/i18n/l-calc_id.qm
/dports/science/gramps/gramps-5.1.4/gramps/plugins/tool/
H A Dreorderids.py92 self.calc_id(object_fmt, quant_id)
114 self.calc_id(object_fmt.strip(), self.quant_id)
138 def calc_id(self, object_fmt, quant_id): member in ReorderEntry
/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/src/
H A Doptimize_basis_utils.F228 SUBROUTINE get_set_and_basis_id(calc_id, opt_bas, set_id, bas_id) argument
230 INTEGER :: calc_id local
242 set_id = (calc_id)/ncom + 1
243 bas_id = MOD(calc_id, ncom) + 1
/dports/science/cp2k-data/cp2k-7.1.0/src/
H A Doptimize_basis_utils.F228 SUBROUTINE get_set_and_basis_id(calc_id, opt_bas, set_id, bas_id) argument
230 INTEGER :: calc_id local
242 set_id = (calc_id)/ncom + 1
243 bas_id = MOD(calc_id, ncom) + 1
/dports/biology/fasta3/fasta-36.3.8/doc/
H A Dfasta_func.doc221 calc_id() /* calculate % identity with no alignment */
H A Dreadme.v33t0405 Modifications to calcons(), calc_id(), showbest(), p_workcomp.c to
631 Modifications to calc_id() to correct bug in counting identities.
632 Modified showalign() to use calc_id() with -m 9, for simpler
H A Dreadme.v35478 to produce consensus alignments (calcons(), calcons_a(), calc_id(),
/dports/textproc/xlnt/xlnt-1.5.0-92-g20f3dac2/source/workbook/
H A Dworkbook.cpp494 calc_props.calc_id = 150000; in empty()
/dports/emulators/tilem/tilem-2.0/data/symbols/
H A Dti83p.sym1863 86B7 calc_id
/dports/textproc/xlnt/xlnt-1.5.0-92-g20f3dac2/source/detail/serialization/
H A Dxlsx_producer.cpp628 write_attribute("calcId", source_.calculation_properties().calc_id); in write_workbook()
H A Dxlsx_consumer.cpp1919 calc_props.calc_id = parser().attribute<std::size_t>("calcId"); in read_office_document()

12