⚡ supports crossplatform and crossversion (1.38 & 2.0)
This commit is contained in:
parent
a1e800904e
commit
c0c7235158
@ -1,6 +1,6 @@
|
||||
[geany]
|
||||
pref_main_load_session=false
|
||||
pref_main_project_file_in_basedir=false
|
||||
pref_main_load_session=true
|
||||
pref_main_project_file_in_basedir=true
|
||||
pref_main_save_winpos=true
|
||||
pref_main_save_wingeom=true
|
||||
pref_main_confirm_exit=false
|
||||
@ -11,17 +11,17 @@ auto_focus=false
|
||||
sidebar_symbol_visible=true
|
||||
sidebar_openfiles_visible=true
|
||||
editor_font=Ubuntu Mono Bold 9
|
||||
tagbar_font=Ubuntu Mono Bold 9
|
||||
msgwin_font=Ubuntu Mono 10
|
||||
tagbar_font=Ubuntu Mono 8
|
||||
msgwin_font=Ubuntu Mono Bold 8
|
||||
show_notebook_tabs=false
|
||||
show_tab_cross=true
|
||||
tab_order_ltr=true
|
||||
tab_order_beside=true
|
||||
tab_order_beside=false
|
||||
tab_pos_editor=2
|
||||
tab_pos_msgwin=0
|
||||
tab_label_length=1000
|
||||
show_indent_guide=true
|
||||
show_white_space=true
|
||||
show_indent_guide=false
|
||||
show_white_space=false
|
||||
show_line_endings=false
|
||||
show_line_endings_only_when_differ=false
|
||||
show_markers_margin=true
|
||||
@ -31,7 +31,7 @@ long_line_type=0
|
||||
long_line_column=120
|
||||
long_line_color=#000000
|
||||
symbolcompletion_max_height=10
|
||||
symbolcompletion_min_chars=3
|
||||
symbolcompletion_min_chars=4
|
||||
use_folding=true
|
||||
unfold_all_children=false
|
||||
use_indicators=true
|
||||
@ -42,7 +42,7 @@ auto_complete_symbols=true
|
||||
pref_editor_disable_dnd=false
|
||||
pref_editor_smart_home_key=true
|
||||
pref_editor_newline_strip=false
|
||||
line_break_column=120
|
||||
line_break_column=72
|
||||
auto_continue_multiline=true
|
||||
comment_toggle_mark=~
|
||||
scroll_stop_at_last_line=true
|
||||
@ -50,19 +50,19 @@ autoclose_chars=0
|
||||
pref_editor_default_new_encoding=UTF-8
|
||||
pref_editor_default_open_encoding=none
|
||||
default_eol_character=2
|
||||
pref_editor_new_line=false
|
||||
pref_editor_new_line=true
|
||||
pref_editor_ensure_convert_line_endings=false
|
||||
pref_editor_replace_tabs=false
|
||||
pref_editor_trail_space=false
|
||||
pref_toolbar_show=false
|
||||
pref_toolbar_append_to_menu=false
|
||||
pref_toolbar_append_to_menu=true
|
||||
pref_toolbar_use_gtk_default_style=true
|
||||
pref_toolbar_use_gtk_default_icon=true
|
||||
pref_toolbar_icon_style=0
|
||||
pref_toolbar_icon_size=0
|
||||
pref_template_developer=Jan Andrle
|
||||
pref_template_company=
|
||||
pref_template_mail=janandrle@MacBook-Air.local
|
||||
pref_template_mail=jaandrle@TUXEDO-InfinityBook-s15gen6
|
||||
pref_template_initial=JA
|
||||
pref_template_version=1.0
|
||||
pref_template_year=%Y
|
||||
@ -81,11 +81,11 @@ custom_date_format=
|
||||
default_open_path=
|
||||
cmdline_new_files=true
|
||||
notebook_double_click_hides_widgets=false
|
||||
tab_close_switch_to_mru=true
|
||||
tab_close_switch_to_mru=false
|
||||
tab_pos_sidebar=2
|
||||
openfiles_path_mode=2
|
||||
sidebar_pos=0
|
||||
symbols_sort_mode=1
|
||||
symbols_sort_mode=0
|
||||
msgwin_orientation=1
|
||||
highlighting_invert_all=false
|
||||
pref_main_search_use_current_word=true
|
||||
@ -96,7 +96,7 @@ backspace_unindent=true
|
||||
pref_editor_tab_width=4
|
||||
indent_mode=2
|
||||
indent_type=1
|
||||
virtualspace=3
|
||||
virtualspace=1
|
||||
change_history_markers=false
|
||||
change_history_indicators=false
|
||||
autocomplete_doc_words=false
|
||||
@ -108,16 +108,16 @@ scroll_lines_around_cursor=0
|
||||
mru_length=10
|
||||
disk_check_timeout=30
|
||||
show_editor_scrollbars=true
|
||||
brace_match_ltgt=true
|
||||
brace_match_ltgt=false
|
||||
use_gtk_word_boundaries=true
|
||||
complete_snippets_whilst_editing=false
|
||||
indent_hard_tab_width=4
|
||||
indent_hard_tab_width=8
|
||||
editor_ime_interaction=0
|
||||
use_atomic_file_saving=false
|
||||
gio_unsafe_save_backup=false
|
||||
use_gio_unsafe_file_saving=true
|
||||
keep_edit_history_on_reload=false
|
||||
show_keep_edit_history_on_reload_msg=false
|
||||
keep_edit_history_on_reload=true
|
||||
show_keep_edit_history_on_reload_msg=true
|
||||
reload_clean_doc_on_file_change=false
|
||||
save_config_on_file_change=true
|
||||
extract_filetype_regex=-\\*-\\s*([^\\s]+)\\s*-\\*-
|
||||
@ -139,11 +139,12 @@ pref_main_project_session=true
|
||||
use_native_windows_dialogs=false
|
||||
treeview_position=245
|
||||
msgwindow_position=789
|
||||
geometry=0;26;1277;1026;0;
|
||||
geometry=1280;26;1277;1026;0;
|
||||
use_native_dialogs=true
|
||||
|
||||
[tools]
|
||||
terminal_cmd=konsole "%c"
|
||||
browser_cmd=firefox
|
||||
terminal_cmd=xterm -e "/bin/sh %c"
|
||||
browser_cmd=
|
||||
grep_cmd=grep
|
||||
shell_cmd=/bin/bash
|
||||
|
||||
@ -158,7 +159,7 @@ page_header_datefmt=%c
|
||||
|
||||
[VTE]
|
||||
load_vte=true
|
||||
font=Ubuntu Mono Bold 11
|
||||
font=Monospace 10
|
||||
scroll_on_key=true
|
||||
scroll_on_out=true
|
||||
enable_bash_keys=true
|
||||
@ -168,9 +169,9 @@ run_in_vte=false
|
||||
skip_run_script=false
|
||||
cursor_blinks=false
|
||||
scrollback_lines=500
|
||||
shell=/bin/bash
|
||||
colour_fore=#DEDDDA
|
||||
colour_back=#2B2B2B
|
||||
shell=/bin/sh
|
||||
colour_fore=#FFFFFF
|
||||
colour_back=#000000
|
||||
send_cmd_prefix=
|
||||
send_selection_unsafe=false
|
||||
last_dir=/home/jaandrle/Vzdálené/GitHub/deka-dom-el/src
|
||||
@ -227,6 +228,6 @@ session_file=
|
||||
project_file_path=/home/jaandrle/Dokumenty/Projekty/geany
|
||||
|
||||
[files]
|
||||
recent_files=/home/jaandrle/Vzdálené/GitHub/Facilitator-App-Native/.eslintrc.js;/home/jaandrle/.config/geany/colorschemes/zenburn.conf;/home/jaandrle/Vzdálené/GitHub/Facilitator-App-Native/app/(app)/dashboard.tsx;/home/jaandrle/.config/geany/colorschemes/vsdark-mod.conf;/home/jaandrle/.config/geany/colorschemes/vsdark.conf;/home/jaandrle/README.md;/home/jaandrle/.config/geany/README.md;/home/jaandrle/.config/geany/.gitignore;/home/jaandrle/Vzdálené/GitHub/deka-dom-el/package.json;/home/jaandrle/.config/geany/plugins/autoclose/autoclose.conf;
|
||||
recent_files=/home/jaandrle/.cache/kioexec/krun/62617_0/org.geany.Geany.desktop;/home/jaandrle/Vzdálené/GitHub/Facilitator-App-Native/.eslintrc.js;/home/jaandrle/.config/geany/colorschemes/zenburn.conf;/home/jaandrle/Vzdálené/GitHub/Facilitator-App-Native/app/(app)/dashboard.tsx;/home/jaandrle/.config/geany/colorschemes/vsdark-mod.conf;/home/jaandrle/.config/geany/colorschemes/vsdark.conf;/home/jaandrle/README.md;/home/jaandrle/.config/geany/README.md;/home/jaandrle/.config/geany/.gitignore;/home/jaandrle/Vzdálené/GitHub/deka-dom-el/package.json;
|
||||
recent_projects=/home/jaandrle/Dokumenty/Projekty/geany/deka-dom-el.geany;/home/jaandrle/Dokumenty/Projekty/geany/Facilitator-App-Native.geany;/home/jaandrle/Dokumenty/Projekty/geany/Facilitator-App-Native;/home/jaandrle/Dokumenty/Projekty/geany/deka-dom-el;/home/jaandrle/Dokumenty/Projekty/geany/deka-dom-el/deka-dom-el;/home/jaandrle/Dokumenty/Projekty/geany/.babelrc;
|
||||
current_page=-1
|
||||
current_page=0
|
||||
|
@ -1,4 +1,4 @@
|
||||
[Settings]
|
||||
enable_vim=false
|
||||
insert_for_dummies=false
|
||||
start_in_insert=false
|
||||
start_in_insert=true
|
||||
|
1486
.config/geany/tags/browser.js.tags
Normal file
1486
.config/geany/tags/browser.js.tags
Normal file
File diff suppressed because it is too large
Load Diff
424
.config/geany/tags/em.js.tags
Normal file
424
.config/geany/tags/em.js.tags
Normal file
@ -0,0 +1,424 @@
|
||||
# format=pipe
|
||||
E|||
|
||||
Form|||
|
||||
Infinity|||
|
||||
LN10|||
|
||||
LN2|||
|
||||
LOG10E|||
|
||||
LOG2E|||
|
||||
NaN|||
|
||||
Number|number|(object o)|
|
||||
PI|||
|
||||
Positioning|||
|
||||
Property|||
|
||||
SQRT2|||
|
||||
String|string|(object o)|
|
||||
URL|||
|
||||
UTC|int|(int year, int month, int day, int hours, int minutes, int seconds, int ms)|
|
||||
aLink|||
|
||||
abbr|||
|
||||
abs|float|(float x)|
|
||||
accept|||
|
||||
acceptCharset|||
|
||||
accessKey|||
|
||||
acos|float|(float x)|
|
||||
action|||
|
||||
add||(option o[, int before])|
|
||||
alert||(mixed value)|
|
||||
align|||
|
||||
alt|||
|
||||
altKey|||
|
||||
appCodeName|||
|
||||
appName|||
|
||||
appVersion|||
|
||||
appendChild|node|(node n)|
|
||||
archive|||
|
||||
asin|float|(float x)|
|
||||
assign||(string url)|
|
||||
atan|float|(float x)|
|
||||
atan2|float|(float y, float x)|
|
||||
attributes|||
|
||||
availHeight|||
|
||||
availWidth|||
|
||||
axis|||
|
||||
background|||
|
||||
backgroundAttachment|||
|
||||
backgroundColor|||
|
||||
backgroundImage|||
|
||||
backgroundPosition|||
|
||||
backgroundPositionX|||
|
||||
backgroundPositionY|||
|
||||
backgroundRepeat|||
|
||||
bgColor|||
|
||||
border|||
|
||||
borderBottom|||
|
||||
borderBottomColor|||
|
||||
borderBottomStyle|||
|
||||
borderBottomWidth|||
|
||||
borderCollapse|||
|
||||
borderColor|||
|
||||
borderLeft|||
|
||||
borderLeftColor|||
|
||||
borderLeftStyle|||
|
||||
borderLeftWidth|||
|
||||
borderRight|||
|
||||
borderRightColor|||
|
||||
borderRightStyle|||
|
||||
borderRightWidth|||
|
||||
borderSpacing|||
|
||||
borderStyle|||
|
||||
borderTop|||
|
||||
borderTopColor|||
|
||||
borderTopStyle|||
|
||||
borderTopWidth|||
|
||||
borderWidth|||
|
||||
bottom|||
|
||||
bubbles|||
|
||||
button|||
|
||||
cancelable|||
|
||||
caption|||
|
||||
captionSide|||
|
||||
ceil|int|(float x)|
|
||||
cellIndex|||
|
||||
cellPadding|||
|
||||
cellSpacing|||
|
||||
cells|||
|
||||
ch|||
|
||||
chOff|||
|
||||
charAt|string|(int index)|
|
||||
charCodeAt|int|(int index)|
|
||||
charset|||
|
||||
checked|||
|
||||
childNodes|||
|
||||
className|||
|
||||
clear|||
|
||||
clearInterval||(int id)|
|
||||
clearTimeout||(int id)|
|
||||
clientHeight|||
|
||||
clientWidth|||
|
||||
clientX|||
|
||||
clientY|||
|
||||
clip|||
|
||||
cloneNode|node|(bool deep)|
|
||||
closed|||
|
||||
code|||
|
||||
codeBase|||
|
||||
codeType|||
|
||||
colSpan|||
|
||||
color|||
|
||||
colorDepth|||
|
||||
cols|||
|
||||
compile|regexp|(regexp r,[ string modifier])|
|
||||
complete|||
|
||||
concat|string|(string s1, string s2[, ...])|
|
||||
confirm|bool|(string message)|
|
||||
constructor|||
|
||||
content|||
|
||||
contentDocument|||
|
||||
contentWindow|||
|
||||
cookie|||
|
||||
cookieEnabled|||
|
||||
coords|||
|
||||
cos|float|(float x)|
|
||||
counterIncrement|||
|
||||
counterReset|||
|
||||
cssFloat|||
|
||||
cssText|||
|
||||
ctrlKey|||
|
||||
currentTarget|||
|
||||
cursor|||
|
||||
data|||
|
||||
declare|||
|
||||
defaultChecked|||
|
||||
defaultSelected|||
|
||||
defaultStatus|||
|
||||
defaultValue|||
|
||||
deleteCell||(int index)|
|
||||
deleteRow||(int index)|
|
||||
dir|||
|
||||
direction|||
|
||||
disabled|||
|
||||
display|||
|
||||
document|||
|
||||
documentMode|||
|
||||
domain|||
|
||||
elements|||
|
||||
emptyCells|||
|
||||
enctype|||
|
||||
escape|string|(string str)|
|
||||
eval|mixed|(string code)|
|
||||
eventPhase|||
|
||||
exec|mixed|(string str)|
|
||||
exp|float|(float x)|
|
||||
firstChild|||
|
||||
floor|int|(float x)|
|
||||
font|||
|
||||
fontFamily|||
|
||||
fontSize|||
|
||||
fontSizeAdjust|||
|
||||
fontStretch|||
|
||||
fontStyle|||
|
||||
fontVariant|||
|
||||
fontWeight|||
|
||||
form|||
|
||||
frame|||
|
||||
frameBorder|||
|
||||
frames|||
|
||||
fromCharCode|string|(int c1[, int c2[, ...]])|
|
||||
getAttribute|mixed|(string name)|
|
||||
getElementById|mixed|(string id)|
|
||||
getElementsByName|array|(string name)|
|
||||
getElementsByTagName|array|(string tagname)|
|
||||
global|||
|
||||
go||(mixed value)|
|
||||
hash|||
|
||||
headers|||
|
||||
height|||
|
||||
history|||
|
||||
host|||
|
||||
hostname|||
|
||||
href|||
|
||||
hreflang|||
|
||||
hspace|||
|
||||
httpEquiv|||
|
||||
id|||
|
||||
ignoreCase|||
|
||||
index|||
|
||||
indexOf|int|(string search[, int start])|
|
||||
innerHTML|||
|
||||
innerHeight|||
|
||||
innerWidth|||
|
||||
insertBefore|node|(node newnode[, node refnode])|
|
||||
insertCell||(int index)|
|
||||
insertRow||(int index)|
|
||||
isFinite|bool|(mixed var)|
|
||||
isNaN|bool|(mixed var)|
|
||||
item|node|(int index)|
|
||||
join|string|(string separator)|
|
||||
label|||
|
||||
lang|||
|
||||
lastChild|||
|
||||
lastIndex|||
|
||||
lastIndexOf|int|(string search[, int start])|
|
||||
lastModified|||
|
||||
left|||
|
||||
length|||
|
||||
letterSpacing|||
|
||||
lineHeight|||
|
||||
link|||
|
||||
listStyle|||
|
||||
listStyleImage|||
|
||||
listStylePosition|||
|
||||
listStyleType|||
|
||||
location|||
|
||||
log|float|(float x)|
|
||||
longDesc|||
|
||||
lowsrc|||
|
||||
margin|||
|
||||
marginBottom|||
|
||||
marginHeight|||
|
||||
marginLeft|||
|
||||
marginRight|||
|
||||
marginTop|||
|
||||
marginWidth|||
|
||||
markerOffset|||
|
||||
marks|||
|
||||
match|bool|(regexp r)|
|
||||
max|float|(float f1[, float f2[, ...]])|
|
||||
maxHeight|||
|
||||
maxLength|||
|
||||
maxWidth|||
|
||||
media|||
|
||||
metaKey|||
|
||||
method|||
|
||||
min|float|(float f1[, float f2[, ...]])|
|
||||
minHeight|||
|
||||
minWidth|||
|
||||
moveBy||(int x, int y)|
|
||||
moveTo||(int x, int y)|
|
||||
multiline|||
|
||||
multiple|||
|
||||
name|||
|
||||
navigator|||
|
||||
nextSibling|||
|
||||
noHref|||
|
||||
noResize|||
|
||||
nodeName|||
|
||||
nodeType|||
|
||||
nodeValue|||
|
||||
offsetHeight|||
|
||||
offsetLeft|||
|
||||
offsetParent|||
|
||||
offsetTop|||
|
||||
offsetWidth|||
|
||||
onabort|||
|
||||
onblur|||
|
||||
onchange|||
|
||||
onclick|||
|
||||
ondblclick|||
|
||||
onerror|||
|
||||
onfocus|||
|
||||
onkeydown|||
|
||||
onkeypress|||
|
||||
onkeyup|||
|
||||
onload|||
|
||||
onmousedown|||
|
||||
onmousemove|||
|
||||
onmouseout|||
|
||||
onmouseover|||
|
||||
onmouseup|||
|
||||
onresize|||
|
||||
onselect|||
|
||||
onunload|||
|
||||
open||([string url[, string name[, string specs[, bool replace]]]])|
|
||||
opener|||
|
||||
options|||
|
||||
orphans|||
|
||||
outerHeight|||
|
||||
outerWidth|||
|
||||
outline|||
|
||||
outlineColor|||
|
||||
outlineStyle|||
|
||||
outlineWidth|||
|
||||
overflow|||
|
||||
ownerDocument|||
|
||||
padding|||
|
||||
paddingBottom|||
|
||||
paddingLeft|||
|
||||
paddingRight|||
|
||||
paddingTop|||
|
||||
page|||
|
||||
pageBreakAfter|||
|
||||
pageBreakBefore|||
|
||||
pageBreakInside|||
|
||||
pageXOffset|||
|
||||
pageYOffset|||
|
||||
parent|||
|
||||
parentNode|||
|
||||
parse|int|(string date)|
|
||||
parseFloat|float|(string str)|
|
||||
parseInt|int|(string str)|
|
||||
pathname|||
|
||||
pixelDepth|||
|
||||
platform|||
|
||||
port|||
|
||||
position|||
|
||||
pow|float|(float x, float y)|
|
||||
previousSibling|||
|
||||
prompt|string|(string message, string default)|
|
||||
protocol|||
|
||||
prototype|||
|
||||
push||(mixed value)|
|
||||
quotes|||
|
||||
readOnly|||
|
||||
readyState|||
|
||||
referrer|||
|
||||
rel|||
|
||||
relatedTarget|||
|
||||
remove||(int index)|
|
||||
removeAttribute||(string name)|
|
||||
removeChild||(node child)|
|
||||
replace|string|(regexp r, string newstring)|
|
||||
replaceChild|node|(node oldnode, node newnode)|
|
||||
resizeBy||(int width, int height)|
|
||||
resizeTo||(int width, int height)|
|
||||
rev|||
|
||||
right|||
|
||||
round|int|(float x)|
|
||||
rowIndex|||
|
||||
rowSpan|||
|
||||
rows|||
|
||||
rules|||
|
||||
scope|||
|
||||
screen|||
|
||||
screenLeft|||
|
||||
screenTop|||
|
||||
screenX|||
|
||||
screenY|||
|
||||
scrollBy||(int x, int y)|
|
||||
scrollHeight|||
|
||||
scrollLeft|||
|
||||
scrollTo||(int x, int y)|
|
||||
scrollTop|||
|
||||
scrollWidth|||
|
||||
scrolling|||
|
||||
search|int|(regexp r)|
|
||||
sectionRowIndex|||
|
||||
selected|||
|
||||
selectedIndex|||
|
||||
self|||
|
||||
setAttribute||(string name, mixed value)|
|
||||
setDate||(int day)|
|
||||
setFullYear||(int year)|
|
||||
setHours||(int hours)|
|
||||
setInterval|int|(mixed code, int millisec[, string language])|
|
||||
setMilliseconds||(int milliseconds)|
|
||||
setMinutes||(int minutes)|
|
||||
setMonth||(int month)|
|
||||
setSeconds||(int seconds)|
|
||||
setTime||(int timestamp)|
|
||||
setTimeout|int|(mixed code, int millisec[, string language])|
|
||||
setUTCDate||(int day)|
|
||||
setUTCFullYear||(int year)|
|
||||
setUTCHours||(int hour)|
|
||||
setUTCMilliseconds||(int milliseconds)|
|
||||
setUTCMinutes||(int minutes)|
|
||||
setUTCMonth||(int month)|
|
||||
setUTCSeconds||(int seconds)|
|
||||
setYear||(int year)|
|
||||
shape|||
|
||||
shiftKey|||
|
||||
sin|float|(float x)|
|
||||
size|||
|
||||
slice|string|(int begin[, int end])|
|
||||
sort|array|([function sortfunc])|
|
||||
source|||
|
||||
splice|array|(int index, int count[, mixed el1[, mixed el2[, ...]]])|
|
||||
split|array|([string separator[, int limit]])|
|
||||
sqrt|float|(float x)|
|
||||
src|||
|
||||
standby|||
|
||||
status|||
|
||||
style|||
|
||||
substr|string|(int start[, int length])|
|
||||
substring|string|(int from[, int to])|
|
||||
summary|||
|
||||
tBodies|||
|
||||
tFoot|||
|
||||
tHead|||
|
||||
tabIndex|||
|
||||
tableLayout|||
|
||||
tagName|||
|
||||
tan|float|(float x)|
|
||||
target|||
|
||||
test|bool|(string str)|
|
||||
text|||
|
||||
textAlign|||
|
||||
textDecoration|||
|
||||
textIndent|||
|
||||
textShadow|||
|
||||
textTransform|||
|
||||
timeStamp|||
|
||||
title|||
|
||||
toExponential|string|(int digits)|
|
||||
toFixed|string|(int digits)|
|
||||
toPrecision|string|(int digits)|
|
||||
top|||
|
||||
type|||
|
||||
undefined|||
|
||||
unescape|string|(string str)|
|
||||
unicodeBidi|||
|
||||
unshift|int|(mixed el1[, mixed el2[, ...]])|
|
||||
useMap|||
|
||||
userAgent|||
|
||||
vAlign|||
|
||||
value|||
|
||||
verticalAlign|||
|
||||
visibility|||
|
||||
vspace|||
|
||||
whiteSpace|||
|
||||
widows|||
|
||||
width|||
|
||||
write||(mixed e1[, mixed e2[, ...]])|
|
||||
writeln||(mixed e1[, mixed e2[, ...]])|
|
||||
zIndex|||
|
415
.config/geany/tags/node-v0.8.16.js.tags
Normal file
415
.config/geany/tags/node-v0.8.16.js.tags
Normal file
@ -0,0 +1,415 @@
|
||||
# format=pipe
|
||||
log|console.|([data], [...])|
|
||||
info|console.|([data], [...])|
|
||||
error|console.|([data], [...])|
|
||||
warn|console.|([data], [...])|
|
||||
dir|console.|(obj)|
|
||||
time|console.|(label)|
|
||||
timeEnd|console.|(label)|
|
||||
trace|console.|(label)|
|
||||
assert|console.|(expression, [message])|
|
||||
abort|process.|()|
|
||||
chdir|process.|(directory)|
|
||||
cwd|process.|()|
|
||||
exit|process.|([code])|
|
||||
getgid|process.|()|
|
||||
setgid|process.|(id)|
|
||||
getuid|process.|()|
|
||||
setuid|process.|(id)|
|
||||
kill|process.|(pid, [signal])|
|
||||
memoryUsage|process.|()|
|
||||
nextTick|process.|(callback)|
|
||||
umask|process.|([mask])|
|
||||
uptime|process.|()|
|
||||
hrtime|process.|()|
|
||||
resolve|require.|()|
|
||||
setTimeout||(cb, ms)|
|
||||
clearTimeout||(t)|
|
||||
setInterval||(cb, ms)|
|
||||
log|console.|([data], [...])|
|
||||
info|console.|([data], [...])|
|
||||
error|console.|([data], [...])|
|
||||
warn|console.|([data], [...])|
|
||||
dir|console.|(obj)|
|
||||
time|console.|(label)|
|
||||
timeEnd|console.|(label)|
|
||||
trace|console.|(label)|
|
||||
assert|console.|(expression, [message])|
|
||||
abort|process.|()|
|
||||
chdir|process.|(directory)|
|
||||
cwd|process.|()|
|
||||
exit|process.|([code])|
|
||||
getgid|process.|()|
|
||||
setgid|process.|(id)|
|
||||
getuid|process.|()|
|
||||
setuid|process.|(id)|
|
||||
kill|process.|(pid, [signal])|
|
||||
memoryUsage|process.|()|
|
||||
nextTick|process.|(callback)|
|
||||
umask|process.|([mask])|
|
||||
uptime|process.|()|
|
||||
hrtime|process.|()|
|
||||
resolve|require.|()|
|
||||
setTimeout||(cb, ms)|
|
||||
clearTimeout||(t)|
|
||||
setInterval||(cb, ms)|
|
||||
require|module.|(id): Object|
|
||||
format|util.|(format, [...])|
|
||||
debug|util.|(string)|
|
||||
error|util.|([...])|
|
||||
puts|util.|([...])|
|
||||
print|util.|([...])|
|
||||
log|util.|(string)|
|
||||
inspect|util.|(object, [showHidden], [depth], [colors])|
|
||||
isArray|util.|(object)|
|
||||
isRegExp|util.|(object)|
|
||||
isDate|util.|(object)|
|
||||
isError|util.|(object)|
|
||||
pump|util.|(readableStream, writableStream, [callback])|
|
||||
inherits|util.|(constructor, superConstructor)|
|
||||
addListener|events.EventEmitter#|(event, listener)|
|
||||
on|events.EventEmitter#|(event, listener)|
|
||||
once|events.EventEmitter#|(event, listener)|
|
||||
removeListener|events.EventEmitter#|(event, listener)|
|
||||
removeAllListeners|events.EventEmitter#|([event])|
|
||||
setMaxListeners|events.EventEmitter#|(n)|
|
||||
listeners|events.EventEmitter#|(event)|
|
||||
emit|events.EventEmitter#|(event, [arg1], [arg2], [...])|
|
||||
create|domain.|(): Domain|
|
||||
run|Domain#|(fn)|
|
||||
add|Domain#|(emitter)|
|
||||
remove|Domain#|(emitter)|
|
||||
bind|Domain#|(callback): Function|
|
||||
intercept|Domain#|(callback): Function|
|
||||
dispose|Domain#|()|
|
||||
write|Buffer#|(string, [offset], [length], [encoding])|
|
||||
toString|Buffer#|([encoding], [start], [end])|
|
||||
copy|Buffer#|(targetBuffer, [targetStart], [sourceStart], [sourceEnd])|
|
||||
slice|Buffer#|([start], [end])|
|
||||
readUInt8|Buffer#|(offset, [noAssert])|
|
||||
readUInt16LE|Buffer#|(offset, [noAssert])|
|
||||
readUInt16BE|Buffer#|(offset, [noAssert])|
|
||||
readUInt32LE|Buffer#|(offset, [noAssert])|
|
||||
readUInt32BE|Buffer#|(offset, [noAssert])|
|
||||
readInt8|Buffer#|(offset, [noAssert])|
|
||||
readInt16LE|Buffer#|(offset, [noAssert])|
|
||||
readInt16BE|Buffer#|(offset, [noAssert])|
|
||||
readInt32LE|Buffer#|(offset, [noAssert])|
|
||||
readInt32BE|Buffer#|(offset, [noAssert])|
|
||||
readFloatLE|Buffer#|(offset, [noAssert])|
|
||||
readFloatBE|Buffer#|(offset, [noAssert])|
|
||||
readDoubleLE|Buffer#|(offset, [noAssert])|
|
||||
readDoubleBE|Buffer#|(offset, [noAssert])|
|
||||
writeUInt8|Buffer#|(value, offset, [noAssert])|
|
||||
writeUInt16LE|Buffer#|(value, offset, [noAssert])|
|
||||
writeUInt16BE|Buffer#|(value, offset, [noAssert])|
|
||||
writeUInt32LE|Buffer#|(value, offset, [noAssert])|
|
||||
writeUInt32BE|Buffer#|(value, offset, [noAssert])|
|
||||
writeInt8|Buffer#|(value, offset, [noAssert])|
|
||||
writeInt16LE|Buffer#|(value, offset, [noAssert])|
|
||||
writeInt16BE|Buffer#|(value, offset, [noAssert])|
|
||||
writeInt32LE|Buffer#|(value, offset, [noAssert])|
|
||||
writeInt32BE|Buffer#|(value, offset, [noAssert])|
|
||||
writeFloatLE|Buffer#|(value, offset, [noAssert])|
|
||||
writeFloatBE|Buffer#|(value, offset, [noAssert])|
|
||||
writeDoubleLE|Buffer#|(value, offset, [noAssert])|
|
||||
writeDoubleBE|Buffer#|(value, offset, [noAssert])|
|
||||
fill|Buffer#|(value, [offset], [end])|
|
||||
isBuffer|Buffer#|(obj)|
|
||||
byteLength|Buffer#|(string, [encoding])|
|
||||
concat|Buffer#|(list, [totalLength])|
|
||||
Buffer|buffer.||
|
||||
setEncoding|Readable Stream#|([encoding])|
|
||||
pause|Readable Stream#|()|
|
||||
resume|Readable Stream#|()|
|
||||
destroy|Readable Stream#|()|
|
||||
pipe|Readable Stream#|(destination, [options])|
|
||||
write|Writable Stream#|(string, [encoding])|
|
||||
write|Writable Stream#|(buffer)|
|
||||
end|Writable Stream#|()|
|
||||
end|Writable Stream#|(string, encoding)|
|
||||
end|Writable Stream#|(buffer)|
|
||||
destroy|Writable Stream#|()|
|
||||
destroySoon|Writable Stream#|()|
|
||||
createCredentials|crypto.|(details)|
|
||||
createHash|crypto.|(algorithm)|
|
||||
createHmac|crypto.|(algorithm, key)|
|
||||
createCipher|crypto.|(algorithm, password)|
|
||||
createCipheriv|crypto.|(algorithm, key, iv)|
|
||||
createDecipher|crypto.|(algorithm, password)|
|
||||
createDecipheriv|crypto.|(algorithm, key, iv)|
|
||||
createSign|crypto.|(algorithm)|
|
||||
createVerify|crypto.|(algorithm)|
|
||||
createDiffieHellman|crypto.|(prime_length)|
|
||||
createDiffieHellman|crypto.|(prime, [encoding])|
|
||||
getDiffieHellman|crypto.|(group_name)|
|
||||
pbkdf2|crypto.|(password, salt, iterations, keylen, callback)|
|
||||
randomBytes|crypto.|(size, [callback])|
|
||||
update|Hash#|(data, [input_encoding])|
|
||||
digest|Hash#|([encoding])|
|
||||
update|Hmac#|(data)|
|
||||
digest|Hmac#|([encoding])|
|
||||
update|Cipher#|(data, [input_encoding], [output_encoding])|
|
||||
final|Cipher#|([output_encoding])|
|
||||
setAutoPadding|Cipher#|(auto_padding=true)|
|
||||
update|Decipher#|(data, [input_encoding], [output_encoding])|
|
||||
final|Decipher#|([output_encoding])|
|
||||
setAutoPadding|Decipher#|(auto_padding=true)|
|
||||
update|Signer#|(data)|
|
||||
sign|Signer#|(private_key, [output_format])|
|
||||
update|Verify#|(data)|
|
||||
verify|Verify#|(object, signature, [signature_format])|
|
||||
generateKeys|DiffieHellman#|([encoding])|
|
||||
computeSecret|DiffieHellman#|(other_public_key, [input_encoding], [output_encoding])|
|
||||
getPrime|DiffieHellman#|([encoding])|
|
||||
getGenerator|DiffieHellman#|([encoding])|
|
||||
getPublicKey|DiffieHellman#|([encoding])|
|
||||
getPrivateKey|DiffieHellman#|([encoding])|
|
||||
setPublicKey|DiffieHellman#|(public_key, [encoding])|
|
||||
setPrivateKey|DiffieHellman#|(public_key, [encoding])|
|
||||
createServer|tls_(ssl).|(options, [secureConnectionListener])|
|
||||
connect|tls_(ssl).|(options, [callback])|
|
||||
connect|tls_(ssl).|(port, [host], [options], [callback])|
|
||||
createSecurePair|tls_(ssl).|([credentials], [isServer], [requestCert], [rejectUnauthorized])|
|
||||
listen|tls.Server#|(port, [host], [callback])|
|
||||
close|tls.Server#|()|
|
||||
address|tls.Server#|()|
|
||||
addContext|tls.Server#|(hostname, credentials)|
|
||||
getPeerCertificate|tls.CleartextStream#|()|
|
||||
getCipher|tls.CleartextStream#|()|
|
||||
address|tls.CleartextStream#|()|
|
||||
write|StringDecoder#|(buffer)|
|
||||
rename|fs.|(oldPath, newPath, [callback])|
|
||||
renameSync|fs.|(oldPath, newPath)|
|
||||
truncate|fs.|(fd, len, [callback])|
|
||||
truncateSync|fs.|(fd, len)|
|
||||
chown|fs.|(path, uid, gid, [callback])|
|
||||
chownSync|fs.|(path, uid, gid)|
|
||||
fchown|fs.|(fd, uid, gid, [callback])|
|
||||
fchownSync|fs.|(fd, uid, gid)|
|
||||
lchown|fs.|(path, uid, gid, [callback])|
|
||||
lchownSync|fs.|(path, uid, gid)|
|
||||
chmod|fs.|(path, mode, [callback])|
|
||||
chmodSync|fs.|(path, mode)|
|
||||
fchmod|fs.|(fd, mode, [callback])|
|
||||
fchmodSync|fs.|(fd, mode)|
|
||||
lchmod|fs.|(path, mode, [callback])|
|
||||
lchmodSync|fs.|(path, mode)|
|
||||
stat|fs.|(path, [callback])|
|
||||
lstat|fs.|(path, [callback])|
|
||||
fstat|fs.|(fd, [callback])|
|
||||
statSync|fs.|(path)|
|
||||
lstatSync|fs.|(path)|
|
||||
fstatSync|fs.|(fd)|
|
||||
link|fs.|(srcpath, dstpath, [callback])|
|
||||
linkSync|fs.|(srcpath, dstpath)|
|
||||
symlink|fs.|(srcpath, dstpath, [type], [callback])|
|
||||
symlinkSync|fs.|(srcpath, dstpath, [type])|
|
||||
readlink|fs.|(path, [callback])|
|
||||
readlinkSync|fs.|(path)|
|
||||
realpath|fs.|(path, [cache], callback)|
|
||||
realpathSync|fs.|(path, [cache])|
|
||||
unlink|fs.|(path, [callback])|
|
||||
unlinkSync|fs.|(path)|
|
||||
rmdir|fs.|(path, [callback])|
|
||||
rmdirSync|fs.|(path)|
|
||||
mkdir|fs.|(path, [mode], [callback])|
|
||||
mkdirSync|fs.|(path, [mode])|
|
||||
readdir|fs.|(path, [callback])|
|
||||
readdirSync|fs.|(path)|
|
||||
close|fs.|(fd, [callback])|
|
||||
closeSync|fs.|(fd)|
|
||||
open|fs.|(path, flags, [mode], [callback])|
|
||||
openSync|fs.|(path, flags, [mode])|
|
||||
utimes|fs.|(path, atime, mtime, [callback])|
|
||||
utimesSync|fs.|(path, atime, mtime)|
|
||||
futimes|fs.|(fd, atime, mtime, [callback])|
|
||||
futimesSync|fs.|(fd, atime, mtime)|
|
||||
fsync|fs.|(fd, [callback])|
|
||||
fsyncSync|fs.|(fd)|
|
||||
write|fs.|(fd, buffer, offset, length, position, [callback])|
|
||||
writeSync|fs.|(fd, buffer, offset, length, position)|
|
||||
read|fs.|(fd, buffer, offset, length, position, [callback])|
|
||||
readSync|fs.|(fd, buffer, offset, length, position)|
|
||||
readFile|fs.|(filename, [encoding], [callback])|
|
||||
readFileSync|fs.|(filename, [encoding])|
|
||||
writeFile|fs.|(filename, data, [encoding], [callback])|
|
||||
writeFileSync|fs.|(filename, data, [encoding])|
|
||||
appendFile|fs.|(filename, data, encoding='utf8', [callback])|
|
||||
appendFileSync|fs.|(filename, data, encoding='utf8')|
|
||||
watchFile|fs.|(filename, [options], listener)|
|
||||
unwatchFile|fs.|(filename, [listener])|
|
||||
watch|fs.|(filename, [options], [listener])|
|
||||
exists|fs.|(path, [callback])|
|
||||
existsSync|fs.|(path)|
|
||||
createReadStream|fs.|(path, [options])|
|
||||
createWriteStream|fs.|(path, [options])|
|
||||
close|fs.FSWatcher#|()|
|
||||
normalize|path.|(p)|
|
||||
join|path.|([path1], [path2], [...])|
|
||||
resolve|path.|([from ...], to)|
|
||||
relative|path.|(from, to)|
|
||||
dirname|path.|(p)|
|
||||
basename|path.|(p, [ext])|
|
||||
extname|path.|(p)|
|
||||
createServer|net.|([options], [connectionListener])|
|
||||
connect|net.|(options, [connectionListener])|
|
||||
createConnection|net.|(options, [connectionListener])|
|
||||
connect|net.|(port, [host], [connectListener])|
|
||||
createConnection|net.|(port, [host], [connectListener])|
|
||||
connect|net.|(path, [connectListener])|
|
||||
createConnection|net.|(path, [connectListener])|
|
||||
isIP|net.|(input)|
|
||||
isIPv4|net.|(input)|
|
||||
isIPv6|net.|(input)|
|
||||
listen|net.Server#|(port, [host], [backlog], [callback])|
|
||||
listen|net.Server#|(path, [callback])|
|
||||
listen|net.Server#|(handle, [callback])|
|
||||
close|net.Server#|([callback])|
|
||||
address|net.Server#|()|
|
||||
Socket|net.Socket#|([options])|
|
||||
connect|net.Socket#|(port, [host], [connectListener])|
|
||||
connect|net.Socket#|(path, [connectListener])|
|
||||
setEncoding|net.Socket#|([encoding])|
|
||||
write|net.Socket#|(data, [encoding], [callback])|
|
||||
end|net.Socket#|([data], [encoding])|
|
||||
destroy|net.Socket#|()|
|
||||
pause|net.Socket#|()|
|
||||
resume|net.Socket#|()|
|
||||
setTimeout|net.Socket#|(timeout, [callback])|
|
||||
setNoDelay|net.Socket#|([noDelay])|
|
||||
setKeepAlive|net.Socket#|([enable], [initialDelay])|
|
||||
address|net.Socket#|()|
|
||||
createSocket|dgram.|(type, [callback])|
|
||||
send|Socket#|(buf, offset, length, port, address, [callback])|
|
||||
bind|Socket#|(port, [address])|
|
||||
close|Socket#|()|
|
||||
address|Socket#|()|
|
||||
setBroadcast|Socket#|(flag)|
|
||||
setTTL|Socket#|(ttl)|
|
||||
setMulticastTTL|Socket#|(ttl)|
|
||||
setMulticastLoopback|Socket#|(flag)|
|
||||
addMembership|Socket#|(multicastAddress, [multicastInterface])|
|
||||
dropMembership|Socket#|(multicastAddress, [multicastInterface])|
|
||||
lookup|dns.|(domain, [family], callback)|
|
||||
resolve|dns.|(domain, [rrtype], callback)|
|
||||
resolve4|dns.|(domain, callback)|
|
||||
resolve6|dns.|(domain, callback)|
|
||||
resolveMx|dns.|(domain, callback)|
|
||||
resolveTxt|dns.|(domain, callback)|
|
||||
resolveSrv|dns.|(domain, callback)|
|
||||
resolveNs|dns.|(domain, callback)|
|
||||
resolveCname|dns.|(domain, callback)|
|
||||
reverse|dns.|(ip, callback)|
|
||||
setEncoding|ClientResponse.|([encoding])|
|
||||
pause|ClientResponse.|()|
|
||||
resume|ClientResponse.|()|
|
||||
createServer|http.|([requestListener])|
|
||||
createClient|http.|([port], [host])|
|
||||
request|http.|(options, callback)|
|
||||
get|http.|(options, callback)|
|
||||
listen|http.Server#|(port, [hostname], [backlog], [callback])|
|
||||
listen|http.Server#|(path, [callback])|
|
||||
listen|http.Server#|(handle, [callback])|
|
||||
close|http.Server#|([callback])|
|
||||
setEncoding|http.ServerRequest#|([encoding])|
|
||||
pause|http.ServerRequest#|()|
|
||||
resume|http.ServerRequest#|()|
|
||||
writeContinue|http.ServerResponse#|()|
|
||||
writeHead|http.ServerResponse#|(statusCode, [reasonPhrase], [headers])|
|
||||
setHeader|http.ServerResponse#|(name, value)|
|
||||
getHeader|http.ServerResponse#|(name)|
|
||||
removeHeader|http.ServerResponse#|(name)|
|
||||
write|http.ServerResponse#|(chunk, [encoding])|
|
||||
addTrailers|http.ServerResponse#|(headers)|
|
||||
end|http.ServerResponse#|([data], [encoding])|
|
||||
write|http.ClientRequest#|(chunk, [encoding])|
|
||||
end|http.ClientRequest#|([data], [encoding])|
|
||||
abort|http.ClientRequest#|()|
|
||||
setTimeout|http.ClientRequest#|(timeout, [callback])|
|
||||
setNoDelay|http.ClientRequest#|([noDelay])|
|
||||
setSocketKeepAlive|http.ClientRequest#|([enable], [initialDelay])|
|
||||
listen|createServer.|(path, [callback])|
|
||||
listen|createServer.|(handle, [callback])|
|
||||
close|createServer.|([callback])|
|
||||
createServer|https.|(options, [requestListener])|
|
||||
request|https.|(options, callback)|
|
||||
get|https.|(options, callback)|
|
||||
parse|url.|(urlStr, [parseQueryString], [slashesDenoteHost])|
|
||||
format|url.|(urlObj)|
|
||||
resolve|url.|(from, to)|
|
||||
stringify|querystring.|(obj, [sep], [eq])|
|
||||
parse|querystring.|(str, [sep], [eq], [options])|
|
||||
decode|punycode.|(string)|
|
||||
encode|punycode.|(string)|
|
||||
toUnicode|punycode.|(domain)|
|
||||
toASCII|punycode.|(domain)|
|
||||
createInterface|readline.|(options)|
|
||||
setPrompt|Interface#|(prompt, length)|
|
||||
prompt|Interface#|([preserveCursor])|
|
||||
question|Interface#|(query, callback)|
|
||||
pause|Interface#|()|
|
||||
resume|Interface#|()|
|
||||
close|Interface#|()|
|
||||
write|Interface#|(data, [key])|
|
||||
start|repl.|(options)|
|
||||
runInThisContext|vm.|(code, [filename])|
|
||||
runInNewContext|vm.|(code, [sandbox], [filename])|
|
||||
runInContext|vm.|(code, context, [filename])|
|
||||
createContext|vm.|([initSandbox])|
|
||||
createScript|vm.|(code, [filename])|
|
||||
runInThisContext|Script#|()|
|
||||
runInNewContext|Script#|([sandbox])|
|
||||
kill|ChildProcess#|([signal])|
|
||||
send|ChildProcess#|(message, [sendHandle])|
|
||||
disconnect|ChildProcess#|()|
|
||||
spawn|child_process.|(command, [args], [options]): ChildProcess object|
|
||||
exec|child_process.|(command, [options], callback)|
|
||||
execFile|child_process.|(file, args, options, callback)|
|
||||
fork|child_process.|(modulePath, [args], [options])|
|
||||
fail|assert.|(actual, expected, message, operator)|
|
||||
ok|assert.|(value, message), assert.ok(value, [message])|
|
||||
equal|assert.|(actual, expected, [message])|
|
||||
notEqual|assert.|(actual, expected, [message])|
|
||||
deepEqual|assert.|(actual, expected, [message])|
|
||||
notDeepEqual|assert.|(actual, expected, [message])|
|
||||
strictEqual|assert.|(actual, expected, [message])|
|
||||
notStrictEqual|assert.|(actual, expected, [message])|
|
||||
throws|assert.|(block, [error], [message])|
|
||||
doesNotThrow|assert.|(block, [error], [message])|
|
||||
ifError|assert.|(value)|
|
||||
isatty|tty.|(fd)|
|
||||
setRawMode|tty.|(mode)|
|
||||
setRawMode|ReadStream#|(mode)|
|
||||
createGzip|zlib.|([options])|
|
||||
createGunzip|zlib.|([options])|
|
||||
createDeflate|zlib.|([options])|
|
||||
createInflate|zlib.|([options])|
|
||||
createDeflateRaw|zlib.|([options])|
|
||||
createInflateRaw|zlib.|([options])|
|
||||
createUnzip|zlib.|([options])|
|
||||
deflate|zlib.|(buf, callback)|
|
||||
deflateRaw|zlib.|(buf, callback)|
|
||||
gzip|zlib.|(buf, callback)|
|
||||
gunzip|zlib.|(buf, callback)|
|
||||
inflate|zlib.|(buf, callback)|
|
||||
inflateRaw|zlib.|(buf, callback)|
|
||||
unzip|zlib.|(buf, callback)|
|
||||
tmpDir|os.|()|
|
||||
hostname|os.|()|
|
||||
type|os.|()|
|
||||
platform|os.|()|
|
||||
arch|os.|()|
|
||||
release|os.|()|
|
||||
uptime|os.|()|
|
||||
loadavg|os.|()|
|
||||
totalmem|os.|()|
|
||||
freemem|os.|()|
|
||||
cpus|os.|()|
|
||||
networkInterfaces|os.|()|
|
||||
setupMaster|cluster.|([settings])|
|
||||
fork|cluster.|([env]): Worker object|
|
||||
disconnect|cluster.|([callback])|
|
||||
send|Worker#|(message, [sendHandle])|
|
||||
destroy|Worker#|()|
|
||||
disconnect|Worker#|()|
|
211
.config/geany/tags/std.js.tags
Normal file
211
.config/geany/tags/std.js.tags
Normal file
@ -0,0 +1,211 @@
|
||||
# format=pipe
|
||||
## global objects
|
||||
Array|||
|
||||
ArrayBuffer|||
|
||||
Boolean|||
|
||||
Date|||
|
||||
decodeURI||(encodedURI): string|
|
||||
decodeURIComponent||(encodedURI): string|
|
||||
encodeURI||(URI): string|
|
||||
encodeURIComponent||(str): string|
|
||||
Error|||
|
||||
eval||(string): void|
|
||||
EvalError|||
|
||||
Float32Array|||
|
||||
Float64Array|||
|
||||
Function|||
|
||||
Infinity|||
|
||||
Int16Array|||
|
||||
Int32Array|||
|
||||
Int8Array|||
|
||||
isFinite||(number): boolean|
|
||||
isNaN||(object): boolean|
|
||||
Iterator|||
|
||||
JSON|||
|
||||
Math|||
|
||||
NaN|||
|
||||
Number|||
|
||||
Object|||
|
||||
parseFloat||(string): number|
|
||||
parseInt||(string[, radix]): number|
|
||||
RangeError|||
|
||||
ReferenceError|||
|
||||
RegExp|||
|
||||
StopIteration|||
|
||||
String|||
|
||||
SyntaxError|||
|
||||
TypeError|||
|
||||
Uint16Array|||
|
||||
Uint32Array|||
|
||||
Uint8Array|||
|
||||
Uint8ClampedArray|||
|
||||
undefined|||
|
||||
uneval|||
|
||||
URIError|||
|
||||
## Array
|
||||
isArray|[static] Array.|(obj: Object): Boolean|
|
||||
length|Array.||
|
||||
pop|Array.|(): Array|
|
||||
push|Array.|(element1: Object, ..., elementN: Object): Number|
|
||||
reverse|Array.|(): Array|
|
||||
shift|Array.|(): Object|
|
||||
sort|Array.|([compareFunction]): Array|
|
||||
splice|Array.|(index: number[, howMany: number[, element1: Object[, ...[, elementN: Object]]]]): Array|
|
||||
unshift|Array.|(element1: Object, ..., elementN: Object): Number|
|
||||
concat|Array.|(value1: Object, value2: Object, ..., valueN: Object): Array|
|
||||
join|Array.|(separator: string): Array|
|
||||
slice|Array.|(begin: number[, end: number]): Array|
|
||||
indexOf|Array.|(element: Object): Number|
|
||||
lastIndexOf|Array.|(element: Object): Number|
|
||||
filter|Array.|(callback: Function[, thisObject: Object]): Array|
|
||||
forEach|Array.|(callback: Function[, thisObject: Object]): Array|
|
||||
every|Array.|(callback: Function[, thisObject: Object]): Boolean|
|
||||
map|Array.|(callback: Function[, thisObject: Object]): Array|
|
||||
some|Array.|(callback: Function[, thisObject: Object]): Boolean|
|
||||
reduce|Array.|(callback: Function[, initialValue: Object]): Object|
|
||||
reduceRight|Array.|(callback: Function[, initialValue: Object]): Object|
|
||||
## Date
|
||||
now|[static] Date.|(): void|
|
||||
parse|[static] Date.|(): number|
|
||||
UTC|[static] Date.|(): number|
|
||||
getDate|Date.|(): number|
|
||||
getDay|Date.|(): number|
|
||||
getFullYear|Date.|(): number|
|
||||
getHours|Date.|(): number|
|
||||
getMilliseconds|Date.|(): number|
|
||||
getMinutes|Date.|(): number|
|
||||
getMonth|Date.|(): number|
|
||||
getSeconds|Date.|(): number|
|
||||
getTime|Date.|(): number|
|
||||
getTimezoneOffset|Date.|(): number|
|
||||
getUTCDate|Date.|(): number|
|
||||
getUTCDay|Date.|(): number|
|
||||
getUTCFullYear|Date.|(): number|
|
||||
getUTCHours|Date.|(): number|
|
||||
getUTCMilliseconds|Date.|(): number|
|
||||
getUTCMinutes|Date.|(): number|
|
||||
getUTCMonth|Date.|(): number|
|
||||
getUTCSeconds|Date.|(): number|
|
||||
getYear|Date.|(): number|
|
||||
setFullYear|Date.|(year, [month], [day]): void|
|
||||
setMonth|Date.|(month, [day]): void|
|
||||
setDate|Date.|(day_of_month): void|
|
||||
setHours|Date.|(hours, [minutes], [seconds], [millisec]): void|
|
||||
setMinutes|Date.|(minutes, [seconds], [millisec]): void|
|
||||
setSeconds|Date.|(seconds, [millisec]): void|
|
||||
setMilliseconds|Date.|(milli): void|
|
||||
setTime|Date.|(milli): void|
|
||||
setUTCFullYear|Date.|(year, [month], [day]): void|
|
||||
setUTCMonth|Date.|(month, [day]): void|
|
||||
setUTCDate|Date.|(day_of_month): void|
|
||||
setUTCHours|Date.|(hours, [minutes], [seconds], [millisec]): void|
|
||||
setUTCMinutes|Date.|(minutes, [seconds], [millisec]): void|
|
||||
setUTCSeconds|Date.|(seconds, [millisec]): void|
|
||||
setUTCMilliseconds|Date.|(milli): void|
|
||||
setYear|Date.|(year): void|
|
||||
toDateString|Date.|(): string|
|
||||
toISOString|Date.|(): string|
|
||||
toGMTString|Date.|(): string|
|
||||
toLocaleDateString|Date.|(): string|
|
||||
toLocaleFormat|Date.|(): string|
|
||||
toLocaleString|Date.|(): string|
|
||||
toLocaleTimeString|Date.|(): string|
|
||||
toSource|Date.|(): string|
|
||||
toString|Date.|(): string|
|
||||
toTimeString|Date.|(): string|
|
||||
toUTCString|Date.|(): string|
|
||||
## Function
|
||||
arguments|function(){|: Object}|
|
||||
arguments.callee|||
|
||||
arguments.caller|||
|
||||
arguments.length|||
|
||||
length|Function.||
|
||||
apply|Function.|(thisArg[, argsArray]): void|
|
||||
bind|Function.|(thisArg[, arg1[, arg2[, ...]]]): Function|
|
||||
call|Function.|(thisArg[, arg1[, arg2[, ...]]]): void|
|
||||
isGenerator|Function.|(): boolean)|
|
||||
## Math
|
||||
E|[static] Math.||
|
||||
LN2|[static] Math.||
|
||||
LN10|[static] Math.||
|
||||
LOG2E|[static] Math.||
|
||||
LOG10E|[static] Math.||
|
||||
PI|[static] Math.||
|
||||
SQRT1_2|[static] Math.||
|
||||
SQRT2|[static] Math.||
|
||||
abs|[static] Math.|(x: number): number|
|
||||
acos|[static] Math.|(x: number): number|
|
||||
asin|[static] Math.|(x: number): number|
|
||||
atan|[static] Math.|(x: number): number|
|
||||
atan2|[static] Math.|(y: number, x: number): number|
|
||||
ceil|[static] Math.|(x: number): number|
|
||||
cos|[static] Math.|(x: number): number|
|
||||
exp|[static] Math.|(x: number): number|
|
||||
floor|[static] Math.|(x: number): number|
|
||||
log|[static] Math.|(x: number): number|
|
||||
max|[static] Math.|(a: number, b: number): number|
|
||||
min|[static] Math.|(a: number, b: number): number|
|
||||
pow|[static] Math.|(x: number, y: number): number|
|
||||
random|[static] Math.|(): number|
|
||||
round|[static] Math.|(x: number): number|
|
||||
sin|[static] Math.|(x: number): number|
|
||||
sqrt|[static] Math.|(x: number): number|
|
||||
tan|[static] Math.|(x: number): number|
|
||||
## Number
|
||||
MAX_VALUE|[static] Number.||
|
||||
MIN_VALUE|[static] Number.||
|
||||
NEGATIVE_INFINITY|[static] Number.||
|
||||
POSITIVE_INFINITY|[static] Number.||
|
||||
toExponential|Number.|(x: number): string|
|
||||
toFixed|Number.|(trail: number): string|
|
||||
toPrecision|Number.|(length: number): string|
|
||||
## Object
|
||||
create|[static] Object.|(proto [, propertiesObject ]): Object|
|
||||
defineProperty|[static] Object.|(obj, prop, descriptor): Object|
|
||||
defineProperties|[static] Object.|(obj, props): Object|
|
||||
getOwnPropertyDescriptor|[static] Object.|(obj, prop): Object|
|
||||
keys|[static] Object.|(obj): Array|
|
||||
getOwnPropertyNames|[static] Object.|(obj: Object): Array|
|
||||
getPrototypeOf|[static] Object.|(obj): Object|
|
||||
preventExtensions|[static] Object.|(obj): Object|
|
||||
isExtensible|[static] Object.|(): boolean|
|
||||
seal|[static] Object.|(obj): Object|
|
||||
isSealed|[static] Object.|(): boolean|
|
||||
freeze|[static] Object.|()|
|
||||
isFrozen|[static] Object.|(): boolean|
|
||||
constructor|Object.||
|
||||
hasOwnProperty|Object.|(prop: string): boolean|
|
||||
isPrototypeOf|Object.|(obj: Object): boolean|
|
||||
propertyIsEnumerable|Object.|(prop: string): boolean|
|
||||
toLocaleString|Object.|(): string|
|
||||
toString|Object.|(): string|
|
||||
valueOf|Object.|(): Object|
|
||||
## RegExp
|
||||
global|[static] RegExp.||
|
||||
ignoreCase|[static] RegExp.||
|
||||
lastIndex|[static] RegExp.||
|
||||
multiline|[static] RegExp.||
|
||||
exec|RegExp.|(str: string): Array|
|
||||
test|RegExp.|(str: string): boolean|
|
||||
## String
|
||||
fromCharCode|[static] String.|(num1, ..., numN): string|
|
||||
charAt|String.|(index: number): String|
|
||||
charCodeAt|String.|(index: number): Number|
|
||||
concat|String.|(v1: Object,..., vN: Object): String|
|
||||
indexOf|String.|(substr: string, [start: number]): Number|
|
||||
lastIndexOf|String.|(substr: string, [start: number]): Number|
|
||||
localeCompare|String.|(compareString: string): number|
|
||||
match|String.|(RegExp regexp): Array|
|
||||
replace|String.|(RegExp regexp, replacement: string): String|
|
||||
search|String.|(RegExp regexp): Number|
|
||||
slice|String.|(start: number, end: number): String|
|
||||
split|String.|(delimiter: string, [limit: number]): Array|
|
||||
substr|String.|(start: number[, length: number]): String|
|
||||
substring|String.|(from: number[, to: number]): String|
|
||||
toLocaleLowerCase|String.|(): String|
|
||||
toLocaleUpperCase|String.|(): String|
|
||||
toLowerCase|String.|(): String|
|
||||
toUpperCase|String.|(): String|
|
||||
trim|String.|(): String|
|
||||
trimLeft|String.|(): String|
|
||||
trimRight|String.|(): String|
|
44
.config/geany/ui_toolbar.xml
Normal file
44
.config/geany/ui_toolbar.xml
Normal file
@ -0,0 +1,44 @@
|
||||
<ui>
|
||||
<!--
|
||||
This is Geany's toolbar UI definition.
|
||||
The DTD can be found at
|
||||
https://docs.gtk.org/gtk3/class.UIManager.html.
|
||||
|
||||
You can re-order all items and freely add and remove available actions.
|
||||
You cannot add new actions which are not listed in the documentation.
|
||||
Everything you add or change must be inside the /ui/toolbar/ path.
|
||||
|
||||
For changes to take effect, you need to restart Geany. Alternatively you can use the toolbar
|
||||
editor in Geany.
|
||||
|
||||
A list of available actions can be found in the documentation included with Geany or
|
||||
at https://www.geany.org/manual/current/index.html#customizing-the-toolbar.
|
||||
-->
|
||||
<toolbar name='GeanyToolbar'>
|
||||
<toolitem action='SearchEntry' />
|
||||
<toolitem action='Search' />
|
||||
<separator/>
|
||||
<toolitem action='GotoEntry' />
|
||||
<toolitem action='Goto' />
|
||||
<separator/>
|
||||
<toolitem action='NavBack' />
|
||||
<toolitem action='NavFor' />
|
||||
<separator/>
|
||||
<toolitem action='New' />
|
||||
<toolitem action='Open' />
|
||||
<toolitem action='Save' />
|
||||
<toolitem action='SaveAll' />
|
||||
<separator/>
|
||||
<toolitem action='Reload' />
|
||||
<toolitem action='Close' />
|
||||
<separator/>
|
||||
<toolitem action='Compile' />
|
||||
<toolitem action='Build' />
|
||||
<toolitem action='Run' />
|
||||
<separator/>
|
||||
<toolitem action='Color' />
|
||||
<separator/>
|
||||
<toolitem action='Quit' />
|
||||
|
||||
</toolbar>
|
||||
</ui>
|
Loading…
Reference in New Issue
Block a user