Home
last modified time | relevance | path

Searched refs:a_context (Results 1 – 25 of 165) sorted by relevance

1234567

/dports/www/ilias/ILIAS-5.4.25/Services/Table/classes/
H A Dclass.ilTableTemplatesStorage.php33 * @param string $a_context
42 if ($a_context == "" || $a_name == "") {
51 "context" => array("text", $a_context)),
61 * @param string $a_context
66 public function load($a_context, $a_user_id, $a_name) argument
70 if ($a_context == "" || $a_name == "") {
87 * @param string $a_context
95 if ($a_context == "" || $a_name == "") {
110 * @param string $a_context
114 public function getNames($a_context, $a_user_id) argument
[all …]
/dports/www/ilias6/ILIAS-6.14/Services/Table/classes/
H A Dclass.ilTableTemplatesStorage.php33 * @param string $a_context
42 if ($a_context == "" || $a_name == "") {
51 "context" => array("text", $a_context)),
61 * @param string $a_context
66 public function load($a_context, $a_user_id, $a_name) argument
70 if ($a_context == "" || $a_name == "") {
87 * @param string $a_context
95 if ($a_context == "" || $a_name == "") {
110 * @param string $a_context
114 public function getNames($a_context, $a_user_id) argument
[all …]
/dports/devel/py-pyudev/pyudev-0.22.0/tests/_device_tests/
H A D_devices_tests.py61 def test_from_path(self, a_context, a_device): argument
69 def test_from_path_strips_leading_slash(self, a_context, a_device): argument
74 assert Devices.from_path(a_context, path[1:]) == \
75 Devices.from_path(a_context, path)
79 def test_from_sys_path(self, a_context, a_device): argument
97 def test_from_name(self, a_context, a_device): argument
102 new_device = Devices.from_name(a_context, a_device.subsystem,
115 Devices.from_name(a_context, subsys, 'foobar')
135 def test_from_device_number(self, a_context, a_device): argument
163 device = Devices.from_device_number(a_context, typ,
[all …]
H A D_device_tests.py157 def test_sys_path(self, a_context, device_datum): argument
164 def test_device_path(self, a_context, device_datum): argument
171 def test_subsystem(self, a_context, device_datum): argument
197 def test_type(self, a_context, device_datum): argument
205 def test_driver(self, a_context, device_datum): argument
263 def test_links(self, a_context, device_datum): argument
324 def test_iteration(self, a_context, device_datum): argument
336 def test_length(self, a_context, device_datum): argument
356 def test_getitem(self, a_context, device_datum): argument
394 def test_asint(self, a_context, device_datum): argument
[all …]
H A D_attributes_tests.py54 def test_getitem(self, a_context, device_datum): argument
58 device = Devices.from_path(a_context, device_datum.device_path)
91 def test_asstring(self, a_context, device_datum): argument
95 device = Devices.from_path(a_context, device_datum.device_path)
101 def test_asint(self, a_context, device_datum): argument
105 device = Devices.from_path(a_context, device_datum.device_path)
115 def test_asbool(self, a_context, device_datum): argument
119 device = Devices.from_path(a_context, device_datum.device_path)
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/surface/include/pcl/surface/3rdparty/opennurbs/
H A Dopennurbs_rtree.h495 bool ON_MSC_CDECL resultCallback(void* a_context, ON__INT_PTR a_id),
496 void* a_context
501 bool ON_MSC_CDECL resultCallback(void* a_context, ON__INT_PTR a_id),
502 void* a_context
507 bool ON_MSC_CDECL resultCallback(void* a_context, ON__INT_PTR a_id),
508 void* a_context
537 void* a_context
541 bool ON_MSC_CDECL resultCallback(void* a_context, ON__INT_PTR a_id), void* a_context
561 bool ON_MSC_CDECL resultCallback(void* a_context, ON__INT_PTR a_id), void* a_context
621 void* a_context
[all …]
/dports/math/gismo/gismo-21.12.0/external/onurbs/
H A Dopennurbs_rtree.h495 bool ON_MSC_CDECL resultCallback(void* a_context, ON__INT_PTR a_id),
496 void* a_context
501 bool ON_MSC_CDECL resultCallback(void* a_context, ON__INT_PTR a_id),
502 void* a_context
507 bool ON_MSC_CDECL resultCallback(void* a_context, ON__INT_PTR a_id),
508 void* a_context
537 void* a_context
541 bool ON_MSC_CDECL resultCallback(void* a_context, ON__INT_PTR a_id), void* a_context
561 bool ON_MSC_CDECL resultCallback(void* a_context, ON__INT_PTR a_id), void* a_context
621 void* a_context
[all …]
/dports/www/ilias/ILIAS-5.4.25/Services/Authentication/classes/
H A Dclass.ilAuthFactory.php92 * @param int $a_context
95 public static function setContext($a_context) argument
97 self::$context = $a_context;
104 * @param object $a_context
107 public static function setContextOptions($a_context, $a_options) argument
109 self::$context_options[$a_context] = $a_options;
118 return self::$context_options[$a_context] ?
119 self::$context_options[$a_context] :
/dports/www/ilias/ILIAS-5.4.25/Services/User/Actions/classes/
H A Dclass.ilUserActionCollector.php35 * @param ilUserActionContext $a_context
37 protected function __construct($a_user_id, ilUserActionContext $a_context) argument
40 $this->action_context = $a_context;
48 * @param ilUserActionContext $a_context
51 public static function getInstance($a_user_id, ilUserActionContext $a_context) argument
54 self::$instances[$a_user_id] = new ilUserActionCollector($a_user_id, $a_context);
/dports/www/ilias6/ILIAS-6.14/Services/User/Actions/classes/
H A Dclass.ilUserActionCollector.php35 * @param ilUserActionContext $a_context
37 protected function __construct($a_user_id, ilUserActionContext $a_context) argument
40 $this->action_context = $a_context;
48 * @param ilUserActionContext $a_context
51 public static function getInstance($a_user_id, ilUserActionContext $a_context) argument
54 self::$instances[$a_user_id] = new ilUserActionCollector($a_user_id, $a_context);
/dports/www/ilias/ILIAS-5.4.25/Services/User/classes/
H A Dclass.ilUserCreationContext.php71 * @param type $a_context
73 public function addContext($a_context) argument
75 if (in_array($a_context, $this->getValidContexts())) {
76 if (!in_array($a_context, $this->getCurrentContexts())) {
77 $this->contexts[] = $a_context;
/dports/www/ilias6/ILIAS-6.14/Services/User/classes/
H A Dclass.ilUserCreationContext.php71 * @param type $a_context
73 public function addContext($a_context) argument
75 if (in_array($a_context, $this->getValidContexts())) {
76 if (!in_array($a_context, $this->getCurrentContexts())) {
77 $this->contexts[] = $a_context;
/dports/www/ilias/ILIAS-5.4.25/Services/Mail/classes/
H A Dclass.ilMailTemplateContextService.php165 * @param ilMailTemplateContext $a_context
170 …protected static function createEntry(ilMailTemplateContext $a_context, $a_component, $a_class, $a… argument
175 $res = $DIC->database()->queryF($query, array('text'), array($a_context->getId()));
177 $context_exists = ($row['id'] == $a_context->getId());
181 'id' => array('text', $a_context->getId()),
187 …$DIC['ilLog']->debug("Mail Template XML - Context " . $a_context->getId() . " in class " . $a_cla…
194 'id' => array('text', $a_context->getId())
197 …$DIC['ilLog']->debug("Mail Template XML - Context " . $a_context->getId() . " in class " . $a_cla…
/dports/www/ilias6/ILIAS-6.14/Services/Mail/classes/
H A Dclass.ilMailTemplateContextService.php165 * @param ilMailTemplateContext $a_context
170 …protected static function createEntry(ilMailTemplateContext $a_context, $a_component, $a_class, $a… argument
175 $res = $DIC->database()->queryF($query, array('text'), array($a_context->getId()));
177 $context_exists = ($row['id'] == $a_context->getId());
181 'id' => array('text', $a_context->getId()),
187 …$DIC['ilLog']->debug("Mail Template XML - Context " . $a_context->getId() . " in class " . $a_cla…
194 'id' => array('text', $a_context->getId())
197 …$DIC['ilLog']->debug("Mail Template XML - Context " . $a_context->getId() . " in class " . $a_cla…
/dports/games/traingame/traingame-cb6513e/src/
H A DQuadTree.cpp35 void render(IGraphicsPtr a_context);
50 void visible_sectors(IGraphicsPtr a_context, list<Sector*>& a_list, int a_sector);
80 void QuadTree::render(IGraphicsPtr a_context) in render() argument
84 visible_sectors(a_context, visible, 0); in render()
89 renderer->render_sector(a_context, (*it)->id, in render()
93 renderer->post_render_sector(a_context, (*it)->id, in render()
165 void QuadTree::visible_sectors(IGraphicsPtr a_context, list<Sector*>& a_list, in visible_sectors() argument
199 if (a_context->cube_in_view_frustum( in visible_sectors()
204 visible_sectors(a_context, a_list, childID); in visible_sectors()
/dports/devel/gnulib/gnulib-20140202-stable/lib/unicase/
H A Du-suffix-context.h25 FUNC2 (const UNIT *s, size_t n, casing_suffix_context_t a_context) in FUNC2() argument
81 : a_context.first_char_except_ignorable); in FUNC2()
85 : a_context.bits & SCC_MORE_ABOVE_MASK) in FUNC2()
88 : a_context.bits & SCC_BEFORE_DOT_MASK); in FUNC2()
H A Du-prefix-context.h25 FUNC2 (const UNIT *s, size_t n, casing_prefix_context_t a_context) in FUNC2() argument
29 casing_prefix_context_t context = a_context; in FUNC2()
84 : a_context.last_char_except_ignorable); in FUNC2()
88 : a_context.last_char_normal_or_above); in FUNC2()
/dports/devel/libunistring/libunistring-0.9.10/lib/unicase/
H A Du-suffix-context.h34 FUNC2 (const UNIT *s, size_t n, casing_suffix_context_t a_context) in FUNC2() argument
90 : a_context.first_char_except_ignorable); in FUNC2()
94 : a_context.bits & SCC_MORE_ABOVE_MASK) in FUNC2()
97 : a_context.bits & SCC_BEFORE_DOT_MASK); in FUNC2()
H A Du-prefix-context.h34 FUNC2 (const UNIT *s, size_t n, casing_prefix_context_t a_context) in FUNC2() argument
38 casing_prefix_context_t context = a_context; in FUNC2()
93 : a_context.last_char_except_ignorable); in FUNC2()
97 : a_context.last_char_normal_or_above); in FUNC2()
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/lib/unicase/
H A Du-suffix-context.h33 FUNC2 (const UNIT *s, size_t n, casing_suffix_context_t a_context) in FUNC2() argument
89 : a_context.first_char_except_ignorable); in FUNC2()
93 : a_context.bits & SCC_MORE_ABOVE_MASK) in FUNC2()
96 : a_context.bits & SCC_BEFORE_DOT_MASK); in FUNC2()
H A Du-prefix-context.h33 FUNC2 (const UNIT *s, size_t n, casing_prefix_context_t a_context)
37 casing_prefix_context_t context = a_context;
92 : a_context.last_char_except_ignorable);
96 : a_context.last_char_normal_or_above);
/dports/www/ilias6/ILIAS-6.14/Services/Authentication/classes/
H A Dclass.ilAuthFactory.php87 * @param int $a_context
90 public static function setContext($a_context) argument
92 self::$context = $a_context;
/dports/www/ilias/ILIAS-5.4.25/Services/Object/classes/
H A Dclass.ilObjectListGUIFactory.php16 …public static function _getListGUIByType($a_type, $a_context = ilObjectListGUI::CONTEXT_REPOSITORY) argument
27 return new $full_class($a_context);
31 return new ilObjectListGUI($a_context);
/dports/www/ilias6/ILIAS-6.14/Services/Object/classes/
H A Dclass.ilObjectListGUIFactory.php16 …public static function _getListGUIByType($a_type, $a_context = ilObjectListGUI::CONTEXT_REPOSITORY) argument
27 return new $full_class($a_context);
31 return new ilObjectListGUI($a_context);
/dports/games/traingame/traingame-cb6513e/include/
H A DIQuadTree.hpp29 virtual void render_sector(IGraphicsPtr a_context, int id,
32 virtual void post_render_sector(IGraphicsPtr a_context, int id,
43 virtual void render(IGraphicsPtr a_context) = 0;

1234567