All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ex.10.0.source-code.completions.properties Maven / Gradle / Ivy

There is a newer version: 11.3
Show newest version
# This property file specifies code completions for the GUI editor.
#
# The string specified as key will be replaced with the assigned value.
# An underscore in the value specifies where the cursor will be located.

ancestor=ancestor::
aos=ancestor-or-self::
attribute=attribute()
child=child::
comment=comment()
context=declare context item := _;
copy=copy $_ := \nmodify \nreturn  
dci=declare context item := _;
cl=console.log(_);
ct=contains text
delete=delete node _
descendant=descendant::
dn=document-node()
dna=declare namespace array = 'http://www.w3.org/2005/xpath-functions/array';
dnm=declare namespace map = 'http://www.w3.org/2005/xpath-functions/map';
dno=declare namespace output = 'http://www.w3.org/2010/xslt-xquery-serialization';
dns=declare namespace _ = '';
do=declare option _ '';
dos=descendant-or-self::
doo=declare option output:_ '';
element=element()
every=every $_ in \nsatisfies 
following=following::
for=for $_ in \nreturn 
fs=following-sibling::
function=(:~:)\ndeclare function _() {\n  \n};
group=group by $_
import=import module namespace _ = '';\n
insert=insert node _ into 
let=let $_ := \nreturn 
module=module namespace _ = '';\n
namespace=declare namespace _ = '';
option=declare option _ '';
order=order by _
parent=parent::
pi=processing-instruction()
preceding=preceding::
ps=preceding-sibling::
rename=rename node _ as  
replace=replace node _ with  
sliding=for sliding window _ in \nstart when \nreturn 
some=some $_ in \nsatisfies  
switch=switch _\n  case  return \n  default return 
text=text()
try=try {\n  _\n} catch * {\n  \n}
typeswitch=typeswitch _\n  case  return \n  default return 
tumbling=for tumbling window _ in \nstart when \nreturn 
variable=(:~:)\ndeclare variable $_ := ;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy