Home
last modified time | relevance | path

Searched defs:num_assignments (Results 1 – 24 of 24) sorted by relevance

/dports/www/ilias/ILIAS-5.4.25/Modules/Exercise/PeerReview/
H A Dclass.ExcPeerReviewDistribution.php47 protected $num_assignments; variable in ILIAS\\Exercise\\PeerReview\\ExcPeerReviewDistribution
54 public function __construct(array $user_ids, $num_assignments)
/dports/www/ilias6/ILIAS-6.14/Modules/Exercise/PeerReview/
H A Dclass.ExcPeerReviewDistribution.php47 protected $num_assignments; variable in ILIAS\\Exercise\\PeerReview\\ExcPeerReviewDistribution
54 public function __construct(array $user_ids, $num_assignments)
/dports/www/ilias/ILIAS-5.4.25/Modules/Exercise/test/PeerReview/
H A DExcPeerReviewTest.php23 protected function getDistribution($user_ids, $num_assignments)
/dports/www/ilias6/ILIAS-6.14/Modules/Exercise/test/PeerReview/
H A DExcPeerReviewTest.php23 protected function getDistribution($user_ids, $num_assignments)
/dports/www/ilias/ILIAS-5.4.25/Services/Calendar/classes/ConsultationHours/
H A Dclass.ilConsultationHourGroup.php14 private $num_assignments = 1; variable in ilConsultationHourGroup
/dports/www/ilias6/ILIAS-6.14/Services/Calendar/classes/ConsultationHours/
H A Dclass.ilConsultationHourGroup.php14 private $num_assignments = 1; variable in ilConsultationHourGroup
/dports/www/firefox/firefox-99.0/third_party/rust/glslopt/glsl-optimizer/src/compiler/glsl/
H A Dloop_analysis.h150 unsigned num_assignments; variable
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/glslopt/glsl-optimizer/src/compiler/glsl/
H A Dloop_analysis.h150 unsigned num_assignments; variable
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/glslopt/glsl-optimizer/src/compiler/glsl/
H A Dloop_analysis.h150 unsigned num_assignments; variable
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/glslopt/glsl-optimizer/src/compiler/glsl/
H A Dloop_analysis.h150 unsigned num_assignments; variable
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/compiler/glsl/
H A Dloop_analysis.h150 unsigned num_assignments; variable
/dports/lang/clover/mesa-21.3.6/src/compiler/glsl/
H A Dloop_analysis.h150 unsigned num_assignments; variable
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/compiler/glsl/
H A Dloop_analysis.h150 unsigned num_assignments; variable
/dports/graphics/mesa-libs/mesa-21.3.6/src/compiler/glsl/
H A Dloop_analysis.h150 unsigned num_assignments; variable
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/compiler/glsl/
H A Dloop_analysis.h150 unsigned num_assignments; variable
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/compiler/glsl/
H A Dloop_analysis.h150 unsigned num_assignments; variable
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/compiler/glsl/
H A Dloop_analysis.h150 unsigned num_assignments; variable
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/compiler/glsl/
H A Dloop_analysis.h150 unsigned num_assignments; variable
/dports/graphics/libosmesa/mesa-21.3.6/src/compiler/glsl/
H A Dloop_analysis.h150 unsigned num_assignments; variable
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/compiler/glsl/
H A Dloop_analysis.h150 unsigned num_assignments; variable
/dports/graphics/mesa-dri/mesa-21.3.6/src/compiler/glsl/
H A Dloop_analysis.h150 unsigned num_assignments; variable
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/3rdparty/glsl-optimizer/src/glsl/
H A Dloop_analysis.h175 unsigned num_assignments; variable
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/3rdparty/glsl-optimizer/src/glsl/
H A Dloop_analysis.h175 unsigned num_assignments; variable
/dports/math/py-or-tools/or-tools-9.2/examples/data/roadef_challenge_2011/solution_checker/
H A Dsolution_checker.cc662 const size_t num_assignments = assignments.size(); in ParseAssignments() local