Home
last modified time | relevance | path

Searched defs:taxId (Results 1 – 25 of 32) sorted by relevance

12

/dports/finance/prestashop/prestashop/src/Core/Domain/Tax/Command/
H A DDeleteTaxCommand.php39 private $taxId; variable in PrestaShop\\PrestaShop\\Core\\Domain\\Tax\\Command\\DeleteTaxCommand
46 public function __construct($taxId)
H A DToggleTaxStatusCommand.php46 private $taxId; variable in PrestaShop\\PrestaShop\\Core\\Domain\\Tax\\Command\\ToggleTaxStatusCommand
54 public function __construct($taxId, $expectedStatus)
H A DEditTaxCommand.php40 private $taxId; variable in PrestaShop\\PrestaShop\\Core\\Domain\\Tax\\Command\\EditTaxCommand
62 public function __construct($taxId)
/dports/finance/prestashop/prestashop/src/Core/Domain/Tax/ValueObject/
H A DTaxId.php39 private $taxId; variable in PrestaShop\\PrestaShop\\Core\\Domain\\Tax\\ValueObject\\TaxId
46 public function __construct($taxId)
/dports/finance/prestashop/prestashop/src/Core/Domain/Tax/Query/
H A DGetTaxForEditing.php39 private $taxId; variable in PrestaShop\\PrestaShop\\Core\\Domain\\Tax\\Query\\GetTaxForEditing
44 public function __construct($taxId)
/dports/finance/prestashop/prestashop/src/Core/Domain/Tax/QueryResult/
H A DEditableTax.php39 private $taxId; variable in PrestaShop\\PrestaShop\\Core\\Domain\\Tax\\QueryResult\\EditableTax
64 public function __construct(TaxId $taxId, array $localizedNames, $rate, $active)
/dports/www/thirtybees/thirtybees-1.1.0/install/dev/
H A Dupdate_eu_taxrulegroups.php166 $taxId = 0; variable
172 $taxId = max($taxId, (int)$tax['id']); variable
/dports/finance/prestashop/prestashop/src/PrestaShopBundle/Controller/Admin/Improve/International/
H A DTaxController.php209 public function editAction(Request $request, $taxId)
266 public function deleteAction($taxId)
293 public function toggleStatusAction($taxId)
/dports/biology/mmseqs2/MMseqs2-13-45111/src/taxonomy/
H A DTaxonomyExpression.h72 bool isAncestor(TaxID taxId) { in isAncestor()
81 TaxID taxId; member
/dports/biology/gatk/gatk-4.2.0.0/src/main/java/org/broadinstitute/hellbender/tools/spark/pathseq/
H A DPSBuildReferenceTaxonomyUtils.java129 final int taxId = parseTaxonId(tokens[taxIdColumnIndex]); in parseCatalog() local
162 final int taxId = parseTaxonId(tokens[0]); in parseNamesFile() local
190 final int taxId = parseTaxonId(tokens[0]); in parseNodesFile() local
215 …private static void addReferenceAccessionToTaxon(final int taxId, final String accession, final lo… in addReferenceAccessionToTaxon()
/dports/biology/bbmap/bbmap/current/jasper/
H A DOrganism.java7 int taxId; field in Organism
H A DTreeNode.java407 int taxId; field in TreeNode
/dports/finance/prestashop/prestashop/src/Adapter/Tax/
H A DAbstractTaxHandler.php49 protected function getTax(TaxId $taxId)
/dports/finance/prestashop/prestashop/src/Core/Form/IdentifiableObject/DataProvider/
H A DTaxFormDataProvider.php54 public function getData($taxId)
/dports/www/elgg/elgg-3.3.23/vendor/fzaninotto/faker/src/Faker/Provider/it_IT/
H A DPerson.php94 public static function taxId() function in Faker\\Provider\\it_IT\\Person
/dports/www/orangehrm/orangehrm-4.9/symfony/apps/orangehrm/lib/model/admin/entity/
H A DCompany.php26 public $taxId; variable in Company
85 public function setTaxId($taxId) {
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/algo/structure/cd_utils/
H A DcuTaxClient.cpp124 bool TaxClient::GetOrgRef(TTaxId taxId, CRef< COrg_ref >& orgRef) { in GetOrgRef()
192 short TaxClient::GetRankID(TTaxId taxId, string& rankName) in GetRankID()
H A DcuTaxNRCriteria.cpp180 TTaxId taxId; in Apply() local
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/algo/structure/cd_utils/
H A DcuTaxTree.hpp50 TTaxId taxId; member in TaxNode
H A DcuTaxNRCriteria.hpp53 TTaxId taxId; // NCBI taxonomy Id member in CTaxNRItem
/dports/biology/checkm/CheckM-1.0.18/checkm/
H A DuniqueMarkers.py87 def countGenomesInTaxon(cursor, taxId): argument
/dports/www/ilias/ILIAS-5.4.25/Modules/TestQuestionPool/classes/
H A Dclass.ilAssQuestionList.php249 public function addTaxonomyFilter($taxId, $taxNodes, $parentObjId, $parentObjType)
421 protected function getTaxItems($parentType, $parentObjId, $taxId, $taxNode)
/dports/www/ilias6/ILIAS-6.14/Modules/TestQuestionPool/classes/
H A Dclass.ilAssQuestionList.php249 public function addTaxonomyFilter($taxId, $taxNodes, $parentObjId, $parentObjType)
422 protected function getTaxItems($parentType, $parentObjId, $taxId, $taxNode)
/dports/www/ilias/ILIAS-5.4.25/Modules/Test/classes/
H A Dclass.ilTestRandomQuestionSetStagingPoolQuestionList.php100 public function addTaxonomyFilter($taxId, $taxNodes)
/dports/www/ilias6/ILIAS-6.14/Modules/Test/classes/
H A Dclass.ilTestRandomQuestionSetStagingPoolQuestionList.php105 public function addTaxonomyFilter($taxId, $taxNodes)

12