@openui5/sap.ui.codeeditor 1.94.0 → 1.97.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.reuse/dep5 +12 -12
- package/THIRDPARTY.txt +21 -17
- package/package.json +2 -2
- package/src/sap/ui/codeeditor/.library +6 -6
- package/src/sap/ui/codeeditor/CodeEditor.js +41 -15
- package/src/sap/ui/codeeditor/js/ace/ace.js +1705 -1669
- package/src/sap/ui/codeeditor/js/ace/css/ace.css +1025 -0
- package/src/sap/ui/codeeditor/js/ace/css/ambiance-1.png +0 -0
- package/src/sap/ui/codeeditor/js/ace/css/ambiance-2.png +0 -0
- package/src/sap/ui/codeeditor/js/ace/css/chrome-1.png +0 -0
- package/src/sap/ui/codeeditor/js/ace/css/clouds-1.png +0 -0
- package/src/sap/ui/codeeditor/js/ace/css/clouds_midnight-1.png +0 -0
- package/src/sap/ui/codeeditor/js/ace/css/cobalt-1.png +0 -0
- package/src/sap/ui/codeeditor/js/ace/css/crimson_editor-1.png +0 -0
- package/src/sap/ui/codeeditor/js/ace/css/dawn-1.png +0 -0
- package/src/sap/ui/codeeditor/js/ace/css/dracula-1.png +0 -0
- package/src/sap/ui/codeeditor/js/ace/css/dreamweaver-1.png +0 -0
- package/src/sap/ui/codeeditor/js/ace/css/eclipse-1.png +0 -0
- package/src/sap/ui/codeeditor/js/ace/css/github-1.png +0 -0
- package/src/sap/ui/codeeditor/js/ace/css/gob-1.png +0 -0
- package/src/sap/ui/codeeditor/js/ace/css/gruvbox-1.png +0 -0
- package/src/sap/ui/codeeditor/js/ace/css/idle_fingers-1.png +0 -0
- package/src/sap/ui/codeeditor/js/ace/css/iplastic-1.png +0 -0
- package/src/sap/ui/codeeditor/js/ace/css/iplastic-2.png +0 -0
- package/src/sap/ui/codeeditor/js/ace/css/kr_theme-1.png +0 -0
- package/src/sap/ui/codeeditor/js/ace/css/main-1.png +0 -0
- package/src/sap/ui/codeeditor/js/ace/css/main-10.png +0 -0
- package/src/sap/ui/codeeditor/js/ace/css/main-11.png +0 -0
- package/src/sap/ui/codeeditor/js/ace/css/main-12.png +0 -0
- package/src/sap/ui/codeeditor/js/ace/css/main-13.png +0 -0
- package/src/sap/ui/codeeditor/js/ace/css/main-14.png +0 -0
- package/src/sap/ui/codeeditor/js/ace/css/main-15.png +0 -0
- package/src/sap/ui/codeeditor/js/ace/css/main-16.png +0 -0
- package/src/sap/ui/codeeditor/js/ace/css/main-2.png +0 -0
- package/src/sap/ui/codeeditor/js/ace/css/main-3.png +0 -0
- package/src/sap/ui/codeeditor/js/ace/css/main-4.png +0 -0
- package/src/sap/ui/codeeditor/js/ace/css/main-5.png +0 -0
- package/src/sap/ui/codeeditor/js/ace/css/main-6.png +0 -0
- package/src/sap/ui/codeeditor/js/ace/css/main-7.png +0 -0
- package/src/sap/ui/codeeditor/js/ace/css/main-8.png +0 -0
- package/src/sap/ui/codeeditor/js/ace/css/main-9.png +0 -0
- package/src/sap/ui/codeeditor/js/ace/css/merbivore-1.png +0 -0
- package/src/sap/ui/codeeditor/js/ace/css/merbivore_soft-1.png +0 -0
- package/src/sap/ui/codeeditor/js/ace/css/mono_industrial-1.png +0 -0
- package/src/sap/ui/codeeditor/js/ace/css/monokai-1.png +0 -0
- package/src/sap/ui/codeeditor/js/ace/css/one_dark-1.png +0 -0
- package/src/sap/ui/codeeditor/js/ace/css/pastel_on_dark-1.png +0 -0
- package/src/sap/ui/codeeditor/js/ace/css/solarized_dark-1.png +0 -0
- package/src/sap/ui/codeeditor/js/ace/css/solarized_light-1.png +0 -0
- package/src/sap/ui/codeeditor/js/ace/css/sqlserver-1.png +0 -0
- package/src/sap/ui/codeeditor/js/ace/css/terminal-1.png +0 -0
- package/src/sap/ui/codeeditor/js/ace/css/textmate-1.png +0 -0
- package/src/sap/ui/codeeditor/js/ace/css/theme/ambiance.css +168 -0
- package/src/sap/ui/codeeditor/js/ace/css/theme/chaos.css +146 -0
- package/src/sap/ui/codeeditor/js/ace/css/theme/chrome.css +119 -0
- package/src/sap/ui/codeeditor/js/ace/css/theme/clouds.css +87 -0
- package/src/sap/ui/codeeditor/js/ace/css/theme/clouds_midnight.css +88 -0
- package/src/sap/ui/codeeditor/js/ace/css/theme/cobalt.css +104 -0
- package/src/sap/ui/codeeditor/js/ace/css/theme/crimson_editor.css +110 -0
- package/src/sap/ui/codeeditor/js/ace/css/theme/dawn.css +100 -0
- package/src/sap/ui/codeeditor/js/ace/css/theme/dracula.css +119 -0
- package/src/sap/ui/codeeditor/js/ace/css/theme/dreamweaver.css +134 -0
- package/src/sap/ui/codeeditor/js/ace/css/theme/eclipse.css +88 -0
- package/src/sap/ui/codeeditor/js/ace/css/theme/github.css +95 -0
- package/src/sap/ui/codeeditor/js/ace/css/theme/gob.css +103 -0
- package/src/sap/ui/codeeditor/js/ace/css/theme/gruvbox.css +73 -0
- package/src/sap/ui/codeeditor/js/ace/css/theme/idle_fingers.css +88 -0
- package/src/sap/ui/codeeditor/js/ace/css/theme/iplastic.css +113 -0
- package/src/sap/ui/codeeditor/js/ace/css/theme/katzenmilch.css +113 -0
- package/src/sap/ui/codeeditor/js/ace/css/theme/kr_theme.css +96 -0
- package/src/sap/ui/codeeditor/js/ace/css/theme/kuroir.css +52 -0
- package/src/sap/ui/codeeditor/js/ace/css/theme/merbivore.css +87 -0
- package/src/sap/ui/codeeditor/js/ace/css/theme/merbivore_soft.css +88 -0
- package/src/sap/ui/codeeditor/js/ace/css/theme/mono_industrial.css +99 -0
- package/src/sap/ui/codeeditor/js/ace/css/theme/monokai.css +97 -0
- package/src/sap/ui/codeeditor/js/ace/css/theme/nord_dark.css +85 -0
- package/src/sap/ui/codeeditor/js/ace/css/theme/one_dark.css +123 -0
- package/src/sap/ui/codeeditor/js/ace/css/theme/pastel_on_dark.css +100 -0
- package/src/sap/ui/codeeditor/js/ace/css/theme/solarized_dark.css +80 -0
- package/src/sap/ui/codeeditor/js/ace/css/theme/solarized_light.css +83 -0
- package/src/sap/ui/codeeditor/js/ace/css/theme/sqlserver.css +129 -0
- package/src/sap/ui/codeeditor/js/ace/css/theme/terminal.css +105 -0
- package/src/sap/ui/codeeditor/js/ace/css/theme/textmate.css +119 -0
- package/src/sap/ui/codeeditor/js/ace/css/theme/tomorrow.css +100 -0
- package/src/sap/ui/codeeditor/js/ace/css/theme/tomorrow_night.css +100 -0
- package/src/sap/ui/codeeditor/js/ace/css/theme/tomorrow_night_blue.css +98 -0
- package/src/sap/ui/codeeditor/js/ace/css/theme/tomorrow_night_bright.css +113 -0
- package/src/sap/ui/codeeditor/js/ace/css/theme/tomorrow_night_eighties.css +100 -0
- package/src/sap/ui/codeeditor/js/ace/css/theme/twilight.css +100 -0
- package/src/sap/ui/codeeditor/js/ace/css/theme/vibrant_ink.css +86 -0
- package/src/sap/ui/codeeditor/js/ace/css/theme/xcode.css +80 -0
- package/src/sap/ui/codeeditor/js/ace/css/tomorrow-1.png +0 -0
- package/src/sap/ui/codeeditor/js/ace/css/tomorrow_night-1.png +0 -0
- package/src/sap/ui/codeeditor/js/ace/css/tomorrow_night_blue-1.png +0 -0
- package/src/sap/ui/codeeditor/js/ace/css/tomorrow_night_bright-1.png +0 -0
- package/src/sap/ui/codeeditor/js/ace/css/tomorrow_night_eighties-1.png +0 -0
- package/src/sap/ui/codeeditor/js/ace/css/twilight-1.png +0 -0
- package/src/sap/ui/codeeditor/js/ace/css/vibrant_ink-1.png +0 -0
- package/src/sap/ui/codeeditor/js/ace/css/xcode-1.png +0 -0
- package/src/sap/ui/codeeditor/js/ace/ext-beautify.js +17 -10
- package/src/sap/ui/codeeditor/js/ace/ext-code_lens.js +238 -0
- package/src/sap/ui/codeeditor/js/ace/ext-elastic_tabstops_lite.js +1 -1
- package/src/sap/ui/codeeditor/js/ace/ext-emmet.js +343 -238
- package/src/sap/ui/codeeditor/js/ace/ext-hardwrap.js +85 -0
- package/src/sap/ui/codeeditor/js/ace/ext-keybinding_menu.js +26 -11
- package/src/sap/ui/codeeditor/js/ace/ext-language_tools.js +435 -272
- package/src/sap/ui/codeeditor/js/ace/ext-linking.js +2 -2
- package/src/sap/ui/codeeditor/js/ace/ext-modelist.js +22 -11
- package/src/sap/ui/codeeditor/js/ace/ext-options.js +85 -35
- package/src/sap/ui/codeeditor/js/ace/ext-prompt.js +510 -299
- package/src/sap/ui/codeeditor/js/ace/ext-rtl.js +1 -3
- package/src/sap/ui/codeeditor/js/ace/ext-searchbox.js +2 -2
- package/src/sap/ui/codeeditor/js/ace/ext-settings_menu.js +89 -39
- package/src/sap/ui/codeeditor/js/ace/ext-spellcheck.js +1 -2
- package/src/sap/ui/codeeditor/js/ace/ext-split.js +2 -2
- package/src/sap/ui/codeeditor/js/ace/ext-static_highlight.js +3 -229
- package/src/sap/ui/codeeditor/js/ace/ext-statusbar.js +3 -3
- package/src/sap/ui/codeeditor/js/ace/ext-textarea.js +3 -563
- package/src/sap/ui/codeeditor/js/ace/ext-themelist.js +4 -2
- package/src/sap/ui/codeeditor/js/ace/ext-whitespace.js +1 -1
- package/src/sap/ui/codeeditor/js/ace/keybinding-emacs.js +29 -30
- package/src/sap/ui/codeeditor/js/ace/keybinding-sublime.js +2 -5
- package/src/sap/ui/codeeditor/js/ace/keybinding-vim.js +718 -184
- package/src/sap/ui/codeeditor/js/ace/keybinding-vscode.js +262 -0
- package/src/sap/ui/codeeditor/js/ace/mode-abap.js +3 -3
- package/src/sap/ui/codeeditor/js/ace/mode-abc.js +6 -3
- package/src/sap/ui/codeeditor/js/ace/mode-actionscript.js +4 -3
- package/src/sap/ui/codeeditor/js/ace/mode-ada.js +2 -2
- package/src/sap/ui/codeeditor/js/ace/mode-alda.js +311 -0
- package/src/sap/ui/codeeditor/js/ace/mode-apache_conf.js +3 -3
- package/src/sap/ui/codeeditor/js/ace/mode-apex.js +4 -4
- package/src/sap/ui/codeeditor/js/ace/mode-applescript.js +3 -3
- package/src/sap/ui/codeeditor/js/ace/mode-aql.js +2 -2
- package/src/sap/ui/codeeditor/js/ace/mode-asciidoc.js +3 -3
- package/src/sap/ui/codeeditor/js/ace/mode-asl.js +21 -20
- package/src/sap/ui/codeeditor/js/ace/mode-assembly_x86.js +3 -3
- package/src/sap/ui/codeeditor/js/ace/mode-autohotkey.js +6 -4
- package/src/sap/ui/codeeditor/js/ace/mode-batchfile.js +3 -3
- package/src/sap/ui/codeeditor/js/ace/mode-c9search.js +4 -4
- package/src/sap/ui/codeeditor/js/ace/mode-c_cpp.js +7 -6
- package/src/sap/ui/codeeditor/js/ace/mode-cirru.js +5 -5
- package/src/sap/ui/codeeditor/js/ace/mode-clojure.js +4 -3
- package/src/sap/ui/codeeditor/js/ace/mode-cobol.js +2 -2
- package/src/sap/ui/codeeditor/js/ace/mode-coffee.js +5 -4
- package/src/sap/ui/codeeditor/js/ace/mode-coldfusion.js +22 -19
- package/src/sap/ui/codeeditor/js/ace/mode-crystal.js +4 -4
- package/src/sap/ui/codeeditor/js/ace/mode-csharp.js +6 -6
- package/src/sap/ui/codeeditor/js/ace/mode-csound_document.js +178 -61
- package/src/sap/ui/codeeditor/js/ace/mode-csound_orchestra.js +162 -51
- package/src/sap/ui/codeeditor/js/ace/mode-csound_score.js +34 -25
- package/src/sap/ui/codeeditor/js/ace/mode-csp.js +2 -2
- package/src/sap/ui/codeeditor/js/ace/mode-css.js +7 -6
- package/src/sap/ui/codeeditor/js/ace/mode-curly.js +22 -19
- package/src/sap/ui/codeeditor/js/ace/mode-d.js +5 -5
- package/src/sap/ui/codeeditor/js/ace/mode-dart.js +10 -8
- package/src/sap/ui/codeeditor/js/ace/mode-diff.js +4 -3
- package/src/sap/ui/codeeditor/js/ace/mode-django.js +22 -18
- package/src/sap/ui/codeeditor/js/ace/mode-dockerfile.js +6 -5
- package/src/sap/ui/codeeditor/js/ace/mode-dot.js +5 -5
- package/src/sap/ui/codeeditor/js/ace/mode-drools.js +7 -6
- package/src/sap/ui/codeeditor/js/ace/mode-edifact.js +4 -3
- package/src/sap/ui/codeeditor/js/ace/mode-eiffel.js +2 -2
- package/src/sap/ui/codeeditor/js/ace/mode-ejs.js +692 -184
- package/src/sap/ui/codeeditor/js/ace/mode-elixir.js +3 -3
- package/src/sap/ui/codeeditor/js/ace/mode-elm.js +3 -3
- package/src/sap/ui/codeeditor/js/ace/mode-erlang.js +4 -3
- package/src/sap/ui/codeeditor/js/ace/mode-forth.js +3 -3
- package/src/sap/ui/codeeditor/js/ace/mode-fortran.js +3 -3
- package/src/sap/ui/codeeditor/js/ace/mode-fsharp.js +5 -5
- package/src/sap/ui/codeeditor/js/ace/mode-fsl.js +4 -3
- package/src/sap/ui/codeeditor/js/ace/mode-ftl.js +7 -7
- package/src/sap/ui/codeeditor/js/ace/mode-gcode.js +2 -2
- package/src/sap/ui/codeeditor/js/ace/mode-gherkin.js +2 -4
- package/src/sap/ui/codeeditor/js/ace/mode-gitignore.js +2 -2
- package/src/sap/ui/codeeditor/js/ace/mode-glsl.js +9 -8
- package/src/sap/ui/codeeditor/js/ace/mode-gobstones.js +259 -99
- package/src/sap/ui/codeeditor/js/ace/mode-golang.js +5 -5
- package/src/sap/ui/codeeditor/js/ace/mode-graphqlschema.js +4 -3
- package/src/sap/ui/codeeditor/js/ace/mode-groovy.js +8 -7
- package/src/sap/ui/codeeditor/js/ace/mode-haml.js +428 -113
- package/src/sap/ui/codeeditor/js/ace/mode-handlebars.js +23 -20
- package/src/sap/ui/codeeditor/js/ace/mode-haskell.js +4 -3
- package/src/sap/ui/codeeditor/js/ace/mode-haskell_cabal.js +3 -3
- package/src/sap/ui/codeeditor/js/ace/mode-haxe.js +5 -5
- package/src/sap/ui/codeeditor/js/ace/mode-hjson.js +3 -3
- package/src/sap/ui/codeeditor/js/ace/mode-html.js +20 -17
- package/src/sap/ui/codeeditor/js/ace/mode-html_elixir.js +25 -22
- package/src/sap/ui/codeeditor/js/ace/mode-html_ruby.js +693 -185
- package/src/sap/ui/codeeditor/js/ace/mode-ini.js +3 -3
- package/src/sap/ui/codeeditor/js/ace/mode-io.js +5 -10
- package/src/sap/ui/codeeditor/js/ace/mode-jack.js +4 -4
- package/src/sap/ui/codeeditor/js/ace/mode-jade.js +13 -13
- package/src/sap/ui/codeeditor/js/ace/mode-java.js +11 -9
- package/src/sap/ui/codeeditor/js/ace/mode-javascript.js +6 -5
- package/src/sap/ui/codeeditor/js/ace/mode-json.js +7 -4
- package/src/sap/ui/codeeditor/js/ace/mode-json5.js +360 -0
- package/src/sap/ui/codeeditor/js/ace/mode-jsoniq.js +6 -5
- package/src/sap/ui/codeeditor/js/ace/mode-jsp.js +12 -11
- package/src/sap/ui/codeeditor/js/ace/mode-jssm.js +3 -3
- package/src/sap/ui/codeeditor/js/ace/mode-jsx.js +5 -5
- package/src/sap/ui/codeeditor/js/ace/mode-julia.js +3 -3
- package/src/sap/ui/codeeditor/js/ace/mode-kotlin.js +5 -3
- package/src/sap/ui/codeeditor/js/ace/mode-latex.js +3 -3
- package/src/sap/ui/codeeditor/js/ace/mode-latte.js +2708 -0
- package/src/sap/ui/codeeditor/js/ace/mode-less.js +7 -7
- package/src/sap/ui/codeeditor/js/ace/mode-liquid.js +24 -20
- package/src/sap/ui/codeeditor/js/ace/mode-lisp.js +2 -2
- package/src/sap/ui/codeeditor/js/ace/mode-livescript.js +2 -2
- package/src/sap/ui/codeeditor/js/ace/mode-logiql.js +4 -4
- package/src/sap/ui/codeeditor/js/ace/mode-logtalk.js +3 -3
- package/src/sap/ui/codeeditor/js/ace/mode-lsl.js +5 -4
- package/src/sap/ui/codeeditor/js/ace/mode-lua.js +4 -3
- package/src/sap/ui/codeeditor/js/ace/mode-luapage.js +26 -22
- package/src/sap/ui/codeeditor/js/ace/mode-lucene.js +78 -10
- package/src/sap/ui/codeeditor/js/ace/mode-makefile.js +5 -4
- package/src/sap/ui/codeeditor/js/ace/mode-markdown.js +30 -24
- package/src/sap/ui/codeeditor/js/ace/mode-mask.js +12 -12
- package/src/sap/ui/codeeditor/js/ace/mode-matlab.js +2 -2
- package/src/sap/ui/codeeditor/js/ace/mode-maze.js +4 -3
- package/src/sap/ui/codeeditor/js/ace/mode-mediawiki.js +592 -0
- package/src/sap/ui/codeeditor/js/ace/mode-mel.js +3 -3
- package/src/sap/ui/codeeditor/js/ace/{mode-mipsassembler.js → mode-mips.js} +99 -31
- package/src/sap/ui/codeeditor/js/ace/mode-mixal.js +2 -2
- package/src/sap/ui/codeeditor/js/ace/mode-mushcode.js +3 -3
- package/src/sap/ui/codeeditor/js/ace/mode-mysql.js +3 -3
- package/src/sap/ui/codeeditor/js/ace/mode-nginx.js +13 -12
- package/src/sap/ui/codeeditor/js/ace/mode-nim.js +10 -9
- package/src/sap/ui/codeeditor/js/ace/mode-nix.js +9 -8
- package/src/sap/ui/codeeditor/js/ace/mode-nsis.js +4 -4
- package/src/sap/ui/codeeditor/js/ace/mode-nunjucks.js +2698 -0
- package/src/sap/ui/codeeditor/js/ace/mode-objectivec.js +6 -6
- package/src/sap/ui/codeeditor/js/ace/mode-ocaml.js +3 -3
- package/src/sap/ui/codeeditor/js/ace/mode-pascal.js +3 -3
- package/src/sap/ui/codeeditor/js/ace/mode-perl.js +5 -4
- package/src/sap/ui/codeeditor/js/ace/mode-pgsql.js +9 -9
- package/src/sap/ui/codeeditor/js/ace/mode-php.js +513 -302
- package/src/sap/ui/codeeditor/js/ace/mode-php_laravel_blade.js +515 -304
- package/src/sap/ui/codeeditor/js/ace/mode-pig.js +3 -3
- package/src/sap/ui/codeeditor/js/ace/mode-plain_text.js +1 -1
- package/src/sap/ui/codeeditor/js/ace/mode-powershell.js +4 -4
- package/src/sap/ui/codeeditor/js/ace/mode-praat.js +4 -4
- package/src/sap/ui/codeeditor/js/ace/mode-prisma.js +489 -0
- package/src/sap/ui/codeeditor/js/ace/mode-prolog.js +3 -3
- package/src/sap/ui/codeeditor/js/ace/mode-properties.js +2 -2
- package/src/sap/ui/codeeditor/js/ace/mode-protobuf.js +9 -8
- package/src/sap/ui/codeeditor/js/ace/mode-puppet.js +12 -13
- package/src/sap/ui/codeeditor/js/ace/mode-python.js +6 -5
- package/src/sap/ui/codeeditor/js/ace/mode-qml.js +381 -0
- package/src/sap/ui/codeeditor/js/ace/mode-r.js +5 -4
- package/src/sap/ui/codeeditor/js/ace/{mode-perl6.js → mode-raku.js} +13 -13
- package/src/sap/ui/codeeditor/js/ace/mode-razor.js +25 -21
- package/src/sap/ui/codeeditor/js/ace/mode-rdoc.js +4 -4
- package/src/sap/ui/codeeditor/js/ace/mode-red.js +4 -4
- package/src/sap/ui/codeeditor/js/ace/mode-redshift.js +4 -4
- package/src/sap/ui/codeeditor/js/ace/mode-rhtml.js +24 -21
- package/src/sap/ui/codeeditor/js/ace/mode-rst.js +3 -2
- package/src/sap/ui/codeeditor/js/ace/mode-ruby.js +672 -167
- package/src/sap/ui/codeeditor/js/ace/mode-rust.js +9 -8
- package/src/sap/ui/codeeditor/js/ace/mode-sass.js +5 -5
- package/src/sap/ui/codeeditor/js/ace/mode-scad.js +5 -5
- package/src/sap/ui/codeeditor/js/ace/mode-scala.js +8 -7
- package/src/sap/ui/codeeditor/js/ace/mode-scheme.js +3 -3
- package/src/sap/ui/codeeditor/js/ace/mode-scrypt.js +364 -0
- package/src/sap/ui/codeeditor/js/ace/mode-scss.js +7 -7
- package/src/sap/ui/codeeditor/js/ace/mode-sh.js +4 -3
- package/src/sap/ui/codeeditor/js/ace/mode-sjs.js +8 -7
- package/src/sap/ui/codeeditor/js/ace/mode-slim.js +745 -146
- package/src/sap/ui/codeeditor/js/ace/mode-smarty.js +22 -19
- package/src/sap/ui/codeeditor/js/ace/mode-smithy.js +507 -0
- package/src/sap/ui/codeeditor/js/ace/mode-snippets.js +3 -2
- package/src/sap/ui/codeeditor/js/ace/mode-soy_template.js +22 -19
- package/src/sap/ui/codeeditor/js/ace/mode-space.js +3 -3
- package/src/sap/ui/codeeditor/js/ace/mode-sparql.js +3 -3
- package/src/sap/ui/codeeditor/js/ace/mode-sql.js +163 -2
- package/src/sap/ui/codeeditor/js/ace/mode-sqlserver.js +7 -6
- package/src/sap/ui/codeeditor/js/ace/mode-stylus.js +4 -4
- package/src/sap/ui/codeeditor/js/ace/mode-svg.js +13 -12
- package/src/sap/ui/codeeditor/js/ace/mode-swift.js +10 -4
- package/src/sap/ui/codeeditor/js/ace/mode-tcl.js +8 -4
- package/src/sap/ui/codeeditor/js/ace/mode-terraform.js +18 -15
- package/src/sap/ui/codeeditor/js/ace/mode-tex.js +4 -3
- package/src/sap/ui/codeeditor/js/ace/mode-textile.js +4 -3
- package/src/sap/ui/codeeditor/js/ace/mode-toml.js +3 -3
- package/src/sap/ui/codeeditor/js/ace/mode-tsx.js +9 -8
- package/src/sap/ui/codeeditor/js/ace/mode-turtle.js +3 -3
- package/src/sap/ui/codeeditor/js/ace/mode-twig.js +22 -19
- package/src/sap/ui/codeeditor/js/ace/mode-typescript.js +8 -7
- package/src/sap/ui/codeeditor/js/ace/mode-vala.js +5 -4
- package/src/sap/ui/codeeditor/js/ace/mode-vbscript.js +445 -16
- package/src/sap/ui/codeeditor/js/ace/mode-velocity.js +24 -20
- package/src/sap/ui/codeeditor/js/ace/mode-verilog.js +2 -2
- package/src/sap/ui/codeeditor/js/ace/mode-vhdl.js +7 -8
- package/src/sap/ui/codeeditor/js/ace/mode-visualforce.js +22 -19
- package/src/sap/ui/codeeditor/js/ace/mode-wollok.js +9 -7
- package/src/sap/ui/codeeditor/js/ace/mode-xml.js +4 -4
- package/src/sap/ui/codeeditor/js/ace/mode-xquery.js +6 -5
- package/src/sap/ui/codeeditor/js/ace/mode-yaml.js +4 -4
- package/src/sap/ui/codeeditor/js/ace/mode-zeek.js +539 -0
- package/src/sap/ui/codeeditor/js/ace/snippets/abap.js +1 -7
- package/src/sap/ui/codeeditor/js/ace/snippets/abc.js +2 -3
- package/src/sap/ui/codeeditor/js/ace/snippets/actionscript.js +2 -3
- package/src/sap/ui/codeeditor/js/ace/snippets/ada.js +1 -7
- package/src/sap/ui/codeeditor/js/ace/snippets/alda.js +9 -0
- package/src/sap/ui/codeeditor/js/ace/snippets/apache_conf.js +1 -7
- package/src/sap/ui/codeeditor/js/ace/snippets/apex.js +2 -7
- package/src/sap/ui/codeeditor/js/ace/snippets/applescript.js +1 -7
- package/src/sap/ui/codeeditor/js/ace/snippets/aql.js +2 -7
- package/src/sap/ui/codeeditor/js/ace/snippets/asciidoc.js +1 -7
- package/src/sap/ui/codeeditor/js/ace/snippets/asl.js +1 -6
- package/src/sap/ui/codeeditor/js/ace/snippets/assembly_x86.js +1 -7
- package/src/sap/ui/codeeditor/js/ace/snippets/autohotkey.js +1 -7
- package/src/sap/ui/codeeditor/js/ace/snippets/batchfile.js +1 -7
- package/src/sap/ui/codeeditor/js/ace/snippets/c9search.js +1 -7
- package/src/sap/ui/codeeditor/js/ace/snippets/c_cpp.js +2 -3
- package/src/sap/ui/codeeditor/js/ace/snippets/cirru.js +1 -7
- package/src/sap/ui/codeeditor/js/ace/snippets/clojure.js +2 -3
- package/src/sap/ui/codeeditor/js/ace/snippets/cobol.js +1 -7
- package/src/sap/ui/codeeditor/js/ace/snippets/coffee.js +2 -3
- package/src/sap/ui/codeeditor/js/ace/snippets/coldfusion.js +1 -7
- package/src/sap/ui/codeeditor/js/ace/snippets/crystal.js +2 -7
- package/src/sap/ui/codeeditor/js/ace/snippets/csharp.js +1 -7
- package/src/sap/ui/codeeditor/js/ace/snippets/csound_document.js +2 -3
- package/src/sap/ui/codeeditor/js/ace/snippets/csound_orchestra.js +2 -3
- package/src/sap/ui/codeeditor/js/ace/snippets/csound_score.js +1 -7
- package/src/sap/ui/codeeditor/js/ace/snippets/csp.js +1 -7
- package/src/sap/ui/codeeditor/js/ace/snippets/css.js +2 -3
- package/src/sap/ui/codeeditor/js/ace/snippets/curly.js +1 -7
- package/src/sap/ui/codeeditor/js/ace/snippets/d.js +1 -7
- package/src/sap/ui/codeeditor/js/ace/snippets/dart.js +2 -3
- package/src/sap/ui/codeeditor/js/ace/snippets/diff.js +2 -3
- package/src/sap/ui/codeeditor/js/ace/snippets/django.js +2 -3
- package/src/sap/ui/codeeditor/js/ace/snippets/dockerfile.js +1 -7
- package/src/sap/ui/codeeditor/js/ace/snippets/dot.js +1 -7
- package/src/sap/ui/codeeditor/js/ace/snippets/drools.js +2 -3
- package/src/sap/ui/codeeditor/js/ace/snippets/edifact.js +2 -3
- package/src/sap/ui/codeeditor/js/ace/snippets/eiffel.js +1 -7
- package/src/sap/ui/codeeditor/js/ace/snippets/ejs.js +1 -7
- package/src/sap/ui/codeeditor/js/ace/snippets/elixir.js +1 -7
- package/src/sap/ui/codeeditor/js/ace/snippets/elm.js +1 -7
- package/src/sap/ui/codeeditor/js/ace/snippets/erlang.js +2 -3
- package/src/sap/ui/codeeditor/js/ace/snippets/forth.js +1 -7
- package/src/sap/ui/codeeditor/js/ace/snippets/fortran.js +1 -7
- package/src/sap/ui/codeeditor/js/ace/snippets/fsharp.js +1 -7
- package/src/sap/ui/codeeditor/js/ace/snippets/fsl.js +2 -2
- package/src/sap/ui/codeeditor/js/ace/snippets/ftl.js +1 -7
- package/src/sap/ui/codeeditor/js/ace/snippets/gcode.js +1 -7
- package/src/sap/ui/codeeditor/js/ace/snippets/gherkin.js +1 -7
- package/src/sap/ui/codeeditor/js/ace/snippets/gitignore.js +1 -7
- package/src/sap/ui/codeeditor/js/ace/snippets/glsl.js +1 -7
- package/src/sap/ui/codeeditor/js/ace/snippets/gobstones.js +1695 -26
- package/src/sap/ui/codeeditor/js/ace/snippets/golang.js +1 -7
- package/src/sap/ui/codeeditor/js/ace/snippets/graphqlschema.js +2 -3
- package/src/sap/ui/codeeditor/js/ace/snippets/groovy.js +1 -7
- package/src/sap/ui/codeeditor/js/ace/snippets/haml.js +2 -3
- package/src/sap/ui/codeeditor/js/ace/snippets/handlebars.js +1 -7
- package/src/sap/ui/codeeditor/js/ace/snippets/haskell.js +2 -3
- package/src/sap/ui/codeeditor/js/ace/snippets/haskell_cabal.js +1 -7
- package/src/sap/ui/codeeditor/js/ace/snippets/haxe.js +1 -7
- package/src/sap/ui/codeeditor/js/ace/snippets/hjson.js +1 -7
- package/src/sap/ui/codeeditor/js/ace/snippets/html.js +4 -7
- package/src/sap/ui/codeeditor/js/ace/snippets/html_elixir.js +1 -7
- package/src/sap/ui/codeeditor/js/ace/snippets/html_ruby.js +1 -7
- package/src/sap/ui/codeeditor/js/ace/snippets/ini.js +1 -7
- package/src/sap/ui/codeeditor/js/ace/snippets/io.js +2 -3
- package/src/sap/ui/codeeditor/js/ace/snippets/jack.js +1 -7
- package/src/sap/ui/codeeditor/js/ace/snippets/jade.js +1 -7
- package/src/sap/ui/codeeditor/js/ace/snippets/java.js +2 -3
- package/src/sap/ui/codeeditor/js/ace/snippets/javascript.js +2 -3
- package/src/sap/ui/codeeditor/js/ace/snippets/json.js +1 -7
- package/src/sap/ui/codeeditor/js/ace/snippets/json5.js +9 -0
- package/src/sap/ui/codeeditor/js/ace/snippets/jsoniq.js +2 -3
- package/src/sap/ui/codeeditor/js/ace/snippets/jsp.js +2 -3
- package/src/sap/ui/codeeditor/js/ace/snippets/jssm.js +1 -7
- package/src/sap/ui/codeeditor/js/ace/snippets/jsx.js +1 -7
- package/src/sap/ui/codeeditor/js/ace/snippets/julia.js +1 -7
- package/src/sap/ui/codeeditor/js/ace/snippets/kotlin.js +1 -7
- package/src/sap/ui/codeeditor/js/ace/snippets/latex.js +1 -7
- package/src/sap/ui/codeeditor/js/ace/snippets/latte.js +9 -0
- package/src/sap/ui/codeeditor/js/ace/snippets/less.js +1 -7
- package/src/sap/ui/codeeditor/js/ace/snippets/liquid.js +884 -4
- package/src/sap/ui/codeeditor/js/ace/snippets/lisp.js +1 -7
- package/src/sap/ui/codeeditor/js/ace/snippets/livescript.js +1 -7
- package/src/sap/ui/codeeditor/js/ace/snippets/logiql.js +1 -7
- package/src/sap/ui/codeeditor/js/ace/snippets/logtalk.js +2 -7
- package/src/sap/ui/codeeditor/js/ace/snippets/lsl.js +2 -3
- package/src/sap/ui/codeeditor/js/ace/snippets/lua.js +2 -3
- package/src/sap/ui/codeeditor/js/ace/snippets/luapage.js +1 -7
- package/src/sap/ui/codeeditor/js/ace/snippets/lucene.js +1 -7
- package/src/sap/ui/codeeditor/js/ace/snippets/makefile.js +2 -3
- package/src/sap/ui/codeeditor/js/ace/snippets/markdown.js +2 -3
- package/src/sap/ui/codeeditor/js/ace/snippets/mask.js +1 -7
- package/src/sap/ui/codeeditor/js/ace/snippets/matlab.js +1 -7
- package/src/sap/ui/codeeditor/js/ace/snippets/maze.js +2 -3
- package/src/sap/ui/codeeditor/js/ace/snippets/mediawiki.js +9 -0
- package/src/sap/ui/codeeditor/js/ace/snippets/mel.js +1 -7
- package/src/sap/ui/codeeditor/js/ace/snippets/mips.js +9 -0
- package/src/sap/ui/codeeditor/js/ace/snippets/mixal.js +1 -7
- package/src/sap/ui/codeeditor/js/ace/snippets/mushcode.js +1 -7
- package/src/sap/ui/codeeditor/js/ace/snippets/mysql.js +1 -7
- package/src/sap/ui/codeeditor/js/ace/snippets/nginx.js +2 -7
- package/src/sap/ui/codeeditor/js/ace/snippets/nim.js +2 -7
- package/src/sap/ui/codeeditor/js/ace/snippets/nix.js +1 -7
- package/src/sap/ui/codeeditor/js/ace/snippets/nsis.js +1 -7
- package/src/sap/ui/codeeditor/js/ace/snippets/nunjucks.js +9 -0
- package/src/sap/ui/codeeditor/js/ace/snippets/objectivec.js +1 -7
- package/src/sap/ui/codeeditor/js/ace/snippets/ocaml.js +1 -7
- package/src/sap/ui/codeeditor/js/ace/snippets/pascal.js +1 -7
- package/src/sap/ui/codeeditor/js/ace/snippets/perl.js +2 -3
- package/src/sap/ui/codeeditor/js/ace/snippets/pgsql.js +1 -7
- package/src/sap/ui/codeeditor/js/ace/snippets/php.js +2 -3
- package/src/sap/ui/codeeditor/js/ace/snippets/php_laravel_blade.js +1 -7
- package/src/sap/ui/codeeditor/js/ace/snippets/pig.js +1 -7
- package/src/sap/ui/codeeditor/js/ace/snippets/plain_text.js +1 -7
- package/src/sap/ui/codeeditor/js/ace/snippets/powershell.js +1 -7
- package/src/sap/ui/codeeditor/js/ace/snippets/praat.js +1 -7
- package/src/sap/ui/codeeditor/js/ace/snippets/prisma.js +9 -0
- package/src/sap/ui/codeeditor/js/ace/snippets/prolog.js +1 -7
- package/src/sap/ui/codeeditor/js/ace/snippets/properties.js +1 -7
- package/src/sap/ui/codeeditor/js/ace/snippets/protobuf.js +1 -7
- package/src/sap/ui/codeeditor/js/ace/snippets/puppet.js +1 -7
- package/src/sap/ui/codeeditor/js/ace/snippets/python.js +2 -3
- package/src/sap/ui/codeeditor/js/ace/snippets/qml.js +9 -0
- package/src/sap/ui/codeeditor/js/ace/snippets/r.js +2 -3
- package/src/sap/ui/codeeditor/js/ace/snippets/raku.js +9 -0
- package/src/sap/ui/codeeditor/js/ace/snippets/razor.js +2 -3
- package/src/sap/ui/codeeditor/js/ace/snippets/rdoc.js +1 -7
- package/src/sap/ui/codeeditor/js/ace/snippets/red.js +1 -7
- package/src/sap/ui/codeeditor/js/ace/snippets/redshift.js +1 -7
- package/src/sap/ui/codeeditor/js/ace/snippets/rhtml.js +1 -7
- package/src/sap/ui/codeeditor/js/ace/snippets/rst.js +2 -3
- package/src/sap/ui/codeeditor/js/ace/snippets/ruby.js +2 -3
- package/src/sap/ui/codeeditor/js/ace/snippets/rust.js +1 -7
- package/src/sap/ui/codeeditor/js/ace/snippets/sass.js +1 -7
- package/src/sap/ui/codeeditor/js/ace/snippets/scad.js +1 -7
- package/src/sap/ui/codeeditor/js/ace/snippets/scala.js +1 -7
- package/src/sap/ui/codeeditor/js/ace/snippets/scheme.js +1 -7
- package/src/sap/ui/codeeditor/js/ace/snippets/scrypt.js +9 -0
- package/src/sap/ui/codeeditor/js/ace/snippets/scss.js +1 -7
- package/src/sap/ui/codeeditor/js/ace/snippets/sh.js +2 -3
- package/src/sap/ui/codeeditor/js/ace/snippets/sjs.js +1 -7
- package/src/sap/ui/codeeditor/js/ace/snippets/slim.js +1 -7
- package/src/sap/ui/codeeditor/js/ace/snippets/smarty.js +1 -7
- package/src/sap/ui/codeeditor/js/ace/snippets/smithy.js +9 -0
- package/src/sap/ui/codeeditor/js/ace/snippets/snippets.js +2 -3
- package/src/sap/ui/codeeditor/js/ace/snippets/soy_template.js +1 -7
- package/src/sap/ui/codeeditor/js/ace/snippets/space.js +1 -7
- package/src/sap/ui/codeeditor/js/ace/snippets/sparql.js +1 -7
- package/src/sap/ui/codeeditor/js/ace/snippets/sql.js +2 -3
- package/src/sap/ui/codeeditor/js/ace/snippets/sqlserver.js +2 -3
- package/src/sap/ui/codeeditor/js/ace/snippets/stylus.js +1 -7
- package/src/sap/ui/codeeditor/js/ace/snippets/svg.js +1 -7
- package/src/sap/ui/codeeditor/js/ace/snippets/swift.js +1 -7
- package/src/sap/ui/codeeditor/js/ace/snippets/tcl.js +2 -3
- package/src/sap/ui/codeeditor/js/ace/snippets/terraform.js +1 -7
- package/src/sap/ui/codeeditor/js/ace/snippets/tex.js +2 -3
- package/src/sap/ui/codeeditor/js/ace/snippets/text.js +1 -7
- package/src/sap/ui/codeeditor/js/ace/snippets/textile.js +2 -3
- package/src/sap/ui/codeeditor/js/ace/snippets/toml.js +1 -7
- package/src/sap/ui/codeeditor/js/ace/snippets/tsx.js +1 -7
- package/src/sap/ui/codeeditor/js/ace/snippets/turtle.js +1 -7
- package/src/sap/ui/codeeditor/js/ace/snippets/twig.js +1 -7
- package/src/sap/ui/codeeditor/js/ace/snippets/typescript.js +1 -7
- package/src/sap/ui/codeeditor/js/ace/snippets/vala.js +2 -3
- package/src/sap/ui/codeeditor/js/ace/snippets/vbscript.js +1 -7
- package/src/sap/ui/codeeditor/js/ace/snippets/velocity.js +2 -3
- package/src/sap/ui/codeeditor/js/ace/snippets/verilog.js +1 -7
- package/src/sap/ui/codeeditor/js/ace/snippets/vhdl.js +1 -7
- package/src/sap/ui/codeeditor/js/ace/snippets/visualforce.js +2 -7
- package/src/sap/ui/codeeditor/js/ace/snippets/wollok.js +2 -3
- package/src/sap/ui/codeeditor/js/ace/snippets/xml.js +1 -7
- package/src/sap/ui/codeeditor/js/ace/snippets/xquery.js +2 -3
- package/src/sap/ui/codeeditor/js/ace/snippets/yaml.js +1 -7
- package/src/sap/ui/codeeditor/js/ace/snippets/zeek.js +9 -0
- package/src/sap/ui/codeeditor/js/ace/theme-ambiance.js +5 -4
- package/src/sap/ui/codeeditor/js/ace/theme-chaos.js +3 -3
- package/src/sap/ui/codeeditor/js/ace/theme-chrome.js +2 -2
- package/src/sap/ui/codeeditor/js/ace/theme-clouds.js +2 -2
- package/src/sap/ui/codeeditor/js/ace/theme-clouds_midnight.js +2 -2
- package/src/sap/ui/codeeditor/js/ace/theme-cobalt.js +2 -2
- package/src/sap/ui/codeeditor/js/ace/theme-crimson_editor.js +2 -2
- package/src/sap/ui/codeeditor/js/ace/theme-dawn.js +2 -2
- package/src/sap/ui/codeeditor/js/ace/theme-dracula.js +2 -2
- package/src/sap/ui/codeeditor/js/ace/theme-dreamweaver.js +2 -2
- package/src/sap/ui/codeeditor/js/ace/theme-eclipse.js +2 -2
- package/src/sap/ui/codeeditor/js/ace/theme-github.js +2 -2
- package/src/sap/ui/codeeditor/js/ace/theme-gob.js +2 -2
- package/src/sap/ui/codeeditor/js/ace/theme-gruvbox.js +2 -2
- package/src/sap/ui/codeeditor/js/ace/theme-idle_fingers.js +2 -2
- package/src/sap/ui/codeeditor/js/ace/theme-iplastic.js +2 -2
- package/src/sap/ui/codeeditor/js/ace/theme-katzenmilch.js +2 -2
- package/src/sap/ui/codeeditor/js/ace/theme-kr_theme.js +2 -2
- package/src/sap/ui/codeeditor/js/ace/theme-kuroir.js +2 -2
- package/src/sap/ui/codeeditor/js/ace/theme-merbivore.js +2 -2
- package/src/sap/ui/codeeditor/js/ace/theme-merbivore_soft.js +2 -2
- package/src/sap/ui/codeeditor/js/ace/theme-mono_industrial.js +2 -2
- package/src/sap/ui/codeeditor/js/ace/theme-monokai.js +2 -2
- package/src/sap/ui/codeeditor/js/ace/theme-nord_dark.js +102 -0
- package/src/sap/ui/codeeditor/js/ace/theme-one_dark.js +139 -0
- package/src/sap/ui/codeeditor/js/ace/theme-pastel_on_dark.js +2 -2
- package/src/sap/ui/codeeditor/js/ace/theme-solarized_dark.js +2 -2
- package/src/sap/ui/codeeditor/js/ace/theme-solarized_light.js +2 -2
- package/src/sap/ui/codeeditor/js/ace/theme-sqlserver.js +2 -2
- package/src/sap/ui/codeeditor/js/ace/theme-terminal.js +2 -2
- package/src/sap/ui/codeeditor/js/ace/theme-textmate.js +2 -2
- package/src/sap/ui/codeeditor/js/ace/theme-tomorrow.js +2 -2
- package/src/sap/ui/codeeditor/js/ace/theme-tomorrow_night.js +2 -2
- package/src/sap/ui/codeeditor/js/ace/theme-tomorrow_night_blue.js +2 -2
- package/src/sap/ui/codeeditor/js/ace/theme-tomorrow_night_bright.js +2 -2
- package/src/sap/ui/codeeditor/js/ace/theme-tomorrow_night_eighties.js +2 -2
- package/src/sap/ui/codeeditor/js/ace/theme-twilight.js +5 -5
- package/src/sap/ui/codeeditor/js/ace/theme-vibrant_ink.js +2 -2
- package/src/sap/ui/codeeditor/js/ace/theme-xcode.js +2 -2
- package/src/sap/ui/codeeditor/js/ace/worker-base.js +1421 -0
- package/src/sap/ui/codeeditor/js/ace/worker-coffee.js +17 -703
- package/src/sap/ui/codeeditor/js/ace/worker-css.js +3629 -3396
- package/src/sap/ui/codeeditor/js/ace/worker-html.js +17 -703
- package/src/sap/ui/codeeditor/js/ace/worker-javascript.js +7831 -5361
- package/src/sap/ui/codeeditor/js/ace/worker-json.js +17 -703
- package/src/sap/ui/codeeditor/js/ace/worker-lua.js +973 -1001
- package/src/sap/ui/codeeditor/js/ace/worker-php.js +859 -1477
- package/src/sap/ui/codeeditor/js/ace/worker-xml.js +26 -707
- package/src/sap/ui/codeeditor/js/ace/worker-xquery.js +17 -703
- package/src/sap/ui/codeeditor/library.js +2 -2
- package/ui5.yaml +4 -1
- package/src/sap/ui/codeeditor/js/ace/LICENSE.txt +0 -24
- package/src/sap/ui/codeeditor/js/ace/ext-chromevox.js +0 -540
- package/src/sap/ui/codeeditor/js/ace/ext-old_ie.js +0 -502
- package/src/sap/ui/codeeditor/js/ace/mode-bro.js +0 -334
- package/src/sap/ui/codeeditor/js/ace/mode-lean.js +0 -281
- package/src/sap/ui/codeeditor/js/ace/mode-live_script.js +0 -481
- package/src/sap/ui/codeeditor/js/ace/mode-mavens_mate_log.js +0 -160
- package/src/sap/ui/codeeditor/js/ace/mode-mips_assembler.js +0 -235
- package/src/sap/ui/codeeditor/js/ace/mode-swig.js +0 -1099
- package/src/sap/ui/codeeditor/js/ace/snippets/bro.js +0 -15
- package/src/sap/ui/codeeditor/js/ace/snippets/lean.js +0 -7
- package/src/sap/ui/codeeditor/js/ace/snippets/live_script.js +0 -7
- package/src/sap/ui/codeeditor/js/ace/snippets/mips_assembler.js +0 -7
- package/src/sap/ui/codeeditor/js/ace/snippets/mipsassembler.js +0 -7
- package/src/sap/ui/codeeditor/js/ace/snippets/perl6.js +0 -14
- package/src/sap/ui/codeeditor/js/ace/snippets/swig.js +0 -7
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
ace.define("ace/mode/doc_comment_highlight_rules",[
|
|
1
|
+
ace.define("ace/mode/doc_comment_highlight_rules",[], function(require, exports, module) {
|
|
2
2
|
"use strict";
|
|
3
3
|
|
|
4
4
|
var oop = require("../lib/oop");
|
|
@@ -48,7 +48,7 @@ exports.DocCommentHighlightRules = DocCommentHighlightRules;
|
|
|
48
48
|
|
|
49
49
|
});
|
|
50
50
|
|
|
51
|
-
ace.define("ace/mode/css_highlight_rules",[
|
|
51
|
+
ace.define("ace/mode/css_highlight_rules",[], function(require, exports, module) {
|
|
52
52
|
"use strict";
|
|
53
53
|
|
|
54
54
|
var oop = require("../lib/oop");
|
|
@@ -243,7 +243,7 @@ exports.CssHighlightRules = CssHighlightRules;
|
|
|
243
243
|
|
|
244
244
|
});
|
|
245
245
|
|
|
246
|
-
ace.define("ace/mode/javascript_highlight_rules",[
|
|
246
|
+
ace.define("ace/mode/javascript_highlight_rules",[], function(require, exports, module) {
|
|
247
247
|
"use strict";
|
|
248
248
|
|
|
249
249
|
var oop = require("../lib/oop");
|
|
@@ -717,7 +717,7 @@ function comments(next) {
|
|
|
717
717
|
exports.JavaScriptHighlightRules = JavaScriptHighlightRules;
|
|
718
718
|
});
|
|
719
719
|
|
|
720
|
-
ace.define("ace/mode/xml_highlight_rules",[
|
|
720
|
+
ace.define("ace/mode/xml_highlight_rules",[], function(require, exports, module) {
|
|
721
721
|
"use strict";
|
|
722
722
|
|
|
723
723
|
var oop = require("../lib/oop");
|
|
@@ -920,7 +920,7 @@ oop.inherits(XmlHighlightRules, TextHighlightRules);
|
|
|
920
920
|
exports.XmlHighlightRules = XmlHighlightRules;
|
|
921
921
|
});
|
|
922
922
|
|
|
923
|
-
ace.define("ace/mode/html_highlight_rules",[
|
|
923
|
+
ace.define("ace/mode/html_highlight_rules",[], function(require, exports, module) {
|
|
924
924
|
"use strict";
|
|
925
925
|
|
|
926
926
|
var oop = require("../lib/oop");
|
|
@@ -1002,7 +1002,7 @@ oop.inherits(HtmlHighlightRules, XmlHighlightRules);
|
|
|
1002
1002
|
exports.HtmlHighlightRules = HtmlHighlightRules;
|
|
1003
1003
|
});
|
|
1004
1004
|
|
|
1005
|
-
ace.define("ace/mode/php_highlight_rules",[
|
|
1005
|
+
ace.define("ace/mode/php_highlight_rules",[], function(require, exports, module) {
|
|
1006
1006
|
"use strict";
|
|
1007
1007
|
|
|
1008
1008
|
var oop = require("../lib/oop");
|
|
@@ -2065,7 +2065,7 @@ exports.PhpHighlightRules = PhpHighlightRules;
|
|
|
2065
2065
|
exports.PhpLangHighlightRules = PhpLangHighlightRules;
|
|
2066
2066
|
});
|
|
2067
2067
|
|
|
2068
|
-
ace.define("ace/mode/php_laravel_blade_highlight_rules",[
|
|
2068
|
+
ace.define("ace/mode/php_laravel_blade_highlight_rules",[], function(require, exports, module) {
|
|
2069
2069
|
"use strict";
|
|
2070
2070
|
|
|
2071
2071
|
var oop = require("../lib/oop");
|
|
@@ -2236,7 +2236,7 @@ oop.inherits(PHPLaravelBladeHighlightRules, PhpHighlightRules);
|
|
|
2236
2236
|
exports.PHPLaravelBladeHighlightRules = PHPLaravelBladeHighlightRules;
|
|
2237
2237
|
});
|
|
2238
2238
|
|
|
2239
|
-
ace.define("ace/mode/matching_brace_outdent",[
|
|
2239
|
+
ace.define("ace/mode/matching_brace_outdent",[], function(require, exports, module) {
|
|
2240
2240
|
"use strict";
|
|
2241
2241
|
|
|
2242
2242
|
var Range = require("../range").Range;
|
|
@@ -2276,7 +2276,7 @@ var MatchingBraceOutdent = function() {};
|
|
|
2276
2276
|
exports.MatchingBraceOutdent = MatchingBraceOutdent;
|
|
2277
2277
|
});
|
|
2278
2278
|
|
|
2279
|
-
ace.define("ace/mode/php_completions",[
|
|
2279
|
+
ace.define("ace/mode/php_completions",[], function(require, exports, module) {
|
|
2280
2280
|
"use strict";
|
|
2281
2281
|
|
|
2282
2282
|
var functionMap = {
|
|
@@ -2309,15 +2309,15 @@ var functionMap = {
|
|
|
2309
2309
|
"Escapes single quote, double quotes and backslash characters in a string with backslashes"
|
|
2310
2310
|
],
|
|
2311
2311
|
"apache_child_terminate": [
|
|
2312
|
-
"bool apache_child_terminate(
|
|
2312
|
+
"bool apache_child_terminate()",
|
|
2313
2313
|
"Terminate apache process after this request"
|
|
2314
2314
|
],
|
|
2315
2315
|
"apache_get_modules": [
|
|
2316
|
-
"array apache_get_modules(
|
|
2316
|
+
"array apache_get_modules()",
|
|
2317
2317
|
"Get a list of loaded Apache modules"
|
|
2318
2318
|
],
|
|
2319
2319
|
"apache_get_version": [
|
|
2320
|
-
"string apache_get_version(
|
|
2320
|
+
"string apache_get_version()",
|
|
2321
2321
|
"Fetch Apache version"
|
|
2322
2322
|
],
|
|
2323
2323
|
"apache_getenv": [
|
|
@@ -2349,7 +2349,7 @@ var functionMap = {
|
|
|
2349
2349
|
"* fetch all headers that go out in case of an error or a subrequest"
|
|
2350
2350
|
],
|
|
2351
2351
|
"apache_request_headers": [
|
|
2352
|
-
"array apache_request_headers(
|
|
2352
|
+
"array apache_request_headers()",
|
|
2353
2353
|
"Fetch all HTTP request headers"
|
|
2354
2354
|
],
|
|
2355
2355
|
"apache_request_headers_in": [
|
|
@@ -2365,7 +2365,7 @@ var functionMap = {
|
|
|
2365
2365
|
""
|
|
2366
2366
|
],
|
|
2367
2367
|
"apache_request_log_error": [
|
|
2368
|
-
"
|
|
2368
|
+
"bool apache_request_log_error(string message, [long facility])",
|
|
2369
2369
|
""
|
|
2370
2370
|
],
|
|
2371
2371
|
"apache_request_meets_conditions": [
|
|
@@ -2417,11 +2417,11 @@ var functionMap = {
|
|
|
2417
2417
|
""
|
|
2418
2418
|
],
|
|
2419
2419
|
"apache_reset_timeout": [
|
|
2420
|
-
"bool apache_reset_timeout(
|
|
2420
|
+
"bool apache_reset_timeout()",
|
|
2421
2421
|
"Reset the Apache write timer"
|
|
2422
2422
|
],
|
|
2423
2423
|
"apache_response_headers": [
|
|
2424
|
-
"array apache_response_headers(
|
|
2424
|
+
"array apache_response_headers()",
|
|
2425
2425
|
"Fetch all HTTP response headers"
|
|
2426
2426
|
],
|
|
2427
2427
|
"apache_setenv": [
|
|
@@ -2508,6 +2508,14 @@ var functionMap = {
|
|
|
2508
2508
|
"array array_keys(array input [, mixed search_value[, bool strict]])",
|
|
2509
2509
|
"Return just the keys from the input array, optionally only for the specified search_value"
|
|
2510
2510
|
],
|
|
2511
|
+
"array_key_first": [
|
|
2512
|
+
"mixed array_key_first(array arr)",
|
|
2513
|
+
"Returns the first key of arr if the array is not empty; NULL otherwise"
|
|
2514
|
+
],
|
|
2515
|
+
"array_key_last": [
|
|
2516
|
+
"mixed array_key_last(array arr)",
|
|
2517
|
+
"Returns the last key of arr if the array is not empty; NULL otherwise"
|
|
2518
|
+
],
|
|
2511
2519
|
"array_map": [
|
|
2512
2520
|
"array array_map(mixed callback, array input1 [, array input2 ,...])",
|
|
2513
2521
|
"Applies the callback to the elements in given arrays."
|
|
@@ -2865,7 +2873,7 @@ var functionMap = {
|
|
|
2865
2873
|
"Change file mode"
|
|
2866
2874
|
],
|
|
2867
2875
|
"chown": [
|
|
2868
|
-
"bool chown
|
|
2876
|
+
"bool chown(string filename, mixed user)",
|
|
2869
2877
|
"Change file owner"
|
|
2870
2878
|
],
|
|
2871
2879
|
"chr": [
|
|
@@ -2893,7 +2901,7 @@ var functionMap = {
|
|
|
2893
2901
|
"Return all classes and interfaces implemented by SPL"
|
|
2894
2902
|
],
|
|
2895
2903
|
"class_parents": [
|
|
2896
|
-
"array class_parents(object instance [,
|
|
2904
|
+
"array class_parents(object instance [, bool autoload = true])",
|
|
2897
2905
|
"Return an array containing the names of all parent classes"
|
|
2898
2906
|
],
|
|
2899
2907
|
"clearstatcache": [
|
|
@@ -2905,7 +2913,7 @@ var functionMap = {
|
|
|
2905
2913
|
"Close directory connection identified by the dir_handle"
|
|
2906
2914
|
],
|
|
2907
2915
|
"closelog": [
|
|
2908
|
-
"bool closelog(
|
|
2916
|
+
"bool closelog()",
|
|
2909
2917
|
"Close connection to system logger"
|
|
2910
2918
|
],
|
|
2911
2919
|
"collator_asort": [
|
|
@@ -2997,11 +3005,11 @@ var functionMap = {
|
|
|
2997
3005
|
"Return a string to confirm that the module is compiled in"
|
|
2998
3006
|
],
|
|
2999
3007
|
"connection_aborted": [
|
|
3000
|
-
"int connection_aborted(
|
|
3008
|
+
"int connection_aborted()",
|
|
3001
3009
|
"Returns true if client disconnected"
|
|
3002
3010
|
],
|
|
3003
3011
|
"connection_status": [
|
|
3004
|
-
"int connection_status(
|
|
3012
|
+
"int connection_status()",
|
|
3005
3013
|
"Returns the connection status bitfield"
|
|
3006
3014
|
],
|
|
3007
3015
|
"constant": [
|
|
@@ -3046,7 +3054,7 @@ var functionMap = {
|
|
|
3046
3054
|
],
|
|
3047
3055
|
"create_function": [
|
|
3048
3056
|
"string create_function(string args, string code)",
|
|
3049
|
-
"Creates an anonymous function, and returns its name
|
|
3057
|
+
"Creates an anonymous function, and returns its name"
|
|
3050
3058
|
],
|
|
3051
3059
|
"crypt": [
|
|
3052
3060
|
"string crypt(string str [, string salt])",
|
|
@@ -3145,7 +3153,7 @@ var functionMap = {
|
|
|
3145
3153
|
"Get information about the current transfers"
|
|
3146
3154
|
],
|
|
3147
3155
|
"curl_multi_init": [
|
|
3148
|
-
"resource curl_multi_init(
|
|
3156
|
+
"resource curl_multi_init()",
|
|
3149
3157
|
"Returns a new cURL multi handle"
|
|
3150
3158
|
],
|
|
3151
3159
|
"curl_multi_remove_handle": [
|
|
@@ -3341,7 +3349,7 @@ var functionMap = {
|
|
|
3341
3349
|
"* Set formatter pattern."
|
|
3342
3350
|
],
|
|
3343
3351
|
"datefmt_set_timezone_id": [
|
|
3344
|
-
"
|
|
3352
|
+
"bool datefmt_set_timezone_id( IntlDateFormatter $mf,$timezone_id)",
|
|
3345
3353
|
"* Set formatter timezone_id."
|
|
3346
3354
|
],
|
|
3347
3355
|
"dba_close": [
|
|
@@ -3409,7 +3417,7 @@ var functionMap = {
|
|
|
3409
3417
|
"Return the translation of msgid for domain_name and category, or msgid unaltered if a translation does not exist"
|
|
3410
3418
|
],
|
|
3411
3419
|
"dcngettext": [
|
|
3412
|
-
"string dcngettext
|
|
3420
|
+
"string dcngettext(string domain, string msgid1, string msgid2, int n, int category)",
|
|
3413
3421
|
"Plural version of dcgettext()"
|
|
3414
3422
|
],
|
|
3415
3423
|
"debug_backtrace": [
|
|
@@ -3417,44 +3425,231 @@ var functionMap = {
|
|
|
3417
3425
|
"Return backtrace as array"
|
|
3418
3426
|
],
|
|
3419
3427
|
"debug_print_backtrace": [
|
|
3420
|
-
"void debug_print_backtrace(
|
|
3421
|
-
"
|
|
3428
|
+
"void debug_print_backtrace()",
|
|
3429
|
+
"Prints a PHP backtrace"
|
|
3430
|
+
],
|
|
3431
|
+
"debug_zval_dump": [
|
|
3432
|
+
"void debug_zval_dump(mixed var)",
|
|
3433
|
+
"Dumps a string representation of an internal Zend value to output"
|
|
3434
|
+
],
|
|
3435
|
+
"decbin": [
|
|
3436
|
+
"string decbin(int decimal_number)",
|
|
3437
|
+
"Returns a string containing a binary representation of the number"
|
|
3438
|
+
],
|
|
3439
|
+
"dechex": [
|
|
3440
|
+
"string dechex(int decimal_number)",
|
|
3441
|
+
"Returns a string containing a hexadecimal representation of the given number"
|
|
3442
|
+
],
|
|
3443
|
+
"decoct": [
|
|
3444
|
+
"string decoct(int decimal_number)",
|
|
3445
|
+
"Returns a string containing an octal representation of the given number"
|
|
3446
|
+
],
|
|
3447
|
+
"define": [
|
|
3448
|
+
"bool define(string constant_name, mixed value, bool case_insensitive=false)",
|
|
3449
|
+
"Define a new constant"
|
|
3450
|
+
],
|
|
3451
|
+
"define_syslog_variables": [
|
|
3452
|
+
"void define_syslog_variables()",
|
|
3453
|
+
"Initializes all syslog-related variables"
|
|
3454
|
+
],
|
|
3455
|
+
"defined": [
|
|
3456
|
+
"bool defined(string constant_name)",
|
|
3457
|
+
"Check whether a constant exists"
|
|
3458
|
+
],
|
|
3459
|
+
"deg2rad": [
|
|
3460
|
+
"float deg2rad(float number)",
|
|
3461
|
+
"Converts the number in degrees to the radian equivalent"
|
|
3462
|
+
],
|
|
3463
|
+
"dgettext": [
|
|
3464
|
+
"string dgettext(string domain_name, string msgid)",
|
|
3465
|
+
"Return the translation of msgid for domain_name, or msgid unaltered if a translation does not exist"
|
|
3466
|
+
],
|
|
3467
|
+
"die": [
|
|
3468
|
+
"void die([mixed status])",
|
|
3469
|
+
"Output a message and terminate the current script"
|
|
3470
|
+
],
|
|
3471
|
+
"dir": [
|
|
3472
|
+
"object dir(string directory[, resource context])",
|
|
3473
|
+
"Directory class with properties, handle and class and methods read, rewind and close"
|
|
3474
|
+
],
|
|
3475
|
+
"dirname": [
|
|
3476
|
+
"string dirname(string path)",
|
|
3477
|
+
"Returns the directory name component of the path"
|
|
3478
|
+
],
|
|
3479
|
+
"disk_free_space": [
|
|
3480
|
+
"float disk_free_space(string path)",
|
|
3481
|
+
"Get free disk space for filesystem that path is on"
|
|
3482
|
+
],
|
|
3483
|
+
"disk_total_space": [
|
|
3484
|
+
"float disk_total_space(string path)",
|
|
3485
|
+
"Get total disk space for filesystem that path is on"
|
|
3486
|
+
],
|
|
3487
|
+
"display_disabled_function": [
|
|
3488
|
+
"void display_disabled_function()",
|
|
3489
|
+
"Dummy function which displays an error when a disabled function is called."
|
|
3490
|
+
],
|
|
3491
|
+
"dl": [
|
|
3492
|
+
"int dl(string extension_filename)",
|
|
3493
|
+
"Load a PHP extension at runtime"
|
|
3494
|
+
],
|
|
3495
|
+
"dngettext": [
|
|
3496
|
+
"string dngettext(string domain, string msgid1, string msgid2, int count)",
|
|
3497
|
+
"Plural version of dgettext()"
|
|
3498
|
+
],
|
|
3499
|
+
"dns_check_record": [
|
|
3500
|
+
"bool dns_check_record(string host [, string type])",
|
|
3501
|
+
"Check DNS records corresponding to a given Internet host name or IP address"
|
|
3502
|
+
],
|
|
3503
|
+
"dns_get_mx": [
|
|
3504
|
+
"bool dns_get_mx(string hostname, array mxhosts [, array weight])",
|
|
3505
|
+
"Get MX records corresponding to a given Internet host name"
|
|
3506
|
+
],
|
|
3507
|
+
"dns_get_record": [
|
|
3508
|
+
"array|false dns_get_record(string hostname [, int type[, array authns, array addtl]])",
|
|
3509
|
+
"Get any Resource Record corresponding to a given Internet host name"
|
|
3510
|
+
],
|
|
3511
|
+
"dom_attr_is_id": [
|
|
3512
|
+
"bool dom_attr_is_id()",
|
|
3513
|
+
"URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#Attr-isId Since: DOM Level 3"
|
|
3514
|
+
],
|
|
3515
|
+
"dom_characterdata_append_data": [
|
|
3516
|
+
"void dom_characterdata_append_data(string arg)",
|
|
3517
|
+
"URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-32791A2F Since:"
|
|
3518
|
+
],
|
|
3519
|
+
"dom_characterdata_delete_data": [
|
|
3520
|
+
"void dom_characterdata_delete_data(int offset, int count)",
|
|
3521
|
+
"URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-7C603781 Since:"
|
|
3522
|
+
],
|
|
3523
|
+
"dom_characterdata_insert_data": [
|
|
3524
|
+
"void dom_characterdata_insert_data(int offset, string arg)",
|
|
3525
|
+
"URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-3EDB695F Since:"
|
|
3526
|
+
],
|
|
3527
|
+
"dom_characterdata_replace_data": [
|
|
3528
|
+
"void dom_characterdata_replace_data(int offset, int count, string arg)",
|
|
3529
|
+
"URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-E5CBA7FB Since:"
|
|
3530
|
+
],
|
|
3531
|
+
"dom_characterdata_substring_data": [
|
|
3532
|
+
"string dom_characterdata_substring_data(int offset, int count)",
|
|
3533
|
+
"URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-6531BCCF Since:"
|
|
3534
|
+
],
|
|
3535
|
+
"dom_document_adopt_node": [
|
|
3536
|
+
"DOMNode dom_document_adopt_node(DOMNode source)",
|
|
3537
|
+
"URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-Document3-adoptNode Since: DOM Level 3"
|
|
3538
|
+
],
|
|
3539
|
+
"dom_document_create_attribute": [
|
|
3540
|
+
"DOMAttr dom_document_create_attribute(string name)",
|
|
3541
|
+
"URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-1084891198 Since:"
|
|
3542
|
+
],
|
|
3543
|
+
"dom_document_create_attribute_ns": [
|
|
3544
|
+
"DOMAttr dom_document_create_attribute_ns(string namespaceURI, string qualifiedName)",
|
|
3545
|
+
"URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-DocCrAttrNS Since: DOM Level 2"
|
|
3546
|
+
],
|
|
3547
|
+
"dom_document_create_cdatasection": [
|
|
3548
|
+
"DOMCdataSection dom_document_create_cdatasection(string data)",
|
|
3549
|
+
"URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-D26C0AF8 Since:"
|
|
3550
|
+
],
|
|
3551
|
+
"dom_document_create_comment": [
|
|
3552
|
+
"DOMComment dom_document_create_comment(string data)",
|
|
3553
|
+
"URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-1334481328 Since:"
|
|
3554
|
+
],
|
|
3555
|
+
"dom_document_create_document_fragment": [
|
|
3556
|
+
"DOMDocumentFragment dom_document_create_document_fragment()",
|
|
3557
|
+
"URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-35CB04B5 Since:"
|
|
3558
|
+
],
|
|
3559
|
+
"dom_document_create_element": [
|
|
3560
|
+
"DOMElement dom_document_create_element(string tagName [, string value])",
|
|
3561
|
+
"URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-2141741547 Since:"
|
|
3562
|
+
],
|
|
3563
|
+
"dom_document_create_element_ns": [
|
|
3564
|
+
"DOMElement dom_document_create_element_ns(string namespaceURI, string qualifiedName [,string value])",
|
|
3565
|
+
"URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-DocCrElNS Since: DOM Level 2"
|
|
3566
|
+
],
|
|
3567
|
+
"dom_document_create_entity_reference": [
|
|
3568
|
+
"DOMEntityReference dom_document_create_entity_reference(string name)",
|
|
3569
|
+
"URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-392B75AE Since:"
|
|
3570
|
+
],
|
|
3571
|
+
"dom_document_create_processing_instruction": [
|
|
3572
|
+
"DOMProcessingInstruction dom_document_create_processing_instruction(string target, string data)",
|
|
3573
|
+
"URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-135944439 Since:"
|
|
3574
|
+
],
|
|
3575
|
+
"dom_document_create_text_node": [
|
|
3576
|
+
"DOMText dom_document_create_text_node(string data)",
|
|
3577
|
+
"URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-1975348127 Since:"
|
|
3578
|
+
],
|
|
3579
|
+
"dom_document_get_element_by_id": [
|
|
3580
|
+
"DOMElement dom_document_get_element_by_id(string elementId)",
|
|
3581
|
+
"URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-getElBId Since: DOM Level 2"
|
|
3582
|
+
],
|
|
3583
|
+
"dom_document_get_elements_by_tag_name": [
|
|
3584
|
+
"DOMNodeList dom_document_get_elements_by_tag_name(string tagname)",
|
|
3585
|
+
"URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-A6C9094 Since:"
|
|
3586
|
+
],
|
|
3587
|
+
"dom_document_get_elements_by_tag_name_ns": [
|
|
3588
|
+
"DOMNodeList dom_document_get_elements_by_tag_name_ns(string namespaceURI, string localName)",
|
|
3589
|
+
"URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-getElBTNNS Since: DOM Level 2"
|
|
3590
|
+
],
|
|
3591
|
+
"dom_document_import_node": [
|
|
3592
|
+
"DOMNode dom_document_import_node(DOMNode importedNode, bool deep)",
|
|
3593
|
+
"URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#Core-Document-importNode Since: DOM Level 2"
|
|
3594
|
+
],
|
|
3595
|
+
"dom_document_load": [
|
|
3596
|
+
"DOMNode dom_document_load(string source [, int options])",
|
|
3597
|
+
"URL: http://www.w3.org/TR/DOM-Level-3-LS/load-save.html#LS-DocumentLS-load Since: DOM Level 3"
|
|
3598
|
+
],
|
|
3599
|
+
"dom_document_load_html": [
|
|
3600
|
+
"DOMNode dom_document_load_html(string source)",
|
|
3601
|
+
"Since: DOM extended"
|
|
3602
|
+
],
|
|
3603
|
+
"dom_document_load_html_file": [
|
|
3604
|
+
"DOMNode dom_document_load_html_file(string source)",
|
|
3605
|
+
"Since: DOM extended"
|
|
3606
|
+
],
|
|
3607
|
+
"dom_document_loadxml": [
|
|
3608
|
+
"DOMNode dom_document_loadxml(string source [, int options])",
|
|
3609
|
+
"URL: http://www.w3.org/TR/DOM-Level-3-LS/load-save.html#LS-DocumentLS-loadXML Since: DOM Level 3"
|
|
3610
|
+
],
|
|
3611
|
+
"dom_document_normalize_document": [
|
|
3612
|
+
"void dom_document_normalize_document()",
|
|
3613
|
+
"URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-Document3-normalizeDocument Since: DOM Level 3"
|
|
3614
|
+
],
|
|
3615
|
+
"dom_document_relaxNG_validate_file": [
|
|
3616
|
+
"bool dom_document_relaxNG_validate_file(string filename); */",
|
|
3422
3617
|
"PHP_FUNCTION(dom_document_relaxNG_validate_file) { _dom_document_relaxNG_validate(INTERNAL_FUNCTION_PARAM_PASSTHRU, DOM_LOAD_FILE); } /* }}} end dom_document_relaxNG_validate_file"
|
|
3423
3618
|
],
|
|
3424
3619
|
"dom_document_relaxNG_validate_xml": [
|
|
3425
|
-
"
|
|
3620
|
+
"bool dom_document_relaxNG_validate_xml(string source); */",
|
|
3426
3621
|
"PHP_FUNCTION(dom_document_relaxNG_validate_xml) { _dom_document_relaxNG_validate(INTERNAL_FUNCTION_PARAM_PASSTHRU, DOM_LOAD_STRING); } /* }}} end dom_document_relaxNG_validate_xml"
|
|
3427
3622
|
],
|
|
3428
3623
|
"dom_document_rename_node": [
|
|
3429
|
-
"DOMNode dom_document_rename_node(node n, string namespaceURI, string qualifiedName)
|
|
3624
|
+
"DOMNode dom_document_rename_node(node n, string namespaceURI, string qualifiedName)",
|
|
3430
3625
|
"URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-Document3-renameNode Since: DOM Level 3"
|
|
3431
3626
|
],
|
|
3432
3627
|
"dom_document_save": [
|
|
3433
|
-
"int dom_document_save(string file)
|
|
3628
|
+
"int dom_document_save(string file)",
|
|
3434
3629
|
"Convenience method to save to file"
|
|
3435
3630
|
],
|
|
3436
3631
|
"dom_document_save_html": [
|
|
3437
|
-
"string dom_document_save_html()
|
|
3632
|
+
"string dom_document_save_html()",
|
|
3438
3633
|
"Convenience method to output as html"
|
|
3439
3634
|
],
|
|
3440
3635
|
"dom_document_save_html_file": [
|
|
3441
|
-
"int dom_document_save_html_file(string file)
|
|
3636
|
+
"int dom_document_save_html_file(string file)",
|
|
3442
3637
|
"Convenience method to save to file as html"
|
|
3443
3638
|
],
|
|
3444
3639
|
"dom_document_savexml": [
|
|
3445
|
-
"string dom_document_savexml([node n])
|
|
3640
|
+
"string dom_document_savexml([node n])",
|
|
3446
3641
|
"URL: http://www.w3.org/TR/DOM-Level-3-LS/load-save.html#LS-DocumentLS-saveXML Since: DOM Level 3"
|
|
3447
3642
|
],
|
|
3448
3643
|
"dom_document_schema_validate": [
|
|
3449
|
-
"
|
|
3644
|
+
"bool dom_document_schema_validate(string source); */",
|
|
3450
3645
|
"PHP_FUNCTION(dom_document_schema_validate_xml) { _dom_document_schema_validate(INTERNAL_FUNCTION_PARAM_PASSTHRU, DOM_LOAD_STRING); } /* }}} end dom_document_schema_validate"
|
|
3451
3646
|
],
|
|
3452
3647
|
"dom_document_schema_validate_file": [
|
|
3453
|
-
"
|
|
3648
|
+
"bool dom_document_schema_validate_file(string filename); */",
|
|
3454
3649
|
"PHP_FUNCTION(dom_document_schema_validate_file) { _dom_document_schema_validate(INTERNAL_FUNCTION_PARAM_PASSTHRU, DOM_LOAD_FILE); } /* }}} end dom_document_schema_validate_file"
|
|
3455
3650
|
],
|
|
3456
3651
|
"dom_document_validate": [
|
|
3457
|
-
"
|
|
3652
|
+
"bool dom_document_validate()",
|
|
3458
3653
|
"Since: DOM extended"
|
|
3459
3654
|
],
|
|
3460
3655
|
"dom_document_xinclude": [
|
|
@@ -3462,123 +3657,123 @@ var functionMap = {
|
|
|
3462
3657
|
"Substitutues xincludes in a DomDocument"
|
|
3463
3658
|
],
|
|
3464
3659
|
"dom_domconfiguration_can_set_parameter": [
|
|
3465
|
-
"
|
|
3660
|
+
"bool dom_domconfiguration_can_set_parameter(string name, domuserdata value)",
|
|
3466
3661
|
"URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#DOMConfiguration-canSetParameter Since:"
|
|
3467
3662
|
],
|
|
3468
3663
|
"dom_domconfiguration_get_parameter": [
|
|
3469
|
-
"domdomuserdata dom_domconfiguration_get_parameter(string name)
|
|
3664
|
+
"domdomuserdata dom_domconfiguration_get_parameter(string name)",
|
|
3470
3665
|
"URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#DOMConfiguration-getParameter Since:"
|
|
3471
3666
|
],
|
|
3472
3667
|
"dom_domconfiguration_set_parameter": [
|
|
3473
|
-
"dom_void dom_domconfiguration_set_parameter(string name, domuserdata value)
|
|
3668
|
+
"dom_void dom_domconfiguration_set_parameter(string name, domuserdata value)",
|
|
3474
3669
|
"URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#DOMConfiguration-property Since:"
|
|
3475
3670
|
],
|
|
3476
3671
|
"dom_domerrorhandler_handle_error": [
|
|
3477
|
-
"
|
|
3672
|
+
"dom_bool dom_domerrorhandler_handle_error(domerror error)",
|
|
3478
3673
|
"URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#ID-ERRORS-DOMErrorHandler-handleError Since:"
|
|
3479
3674
|
],
|
|
3480
3675
|
"dom_domimplementation_create_document": [
|
|
3481
|
-
"DOMDocument dom_domimplementation_create_document(string namespaceURI, string qualifiedName, DOMDocumentType doctype)
|
|
3676
|
+
"DOMDocument dom_domimplementation_create_document(string namespaceURI, string qualifiedName, DOMDocumentType doctype)",
|
|
3482
3677
|
"URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#Level-2-Core-DOM-createDocument Since: DOM Level 2"
|
|
3483
3678
|
],
|
|
3484
3679
|
"dom_domimplementation_create_document_type": [
|
|
3485
|
-
"DOMDocumentType dom_domimplementation_create_document_type(string qualifiedName, string publicId, string systemId)
|
|
3680
|
+
"DOMDocumentType dom_domimplementation_create_document_type(string qualifiedName, string publicId, string systemId)",
|
|
3486
3681
|
"URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#Level-2-Core-DOM-createDocType Since: DOM Level 2"
|
|
3487
3682
|
],
|
|
3488
3683
|
"dom_domimplementation_get_feature": [
|
|
3489
|
-
"DOMNode dom_domimplementation_get_feature(string feature, string version)
|
|
3684
|
+
"DOMNode dom_domimplementation_get_feature(string feature, string version)",
|
|
3490
3685
|
"URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#DOMImplementation3-getFeature Since: DOM Level 3"
|
|
3491
3686
|
],
|
|
3492
3687
|
"dom_domimplementation_has_feature": [
|
|
3493
|
-
"
|
|
3688
|
+
"bool dom_domimplementation_has_feature(string feature, string version)",
|
|
3494
3689
|
"URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#ID-5CED94D7 Since:"
|
|
3495
3690
|
],
|
|
3496
3691
|
"dom_domimplementationlist_item": [
|
|
3497
|
-
"domdomimplementation dom_domimplementationlist_item(int index)
|
|
3692
|
+
"domdomimplementation dom_domimplementationlist_item(int index)",
|
|
3498
3693
|
"URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#DOMImplementationList-item Since:"
|
|
3499
3694
|
],
|
|
3500
3695
|
"dom_domimplementationsource_get_domimplementation": [
|
|
3501
|
-
"domdomimplementation dom_domimplementationsource_get_domimplementation(string features)
|
|
3696
|
+
"domdomimplementation dom_domimplementationsource_get_domimplementation(string features)",
|
|
3502
3697
|
"URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#ID-getDOMImpl Since:"
|
|
3503
3698
|
],
|
|
3504
3699
|
"dom_domimplementationsource_get_domimplementations": [
|
|
3505
|
-
"domimplementationlist dom_domimplementationsource_get_domimplementations(string features)
|
|
3700
|
+
"domimplementationlist dom_domimplementationsource_get_domimplementations(string features)",
|
|
3506
3701
|
"URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#ID-getDOMImpls Since:"
|
|
3507
3702
|
],
|
|
3508
3703
|
"dom_domstringlist_item": [
|
|
3509
|
-
"domstring dom_domstringlist_item(int index)
|
|
3704
|
+
"domstring dom_domstringlist_item(int index)",
|
|
3510
3705
|
"URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#DOMStringList-item Since:"
|
|
3511
3706
|
],
|
|
3512
3707
|
"dom_element_get_attribute": [
|
|
3513
|
-
"string dom_element_get_attribute(string name)
|
|
3708
|
+
"string dom_element_get_attribute(string name)",
|
|
3514
3709
|
"URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-666EE0F9 Since:"
|
|
3515
3710
|
],
|
|
3516
3711
|
"dom_element_get_attribute_node": [
|
|
3517
|
-
"DOMAttr dom_element_get_attribute_node(string name)
|
|
3712
|
+
"DOMAttr dom_element_get_attribute_node(string name)",
|
|
3518
3713
|
"URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-217A91B8 Since:"
|
|
3519
3714
|
],
|
|
3520
3715
|
"dom_element_get_attribute_node_ns": [
|
|
3521
|
-
"DOMAttr dom_element_get_attribute_node_ns(string namespaceURI, string localName)
|
|
3716
|
+
"DOMAttr dom_element_get_attribute_node_ns(string namespaceURI, string localName)",
|
|
3522
3717
|
"URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-ElGetAtNodeNS Since: DOM Level 2"
|
|
3523
3718
|
],
|
|
3524
3719
|
"dom_element_get_attribute_ns": [
|
|
3525
|
-
"string dom_element_get_attribute_ns(string namespaceURI, string localName)
|
|
3720
|
+
"string dom_element_get_attribute_ns(string namespaceURI, string localName)",
|
|
3526
3721
|
"URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-ElGetAttrNS Since: DOM Level 2"
|
|
3527
3722
|
],
|
|
3528
3723
|
"dom_element_get_elements_by_tag_name": [
|
|
3529
|
-
"DOMNodeList dom_element_get_elements_by_tag_name(string name)
|
|
3724
|
+
"DOMNodeList dom_element_get_elements_by_tag_name(string name)",
|
|
3530
3725
|
"URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-1938918D Since:"
|
|
3531
3726
|
],
|
|
3532
3727
|
"dom_element_get_elements_by_tag_name_ns": [
|
|
3533
|
-
"DOMNodeList dom_element_get_elements_by_tag_name_ns(string namespaceURI, string localName)
|
|
3728
|
+
"DOMNodeList dom_element_get_elements_by_tag_name_ns(string namespaceURI, string localName)",
|
|
3534
3729
|
"URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-A6C90942 Since: DOM Level 2"
|
|
3535
3730
|
],
|
|
3536
3731
|
"dom_element_has_attribute": [
|
|
3537
|
-
"
|
|
3732
|
+
"bool dom_element_has_attribute(string name)",
|
|
3538
3733
|
"URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-ElHasAttr Since: DOM Level 2"
|
|
3539
3734
|
],
|
|
3540
3735
|
"dom_element_has_attribute_ns": [
|
|
3541
|
-
"
|
|
3736
|
+
"bool dom_element_has_attribute_ns(string namespaceURI, string localName)",
|
|
3542
3737
|
"URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-ElHasAttrNS Since: DOM Level 2"
|
|
3543
3738
|
],
|
|
3544
3739
|
"dom_element_remove_attribute": [
|
|
3545
|
-
"void dom_element_remove_attribute(string name)
|
|
3740
|
+
"void dom_element_remove_attribute(string name)",
|
|
3546
3741
|
"URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-6D6AC0F9 Since:"
|
|
3547
3742
|
],
|
|
3548
3743
|
"dom_element_remove_attribute_node": [
|
|
3549
|
-
"DOMAttr dom_element_remove_attribute_node(DOMAttr oldAttr)
|
|
3744
|
+
"DOMAttr dom_element_remove_attribute_node(DOMAttr oldAttr)",
|
|
3550
3745
|
"URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-D589198 Since:"
|
|
3551
3746
|
],
|
|
3552
3747
|
"dom_element_remove_attribute_ns": [
|
|
3553
|
-
"void dom_element_remove_attribute_ns(string namespaceURI, string localName)
|
|
3748
|
+
"void dom_element_remove_attribute_ns(string namespaceURI, string localName)",
|
|
3554
3749
|
"URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-ElRemAtNS Since: DOM Level 2"
|
|
3555
3750
|
],
|
|
3556
3751
|
"dom_element_set_attribute": [
|
|
3557
|
-
"void dom_element_set_attribute(string name, string value)
|
|
3752
|
+
"void dom_element_set_attribute(string name, string value)",
|
|
3558
3753
|
"URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-F68F082 Since:"
|
|
3559
3754
|
],
|
|
3560
3755
|
"dom_element_set_attribute_node": [
|
|
3561
|
-
"DOMAttr dom_element_set_attribute_node(DOMAttr newAttr)
|
|
3756
|
+
"DOMAttr dom_element_set_attribute_node(DOMAttr newAttr)",
|
|
3562
3757
|
"URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-887236154 Since:"
|
|
3563
3758
|
],
|
|
3564
3759
|
"dom_element_set_attribute_node_ns": [
|
|
3565
|
-
"DOMAttr dom_element_set_attribute_node_ns(DOMAttr newAttr)
|
|
3760
|
+
"DOMAttr dom_element_set_attribute_node_ns(DOMAttr newAttr)",
|
|
3566
3761
|
"URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-ElSetAtNodeNS Since: DOM Level 2"
|
|
3567
3762
|
],
|
|
3568
3763
|
"dom_element_set_attribute_ns": [
|
|
3569
|
-
"void dom_element_set_attribute_ns(string namespaceURI, string qualifiedName, string value)
|
|
3764
|
+
"void dom_element_set_attribute_ns(string namespaceURI, string qualifiedName, string value)",
|
|
3570
3765
|
"URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-ElSetAttrNS Since: DOM Level 2"
|
|
3571
3766
|
],
|
|
3572
3767
|
"dom_element_set_id_attribute": [
|
|
3573
|
-
"void dom_element_set_id_attribute(string name,
|
|
3768
|
+
"void dom_element_set_id_attribute(string name, bool isId)",
|
|
3574
3769
|
"URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-ElSetIdAttr Since: DOM Level 3"
|
|
3575
3770
|
],
|
|
3576
3771
|
"dom_element_set_id_attribute_node": [
|
|
3577
|
-
"void dom_element_set_id_attribute_node(attr idAttr,
|
|
3772
|
+
"void dom_element_set_id_attribute_node(attr idAttr, bool isId)",
|
|
3578
3773
|
"URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-ElSetIdAttrNode Since: DOM Level 3"
|
|
3579
3774
|
],
|
|
3580
3775
|
"dom_element_set_id_attribute_ns": [
|
|
3581
|
-
"void dom_element_set_id_attribute_ns(string namespaceURI, string localName,
|
|
3776
|
+
"void dom_element_set_id_attribute_ns(string namespaceURI, string localName, bool isId)",
|
|
3582
3777
|
"URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-ElSetIdAttrNS Since: DOM Level 3"
|
|
3583
3778
|
],
|
|
3584
3779
|
"dom_import_simplexml": [
|
|
@@ -3586,156 +3781,156 @@ var functionMap = {
|
|
|
3586
3781
|
"Get a simplexml_element object from dom to allow for processing"
|
|
3587
3782
|
],
|
|
3588
3783
|
"dom_namednodemap_get_named_item": [
|
|
3589
|
-
"DOMNode dom_namednodemap_get_named_item(string name)
|
|
3784
|
+
"DOMNode dom_namednodemap_get_named_item(string name)",
|
|
3590
3785
|
"URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-1074577549 Since:"
|
|
3591
3786
|
],
|
|
3592
3787
|
"dom_namednodemap_get_named_item_ns": [
|
|
3593
|
-
"DOMNode dom_namednodemap_get_named_item_ns(string namespaceURI, string localName)
|
|
3788
|
+
"DOMNode dom_namednodemap_get_named_item_ns(string namespaceURI, string localName)",
|
|
3594
3789
|
"URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-getNamedItemNS Since: DOM Level 2"
|
|
3595
3790
|
],
|
|
3596
3791
|
"dom_namednodemap_item": [
|
|
3597
|
-
"DOMNode dom_namednodemap_item(int index)
|
|
3792
|
+
"DOMNode dom_namednodemap_item(int index)",
|
|
3598
3793
|
"URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-349467F9 Since:"
|
|
3599
3794
|
],
|
|
3600
3795
|
"dom_namednodemap_remove_named_item": [
|
|
3601
|
-
"DOMNode dom_namednodemap_remove_named_item(string name)
|
|
3796
|
+
"DOMNode dom_namednodemap_remove_named_item(string name)",
|
|
3602
3797
|
"URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-D58B193 Since:"
|
|
3603
3798
|
],
|
|
3604
3799
|
"dom_namednodemap_remove_named_item_ns": [
|
|
3605
|
-
"DOMNode dom_namednodemap_remove_named_item_ns(string namespaceURI, string localName)
|
|
3800
|
+
"DOMNode dom_namednodemap_remove_named_item_ns(string namespaceURI, string localName)",
|
|
3606
3801
|
"URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-removeNamedItemNS Since: DOM Level 2"
|
|
3607
3802
|
],
|
|
3608
3803
|
"dom_namednodemap_set_named_item": [
|
|
3609
|
-
"DOMNode dom_namednodemap_set_named_item(DOMNode arg)
|
|
3804
|
+
"DOMNode dom_namednodemap_set_named_item(DOMNode arg)",
|
|
3610
3805
|
"URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-1025163788 Since:"
|
|
3611
3806
|
],
|
|
3612
3807
|
"dom_namednodemap_set_named_item_ns": [
|
|
3613
|
-
"DOMNode dom_namednodemap_set_named_item_ns(DOMNode arg)
|
|
3808
|
+
"DOMNode dom_namednodemap_set_named_item_ns(DOMNode arg)",
|
|
3614
3809
|
"URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-setNamedItemNS Since: DOM Level 2"
|
|
3615
3810
|
],
|
|
3616
3811
|
"dom_namelist_get_name": [
|
|
3617
|
-
"string dom_namelist_get_name(int index)
|
|
3812
|
+
"string dom_namelist_get_name(int index)",
|
|
3618
3813
|
"URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#NameList-getName Since:"
|
|
3619
3814
|
],
|
|
3620
3815
|
"dom_namelist_get_namespace_uri": [
|
|
3621
|
-
"string dom_namelist_get_namespace_uri(int index)
|
|
3816
|
+
"string dom_namelist_get_namespace_uri(int index)",
|
|
3622
3817
|
"URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#NameList-getNamespaceURI Since:"
|
|
3623
3818
|
],
|
|
3624
3819
|
"dom_node_append_child": [
|
|
3625
|
-
"DomNode dom_node_append_child(DomNode newChild)
|
|
3820
|
+
"DomNode dom_node_append_child(DomNode newChild)",
|
|
3626
3821
|
"URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-184E7107 Since:"
|
|
3627
3822
|
],
|
|
3628
3823
|
"dom_node_clone_node": [
|
|
3629
|
-
"DomNode dom_node_clone_node(
|
|
3824
|
+
"DomNode dom_node_clone_node(bool deep)",
|
|
3630
3825
|
"URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-3A0ED0A4 Since:"
|
|
3631
3826
|
],
|
|
3632
3827
|
"dom_node_compare_document_position": [
|
|
3633
|
-
"short dom_node_compare_document_position(DomNode other)
|
|
3828
|
+
"short dom_node_compare_document_position(DomNode other)",
|
|
3634
3829
|
"URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#Node3-compareDocumentPosition Since: DOM Level 3"
|
|
3635
3830
|
],
|
|
3636
3831
|
"dom_node_get_feature": [
|
|
3637
|
-
"DomNode dom_node_get_feature(string feature, string version)
|
|
3832
|
+
"DomNode dom_node_get_feature(string feature, string version)",
|
|
3638
3833
|
"URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#Node3-getFeature Since: DOM Level 3"
|
|
3639
3834
|
],
|
|
3640
3835
|
"dom_node_get_user_data": [
|
|
3641
|
-
"mixed dom_node_get_user_data(string key)
|
|
3836
|
+
"mixed dom_node_get_user_data(string key)",
|
|
3642
3837
|
"URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#Node3-getUserData Since: DOM Level 3"
|
|
3643
3838
|
],
|
|
3644
3839
|
"dom_node_has_attributes": [
|
|
3645
|
-
"
|
|
3840
|
+
"bool dom_node_has_attributes()",
|
|
3646
3841
|
"URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-NodeHasAttrs Since: DOM Level 2"
|
|
3647
3842
|
],
|
|
3648
3843
|
"dom_node_has_child_nodes": [
|
|
3649
|
-
"
|
|
3844
|
+
"bool dom_node_has_child_nodes()",
|
|
3650
3845
|
"URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-810594187 Since:"
|
|
3651
3846
|
],
|
|
3652
3847
|
"dom_node_insert_before": [
|
|
3653
|
-
"domnode dom_node_insert_before(DomNode newChild, DomNode refChild)
|
|
3848
|
+
"domnode dom_node_insert_before(DomNode newChild, DomNode refChild)",
|
|
3654
3849
|
"URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-952280727 Since:"
|
|
3655
3850
|
],
|
|
3656
3851
|
"dom_node_is_default_namespace": [
|
|
3657
|
-
"
|
|
3852
|
+
"bool dom_node_is_default_namespace(string namespaceURI)",
|
|
3658
3853
|
"URL: http://www.w3.org/TR/DOM-Level-3-Core/core.html#Node3-isDefaultNamespace Since: DOM Level 3"
|
|
3659
3854
|
],
|
|
3660
3855
|
"dom_node_is_equal_node": [
|
|
3661
|
-
"
|
|
3856
|
+
"bool dom_node_is_equal_node(DomNode arg)",
|
|
3662
3857
|
"URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#Node3-isEqualNode Since: DOM Level 3"
|
|
3663
3858
|
],
|
|
3664
3859
|
"dom_node_is_same_node": [
|
|
3665
|
-
"
|
|
3860
|
+
"bool dom_node_is_same_node(DomNode other)",
|
|
3666
3861
|
"URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#Node3-isSameNode Since: DOM Level 3"
|
|
3667
3862
|
],
|
|
3668
3863
|
"dom_node_is_supported": [
|
|
3669
|
-
"
|
|
3864
|
+
"bool dom_node_is_supported(string feature, string version)",
|
|
3670
3865
|
"URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-Level-2-Core-Node-supports Since: DOM Level 2"
|
|
3671
3866
|
],
|
|
3672
3867
|
"dom_node_lookup_namespace_uri": [
|
|
3673
|
-
"string dom_node_lookup_namespace_uri(string prefix)
|
|
3868
|
+
"string dom_node_lookup_namespace_uri(string prefix)",
|
|
3674
3869
|
"URL: http://www.w3.org/TR/DOM-Level-3-Core/core.html#Node3-lookupNamespaceURI Since: DOM Level 3"
|
|
3675
3870
|
],
|
|
3676
3871
|
"dom_node_lookup_prefix": [
|
|
3677
|
-
"string dom_node_lookup_prefix(string namespaceURI)
|
|
3872
|
+
"string dom_node_lookup_prefix(string namespaceURI)",
|
|
3678
3873
|
"URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#Node3-lookupNamespacePrefix Since: DOM Level 3"
|
|
3679
3874
|
],
|
|
3680
3875
|
"dom_node_normalize": [
|
|
3681
|
-
"void dom_node_normalize()
|
|
3876
|
+
"void dom_node_normalize()",
|
|
3682
3877
|
"URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-normalize Since:"
|
|
3683
3878
|
],
|
|
3684
3879
|
"dom_node_remove_child": [
|
|
3685
|
-
"DomNode dom_node_remove_child(DomNode oldChild)
|
|
3880
|
+
"DomNode dom_node_remove_child(DomNode oldChild)",
|
|
3686
3881
|
"URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-1734834066 Since:"
|
|
3687
3882
|
],
|
|
3688
3883
|
"dom_node_replace_child": [
|
|
3689
|
-
"DomNode dom_node_replace_child(DomNode newChild, DomNode oldChild)
|
|
3884
|
+
"DomNode dom_node_replace_child(DomNode newChild, DomNode oldChild)",
|
|
3690
3885
|
"URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-785887307 Since:"
|
|
3691
3886
|
],
|
|
3692
3887
|
"dom_node_set_user_data": [
|
|
3693
|
-
"mixed dom_node_set_user_data(string key, mixed data, userdatahandler handler)
|
|
3888
|
+
"mixed dom_node_set_user_data(string key, mixed data, userdatahandler handler)",
|
|
3694
3889
|
"URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#Node3-setUserData Since: DOM Level 3"
|
|
3695
3890
|
],
|
|
3696
3891
|
"dom_nodelist_item": [
|
|
3697
|
-
"DOMNode dom_nodelist_item(int index)
|
|
3892
|
+
"DOMNode dom_nodelist_item(int index)",
|
|
3698
3893
|
"URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#ID-844377136 Since:"
|
|
3699
3894
|
],
|
|
3700
3895
|
"dom_string_extend_find_offset16": [
|
|
3701
|
-
"int dom_string_extend_find_offset16(int offset32)
|
|
3896
|
+
"int dom_string_extend_find_offset16(int offset32)",
|
|
3702
3897
|
"URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#i18n-methods-StringExtend-findOffset16 Since:"
|
|
3703
3898
|
],
|
|
3704
3899
|
"dom_string_extend_find_offset32": [
|
|
3705
|
-
"int dom_string_extend_find_offset32(int offset16)
|
|
3900
|
+
"int dom_string_extend_find_offset32(int offset16)",
|
|
3706
3901
|
"URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#i18n-methods-StringExtend-findOffset32 Since:"
|
|
3707
3902
|
],
|
|
3708
3903
|
"dom_text_is_whitespace_in_element_content": [
|
|
3709
|
-
"
|
|
3904
|
+
"bool dom_text_is_whitespace_in_element_content()",
|
|
3710
3905
|
"URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-Text3-isWhitespaceInElementContent Since: DOM Level 3"
|
|
3711
3906
|
],
|
|
3712
3907
|
"dom_text_replace_whole_text": [
|
|
3713
|
-
"DOMText dom_text_replace_whole_text(string content)
|
|
3908
|
+
"DOMText dom_text_replace_whole_text(string content)",
|
|
3714
3909
|
"URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-Text3-replaceWholeText Since: DOM Level 3"
|
|
3715
3910
|
],
|
|
3716
3911
|
"dom_text_split_text": [
|
|
3717
|
-
"DOMText dom_text_split_text(int offset)
|
|
3912
|
+
"DOMText dom_text_split_text(int offset)",
|
|
3718
3913
|
"URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-38853C1D Since:"
|
|
3719
3914
|
],
|
|
3720
3915
|
"dom_userdatahandler_handle": [
|
|
3721
|
-
"dom_void dom_userdatahandler_handle(short operation, string key, domobject data, node src, node dst)
|
|
3916
|
+
"dom_void dom_userdatahandler_handle(short operation, string key, domobject data, node src, node dst)",
|
|
3722
3917
|
"URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#ID-handleUserDataEvent Since:"
|
|
3723
3918
|
],
|
|
3724
3919
|
"dom_xpath_evaluate": [
|
|
3725
|
-
"mixed dom_xpath_evaluate(string expr [,DOMNode context])
|
|
3726
|
-
"
|
|
3920
|
+
"mixed dom_xpath_evaluate(string expr [,DOMNode context])",
|
|
3921
|
+
""
|
|
3727
3922
|
],
|
|
3728
3923
|
"dom_xpath_query": [
|
|
3729
|
-
"DOMNodeList dom_xpath_query(string expr [,DOMNode context])
|
|
3730
|
-
"
|
|
3924
|
+
"DOMNodeList dom_xpath_query(string expr [,DOMNode context])",
|
|
3925
|
+
""
|
|
3731
3926
|
],
|
|
3732
3927
|
"dom_xpath_register_ns": [
|
|
3733
|
-
"
|
|
3734
|
-
"
|
|
3928
|
+
"bool dom_xpath_register_ns(string prefix, string uri)",
|
|
3929
|
+
""
|
|
3735
3930
|
],
|
|
3736
3931
|
"dom_xpath_register_php_functions": [
|
|
3737
|
-
"void dom_xpath_register_php_functions()
|
|
3738
|
-
"
|
|
3932
|
+
"void dom_xpath_register_php_functions()",
|
|
3933
|
+
""
|
|
3739
3934
|
],
|
|
3740
3935
|
"each": [
|
|
3741
3936
|
"array each(array arr)",
|
|
@@ -3754,7 +3949,7 @@ var functionMap = {
|
|
|
3754
3949
|
"Output one or more strings"
|
|
3755
3950
|
],
|
|
3756
3951
|
"empty": [
|
|
3757
|
-
"bool empty(
|
|
3952
|
+
"bool empty(mixed var)",
|
|
3758
3953
|
"Determine whether a variable is empty"
|
|
3759
3954
|
],
|
|
3760
3955
|
"enchant_broker_describe": [
|
|
@@ -3766,7 +3961,7 @@ var functionMap = {
|
|
|
3766
3961
|
"Whether a dictionary exists or not. Using non-empty tag"
|
|
3767
3962
|
],
|
|
3768
3963
|
"enchant_broker_free": [
|
|
3769
|
-
"
|
|
3964
|
+
"bool enchant_broker_free(resource broker)",
|
|
3770
3965
|
"Destroys the broker object and its dictionnaries"
|
|
3771
3966
|
],
|
|
3772
3967
|
"enchant_broker_free_dict": [
|
|
@@ -4062,7 +4257,7 @@ var functionMap = {
|
|
|
4062
4257
|
"Returns the next lowest integer value from the number"
|
|
4063
4258
|
],
|
|
4064
4259
|
"flush": [
|
|
4065
|
-
"void flush(
|
|
4260
|
+
"void flush()",
|
|
4066
4261
|
"Flush the output buffer"
|
|
4067
4262
|
],
|
|
4068
4263
|
"fmod": [
|
|
@@ -4270,7 +4465,7 @@ var functionMap = {
|
|
|
4270
4465
|
"Get an array of the arguments that were passed to the function"
|
|
4271
4466
|
],
|
|
4272
4467
|
"func_num_args": [
|
|
4273
|
-
"int func_num_args(
|
|
4468
|
+
"int func_num_args()",
|
|
4274
4469
|
"Get the number of arguments that were passed to the function"
|
|
4275
4470
|
],
|
|
4276
4471
|
"function ": ["", ""],
|
|
@@ -4284,19 +4479,19 @@ var functionMap = {
|
|
|
4284
4479
|
"Binary-safe file write"
|
|
4285
4480
|
],
|
|
4286
4481
|
"gc_collect_cycles": [
|
|
4287
|
-
"int gc_collect_cycles(
|
|
4482
|
+
"int gc_collect_cycles()",
|
|
4288
4483
|
"Forces collection of any existing garbage cycles. Returns number of freed zvals"
|
|
4289
4484
|
],
|
|
4290
4485
|
"gc_disable": [
|
|
4291
|
-
"void gc_disable(
|
|
4486
|
+
"void gc_disable()",
|
|
4292
4487
|
"Deactivates the circular reference collector"
|
|
4293
4488
|
],
|
|
4294
4489
|
"gc_enable": [
|
|
4295
|
-
"void gc_enable(
|
|
4490
|
+
"void gc_enable()",
|
|
4296
4491
|
"Activates the circular reference collector"
|
|
4297
4492
|
],
|
|
4298
4493
|
"gc_enabled": [
|
|
4299
|
-
"void gc_enabled(
|
|
4494
|
+
"void gc_enabled()",
|
|
4300
4495
|
"Returns status of the circular reference collector"
|
|
4301
4496
|
],
|
|
4302
4497
|
"gd_info": [
|
|
@@ -4305,7 +4500,7 @@ var functionMap = {
|
|
|
4305
4500
|
],
|
|
4306
4501
|
"getKeywords": [
|
|
4307
4502
|
"static array getKeywords(string $locale) {",
|
|
4308
|
-
"* return an associative array containing keyword-value * pairs for this locale. The keys are keys to the array
|
|
4503
|
+
"* return an associative array containing keyword-value * pairs for this locale. The keys are keys to the array * }}}"
|
|
4309
4504
|
],
|
|
4310
4505
|
"get_browser": [
|
|
4311
4506
|
"mixed get_browser([string browser_name [, bool return_array]])",
|
|
@@ -4332,7 +4527,7 @@ var functionMap = {
|
|
|
4332
4527
|
"Returns an array of default properties of the class."
|
|
4333
4528
|
],
|
|
4334
4529
|
"get_current_user": [
|
|
4335
|
-
"string get_current_user(
|
|
4530
|
+
"string get_current_user()",
|
|
4336
4531
|
"Get the name of the owner of the current PHP script"
|
|
4337
4532
|
],
|
|
4338
4533
|
"get_declared_classes": [
|
|
@@ -4348,11 +4543,11 @@ var functionMap = {
|
|
|
4348
4543
|
"Return an array containing the names and values of all defined constants"
|
|
4349
4544
|
],
|
|
4350
4545
|
"get_defined_functions": [
|
|
4351
|
-
"array get_defined_functions(
|
|
4546
|
+
"array get_defined_functions()",
|
|
4352
4547
|
"Returns an array of all defined functions"
|
|
4353
4548
|
],
|
|
4354
4549
|
"get_defined_vars": [
|
|
4355
|
-
"array get_defined_vars(
|
|
4550
|
+
"array get_defined_vars()",
|
|
4356
4551
|
"Returns an associative array of names and values of all currently defined variable names (variables in the current scope)"
|
|
4357
4552
|
],
|
|
4358
4553
|
"get_display_language": [
|
|
@@ -4388,7 +4583,7 @@ var functionMap = {
|
|
|
4388
4583
|
"Get the current include_path configuration option"
|
|
4389
4584
|
],
|
|
4390
4585
|
"get_included_files": [
|
|
4391
|
-
"array get_included_files(
|
|
4586
|
+
"array get_included_files()",
|
|
4392
4587
|
"Returns an array with the file names that were include_once()'d"
|
|
4393
4588
|
],
|
|
4394
4589
|
"get_loaded_extensions": [
|
|
@@ -4396,11 +4591,11 @@ var functionMap = {
|
|
|
4396
4591
|
"Return an array containing names of loaded extensions"
|
|
4397
4592
|
],
|
|
4398
4593
|
"get_magic_quotes_gpc": [
|
|
4399
|
-
"int get_magic_quotes_gpc(
|
|
4594
|
+
"int get_magic_quotes_gpc()",
|
|
4400
4595
|
"Get the current active configuration setting of magic_quotes_gpc"
|
|
4401
4596
|
],
|
|
4402
4597
|
"get_magic_quotes_runtime": [
|
|
4403
|
-
"int get_magic_quotes_runtime(
|
|
4598
|
+
"int get_magic_quotes_runtime()",
|
|
4404
4599
|
"Get the current active configuration setting of magic_quotes_runtime"
|
|
4405
4600
|
],
|
|
4406
4601
|
"get_meta_tags": [
|
|
@@ -4420,11 +4615,11 @@ var functionMap = {
|
|
|
4420
4615
|
"Get the resource type name for a given resource"
|
|
4421
4616
|
],
|
|
4422
4617
|
"getallheaders": [
|
|
4423
|
-
"array getallheaders(
|
|
4618
|
+
"array getallheaders()",
|
|
4424
4619
|
""
|
|
4425
4620
|
],
|
|
4426
4621
|
"getcwd": [
|
|
4427
|
-
"mixed getcwd(
|
|
4622
|
+
"mixed getcwd()",
|
|
4428
4623
|
"Gets the current directory"
|
|
4429
4624
|
],
|
|
4430
4625
|
"getdate": [
|
|
@@ -4456,23 +4651,23 @@ var functionMap = {
|
|
|
4456
4651
|
"Get the size of an image as 4-element array"
|
|
4457
4652
|
],
|
|
4458
4653
|
"getlastmod": [
|
|
4459
|
-
"int getlastmod(
|
|
4654
|
+
"int getlastmod()",
|
|
4460
4655
|
"Get time of last page modification"
|
|
4461
4656
|
],
|
|
4462
4657
|
"getmygid": [
|
|
4463
|
-
"int getmygid(
|
|
4658
|
+
"int getmygid()",
|
|
4464
4659
|
"Get PHP script owner's GID"
|
|
4465
4660
|
],
|
|
4466
4661
|
"getmyinode": [
|
|
4467
|
-
"int getmyinode(
|
|
4662
|
+
"int getmyinode()",
|
|
4468
4663
|
"Get the inode of the current script being parsed"
|
|
4469
4664
|
],
|
|
4470
4665
|
"getmypid": [
|
|
4471
|
-
"int getmypid(
|
|
4666
|
+
"int getmypid()",
|
|
4472
4667
|
"Get current process ID"
|
|
4473
4668
|
],
|
|
4474
4669
|
"getmyuid": [
|
|
4475
|
-
"int getmyuid(
|
|
4670
|
+
"int getmyuid()",
|
|
4476
4671
|
"Get PHP script owner's UID"
|
|
4477
4672
|
],
|
|
4478
4673
|
"getopt": [
|
|
@@ -4488,7 +4683,7 @@ var functionMap = {
|
|
|
4488
4683
|
"Returns protocol name associated with protocol number proto"
|
|
4489
4684
|
],
|
|
4490
4685
|
"getrandmax": [
|
|
4491
|
-
"int getrandmax(
|
|
4686
|
+
"int getrandmax()",
|
|
4492
4687
|
"Returns the maximum value a random number can have"
|
|
4493
4688
|
],
|
|
4494
4689
|
"getrusage": [
|
|
@@ -4764,7 +4959,7 @@ var functionMap = {
|
|
|
4764
4959
|
"Generate a hash of a given input string Returns lowercase hexits by default"
|
|
4765
4960
|
],
|
|
4766
4961
|
"hash_algos": [
|
|
4767
|
-
"array hash_algos(
|
|
4962
|
+
"array hash_algos()",
|
|
4768
4963
|
"Return a list of registered hashing algorithms"
|
|
4769
4964
|
],
|
|
4770
4965
|
"hash_copy": [
|
|
@@ -4812,7 +5007,7 @@ var functionMap = {
|
|
|
4812
5007
|
"Removes an HTTP header previously set using header()"
|
|
4813
5008
|
],
|
|
4814
5009
|
"headers_list": [
|
|
4815
|
-
"array headers_list(
|
|
5010
|
+
"array headers_list()",
|
|
4816
5011
|
"Return list of headers to be sent / already sent"
|
|
4817
5012
|
],
|
|
4818
5013
|
"headers_sent": [
|
|
@@ -4940,11 +5135,11 @@ var functionMap = {
|
|
|
4940
5135
|
"Drop an InterBase database"
|
|
4941
5136
|
],
|
|
4942
5137
|
"ibase_errcode": [
|
|
4943
|
-
"int ibase_errcode(
|
|
5138
|
+
"int ibase_errcode()",
|
|
4944
5139
|
"Return error code"
|
|
4945
5140
|
],
|
|
4946
5141
|
"ibase_errmsg": [
|
|
4947
|
-
"string ibase_errmsg(
|
|
5142
|
+
"string ibase_errmsg()",
|
|
4948
5143
|
"Return error message"
|
|
4949
5144
|
],
|
|
4950
5145
|
"ibase_execute": [
|
|
@@ -5413,7 +5608,7 @@ var functionMap = {
|
|
|
5413
5608
|
],
|
|
5414
5609
|
"imagepsextendfont": [
|
|
5415
5610
|
"bool imagepsextendfont(resource font_index, float extend)",
|
|
5416
|
-
"Extend or or condense
|
|
5611
|
+
"Extend or or condense if (extend < 1) a font"
|
|
5417
5612
|
],
|
|
5418
5613
|
"imagepsfreefont": [
|
|
5419
5614
|
"bool imagepsfreefont(resource font_index)",
|
|
@@ -5492,7 +5687,7 @@ var functionMap = {
|
|
|
5492
5687
|
"Write text to the image using a TrueType font"
|
|
5493
5688
|
],
|
|
5494
5689
|
"imagetypes": [
|
|
5495
|
-
"int imagetypes(
|
|
5690
|
+
"int imagetypes()",
|
|
5496
5691
|
"Return the types of images supported in a bitfield - 1=GIF, 2=JPEG, 4=PNG, 8=WBMP, 16=XPM"
|
|
5497
5692
|
],
|
|
5498
5693
|
"imagewbmp": [
|
|
@@ -5508,7 +5703,7 @@ var functionMap = {
|
|
|
5508
5703
|
"Convert an 8-bit string to a quoted-printable string"
|
|
5509
5704
|
],
|
|
5510
5705
|
"imap_alerts": [
|
|
5511
|
-
"array imap_alerts(
|
|
5706
|
+
"array imap_alerts()",
|
|
5512
5707
|
"Returns an array of all IMAP alerts that have been generated since the last page load or since the last imap_alerts() call, whichever came last. The alert stack is cleared after imap_alerts() is called."
|
|
5513
5708
|
],
|
|
5514
5709
|
"imap_append": [
|
|
@@ -5556,7 +5751,7 @@ var functionMap = {
|
|
|
5556
5751
|
"Delete a mailbox"
|
|
5557
5752
|
],
|
|
5558
5753
|
"imap_errors": [
|
|
5559
|
-
"array imap_errors(
|
|
5754
|
+
"array imap_errors()",
|
|
5560
5755
|
"Returns an array of all IMAP errors generated since the last page load, or since the last imap_errors() call, whichever came last. The error stack is cleared after imap_errors() is called."
|
|
5561
5756
|
],
|
|
5562
5757
|
"imap_expunge": [
|
|
@@ -5612,7 +5807,7 @@ var functionMap = {
|
|
|
5612
5807
|
"Returns headers for all messages in a mailbox"
|
|
5613
5808
|
],
|
|
5614
5809
|
"imap_last_error": [
|
|
5615
|
-
"string imap_last_error(
|
|
5810
|
+
"string imap_last_error()",
|
|
5616
5811
|
"Returns the last error that was generated by an IMAP function. The error stack is NOT cleared after this call."
|
|
5617
5812
|
],
|
|
5618
5813
|
"imap_list": [
|
|
@@ -5863,6 +6058,10 @@ var functionMap = {
|
|
|
5863
6058
|
"bool is_callable(mixed var [, bool syntax_only [, string callable_name]])",
|
|
5864
6059
|
"Returns true if var is callable."
|
|
5865
6060
|
],
|
|
6061
|
+
"is_countable": [
|
|
6062
|
+
"bool is_countable(mixed var)",
|
|
6063
|
+
"Returns true if var is countable, false otherwise"
|
|
6064
|
+
],
|
|
5866
6065
|
"is_dir": [
|
|
5867
6066
|
"bool is_dir(string filename)",
|
|
5868
6067
|
"Returns true if file is directory"
|
|
@@ -5944,15 +6143,15 @@ var functionMap = {
|
|
|
5944
6143
|
"Determine whether a variable is set"
|
|
5945
6144
|
],
|
|
5946
6145
|
"iterator_apply": [
|
|
5947
|
-
"int iterator_apply(Traversable
|
|
6146
|
+
"int iterator_apply(Traversable iterator, callable function [, array args = null)",
|
|
5948
6147
|
"Calls a function for every element in an iterator"
|
|
5949
6148
|
],
|
|
5950
6149
|
"iterator_count": [
|
|
5951
|
-
"int iterator_count(Traversable
|
|
6150
|
+
"int iterator_count(Traversable iterator)",
|
|
5952
6151
|
"Count the elements in an iterator"
|
|
5953
6152
|
],
|
|
5954
6153
|
"iterator_to_array": [
|
|
5955
|
-
"array iterator_to_array(Traversable
|
|
6154
|
+
"array iterator_to_array(Traversable iterator [, bool use_keys = true])",
|
|
5956
6155
|
"Copy the iterator into an array"
|
|
5957
6156
|
],
|
|
5958
6157
|
"jddayofweek": [
|
|
@@ -5988,11 +6187,11 @@ var functionMap = {
|
|
|
5988
6187
|
"Converts a jewish calendar date to a julian day count"
|
|
5989
6188
|
],
|
|
5990
6189
|
"join": [
|
|
5991
|
-
"string join(
|
|
5992
|
-
"
|
|
6190
|
+
"string join([string glue,] array pieces)",
|
|
6191
|
+
"Returns a string containing a string representation of all the arrayelements in the same order, with the glue string between each element"
|
|
5993
6192
|
],
|
|
5994
6193
|
"jpeg2wbmp": [
|
|
5995
|
-
"bool jpeg2wbmp
|
|
6194
|
+
"bool jpeg2wbmp(string f_org, string f_dest, int d_height, int d_width, int threshold)",
|
|
5996
6195
|
"Convert JPEG image to WBMP image"
|
|
5997
6196
|
],
|
|
5998
6197
|
"json_decode": [
|
|
@@ -6160,7 +6359,7 @@ var functionMap = {
|
|
|
6160
6359
|
"Read an entry"
|
|
6161
6360
|
],
|
|
6162
6361
|
"ldap_rename": [
|
|
6163
|
-
"bool ldap_rename(resource link, string dn, string newrdn, string newparent, bool deleteoldrdn)
|
|
6362
|
+
"bool ldap_rename(resource link, string dn, string newrdn, string newparent, bool deleteoldrdn)",
|
|
6164
6363
|
"Modify the name of an entry"
|
|
6165
6364
|
],
|
|
6166
6365
|
"ldap_sasl_bind": [
|
|
@@ -6208,7 +6407,7 @@ var functionMap = {
|
|
|
6208
6407
|
"Clear last error from libxml"
|
|
6209
6408
|
],
|
|
6210
6409
|
"libxml_disable_entity_loader": [
|
|
6211
|
-
"bool libxml_disable_entity_loader([
|
|
6410
|
+
"bool libxml_disable_entity_loader([bool disable])",
|
|
6212
6411
|
"Disable/Enable ability to load external entities"
|
|
6213
6412
|
],
|
|
6214
6413
|
"libxml_get_errors": [
|
|
@@ -6224,7 +6423,7 @@ var functionMap = {
|
|
|
6224
6423
|
"Set the streams context for the next libxml document load or write"
|
|
6225
6424
|
],
|
|
6226
6425
|
"libxml_use_internal_errors": [
|
|
6227
|
-
"bool libxml_use_internal_errors([
|
|
6426
|
+
"bool libxml_use_internal_errors([bool use_errors])",
|
|
6228
6427
|
"Disable libxml errors and allow user to fetch error information as needed"
|
|
6229
6428
|
],
|
|
6230
6429
|
"link": [
|
|
@@ -6236,11 +6435,11 @@ var functionMap = {
|
|
|
6236
6435
|
"Returns the st_dev field of the UNIX C stat structure describing the link"
|
|
6237
6436
|
],
|
|
6238
6437
|
"litespeed_request_headers": [
|
|
6239
|
-
"array litespeed_request_headers(
|
|
6438
|
+
"array litespeed_request_headers()",
|
|
6240
6439
|
"Fetch all HTTP request headers"
|
|
6241
6440
|
],
|
|
6242
6441
|
"litespeed_response_headers": [
|
|
6243
|
-
"array litespeed_response_headers(
|
|
6442
|
+
"array litespeed_response_headers()",
|
|
6244
6443
|
"Fetch all HTTP response headers"
|
|
6245
6444
|
],
|
|
6246
6445
|
"locale_accept_from_http": [
|
|
@@ -6252,7 +6451,7 @@ var functionMap = {
|
|
|
6252
6451
|
"* @param string $locale The locale string to canonicalize"
|
|
6253
6452
|
],
|
|
6254
6453
|
"locale_filter_matches": [
|
|
6255
|
-
"
|
|
6454
|
+
"bool locale_filter_matches(string $langtag, string $locale[, bool $canonicalize])",
|
|
6256
6455
|
"* Checks if a $langtag filter matches with $locale according to RFC 4647's basic filtering algorithm"
|
|
6257
6456
|
],
|
|
6258
6457
|
"locale_get_all_variants": [
|
|
@@ -6265,7 +6464,7 @@ var functionMap = {
|
|
|
6265
6464
|
],
|
|
6266
6465
|
"locale_get_keywords": [
|
|
6267
6466
|
"static array locale_get_keywords(string $locale) {",
|
|
6268
|
-
"* return an associative array containing keyword-value * pairs for this locale. The keys are keys to the array
|
|
6467
|
+
"* return an associative array containing keyword-value * pairs for this locale. The keys are keys to the array"
|
|
6269
6468
|
],
|
|
6270
6469
|
"locale_get_primary_language": [
|
|
6271
6470
|
"static string locale_get_primary_language($locale)",
|
|
@@ -6288,7 +6487,7 @@ var functionMap = {
|
|
|
6288
6487
|
"Set default locale"
|
|
6289
6488
|
],
|
|
6290
6489
|
"localeconv": [
|
|
6291
|
-
"array localeconv(
|
|
6490
|
+
"array localeconv()",
|
|
6292
6491
|
"Returns numeric formatting information based on the current locale"
|
|
6293
6492
|
],
|
|
6294
6493
|
"localtime": [
|
|
@@ -6392,11 +6591,11 @@ var functionMap = {
|
|
|
6392
6591
|
"Regular expression search for multibyte string"
|
|
6393
6592
|
],
|
|
6394
6593
|
"mb_ereg_search_getpos": [
|
|
6395
|
-
"int mb_ereg_search_getpos(
|
|
6594
|
+
"int mb_ereg_search_getpos()",
|
|
6396
6595
|
"Get search start position"
|
|
6397
6596
|
],
|
|
6398
6597
|
"mb_ereg_search_getregs": [
|
|
6399
|
-
"array mb_ereg_search_getregs(
|
|
6598
|
+
"array mb_ereg_search_getregs()",
|
|
6400
6599
|
"Get matched substring of the last time"
|
|
6401
6600
|
],
|
|
6402
6601
|
"mb_ereg_search_init": [
|
|
@@ -6716,7 +6915,7 @@ var functionMap = {
|
|
|
6716
6915
|
"Hash data with hash"
|
|
6717
6916
|
],
|
|
6718
6917
|
"mhash_count": [
|
|
6719
|
-
"int mhash_count(
|
|
6918
|
+
"int mhash_count()",
|
|
6720
6919
|
"Gets the number of available hashes"
|
|
6721
6920
|
],
|
|
6722
6921
|
"mhash_get_block_size": [
|
|
@@ -6892,7 +7091,7 @@ var functionMap = {
|
|
|
6892
7091
|
"Free a MS-SQL statement index"
|
|
6893
7092
|
],
|
|
6894
7093
|
"mssql_get_last_message": [
|
|
6895
|
-
"string mssql_get_last_message(
|
|
7094
|
+
"string mssql_get_last_message()",
|
|
6896
7095
|
"Gets the last message from the MS-SQL server"
|
|
6897
7096
|
],
|
|
6898
7097
|
"mssql_guid_string": [
|
|
@@ -6944,7 +7143,7 @@ var functionMap = {
|
|
|
6944
7143
|
"Select a MS-SQL database"
|
|
6945
7144
|
],
|
|
6946
7145
|
"mt_getrandmax": [
|
|
6947
|
-
"int mt_getrandmax(
|
|
7146
|
+
"int mt_getrandmax()",
|
|
6948
7147
|
"Returns the maximum value a random number from Mersenne Twister can have"
|
|
6949
7148
|
],
|
|
6950
7149
|
"mt_rand": [
|
|
@@ -7052,7 +7251,7 @@ var functionMap = {
|
|
|
7052
7251
|
"Free result memory"
|
|
7053
7252
|
],
|
|
7054
7253
|
"mysql_get_client_info": [
|
|
7055
|
-
"string mysql_get_client_info(
|
|
7254
|
+
"string mysql_get_client_info()",
|
|
7056
7255
|
"Returns a string that represents the client library version"
|
|
7057
7256
|
],
|
|
7058
7257
|
"mysql_get_host_info": [
|
|
@@ -7148,7 +7347,7 @@ var functionMap = {
|
|
|
7148
7347
|
"Turn auto commit on or of"
|
|
7149
7348
|
],
|
|
7150
7349
|
"mysqli_cache_stats": [
|
|
7151
|
-
"array mysqli_cache_stats(
|
|
7350
|
+
"array mysqli_cache_stats()",
|
|
7152
7351
|
"Returns statistics about the zval cache"
|
|
7153
7352
|
],
|
|
7154
7353
|
"mysqli_change_user": [
|
|
@@ -7172,11 +7371,11 @@ var functionMap = {
|
|
|
7172
7371
|
"Open a connection to a mysql server"
|
|
7173
7372
|
],
|
|
7174
7373
|
"mysqli_connect_errno": [
|
|
7175
|
-
"int mysqli_connect_errno(
|
|
7374
|
+
"int mysqli_connect_errno()",
|
|
7176
7375
|
"Returns the numerical value of the error message from last connect command"
|
|
7177
7376
|
],
|
|
7178
7377
|
"mysqli_connect_error": [
|
|
7179
|
-
"string mysqli_connect_error(
|
|
7378
|
+
"string mysqli_connect_error()",
|
|
7180
7379
|
"Returns the text of the error message from previous MySQL operation"
|
|
7181
7380
|
],
|
|
7182
7381
|
"mysqli_data_seek": [
|
|
@@ -7192,7 +7391,7 @@ var functionMap = {
|
|
|
7192
7391
|
""
|
|
7193
7392
|
],
|
|
7194
7393
|
"mysqli_embedded_server_end": [
|
|
7195
|
-
"void mysqli_embedded_server_end(
|
|
7394
|
+
"void mysqli_embedded_server_end()",
|
|
7196
7395
|
""
|
|
7197
7396
|
],
|
|
7198
7397
|
"mysqli_embedded_server_start": [
|
|
@@ -7208,39 +7407,39 @@ var functionMap = {
|
|
|
7208
7407
|
"Returns the text of the error message from previous MySQL operation"
|
|
7209
7408
|
],
|
|
7210
7409
|
"mysqli_fetch_all": [
|
|
7211
|
-
"mixed mysqli_fetch_all
|
|
7410
|
+
"mixed mysqli_fetch_all(object result [,int resulttype])",
|
|
7212
7411
|
"Fetches all result rows as an associative array, a numeric array, or both"
|
|
7213
7412
|
],
|
|
7214
7413
|
"mysqli_fetch_array": [
|
|
7215
|
-
"mixed mysqli_fetch_array
|
|
7414
|
+
"mixed mysqli_fetch_array(object result [,int resulttype])",
|
|
7216
7415
|
"Fetch a result row as an associative array, a numeric array, or both"
|
|
7217
7416
|
],
|
|
7218
7417
|
"mysqli_fetch_assoc": [
|
|
7219
|
-
"mixed mysqli_fetch_assoc
|
|
7418
|
+
"mixed mysqli_fetch_assoc(object result)",
|
|
7220
7419
|
"Fetch a result row as an associative array"
|
|
7221
7420
|
],
|
|
7222
7421
|
"mysqli_fetch_field": [
|
|
7223
|
-
"mixed mysqli_fetch_field
|
|
7422
|
+
"mixed mysqli_fetch_field(object result)",
|
|
7224
7423
|
"Get column information from a result and return as an object"
|
|
7225
7424
|
],
|
|
7226
7425
|
"mysqli_fetch_field_direct": [
|
|
7227
|
-
"mixed mysqli_fetch_field_direct
|
|
7426
|
+
"mixed mysqli_fetch_field_direct(object result, int offset)",
|
|
7228
7427
|
"Fetch meta-data for a single field"
|
|
7229
7428
|
],
|
|
7230
7429
|
"mysqli_fetch_fields": [
|
|
7231
|
-
"mixed mysqli_fetch_fields
|
|
7430
|
+
"mixed mysqli_fetch_fields(object result)",
|
|
7232
7431
|
"Return array of objects containing field meta-data"
|
|
7233
7432
|
],
|
|
7234
7433
|
"mysqli_fetch_lengths": [
|
|
7235
|
-
"mixed mysqli_fetch_lengths
|
|
7434
|
+
"mixed mysqli_fetch_lengths(object result)",
|
|
7236
7435
|
"Get the length of each output in a result"
|
|
7237
7436
|
],
|
|
7238
7437
|
"mysqli_fetch_object": [
|
|
7239
|
-
"mixed mysqli_fetch_object
|
|
7438
|
+
"mixed mysqli_fetch_object(object result [, string class_name [, NULL|array ctor_params]])",
|
|
7240
7439
|
"Fetch a result row as an object"
|
|
7241
7440
|
],
|
|
7242
7441
|
"mysqli_fetch_row": [
|
|
7243
|
-
"array mysqli_fetch_row
|
|
7442
|
+
"array mysqli_fetch_row(object result)",
|
|
7244
7443
|
"Get a result row as an enumerated array"
|
|
7245
7444
|
],
|
|
7246
7445
|
"mysqli_field_count": [
|
|
@@ -7264,23 +7463,23 @@ var functionMap = {
|
|
|
7264
7463
|
"returns a character set object"
|
|
7265
7464
|
],
|
|
7266
7465
|
"mysqli_get_client_info": [
|
|
7267
|
-
"string mysqli_get_client_info(
|
|
7466
|
+
"string mysqli_get_client_info()",
|
|
7268
7467
|
"Get MySQL client info"
|
|
7269
7468
|
],
|
|
7270
7469
|
"mysqli_get_client_stats": [
|
|
7271
|
-
"array mysqli_get_client_stats(
|
|
7470
|
+
"array mysqli_get_client_stats()",
|
|
7272
7471
|
"Returns statistics about the zval cache"
|
|
7273
7472
|
],
|
|
7274
7473
|
"mysqli_get_client_version": [
|
|
7275
|
-
"int mysqli_get_client_version(
|
|
7474
|
+
"int mysqli_get_client_version()",
|
|
7276
7475
|
"Get MySQL client info"
|
|
7277
7476
|
],
|
|
7278
7477
|
"mysqli_get_connection_stats": [
|
|
7279
|
-
"array mysqli_get_connection_stats(
|
|
7478
|
+
"array mysqli_get_connection_stats()",
|
|
7280
7479
|
"Returns statistics about the zval cache"
|
|
7281
7480
|
],
|
|
7282
7481
|
"mysqli_get_host_info": [
|
|
7283
|
-
"string mysqli_get_host_info
|
|
7482
|
+
"string mysqli_get_host_info(object link)",
|
|
7284
7483
|
"Get MySQL host info"
|
|
7285
7484
|
],
|
|
7286
7485
|
"mysqli_get_proto_info": [
|
|
@@ -7296,15 +7495,15 @@ var functionMap = {
|
|
|
7296
7495
|
"Return the MySQL version for the server referenced by the given link"
|
|
7297
7496
|
],
|
|
7298
7497
|
"mysqli_get_warnings": [
|
|
7299
|
-
"object mysqli_get_warnings(object link)
|
|
7300
|
-
"
|
|
7498
|
+
"object mysqli_get_warnings(object link)",
|
|
7499
|
+
""
|
|
7301
7500
|
],
|
|
7302
7501
|
"mysqli_info": [
|
|
7303
7502
|
"string mysqli_info(object link)",
|
|
7304
7503
|
"Get information about the most recent query"
|
|
7305
7504
|
],
|
|
7306
7505
|
"mysqli_init": [
|
|
7307
|
-
"resource mysqli_init(
|
|
7506
|
+
"resource mysqli_init()",
|
|
7308
7507
|
"Initialize mysqli and return a resource for use with mysql_real_connect"
|
|
7309
7508
|
],
|
|
7310
7509
|
"mysqli_insert_id": [
|
|
@@ -7356,8 +7555,8 @@ var functionMap = {
|
|
|
7356
7555
|
"Prepare a SQL statement for execution"
|
|
7357
7556
|
],
|
|
7358
7557
|
"mysqli_query": [
|
|
7359
|
-
"mixed mysqli_query(object link, string query [,int resultmode])
|
|
7360
|
-
"
|
|
7558
|
+
"mixed mysqli_query(object link, string query [,int resultmode])",
|
|
7559
|
+
""
|
|
7361
7560
|
],
|
|
7362
7561
|
"mysqli_real_connect": [
|
|
7363
7562
|
"bool mysqli_real_connect(object link [,string hostname [,string username [,string passwd [,string dbname [,int port [,string socket [,int flags]]]]]]])",
|
|
@@ -7472,8 +7671,8 @@ var functionMap = {
|
|
|
7472
7671
|
"Buffer result set on client"
|
|
7473
7672
|
],
|
|
7474
7673
|
"mysqli_stmt_get_warnings": [
|
|
7475
|
-
"object mysqli_stmt_get_warnings(object link)
|
|
7476
|
-
"
|
|
7674
|
+
"object mysqli_stmt_get_warnings(object link)",
|
|
7675
|
+
""
|
|
7477
7676
|
],
|
|
7478
7677
|
"mysqli_stmt_init": [
|
|
7479
7678
|
"mixed mysqli_stmt_init(object link)",
|
|
@@ -7528,7 +7727,7 @@ var functionMap = {
|
|
|
7528
7727
|
"Return the current thread ID"
|
|
7529
7728
|
],
|
|
7530
7729
|
"mysqli_thread_safe": [
|
|
7531
|
-
"bool mysqli_thread_safe(
|
|
7730
|
+
"bool mysqli_thread_safe()",
|
|
7532
7731
|
"Return whether thread safety is given or not"
|
|
7533
7732
|
],
|
|
7534
7733
|
"mysqli_use_result": [
|
|
@@ -7536,7 +7735,7 @@ var functionMap = {
|
|
|
7536
7735
|
"Directly retrieve query results - do not buffer results on client side"
|
|
7537
7736
|
],
|
|
7538
7737
|
"mysqli_warning_count": [
|
|
7539
|
-
"int mysqli_warning_count
|
|
7738
|
+
"int mysqli_warning_count(object link)",
|
|
7540
7739
|
"Return number of warnings from the last query for the given link"
|
|
7541
7740
|
],
|
|
7542
7741
|
"natcasesort": [
|
|
@@ -7572,11 +7771,11 @@ var functionMap = {
|
|
|
7572
7771
|
"* Normalize a string."
|
|
7573
7772
|
],
|
|
7574
7773
|
"nsapi_request_headers": [
|
|
7575
|
-
"array nsapi_request_headers(
|
|
7774
|
+
"array nsapi_request_headers()",
|
|
7576
7775
|
"Get all headers from the request"
|
|
7577
7776
|
],
|
|
7578
7777
|
"nsapi_response_headers": [
|
|
7579
|
-
"array nsapi_response_headers(
|
|
7778
|
+
"array nsapi_response_headers()",
|
|
7580
7779
|
"Get all headers from the response"
|
|
7581
7780
|
],
|
|
7582
7781
|
"nsapi_virtual": [
|
|
@@ -7656,39 +7855,39 @@ var functionMap = {
|
|
|
7656
7855
|
"* Get formatter attribute value."
|
|
7657
7856
|
],
|
|
7658
7857
|
"ob_clean": [
|
|
7659
|
-
"bool ob_clean(
|
|
7858
|
+
"bool ob_clean()",
|
|
7660
7859
|
"Clean (delete) the current output buffer"
|
|
7661
7860
|
],
|
|
7662
7861
|
"ob_end_clean": [
|
|
7663
|
-
"bool ob_end_clean(
|
|
7862
|
+
"bool ob_end_clean()",
|
|
7664
7863
|
"Clean the output buffer, and delete current output buffer"
|
|
7665
7864
|
],
|
|
7666
7865
|
"ob_end_flush": [
|
|
7667
|
-
"bool ob_end_flush(
|
|
7866
|
+
"bool ob_end_flush()",
|
|
7668
7867
|
"Flush (send) the output buffer, and delete current output buffer"
|
|
7669
7868
|
],
|
|
7670
7869
|
"ob_flush": [
|
|
7671
|
-
"bool ob_flush(
|
|
7870
|
+
"bool ob_flush()",
|
|
7672
7871
|
"Flush (send) contents of the output buffer. The last buffer content is sent to next buffer"
|
|
7673
7872
|
],
|
|
7674
7873
|
"ob_get_clean": [
|
|
7675
|
-
"bool ob_get_clean(
|
|
7874
|
+
"bool ob_get_clean()",
|
|
7676
7875
|
"Get current buffer contents and delete current output buffer"
|
|
7677
7876
|
],
|
|
7678
7877
|
"ob_get_contents": [
|
|
7679
|
-
"string ob_get_contents(
|
|
7878
|
+
"string ob_get_contents()",
|
|
7680
7879
|
"Return the contents of the output buffer"
|
|
7681
7880
|
],
|
|
7682
7881
|
"ob_get_flush": [
|
|
7683
|
-
"bool ob_get_flush(
|
|
7882
|
+
"bool ob_get_flush()",
|
|
7684
7883
|
"Get current buffer contents, flush (send) the output buffer, and delete current output buffer"
|
|
7685
7884
|
],
|
|
7686
7885
|
"ob_get_length": [
|
|
7687
|
-
"int ob_get_length(
|
|
7886
|
+
"int ob_get_length()",
|
|
7688
7887
|
"Return the length of the output buffer"
|
|
7689
7888
|
],
|
|
7690
7889
|
"ob_get_level": [
|
|
7691
|
-
"int ob_get_level(
|
|
7890
|
+
"int ob_get_level()",
|
|
7692
7891
|
"Return the nesting level of the output buffer"
|
|
7693
7892
|
],
|
|
7694
7893
|
"ob_get_status": [
|
|
@@ -8008,7 +8207,7 @@ var functionMap = {
|
|
|
8008
8207
|
"Returns current state of buffering for a LOB"
|
|
8009
8208
|
],
|
|
8010
8209
|
"ocisetbufferinglob": [
|
|
8011
|
-
"bool ocisetbufferinglob(
|
|
8210
|
+
"bool ocisetbufferinglob( bool flag )",
|
|
8012
8211
|
"Enables/disables buffering for a LOB"
|
|
8013
8212
|
],
|
|
8014
8213
|
"octdec": [
|
|
@@ -8028,7 +8227,7 @@ var functionMap = {
|
|
|
8028
8227
|
"Close an ODBC connection"
|
|
8029
8228
|
],
|
|
8030
8229
|
"odbc_close_all": [
|
|
8031
|
-
"void odbc_close_all(
|
|
8230
|
+
"void odbc_close_all()",
|
|
8032
8231
|
"Close all ODBC connections"
|
|
8033
8232
|
],
|
|
8034
8233
|
"odbc_columnprivileges": [
|
|
@@ -8236,7 +8435,7 @@ var functionMap = {
|
|
|
8236
8435
|
"Encrypts given data with given method and key, returns raw or base64 encoded string"
|
|
8237
8436
|
],
|
|
8238
8437
|
"openssl_error_string": [
|
|
8239
|
-
"mixed openssl_error_string(
|
|
8438
|
+
"mixed openssl_error_string()",
|
|
8240
8439
|
"Returns a description of the last error, and alters the index of the error messages. Returns false when the are no more messages"
|
|
8241
8440
|
],
|
|
8242
8441
|
"openssl_get_cipher_methods": [
|
|
@@ -8376,7 +8575,7 @@ var functionMap = {
|
|
|
8376
8575
|
"Add URL rewriter values"
|
|
8377
8576
|
],
|
|
8378
8577
|
"output_reset_rewrite_vars": [
|
|
8379
|
-
"bool output_reset_rewrite_vars(
|
|
8578
|
+
"bool output_reset_rewrite_vars()",
|
|
8380
8579
|
"Reset(clear) URL rewriter values"
|
|
8381
8580
|
],
|
|
8382
8581
|
"pack": [
|
|
@@ -8428,7 +8627,7 @@ var functionMap = {
|
|
|
8428
8627
|
"Executes specified program in current process space as defined by exec(2)"
|
|
8429
8628
|
],
|
|
8430
8629
|
"pcntl_fork": [
|
|
8431
|
-
"int pcntl_fork(
|
|
8630
|
+
"int pcntl_fork()",
|
|
8432
8631
|
"Forks the currently running process following the same behavior as the UNIX fork() system call"
|
|
8433
8632
|
],
|
|
8434
8633
|
"pcntl_getpriority": [
|
|
@@ -8545,7 +8744,7 @@ var functionMap = {
|
|
|
8545
8744
|
],
|
|
8546
8745
|
"pg_delete": [
|
|
8547
8746
|
"mixed pg_delete(resource db, string table, array ids[, int options])",
|
|
8548
|
-
"Delete records has ids (id=>value)"
|
|
8747
|
+
"Delete records has ids (id => value)"
|
|
8549
8748
|
],
|
|
8550
8749
|
"pg_end_copy": [
|
|
8551
8750
|
"bool pg_end_copy([resource connection])",
|
|
@@ -8645,7 +8844,7 @@ var functionMap = {
|
|
|
8645
8844
|
],
|
|
8646
8845
|
"pg_insert": [
|
|
8647
8846
|
"mixed pg_insert(resource db, string table, array values[, int options])",
|
|
8648
|
-
"Insert values (filed=>value) to table"
|
|
8847
|
+
"Insert values (filed => value) to table"
|
|
8649
8848
|
],
|
|
8650
8849
|
"pg_last_error": [
|
|
8651
8850
|
"string pg_last_error([resource connection])",
|
|
@@ -8769,7 +8968,7 @@ var functionMap = {
|
|
|
8769
8968
|
],
|
|
8770
8969
|
"pg_select": [
|
|
8771
8970
|
"mixed pg_select(resource db, string table, array ids[, int options])",
|
|
8772
|
-
"Select records that has ids (id=>value)"
|
|
8971
|
+
"Select records that has ids (id => value)"
|
|
8773
8972
|
],
|
|
8774
8973
|
"pg_send_execute": [
|
|
8775
8974
|
"bool pg_send_execute(resource connection, string stmtname, array params)",
|
|
@@ -8817,34 +9016,34 @@ var functionMap = {
|
|
|
8817
9016
|
],
|
|
8818
9017
|
"pg_update": [
|
|
8819
9018
|
"mixed pg_update(resource db, string table, array fields, array ids[, int options])",
|
|
8820
|
-
"Update table using values (field=>value) and ids (id=>value)"
|
|
9019
|
+
"Update table using values (field => value) and ids (id => value)"
|
|
8821
9020
|
],
|
|
8822
9021
|
"pg_version": [
|
|
8823
9022
|
"array pg_version([resource connection])",
|
|
8824
9023
|
"Returns an array with client, protocol and server version (when available)"
|
|
8825
9024
|
],
|
|
8826
9025
|
"php_egg_logo_guid": [
|
|
8827
|
-
"string php_egg_logo_guid(
|
|
9026
|
+
"string php_egg_logo_guid()",
|
|
8828
9027
|
"Return the special ID used to request the PHP logo in phpinfo screens"
|
|
8829
9028
|
],
|
|
8830
9029
|
"php_ini_loaded_file": [
|
|
8831
|
-
"string php_ini_loaded_file(
|
|
9030
|
+
"string php_ini_loaded_file()",
|
|
8832
9031
|
"Return the actual loaded ini filename"
|
|
8833
9032
|
],
|
|
8834
9033
|
"php_ini_scanned_files": [
|
|
8835
|
-
"string php_ini_scanned_files(
|
|
9034
|
+
"string php_ini_scanned_files()",
|
|
8836
9035
|
"Return comma-separated string of .ini files parsed from the additional ini dir"
|
|
8837
9036
|
],
|
|
8838
9037
|
"php_logo_guid": [
|
|
8839
|
-
"string php_logo_guid(
|
|
9038
|
+
"string php_logo_guid()",
|
|
8840
9039
|
"Return the special ID used to request the PHP logo in phpinfo screens"
|
|
8841
9040
|
],
|
|
8842
9041
|
"php_real_logo_guid": [
|
|
8843
|
-
"string php_real_logo_guid(
|
|
9042
|
+
"string php_real_logo_guid()",
|
|
8844
9043
|
"Return the special ID used to request the PHP logo in phpinfo screens"
|
|
8845
9044
|
],
|
|
8846
9045
|
"php_sapi_name": [
|
|
8847
|
-
"string php_sapi_name(
|
|
9046
|
+
"string php_sapi_name()",
|
|
8848
9047
|
"Return the current SAPI module name"
|
|
8849
9048
|
],
|
|
8850
9049
|
"php_snmpv3": [
|
|
@@ -8856,7 +9055,7 @@ var functionMap = {
|
|
|
8856
9055
|
"Return source with stripped comments and whitespace"
|
|
8857
9056
|
],
|
|
8858
9057
|
"php_uname": [
|
|
8859
|
-
"string php_uname(
|
|
9058
|
+
"string php_uname()",
|
|
8860
9059
|
"Return information about the system PHP was built on"
|
|
8861
9060
|
],
|
|
8862
9061
|
"phpcredits": [
|
|
@@ -8872,11 +9071,11 @@ var functionMap = {
|
|
|
8872
9071
|
"Return the current PHP version"
|
|
8873
9072
|
],
|
|
8874
9073
|
"pi": [
|
|
8875
|
-
"float pi(
|
|
9074
|
+
"float pi()",
|
|
8876
9075
|
"Returns an approximation of pi"
|
|
8877
9076
|
],
|
|
8878
9077
|
"png2wbmp": [
|
|
8879
|
-
"bool png2wbmp
|
|
9078
|
+
"bool png2wbmp(string f_org, string f_dest, int d_height, int d_width, int threshold)",
|
|
8880
9079
|
"Convert PNG image to WBMP image"
|
|
8881
9080
|
],
|
|
8882
9081
|
"popen": [
|
|
@@ -8888,27 +9087,27 @@ var functionMap = {
|
|
|
8888
9087
|
"Determine accessibility of a file (POSIX.1 5.6.3)"
|
|
8889
9088
|
],
|
|
8890
9089
|
"posix_ctermid": [
|
|
8891
|
-
"string posix_ctermid(
|
|
9090
|
+
"string posix_ctermid()",
|
|
8892
9091
|
"Generate terminal path name (POSIX.1, 4.7.1)"
|
|
8893
9092
|
],
|
|
8894
9093
|
"posix_get_last_error": [
|
|
8895
|
-
"int posix_get_last_error(
|
|
9094
|
+
"int posix_get_last_error()",
|
|
8896
9095
|
"Retrieve the error number set by the last posix function which failed."
|
|
8897
9096
|
],
|
|
8898
9097
|
"posix_getcwd": [
|
|
8899
|
-
"string posix_getcwd(
|
|
9098
|
+
"string posix_getcwd()",
|
|
8900
9099
|
"Get working directory pathname (POSIX.1, 5.2.2)"
|
|
8901
9100
|
],
|
|
8902
9101
|
"posix_getegid": [
|
|
8903
|
-
"int posix_getegid(
|
|
9102
|
+
"int posix_getegid()",
|
|
8904
9103
|
"Get the current effective group id (POSIX.1, 4.2.1)"
|
|
8905
9104
|
],
|
|
8906
9105
|
"posix_geteuid": [
|
|
8907
|
-
"int posix_geteuid(
|
|
9106
|
+
"int posix_geteuid()",
|
|
8908
9107
|
"Get the current effective user id (POSIX.1, 4.2.1)"
|
|
8909
9108
|
],
|
|
8910
9109
|
"posix_getgid": [
|
|
8911
|
-
"int posix_getgid(
|
|
9110
|
+
"int posix_getgid()",
|
|
8912
9111
|
"Get the current group id (POSIX.1, 4.2.1)"
|
|
8913
9112
|
],
|
|
8914
9113
|
"posix_getgrgid": [
|
|
@@ -8920,27 +9119,27 @@ var functionMap = {
|
|
|
8920
9119
|
"Group database access (POSIX.1, 9.2.1)"
|
|
8921
9120
|
],
|
|
8922
9121
|
"posix_getgroups": [
|
|
8923
|
-
"array posix_getgroups(
|
|
9122
|
+
"array posix_getgroups()",
|
|
8924
9123
|
"Get supplementary group id's (POSIX.1, 4.2.3)"
|
|
8925
9124
|
],
|
|
8926
9125
|
"posix_getlogin": [
|
|
8927
|
-
"string posix_getlogin(
|
|
9126
|
+
"string posix_getlogin()",
|
|
8928
9127
|
"Get user name (POSIX.1, 4.2.4)"
|
|
8929
9128
|
],
|
|
8930
9129
|
"posix_getpgid": [
|
|
8931
|
-
"int posix_getpgid(
|
|
9130
|
+
"int posix_getpgid()",
|
|
8932
9131
|
"Get the process group id of the specified process (This is not a POSIX function, but a SVR4ism, so we compile conditionally)"
|
|
8933
9132
|
],
|
|
8934
9133
|
"posix_getpgrp": [
|
|
8935
|
-
"int posix_getpgrp(
|
|
9134
|
+
"int posix_getpgrp()",
|
|
8936
9135
|
"Get current process group id (POSIX.1, 4.3.1)"
|
|
8937
9136
|
],
|
|
8938
9137
|
"posix_getpid": [
|
|
8939
|
-
"int posix_getpid(
|
|
9138
|
+
"int posix_getpid()",
|
|
8940
9139
|
"Get the current process id (POSIX.1, 4.1.1)"
|
|
8941
9140
|
],
|
|
8942
9141
|
"posix_getppid": [
|
|
8943
|
-
"int posix_getppid(
|
|
9142
|
+
"int posix_getppid()",
|
|
8944
9143
|
"Get the parent process id (POSIX.1, 4.1.1)"
|
|
8945
9144
|
],
|
|
8946
9145
|
"posix_getpwnam": [
|
|
@@ -8952,15 +9151,15 @@ var functionMap = {
|
|
|
8952
9151
|
"User database access (POSIX.1, 9.2.2)"
|
|
8953
9152
|
],
|
|
8954
9153
|
"posix_getrlimit": [
|
|
8955
|
-
"array posix_getrlimit(
|
|
9154
|
+
"array posix_getrlimit()",
|
|
8956
9155
|
"Get system resource consumption limits (This is not a POSIX function, but a BSDism and a SVR4ism. We compile conditionally)"
|
|
8957
9156
|
],
|
|
8958
9157
|
"posix_getsid": [
|
|
8959
|
-
"int posix_getsid(
|
|
9158
|
+
"int posix_getsid()",
|
|
8960
9159
|
"Get process group id of session leader (This is not a POSIX function, but a SVR4ism, so be compile conditionally)"
|
|
8961
9160
|
],
|
|
8962
9161
|
"posix_getuid": [
|
|
8963
|
-
"int posix_getuid(
|
|
9162
|
+
"int posix_getuid()",
|
|
8964
9163
|
"Get the current user id (POSIX.1, 4.2.1)"
|
|
8965
9164
|
],
|
|
8966
9165
|
"posix_initgroups": [
|
|
@@ -9000,7 +9199,7 @@ var functionMap = {
|
|
|
9000
9199
|
"Set process group id for job control (POSIX.1, 4.3.3)"
|
|
9001
9200
|
],
|
|
9002
9201
|
"posix_setsid": [
|
|
9003
|
-
"int posix_setsid(
|
|
9202
|
+
"int posix_setsid()",
|
|
9004
9203
|
"Create session and set process group id (POSIX.1, 4.3.2)"
|
|
9005
9204
|
],
|
|
9006
9205
|
"posix_setuid": [
|
|
@@ -9012,7 +9211,7 @@ var functionMap = {
|
|
|
9012
9211
|
"Retrieve the system error message associated with the given errno."
|
|
9013
9212
|
],
|
|
9014
9213
|
"posix_times": [
|
|
9015
|
-
"array posix_times(
|
|
9214
|
+
"array posix_times()",
|
|
9016
9215
|
"Get process times (POSIX.1, 4.5.2)"
|
|
9017
9216
|
],
|
|
9018
9217
|
"posix_ttyname": [
|
|
@@ -9020,7 +9219,7 @@ var functionMap = {
|
|
|
9020
9219
|
"Determine terminal device name (POSIX.1, 4.7.2)"
|
|
9021
9220
|
],
|
|
9022
9221
|
"posix_uname": [
|
|
9023
|
-
"array posix_uname(
|
|
9222
|
+
"array posix_uname()",
|
|
9024
9223
|
"Get system name (POSIX.1, 4.4.1)"
|
|
9025
9224
|
],
|
|
9026
9225
|
"pow": [
|
|
@@ -9188,8 +9387,8 @@ var functionMap = {
|
|
|
9188
9387
|
"Convert a quoted-printable string to an 8 bit string"
|
|
9189
9388
|
],
|
|
9190
9389
|
"quoted_printable_encode": [
|
|
9191
|
-
"string quoted_printable_encode(string str)
|
|
9192
|
-
"
|
|
9390
|
+
"string quoted_printable_encode(string str)",
|
|
9391
|
+
""
|
|
9193
9392
|
],
|
|
9194
9393
|
"quotemeta": [
|
|
9195
9394
|
"string quotemeta(string str)",
|
|
@@ -9248,7 +9447,7 @@ var functionMap = {
|
|
|
9248
9447
|
"Informs the readline callback interface that a character is ready for input"
|
|
9249
9448
|
],
|
|
9250
9449
|
"readline_clear_history": [
|
|
9251
|
-
"bool readline_clear_history(
|
|
9450
|
+
"bool readline_clear_history()",
|
|
9252
9451
|
"Clears the history"
|
|
9253
9452
|
],
|
|
9254
9453
|
"readline_completion_function": [
|
|
@@ -9260,11 +9459,11 @@ var functionMap = {
|
|
|
9260
9459
|
"Gets/sets various internal readline variables."
|
|
9261
9460
|
],
|
|
9262
9461
|
"readline_list_history": [
|
|
9263
|
-
"array readline_list_history(
|
|
9462
|
+
"array readline_list_history()",
|
|
9264
9463
|
"Lists the history"
|
|
9265
9464
|
],
|
|
9266
9465
|
"readline_on_new_line": [
|
|
9267
|
-
"void readline_on_new_line(
|
|
9466
|
+
"void readline_on_new_line()",
|
|
9268
9467
|
"Inform readline that the cursor has moved to a new line"
|
|
9269
9468
|
],
|
|
9270
9469
|
"readline_read_history": [
|
|
@@ -9272,7 +9471,7 @@ var functionMap = {
|
|
|
9272
9471
|
"Reads the history"
|
|
9273
9472
|
],
|
|
9274
9473
|
"readline_redisplay": [
|
|
9275
|
-
"void readline_redisplay(
|
|
9474
|
+
"void readline_redisplay()",
|
|
9276
9475
|
"Ask readline to redraw the display"
|
|
9277
9476
|
],
|
|
9278
9477
|
"readline_write_history": [
|
|
@@ -9328,11 +9527,11 @@ var functionMap = {
|
|
|
9328
9527
|
"Set array argument's internal pointer to the first element and return it"
|
|
9329
9528
|
],
|
|
9330
9529
|
"restore_error_handler": [
|
|
9331
|
-
"void restore_error_handler(
|
|
9530
|
+
"void restore_error_handler()",
|
|
9332
9531
|
"Restores the previously defined error handler function"
|
|
9333
9532
|
],
|
|
9334
9533
|
"restore_exception_handler": [
|
|
9335
|
-
"void restore_exception_handler(
|
|
9534
|
+
"void restore_exception_handler()",
|
|
9336
9535
|
"Restores the previously defined exception handler function"
|
|
9337
9536
|
],
|
|
9338
9537
|
"restore_include_path": [
|
|
@@ -9400,15 +9599,15 @@ var functionMap = {
|
|
|
9400
9599
|
"Deserializes data and reinitializes the variables"
|
|
9401
9600
|
],
|
|
9402
9601
|
"session_destroy": [
|
|
9403
|
-
"bool session_destroy(
|
|
9602
|
+
"bool session_destroy()",
|
|
9404
9603
|
"Destroy the current session and all data associated with it"
|
|
9405
9604
|
],
|
|
9406
9605
|
"session_encode": [
|
|
9407
|
-
"string session_encode(
|
|
9606
|
+
"string session_encode()",
|
|
9408
9607
|
"Serializes the current setup and returns the serialized representation"
|
|
9409
9608
|
],
|
|
9410
9609
|
"session_get_cookie_params": [
|
|
9411
|
-
"array session_get_cookie_params(
|
|
9610
|
+
"array session_get_cookie_params()",
|
|
9412
9611
|
"Return the session cookie parameters"
|
|
9413
9612
|
],
|
|
9414
9613
|
"session_id": [
|
|
@@ -9448,7 +9647,7 @@ var functionMap = {
|
|
|
9448
9647
|
"Sets user-level functions"
|
|
9449
9648
|
],
|
|
9450
9649
|
"session_start": [
|
|
9451
|
-
"bool session_start(
|
|
9650
|
+
"bool session_start()",
|
|
9452
9651
|
"Begin session - reinitializes freezed variables, registers browsers etc"
|
|
9453
9652
|
],
|
|
9454
9653
|
"session_unregister": [
|
|
@@ -9456,11 +9655,11 @@ var functionMap = {
|
|
|
9456
9655
|
"Removes varname from the list of variables which are freezed at the session end"
|
|
9457
9656
|
],
|
|
9458
9657
|
"session_unset": [
|
|
9459
|
-
"void session_unset(
|
|
9658
|
+
"void session_unset()",
|
|
9460
9659
|
"Unset all registered variables"
|
|
9461
9660
|
],
|
|
9462
9661
|
"session_write_close": [
|
|
9463
|
-
"void session_write_close(
|
|
9662
|
+
"void session_write_close()",
|
|
9464
9663
|
"Write session data and end session"
|
|
9465
9664
|
],
|
|
9466
9665
|
"set_error_handler": [
|
|
@@ -9540,27 +9739,27 @@ var functionMap = {
|
|
|
9540
9739
|
"Removes variable from shared memory"
|
|
9541
9740
|
],
|
|
9542
9741
|
"shmop_close": [
|
|
9543
|
-
"void shmop_close
|
|
9742
|
+
"void shmop_close(int shmid)",
|
|
9544
9743
|
"closes a shared memory segment"
|
|
9545
9744
|
],
|
|
9546
9745
|
"shmop_delete": [
|
|
9547
|
-
"bool shmop_delete
|
|
9746
|
+
"bool shmop_delete(int shmid)",
|
|
9548
9747
|
"mark segment for deletion"
|
|
9549
9748
|
],
|
|
9550
9749
|
"shmop_open": [
|
|
9551
|
-
"int shmop_open
|
|
9750
|
+
"int shmop_open(int key, string flags, int mode, int size)",
|
|
9552
9751
|
"gets and attaches a shared memory segment"
|
|
9553
9752
|
],
|
|
9554
9753
|
"shmop_read": [
|
|
9555
|
-
"string shmop_read
|
|
9754
|
+
"string shmop_read(int shmid, int start, int count)",
|
|
9556
9755
|
"reads from a shm segment"
|
|
9557
9756
|
],
|
|
9558
9757
|
"shmop_size": [
|
|
9559
|
-
"int shmop_size
|
|
9758
|
+
"int shmop_size(int shmid)",
|
|
9560
9759
|
"returns the shm size"
|
|
9561
9760
|
],
|
|
9562
9761
|
"shmop_write": [
|
|
9563
|
-
"int shmop_write
|
|
9762
|
+
"int shmop_write(int shmid, string data, int offset)",
|
|
9564
9763
|
"writes to a shared memory segment"
|
|
9565
9764
|
],
|
|
9566
9765
|
"shuffle": [
|
|
@@ -9672,7 +9871,7 @@ var functionMap = {
|
|
|
9672
9871
|
"Fetch the value of a SNMP object"
|
|
9673
9872
|
],
|
|
9674
9873
|
"snmp_get_quick_print": [
|
|
9675
|
-
"bool snmp_get_quick_print(
|
|
9874
|
+
"bool snmp_get_quick_print()",
|
|
9676
9875
|
"Return the current status of quick_print"
|
|
9677
9876
|
],
|
|
9678
9877
|
"snmp_get_valueretrieval": [
|
|
@@ -9920,7 +10119,7 @@ var functionMap = {
|
|
|
9920
10119
|
"Escapes a string for use as a query parameter."
|
|
9921
10120
|
],
|
|
9922
10121
|
"sqlite_exec": [
|
|
9923
|
-
"
|
|
10122
|
+
"bool sqlite_exec(string query, resource db[, string &error_message])",
|
|
9924
10123
|
"Executes a result-less query against a given database"
|
|
9925
10124
|
],
|
|
9926
10125
|
"sqlite_factory": [
|
|
@@ -10172,7 +10371,7 @@ var functionMap = {
|
|
|
10172
10371
|
"Reads all remaining bytes (or up to maxlen bytes) from a stream and returns them as a string."
|
|
10173
10372
|
],
|
|
10174
10373
|
"stream_get_filters": [
|
|
10175
|
-
"array stream_get_filters(
|
|
10374
|
+
"array stream_get_filters()",
|
|
10176
10375
|
"Returns a list of registered filters"
|
|
10177
10376
|
],
|
|
10178
10377
|
"stream_get_line": [
|
|
@@ -10436,7 +10635,7 @@ var functionMap = {
|
|
|
10436
10635
|
"Free result memory"
|
|
10437
10636
|
],
|
|
10438
10637
|
"sybase_get_last_message": [
|
|
10439
|
-
"string sybase_get_last_message(
|
|
10638
|
+
"string sybase_get_last_message()",
|
|
10440
10639
|
"Returns the last message from server (over min_message_severity)"
|
|
10441
10640
|
],
|
|
10442
10641
|
"sybase_min_client_severity": [
|
|
@@ -10520,7 +10719,7 @@ var functionMap = {
|
|
|
10520
10719
|
"Returns the Number of Tidy accessibility warnings encountered for specified document."
|
|
10521
10720
|
],
|
|
10522
10721
|
"tidy_clean_repair": [
|
|
10523
|
-
"
|
|
10722
|
+
"bool tidy_clean_repair()",
|
|
10524
10723
|
"Execute configured cleanup and repair operations on parsed markup"
|
|
10525
10724
|
],
|
|
10526
10725
|
"tidy_config_count": [
|
|
@@ -10528,7 +10727,7 @@ var functionMap = {
|
|
|
10528
10727
|
"Returns the Number of Tidy configuration errors encountered for specified document."
|
|
10529
10728
|
],
|
|
10530
10729
|
"tidy_diagnose": [
|
|
10531
|
-
"
|
|
10730
|
+
"bool tidy_diagnose()",
|
|
10532
10731
|
"Run configured diagnostics on parsed and repaired markup."
|
|
10533
10732
|
],
|
|
10534
10733
|
"tidy_error_count": [
|
|
@@ -10544,7 +10743,7 @@ var functionMap = {
|
|
|
10544
10743
|
"Get current Tidy configuarion"
|
|
10545
10744
|
],
|
|
10546
10745
|
"tidy_get_error_buffer": [
|
|
10547
|
-
"string tidy_get_error_buffer([
|
|
10746
|
+
"string tidy_get_error_buffer([bool detailed])",
|
|
10548
10747
|
"Return warnings and errors which occured parsing the specified document"
|
|
10549
10748
|
],
|
|
10550
10749
|
"tidy_get_head": [
|
|
@@ -10584,15 +10783,15 @@ var functionMap = {
|
|
|
10584
10783
|
"Returns the value of the specified configuration option for the tidy document."
|
|
10585
10784
|
],
|
|
10586
10785
|
"tidy_is_xhtml": [
|
|
10587
|
-
"
|
|
10786
|
+
"bool tidy_is_xhtml()",
|
|
10588
10787
|
"Indicates if the document is a XHTML document."
|
|
10589
10788
|
],
|
|
10590
10789
|
"tidy_is_xml": [
|
|
10591
|
-
"
|
|
10790
|
+
"bool tidy_is_xml()",
|
|
10592
10791
|
"Indicates if the document is a generic (non HTML/XHTML) XML document."
|
|
10593
10792
|
],
|
|
10594
10793
|
"tidy_parse_file": [
|
|
10595
|
-
"
|
|
10794
|
+
"bool tidy_parse_file(string file [, mixed config_options [, string encoding [, bool use_include_path]]])",
|
|
10596
10795
|
"Parse markup in file or URI"
|
|
10597
10796
|
],
|
|
10598
10797
|
"tidy_parse_string": [
|
|
@@ -10600,11 +10799,11 @@ var functionMap = {
|
|
|
10600
10799
|
"Parse a document stored in a string"
|
|
10601
10800
|
],
|
|
10602
10801
|
"tidy_repair_file": [
|
|
10603
|
-
"
|
|
10802
|
+
"bool tidy_repair_file(string filename [, mixed config_file [, string encoding [, bool use_include_path]]])",
|
|
10604
10803
|
"Repair a file using an optionally provided configuration file"
|
|
10605
10804
|
],
|
|
10606
10805
|
"tidy_repair_string": [
|
|
10607
|
-
"
|
|
10806
|
+
"bool tidy_repair_string(string data [, mixed config_file [, string encoding]])",
|
|
10608
10807
|
"Repair a string using an optionally provided configuration file"
|
|
10609
10808
|
],
|
|
10610
10809
|
"tidy_warning_count": [
|
|
@@ -10612,7 +10811,7 @@ var functionMap = {
|
|
|
10612
10811
|
"Returns the Number of Tidy warnings encountered for specified document."
|
|
10613
10812
|
],
|
|
10614
10813
|
"time": [
|
|
10615
|
-
"int time(
|
|
10814
|
+
"int time()",
|
|
10616
10815
|
"Return current UNIX timestamp"
|
|
10617
10816
|
],
|
|
10618
10817
|
"time_nanosleep": [
|
|
@@ -10660,7 +10859,7 @@ var functionMap = {
|
|
|
10660
10859
|
"Returns the Olson database version number."
|
|
10661
10860
|
],
|
|
10662
10861
|
"tmpfile": [
|
|
10663
|
-
"resource tmpfile(
|
|
10862
|
+
"resource tmpfile()",
|
|
10664
10863
|
"Create a temporary file that will be deleted automatically after use"
|
|
10665
10864
|
],
|
|
10666
10865
|
"token_get_all": [
|
|
@@ -10728,7 +10927,7 @@ var functionMap = {
|
|
|
10728
10927
|
"Takes a string representation of variable and recreates it"
|
|
10729
10928
|
],
|
|
10730
10929
|
"unset": [
|
|
10731
|
-
"void unset
|
|
10930
|
+
"void unset(mixed var [, mixed var])",
|
|
10732
10931
|
"Unset a given variable"
|
|
10733
10932
|
],
|
|
10734
10933
|
"urldecode": [
|
|
@@ -10760,7 +10959,7 @@ var functionMap = {
|
|
|
10760
10959
|
"Dumps a string representation of variable to output"
|
|
10761
10960
|
],
|
|
10762
10961
|
"var_export": [
|
|
10763
|
-
"
|
|
10962
|
+
"string var_export(mixed var [, bool return])",
|
|
10764
10963
|
"Outputs or returns a string representation of a variable"
|
|
10765
10964
|
],
|
|
10766
10965
|
"variant_abs": [
|
|
@@ -10888,7 +11087,7 @@ var functionMap = {
|
|
|
10888
11087
|
"Return a formatted string"
|
|
10889
11088
|
],
|
|
10890
11089
|
"wddx_add_vars": [
|
|
10891
|
-
"int wddx_add_vars(resource packet_id,
|
|
11090
|
+
"int wddx_add_vars(resource packet_id, mixed var_names [, mixed ...])",
|
|
10892
11091
|
"Serializes given variables and adds them to packet given by packet_id"
|
|
10893
11092
|
],
|
|
10894
11093
|
"wddx_deserialize": [
|
|
@@ -10912,7 +11111,7 @@ var functionMap = {
|
|
|
10912
11111
|
"Creates a new packet and serializes given variables into a struct"
|
|
10913
11112
|
],
|
|
10914
11113
|
"wordwrap": [
|
|
10915
|
-
"string wordwrap(string str [, int width [, string break [,
|
|
11114
|
+
"string wordwrap(string str [, int width [, string break [, bool cut]]])",
|
|
10916
11115
|
"Wraps buffer to selected number of characters using string break char"
|
|
10917
11116
|
],
|
|
10918
11117
|
"xml_error_string": [
|
|
@@ -11040,7 +11239,7 @@ var functionMap = {
|
|
|
11040
11239
|
"Parses XML requests and call methods"
|
|
11041
11240
|
],
|
|
11042
11241
|
"xmlrpc_server_create": [
|
|
11043
|
-
"resource xmlrpc_server_create(
|
|
11242
|
+
"resource xmlrpc_server_create()",
|
|
11044
11243
|
"Creates an xmlrpc server"
|
|
11045
11244
|
],
|
|
11046
11245
|
"xmlrpc_server_destroy": [
|
|
@@ -11217,7 +11416,7 @@ var functionMap = {
|
|
|
11217
11416
|
],
|
|
11218
11417
|
"xmlwriter_write_element_ns": [
|
|
11219
11418
|
"bool xmlwriter_write_element_ns(resource xmlwriter, string prefix, string name, string uri[, string content])",
|
|
11220
|
-
"Write full
|
|
11419
|
+
"Write full namespaced element tag - returns FALSE on error"
|
|
11221
11420
|
],
|
|
11222
11421
|
"xmlwriter_write_pi": [
|
|
11223
11422
|
"bool xmlwriter_write_pi(resource xmlwriter, string target, string content)",
|
|
@@ -11228,51 +11427,51 @@ var functionMap = {
|
|
|
11228
11427
|
"Write text - returns FALSE on error"
|
|
11229
11428
|
],
|
|
11230
11429
|
"xsl_xsltprocessor_get_parameter": [
|
|
11231
|
-
"string xsl_xsltprocessor_get_parameter(string namespace, string name)
|
|
11430
|
+
"string xsl_xsltprocessor_get_parameter(string namespace, string name)",
|
|
11232
11431
|
""
|
|
11233
11432
|
],
|
|
11234
11433
|
"xsl_xsltprocessor_has_exslt_support": [
|
|
11235
|
-
"bool xsl_xsltprocessor_has_exslt_support()
|
|
11434
|
+
"bool xsl_xsltprocessor_has_exslt_support()",
|
|
11236
11435
|
""
|
|
11237
11436
|
],
|
|
11238
11437
|
"xsl_xsltprocessor_import_stylesheet": [
|
|
11239
|
-
"void xsl_xsltprocessor_import_stylesheet(domdocument doc)
|
|
11240
|
-
"
|
|
11438
|
+
"void xsl_xsltprocessor_import_stylesheet(domdocument doc)",
|
|
11439
|
+
""
|
|
11241
11440
|
],
|
|
11242
11441
|
"xsl_xsltprocessor_register_php_functions": [
|
|
11243
|
-
"void xsl_xsltprocessor_register_php_functions([mixed $restrict])
|
|
11442
|
+
"void xsl_xsltprocessor_register_php_functions([mixed $restrict])",
|
|
11244
11443
|
""
|
|
11245
11444
|
],
|
|
11246
11445
|
"xsl_xsltprocessor_remove_parameter": [
|
|
11247
|
-
"bool xsl_xsltprocessor_remove_parameter(string namespace, string name)
|
|
11446
|
+
"bool xsl_xsltprocessor_remove_parameter(string namespace, string name)",
|
|
11248
11447
|
""
|
|
11249
11448
|
],
|
|
11250
11449
|
"xsl_xsltprocessor_set_parameter": [
|
|
11251
|
-
"bool xsl_xsltprocessor_set_parameter(string namespace, mixed name [, string value])
|
|
11450
|
+
"bool xsl_xsltprocessor_set_parameter(string namespace, mixed name [, string value])",
|
|
11252
11451
|
""
|
|
11253
11452
|
],
|
|
11254
11453
|
"xsl_xsltprocessor_set_profiling": [
|
|
11255
|
-
"bool xsl_xsltprocessor_set_profiling(string filename)
|
|
11256
|
-
"
|
|
11454
|
+
"bool xsl_xsltprocessor_set_profiling(string filename)",
|
|
11455
|
+
""
|
|
11257
11456
|
],
|
|
11258
11457
|
"xsl_xsltprocessor_transform_to_doc": [
|
|
11259
|
-
"domdocument xsl_xsltprocessor_transform_to_doc(domnode doc)
|
|
11260
|
-
"
|
|
11458
|
+
"domdocument xsl_xsltprocessor_transform_to_doc(domnode doc)",
|
|
11459
|
+
""
|
|
11261
11460
|
],
|
|
11262
11461
|
"xsl_xsltprocessor_transform_to_uri": [
|
|
11263
|
-
"int xsl_xsltprocessor_transform_to_uri(domdocument doc, string uri)
|
|
11462
|
+
"int xsl_xsltprocessor_transform_to_uri(domdocument doc, string uri)",
|
|
11264
11463
|
""
|
|
11265
11464
|
],
|
|
11266
11465
|
"xsl_xsltprocessor_transform_to_xml": [
|
|
11267
|
-
"string xsl_xsltprocessor_transform_to_xml(domdocument doc)
|
|
11466
|
+
"string xsl_xsltprocessor_transform_to_xml(domdocument doc)",
|
|
11268
11467
|
""
|
|
11269
11468
|
],
|
|
11270
11469
|
"zend_logo_guid": [
|
|
11271
|
-
"string zend_logo_guid(
|
|
11470
|
+
"string zend_logo_guid()",
|
|
11272
11471
|
"Return the special ID used to request the Zend logo in phpinfo screens"
|
|
11273
11472
|
],
|
|
11274
11473
|
"zend_version": [
|
|
11275
|
-
"string zend_version(
|
|
11474
|
+
"string zend_version()",
|
|
11276
11475
|
"Get the version of the Zend Engine"
|
|
11277
11476
|
],
|
|
11278
11477
|
"zip_close": [
|
|
@@ -11316,7 +11515,7 @@ var functionMap = {
|
|
|
11316
11515
|
"Returns the next file in the archive"
|
|
11317
11516
|
],
|
|
11318
11517
|
"zlib_get_coding_type": [
|
|
11319
|
-
"string zlib_get_coding_type(
|
|
11518
|
+
"string zlib_get_coding_type()",
|
|
11320
11519
|
"Returns the coding type used for output compression"
|
|
11321
11520
|
]
|
|
11322
11521
|
};
|
|
@@ -11367,7 +11566,9 @@ var variableMap = {
|
|
|
11367
11566
|
"SERVER_PORT": 1,
|
|
11368
11567
|
"SERVER_PROTOCOL": 1,
|
|
11369
11568
|
"SERVER_SIGNATURE": 1,
|
|
11370
|
-
"SERVER_SOFTWARE": 1
|
|
11569
|
+
"SERVER_SOFTWARE": 1,
|
|
11570
|
+
"argv": 1,
|
|
11571
|
+
"argc": 1
|
|
11371
11572
|
}
|
|
11372
11573
|
},
|
|
11373
11574
|
"$_SESSION": {
|
|
@@ -11375,6 +11576,12 @@ var variableMap = {
|
|
|
11375
11576
|
},
|
|
11376
11577
|
"$GLOBALS": {
|
|
11377
11578
|
type: "array"
|
|
11579
|
+
},
|
|
11580
|
+
'$argv': {
|
|
11581
|
+
type: "array"
|
|
11582
|
+
},
|
|
11583
|
+
'$argc': {
|
|
11584
|
+
type: "int"
|
|
11378
11585
|
}
|
|
11379
11586
|
};
|
|
11380
11587
|
|
|
@@ -11480,7 +11687,7 @@ var PhpCompletions = function() {
|
|
|
11480
11687
|
exports.PhpCompletions = PhpCompletions;
|
|
11481
11688
|
});
|
|
11482
11689
|
|
|
11483
|
-
ace.define("ace/mode/folding/cstyle",[
|
|
11690
|
+
ace.define("ace/mode/folding/cstyle",[], function(require, exports, module) {
|
|
11484
11691
|
"use strict";
|
|
11485
11692
|
|
|
11486
11693
|
var oop = require("../../lib/oop");
|
|
@@ -11620,7 +11827,7 @@ oop.inherits(FoldMode, BaseFoldMode);
|
|
|
11620
11827
|
|
|
11621
11828
|
});
|
|
11622
11829
|
|
|
11623
|
-
ace.define("ace/mode/javascript",[
|
|
11830
|
+
ace.define("ace/mode/javascript",[], function(require, exports, module) {
|
|
11624
11831
|
"use strict";
|
|
11625
11832
|
|
|
11626
11833
|
var oop = require("../lib/oop");
|
|
@@ -11702,12 +11909,13 @@ oop.inherits(Mode, TextMode);
|
|
|
11702
11909
|
};
|
|
11703
11910
|
|
|
11704
11911
|
this.$id = "ace/mode/javascript";
|
|
11912
|
+
this.snippetFileId = "ace/snippets/javascript";
|
|
11705
11913
|
}).call(Mode.prototype);
|
|
11706
11914
|
|
|
11707
11915
|
exports.Mode = Mode;
|
|
11708
11916
|
});
|
|
11709
11917
|
|
|
11710
|
-
ace.define("ace/mode/css_completions",[
|
|
11918
|
+
ace.define("ace/mode/css_completions",[], function(require, exports, module) {
|
|
11711
11919
|
"use strict";
|
|
11712
11920
|
|
|
11713
11921
|
var propertyMap = {
|
|
@@ -11877,7 +12085,7 @@ var CssCompletions = function() {
|
|
|
11877
12085
|
exports.CssCompletions = CssCompletions;
|
|
11878
12086
|
});
|
|
11879
12087
|
|
|
11880
|
-
ace.define("ace/mode/behaviour/css",[
|
|
12088
|
+
ace.define("ace/mode/behaviour/css",[], function(require, exports, module) {
|
|
11881
12089
|
"use strict";
|
|
11882
12090
|
|
|
11883
12091
|
var oop = require("../../lib/oop");
|
|
@@ -11970,7 +12178,7 @@ oop.inherits(CssBehaviour, CstyleBehaviour);
|
|
|
11970
12178
|
exports.CssBehaviour = CssBehaviour;
|
|
11971
12179
|
});
|
|
11972
12180
|
|
|
11973
|
-
ace.define("ace/mode/css",[
|
|
12181
|
+
ace.define("ace/mode/css",[], function(require, exports, module) {
|
|
11974
12182
|
"use strict";
|
|
11975
12183
|
|
|
11976
12184
|
var oop = require("../lib/oop");
|
|
@@ -12039,13 +12247,14 @@ oop.inherits(Mode, TextMode);
|
|
|
12039
12247
|
};
|
|
12040
12248
|
|
|
12041
12249
|
this.$id = "ace/mode/css";
|
|
12250
|
+
this.snippetFileId = "ace/snippets/css";
|
|
12042
12251
|
}).call(Mode.prototype);
|
|
12043
12252
|
|
|
12044
12253
|
exports.Mode = Mode;
|
|
12045
12254
|
|
|
12046
12255
|
});
|
|
12047
12256
|
|
|
12048
|
-
ace.define("ace/mode/behaviour/xml",[
|
|
12257
|
+
ace.define("ace/mode/behaviour/xml",[], function(require, exports, module) {
|
|
12049
12258
|
"use strict";
|
|
12050
12259
|
|
|
12051
12260
|
var oop = require("../../lib/oop");
|
|
@@ -12217,7 +12426,7 @@ oop.inherits(XmlBehaviour, Behaviour);
|
|
|
12217
12426
|
exports.XmlBehaviour = XmlBehaviour;
|
|
12218
12427
|
});
|
|
12219
12428
|
|
|
12220
|
-
ace.define("ace/mode/folding/mixed",[
|
|
12429
|
+
ace.define("ace/mode/folding/mixed",[], function(require, exports, module) {
|
|
12221
12430
|
"use strict";
|
|
12222
12431
|
|
|
12223
12432
|
var oop = require("../../lib/oop");
|
|
@@ -12271,7 +12480,7 @@ oop.inherits(FoldMode, BaseFoldMode);
|
|
|
12271
12480
|
|
|
12272
12481
|
});
|
|
12273
12482
|
|
|
12274
|
-
ace.define("ace/mode/folding/xml",[
|
|
12483
|
+
ace.define("ace/mode/folding/xml",[], function(require, exports, module) {
|
|
12275
12484
|
"use strict";
|
|
12276
12485
|
|
|
12277
12486
|
var oop = require("../../lib/oop");
|
|
@@ -12520,7 +12729,7 @@ function is(token, type) {
|
|
|
12520
12729
|
|
|
12521
12730
|
});
|
|
12522
12731
|
|
|
12523
|
-
ace.define("ace/mode/folding/html",[
|
|
12732
|
+
ace.define("ace/mode/folding/html",[], function(require, exports, module) {
|
|
12524
12733
|
"use strict";
|
|
12525
12734
|
|
|
12526
12735
|
var oop = require("../../lib/oop");
|
|
@@ -12539,7 +12748,7 @@ oop.inherits(FoldMode, MixedFoldMode);
|
|
|
12539
12748
|
|
|
12540
12749
|
});
|
|
12541
12750
|
|
|
12542
|
-
ace.define("ace/mode/html_completions",[
|
|
12751
|
+
ace.define("ace/mode/html_completions",[], function(require, exports, module) {
|
|
12543
12752
|
"use strict";
|
|
12544
12753
|
|
|
12545
12754
|
var TokenIterator = require("../token_iterator").TokenIterator;
|
|
@@ -12861,7 +13070,7 @@ var HtmlCompletions = function() {
|
|
|
12861
13070
|
exports.HtmlCompletions = HtmlCompletions;
|
|
12862
13071
|
});
|
|
12863
13072
|
|
|
12864
|
-
ace.define("ace/mode/html",[
|
|
13073
|
+
ace.define("ace/mode/html",[], function(require, exports, module) {
|
|
12865
13074
|
"use strict";
|
|
12866
13075
|
|
|
12867
13076
|
var oop = require("../lib/oop");
|
|
@@ -12931,12 +13140,13 @@ oop.inherits(Mode, TextMode);
|
|
|
12931
13140
|
};
|
|
12932
13141
|
|
|
12933
13142
|
this.$id = "ace/mode/html";
|
|
13143
|
+
this.snippetFileId = "ace/snippets/html";
|
|
12934
13144
|
}).call(Mode.prototype);
|
|
12935
13145
|
|
|
12936
13146
|
exports.Mode = Mode;
|
|
12937
13147
|
});
|
|
12938
13148
|
|
|
12939
|
-
ace.define("ace/mode/php",[
|
|
13149
|
+
ace.define("ace/mode/php",[], function(require, exports, module) {
|
|
12940
13150
|
"use strict";
|
|
12941
13151
|
|
|
12942
13152
|
var oop = require("../lib/oop");
|
|
@@ -13057,12 +13267,13 @@ oop.inherits(Mode, HtmlMode);
|
|
|
13057
13267
|
};
|
|
13058
13268
|
|
|
13059
13269
|
this.$id = "ace/mode/php";
|
|
13270
|
+
this.snippetFileId = "ace/snippets/php";
|
|
13060
13271
|
}).call(Mode.prototype);
|
|
13061
13272
|
|
|
13062
13273
|
exports.Mode = Mode;
|
|
13063
13274
|
});
|
|
13064
13275
|
|
|
13065
|
-
ace.define("ace/mode/php_laravel_blade",[
|
|
13276
|
+
ace.define("ace/mode/php_laravel_blade",[], function(require, exports, module) {
|
|
13066
13277
|
"use strict";
|
|
13067
13278
|
|
|
13068
13279
|
var oop = require("../lib/oop");
|