dba/logs
library moduleRA
Summary
Logging page.
- Tags
Author: Christian Grün, BaseX Team 2005-21, BSD License
__source : logs/logs.xqm
Imports
This module is imported by 0 modules. It imports 2 modules.
Variables
Functions
4.1 dba:log
Arities: dba:log#5RA
dba:log
(
$input
as
xs:string?
, $name
as
xs:string
, $sort
as
xs:string
, $page
as
xs:string
, $time
as
xs:string?
)
as
element() +
- input
as
xs:string?
search input - name
as
xs:string
name of selected log files - sort
as
xs:string
table sort key - page
as
xs:string
current page - time
as
xs:string?
timestamp to highlight
element() +
html elements
Invokes 14 functions from 5 modules
- html:link#3
- html:table#5
- options:get#1
- {http://basex.org/modules/admin}logs#2
- {http://www.w3.org/2001/XMLSchema}decimal#1
- {http://www.w3.org/2001/XMLSchema}integer#1
- {http://www.w3.org/2005/xpath-functions}analyze-string#3
- {http://www.w3.org/2005/xpath-functions}boolean#1
- {http://www.w3.org/2005/xpath-functions}local-name#1
- {http://www.w3.org/2005/xpath-functions}matches#3
- {http://www.w3.org/2005/xpath-functions}not#1
- {http://www.w3.org/2005/xpath-functions}reverse#1
- {http://www.w3.org/2005/xpath-functions}string#1
- {http://www.w3.org/2005/xpath-functions}true#0
Invoked by 0 functions from 0 modules
Annotations
%rest:POST | ('{$input}') |
%rest:path | ('/dba/log') |
%rest:query-param | ('name','{$name}') |
%rest:query-param | ('sort','{$sort}','time') |
%rest:query-param | ('page','{$page}','1') |
%rest:query-param | ('time','{$time}') |
%output:method | ('html') |
%output:html-version | ('5.0') |
%output:indent | ('no') |
%rest:single | () |
Source ( 56 lines)
4.2 dba:logs
Arities: dba:logs#7RA
dba:logs
(
$input
as
xs:string?
, $name
as
xs:string?
, $sort
as
xs:string
, $error
as
xs:string?
, $info
as
xs:string?
, $page
as
xs:string
, $time
as
xs:string?
)
as
element(html)
- input
as
xs:string?
search input - name
as
xs:string?
name (date) of log file - sort
as
xs:string
table sort key - error
as
xs:string?
error string - info
as
xs:string?
info string - page
as
xs:string
current page - time
as
xs:string?
timestamp to highlight
element(html)
page
Invokes 14 functions from 3 modules
- html:button#2
- html:button#3
- html:focus#1
- html:js#1
- html:link#2
- html:link#3
- html:table#5
- html:wrap#2
- {http://basex.org/modules/admin}logs#0
- {http://www.w3.org/2005/xpath-functions}head#1
- {http://www.w3.org/2005/xpath-functions}reverse#1
- {http://www.w3.org/2005/xpath-functions}sort#1
- {http://www.w3.org/2005/xpath-functions}string#1
- {http://www.w3.org/2005/xpath-functions}true#0
Invoked by 0 functions from 0 modules
Annotations
%rest:GET | () |
%rest:path | ('/dba/logs') |
%rest:query-param | ('input','{$input}') |
%rest:query-param | ('name','{$name}') |
%rest:query-param | ('sort','{$sort}','') |
%rest:query-param | ('error','{$error}') |
%rest:query-param | ('info','{$info}') |
%rest:query-param | ('page','{$page}','1') |
%rest:query-param | ('time','{$time}') |
%output:method | ('html') |
Source ( 71 lines)
4.3 dba:logs-jump
Arities: dba:logs-jump#2R
dba:logs-jump
(
$name
as
xs:string
, $time
as
xs:string
)
as
element(rest:response)
- name
as
xs:string
name (date) of log file - time
as
xs:string
timestamp to be found
element(rest:response)
redirection
Invokes 8 functions from 4 modules
- options:get#1
- {http://basex.org/modules/admin}logs#2
- {http://basex.org/modules/web}redirect#2
- {http://www.w3.org/2005/xpath-functions}head#1
- {http://www.w3.org/2005/xpath-functions}matches#3
- {http://www.w3.org/2005/xpath-functions}not#1
- {http://www.w3.org/2005/xpath-functions}reverse#1
- {http://www.w3.org/2005/xpath-functions}true#0
Invoked by 0 functions from 0 modules
Annotations
%rest:GET | () |
%rest:path | ('/dba/logs-jump') |
%rest:query-param | ('name','{$name}') |
%rest:query-param | ('time','{$time}') |
Source ( 18 lines)
4.4 dba:logs-redirect
Arities: dba:logs-redirect#2R
dba:logs-redirect
(
$action
as
xs:string
, $names
as
xs:string*
)
as
element(rest:response)
- action
as
xs:string
action to perform - names
as
xs:string*
names of selected log files
element(rest:response)
redirection
Invokes 1 functions from 1 modules
- {http://basex.org/modules/web}redirect#2
Invoked by 0 functions from 0 modules
Annotations
%rest:POST | () |
%rest:path | ('/dba/logs') |
%rest:query-param | ('action','{$action}') |
%rest:query-param | ('name','{$names}') |
Source ( 6 lines)
Namespaces
The following namespaces are defined:
Prefix | Uri |
---|---|
dba | dba/logs 2 3 |
html | dba/html |
options | dba/options |
output | http://www.w3.org/2010/xslt-xquery-serialization |
rest | http://exquery.org/ns/restxq |
6 RestXQ
Paths defined 4.
Path | Method | Function |
---|---|---|
/dba/log | POST | dba:log#5 |
/dba/logs | GET | dba:logs#7 |
/dba/logs | POST | dba:logs-redirect#2 |
/dba/logs-jump | GET | dba:logs-jump#2 |