Home
last modified time | relevance | path

Searched refs:setOrderIndex (Results 1 – 25 of 56) sorted by relevance

123

/dports/www/ilias/ILIAS-5.4.25/Modules/TestQuestionPool/classes/
H A Dclass.ilAssQuestionSolutionComparisonExpression.php153 public function setOrderIndex($orderIndex) function in ilAssQuestionSolutionComparisonExpression
199 $this->setOrderIndex($data['order_index']);
H A Dclass.ilLogicalAnswerComparisonExpressionInputGUI.php45 $expression->setOrderIndex($formValue->getOrder() + 1);
/dports/www/ilias6/ILIAS-6.14/Modules/TestQuestionPool/classes/
H A Dclass.ilAssQuestionSolutionComparisonExpression.php153 public function setOrderIndex($orderIndex) function in ilAssQuestionSolutionComparisonExpression
199 $this->setOrderIndex($data['order_index']);
H A Dclass.ilLogicalAnswerComparisonExpressionInputGUI.php45 $expression->setOrderIndex($formValue->getOrder() + 1);
/dports/www/ilias/ILIAS-5.4.25/Modules/Test/classes/
H A Dclass.ilTestSkillLevelThresholdImport.php103 public function setOrderIndex($orderIndex) function in ilTestSkillLevelThresholdImport
H A Dclass.ilTestSkillLevelThresholdXmlParser.php189 $skillLevelThreshold->setOrderIndex($tagAttributes['Nr']);
/dports/www/ilias6/ILIAS-6.14/Modules/Test/classes/
H A Dclass.ilTestSkillLevelThresholdImport.php103 public function setOrderIndex($orderIndex) function in ilTestSkillLevelThresholdImport
H A Dclass.ilTestSkillLevelThresholdXmlParser.php189 $skillLevelThreshold->setOrderIndex($tagAttributes['Nr']);
/dports/www/ilias/ILIAS-5.4.25/Modules/TestQuestionPool/classes/questions/
H A Dclass.ilAssQuestionSolutionComparisonExpressionImport.php114 public function setOrderIndex($orderIndex) function in ilAssQuestionSolutionComparisonExpressionImport
H A Dclass.ilAssQuestionSkillAssignmentXmlParser.php207 $expression->setOrderIndex((int) $tagAttributes['Index']);
H A Dclass.ilAssQuestionSkillAssignmentImporter.php251 $importableSolCompExp->setOrderIndex($solCompExp->getOrderIndex());
/dports/www/ilias6/ILIAS-6.14/Modules/TestQuestionPool/classes/questions/
H A Dclass.ilAssQuestionSolutionComparisonExpressionImport.php114 public function setOrderIndex($orderIndex) function in ilAssQuestionSolutionComparisonExpressionImport
H A Dclass.ilAssQuestionSkillAssignmentXmlParser.php207 $expression->setOrderIndex((int) $tagAttributes['Index']);
H A Dclass.ilAssQuestionSkillAssignmentImporter.php251 $importableSolCompExp->setOrderIndex($solCompExp->getOrderIndex());
/dports/editors/libreoffice/libreoffice-7.2.6.2/sfx2/inc/sidebar/
H A DUnoDeck.hxx44 virtual void SAL_CALL setOrderIndex( const sal_Int32 newOrderIndex ) override;
H A DUnoPanel.hxx46 virtual void SAL_CALL setOrderIndex( const sal_Int32 newOrderIndex ) override;
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/sfx2/sidebar/
H A DUnoDeck.hxx45 virtual void SAL_CALL setOrderIndex( const sal_Int32 newOrderIndex ) override;
H A DUnoPanel.hxx47 virtual void SAL_CALL setOrderIndex( const sal_Int32 newOrderIndex ) override;
/dports/editors/libreoffice/libreoffice-7.2.6.2/offapi/com/sun/star/ui/
H A DXDeck.idl64 void setOrderIndex( [in] long newOrderIndex );
H A DXPanel.idl65 void setOrderIndex( [in] long newOrderIndex );
/dports/editors/libreoffice6/libreoffice-6.4.7.2/offapi/com/sun/star/ui/
H A DXPanel.idl65 void setOrderIndex( [in] long newOrderIndex );
H A DXDeck.idl64 void setOrderIndex( [in] long newOrderIndex );
/dports/databases/prometheus-postgresql-adapter/prometheus-postgresql-adapter-0.6.0/vendor/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/strategicpatch/
H A Dpatch.go1001 patchIndex, setOrderIndex := 0, 0
1002 for patchIndex < len(nonDeleteList) && setOrderIndex < len(typedSetOrderList) {
1007 …l, err := mergeKeyValueEqual(nonDeleteList[patchIndex], typedSetOrderList[setOrderIndex], mergeKey)
1014 setOrderIndex++
1018 if patchIndex < len(nonDeleteList) && setOrderIndex >= len(typedSetOrderList) {
/dports/net/gscloud/gscloud-0.11.0/vendor/k8s.io/apimachinery/pkg/util/strategicpatch/
H A Dpatch.go1001 patchIndex, setOrderIndex := 0, 0
1002 for patchIndex < len(nonDeleteList) && setOrderIndex < len(typedSetOrderList) {
1007 …l, err := mergeKeyValueEqual(nonDeleteList[patchIndex], typedSetOrderList[setOrderIndex], mergeKey)
1014 setOrderIndex++
1018 if patchIndex < len(nonDeleteList) && setOrderIndex >= len(typedSetOrderList) {
/dports/security/vault/vault-1.8.2/vendor/k8s.io/apimachinery/pkg/util/strategicpatch/
H A Dpatch.go1001 patchIndex, setOrderIndex := 0, 0
1002 for patchIndex < len(nonDeleteList) && setOrderIndex < len(typedSetOrderList) {
1007 …l, err := mergeKeyValueEqual(nonDeleteList[patchIndex], typedSetOrderList[setOrderIndex], mergeKey)
1014 setOrderIndex++
1018 if patchIndex < len(nonDeleteList) && setOrderIndex >= len(typedSetOrderList) {

123