Home
last modified time | relevance | path

Searched refs:a_choice (Results 1 – 14 of 14) sorted by relevance

/dports/www/ilias/ILIAS-5.4.25/Services/COPage/classes/
H A Dclass.ilPageQuestionProcessor.php172 public static function calculatePoints($a_type, $a_id, $a_choice) argument
185 if (isset($a_choice[0]) && $key == $a_choice[0]) {
197 if (is_array($a_choice) && in_array($key, $a_choice)) {
211 $choice = $a_choice[$id];
270 …if (is_array($a_choice) && in_array($pair->definition->identifier . "-" . $pair->term->identifier,…
287 if ($a_choice[$cnt - 1] != $cnt) {
304 if (is_array($a_choice) && in_array($key, $a_choice)) {
/dports/www/ilias6/ILIAS-6.14/Services/COPage/classes/
H A Dclass.ilPageQuestionProcessor.php172 public static function calculatePoints($a_type, $a_id, $a_choice) argument
185 if (isset($a_choice[0]) && $key == $a_choice[0]) {
197 if (is_array($a_choice) && in_array($key, $a_choice)) {
211 $choice = $a_choice[$id];
270 …if (is_array($a_choice) && in_array($pair->definition->identifier . "-" . $pair->term->identifier,…
287 if ($a_choice[$cnt - 1] != $cnt) {
304 if (is_array($a_choice) && in_array($key, $a_choice)) {
/dports/devel/py-dj32-graphene-django/graphene-django-2.15.0/graphene_django/tests/
H A Dtest_query.py420 first_name="John", last_name="Doe", email="johndoe@example.com", a_choice=1
542 first_name="John", last_name="Doe", email="johndoe@example.com", a_choice=1
621 first_name="John", last_name="Doe", email="johndoe@example.com", a_choice=1
662 first_name="John", last_name="Doe", email="johndoe@example.com", a_choice=1
703 first_name="John", last_name="Doe", email="johndoe@example.com", a_choice=1
767 first_name="John", last_name="Doe", email="johndoe@example.com", a_choice=1
804 first_name="John", last_name="Doe", email="johndoe@example.com", a_choice=1
997 a_choice=1,
1052 a_choice=1,
1093 first_name="Some", last_name="Guy", email="someguy@cnn.com", a_choice=1
[all …]
H A Dmodels.py45 a_choice = models.CharField(max_length=30, choices=CHOICES, blank=True) variable in Reporter
/dports/devel/py-graphene-django/graphene-django-2.15.0/graphene_django/tests/
H A Dtest_query.py420 first_name="John", last_name="Doe", email="johndoe@example.com", a_choice=1
542 first_name="John", last_name="Doe", email="johndoe@example.com", a_choice=1
621 first_name="John", last_name="Doe", email="johndoe@example.com", a_choice=1
662 first_name="John", last_name="Doe", email="johndoe@example.com", a_choice=1
703 first_name="John", last_name="Doe", email="johndoe@example.com", a_choice=1
767 first_name="John", last_name="Doe", email="johndoe@example.com", a_choice=1
804 first_name="John", last_name="Doe", email="johndoe@example.com", a_choice=1
997 a_choice=1,
1052 a_choice=1,
1093 first_name="Some", last_name="Guy", email="someguy@cnn.com", a_choice=1
[all …]
H A Dmodels.py45 a_choice = models.CharField(max_length=30, choices=CHOICES, blank=True) variable in Reporter
/dports/textproc/py-python-docx/python-docx-0.8.11/tests/oxml/
H A Dtest_xmlchemy.py293 choice = a_choice().with_nsdecls().element
296 a_choice()).with_child(
305 expected_xml = a_choice().with_nsdecls().xml()
313 parent_bldr.with_child(a_choice())
702 parent_bldr.with_child(a_choice())
818 def a_choice(): function
/dports/www/ilias/ILIAS-5.4.25/Modules/Scorm2004/classes/seq_editor/
H A Dclass.ilSCORM2004Sequencing.php297 public function setChoice($a_choice) argument
299 $this->node->setAttribute("choice", $a_choice ? "true": "false");
/dports/www/ilias6/ILIAS-6.14/Modules/Scorm2004/classes/seq_editor/
H A Dclass.ilSCORM2004Sequencing.php297 public function setChoice($a_choice) argument
299 $this->node->setAttribute("choice", $a_choice ? "true": "false");
/dports/devel/py-dj32-graphene-django/graphene-django-2.15.0/graphene_django/filter/tests/
H A Dtest_fields.py648 first_name="Bob", last_name="Doe", email="bobdoe@example.com", a_choice=2
651 first_name="John", last_name="Doe", email="johndoe@example.com", a_choice=1
/dports/devel/py-graphene-django/graphene-django-2.15.0/graphene_django/filter/tests/
H A Dtest_fields.py648 first_name="Bob", last_name="Doe", email="bobdoe@example.com", a_choice=2
651 first_name="John", last_name="Doe", email="johndoe@example.com", a_choice=1
/dports/games/xconq/xconq-7.5.0-0pre.0.20050612/x11/
H A Dxprint.c20 typedef struct a_choice { struct
/dports/games/cockatrice/Cockatrice-2021-01-26-Release-2.8.0/common/lib/
H A Dpeglib.h2909 const char* a_name, size_t a_choice_count, size_t a_choice, in AstBase()
2916 , choice(a_choice) in AstBase()
2919 , original_choice(a_choice) in AstBase()
2929 const char* a_name, size_t a_choice_count, size_t a_choice, in AstBase()
2936 , choice(a_choice) in AstBase()
2939 , original_choice(a_choice) in AstBase()
/dports/math/p5-Math-Prime-Util-GMP/Math-Prime-Util-GMP-0.52/
H A Dtinyqs.c1141 static u16 a_choice[] = { variable
1177 mask = a_choice[i]; in find_poly_a()