Home
last modified time | relevance | path

Searched refs:u_names (Results 1 – 21 of 21) sorted by relevance

/dports/www/horde-ansel/ansel-3.0.10/
H A Dperms.php163 $u_names = Horde_Util::getFormData('u_names'); variable
169 foreach ($u_names as $key => $user) {
/dports/www/horde-base/horde-5.2.23/templates/shares/
H A Dedit.inc182 …<td class="light"><?php echo htmlspecialchars($user) ?><input type="hidden" name="u_names[<?php ec…
207 <select id="u_names_new_select" name="u_names[||new_select]">
243 <input type="text" id="u_names_new_input" name="u_names[||new_input]" />
/dports/www/horde-base/horde-5.2.23/services/shares/
H A Dedit.php169 foreach ($vars->u_names as $key => $user_backend) {
/dports/deskutils/horde-kronolith/kronolith-4.2.29/templates/perms/
H A Dperms.inc193 …<td class="light"><?php echo htmlspecialchars($user) ?><input type="hidden" name="u_names[<?php ec…
223 <select id="u_names_new_select" name="u_names[||new_select]">
263 <input type="text" id="u_names_new_input" name="u_names[||new_input]" />
/dports/deskutils/horde-kronolith/kronolith-4.2.29/templates/chunks/
H A Dpermissions.inc190 <select id="kronolithC<?php echo $type ?>PUNew" name="u_names[||new]">
199 … <input type="text" id="kronolithC<?php echo $type ?>PUNew" name="u_names[||new]" size="20" />
/dports/lang/python-legacy/Python-2.7.18/Python/
H A Dcompile.c106 PyObject *u_names; /* all names */ member
455 Py_CLEAR(u->u_names); in compiler_unit_free()
508 u->u_names = PyDict_New(); in compiler_enter_scope()
509 if (!u->u_names) { in compiler_enter_scope()
1246 PyString_AS_STRING(PyObject_Repr(c->u->u_names)) in get_ref_type()
2320 PyObject *dict = c->u->u_names; in compiler_nameop()
3825 names = dict_keys_inorder(c->u->u_names, 0); in makecode()
/dports/lang/python27/Python-2.7.18/Python/
H A Dcompile.c106 PyObject *u_names; /* all names */ member
455 Py_CLEAR(u->u_names); in compiler_unit_free()
508 u->u_names = PyDict_New(); in compiler_enter_scope()
509 if (!u->u_names) { in compiler_enter_scope()
1246 PyString_AS_STRING(PyObject_Repr(c->u->u_names)) in get_ref_type()
2320 PyObject *dict = c->u->u_names; in compiler_nameop()
3825 names = dict_keys_inorder(c->u->u_names, 0); in makecode()
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Python/
H A Dcompile.c106 PyObject *u_names; /* all names */ member
432 Py_CLEAR(u->u_names); in compiler_unit_free()
485 u->u_names = PyDict_New(); in compiler_enter_scope()
486 if (!u->u_names) { in compiler_enter_scope()
1255 PyObject_REPR(c->u->u_names) in get_ref_type()
2337 PyObject *dict = c->u->u_names; in compiler_nameop()
3839 names = dict_keys_inorder(c->u->u_names, 0); in makecode()
/dports/science/libecpint/libecpint-1.0.7/doc/sphinx/source/
H A Dusage.rst67 factory.set_ecp_basis_from_library(N_ecps, u_coords, u_charges, u_names, share_dir);
72 - ``u_names`` the ECP names for each ECP, e.g. ``ecp10mdf``;
/dports/math/gnumeric/gnumeric-1.12.50/src/
H A Ddependent.c2179 GOUndo *u_exprs, *u_names; in dependents_relocate() local
2288 u_names = NULL; in dependents_relocate()
2308 u_names = go_undo_combine (u_names, u); in dependents_relocate()
2320 return go_undo_combine (u_exprs, u_names); in dependents_relocate()
/dports/databases/py-gdbm/Python-3.8.12/Python/
H A Dcompile.c122 PyObject *u_names; /* all names */ member
542 Py_CLEAR(u->u_names); in compiler_unit_free()
618 u->u_names = PyDict_New(); in compiler_enter_scope()
619 if (!u->u_names) { in compiler_enter_scope()
1856 PyUnicode_AsUTF8(PyObject_Repr(c->u->u_names)) in get_ref_type()
3505 PyObject *dict = c->u->u_names; in compiler_nameop()
5888 names = dict_keys_inorder(c->u->u_names, 0); in makecode()
/dports/databases/py-sqlite3/Python-3.8.12/Python/
H A Dcompile.c122 PyObject *u_names; /* all names */ member
542 Py_CLEAR(u->u_names); in compiler_unit_free()
618 u->u_names = PyDict_New(); in compiler_enter_scope()
619 if (!u->u_names) { in compiler_enter_scope()
1856 PyUnicode_AsUTF8(PyObject_Repr(c->u->u_names)) in get_ref_type()
3505 PyObject *dict = c->u->u_names; in compiler_nameop()
5888 names = dict_keys_inorder(c->u->u_names, 0); in makecode()
/dports/lang/python-tools/Python-3.8.12/Python/
H A Dcompile.c122 PyObject *u_names; /* all names */ member
542 Py_CLEAR(u->u_names); in compiler_unit_free()
618 u->u_names = PyDict_New(); in compiler_enter_scope()
619 if (!u->u_names) { in compiler_enter_scope()
1856 PyUnicode_AsUTF8(PyObject_Repr(c->u->u_names)) in get_ref_type()
3505 PyObject *dict = c->u->u_names; in compiler_nameop()
5888 names = dict_keys_inorder(c->u->u_names, 0); in makecode()
/dports/lang/python37/Python-3.7.12/Python/
H A Dcompile.c115 PyObject *u_names; /* all names */ member
531 Py_CLEAR(u->u_names); in compiler_unit_free()
612 u->u_names = PyDict_New(); in compiler_enter_scope()
613 if (!u->u_names) { in compiler_enter_scope()
1582 PyUnicode_AsUTF8(PyObject_Repr(c->u->u_names)) in get_ref_type()
3167 PyObject *dict = c->u->u_names; in compiler_nameop()
5392 names = dict_keys_inorder(c->u->u_names, 0); in makecode()
/dports/lang/python38/Python-3.8.12/Python/
H A Dcompile.c122 PyObject *u_names; /* all names */ member
542 Py_CLEAR(u->u_names); in compiler_unit_free()
618 u->u_names = PyDict_New(); in compiler_enter_scope()
619 if (!u->u_names) { in compiler_enter_scope()
1856 PyUnicode_AsUTF8(PyObject_Repr(c->u->u_names)) in get_ref_type()
3505 PyObject *dict = c->u->u_names; in compiler_nameop()
5888 names = dict_keys_inorder(c->u->u_names, 0); in makecode()
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Python/
H A Dcompile.c122 PyObject *u_names; /* all names */ member
542 Py_CLEAR(u->u_names); in compiler_unit_free()
618 u->u_names = PyDict_New(); in compiler_enter_scope()
619 if (!u->u_names) { in compiler_enter_scope()
1856 PyUnicode_AsUTF8(PyObject_Repr(c->u->u_names)) in get_ref_type()
3505 PyObject *dict = c->u->u_names; in compiler_nameop()
5888 names = dict_keys_inorder(c->u->u_names, 0); in makecode()
/dports/lang/python39/Python-3.9.9/Python/
H A Dcompile.c123 PyObject *u_names; /* all names */ member
547 Py_CLEAR(u->u_names); in compiler_unit_free()
621 u->u_names = PyDict_New(); in compiler_enter_scope()
622 if (!u->u_names) { in compiler_enter_scope()
1884 PyUnicode_AsUTF8(PyObject_Repr(c->u->u_names))); in get_ref_type()
3565 PyObject *dict = c->u->u_names; in compiler_nameop()
5919 names = dict_keys_inorder(c->u->u_names, 0); in makecode()
/dports/lang/python310/Python-3.10.1/Python/
H A Dcompile.c181 PyObject *u_names; /* all names */ member
599 Py_CLEAR(u->u_names); in compiler_unit_free()
675 u->u_names = PyDict_New(); in compiler_enter_scope()
676 if (!u->u_names) { in compiler_enter_scope()
1999 c->u->u_ste->ste_symbols, c->u->u_varnames, c->u->u_names); in get_ref_type()
3685 PyObject *dict = c->u->u_names; in compiler_nameop()
6882 names = dict_keys_inorder(c->u->u_names, 0); in makecode()
/dports/lang/python311/Python-3.11.0a3/Python/
H A Dcompile.c213 PyObject *u_names; /* all names */ member
624 Py_CLEAR(u->u_names); in compiler_unit_free()
700 u->u_names = PyDict_New(); in compiler_enter_scope()
701 if (!u->u_names) { in compiler_enter_scope()
2047 c->u->u_ste->ste_symbols, c->u->u_varnames, c->u->u_names); in get_ref_type()
3730 PyObject *dict = c->u->u_names; in compiler_nameop()
7423 names = dict_keys_inorder(c->u->u_names, 0); in makecode()
/dports/deskutils/horde-kronolith/kronolith-4.2.29/lib/
H A DKronolith.php1567 $u_names = Horde_Util::getFormData('u_names');
1580 foreach ($u_names as $key => $user_backend) {
/dports/net/kf5-syndication/syndication-5.89.0/autotests/atom/
H A Dbug411626.xml.expected4762 …span><span class="n">u</span><span class="o">-&gt;</span><span class="n">u_names</span><span class…