search for: is_alias

Displaying 3 results from an estimated 3 matches for "is_alias".

2013 May 19
3
Error: dict client sent broken reply
...driver = mysql connect = host=/var/run/mysqld/mysqld.sock dbname=maildb user=dbuser password=dbpass default_pass_scheme = PLAIN user_query = SELECT homedir AS home, maildir AS mail, uid AS uid, gid AS gid, quota_rule AS quota_rule FROM email WHERE address = CONVERT('%u' USING latin1) AND is_alias=0; password_query = SELECT address AS user, NULL as password, homedir AS userdb_home, maildir as userdb_mail, uid AS userdb_uid, gid AS userdb_gid, quota_rule AS userdb_quota_rule, 'Y' AS nopassword FROM email WHERE address = CASE WHEN ('%d' = '') THEN CONCAT (CONVERT('...
2016 Jul 19
2
[PATCH v2 1/2] v2v: register also aliases of input/output modules
...one -> () + | Some alias -> push_front (alias, true) l + ) -let input_modules () = List.sort compare !input_modules -and output_modules () = List.sort compare !output_modules +let list_out ~with_alias l = + let l = + if with_alias then l + else + List.filter ( + fun (_, is_alias) -> + not is_alias + ) l in + let l = List.map fst l in + List.sort compare l + +let input_modules ?(with_alias = false) () = list_out ~with_alias !input_modules +and output_modules ?(with_alias = false) () = list_out ~with_alias !output_modules type conversion_fn = keep_se...
2020 Sep 25
0
Wine release 5.18
...dll: Fix the spelling of the arch_context_parameters variable. ntdll/tests: Fix the spelling of a couple of ok_() messages. conhost/tests: Fix the spelling of a comment message. msvcirt/tests: Fix the spelling of a couple of ok() messages. Georg Lehmann (2): winevulkan: Add is_alias for VkFunctionPointer. winevulkan: Forward declare required structs for function pointer. Gijs Vermeulen (11): msvcr120: Add [_]strtoimax[_l] and [_]strtoumax[_l]. msxml3/tests: Add more iteration tests for IXMLDOMNamedNodeMap, IXMLDOMSchemaCollection and IXMLDOMNodeList. m...