Installation |
modules/Register.ycp |
| Registration related stuff | |
|
|
|
This module has an unstable interface. |
Imports
Global FunctionsLocal Functions |
local
ParseUrlQuery (string query)
->
map<string, string>
Parse a URL query (already unescaped) to a map. If no equal sign, the value will be nil.
- Parameters:
-
query foo=bar&baz=qux
- Return value:
-
$["foo": "bar", "baz": "qux"]
local
get_alias_to_id ()
->
map<string,integer>
- Return value:
-
For existing sources, get a mapping from the alias to the id
global
Export ()
->
map
AutoYaST interface function: Export()
- Return value:
-
with the settings