Home
last modified time | relevance | path

Searched refs:order_str (Results 1 – 25 of 62) sorted by relevance

123

/dports/databases/py-ormar/ormar-0.10.23/ormar/queryset/actions/
H A Dorder_action.py23 self, order_str: str, model_cls: Type["Model"], alias: str = None
26 super().__init__(query_str=order_str, model_cls=model_cls)
80 def _split_value_into_parts(self, order_str: str) -> None:
81 if order_str.startswith("-"):
83 order_str = order_str[1:]
84 parts = order_str.split("__")
H A Dselect_action.py29 def _split_value_into_parts(self, order_str: str) -> None:
30 parts = order_str.split("__")
/dports/ports-mgmt/portsreinstall/portsreinstall-4.1.0/libexec/
H A Dorder_dependencies.awk40 order_str = "";
54 order_str = order_str lf_order_str;
55 order_str = sprintf ("%s%s", order_str, target);
74 print order_str > reinst_order_list;
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/plugin/audit_null/
H A Daudit_null.cc405 char *order_str = THDVAR(thd, event_order_check); in process_command() local
409 memmove(order_str, status.str, status.length + 1); in process_command()
417 THDVAR(thd, event_order_check) = order_str; in process_command()
444 char *order_str = THDVAR(thd, event_order_check); in audit_null_notify() local
448 LEX_CSTRING event_token = get_token(&order_str); in audit_null_notify()
449 LEX_CSTRING event_data = get_token(&order_str); in audit_null_notify()
450 LEX_CSTRING event_command = get_token(&order_str); in audit_null_notify()
749 char *order_str = THDVAR(thd, event_order_check); in audit_null_notify() local
751 memmove(order_str, status.str, status.length + 1); in audit_null_notify()
758 THDVAR(thd, event_order_check) = order_str; in audit_null_notify()
[all …]
/dports/devel/libvirt-glib/libvirt-glib-4.0.0/libvirt-gconfig/
H A Dlibvirt-gconfig-domain-hostdev.c93 char *order_str = g_strdup_printf("%u", order); in gvir_config_domain_hostdev_set_boot_order() local
98 order_str); in gvir_config_domain_hostdev_set_boot_order()
99 g_free(order_str); in gvir_config_domain_hostdev_set_boot_order()
/dports/deskutils/nautilus-actions/nautilus-actions-3.2.4/src/core/
H A Dna-iprefs.c123 const gchar *order_str; in na_iprefs_set_order_mode() local
125 order_str = enum_map_string_from_id( st_order_mode, mode ); in na_iprefs_set_order_mode()
126 na_settings_set_string( NA_IPREFS_ITEMS_LIST_ORDER_MODE, order_str ); in na_iprefs_set_order_mode()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/plugin/audit_null/
H A Daudit_null.c448 const char *order_str= (const char *)THDVAR(thd, event_order_check); in audit_null_notify() local
452 LEX_CSTRING event_token= get_token(&order_str); in audit_null_notify()
453 LEX_CSTRING event_data= get_token(&order_str); in audit_null_notify()
454 LEX_CSTRING event_command= get_token(&order_str); in audit_null_notify()
772 memmove((char*)order_cstr.str, (void*)order_str, in audit_null_notify()
773 order_cstr.length - (order_str - order_cstr.str) + 1); in audit_null_notify()
/dports/databases/percona57-server/percona-server-5.7.36-39/plugin/audit_null/
H A Daudit_null.c448 const char *order_str= (const char *)THDVAR(thd, event_order_check); in audit_null_notify() local
452 LEX_CSTRING event_token= get_token(&order_str); in audit_null_notify()
453 LEX_CSTRING event_data= get_token(&order_str); in audit_null_notify()
454 LEX_CSTRING event_command= get_token(&order_str); in audit_null_notify()
772 memmove((char*)order_cstr.str, (void*)order_str, in audit_null_notify()
773 order_cstr.length - (order_str - order_cstr.str) + 1); in audit_null_notify()
/dports/databases/percona57-client/percona-server-5.7.36-39/plugin/audit_null/
H A Daudit_null.c448 const char *order_str= (const char *)THDVAR(thd, event_order_check); in audit_null_notify() local
452 LEX_CSTRING event_token= get_token(&order_str); in audit_null_notify()
453 LEX_CSTRING event_data= get_token(&order_str); in audit_null_notify()
454 LEX_CSTRING event_command= get_token(&order_str); in audit_null_notify()
772 memmove((char*)order_cstr.str, (void*)order_str, in audit_null_notify()
773 order_cstr.length - (order_str - order_cstr.str) + 1); in audit_null_notify()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/plugin/audit_null/
H A Daudit_null.c448 const char *order_str= (const char *)THDVAR(thd, event_order_check); in audit_null_notify() local
452 LEX_CSTRING event_token= get_token(&order_str); in audit_null_notify()
453 LEX_CSTRING event_data= get_token(&order_str); in audit_null_notify()
454 LEX_CSTRING event_command= get_token(&order_str); in audit_null_notify()
772 memmove((char*)order_cstr.str, (void*)order_str, in audit_null_notify()
773 order_cstr.length - (order_str - order_cstr.str) + 1); in audit_null_notify()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/plugin/audit_null/
H A Daudit_null.c448 const char *order_str= (const char *)THDVAR(thd, event_order_check); in audit_null_notify() local
452 LEX_CSTRING event_token= get_token(&order_str); in audit_null_notify()
453 LEX_CSTRING event_data= get_token(&order_str); in audit_null_notify()
454 LEX_CSTRING event_command= get_token(&order_str); in audit_null_notify()
772 memmove((char*)order_cstr.str, (void*)order_str, in audit_null_notify()
773 order_cstr.length - (order_str - order_cstr.str) + 1); in audit_null_notify()
/dports/databases/mysql57-client/mysql-5.7.36/plugin/audit_null/
H A Daudit_null.c448 const char *order_str= (const char *)THDVAR(thd, event_order_check); in audit_null_notify() local
452 LEX_CSTRING event_token= get_token(&order_str); in audit_null_notify()
453 LEX_CSTRING event_data= get_token(&order_str); in audit_null_notify()
454 LEX_CSTRING event_command= get_token(&order_str); in audit_null_notify()
772 memmove((char*)order_cstr.str, (void*)order_str, in audit_null_notify()
773 order_cstr.length - (order_str - order_cstr.str) + 1); in audit_null_notify()
/dports/graphics/blender/blender-2.91.0/source/blender/python/mathutils/
H A Dmathutils_Euler.c41 const char *order_str = NULL; in Euler_new() local
53 if (!PyArg_ParseTuple(args, "|Os:mathutils.Euler", &seq, &order_str)) { in Euler_new()
61 if ((order = euler_order_from_string(order_str, "mathutils.Euler()")) == -1) { in Euler_new()
666 const char *order_str; in Euler_order_set() local
673 if (((order_str = _PyUnicode_AsString(value)) == NULL) || in Euler_order_set()
674 ((order = euler_order_from_string(order_str, "euler.order")) == -1)) { in Euler_order_set()
H A Dmathutils_Quaternion.c85 const char *order_str = NULL; in Quaternion_to_euler() local
89 if (!PyArg_ParseTuple(args, "|sO!:to_euler", &order_str, &euler_Type, &eul_compat)) { in Quaternion_to_euler()
97 if (order_str) { in Quaternion_to_euler()
98 order = euler_order_from_string(order_str, "Matrix.to_euler()"); in Quaternion_to_euler()
/dports/devel/boost-docs/boost_1_72_0/libs/geometry/test/algorithms/detail/
H A Dcalculate_point_order.cpp26 inline const char * order_str(bg::order_selector o) in order_str() function
58 …BOOST_CHECK_MESSAGE(result == expected, "Expected: " << order_str(expected) << " for " << bg::wkt(… in test_one()
/dports/devel/boost-python-libs/boost_1_72_0/libs/geometry/test/algorithms/detail/
H A Dcalculate_point_order.cpp26 inline const char * order_str(bg::order_selector o) in order_str() function
58 …BOOST_CHECK_MESSAGE(result == expected, "Expected: " << order_str(expected) << " for " << bg::wkt(… in test_one()
/dports/devel/boost-libs/boost_1_72_0/libs/geometry/test/algorithms/detail/
H A Dcalculate_point_order.cpp26 inline const char * order_str(bg::order_selector o) in order_str() function
58 …BOOST_CHECK_MESSAGE(result == expected, "Expected: " << order_str(expected) << " for " << bg::wkt(… in test_one()
/dports/devel/hyperscan/boost_1_75_0/libs/geometry/test/algorithms/detail/
H A Dcalculate_point_order.cpp31 inline const char * order_str(bg::order_selector o) in order_str() function
63 …BOOST_CHECK_MESSAGE(result == expected, "Expected: " << order_str(expected) << " for " << bg::wkt(… in test_one()
/dports/databases/py-ormar/ormar-0.10.23/ormar/queryset/
H A Dfield_accessor.py272 return OrderAction(order_str=self._access_chain, model_cls=self._source_model)
282 order_str="-" + self._access_chain, model_cls=self._source_model
H A Djoin.py310 order_str=order_by, model_cls=self.next_model, alias=self.next_alias
379 order_str=order_by, model_cls=model, alias=alias
H A Dqueryset.py560 OrderAction(order_str=x, model_cls=self.model_cls) # type: ignore
879 order_str=f"{self.model.Meta.pkname}",
941 order_str=f"-{self.model.Meta.pkname}",
/dports/www/tikiwiki/tiki-21.2/lib/tasks/
H A Dtasklib.php399 $order_str = "`t_history`." . $this->convertSortMode($sort_mode) . ", ";
401 $order_str = '';
409 $query .= "ORDER BY $order_str `t_head`.`taskId` desc";
/dports/audio/pragha/pragha-1.3.3/src/
H A Dpragha-library-pane.c1797 gchar *order_str = NULL, *sql = NULL; in library_view_complete_tags_view() local
1804 order_str = g_strdup("ARTIST.name COLLATE NOCASE DESC, TRACK.title COLLATE NOCASE DESC"); in library_view_complete_tags_view()
1808order_str = g_strdup("YEAR.year COLLATE NOCASE DESC, ALBUM.name COLLATE NOCASE DESC, TRACK.title C… in library_view_complete_tags_view()
1810 order_str = g_strdup("ALBUM.name COLLATE NOCASE DESC, TRACK.title COLLATE NOCASE DESC"); in library_view_complete_tags_view()
1813 order_str = g_strdup("GENRE.name COLLATE NOCASE DESC, TRACK.title COLLATE NOCASE DESC"); in library_view_complete_tags_view()
1819order_str = g_strdup("ARTIST.name COLLATE NOCASE DESC, ALBUM.name COLLATE NOCASE DESC, TRACK.track… in library_view_complete_tags_view()
1822order_str = g_strdup("GENRE.name COLLATE NOCASE DESC, ARTIST.name COLLATE NOCASE DESC, TRACK.title… in library_view_complete_tags_view()
1826order_str = g_strdup("GENRE.name COLLATE NOCASE DESC, YEAR.year COLLATE NOCASE DESC, ALBUM.name CO… in library_view_complete_tags_view()
1828order_str = g_strdup("GENRE.name COLLATE NOCASE DESC, ALBUM.name COLLATE NOCASE DESC, TRACK.track_… in library_view_complete_tags_view()
1844 "ORDER BY %s;", order_str); in library_view_complete_tags_view()
[all …]
/dports/math/py-numpy/numpy-1.20.3/numpy/distutils/
H A Dsystem_info.py446 order_str = os.environ.get(env, None)
450 if order_str is None:
453 neg = order_str.startswith('^') or order_str.startswith('!')
455 order_str_l = list(order_str)
461 order_str = order_str[1:]
466 orders = order_str.lower().split(',')
/dports/www/ilias/ILIAS-5.4.25/Modules/DataCollection/classes/Table/
H A Dclass.ilDclTable.php1565 $order_str = ($sort_query_object != null) ? $sort_query_object->getOrderStatement() : '';
1603 if (strlen($order_str) > 0) {
1604 $sql .= " ORDER BY " . $order_str;

123