├── .gitignore ├── LICENSE.txt ├── README.md ├── ace ├── ChangeLog.txt ├── LICENSE ├── README.md ├── ace.js ├── bower.json ├── editor.html ├── ext-beautify.js ├── ext-chromevox.js ├── ext-elastic_tabstops_lite.js ├── ext-emmet.js ├── ext-error_marker.js ├── ext-keybinding_menu.js ├── ext-language_tools.js ├── ext-linking.js ├── ext-modelist.js ├── ext-old_ie.js ├── ext-searchbox.js ├── ext-settings_menu.js ├── ext-spellcheck.js ├── ext-split.js ├── ext-static_highlight.js ├── ext-statusbar.js ├── ext-textarea.js ├── ext-themelist.js ├── ext-whitespace.js ├── keybinding-emacs.js ├── keybinding-vim.js ├── kitchen-sink.html ├── mode-css.js ├── mode-html.js ├── mode-javascript.js ├── mode-json.js ├── mode-mysql.js ├── mode-php.js ├── mode-plain_text.js ├── mode-sql.js ├── mode-text.js ├── mode-xml.js ├── package.json ├── src-min-noconflict │ ├── ace.js │ ├── ext-beautify.js │ ├── ext-chromevox.js │ ├── ext-elastic_tabstops_lite.js │ ├── ext-emmet.js │ ├── ext-error_marker.js │ ├── ext-keybinding_menu.js │ ├── ext-language_tools.js │ ├── ext-linking.js │ ├── ext-modelist.js │ ├── ext-old_ie.js │ ├── ext-searchbox.js │ ├── ext-settings_menu.js │ ├── ext-spellcheck.js │ ├── ext-split.js │ ├── ext-static_highlight.js │ ├── ext-statusbar.js │ ├── ext-textarea.js │ ├── ext-themelist.js │ ├── ext-whitespace.js │ ├── keybinding-emacs.js │ ├── keybinding-vim.js │ ├── mode-abap.js │ ├── mode-abc.js │ ├── mode-actionscript.js │ ├── mode-ada.js │ ├── mode-apache_conf.js │ ├── mode-applescript.js │ ├── mode-asciidoc.js │ ├── mode-assembly_x86.js │ ├── mode-autohotkey.js │ ├── mode-batchfile.js │ ├── mode-bro.js │ ├── mode-c9search.js │ ├── mode-c_cpp.js │ ├── mode-cirru.js │ ├── mode-clojure.js │ ├── mode-cobol.js │ ├── mode-coffee.js │ ├── mode-coldfusion.js │ ├── mode-csharp.js │ ├── mode-css.js │ ├── mode-curly.js │ ├── mode-d.js │ ├── mode-dart.js │ ├── mode-diff.js │ ├── mode-django.js │ ├── mode-dockerfile.js │ ├── mode-dot.js │ ├── mode-drools.js │ ├── mode-eiffel.js │ ├── mode-ejs.js │ ├── mode-elixir.js │ ├── mode-elm.js │ ├── mode-erlang.js │ ├── mode-forth.js │ ├── mode-fortran.js │ ├── mode-ftl.js │ ├── mode-gcode.js │ ├── mode-gherkin.js │ ├── mode-gitignore.js │ ├── mode-glsl.js │ ├── mode-gobstones.js │ ├── mode-golang.js │ ├── mode-groovy.js │ ├── mode-haml.js │ ├── mode-handlebars.js │ ├── mode-haskell.js │ ├── mode-haskell_cabal.js │ ├── mode-haxe.js │ ├── mode-hjson.js │ ├── mode-html.js │ ├── mode-html_elixir.js │ ├── mode-html_ruby.js │ ├── mode-ini.js │ ├── mode-io.js │ ├── mode-jack.js │ ├── mode-jade.js │ ├── mode-java.js │ ├── mode-javascript.js │ ├── mode-json.js │ ├── mode-jsoniq.js │ ├── mode-jsp.js │ ├── mode-jsx.js │ ├── mode-julia.js │ ├── mode-kotlin.js │ ├── mode-latex.js │ ├── mode-lean.js │ ├── mode-less.js │ ├── mode-liquid.js │ ├── mode-lisp.js │ ├── mode-live_script.js │ ├── mode-livescript.js │ ├── mode-logiql.js │ ├── mode-lsl.js │ ├── mode-lua.js │ ├── mode-luapage.js │ ├── mode-lucene.js │ ├── mode-makefile.js │ ├── mode-markdown.js │ ├── mode-mask.js │ ├── mode-matlab.js │ ├── mode-maze.js │ ├── mode-mel.js │ ├── mode-mips_assembler.js │ ├── mode-mipsassembler.js │ ├── mode-mushcode.js │ ├── mode-mysql.js │ ├── mode-nix.js │ ├── mode-nsis.js │ ├── mode-objectivec.js │ ├── mode-ocaml.js │ ├── mode-pascal.js │ ├── mode-perl.js │ ├── mode-pgsql.js │ ├── mode-php.js │ ├── mode-plain_text.js │ ├── mode-powershell.js │ ├── mode-praat.js │ ├── mode-prolog.js │ ├── mode-properties.js │ ├── mode-protobuf.js │ ├── mode-python.js │ ├── mode-r.js │ ├── mode-razor.js │ ├── mode-rdoc.js │ ├── mode-rhtml.js │ ├── mode-rst.js │ ├── mode-ruby.js │ ├── mode-rust.js │ ├── mode-sass.js │ ├── mode-scad.js │ ├── mode-scala.js │ ├── mode-scheme.js │ ├── mode-scss.js │ ├── mode-sh.js │ ├── mode-sjs.js │ ├── mode-smarty.js │ ├── mode-snippets.js │ ├── mode-soy_template.js │ ├── mode-space.js │ ├── mode-sql.js │ ├── mode-sqlserver.js │ ├── mode-stylus.js │ ├── mode-svg.js │ ├── mode-swift.js │ ├── mode-swig.js │ ├── mode-tcl.js │ ├── mode-tex.js │ ├── mode-text.js │ ├── mode-textile.js │ ├── mode-toml.js │ ├── mode-tsx.js │ ├── mode-twig.js │ ├── mode-typescript.js │ ├── mode-vala.js │ ├── mode-vbscript.js │ ├── mode-velocity.js │ ├── mode-verilog.js │ ├── mode-vhdl.js │ ├── mode-wollok.js │ ├── mode-xml.js │ ├── mode-xquery.js │ ├── mode-yaml.js │ ├── snippets │ │ ├── abap.js │ │ ├── abc.js │ │ ├── actionscript.js │ │ ├── ada.js │ │ ├── apache_conf.js │ │ ├── applescript.js │ │ ├── asciidoc.js │ │ ├── assembly_x86.js │ │ ├── autohotkey.js │ │ ├── batchfile.js │ │ ├── bro.js │ │ ├── c9search.js │ │ ├── c_cpp.js │ │ ├── cirru.js │ │ ├── clojure.js │ │ ├── cobol.js │ │ ├── coffee.js │ │ ├── coldfusion.js │ │ ├── csharp.js │ │ ├── css.js │ │ ├── curly.js │ │ ├── d.js │ │ ├── dart.js │ │ ├── diff.js │ │ ├── django.js │ │ ├── dockerfile.js │ │ ├── dot.js │ │ ├── drools.js │ │ ├── eiffel.js │ │ ├── ejs.js │ │ ├── elixir.js │ │ ├── elm.js │ │ ├── erlang.js │ │ ├── forth.js │ │ ├── fortran.js │ │ ├── ftl.js │ │ ├── gcode.js │ │ ├── gherkin.js │ │ ├── gitignore.js │ │ ├── glsl.js │ │ ├── gobstones.js │ │ ├── golang.js │ │ ├── groovy.js │ │ ├── haml.js │ │ ├── handlebars.js │ │ ├── haskell.js │ │ ├── haskell_cabal.js │ │ ├── haxe.js │ │ ├── hjson.js │ │ ├── html.js │ │ ├── html_elixir.js │ │ ├── html_ruby.js │ │ ├── ini.js │ │ ├── io.js │ │ ├── jack.js │ │ ├── jade.js │ │ ├── java.js │ │ ├── javascript.js │ │ ├── json.js │ │ ├── jsoniq.js │ │ ├── jsp.js │ │ ├── jsx.js │ │ ├── julia.js │ │ ├── kotlin.js │ │ ├── latex.js │ │ ├── lean.js │ │ ├── less.js │ │ ├── liquid.js │ │ ├── lisp.js │ │ ├── live_script.js │ │ ├── livescript.js │ │ ├── logiql.js │ │ ├── lsl.js │ │ ├── lua.js │ │ ├── luapage.js │ │ ├── lucene.js │ │ ├── makefile.js │ │ ├── markdown.js │ │ ├── mask.js │ │ ├── matlab.js │ │ ├── maze.js │ │ ├── mel.js │ │ ├── mips_assembler.js │ │ ├── mipsassembler.js │ │ ├── mushcode.js │ │ ├── mysql.js │ │ ├── nix.js │ │ ├── nsis.js │ │ ├── objectivec.js │ │ ├── ocaml.js │ │ ├── pascal.js │ │ ├── perl.js │ │ ├── pgsql.js │ │ ├── php.js │ │ ├── plain_text.js │ │ ├── powershell.js │ │ ├── praat.js │ │ ├── prolog.js │ │ ├── properties.js │ │ ├── protobuf.js │ │ ├── python.js │ │ ├── r.js │ │ ├── razor.js │ │ ├── rdoc.js │ │ ├── rhtml.js │ │ ├── rst.js │ │ ├── ruby.js │ │ ├── rust.js │ │ ├── sass.js │ │ ├── scad.js │ │ ├── scala.js │ │ ├── scheme.js │ │ ├── scss.js │ │ ├── sh.js │ │ ├── sjs.js │ │ ├── smarty.js │ │ ├── snippets.js │ │ ├── soy_template.js │ │ ├── space.js │ │ ├── sql.js │ │ ├── sqlserver.js │ │ ├── stylus.js │ │ ├── svg.js │ │ ├── swift.js │ │ ├── swig.js │ │ ├── tcl.js │ │ ├── tex.js │ │ ├── text.js │ │ ├── textile.js │ │ ├── toml.js │ │ ├── tsx.js │ │ ├── twig.js │ │ ├── typescript.js │ │ ├── vala.js │ │ ├── vbscript.js │ │ ├── velocity.js │ │ ├── verilog.js │ │ ├── vhdl.js │ │ ├── wollok.js │ │ ├── xml.js │ │ ├── xquery.js │ │ └── yaml.js │ ├── theme-ambiance.js │ ├── theme-chaos.js │ ├── theme-chrome.js │ ├── theme-clouds.js │ ├── theme-clouds_midnight.js │ ├── theme-cobalt.js │ ├── theme-crimson_editor.js │ ├── theme-dawn.js │ ├── theme-dreamweaver.js │ ├── theme-eclipse.js │ ├── theme-github.js │ ├── theme-idle_fingers.js │ ├── theme-iplastic.js │ ├── theme-katzenmilch.js │ ├── theme-kr_theme.js │ ├── theme-kuroir.js │ ├── theme-merbivore.js │ ├── theme-merbivore_soft.js │ ├── theme-mono_industrial.js │ ├── theme-monokai.js │ ├── theme-pastel_on_dark.js │ ├── theme-solarized_dark.js │ ├── theme-solarized_light.js │ ├── theme-sqlserver.js │ ├── theme-terminal.js │ ├── theme-textmate.js │ ├── theme-tomorrow.js │ ├── theme-tomorrow_night.js │ ├── theme-tomorrow_night_blue.js │ ├── theme-tomorrow_night_bright.js │ ├── theme-tomorrow_night_eighties.js │ ├── theme-twilight.js │ ├── theme-vibrant_ink.js │ ├── theme-xcode.js │ ├── worker-coffee.js │ ├── worker-css.js │ ├── worker-html.js │ ├── worker-javascript.js │ ├── worker-json.js │ ├── worker-lua.js │ ├── worker-php.js │ ├── worker-xml.js │ └── worker-xquery.js ├── textarea │ └── src │ │ └── ace-bookmarklet.js ├── theme-monokai.js ├── worker-coffee.js ├── worker-css.js ├── worker-html.js ├── worker-javascript.js ├── worker-json.js ├── worker-lua.js ├── worker-php.js └── worker-xquery.js ├── ajax-loader.gif ├── csvfiles └── csv_translation_phrases.csv ├── desktop.ini ├── fastclick.js ├── graphics ├── ab.png ├── ad.png ├── as.png ├── bb.png ├── bd.png ├── be.png ├── bottom.png ├── bro.png ├── bs.png ├── ch.png ├── close.png ├── db.png ├── dd.png ├── desktop.png ├── display.png ├── down.png ├── f.png ├── ff.png ├── file.png ├── fmt.png ├── font-awesome.min.css ├── fr.png ├── grid.png ├── hor.png ├── html.png ├── input.png ├── js.png ├── key.png ├── left.png ├── logo.png ├── lookup.png ├── lujs.png ├── magnify.png ├── nu_box_close.png ├── nu_box_size.png ├── nu_less.png ├── nu_more.png ├── nu_option_arrange.png ├── nu_option_button.png ├── nu_option_debug.png ├── nu_option_help.png ├── nu_option_objects.png ├── nu_option_password.png ├── nu_option_properties.png ├── nu_option_refresh.png ├── nu_option_searchable.png ├── nu_undo.png ├── nubackbutton.png ├── nublackerror.png ├── nuclose.png ├── nuerror.png ├── numessage.png ├── nuoptions.png ├── nuoptions_red.png ├── nuperson.png ├── ob.png ├── p.png ├── pb.png ├── pe.png ├── point.png ├── r.png ├── rd.png ├── resize-arrow.png ├── right.png ├── rp.png ├── rr.png ├── run.png ├── select.png ├── set.png ├── short.png ├── sql.png ├── su.png ├── subform.png ├── tall.png ├── textarea.png ├── thin.png ├── top.png ├── tr.png ├── trash_can.png ├── u.png ├── uh.png ├── up.png ├── ver.png ├── wide.png └── word.png ├── index.php ├── jquery └── jquery.js ├── nuace.php ├── nuajax.js ├── nuapi.php ├── nubuilder-forte.php ├── nubuilder4.css ├── nubuilder4.sql ├── nubuilder_session_data.php ├── nubuilders.php ├── nucalendar.js ├── nucall.php ├── nuchoosesetup.php ├── nucommon.js ├── nucommon.php ├── nuconfig.php ├── nudata.php ├── nudatabase.php ├── nudb ├── CODE_OF_CONDUCT.md ├── CONTRIBUTING.md ├── ChangeLog ├── DCO ├── LICENSE ├── README ├── RELEASE-DATE-5.0.2 ├── ajax.php ├── browse_foreigners.php ├── changelog.php ├── chk_rel.php ├── composer.json ├── composer.lock ├── config.inc.php ├── config.sample.inc.php ├── db_central_columns.php ├── db_datadict.php ├── db_designer.php ├── db_events.php ├── db_export.php ├── db_import.php ├── db_multi_table_query.php ├── db_operations.php ├── db_qbe.php ├── db_routines.php ├── db_search.php ├── db_sql.php ├── db_sql_autocomplete.php ├── db_sql_format.php ├── db_structure.php ├── db_tracking.php ├── db_triggers.php ├── doc │ └── html │ │ ├── _images │ │ ├── chart.png │ │ ├── column_chart.png │ │ ├── line_chart.png │ │ ├── pie_chart.png │ │ ├── pma-relations-links.png │ │ ├── pma-relations-relation-link.png │ │ ├── pma-relations-relation-name.png │ │ ├── pma-relations-relation-view-link.png │ │ ├── query_result_operations.png │ │ ├── scatter_chart.png │ │ ├── spline_chart.png │ │ ├── timeline_chart.png │ │ └── usergroups.png │ │ ├── _sources │ │ ├── bookmarks.rst.txt │ │ ├── charts.rst.txt │ │ ├── config.rst.txt │ │ ├── copyright.rst.txt │ │ ├── credits.rst.txt │ │ ├── developers.rst.txt │ │ ├── faq.rst.txt │ │ ├── glossary.rst.txt │ │ ├── import_export.rst.txt │ │ ├── index.rst.txt │ │ ├── intro.rst.txt │ │ ├── other.rst.txt │ │ ├── privileges.rst.txt │ │ ├── relations.rst.txt │ │ ├── require.rst.txt │ │ ├── security.rst.txt │ │ ├── settings.rst.txt │ │ ├── setup.rst.txt │ │ ├── themes.rst.txt │ │ ├── transformations.rst.txt │ │ ├── two_factor.rst.txt │ │ ├── user.rst.txt │ │ └── vendors.rst.txt │ │ ├── _static │ │ ├── ajax-loader.gif │ │ ├── basic.css │ │ ├── classic.css │ │ ├── comment-bright.png │ │ ├── comment-close.png │ │ ├── comment.png │ │ ├── default.css │ │ ├── doctools.js │ │ ├── documentation_options.js │ │ ├── down-pressed.png │ │ ├── down.png │ │ ├── file.png │ │ ├── jquery.js │ │ ├── language_data.js │ │ ├── minus.png │ │ ├── plus.png │ │ ├── pygments.css │ │ ├── searchtools.js │ │ ├── sidebar.js │ │ ├── underscore.js │ │ ├── up-pressed.png │ │ ├── up.png │ │ └── websupport.js │ │ ├── bookmarks.html │ │ ├── charts.html │ │ ├── config.html │ │ ├── copyright.html │ │ ├── credits.html │ │ ├── developers.html │ │ ├── faq.html │ │ ├── genindex.html │ │ ├── glossary.html │ │ ├── import_export.html │ │ ├── index.html │ │ ├── intro.html │ │ ├── other.html │ │ ├── privileges.html │ │ ├── relations.html │ │ ├── require.html │ │ ├── search.html │ │ ├── searchindex.js │ │ ├── security.html │ │ ├── settings.html │ │ ├── setup.html │ │ ├── themes.html │ │ ├── transformations.html │ │ ├── two_factor.html │ │ ├── user.html │ │ └── vendors.html ├── error_report.php ├── examples │ ├── config.manyhosts.inc.php │ ├── openid.php │ ├── signon-script.php │ └── signon.php ├── export.php ├── favicon.ico ├── gis_data_editor.php ├── import.php ├── import_status.php ├── index.php ├── js │ ├── ajax.js │ ├── chart.js │ ├── codemirror │ │ └── addon │ │ │ └── lint │ │ │ └── sql-lint.js │ ├── common.js │ ├── config.js │ ├── console.js │ ├── cross_framing_protection.js │ ├── database │ │ ├── central_columns.js │ │ ├── multi_table_query.js │ │ ├── operations.js │ │ ├── qbe.js │ │ ├── query_generator.js │ │ ├── search.js │ │ ├── structure.js │ │ └── tracking.js │ ├── designer │ │ ├── database.js │ │ ├── history.js │ │ ├── init.js │ │ ├── move.js │ │ ├── objects.js │ │ └── page.js │ ├── doclinks.js │ ├── drag_drop_import.js │ ├── error_report.js │ ├── export.js │ ├── export_output.js │ ├── functions.js │ ├── gis_data_editor.js │ ├── import.js │ ├── indexes.js │ ├── jqplot │ │ └── plugins │ │ │ └── jqplot.byteFormatter.js │ ├── keyhandler.js │ ├── makegrid.js │ ├── menu_resizer.js │ ├── messages.php │ ├── microhistory.js │ ├── multi_column_sort.js │ ├── navigation.js │ ├── normalization.js │ ├── page_settings.js │ ├── replication.js │ ├── rte.js │ ├── server │ │ ├── databases.js │ │ ├── plugins.js │ │ ├── privileges.js │ │ ├── status │ │ │ ├── advisor.js │ │ │ ├── monitor.js │ │ │ ├── processes.js │ │ │ ├── queries.js │ │ │ ├── sorter.js │ │ │ └── variables.js │ │ ├── user_groups.js │ │ └── variables.js │ ├── setup │ │ ├── ajax.js │ │ └── scripts.js │ ├── shortcuts_handler.js │ ├── sql.js │ ├── table │ │ ├── change.js │ │ ├── chart.js │ │ ├── find_replace.js │ │ ├── gis_visualization.js │ │ ├── operations.js │ │ ├── relation.js │ │ ├── select.js │ │ ├── structure.js │ │ ├── tracking.js │ │ └── zoom_plot_jqplot.js │ ├── transformations │ │ ├── image_upload.js │ │ ├── json.js │ │ ├── json_editor.js │ │ ├── sql_editor.js │ │ ├── xml.js │ │ └── xml_editor.js │ ├── u2f.js │ ├── vendor │ │ ├── bootstrap │ │ │ ├── bootstrap.bundle.min.js │ │ │ └── bootstrap.bundle.min.js.map │ │ ├── codemirror │ │ │ ├── LICENSE │ │ │ ├── addon │ │ │ │ ├── hint │ │ │ │ │ ├── show-hint.css │ │ │ │ │ ├── show-hint.js │ │ │ │ │ └── sql-hint.js │ │ │ │ ├── lint │ │ │ │ │ ├── lint.css │ │ │ │ │ └── lint.js │ │ │ │ └── runmode │ │ │ │ │ └── runmode.js │ │ │ ├── lib │ │ │ │ ├── codemirror.css │ │ │ │ └── codemirror.js │ │ │ └── mode │ │ │ │ ├── javascript │ │ │ │ └── javascript.js │ │ │ │ ├── sql │ │ │ │ └── sql.js │ │ │ │ └── xml │ │ │ │ └── xml.js │ │ ├── jqplot │ │ │ ├── jquery.jqplot.js │ │ │ └── plugins │ │ │ │ ├── jqplot.barRenderer.js │ │ │ │ ├── jqplot.canvasAxisLabelRenderer.js │ │ │ │ ├── jqplot.canvasTextRenderer.js │ │ │ │ ├── jqplot.categoryAxisRenderer.js │ │ │ │ ├── jqplot.cursor.js │ │ │ │ ├── jqplot.dateAxisRenderer.js │ │ │ │ ├── jqplot.enhancedPieLegendRenderer.js │ │ │ │ ├── jqplot.highlighter.js │ │ │ │ ├── jqplot.pieRenderer.js │ │ │ │ └── jqplot.pointLabels.js │ │ ├── jquery │ │ │ ├── MIT-LICENSE.txt │ │ │ ├── additional-methods.js │ │ │ ├── jquery-migrate.js │ │ │ ├── jquery-ui-timepicker-addon.js │ │ │ ├── jquery-ui.min.js │ │ │ ├── jquery.ba-hashchange-1.3.js │ │ │ ├── jquery.debounce-1.0.5.js │ │ │ ├── jquery.event.drag-2.2.js │ │ │ ├── jquery.fullscreen.js │ │ │ ├── jquery.md5.js │ │ │ ├── jquery.min.js │ │ │ ├── jquery.min.map │ │ │ ├── jquery.mousewheel.js │ │ │ ├── jquery.sortableTable.js │ │ │ ├── jquery.svg.js │ │ │ ├── jquery.tablesorter.js │ │ │ ├── jquery.uitablefilter.js │ │ │ └── jquery.validate.js │ │ ├── js.cookie.js │ │ ├── openlayers │ │ │ ├── OpenLayers.js │ │ │ ├── img │ │ │ │ ├── blank.gif │ │ │ │ ├── cloud-popup-relative.png │ │ │ │ ├── drag-rectangle-off.png │ │ │ │ ├── drag-rectangle-on.png │ │ │ │ ├── east-mini.png │ │ │ │ ├── layer-switcher-maximize.png │ │ │ │ ├── layer-switcher-minimize.png │ │ │ │ ├── marker-blue.png │ │ │ │ ├── marker-gold.png │ │ │ │ ├── marker-green.png │ │ │ │ ├── marker.png │ │ │ │ ├── measuring-stick-off.png │ │ │ │ ├── measuring-stick-on.png │ │ │ │ ├── north-mini.png │ │ │ │ ├── panning-hand-off.png │ │ │ │ ├── panning-hand-on.png │ │ │ │ ├── slider.png │ │ │ │ ├── south-mini.png │ │ │ │ ├── west-mini.png │ │ │ │ ├── zoom-minus-mini.png │ │ │ │ ├── zoom-plus-mini.png │ │ │ │ ├── zoom-world-mini.png │ │ │ │ └── zoombar.png │ │ │ └── theme │ │ │ │ └── default │ │ │ │ ├── google.css │ │ │ │ ├── google.tidy.css │ │ │ │ ├── ie6-style.css │ │ │ │ ├── ie6-style.tidy.css │ │ │ │ ├── img │ │ │ │ ├── add_point_off.png │ │ │ │ ├── add_point_on.png │ │ │ │ ├── blank.gif │ │ │ │ ├── close.gif │ │ │ │ ├── drag-rectangle-off.png │ │ │ │ ├── drag-rectangle-on.png │ │ │ │ ├── draw_line_off.png │ │ │ │ ├── draw_line_on.png │ │ │ │ ├── draw_point_off.png │ │ │ │ ├── draw_point_on.png │ │ │ │ ├── draw_polygon_off.png │ │ │ │ ├── draw_polygon_on.png │ │ │ │ ├── editing_tool_bar.png │ │ │ │ ├── move_feature_off.png │ │ │ │ ├── move_feature_on.png │ │ │ │ ├── navigation_history.png │ │ │ │ ├── overview_replacement.gif │ │ │ │ ├── pan-panel-NOALPHA.png │ │ │ │ ├── pan-panel.png │ │ │ │ ├── pan_off.png │ │ │ │ ├── pan_on.png │ │ │ │ ├── panning-hand-off.png │ │ │ │ ├── panning-hand-on.png │ │ │ │ ├── remove_point_off.png │ │ │ │ ├── remove_point_on.png │ │ │ │ ├── ruler.png │ │ │ │ ├── save_features_off.png │ │ │ │ ├── save_features_on.png │ │ │ │ ├── view_next_off.png │ │ │ │ ├── view_next_on.png │ │ │ │ ├── view_previous_off.png │ │ │ │ ├── view_previous_on.png │ │ │ │ ├── zoom-panel-NOALPHA.png │ │ │ │ └── zoom-panel.png │ │ │ │ ├── style.css │ │ │ │ ├── style.mobile.css │ │ │ │ ├── style.mobile.tidy.css │ │ │ │ └── style.tidy.css │ │ ├── sprintf.js │ │ ├── tracekit.js │ │ ├── u2f-api-polyfill.js │ │ └── zxcvbn.js │ └── whitelist.php ├── libraries │ ├── advisory_rules_generic.txt │ ├── advisory_rules_mysql_before80003.txt │ ├── certs │ │ ├── 12d55845.0 │ │ ├── 2e5ac55d.0 │ │ ├── 4042bcee.0 │ │ ├── 6187b673.0 │ │ ├── README.rst │ │ └── cacert.pem │ ├── classes │ │ ├── Advisor.php │ │ ├── Bookmark.php │ │ ├── BrowseForeigners.php │ │ ├── CentralColumns.php │ │ ├── Charsets.php │ │ ├── Charsets │ │ │ ├── Charset.php │ │ │ └── Collation.php │ │ ├── CheckUserPrivileges.php │ │ ├── Config.php │ │ ├── Config │ │ │ ├── ConfigFile.php │ │ │ ├── Descriptions.php │ │ │ ├── Form.php │ │ │ ├── FormDisplay.php │ │ │ ├── FormDisplayTemplate.php │ │ │ ├── Forms │ │ │ │ ├── BaseForm.php │ │ │ │ ├── BaseFormList.php │ │ │ │ ├── Page │ │ │ │ │ ├── BrowseForm.php │ │ │ │ │ ├── DbStructureForm.php │ │ │ │ │ ├── EditForm.php │ │ │ │ │ ├── ExportForm.php │ │ │ │ │ ├── ImportForm.php │ │ │ │ │ ├── NaviForm.php │ │ │ │ │ ├── PageFormList.php │ │ │ │ │ ├── SqlForm.php │ │ │ │ │ └── TableStructureForm.php │ │ │ │ ├── Setup │ │ │ │ │ ├── ConfigForm.php │ │ │ │ │ ├── ExportForm.php │ │ │ │ │ ├── FeaturesForm.php │ │ │ │ │ ├── ImportForm.php │ │ │ │ │ ├── MainForm.php │ │ │ │ │ ├── NaviForm.php │ │ │ │ │ ├── ServersForm.php │ │ │ │ │ ├── SetupFormList.php │ │ │ │ │ └── SqlForm.php │ │ │ │ └── User │ │ │ │ │ ├── ExportForm.php │ │ │ │ │ ├── FeaturesForm.php │ │ │ │ │ ├── ImportForm.php │ │ │ │ │ ├── MainForm.php │ │ │ │ │ ├── NaviForm.php │ │ │ │ │ ├── SqlForm.php │ │ │ │ │ └── UserFormList.php │ │ │ ├── PageSettings.php │ │ │ ├── ServerConfigChecks.php │ │ │ ├── SpecialSchemaLinks.php │ │ │ └── Validator.php │ │ ├── Console.php │ │ ├── Controllers │ │ │ ├── AbstractController.php │ │ │ ├── AjaxController.php │ │ │ ├── BrowseForeignersController.php │ │ │ ├── Database │ │ │ │ ├── AbstractController.php │ │ │ │ ├── CentralColumnsController.php │ │ │ │ ├── DataDictionaryController.php │ │ │ │ ├── EventsController.php │ │ │ │ ├── MultiTableQueryController.php │ │ │ │ ├── RoutinesController.php │ │ │ │ ├── SqlController.php │ │ │ │ ├── StructureController.php │ │ │ │ └── TriggersController.php │ │ │ ├── HomeController.php │ │ │ ├── Server │ │ │ │ ├── BinlogController.php │ │ │ │ ├── CollationsController.php │ │ │ │ ├── DatabasesController.php │ │ │ │ ├── EnginesController.php │ │ │ │ ├── PluginsController.php │ │ │ │ ├── ReplicationController.php │ │ │ │ ├── SqlController.php │ │ │ │ ├── Status │ │ │ │ │ ├── AbstractController.php │ │ │ │ │ ├── AdvisorController.php │ │ │ │ │ ├── MonitorController.php │ │ │ │ │ ├── ProcessesController.php │ │ │ │ │ ├── QueriesController.php │ │ │ │ │ ├── StatusController.php │ │ │ │ │ └── VariablesController.php │ │ │ │ └── VariablesController.php │ │ │ ├── Setup │ │ │ │ ├── AbstractController.php │ │ │ │ ├── ConfigController.php │ │ │ │ ├── FormController.php │ │ │ │ ├── HomeController.php │ │ │ │ └── ServersController.php │ │ │ ├── Table │ │ │ │ ├── AbstractController.php │ │ │ │ ├── ChartController.php │ │ │ │ ├── GisVisualizationController.php │ │ │ │ ├── IndexesController.php │ │ │ │ ├── RelationController.php │ │ │ │ ├── SearchController.php │ │ │ │ ├── SqlController.php │ │ │ │ └── StructureController.php │ │ │ └── TransformationOverviewController.php │ │ ├── Core.php │ │ ├── CreateAddField.php │ │ ├── Database │ │ │ ├── DatabaseList.php │ │ │ ├── Designer.php │ │ │ ├── Designer │ │ │ │ ├── Common.php │ │ │ │ └── DesignerTable.php │ │ │ ├── MultiTableQuery.php │ │ │ ├── Qbe.php │ │ │ └── Search.php │ │ ├── DatabaseInterface.php │ │ ├── Dbi │ │ │ ├── DbiExtension.php │ │ │ └── DbiMysqli.php │ │ ├── Di │ │ │ └── Migration.php │ │ ├── Display │ │ │ ├── ChangePassword.php │ │ │ ├── CreateTable.php │ │ │ ├── Error.php │ │ │ ├── Export.php │ │ │ ├── GitRevision.php │ │ │ ├── Import.php │ │ │ ├── ImportAjax.php │ │ │ └── Results.php │ │ ├── Encoding.php │ │ ├── Engines │ │ │ ├── Bdb.php │ │ │ ├── Berkeleydb.php │ │ │ ├── Binlog.php │ │ │ ├── Innobase.php │ │ │ ├── Innodb.php │ │ │ ├── Memory.php │ │ │ ├── Merge.php │ │ │ ├── MrgMyisam.php │ │ │ ├── Myisam.php │ │ │ ├── Ndbcluster.php │ │ │ ├── Pbxt.php │ │ │ └── PerformanceSchema.php │ │ ├── Error.php │ │ ├── ErrorHandler.php │ │ ├── ErrorReport.php │ │ ├── Export.php │ │ ├── File.php │ │ ├── FileListing.php │ │ ├── Font.php │ │ ├── Footer.php │ │ ├── Gis │ │ │ ├── GisFactory.php │ │ │ ├── GisGeometry.php │ │ │ ├── GisGeometryCollection.php │ │ │ ├── GisLineString.php │ │ │ ├── GisMultiLineString.php │ │ │ ├── GisMultiPoint.php │ │ │ ├── GisMultiPolygon.php │ │ │ ├── GisPoint.php │ │ │ ├── GisPolygon.php │ │ │ └── GisVisualization.php │ │ ├── Header.php │ │ ├── Import.php │ │ ├── Index.php │ │ ├── IndexColumn.php │ │ ├── InsertEdit.php │ │ ├── InternalRelations.php │ │ ├── IpAllowDeny.php │ │ ├── Language.php │ │ ├── LanguageManager.php │ │ ├── Linter.php │ │ ├── ListAbstract.php │ │ ├── ListDatabase.php │ │ ├── Logging.php │ │ ├── Menu.php │ │ ├── Message.php │ │ ├── Mime.php │ │ ├── MultSubmits.php │ │ ├── Navigation │ │ │ ├── Navigation.php │ │ │ ├── NavigationTree.php │ │ │ ├── NodeFactory.php │ │ │ └── Nodes │ │ │ │ ├── Node.php │ │ │ │ ├── NodeColumn.php │ │ │ │ ├── NodeColumnContainer.php │ │ │ │ ├── NodeDatabase.php │ │ │ │ ├── NodeDatabaseChild.php │ │ │ │ ├── NodeDatabaseChildContainer.php │ │ │ │ ├── NodeDatabaseContainer.php │ │ │ │ ├── NodeEvent.php │ │ │ │ ├── NodeEventContainer.php │ │ │ │ ├── NodeFunction.php │ │ │ │ ├── NodeFunctionContainer.php │ │ │ │ ├── NodeIndex.php │ │ │ │ ├── NodeIndexContainer.php │ │ │ │ ├── NodeProcedure.php │ │ │ │ ├── NodeProcedureContainer.php │ │ │ │ ├── NodeTable.php │ │ │ │ ├── NodeTableContainer.php │ │ │ │ ├── NodeTrigger.php │ │ │ │ ├── NodeTriggerContainer.php │ │ │ │ ├── NodeView.php │ │ │ │ └── NodeViewContainer.php │ │ ├── Normalization.php │ │ ├── OpenDocument.php │ │ ├── Operations.php │ │ ├── OutputBuffering.php │ │ ├── ParseAnalyze.php │ │ ├── Partition.php │ │ ├── Pdf.php │ │ ├── Plugins.php │ │ ├── Plugins │ │ │ ├── Auth │ │ │ │ ├── AuthenticationConfig.php │ │ │ │ ├── AuthenticationCookie.php │ │ │ │ ├── AuthenticationHttp.php │ │ │ │ └── AuthenticationSignon.php │ │ │ ├── AuthenticationPlugin.php │ │ │ ├── Export │ │ │ │ ├── ExportCodegen.php │ │ │ │ ├── ExportCsv.php │ │ │ │ ├── ExportExcel.php │ │ │ │ ├── ExportHtmlword.php │ │ │ │ ├── ExportJson.php │ │ │ │ ├── ExportLatex.php │ │ │ │ ├── ExportMediawiki.php │ │ │ │ ├── ExportOds.php │ │ │ │ ├── ExportOdt.php │ │ │ │ ├── ExportPdf.php │ │ │ │ ├── ExportPhparray.php │ │ │ │ ├── ExportSql.php │ │ │ │ ├── ExportTexytext.php │ │ │ │ ├── ExportXml.php │ │ │ │ ├── ExportYaml.php │ │ │ │ ├── Helpers │ │ │ │ │ ├── Pdf.php │ │ │ │ │ └── TableProperty.php │ │ │ │ └── README │ │ │ ├── ExportPlugin.php │ │ │ ├── IOTransformationsPlugin.php │ │ │ ├── Import │ │ │ │ ├── AbstractImportCsv.php │ │ │ │ ├── ImportCsv.php │ │ │ │ ├── ImportLdi.php │ │ │ │ ├── ImportMediawiki.php │ │ │ │ ├── ImportOds.php │ │ │ │ ├── ImportShp.php │ │ │ │ ├── ImportSql.php │ │ │ │ ├── ImportXml.php │ │ │ │ ├── README │ │ │ │ ├── ShapeFileImport.php │ │ │ │ └── Upload │ │ │ │ │ ├── UploadApc.php │ │ │ │ │ ├── UploadNoplugin.php │ │ │ │ │ ├── UploadProgress.php │ │ │ │ │ └── UploadSession.php │ │ │ ├── ImportPlugin.php │ │ │ ├── Schema │ │ │ │ ├── Dia │ │ │ │ │ ├── Dia.php │ │ │ │ │ ├── DiaRelationSchema.php │ │ │ │ │ ├── RelationStatsDia.php │ │ │ │ │ └── TableStatsDia.php │ │ │ │ ├── Eps │ │ │ │ │ ├── Eps.php │ │ │ │ │ ├── EpsRelationSchema.php │ │ │ │ │ ├── RelationStatsEps.php │ │ │ │ │ └── TableStatsEps.php │ │ │ │ ├── ExportRelationSchema.php │ │ │ │ ├── Pdf │ │ │ │ │ ├── Pdf.php │ │ │ │ │ ├── PdfRelationSchema.php │ │ │ │ │ ├── RelationStatsPdf.php │ │ │ │ │ └── TableStatsPdf.php │ │ │ │ ├── RelationStats.php │ │ │ │ ├── SchemaDia.php │ │ │ │ ├── SchemaEps.php │ │ │ │ ├── SchemaPdf.php │ │ │ │ ├── SchemaSvg.php │ │ │ │ ├── Svg │ │ │ │ │ ├── RelationStatsSvg.php │ │ │ │ │ ├── Svg.php │ │ │ │ │ ├── SvgRelationSchema.php │ │ │ │ │ └── TableStatsSvg.php │ │ │ │ └── TableStats.php │ │ │ ├── SchemaPlugin.php │ │ │ ├── Transformations │ │ │ │ ├── Abs │ │ │ │ │ ├── Bool2TextTransformationsPlugin.php │ │ │ │ │ ├── CodeMirrorEditorTransformationPlugin.php │ │ │ │ │ ├── DateFormatTransformationsPlugin.php │ │ │ │ │ ├── DownloadTransformationsPlugin.php │ │ │ │ │ ├── ExternalTransformationsPlugin.php │ │ │ │ │ ├── FormattedTransformationsPlugin.php │ │ │ │ │ ├── HexTransformationsPlugin.php │ │ │ │ │ ├── ImageLinkTransformationsPlugin.php │ │ │ │ │ ├── ImageUploadTransformationsPlugin.php │ │ │ │ │ ├── InlineTransformationsPlugin.php │ │ │ │ │ ├── LongToIPv4TransformationsPlugin.php │ │ │ │ │ ├── PreApPendTransformationsPlugin.php │ │ │ │ │ ├── RegexValidationTransformationsPlugin.php │ │ │ │ │ ├── SQLTransformationsPlugin.php │ │ │ │ │ ├── SubstringTransformationsPlugin.php │ │ │ │ │ ├── TextFileUploadTransformationsPlugin.php │ │ │ │ │ ├── TextImageLinkTransformationsPlugin.php │ │ │ │ │ └── TextLinkTransformationsPlugin.php │ │ │ │ ├── Input │ │ │ │ │ ├── Image_JPEG_Upload.php │ │ │ │ │ ├── Text_Plain_FileUpload.php │ │ │ │ │ ├── Text_Plain_Iptobinary.php │ │ │ │ │ ├── Text_Plain_JsonEditor.php │ │ │ │ │ ├── Text_Plain_RegexValidation.php │ │ │ │ │ ├── Text_Plain_SqlEditor.php │ │ │ │ │ └── Text_Plain_XmlEditor.php │ │ │ │ ├── Output │ │ │ │ │ ├── Application_Octetstream_Download.php │ │ │ │ │ ├── Application_Octetstream_Hex.php │ │ │ │ │ ├── Image_JPEG_Inline.php │ │ │ │ │ ├── Image_JPEG_Link.php │ │ │ │ │ ├── Image_PNG_Inline.php │ │ │ │ │ ├── Text_Octetstream_Sql.php │ │ │ │ │ ├── Text_Plain_Binarytoip.php │ │ │ │ │ ├── Text_Plain_Bool2Text.php │ │ │ │ │ ├── Text_Plain_Dateformat.php │ │ │ │ │ ├── Text_Plain_External.php │ │ │ │ │ ├── Text_Plain_Formatted.php │ │ │ │ │ ├── Text_Plain_Imagelink.php │ │ │ │ │ ├── Text_Plain_Json.php │ │ │ │ │ ├── Text_Plain_Sql.php │ │ │ │ │ └── Text_Plain_Xml.php │ │ │ │ ├── README │ │ │ │ ├── TEMPLATE │ │ │ │ ├── TEMPLATE_ABSTRACT │ │ │ │ ├── Text_Plain_Link.php │ │ │ │ ├── Text_Plain_Longtoipv4.php │ │ │ │ ├── Text_Plain_PreApPend.php │ │ │ │ └── Text_Plain_Substring.php │ │ │ ├── TransformationsInterface.php │ │ │ ├── TransformationsPlugin.php │ │ │ ├── TwoFactor │ │ │ │ ├── Application.php │ │ │ │ ├── Invalid.php │ │ │ │ ├── Key.php │ │ │ │ └── Simple.php │ │ │ ├── TwoFactorPlugin.php │ │ │ └── UploadInterface.php │ │ ├── Properties │ │ │ ├── Options │ │ │ │ ├── Groups │ │ │ │ │ ├── OptionsPropertyMainGroup.php │ │ │ │ │ ├── OptionsPropertyRootGroup.php │ │ │ │ │ └── OptionsPropertySubgroup.php │ │ │ │ ├── Items │ │ │ │ │ ├── BoolPropertyItem.php │ │ │ │ │ ├── DocPropertyItem.php │ │ │ │ │ ├── HiddenPropertyItem.php │ │ │ │ │ ├── MessageOnlyPropertyItem.php │ │ │ │ │ ├── NumberPropertyItem.php │ │ │ │ │ ├── RadioPropertyItem.php │ │ │ │ │ ├── SelectPropertyItem.php │ │ │ │ │ └── TextPropertyItem.php │ │ │ │ ├── OptionsPropertyGroup.php │ │ │ │ ├── OptionsPropertyItem.php │ │ │ │ └── OptionsPropertyOneItem.php │ │ │ ├── Plugins │ │ │ │ ├── ExportPluginProperties.php │ │ │ │ ├── ImportPluginProperties.php │ │ │ │ ├── PluginPropertyItem.php │ │ │ │ └── SchemaPluginProperties.php │ │ │ └── PropertyItem.php │ │ ├── RecentFavoriteTable.php │ │ ├── Relation.php │ │ ├── RelationCleanup.php │ │ ├── Replication.php │ │ ├── ReplicationGui.php │ │ ├── Response.php │ │ ├── Rte │ │ │ ├── Events.php │ │ │ ├── Export.php │ │ │ ├── Footer.php │ │ │ ├── General.php │ │ │ ├── Routines.php │ │ │ ├── RteList.php │ │ │ ├── Triggers.php │ │ │ └── Words.php │ │ ├── Sanitize.php │ │ ├── SavedSearches.php │ │ ├── Scripts.php │ │ ├── Server │ │ │ ├── Plugin.php │ │ │ ├── Plugins.php │ │ │ ├── Privileges.php │ │ │ ├── Select.php │ │ │ ├── Status │ │ │ │ ├── Data.php │ │ │ │ └── Monitor.php │ │ │ ├── UserGroups.php │ │ │ └── Users.php │ │ ├── Session.php │ │ ├── Setup │ │ │ ├── ConfigGenerator.php │ │ │ ├── FormProcessing.php │ │ │ └── Index.php │ │ ├── Sql.php │ │ ├── SqlQueryForm.php │ │ ├── StorageEngine.php │ │ ├── SubPartition.php │ │ ├── SysInfo.php │ │ ├── SysInfoBase.php │ │ ├── SysInfoLinux.php │ │ ├── SysInfoSunOS.php │ │ ├── SysInfoWINNT.php │ │ ├── SystemDatabase.php │ │ ├── Table.php │ │ ├── TablePartitionDefinition.php │ │ ├── Template.php │ │ ├── Theme.php │ │ ├── ThemeManager.php │ │ ├── Tracker.php │ │ ├── Tracking.php │ │ ├── Transformations.php │ │ ├── Twig │ │ │ ├── CoreExtension.php │ │ │ ├── I18n │ │ │ │ ├── NodeTrans.php │ │ │ │ └── TokenParserTrans.php │ │ │ ├── I18nExtension.php │ │ │ ├── MessageExtension.php │ │ │ ├── PluginsExtension.php │ │ │ ├── RelationExtension.php │ │ │ ├── SanitizeExtension.php │ │ │ ├── ServerPrivilegesExtension.php │ │ │ ├── StorageEngineExtension.php │ │ │ ├── TableExtension.php │ │ │ ├── TrackerExtension.php │ │ │ ├── TransformationsExtension.php │ │ │ ├── UrlExtension.php │ │ │ └── UtilExtension.php │ │ ├── TwoFactor.php │ │ ├── Types.php │ │ ├── Url.php │ │ ├── UserPassword.php │ │ ├── UserPreferences.php │ │ ├── UserPreferencesHeader.php │ │ ├── Util.php │ │ ├── Utils │ │ │ └── HttpRequest.php │ │ ├── VersionInformation.php │ │ └── ZipExtension.php │ ├── common.inc.php │ ├── config.default.php │ ├── config.values.php │ ├── db_common.inc.php │ ├── db_table_exists.inc.php │ ├── language_stats.inc.php │ ├── mult_submits.inc.php │ ├── replication.inc.php │ ├── server_common.inc.php │ ├── tbl_columns_definition_form.inc.php │ ├── tbl_common.inc.php │ └── vendor_config.php ├── license.php ├── lint.php ├── locale │ ├── ar │ │ └── LC_MESSAGES │ │ │ └── phpmyadmin.mo │ ├── az │ │ └── LC_MESSAGES │ │ │ └── phpmyadmin.mo │ ├── be │ │ └── LC_MESSAGES │ │ │ └── phpmyadmin.mo │ ├── bg │ │ └── LC_MESSAGES │ │ │ └── phpmyadmin.mo │ ├── bn │ │ └── LC_MESSAGES │ │ │ └── phpmyadmin.mo │ ├── ca │ │ └── LC_MESSAGES │ │ │ └── phpmyadmin.mo │ ├── cs │ │ └── LC_MESSAGES │ │ │ └── phpmyadmin.mo │ ├── da │ │ └── LC_MESSAGES │ │ │ └── phpmyadmin.mo │ ├── de │ │ └── LC_MESSAGES │ │ │ └── phpmyadmin.mo │ ├── el │ │ └── LC_MESSAGES │ │ │ └── phpmyadmin.mo │ ├── en_GB │ │ └── LC_MESSAGES │ │ │ └── phpmyadmin.mo │ ├── es │ │ └── LC_MESSAGES │ │ │ └── phpmyadmin.mo │ ├── et │ │ └── LC_MESSAGES │ │ │ └── phpmyadmin.mo │ ├── fi │ │ └── LC_MESSAGES │ │ │ └── phpmyadmin.mo │ ├── fr │ │ └── LC_MESSAGES │ │ │ └── phpmyadmin.mo │ ├── gl │ │ └── LC_MESSAGES │ │ │ └── phpmyadmin.mo │ ├── he │ │ └── LC_MESSAGES │ │ │ └── phpmyadmin.mo │ ├── hu │ │ └── LC_MESSAGES │ │ │ └── phpmyadmin.mo │ ├── hy │ │ └── LC_MESSAGES │ │ │ └── phpmyadmin.mo │ ├── ia │ │ └── LC_MESSAGES │ │ │ └── phpmyadmin.mo │ ├── id │ │ └── LC_MESSAGES │ │ │ └── phpmyadmin.mo │ ├── it │ │ └── LC_MESSAGES │ │ │ └── phpmyadmin.mo │ ├── ja │ │ └── LC_MESSAGES │ │ │ └── phpmyadmin.mo │ ├── kk │ │ └── LC_MESSAGES │ │ │ └── phpmyadmin.mo │ ├── ko │ │ └── LC_MESSAGES │ │ │ └── phpmyadmin.mo │ ├── lt │ │ └── LC_MESSAGES │ │ │ └── phpmyadmin.mo │ ├── nb │ │ └── LC_MESSAGES │ │ │ └── phpmyadmin.mo │ ├── nl │ │ └── LC_MESSAGES │ │ │ └── phpmyadmin.mo │ ├── pl │ │ └── LC_MESSAGES │ │ │ └── phpmyadmin.mo │ ├── pt │ │ └── LC_MESSAGES │ │ │ └── phpmyadmin.mo │ ├── pt_BR │ │ └── LC_MESSAGES │ │ │ └── phpmyadmin.mo │ ├── ro │ │ └── LC_MESSAGES │ │ │ └── phpmyadmin.mo │ ├── ru │ │ └── LC_MESSAGES │ │ │ └── phpmyadmin.mo │ ├── si │ │ └── LC_MESSAGES │ │ │ └── phpmyadmin.mo │ ├── sk │ │ └── LC_MESSAGES │ │ │ └── phpmyadmin.mo │ ├── sl │ │ └── LC_MESSAGES │ │ │ └── phpmyadmin.mo │ ├── sq │ │ └── LC_MESSAGES │ │ │ └── phpmyadmin.mo │ ├── sr@latin │ │ └── LC_MESSAGES │ │ │ └── phpmyadmin.mo │ ├── sv │ │ └── LC_MESSAGES │ │ │ └── phpmyadmin.mo │ ├── tr │ │ └── LC_MESSAGES │ │ │ └── phpmyadmin.mo │ ├── uk │ │ └── LC_MESSAGES │ │ │ └── phpmyadmin.mo │ ├── vi │ │ └── LC_MESSAGES │ │ │ └── phpmyadmin.mo │ ├── zh_CN │ │ └── LC_MESSAGES │ │ │ └── phpmyadmin.mo │ └── zh_TW │ │ └── LC_MESSAGES │ │ └── phpmyadmin.mo ├── logout.php ├── navigation.php ├── normalization.php ├── package.json ├── phpinfo.php ├── prefs_forms.php ├── prefs_manage.php ├── prefs_twofactor.php ├── print.css ├── robots.txt ├── schema_export.php ├── server_binlog.php ├── server_collations.php ├── server_databases.php ├── server_engines.php ├── server_export.php ├── server_import.php ├── server_plugins.php ├── server_privileges.php ├── server_replication.php ├── server_sql.php ├── server_status.php ├── server_status_advisor.php ├── server_status_monitor.php ├── server_status_processes.php ├── server_status_queries.php ├── server_status_variables.php ├── server_user_groups.php ├── server_variables.php ├── services.yml ├── services_controllers.yml ├── setup │ ├── config.php │ ├── index.php │ ├── lib │ │ └── common.inc.php │ ├── styles.css │ └── validate.php ├── show_config_errors.php ├── sql.php ├── sql │ ├── create_tables.sql │ ├── upgrade_column_info_4_3_0+.sql │ ├── upgrade_tables_4_7_0+.sql │ └── upgrade_tables_mysql_4_1_2+.sql ├── tbl_addfield.php ├── tbl_change.php ├── tbl_chart.php ├── tbl_create.php ├── tbl_export.php ├── tbl_find_replace.php ├── tbl_get_field.php ├── tbl_gis_visualization.php ├── tbl_import.php ├── tbl_indexes.php ├── tbl_operations.php ├── tbl_recent_favorite.php ├── tbl_relation.php ├── tbl_replace.php ├── tbl_row_action.php ├── tbl_select.php ├── tbl_sql.php ├── tbl_structure.php ├── tbl_tracking.php ├── tbl_triggers.php ├── tbl_zoom_select.php ├── templates │ ├── changelog.twig │ ├── checkbox.twig │ ├── columns_definitions │ │ ├── column_adjust_privileges.twig │ │ ├── column_attribute.twig │ │ ├── column_attributes.twig │ │ ├── column_auto_increment.twig │ │ ├── column_comment.twig │ │ ├── column_default.twig │ │ ├── column_definitions_form.twig │ │ ├── column_extra.twig │ │ ├── column_indexes.twig │ │ ├── column_length.twig │ │ ├── column_name.twig │ │ ├── column_null.twig │ │ ├── column_type.twig │ │ ├── column_virtuality.twig │ │ ├── mime_type.twig │ │ ├── move_column.twig │ │ ├── partitions.twig │ │ ├── table_fields_definitions.twig │ │ ├── transformation.twig │ │ └── transformation_option.twig │ ├── components │ │ └── error_message.twig │ ├── config │ │ └── form_display │ │ │ ├── errors.twig │ │ │ ├── fieldset_bottom.twig │ │ │ ├── fieldset_top.twig │ │ │ ├── form_bottom.twig │ │ │ ├── group_header.twig │ │ │ └── tabs_bottom.twig │ ├── console │ │ ├── bookmark_content.twig │ │ ├── display.twig │ │ ├── query_action.twig │ │ └── toolbar.twig │ ├── create_tracking_version.twig │ ├── database │ │ ├── central_columns │ │ │ ├── edit_table_header.twig │ │ │ └── main.twig │ │ ├── create_table.twig │ │ ├── data_dictionary │ │ │ └── index.twig │ │ ├── designer │ │ │ ├── database_tables.twig │ │ │ ├── edit_delete_pages.twig │ │ │ ├── main.twig │ │ │ ├── page_save_as.twig │ │ │ ├── page_selector.twig │ │ │ └── schema_export.twig │ │ ├── multi_table_query │ │ │ └── form.twig │ │ ├── qbe │ │ │ ├── column_select_cell.twig │ │ │ ├── footer_options.twig │ │ │ ├── sort_order_select_cell.twig │ │ │ └── sort_select_cell.twig │ │ ├── search │ │ │ ├── main.twig │ │ │ └── results.twig │ │ ├── structure │ │ │ ├── body_for_table_summary.twig │ │ │ ├── check_all_tables.twig │ │ │ ├── favorite_anchor.twig │ │ │ ├── index.twig │ │ │ ├── show_create.twig │ │ │ ├── show_create_row.twig │ │ │ ├── structure_table_row.twig │ │ │ ├── table_header.twig │ │ │ └── tracking_icon.twig │ │ └── tracking │ │ │ └── tables.twig │ ├── display │ │ ├── export │ │ │ ├── format_dropdown.twig │ │ │ ├── hidden_inputs.twig │ │ │ ├── method.twig │ │ │ ├── option_header.twig │ │ │ ├── options_format.twig │ │ │ ├── options_output.twig │ │ │ ├── options_output_charset.twig │ │ │ ├── options_output_compression.twig │ │ │ ├── options_output_format.twig │ │ │ ├── options_output_radio.twig │ │ │ ├── options_output_save_dir.twig │ │ │ ├── options_output_separate_files.twig │ │ │ ├── options_quick_export.twig │ │ │ ├── options_rows.twig │ │ │ ├── select_options.twig │ │ │ ├── selection.twig │ │ │ ├── template_loading.twig │ │ │ └── template_options.twig │ │ ├── import │ │ │ ├── import.twig │ │ │ └── javascript.twig │ │ └── results │ │ │ ├── comment_for_row.twig │ │ │ ├── data_for_resetting_column_order.twig │ │ │ ├── empty_display.twig │ │ │ ├── null_display.twig │ │ │ ├── options_block.twig │ │ │ ├── page_selector.twig │ │ │ ├── sort_by_key.twig │ │ │ ├── table.twig │ │ │ ├── table_headers.twig │ │ │ ├── table_navigation.twig │ │ │ ├── table_navigation_button.twig │ │ │ └── value_display.twig │ ├── div_for_slider_effect.twig │ ├── dropdown.twig │ ├── encoding │ │ └── kanji_encoding_form.twig │ ├── error │ │ ├── generic.twig │ │ └── report_form.twig │ ├── export │ │ ├── alias_add.twig │ │ └── alias_item.twig │ ├── filter.twig │ ├── fk_checkbox.twig │ ├── footer.twig │ ├── gis_data_editor_form.twig │ ├── header.twig │ ├── header_location.twig │ ├── home │ │ └── index.twig │ ├── javascript │ │ └── display.twig │ ├── list │ │ ├── item.twig │ │ └── unordered.twig │ ├── login │ │ ├── footer.twig │ │ ├── header.twig │ │ ├── twofactor.twig │ │ └── twofactor │ │ │ ├── application.twig │ │ │ ├── application_configure.twig │ │ │ ├── invalid.twig │ │ │ ├── key-https-warning.twig │ │ │ ├── key.twig │ │ │ ├── key_configure.twig │ │ │ └── simple.twig │ ├── navigation │ │ ├── item_unhide_dialog.twig │ │ ├── main.twig │ │ └── tree │ │ │ ├── database_select.twig │ │ │ ├── path.twig │ │ │ └── state.twig │ ├── preferences │ │ ├── autoload.twig │ │ ├── forms │ │ │ └── main.twig │ │ ├── manage │ │ │ ├── error.twig │ │ │ └── main.twig │ │ └── two_factor │ │ │ ├── configure.twig │ │ │ ├── confirm.twig │ │ │ └── main.twig │ ├── preview_sql.twig │ ├── radio_fields.twig │ ├── rte │ │ └── routines │ │ │ └── parameter_row.twig │ ├── scripts.twig │ ├── secondary_tabs.twig │ ├── select_all.twig │ ├── select_lang.twig │ ├── server │ │ ├── binlog │ │ │ └── index.twig │ │ ├── collations │ │ │ └── index.twig │ │ ├── databases │ │ │ └── index.twig │ │ ├── engines │ │ │ ├── index.twig │ │ │ └── show.twig │ │ ├── plugins │ │ │ └── index.twig │ │ ├── privileges │ │ │ ├── add_user_fieldset.twig │ │ │ ├── choose_user_group.twig │ │ │ ├── column_privileges.twig │ │ │ ├── delete_user_fieldset.twig │ │ │ ├── edit_routine_privileges.twig │ │ │ ├── global_priv_table.twig │ │ │ ├── initials_row.twig │ │ │ ├── privileges_summary.twig │ │ │ ├── require_options.twig │ │ │ └── resource_limits.twig │ │ ├── replication │ │ │ ├── change_master.twig │ │ │ ├── database_multibox.twig │ │ │ ├── index.twig │ │ │ ├── master_add_slave_user.twig │ │ │ ├── master_configuration.twig │ │ │ ├── master_replication.twig │ │ │ ├── slave_configuration.twig │ │ │ └── status_table.twig │ │ ├── status │ │ │ ├── advisor │ │ │ │ └── index.twig │ │ │ ├── base.twig │ │ │ ├── monitor │ │ │ │ └── index.twig │ │ │ ├── processes │ │ │ │ ├── index.twig │ │ │ │ └── list.twig │ │ │ ├── queries │ │ │ │ └── index.twig │ │ │ ├── status │ │ │ │ └── index.twig │ │ │ └── variables │ │ │ │ └── index.twig │ │ ├── sub_page_header.twig │ │ └── variables │ │ │ └── index.twig │ ├── setup │ │ ├── base.twig │ │ ├── config │ │ │ └── index.twig │ │ ├── error.twig │ │ ├── form │ │ │ └── index.twig │ │ ├── home │ │ │ └── index.twig │ │ └── servers │ │ │ └── index.twig │ ├── sql │ │ ├── bookmark.twig │ │ ├── detailed_table.twig │ │ ├── enum_column_dropdown.twig │ │ ├── profiling_chart.twig │ │ ├── relational_column_dropdown.twig │ │ ├── set_column.twig │ │ └── sql_query_results.twig │ ├── start_and_number_of_rows_panel.twig │ ├── table │ │ ├── browse_foreigners │ │ │ ├── column_element.twig │ │ │ └── show_all.twig │ │ ├── chart │ │ │ └── tbl_chart.twig │ │ ├── gis_visualization │ │ │ └── gis_visualization.twig │ │ ├── index_form.twig │ │ ├── insert │ │ │ └── continue_insertion_form.twig │ │ ├── operations │ │ │ └── view.twig │ │ ├── page_with_secondary_tabs.twig │ │ ├── relation │ │ │ ├── common_form.twig │ │ │ ├── dropdown_generate.twig │ │ │ ├── foreign_key_row.twig │ │ │ └── relational_dropdown.twig │ │ ├── search │ │ │ ├── column_comparison_operators.twig │ │ │ ├── fields_table.twig │ │ │ ├── form_tag.twig │ │ │ ├── geom_func.twig │ │ │ ├── input_box.twig │ │ │ ├── replace_preview.twig │ │ │ ├── rows_normal.twig │ │ │ ├── rows_zoom.twig │ │ │ ├── selection_form.twig │ │ │ └── zoom_result_form.twig │ │ ├── structure │ │ │ ├── action_row_in_structure_table.twig │ │ │ ├── display_partitions.twig │ │ │ ├── display_structure.twig │ │ │ ├── display_table_stats.twig │ │ │ └── partition_definition_form.twig │ │ └── tracking │ │ │ ├── main.twig │ │ │ ├── report_table.twig │ │ │ ├── structure_snapshot_columns.twig │ │ │ └── structure_snapshot_indexes.twig │ ├── test │ │ ├── add_data.twig │ │ ├── echo.twig │ │ ├── gettext │ │ │ ├── gettext.twig │ │ │ ├── notes.twig │ │ │ ├── pgettext.twig │ │ │ ├── plural.twig │ │ │ └── plural_notes.twig │ │ └── static.twig │ ├── theme_preview.twig │ ├── themes.twig │ ├── toggle_button.twig │ ├── transformation_overview.twig │ └── view_create.twig ├── themes.php ├── themes │ ├── dot.gif │ ├── metro │ │ ├── css │ │ │ ├── blueeyes-theme-rtl.css │ │ │ ├── blueeyes-theme-rtl.css.map │ │ │ ├── blueeyes-theme.css │ │ │ ├── blueeyes-theme.css.map │ │ │ ├── mono-theme-rtl.css │ │ │ ├── mono-theme-rtl.css.map │ │ │ ├── mono-theme.css │ │ │ ├── mono-theme.css.map │ │ │ ├── printview.css │ │ │ ├── printview.css.map │ │ │ ├── redmond-theme-rtl.css │ │ │ ├── redmond-theme-rtl.css.map │ │ │ ├── redmond-theme.css │ │ │ ├── redmond-theme.css.map │ │ │ ├── teal-theme-rtl.css │ │ │ ├── teal-theme-rtl.css.map │ │ │ ├── teal-theme.css │ │ │ ├── teal-theme.css.map │ │ │ ├── theme-rtl.css │ │ │ ├── theme-rtl.css.map │ │ │ ├── theme.css │ │ │ └── theme.css.map │ │ ├── fonts │ │ │ ├── IcoMoon.eot │ │ │ ├── IcoMoon.svg │ │ │ ├── IcoMoon.ttf │ │ │ ├── IcoMoon.woff │ │ │ ├── opensans-bold-webfont.eot │ │ │ ├── opensans-bold-webfont.ttf │ │ │ ├── opensans-bold-webfont.woff │ │ │ ├── opensans-extrabold-webfont.eot │ │ │ ├── opensans-extrabold-webfont.ttf │ │ │ ├── opensans-extrabold-webfont.woff │ │ │ ├── opensans-light-webfont.eot │ │ │ ├── opensans-light-webfont.ttf │ │ │ ├── opensans-light-webfont.woff │ │ │ ├── opensans-regular-webfont.eot │ │ │ ├── opensans-regular-webfont.ttf │ │ │ └── opensans-regular-webfont.woff │ │ ├── img │ │ │ ├── ajax_clock_small.gif │ │ │ ├── arrow_ltr.png │ │ │ ├── arrow_rtl.png │ │ │ ├── asc_order.png │ │ │ ├── b_bookmark.png │ │ │ ├── b_browse.png │ │ │ ├── b_calendar.png │ │ │ ├── b_chart.png │ │ │ ├── b_close.png │ │ │ ├── b_column_add.png │ │ │ ├── b_comment.png │ │ │ ├── b_dbstatistics.png │ │ │ ├── b_deltbl.png │ │ │ ├── b_docs.png │ │ │ ├── b_docsql.png │ │ │ ├── b_drop.png │ │ │ ├── b_edit.png │ │ │ ├── b_empty.png │ │ │ ├── b_engine.png │ │ │ ├── b_event_add.png │ │ │ ├── b_events.png │ │ │ ├── b_export.png │ │ │ ├── b_favorite.png │ │ │ ├── b_find_replace.png │ │ │ ├── b_firstpage.png │ │ │ ├── b_ftext.png │ │ │ ├── b_globe.gif │ │ │ ├── b_group.png │ │ │ ├── b_help.png │ │ │ ├── b_home.png │ │ │ ├── b_import.png │ │ │ ├── b_index.png │ │ │ ├── b_index_add.png │ │ │ ├── b_info.png │ │ │ ├── b_inline_edit.png │ │ │ ├── b_insrow.png │ │ │ ├── b_key.png │ │ │ ├── b_lastpage.png │ │ │ ├── b_minus.png │ │ │ ├── b_more.png │ │ │ ├── b_move.png │ │ │ ├── b_newdb.png │ │ │ ├── b_newtbl.png │ │ │ ├── b_nextpage.png │ │ │ ├── b_no_favorite.png │ │ │ ├── b_pdfdoc.png │ │ │ ├── b_plugin.png │ │ │ ├── b_plus.png │ │ │ ├── b_prevpage.png │ │ │ ├── b_primary.png │ │ │ ├── b_print.png │ │ │ ├── b_props.png │ │ │ ├── b_relations.png │ │ │ ├── b_report.png │ │ │ ├── b_routine_add.png │ │ │ ├── b_routines.png │ │ │ ├── b_save.png │ │ │ ├── b_saveimage.png │ │ │ ├── b_sbrowse.png │ │ │ ├── b_sdb.png │ │ │ ├── b_search.png │ │ │ ├── b_select.png │ │ │ ├── b_snewtbl.png │ │ │ ├── b_spatial.png │ │ │ ├── b_sql.png │ │ │ ├── b_sqldoc.png │ │ │ ├── b_sqlhelp.png │ │ │ ├── b_table_add.png │ │ │ ├── b_tblanalyse.png │ │ │ ├── b_tblexport.png │ │ │ ├── b_tblimport.png │ │ │ ├── b_tblops.png │ │ │ ├── b_tbloptimize.png │ │ │ ├── b_tipp.png │ │ │ ├── b_trigger_add.png │ │ │ ├── b_triggers.png │ │ │ ├── b_unique.png │ │ │ ├── b_usradd.png │ │ │ ├── b_usrcheck.png │ │ │ ├── b_usrdrop.png │ │ │ ├── b_usredit.png │ │ │ ├── b_usrlist.png │ │ │ ├── b_versions.png │ │ │ ├── b_view.png │ │ │ ├── b_view_add.png │ │ │ ├── b_views.png │ │ │ ├── bd_browse.png │ │ │ ├── bd_deltbl.png │ │ │ ├── bd_drop.png │ │ │ ├── bd_edit.png │ │ │ ├── bd_empty.png │ │ │ ├── bd_export.png │ │ │ ├── bd_firstpage.png │ │ │ ├── bd_ftext.png │ │ │ ├── bd_index.png │ │ │ ├── bd_insrow.png │ │ │ ├── bd_lastpage.png │ │ │ ├── bd_nextpage.png │ │ │ ├── bd_prevpage.png │ │ │ ├── bd_primary.png │ │ │ ├── bd_routine_add.png │ │ │ ├── bd_sbrowse.png │ │ │ ├── bd_select.png │ │ │ ├── bd_spatial.png │ │ │ ├── bd_unique.png │ │ │ ├── centralColumns.png │ │ │ ├── centralColumns_add.png │ │ │ ├── centralColumns_delete.png │ │ │ ├── col_drop.png │ │ │ ├── col_pointer.png │ │ │ ├── col_pointer_ver.png │ │ │ ├── console.png │ │ │ ├── database.png │ │ │ ├── designer │ │ │ │ ├── 2leftarrow.png │ │ │ │ ├── 2leftarrow_m.png │ │ │ │ ├── 2rightarrow.png │ │ │ │ ├── 2rightarrow_m.png │ │ │ │ ├── FieldKey_small.png │ │ │ │ ├── Field_small.png │ │ │ │ ├── Field_small_char.png │ │ │ │ ├── Field_small_date.png │ │ │ │ ├── Field_small_int.png │ │ │ │ ├── Header_Linked.png │ │ │ │ ├── anchor.png │ │ │ │ ├── and_icon.png │ │ │ │ ├── ang_direct.png │ │ │ │ ├── bord.png │ │ │ │ ├── bottom.png │ │ │ │ ├── def.png │ │ │ │ ├── display_field.png │ │ │ │ ├── downarrow1.png │ │ │ │ ├── downarrow2.png │ │ │ │ ├── downarrow2_m.png │ │ │ │ ├── exec.png │ │ │ │ ├── exec_small.png │ │ │ │ ├── exitFullscreen.png │ │ │ │ ├── export.png │ │ │ │ ├── favicon.ico │ │ │ │ ├── grid.png │ │ │ │ ├── help.png │ │ │ │ ├── help_relation.png │ │ │ │ ├── left_panel_butt.png │ │ │ │ ├── left_panel_tab.png │ │ │ │ ├── minus.png │ │ │ │ ├── or_icon.png │ │ │ │ ├── page_add.png │ │ │ │ ├── page_delete.png │ │ │ │ ├── page_edit.png │ │ │ │ ├── pdf.png │ │ │ │ ├── plus.png │ │ │ │ ├── query_builder.png │ │ │ │ ├── relation.png │ │ │ │ ├── reload.png │ │ │ │ ├── resize.png │ │ │ │ ├── resizeright.png │ │ │ │ ├── rightarrow1.png │ │ │ │ ├── rightarrow2.png │ │ │ │ ├── save.png │ │ │ │ ├── save_as.png │ │ │ │ ├── table.png │ │ │ │ ├── toggle_lines.png │ │ │ │ ├── uparrow2_m.png │ │ │ │ └── viewInFullscreen.png │ │ │ ├── docs_menu_bg.png │ │ │ ├── east-mini.png │ │ │ ├── error.ico │ │ │ ├── eye.png │ │ │ ├── eye_grey.png │ │ │ ├── hide.png │ │ │ ├── item.png │ │ │ ├── item_ltr.png │ │ │ ├── item_rtl.png │ │ │ ├── lightbulb.png │ │ │ ├── lightbulb_off.png │ │ │ ├── more.png │ │ │ ├── new_data.png │ │ │ ├── new_data_hovered.png │ │ │ ├── new_data_selected.png │ │ │ ├── new_data_selected_hovered.png │ │ │ ├── new_struct.png │ │ │ ├── new_struct_hovered.png │ │ │ ├── new_struct_selected.png │ │ │ ├── new_struct_selected_hovered.png │ │ │ ├── normalize.png │ │ │ ├── north-mini.png │ │ │ ├── pause.png │ │ │ ├── php_sym.png │ │ │ ├── play.png │ │ │ ├── pma_logo.png │ │ │ ├── pma_logo2.png │ │ │ ├── s_asc.png │ │ │ ├── s_asci.png │ │ │ ├── s_attention.png │ │ │ ├── s_cancel.png │ │ │ ├── s_cancel2.png │ │ │ ├── s_cog.png │ │ │ ├── s_collapseall.png │ │ │ ├── s_db.png │ │ │ ├── s_desc.png │ │ │ ├── s_error.png │ │ │ ├── s_error2.png │ │ │ ├── s_fulltext.png │ │ │ ├── s_host.png │ │ │ ├── s_info.png │ │ │ ├── s_lang.png │ │ │ ├── s_link.png │ │ │ ├── s_lock.png │ │ │ ├── s_loggoff.png │ │ │ ├── s_notice.png │ │ │ ├── s_okay.png │ │ │ ├── s_partialtext.png │ │ │ ├── s_passwd.png │ │ │ ├── s_process.png │ │ │ ├── s_really.png │ │ │ ├── s_reload.png │ │ │ ├── s_replication.png │ │ │ ├── s_rights.png │ │ │ ├── s_sortable.png │ │ │ ├── s_status.png │ │ │ ├── s_success.png │ │ │ ├── s_sync.png │ │ │ ├── s_tbl.png │ │ │ ├── s_theme.png │ │ │ ├── s_top.png │ │ │ ├── s_unlink.png │ │ │ ├── s_vars.png │ │ │ ├── s_views.png │ │ │ ├── show.png │ │ │ ├── south-mini.png │ │ │ ├── spacer.png │ │ │ ├── sprites.png │ │ │ ├── toggle-ltr.png │ │ │ ├── toggle-rtl.png │ │ │ ├── vertical_line.png │ │ │ ├── west-mini.png │ │ │ ├── window-new.png │ │ │ ├── zoom-minus-mini.png │ │ │ ├── zoom-plus-mini.png │ │ │ └── zoom-world-mini.png │ │ ├── jquery │ │ │ ├── images │ │ │ │ ├── ui-bg_glass_55_fbf9ee_1x400.png │ │ │ │ ├── ui-bg_glass_65_ffffff_1x400.png │ │ │ │ ├── ui-bg_glass_75_dadada_1x400.png │ │ │ │ ├── ui-bg_glass_75_e6e6e6_1x400.png │ │ │ │ ├── ui-bg_glass_95_fef1ec_1x400.png │ │ │ │ ├── ui-bg_highlight-soft_75_cccccc_1x100.png │ │ │ │ ├── ui-icons_222222_256x240.png │ │ │ │ ├── ui-icons_2e83ff_256x240.png │ │ │ │ ├── ui-icons_454545_256x240.png │ │ │ │ ├── ui-icons_888888_256x240.png │ │ │ │ └── ui-icons_cd0a0a_256x240.png │ │ │ └── jquery-ui.css │ │ ├── screen.png │ │ ├── scss │ │ │ ├── _codemirror.scss │ │ │ ├── _common.scss │ │ │ ├── _designer.scss │ │ │ ├── _enum-editor.scss │ │ │ ├── _gis.scss │ │ │ ├── _icons.scss │ │ │ ├── _jqplot.scss │ │ │ ├── _navigation.scss │ │ │ ├── _resizable-menu.scss │ │ │ ├── _rte.scss │ │ │ ├── _variables.scss │ │ │ ├── blueeyes-theme-rtl.scss │ │ │ ├── blueeyes-theme.scss │ │ │ ├── mono-theme-rtl.scss │ │ │ ├── mono-theme.scss │ │ │ ├── printview.scss │ │ │ ├── redmond-theme-rtl.scss │ │ │ ├── redmond-theme.scss │ │ │ ├── teal-theme-rtl.scss │ │ │ ├── teal-theme.scss │ │ │ ├── theme-rtl.scss │ │ │ └── theme.scss │ │ └── theme.json │ ├── original │ │ ├── css │ │ │ ├── printview.css │ │ │ ├── printview.css.map │ │ │ ├── theme-rtl.css │ │ │ ├── theme-rtl.css.map │ │ │ ├── theme.css │ │ │ └── theme.css.map │ │ ├── img │ │ │ ├── ajax_clock_small.gif │ │ │ ├── arrow_ltr.png │ │ │ ├── arrow_rtl.png │ │ │ ├── b_bookmark.png │ │ │ ├── b_browse.png │ │ │ ├── b_calendar.png │ │ │ ├── b_chart.png │ │ │ ├── b_close.png │ │ │ ├── b_column_add.png │ │ │ ├── b_comment.png │ │ │ ├── b_dbstatistics.png │ │ │ ├── b_deltbl.png │ │ │ ├── b_docs.png │ │ │ ├── b_drop.png │ │ │ ├── b_edit.png │ │ │ ├── b_empty.png │ │ │ ├── b_engine.png │ │ │ ├── b_event_add.png │ │ │ ├── b_events.png │ │ │ ├── b_export.png │ │ │ ├── b_favorite.png │ │ │ ├── b_find_replace.png │ │ │ ├── b_ftext.png │ │ │ ├── b_globe.gif │ │ │ ├── b_group.png │ │ │ ├── b_help.png │ │ │ ├── b_home.png │ │ │ ├── b_import.png │ │ │ ├── b_index.png │ │ │ ├── b_index_add.png │ │ │ ├── b_inline_edit.png │ │ │ ├── b_insrow.png │ │ │ ├── b_key.png │ │ │ ├── b_left.png │ │ │ ├── b_minus.png │ │ │ ├── b_more.png │ │ │ ├── b_move.png │ │ │ ├── b_newdb.png │ │ │ ├── b_newtbl.png │ │ │ ├── b_nextpage.png │ │ │ ├── b_no_favorite.png │ │ │ ├── b_plugin.png │ │ │ ├── b_plus.png │ │ │ ├── b_primary.png │ │ │ ├── b_print.png │ │ │ ├── b_props.png │ │ │ ├── b_relations.png │ │ │ ├── b_report.png │ │ │ ├── b_right.png │ │ │ ├── b_routine_add.png │ │ │ ├── b_routines.png │ │ │ ├── b_save.png │ │ │ ├── b_saveimage.png │ │ │ ├── b_sbrowse.png │ │ │ ├── b_search.png │ │ │ ├── b_select.png │ │ │ ├── b_snewtbl.png │ │ │ ├── b_spatial.png │ │ │ ├── b_sql.png │ │ │ ├── b_sqlhelp.png │ │ │ ├── b_table_add.png │ │ │ ├── b_tblanalyse.png │ │ │ ├── b_tblexport.png │ │ │ ├── b_tblimport.png │ │ │ ├── b_tblops.png │ │ │ ├── b_tbloptimize.png │ │ │ ├── b_tipp.png │ │ │ ├── b_trigger_add.png │ │ │ ├── b_triggers.png │ │ │ ├── b_undo.png │ │ │ ├── b_unique.png │ │ │ ├── b_usradd.png │ │ │ ├── b_usrcheck.png │ │ │ ├── b_usrdrop.png │ │ │ ├── b_usredit.png │ │ │ ├── b_usrlist.png │ │ │ ├── b_versions.png │ │ │ ├── b_view.png │ │ │ ├── b_view_add.png │ │ │ ├── b_views.png │ │ │ ├── bd_browse.png │ │ │ ├── bd_deltbl.png │ │ │ ├── bd_drop.png │ │ │ ├── bd_edit.png │ │ │ ├── bd_empty.png │ │ │ ├── bd_export.png │ │ │ ├── bd_ftext.png │ │ │ ├── bd_index.png │ │ │ ├── bd_insrow.png │ │ │ ├── bd_nextpage.png │ │ │ ├── bd_primary.png │ │ │ ├── bd_routine_add.png │ │ │ ├── bd_sbrowse.png │ │ │ ├── bd_select.png │ │ │ ├── bd_spatial.png │ │ │ ├── bd_unique.png │ │ │ ├── centralColumns.png │ │ │ ├── centralColumns_add.png │ │ │ ├── centralColumns_delete.png │ │ │ ├── cleardot.gif │ │ │ ├── col_drop.png │ │ │ ├── col_pointer.png │ │ │ ├── col_pointer_ver.png │ │ │ ├── console.png │ │ │ ├── east-mini.png │ │ │ ├── error.ico │ │ │ ├── eye.png │ │ │ ├── eye_grey.png │ │ │ ├── hide.png │ │ │ ├── lightbulb.png │ │ │ ├── lightbulb_off.png │ │ │ ├── logo_left.png │ │ │ ├── logo_right.png │ │ │ ├── more.png │ │ │ ├── new_data.png │ │ │ ├── new_data_hovered.png │ │ │ ├── new_data_selected.png │ │ │ ├── new_data_selected_hovered.png │ │ │ ├── new_struct.png │ │ │ ├── new_struct_hovered.png │ │ │ ├── new_struct_selected.png │ │ │ ├── new_struct_selected_hovered.png │ │ │ ├── normalize.png │ │ │ ├── north-mini.png │ │ │ ├── pause.png │ │ │ ├── play.png │ │ │ ├── s_asc.png │ │ │ ├── s_asci.png │ │ │ ├── s_attention.png │ │ │ ├── s_cancel.png │ │ │ ├── s_cog.png │ │ │ ├── s_collapseall.png │ │ │ ├── s_db.png │ │ │ ├── s_desc.png │ │ │ ├── s_error.png │ │ │ ├── s_fulltext.png │ │ │ ├── s_host.png │ │ │ ├── s_info.png │ │ │ ├── s_lang.png │ │ │ ├── s_link.png │ │ │ ├── s_lock.png │ │ │ ├── s_loggoff.png │ │ │ ├── s_notice.png │ │ │ ├── s_okay.png │ │ │ ├── s_partialtext.png │ │ │ ├── s_passwd.png │ │ │ ├── s_really.png │ │ │ ├── s_reload.png │ │ │ ├── s_replication.png │ │ │ ├── s_rights.png │ │ │ ├── s_sortable.png │ │ │ ├── s_status.png │ │ │ ├── s_success.png │ │ │ ├── s_sync.png │ │ │ ├── s_tbl.png │ │ │ ├── s_theme.png │ │ │ ├── s_top.png │ │ │ ├── s_unlink.png │ │ │ ├── s_vars.png │ │ │ ├── s_views.png │ │ │ ├── show.png │ │ │ ├── south-mini.png │ │ │ ├── spacer.png │ │ │ ├── toggle-ltr.png │ │ │ ├── toggle-rtl.png │ │ │ ├── vertical_line.png │ │ │ ├── west-mini.png │ │ │ ├── window-new.png │ │ │ ├── zoom-minus-mini.png │ │ │ ├── zoom-plus-mini.png │ │ │ └── zoom-world-mini.png │ │ ├── jquery │ │ │ ├── images │ │ │ │ ├── ui-bg_glass_55_fbf9ee_1x400.png │ │ │ │ ├── ui-bg_glass_65_ffffff_1x400.png │ │ │ │ ├── ui-bg_glass_75_dadada_1x400.png │ │ │ │ ├── ui-bg_glass_75_e6e6e6_1x400.png │ │ │ │ ├── ui-bg_glass_95_fef1ec_1x400.png │ │ │ │ ├── ui-bg_highlight-soft_75_cccccc_1x100.png │ │ │ │ ├── ui-icons_222222_256x240.png │ │ │ │ ├── ui-icons_2e83ff_256x240.png │ │ │ │ ├── ui-icons_454545_256x240.png │ │ │ │ ├── ui-icons_888888_256x240.png │ │ │ │ └── ui-icons_cd0a0a_256x240.png │ │ │ └── jquery-ui.css │ │ ├── screen.png │ │ ├── scss │ │ │ ├── _common.scss │ │ │ ├── _icons.scss │ │ │ ├── _navigation.scss │ │ │ ├── _variables.scss │ │ │ ├── printview.scss │ │ │ ├── theme-rtl.scss │ │ │ └── theme.scss │ │ └── theme.json │ └── pmahomme │ │ ├── css │ │ ├── printview.css │ │ ├── printview.css.map │ │ ├── theme-rtl.css │ │ ├── theme-rtl.css.map │ │ ├── theme.css │ │ └── theme.css.map │ │ ├── img │ │ ├── ajax_clock_small.gif │ │ ├── arrow_ltr.png │ │ ├── arrow_rtl.png │ │ ├── asc_order.png │ │ ├── b_bookmark.png │ │ ├── b_browse.png │ │ ├── b_calendar.png │ │ ├── b_chart.png │ │ ├── b_close.png │ │ ├── b_column_add.png │ │ ├── b_comment.png │ │ ├── b_dbstatistics.png │ │ ├── b_deltbl.png │ │ ├── b_docs.png │ │ ├── b_docsql.png │ │ ├── b_drop.png │ │ ├── b_edit.png │ │ ├── b_empty.png │ │ ├── b_engine.png │ │ ├── b_event_add.png │ │ ├── b_events.png │ │ ├── b_export.png │ │ ├── b_favorite.png │ │ ├── b_find_replace.png │ │ ├── b_firstpage.png │ │ ├── b_ftext.png │ │ ├── b_globe.gif │ │ ├── b_group.png │ │ ├── b_help.png │ │ ├── b_home.png │ │ ├── b_import.png │ │ ├── b_index.png │ │ ├── b_index_add.png │ │ ├── b_inline_edit.png │ │ ├── b_insrow.png │ │ ├── b_key.png │ │ ├── b_lastpage.png │ │ ├── b_left.png │ │ ├── b_minus.png │ │ ├── b_more.png │ │ ├── b_move.png │ │ ├── b_newdb.png │ │ ├── b_newtbl.png │ │ ├── b_nextpage.png │ │ ├── b_no_favorite.png │ │ ├── b_pdfdoc.png │ │ ├── b_plugin.png │ │ ├── b_plus.png │ │ ├── b_prevpage.png │ │ ├── b_primary.png │ │ ├── b_print.png │ │ ├── b_props.png │ │ ├── b_relations.png │ │ ├── b_report.png │ │ ├── b_right.png │ │ ├── b_routine_add.png │ │ ├── b_routines.png │ │ ├── b_save.png │ │ ├── b_saveimage.png │ │ ├── b_sbrowse.png │ │ ├── b_sdb.png │ │ ├── b_search.png │ │ ├── b_select.png │ │ ├── b_snewtbl.png │ │ ├── b_spatial.png │ │ ├── b_sql.png │ │ ├── b_sqldoc.png │ │ ├── b_sqlhelp.png │ │ ├── b_table_add.png │ │ ├── b_tblanalyse.png │ │ ├── b_tblexport.png │ │ ├── b_tblimport.png │ │ ├── b_tblops.png │ │ ├── b_tbloptimize.png │ │ ├── b_tipp.png │ │ ├── b_trigger_add.png │ │ ├── b_triggers.png │ │ ├── b_undo.png │ │ ├── b_unique.png │ │ ├── b_usradd.png │ │ ├── b_usrcheck.png │ │ ├── b_usrdrop.png │ │ ├── b_usredit.png │ │ ├── b_usrlist.png │ │ ├── b_versions.png │ │ ├── b_view.png │ │ ├── b_view_add.png │ │ ├── b_views.png │ │ ├── bd_browse.png │ │ ├── bd_deltbl.png │ │ ├── bd_drop.png │ │ ├── bd_edit.png │ │ ├── bd_empty.png │ │ ├── bd_export.png │ │ ├── bd_firstpage.png │ │ ├── bd_ftext.png │ │ ├── bd_index.png │ │ ├── bd_insrow.png │ │ ├── bd_lastpage.png │ │ ├── bd_nextpage.png │ │ ├── bd_prevpage.png │ │ ├── bd_primary.png │ │ ├── bd_routine_add.png │ │ ├── bd_sbrowse.png │ │ ├── bd_select.png │ │ ├── bd_spatial.png │ │ ├── bd_unique.png │ │ ├── centralColumns.png │ │ ├── centralColumns_add.png │ │ ├── centralColumns_delete.png │ │ ├── col_drop.png │ │ ├── col_pointer.png │ │ ├── col_pointer_ver.png │ │ ├── console.png │ │ ├── database.png │ │ ├── designer │ │ │ ├── 1.png │ │ │ ├── 2.png │ │ │ ├── 2leftarrow.png │ │ │ ├── 2leftarrow_m.png │ │ │ ├── 2rightarrow.png │ │ │ ├── 2rightarrow_m.png │ │ │ ├── 3.png │ │ │ ├── 4.png │ │ │ ├── 5.png │ │ │ ├── 6.png │ │ │ ├── 7.png │ │ │ ├── 8.png │ │ │ ├── FieldKey_small.png │ │ │ ├── Field_small.png │ │ │ ├── Field_small_char.png │ │ │ ├── Field_small_date.png │ │ │ ├── Field_small_int.png │ │ │ ├── Header.png │ │ │ ├── Header_Linked.png │ │ │ ├── anchor.png │ │ │ ├── and_icon.png │ │ │ ├── ang_direct.png │ │ │ ├── bord.png │ │ │ ├── bottom.png │ │ │ ├── def.png │ │ │ ├── display_field.png │ │ │ ├── downarrow1.png │ │ │ ├── downarrow2.png │ │ │ ├── downarrow2_m.png │ │ │ ├── exec.png │ │ │ ├── exec_small.png │ │ │ ├── exitFullscreen.png │ │ │ ├── export.png │ │ │ ├── favicon.ico │ │ │ ├── grid.png │ │ │ ├── help.png │ │ │ ├── help_relation.png │ │ │ ├── left_panel_butt.png │ │ │ ├── left_panel_tab.png │ │ │ ├── minus.png │ │ │ ├── or_icon.png │ │ │ ├── other_table.png │ │ │ ├── page_add.png │ │ │ ├── page_delete.png │ │ │ ├── page_edit.png │ │ │ ├── pdf.png │ │ │ ├── plus.png │ │ │ ├── query_builder.png │ │ │ ├── relation.png │ │ │ ├── reload.png │ │ │ ├── resize.png │ │ │ ├── resizeright.png │ │ │ ├── rightarrow1.png │ │ │ ├── rightarrow2.png │ │ │ ├── save.png │ │ │ ├── save_as.png │ │ │ ├── small_tab.png │ │ │ ├── table.png │ │ │ ├── toggle_lines.png │ │ │ ├── top_panel.png │ │ │ ├── uparrow2_m.png │ │ │ └── viewInFullscreen.png │ │ ├── east-mini.png │ │ ├── error.ico │ │ ├── eye.png │ │ ├── eye_grey.png │ │ ├── hide.png │ │ ├── item.png │ │ ├── left_nav_bg.png │ │ ├── lightbulb.png │ │ ├── lightbulb_off.png │ │ ├── logo_left.png │ │ ├── logo_right.png │ │ ├── more.png │ │ ├── new_data.png │ │ ├── new_data_hovered.png │ │ ├── new_data_selected.png │ │ ├── new_data_selected_hovered.png │ │ ├── new_struct.png │ │ ├── new_struct_hovered.png │ │ ├── new_struct_selected.png │ │ ├── new_struct_selected_hovered.png │ │ ├── normalize.png │ │ ├── north-mini.png │ │ ├── pause.png │ │ ├── php_sym.png │ │ ├── play.png │ │ ├── pma_logo2.png │ │ ├── s_asc.png │ │ ├── s_asci.png │ │ ├── s_attention.png │ │ ├── s_cancel.png │ │ ├── s_cancel2.png │ │ ├── s_cog.png │ │ ├── s_collapseall.png │ │ ├── s_db.png │ │ ├── s_desc.png │ │ ├── s_error.png │ │ ├── s_fulltext.png │ │ ├── s_host.png │ │ ├── s_info.png │ │ ├── s_lang.png │ │ ├── s_link.png │ │ ├── s_lock.png │ │ ├── s_loggoff.png │ │ ├── s_notice.png │ │ ├── s_okay.png │ │ ├── s_partialtext.png │ │ ├── s_passwd.png │ │ ├── s_process.png │ │ ├── s_really.png │ │ ├── s_reload.png │ │ ├── s_replication.png │ │ ├── s_rights.png │ │ ├── s_sortable.png │ │ ├── s_status.png │ │ ├── s_success.png │ │ ├── s_sync.png │ │ ├── s_tbl.png │ │ ├── s_theme.png │ │ ├── s_top.png │ │ ├── s_unlink.png │ │ ├── s_vars.png │ │ ├── s_views.png │ │ ├── select_bg.png │ │ ├── show.png │ │ ├── south-mini.png │ │ ├── spacer.png │ │ ├── toggle-ltr.png │ │ ├── toggle-rtl.png │ │ ├── vertical_line.png │ │ ├── west-mini.png │ │ ├── window-new.png │ │ ├── zoom-minus-mini.png │ │ ├── zoom-plus-mini.png │ │ └── zoom-world-mini.png │ │ ├── jquery │ │ ├── images │ │ │ ├── ui-bg_glass_55_fbf9ee_1x400.png │ │ │ ├── ui-bg_glass_65_ffffff_1x400.png │ │ │ ├── ui-bg_glass_75_dadada_1x400.png │ │ │ ├── ui-bg_glass_75_e6e6e6_1x400.png │ │ │ ├── ui-bg_glass_95_fef1ec_1x400.png │ │ │ ├── ui-bg_highlight-soft_75_cccccc_1x100.png │ │ │ ├── ui-icons_222222_256x240.png │ │ │ ├── ui-icons_2e83ff_256x240.png │ │ │ ├── ui-icons_454545_256x240.png │ │ │ ├── ui-icons_888888_256x240.png │ │ │ └── ui-icons_cd0a0a_256x240.png │ │ └── jquery-ui.css │ │ ├── screen.png │ │ ├── scss │ │ ├── _bootstrap.scss │ │ ├── _codemirror.scss │ │ ├── _common.scss │ │ ├── _designer.scss │ │ ├── _direction.scss │ │ ├── _enum-editor.scss │ │ ├── _gis.scss │ │ ├── _icons.scss │ │ ├── _jqplot.scss │ │ ├── _navigation.scss │ │ ├── _resizable-menu.scss │ │ ├── _rte.scss │ │ ├── _variables.scss │ │ ├── printview.scss │ │ ├── theme-rtl.scss │ │ └── theme.scss │ │ └── theme.json ├── transformation_overview.php ├── transformation_wrapper.php ├── url.php ├── user_password.php ├── vendor │ ├── autoload.php │ ├── bacon │ │ └── bacon-qr-code │ │ │ ├── CHANGELOG.md │ │ │ ├── LICENSE │ │ │ ├── README.md │ │ │ ├── composer.json │ │ │ └── src │ │ │ ├── Common │ │ │ ├── BitArray.php │ │ │ ├── BitMatrix.php │ │ │ ├── BitUtils.php │ │ │ ├── CharacterSetEci.php │ │ │ ├── EcBlock.php │ │ │ ├── EcBlocks.php │ │ │ ├── ErrorCorrectionLevel.php │ │ │ ├── FormatInformation.php │ │ │ ├── Mode.php │ │ │ ├── ReedSolomonCodec.php │ │ │ └── Version.php │ │ │ ├── Encoder │ │ │ ├── BlockPair.php │ │ │ ├── ByteMatrix.php │ │ │ ├── Encoder.php │ │ │ ├── MaskUtil.php │ │ │ ├── MatrixUtil.php │ │ │ └── QrCode.php │ │ │ ├── Exception │ │ │ ├── ExceptionInterface.php │ │ │ ├── InvalidArgumentException.php │ │ │ ├── OutOfBoundsException.php │ │ │ ├── RuntimeException.php │ │ │ ├── UnexpectedValueException.php │ │ │ └── WriterException.php │ │ │ ├── Renderer │ │ │ ├── Color │ │ │ │ ├── Alpha.php │ │ │ │ ├── Cmyk.php │ │ │ │ ├── ColorInterface.php │ │ │ │ ├── Gray.php │ │ │ │ └── Rgb.php │ │ │ ├── Eye │ │ │ │ ├── CompositeEye.php │ │ │ │ ├── EyeInterface.php │ │ │ │ ├── ModuleEye.php │ │ │ │ ├── SimpleCircleEye.php │ │ │ │ └── SquareEye.php │ │ │ ├── Image │ │ │ │ ├── EpsImageBackEnd.php │ │ │ │ ├── ImageBackEndInterface.php │ │ │ │ ├── ImagickImageBackEnd.php │ │ │ │ ├── SvgImageBackEnd.php │ │ │ │ └── TransformationMatrix.php │ │ │ ├── ImageRenderer.php │ │ │ ├── Module │ │ │ │ ├── DotsModule.php │ │ │ │ ├── EdgeIterator │ │ │ │ │ ├── Edge.php │ │ │ │ │ └── EdgeIterator.php │ │ │ │ ├── ModuleInterface.php │ │ │ │ ├── RoundnessModule.php │ │ │ │ └── SquareModule.php │ │ │ ├── Path │ │ │ │ ├── Close.php │ │ │ │ ├── Curve.php │ │ │ │ ├── EllipticArc.php │ │ │ │ ├── Line.php │ │ │ │ ├── Move.php │ │ │ │ ├── OperationInterface.php │ │ │ │ └── Path.php │ │ │ ├── PlainTextRenderer.php │ │ │ ├── RendererInterface.php │ │ │ └── RendererStyle │ │ │ │ ├── EyeFill.php │ │ │ │ ├── Fill.php │ │ │ │ ├── Gradient.php │ │ │ │ ├── GradientType.php │ │ │ │ └── RendererStyle.php │ │ │ └── Writer.php │ ├── composer │ │ ├── ClassLoader.php │ │ ├── LICENSE │ │ ├── autoload_classmap.php │ │ ├── autoload_files.php │ │ ├── autoload_namespaces.php │ │ ├── autoload_psr4.php │ │ ├── autoload_real.php │ │ ├── autoload_static.php │ │ └── installed.json │ ├── dasprid │ │ └── enum │ │ │ ├── .coveralls.yml │ │ │ ├── .travis.yml │ │ │ ├── README.md │ │ │ ├── composer.json │ │ │ ├── phpcs.xml │ │ │ ├── phpunit.xml.dist │ │ │ ├── src │ │ │ ├── AbstractEnum.php │ │ │ ├── EnumMap.php │ │ │ ├── Exception │ │ │ │ ├── CloneNotSupportedException.php │ │ │ │ ├── ExceptionInterface.php │ │ │ │ ├── ExpectationException.php │ │ │ │ ├── IllegalArgumentException.php │ │ │ │ ├── MismatchException.php │ │ │ │ ├── SerializeNotSupportedException.php │ │ │ │ └── UnserializeNotSupportedException.php │ │ │ └── NullValue.php │ │ │ └── test │ │ │ ├── AbstractEnumTest.php │ │ │ ├── EnumMapTest.php │ │ │ ├── NullValueTest.php │ │ │ ├── Planet.php │ │ │ └── WeekDay.php │ ├── google │ │ └── recaptcha │ │ │ ├── .github │ │ │ └── ISSUE_TEMPLATE │ │ │ │ └── bug_report.md │ │ │ ├── .travis.yml │ │ │ ├── ARCHITECTURE.md │ │ │ ├── CONTRIBUTING.md │ │ │ ├── LICENSE │ │ │ ├── README.md │ │ │ ├── app.yaml │ │ │ ├── composer.json │ │ │ ├── phpunit.xml.dist │ │ │ └── src │ │ │ ├── ReCaptcha │ │ │ ├── ReCaptcha.php │ │ │ ├── RequestMethod.php │ │ │ ├── RequestMethod │ │ │ │ ├── Curl.php │ │ │ │ ├── CurlPost.php │ │ │ │ ├── Post.php │ │ │ │ ├── Socket.php │ │ │ │ └── SocketPost.php │ │ │ ├── RequestParameters.php │ │ │ └── Response.php │ │ │ └── autoload.php │ ├── paragonie │ │ ├── constant_time_encoding │ │ │ ├── .travis.yml │ │ │ ├── LICENSE.txt │ │ │ ├── README.md │ │ │ ├── composer.json │ │ │ ├── phpunit.xml.dist │ │ │ ├── psalm.xml │ │ │ ├── src │ │ │ │ ├── Base32.php │ │ │ │ ├── Base32Hex.php │ │ │ │ ├── Base64.php │ │ │ │ ├── Base64DotSlash.php │ │ │ │ ├── Base64DotSlashOrdered.php │ │ │ │ ├── Base64UrlSafe.php │ │ │ │ ├── Binary.php │ │ │ │ ├── EncoderInterface.php │ │ │ │ ├── Encoding.php │ │ │ │ ├── Hex.php │ │ │ │ └── RFC4648.php │ │ │ └── tests │ │ │ │ ├── Base32HexTest.php │ │ │ │ ├── Base32Test.php │ │ │ │ ├── Base64DotSlashOrderedTest.php │ │ │ │ ├── Base64DotSlashTest.php │ │ │ │ ├── Base64Test.php │ │ │ │ ├── Base64UrlSafeTest.php │ │ │ │ ├── EncodingTest.php │ │ │ │ ├── HexTest.php │ │ │ │ └── RFC4648Test.php │ │ └── random_compat │ │ │ ├── LICENSE │ │ │ ├── build-phar.sh │ │ │ ├── composer.json │ │ │ ├── dist │ │ │ ├── random_compat.phar.pubkey │ │ │ └── random_compat.phar.pubkey.asc │ │ │ ├── lib │ │ │ └── random.php │ │ │ ├── other │ │ │ └── build_phar.php │ │ │ ├── psalm-autoload.php │ │ │ └── psalm.xml │ ├── phpmyadmin │ │ ├── motranslator │ │ │ ├── .github │ │ │ │ └── stale.yml │ │ │ ├── CHANGES.md │ │ │ ├── CONTRIBUTING.md │ │ │ ├── LICENSE │ │ │ ├── PERFORMANCE.md │ │ │ ├── README.md │ │ │ ├── codecov.yml │ │ │ ├── composer.json │ │ │ ├── phpunit.xml │ │ │ └── src │ │ │ │ ├── Loader.php │ │ │ │ ├── ReaderException.php │ │ │ │ ├── StringReader.php │ │ │ │ ├── Translator.php │ │ │ │ └── functions.php │ │ ├── shapefile │ │ │ ├── CHANGELOG.md │ │ │ ├── CONTRIBUTING.md │ │ │ ├── LICENSE │ │ │ ├── README.md │ │ │ ├── codecov.yml │ │ │ ├── composer.json │ │ │ ├── phpunit.xml │ │ │ └── src │ │ │ │ ├── ShapeFile.php │ │ │ │ ├── ShapeRecord.php │ │ │ │ └── Util.php │ │ ├── sql-parser │ │ │ ├── CHANGELOG.md │ │ │ ├── CODE_OF_CONDUCT.md │ │ │ ├── CONTRIBUTING.md │ │ │ ├── LICENSE.txt │ │ │ ├── README.md │ │ │ ├── bin │ │ │ │ ├── highlight-query │ │ │ │ ├── lint-query │ │ │ │ └── tokenize-query │ │ │ ├── composer.json │ │ │ ├── locale │ │ │ │ ├── af │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ └── sqlparser.mo │ │ │ │ ├── ar │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ └── sqlparser.mo │ │ │ │ ├── ast │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ └── sqlparser.mo │ │ │ │ ├── az │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ └── sqlparser.mo │ │ │ │ ├── be │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ └── sqlparser.mo │ │ │ │ ├── be@latin │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ └── sqlparser.mo │ │ │ │ ├── bg │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ └── sqlparser.mo │ │ │ │ ├── bn │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ └── sqlparser.mo │ │ │ │ ├── br │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ └── sqlparser.mo │ │ │ │ ├── brx │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ └── sqlparser.mo │ │ │ │ ├── bs │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ └── sqlparser.mo │ │ │ │ ├── ca │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ └── sqlparser.mo │ │ │ │ ├── ckb │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ └── sqlparser.mo │ │ │ │ ├── cs │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ └── sqlparser.mo │ │ │ │ ├── cy │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ └── sqlparser.mo │ │ │ │ ├── da │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ └── sqlparser.mo │ │ │ │ ├── de │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ └── sqlparser.mo │ │ │ │ ├── el │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ └── sqlparser.mo │ │ │ │ ├── en_GB │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ └── sqlparser.mo │ │ │ │ ├── eo │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ └── sqlparser.mo │ │ │ │ ├── es │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ └── sqlparser.mo │ │ │ │ ├── et │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ └── sqlparser.mo │ │ │ │ ├── eu │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ └── sqlparser.mo │ │ │ │ ├── fa │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ └── sqlparser.mo │ │ │ │ ├── fi │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ └── sqlparser.mo │ │ │ │ ├── fr │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ └── sqlparser.mo │ │ │ │ ├── fy │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ └── sqlparser.mo │ │ │ │ ├── gl │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ └── sqlparser.mo │ │ │ │ ├── gu │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ └── sqlparser.mo │ │ │ │ ├── he │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ └── sqlparser.mo │ │ │ │ ├── hi │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ └── sqlparser.mo │ │ │ │ ├── hr │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ └── sqlparser.mo │ │ │ │ ├── hu │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ └── sqlparser.mo │ │ │ │ ├── hy │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ └── sqlparser.mo │ │ │ │ ├── ia │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ └── sqlparser.mo │ │ │ │ ├── id │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ └── sqlparser.mo │ │ │ │ ├── it │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ └── sqlparser.mo │ │ │ │ ├── ja │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ └── sqlparser.mo │ │ │ │ ├── ka │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ └── sqlparser.mo │ │ │ │ ├── kk │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ └── sqlparser.mo │ │ │ │ ├── km │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ └── sqlparser.mo │ │ │ │ ├── kn │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ └── sqlparser.mo │ │ │ │ ├── ko │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ └── sqlparser.mo │ │ │ │ ├── ksh │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ └── sqlparser.mo │ │ │ │ ├── ky │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ └── sqlparser.mo │ │ │ │ ├── li │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ └── sqlparser.mo │ │ │ │ ├── lt │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ └── sqlparser.mo │ │ │ │ ├── lv │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ └── sqlparser.mo │ │ │ │ ├── mk │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ └── sqlparser.mo │ │ │ │ ├── ml │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ └── sqlparser.mo │ │ │ │ ├── mn │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ └── sqlparser.mo │ │ │ │ ├── ms │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ └── sqlparser.mo │ │ │ │ ├── nb │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ └── sqlparser.mo │ │ │ │ ├── ne │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ └── sqlparser.mo │ │ │ │ ├── nl │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ └── sqlparser.mo │ │ │ │ ├── pa │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ └── sqlparser.mo │ │ │ │ ├── pl │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ └── sqlparser.mo │ │ │ │ ├── pt │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ └── sqlparser.mo │ │ │ │ ├── pt_BR │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ └── sqlparser.mo │ │ │ │ ├── ro │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ └── sqlparser.mo │ │ │ │ ├── ru │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ └── sqlparser.mo │ │ │ │ ├── si │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ └── sqlparser.mo │ │ │ │ ├── sk │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ └── sqlparser.mo │ │ │ │ ├── sl │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ └── sqlparser.mo │ │ │ │ ├── sq │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ └── sqlparser.mo │ │ │ │ ├── sqlparser.pot │ │ │ │ ├── sr │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ └── sqlparser.mo │ │ │ │ ├── sr@latin │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ └── sqlparser.mo │ │ │ │ ├── sv │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ └── sqlparser.mo │ │ │ │ ├── ta │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ └── sqlparser.mo │ │ │ │ ├── te │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ └── sqlparser.mo │ │ │ │ ├── th │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ └── sqlparser.mo │ │ │ │ ├── tk │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ └── sqlparser.mo │ │ │ │ ├── tr │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ └── sqlparser.mo │ │ │ │ ├── tt │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ └── sqlparser.mo │ │ │ │ ├── ug │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ └── sqlparser.mo │ │ │ │ ├── uk │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ └── sqlparser.mo │ │ │ │ ├── ur │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ └── sqlparser.mo │ │ │ │ ├── uz │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ └── sqlparser.mo │ │ │ │ ├── uz@latin │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ └── sqlparser.mo │ │ │ │ ├── vi │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ └── sqlparser.mo │ │ │ │ ├── vls │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ └── sqlparser.mo │ │ │ │ ├── zh_CN │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ └── sqlparser.mo │ │ │ │ └── zh_TW │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ └── sqlparser.mo │ │ │ ├── phpunit.xml.dist │ │ │ └── src │ │ │ │ ├── Component.php │ │ │ │ ├── Components │ │ │ │ ├── AlterOperation.php │ │ │ │ ├── Array2d.php │ │ │ │ ├── ArrayObj.php │ │ │ │ ├── CaseExpression.php │ │ │ │ ├── Condition.php │ │ │ │ ├── CreateDefinition.php │ │ │ │ ├── DataType.php │ │ │ │ ├── Expression.php │ │ │ │ ├── ExpressionArray.php │ │ │ │ ├── FunctionCall.php │ │ │ │ ├── GroupKeyword.php │ │ │ │ ├── IndexHint.php │ │ │ │ ├── IntoKeyword.php │ │ │ │ ├── JoinKeyword.php │ │ │ │ ├── Key.php │ │ │ │ ├── Limit.php │ │ │ │ ├── LockExpression.php │ │ │ │ ├── OptionsArray.php │ │ │ │ ├── OrderKeyword.php │ │ │ │ ├── ParameterDefinition.php │ │ │ │ ├── PartitionDefinition.php │ │ │ │ ├── Reference.php │ │ │ │ ├── RenameOperation.php │ │ │ │ ├── SetOperation.php │ │ │ │ └── UnionKeyword.php │ │ │ │ ├── Context.php │ │ │ │ ├── Contexts │ │ │ │ ├── ContextMariaDb100000.php │ │ │ │ ├── ContextMariaDb100100.php │ │ │ │ ├── ContextMariaDb100200.php │ │ │ │ ├── ContextMariaDb100300.php │ │ │ │ ├── ContextMySql50000.php │ │ │ │ ├── ContextMySql50100.php │ │ │ │ ├── ContextMySql50500.php │ │ │ │ ├── ContextMySql50600.php │ │ │ │ ├── ContextMySql50700.php │ │ │ │ └── ContextMySql80000.php │ │ │ │ ├── Core.php │ │ │ │ ├── Exceptions │ │ │ │ ├── LexerException.php │ │ │ │ ├── LoaderException.php │ │ │ │ └── ParserException.php │ │ │ │ ├── Lexer.php │ │ │ │ ├── Parser.php │ │ │ │ ├── Statement.php │ │ │ │ ├── Statements │ │ │ │ ├── AlterStatement.php │ │ │ │ ├── AnalyzeStatement.php │ │ │ │ ├── BackupStatement.php │ │ │ │ ├── CallStatement.php │ │ │ │ ├── CheckStatement.php │ │ │ │ ├── ChecksumStatement.php │ │ │ │ ├── CreateStatement.php │ │ │ │ ├── DeleteStatement.php │ │ │ │ ├── DropStatement.php │ │ │ │ ├── ExplainStatement.php │ │ │ │ ├── InsertStatement.php │ │ │ │ ├── LoadStatement.php │ │ │ │ ├── LockStatement.php │ │ │ │ ├── MaintenanceStatement.php │ │ │ │ ├── NotImplementedStatement.php │ │ │ │ ├── OptimizeStatement.php │ │ │ │ ├── PurgeStatement.php │ │ │ │ ├── RenameStatement.php │ │ │ │ ├── RepairStatement.php │ │ │ │ ├── ReplaceStatement.php │ │ │ │ ├── RestoreStatement.php │ │ │ │ ├── SelectStatement.php │ │ │ │ ├── SetStatement.php │ │ │ │ ├── ShowStatement.php │ │ │ │ ├── TransactionStatement.php │ │ │ │ ├── TruncateStatement.php │ │ │ │ └── UpdateStatement.php │ │ │ │ ├── Token.php │ │ │ │ ├── TokensList.php │ │ │ │ ├── Translator.php │ │ │ │ ├── UtfString.php │ │ │ │ └── Utils │ │ │ │ ├── BufferedQuery.php │ │ │ │ ├── CLI.php │ │ │ │ ├── Error.php │ │ │ │ ├── Formatter.php │ │ │ │ ├── Misc.php │ │ │ │ ├── Query.php │ │ │ │ ├── Routine.php │ │ │ │ ├── Table.php │ │ │ │ └── Tokens.php │ │ └── twig-i18n-extension │ │ │ ├── .travis.yml │ │ │ ├── LICENSE │ │ │ ├── README.rst │ │ │ ├── composer.json │ │ │ ├── phpunit.xml.dist │ │ │ ├── src │ │ │ ├── I18nExtension.php │ │ │ ├── Node │ │ │ │ └── TransNode.php │ │ │ └── TokenParser │ │ │ │ └── TransTokenParser.php │ │ │ └── test │ │ │ └── Node │ │ │ └── TransTest.php │ ├── phpseclib │ │ └── phpseclib │ │ │ ├── AUTHORS │ │ │ ├── BACKERS.md │ │ │ ├── LICENSE │ │ │ ├── README.md │ │ │ ├── appveyor.yml │ │ │ ├── composer.json │ │ │ └── phpseclib │ │ │ ├── Crypt │ │ │ ├── AES.php │ │ │ ├── Base.php │ │ │ ├── Random.php │ │ │ └── Rijndael.php │ │ │ ├── bootstrap.php │ │ │ └── openssl.cnf │ ├── pragmarx │ │ ├── google2fa-qrcode │ │ │ ├── .scrutinizer.yml │ │ │ ├── .travis.yml │ │ │ ├── CHANGELOG.md │ │ │ ├── LICENSE.md │ │ │ ├── README.md │ │ │ ├── composer.json │ │ │ ├── composer.lock │ │ │ ├── phpunit.xml │ │ │ ├── src │ │ │ │ └── Google2FA.php │ │ │ └── tests │ │ │ │ ├── .gitkeep │ │ │ │ ├── Constants.php │ │ │ │ ├── Google2FATest.php │ │ │ │ └── bootstrap.php │ │ └── google2fa │ │ │ ├── .scrutinizer.yml │ │ │ ├── .travis.yml │ │ │ ├── LICENSE.md │ │ │ ├── README.md │ │ │ ├── RELICENSED.md │ │ │ ├── changelog.md │ │ │ ├── composer.json │ │ │ ├── composer.lock │ │ │ ├── docs │ │ │ └── playground.jpg │ │ │ ├── phpunit.xml │ │ │ ├── src │ │ │ ├── Exceptions │ │ │ │ ├── Contracts │ │ │ │ │ ├── Google2FA.php │ │ │ │ │ ├── IncompatibleWithGoogleAuthenticator.php │ │ │ │ │ ├── InvalidCharacters.php │ │ │ │ │ └── SecretKeyTooShort.php │ │ │ │ ├── Google2FAException.php │ │ │ │ ├── IncompatibleWithGoogleAuthenticatorException.php │ │ │ │ ├── InvalidCharactersException.php │ │ │ │ └── SecretKeyTooShortException.php │ │ │ ├── Google2FA.php │ │ │ └── Support │ │ │ │ ├── Base32.php │ │ │ │ ├── Constants.php │ │ │ │ ├── QRCode.php │ │ │ │ └── Url.php │ │ │ ├── tests │ │ │ ├── .gitkeep │ │ │ ├── Constants.php │ │ │ ├── Google2FATest.php │ │ │ └── bootstrap.php │ │ │ └── upgrading.md │ ├── psr │ │ ├── cache │ │ │ ├── CHANGELOG.md │ │ │ ├── LICENSE.txt │ │ │ ├── README.md │ │ │ ├── composer.json │ │ │ └── src │ │ │ │ ├── CacheException.php │ │ │ │ ├── CacheItemInterface.php │ │ │ │ ├── CacheItemPoolInterface.php │ │ │ │ └── InvalidArgumentException.php │ │ ├── container │ │ │ ├── LICENSE │ │ │ ├── README.md │ │ │ ├── composer.json │ │ │ └── src │ │ │ │ ├── ContainerExceptionInterface.php │ │ │ │ ├── ContainerInterface.php │ │ │ │ └── NotFoundExceptionInterface.php │ │ └── log │ │ │ ├── LICENSE │ │ │ ├── Psr │ │ │ └── Log │ │ │ │ ├── AbstractLogger.php │ │ │ │ ├── InvalidArgumentException.php │ │ │ │ ├── LogLevel.php │ │ │ │ ├── LoggerAwareInterface.php │ │ │ │ ├── LoggerAwareTrait.php │ │ │ │ ├── LoggerInterface.php │ │ │ │ ├── LoggerTrait.php │ │ │ │ ├── NullLogger.php │ │ │ │ └── Test │ │ │ │ ├── LoggerInterfaceTest.php │ │ │ │ └── TestLogger.php │ │ │ ├── README.md │ │ │ └── composer.json │ ├── samyoul │ │ └── u2f-php-server │ │ │ ├── LICENCE.md │ │ │ ├── README.md │ │ │ ├── composer.json │ │ │ └── src │ │ │ ├── Registration.php │ │ │ ├── RegistrationRequest.php │ │ │ ├── SignRequest.php │ │ │ ├── U2FException.php │ │ │ └── U2FServer.php │ ├── symfony │ │ ├── cache-contracts │ │ │ ├── CacheInterface.php │ │ │ ├── CacheTrait.php │ │ │ ├── CallbackInterface.php │ │ │ ├── ItemInterface.php │ │ │ ├── LICENSE │ │ │ ├── README.md │ │ │ ├── TagAwareCacheInterface.php │ │ │ └── composer.json │ │ ├── cache │ │ │ ├── Adapter │ │ │ │ ├── AbstractAdapter.php │ │ │ │ ├── AbstractTagAwareAdapter.php │ │ │ │ ├── AdapterInterface.php │ │ │ │ ├── ApcuAdapter.php │ │ │ │ ├── ArrayAdapter.php │ │ │ │ ├── ChainAdapter.php │ │ │ │ ├── DoctrineAdapter.php │ │ │ │ ├── FilesystemAdapter.php │ │ │ │ ├── FilesystemTagAwareAdapter.php │ │ │ │ ├── MemcachedAdapter.php │ │ │ │ ├── NullAdapter.php │ │ │ │ ├── PdoAdapter.php │ │ │ │ ├── PhpArrayAdapter.php │ │ │ │ ├── PhpFilesAdapter.php │ │ │ │ ├── ProxyAdapter.php │ │ │ │ ├── Psr16Adapter.php │ │ │ │ ├── RedisAdapter.php │ │ │ │ ├── RedisTagAwareAdapter.php │ │ │ │ ├── SimpleCacheAdapter.php │ │ │ │ ├── TagAwareAdapter.php │ │ │ │ ├── TagAwareAdapterInterface.php │ │ │ │ ├── TraceableAdapter.php │ │ │ │ └── TraceableTagAwareAdapter.php │ │ │ ├── CHANGELOG.md │ │ │ ├── CacheItem.php │ │ │ ├── DataCollector │ │ │ │ └── CacheDataCollector.php │ │ │ ├── DependencyInjection │ │ │ │ ├── CacheCollectorPass.php │ │ │ │ ├── CachePoolClearerPass.php │ │ │ │ ├── CachePoolPass.php │ │ │ │ └── CachePoolPrunerPass.php │ │ │ ├── DoctrineProvider.php │ │ │ ├── Exception │ │ │ │ ├── CacheException.php │ │ │ │ ├── InvalidArgumentException.php │ │ │ │ └── LogicException.php │ │ │ ├── LICENSE │ │ │ ├── LockRegistry.php │ │ │ ├── Marshaller │ │ │ │ ├── DefaultMarshaller.php │ │ │ │ ├── DeflateMarshaller.php │ │ │ │ ├── MarshallerInterface.php │ │ │ │ └── TagAwareMarshaller.php │ │ │ ├── PruneableInterface.php │ │ │ ├── Psr16Cache.php │ │ │ ├── README.md │ │ │ ├── ResettableInterface.php │ │ │ ├── Simple │ │ │ │ ├── AbstractCache.php │ │ │ │ ├── ApcuCache.php │ │ │ │ ├── ArrayCache.php │ │ │ │ ├── ChainCache.php │ │ │ │ ├── DoctrineCache.php │ │ │ │ ├── FilesystemCache.php │ │ │ │ ├── MemcachedCache.php │ │ │ │ ├── NullCache.php │ │ │ │ ├── PdoCache.php │ │ │ │ ├── PhpArrayCache.php │ │ │ │ ├── PhpFilesCache.php │ │ │ │ ├── Psr6Cache.php │ │ │ │ ├── RedisCache.php │ │ │ │ └── TraceableCache.php │ │ │ ├── Traits │ │ │ │ ├── AbstractAdapterTrait.php │ │ │ │ ├── AbstractTrait.php │ │ │ │ ├── ApcuTrait.php │ │ │ │ ├── ArrayTrait.php │ │ │ │ ├── ContractsTrait.php │ │ │ │ ├── DoctrineTrait.php │ │ │ │ ├── FilesystemCommonTrait.php │ │ │ │ ├── FilesystemTrait.php │ │ │ │ ├── MemcachedTrait.php │ │ │ │ ├── PdoTrait.php │ │ │ │ ├── PhpArrayTrait.php │ │ │ │ ├── PhpFilesTrait.php │ │ │ │ ├── ProxyTrait.php │ │ │ │ ├── RedisClusterProxy.php │ │ │ │ ├── RedisProxy.php │ │ │ │ └── RedisTrait.php │ │ │ └── composer.json │ │ ├── config │ │ │ ├── CHANGELOG.md │ │ │ ├── ConfigCache.php │ │ │ ├── ConfigCacheFactory.php │ │ │ ├── ConfigCacheFactoryInterface.php │ │ │ ├── ConfigCacheInterface.php │ │ │ ├── Definition │ │ │ │ ├── ArrayNode.php │ │ │ │ ├── BaseNode.php │ │ │ │ ├── BooleanNode.php │ │ │ │ ├── Builder │ │ │ │ │ ├── ArrayNodeDefinition.php │ │ │ │ │ ├── BooleanNodeDefinition.php │ │ │ │ │ ├── BuilderAwareInterface.php │ │ │ │ │ ├── EnumNodeDefinition.php │ │ │ │ │ ├── ExprBuilder.php │ │ │ │ │ ├── FloatNodeDefinition.php │ │ │ │ │ ├── IntegerNodeDefinition.php │ │ │ │ │ ├── MergeBuilder.php │ │ │ │ │ ├── NodeBuilder.php │ │ │ │ │ ├── NodeDefinition.php │ │ │ │ │ ├── NodeParentInterface.php │ │ │ │ │ ├── NormalizationBuilder.php │ │ │ │ │ ├── NumericNodeDefinition.php │ │ │ │ │ ├── ParentNodeDefinitionInterface.php │ │ │ │ │ ├── ScalarNodeDefinition.php │ │ │ │ │ ├── TreeBuilder.php │ │ │ │ │ ├── ValidationBuilder.php │ │ │ │ │ └── VariableNodeDefinition.php │ │ │ │ ├── ConfigurationInterface.php │ │ │ │ ├── Dumper │ │ │ │ │ ├── XmlReferenceDumper.php │ │ │ │ │ └── YamlReferenceDumper.php │ │ │ │ ├── EnumNode.php │ │ │ │ ├── Exception │ │ │ │ │ ├── DuplicateKeyException.php │ │ │ │ │ ├── Exception.php │ │ │ │ │ ├── ForbiddenOverwriteException.php │ │ │ │ │ ├── InvalidConfigurationException.php │ │ │ │ │ ├── InvalidDefinitionException.php │ │ │ │ │ ├── InvalidTypeException.php │ │ │ │ │ ├── TreeWithoutRootNodeException.php │ │ │ │ │ └── UnsetKeyException.php │ │ │ │ ├── FloatNode.php │ │ │ │ ├── IntegerNode.php │ │ │ │ ├── NodeInterface.php │ │ │ │ ├── NumericNode.php │ │ │ │ ├── Processor.php │ │ │ │ ├── PrototypeNodeInterface.php │ │ │ │ ├── PrototypedArrayNode.php │ │ │ │ ├── ScalarNode.php │ │ │ │ └── VariableNode.php │ │ │ ├── Exception │ │ │ │ ├── FileLoaderImportCircularReferenceException.php │ │ │ │ ├── FileLoaderLoadException.php │ │ │ │ ├── FileLocatorFileNotFoundException.php │ │ │ │ └── LoaderLoadException.php │ │ │ ├── FileLocator.php │ │ │ ├── FileLocatorInterface.php │ │ │ ├── LICENSE │ │ │ ├── Loader │ │ │ │ ├── DelegatingLoader.php │ │ │ │ ├── FileLoader.php │ │ │ │ ├── GlobFileLoader.php │ │ │ │ ├── Loader.php │ │ │ │ ├── LoaderInterface.php │ │ │ │ ├── LoaderResolver.php │ │ │ │ └── LoaderResolverInterface.php │ │ │ ├── README.md │ │ │ ├── Resource │ │ │ │ ├── ClassExistenceResource.php │ │ │ │ ├── ComposerResource.php │ │ │ │ ├── DirectoryResource.php │ │ │ │ ├── FileExistenceResource.php │ │ │ │ ├── FileResource.php │ │ │ │ ├── GlobResource.php │ │ │ │ ├── ReflectionClassResource.php │ │ │ │ ├── ResourceInterface.php │ │ │ │ ├── SelfCheckingResourceChecker.php │ │ │ │ └── SelfCheckingResourceInterface.php │ │ │ ├── ResourceCheckerConfigCache.php │ │ │ ├── ResourceCheckerConfigCacheFactory.php │ │ │ ├── ResourceCheckerInterface.php │ │ │ ├── Util │ │ │ │ ├── Exception │ │ │ │ │ ├── InvalidXmlException.php │ │ │ │ │ └── XmlParsingException.php │ │ │ │ └── XmlUtils.php │ │ │ └── composer.json │ │ ├── dependency-injection │ │ │ ├── Alias.php │ │ │ ├── Argument │ │ │ │ ├── ArgumentInterface.php │ │ │ │ ├── BoundArgument.php │ │ │ │ ├── IteratorArgument.php │ │ │ │ ├── ReferenceSetArgumentTrait.php │ │ │ │ ├── RewindableGenerator.php │ │ │ │ ├── ServiceClosureArgument.php │ │ │ │ ├── ServiceLocator.php │ │ │ │ ├── ServiceLocatorArgument.php │ │ │ │ └── TaggedIteratorArgument.php │ │ │ ├── CHANGELOG.md │ │ │ ├── ChildDefinition.php │ │ │ ├── Compiler │ │ │ │ ├── AbstractRecursivePass.php │ │ │ │ ├── AnalyzeServiceReferencesPass.php │ │ │ │ ├── AutoAliasServicePass.php │ │ │ │ ├── AutowirePass.php │ │ │ │ ├── AutowireRequiredMethodsPass.php │ │ │ │ ├── CheckArgumentsValidityPass.php │ │ │ │ ├── CheckCircularReferencesPass.php │ │ │ │ ├── CheckDefinitionValidityPass.php │ │ │ │ ├── CheckExceptionOnInvalidReferenceBehaviorPass.php │ │ │ │ ├── CheckReferenceValidityPass.php │ │ │ │ ├── CheckTypeDeclarationsPass.php │ │ │ │ ├── Compiler.php │ │ │ │ ├── CompilerPassInterface.php │ │ │ │ ├── DecoratorServicePass.php │ │ │ │ ├── DefinitionErrorExceptionPass.php │ │ │ │ ├── ExtensionCompilerPass.php │ │ │ │ ├── InlineServiceDefinitionsPass.php │ │ │ │ ├── MergeExtensionConfigurationPass.php │ │ │ │ ├── PassConfig.php │ │ │ │ ├── PriorityTaggedServiceTrait.php │ │ │ │ ├── RegisterEnvVarProcessorsPass.php │ │ │ │ ├── RegisterReverseContainerPass.php │ │ │ │ ├── RegisterServiceSubscribersPass.php │ │ │ │ ├── RemoveAbstractDefinitionsPass.php │ │ │ │ ├── RemovePrivateAliasesPass.php │ │ │ │ ├── RemoveUnusedDefinitionsPass.php │ │ │ │ ├── RepeatablePassInterface.php │ │ │ │ ├── RepeatedPass.php │ │ │ │ ├── ReplaceAliasByActualDefinitionPass.php │ │ │ │ ├── ResolveBindingsPass.php │ │ │ │ ├── ResolveChildDefinitionsPass.php │ │ │ │ ├── ResolveClassPass.php │ │ │ │ ├── ResolveEnvPlaceholdersPass.php │ │ │ │ ├── ResolveFactoryClassPass.php │ │ │ │ ├── ResolveHotPathPass.php │ │ │ │ ├── ResolveInstanceofConditionalsPass.php │ │ │ │ ├── ResolveInvalidReferencesPass.php │ │ │ │ ├── ResolveNamedArgumentsPass.php │ │ │ │ ├── ResolveParameterPlaceHoldersPass.php │ │ │ │ ├── ResolvePrivatesPass.php │ │ │ │ ├── ResolveReferencesToAliasesPass.php │ │ │ │ ├── ResolveServiceSubscribersPass.php │ │ │ │ ├── ResolveTaggedIteratorArgumentPass.php │ │ │ │ ├── ServiceLocatorTagPass.php │ │ │ │ ├── ServiceReferenceGraph.php │ │ │ │ ├── ServiceReferenceGraphEdge.php │ │ │ │ ├── ServiceReferenceGraphNode.php │ │ │ │ └── ValidateEnvPlaceholdersPass.php │ │ │ ├── Config │ │ │ │ ├── ContainerParametersResource.php │ │ │ │ └── ContainerParametersResourceChecker.php │ │ │ ├── Container.php │ │ │ ├── ContainerAwareInterface.php │ │ │ ├── ContainerAwareTrait.php │ │ │ ├── ContainerBuilder.php │ │ │ ├── ContainerInterface.php │ │ │ ├── Definition.php │ │ │ ├── Dumper │ │ │ │ ├── Dumper.php │ │ │ │ ├── DumperInterface.php │ │ │ │ ├── GraphvizDumper.php │ │ │ │ ├── PhpDumper.php │ │ │ │ ├── Preloader.php │ │ │ │ ├── XmlDumper.php │ │ │ │ └── YamlDumper.php │ │ │ ├── EnvVarLoaderInterface.php │ │ │ ├── EnvVarProcessor.php │ │ │ ├── EnvVarProcessorInterface.php │ │ │ ├── Exception │ │ │ │ ├── AutowiringFailedException.php │ │ │ │ ├── BadMethodCallException.php │ │ │ │ ├── EnvNotFoundException.php │ │ │ │ ├── EnvParameterException.php │ │ │ │ ├── ExceptionInterface.php │ │ │ │ ├── InvalidArgumentException.php │ │ │ │ ├── InvalidParameterTypeException.php │ │ │ │ ├── LogicException.php │ │ │ │ ├── OutOfBoundsException.php │ │ │ │ ├── ParameterCircularReferenceException.php │ │ │ │ ├── ParameterNotFoundException.php │ │ │ │ ├── RuntimeException.php │ │ │ │ ├── ServiceCircularReferenceException.php │ │ │ │ └── ServiceNotFoundException.php │ │ │ ├── ExpressionLanguage.php │ │ │ ├── ExpressionLanguageProvider.php │ │ │ ├── Extension │ │ │ │ ├── ConfigurationExtensionInterface.php │ │ │ │ ├── Extension.php │ │ │ │ ├── ExtensionInterface.php │ │ │ │ └── PrependExtensionInterface.php │ │ │ ├── LICENSE │ │ │ ├── LazyProxy │ │ │ │ ├── Instantiator │ │ │ │ │ ├── InstantiatorInterface.php │ │ │ │ │ └── RealServiceInstantiator.php │ │ │ │ ├── PhpDumper │ │ │ │ │ ├── DumperInterface.php │ │ │ │ │ └── NullDumper.php │ │ │ │ └── ProxyHelper.php │ │ │ ├── Loader │ │ │ │ ├── ClosureLoader.php │ │ │ │ ├── Configurator │ │ │ │ │ ├── AbstractConfigurator.php │ │ │ │ │ ├── AbstractServiceConfigurator.php │ │ │ │ │ ├── AliasConfigurator.php │ │ │ │ │ ├── ContainerConfigurator.php │ │ │ │ │ ├── DefaultsConfigurator.php │ │ │ │ │ ├── InlineServiceConfigurator.php │ │ │ │ │ ├── InstanceofConfigurator.php │ │ │ │ │ ├── ParametersConfigurator.php │ │ │ │ │ ├── PrototypeConfigurator.php │ │ │ │ │ ├── ReferenceConfigurator.php │ │ │ │ │ ├── ServiceConfigurator.php │ │ │ │ │ ├── ServicesConfigurator.php │ │ │ │ │ └── Traits │ │ │ │ │ │ ├── AbstractTrait.php │ │ │ │ │ │ ├── ArgumentTrait.php │ │ │ │ │ │ ├── AutoconfigureTrait.php │ │ │ │ │ │ ├── AutowireTrait.php │ │ │ │ │ │ ├── BindTrait.php │ │ │ │ │ │ ├── CallTrait.php │ │ │ │ │ │ ├── ClassTrait.php │ │ │ │ │ │ ├── ConfiguratorTrait.php │ │ │ │ │ │ ├── DecorateTrait.php │ │ │ │ │ │ ├── DeprecateTrait.php │ │ │ │ │ │ ├── FactoryTrait.php │ │ │ │ │ │ ├── FileTrait.php │ │ │ │ │ │ ├── LazyTrait.php │ │ │ │ │ │ ├── ParentTrait.php │ │ │ │ │ │ ├── PropertyTrait.php │ │ │ │ │ │ ├── PublicTrait.php │ │ │ │ │ │ ├── ShareTrait.php │ │ │ │ │ │ ├── SyntheticTrait.php │ │ │ │ │ │ └── TagTrait.php │ │ │ │ ├── DirectoryLoader.php │ │ │ │ ├── FileLoader.php │ │ │ │ ├── GlobFileLoader.php │ │ │ │ ├── IniFileLoader.php │ │ │ │ ├── PhpFileLoader.php │ │ │ │ ├── XmlFileLoader.php │ │ │ │ ├── YamlFileLoader.php │ │ │ │ └── schema │ │ │ │ │ └── dic │ │ │ │ │ └── services │ │ │ │ │ └── services-1.0.xsd │ │ │ ├── Parameter.php │ │ │ ├── ParameterBag │ │ │ │ ├── ContainerBag.php │ │ │ │ ├── ContainerBagInterface.php │ │ │ │ ├── EnvPlaceholderParameterBag.php │ │ │ │ ├── FrozenParameterBag.php │ │ │ │ ├── ParameterBag.php │ │ │ │ └── ParameterBagInterface.php │ │ │ ├── README.md │ │ │ ├── Reference.php │ │ │ ├── ResettableContainerInterface.php │ │ │ ├── ReverseContainer.php │ │ │ ├── ServiceLocator.php │ │ │ ├── ServiceSubscriberInterface.php │ │ │ ├── TaggedContainerInterface.php │ │ │ ├── TypedReference.php │ │ │ ├── Variable.php │ │ │ └── composer.json │ │ ├── expression-language │ │ │ ├── CHANGELOG.md │ │ │ ├── Compiler.php │ │ │ ├── Expression.php │ │ │ ├── ExpressionFunction.php │ │ │ ├── ExpressionFunctionProviderInterface.php │ │ │ ├── ExpressionLanguage.php │ │ │ ├── LICENSE │ │ │ ├── Lexer.php │ │ │ ├── Node │ │ │ │ ├── ArgumentsNode.php │ │ │ │ ├── ArrayNode.php │ │ │ │ ├── BinaryNode.php │ │ │ │ ├── ConditionalNode.php │ │ │ │ ├── ConstantNode.php │ │ │ │ ├── FunctionNode.php │ │ │ │ ├── GetAttrNode.php │ │ │ │ ├── NameNode.php │ │ │ │ ├── Node.php │ │ │ │ └── UnaryNode.php │ │ │ ├── ParsedExpression.php │ │ │ ├── Parser.php │ │ │ ├── README.md │ │ │ ├── SerializedParsedExpression.php │ │ │ ├── SyntaxError.php │ │ │ ├── Token.php │ │ │ ├── TokenStream.php │ │ │ └── composer.json │ │ ├── filesystem │ │ │ ├── CHANGELOG.md │ │ │ ├── Exception │ │ │ │ ├── ExceptionInterface.php │ │ │ │ ├── FileNotFoundException.php │ │ │ │ ├── IOException.php │ │ │ │ ├── IOExceptionInterface.php │ │ │ │ └── InvalidArgumentException.php │ │ │ ├── Filesystem.php │ │ │ ├── LICENSE │ │ │ ├── README.md │ │ │ └── composer.json │ │ ├── polyfill-ctype │ │ │ ├── Ctype.php │ │ │ ├── LICENSE │ │ │ ├── README.md │ │ │ ├── bootstrap.php │ │ │ └── composer.json │ │ ├── polyfill-mbstring │ │ │ ├── LICENSE │ │ │ ├── Mbstring.php │ │ │ ├── README.md │ │ │ ├── Resources │ │ │ │ └── unidata │ │ │ │ │ ├── lowerCase.php │ │ │ │ │ ├── titleCaseRegexp.php │ │ │ │ │ └── upperCase.php │ │ │ ├── bootstrap.php │ │ │ └── composer.json │ │ ├── polyfill-php56 │ │ │ ├── LICENSE │ │ │ ├── Php56.php │ │ │ ├── README.md │ │ │ ├── bootstrap.php │ │ │ └── composer.json │ │ ├── polyfill-util │ │ │ ├── Binary.php │ │ │ ├── BinaryNoFuncOverload.php │ │ │ ├── BinaryOnFuncOverload.php │ │ │ ├── LICENSE │ │ │ ├── README.md │ │ │ ├── TestListener.php │ │ │ ├── TestListenerForV5.php │ │ │ ├── TestListenerForV6.php │ │ │ ├── TestListenerForV7.php │ │ │ ├── TestListenerTrait.php │ │ │ └── composer.json │ │ ├── service-contracts │ │ │ ├── LICENSE │ │ │ ├── README.md │ │ │ ├── ResetInterface.php │ │ │ ├── ServiceLocatorTrait.php │ │ │ ├── ServiceProviderInterface.php │ │ │ ├── ServiceSubscriberInterface.php │ │ │ ├── ServiceSubscriberTrait.php │ │ │ ├── Test │ │ │ │ └── ServiceLocatorTest.php │ │ │ └── composer.json │ │ ├── var-exporter │ │ │ ├── CHANGELOG.md │ │ │ ├── Exception │ │ │ │ ├── ClassNotFoundException.php │ │ │ │ ├── ExceptionInterface.php │ │ │ │ └── NotInstantiableTypeException.php │ │ │ ├── Instantiator.php │ │ │ ├── Internal │ │ │ │ ├── Exporter.php │ │ │ │ ├── Hydrator.php │ │ │ │ ├── Reference.php │ │ │ │ ├── Registry.php │ │ │ │ └── Values.php │ │ │ ├── LICENSE │ │ │ ├── README.md │ │ │ ├── VarExporter.php │ │ │ └── composer.json │ │ └── yaml │ │ │ ├── CHANGELOG.md │ │ │ ├── Command │ │ │ └── LintCommand.php │ │ │ ├── Dumper.php │ │ │ ├── Escaper.php │ │ │ ├── Exception │ │ │ ├── DumpException.php │ │ │ ├── ExceptionInterface.php │ │ │ ├── ParseException.php │ │ │ └── RuntimeException.php │ │ │ ├── Inline.php │ │ │ ├── LICENSE │ │ │ ├── Parser.php │ │ │ ├── README.md │ │ │ ├── Tag │ │ │ └── TaggedValue.php │ │ │ ├── Unescaper.php │ │ │ ├── Yaml.php │ │ │ └── composer.json │ ├── tecnickcom │ │ └── tcpdf │ │ │ ├── .github │ │ │ └── FUNDING.yml │ │ │ ├── CHANGELOG.TXT │ │ │ ├── LICENSE.TXT │ │ │ ├── README.md │ │ │ ├── VERSION │ │ │ ├── composer.json │ │ │ ├── config │ │ │ └── tcpdf_config.php │ │ │ ├── fonts │ │ │ ├── dejavu-fonts-ttf-2.34 │ │ │ │ ├── AUTHORS │ │ │ │ ├── BUGS │ │ │ │ ├── LICENSE │ │ │ │ ├── NEWS │ │ │ │ ├── README │ │ │ │ ├── langcover.txt │ │ │ │ ├── status.txt │ │ │ │ └── unicover.txt │ │ │ ├── dejavusans.ctg.z │ │ │ ├── dejavusans.php │ │ │ ├── dejavusans.z │ │ │ ├── dejavusansb.ctg.z │ │ │ ├── dejavusansb.php │ │ │ ├── dejavusansb.z │ │ │ └── helvetica.php │ │ │ ├── include │ │ │ ├── barcodes │ │ │ │ ├── datamatrix.php │ │ │ │ ├── pdf417.php │ │ │ │ └── qrcode.php │ │ │ ├── tcpdf_colors.php │ │ │ ├── tcpdf_filters.php │ │ │ ├── tcpdf_font_data.php │ │ │ ├── tcpdf_fonts.php │ │ │ ├── tcpdf_images.php │ │ │ └── tcpdf_static.php │ │ │ ├── tcpdf.php │ │ │ ├── tcpdf_autoconfig.php │ │ │ ├── tcpdf_barcodes_1d.php │ │ │ ├── tcpdf_barcodes_2d.php │ │ │ ├── tcpdf_import.php │ │ │ └── tcpdf_parser.php │ ├── twig │ │ └── twig │ │ │ ├── .editorconfig │ │ │ ├── .php_cs.dist │ │ │ ├── .travis.yml │ │ │ ├── CHANGELOG │ │ │ ├── LICENSE │ │ │ ├── README.rst │ │ │ ├── composer.json │ │ │ ├── drupal_test.sh │ │ │ ├── lib │ │ │ └── Twig │ │ │ │ ├── BaseNodeVisitor.php │ │ │ │ ├── Cache │ │ │ │ ├── Filesystem.php │ │ │ │ └── Null.php │ │ │ │ ├── CacheInterface.php │ │ │ │ ├── Compiler.php │ │ │ │ ├── ContainerRuntimeLoader.php │ │ │ │ ├── Environment.php │ │ │ │ ├── Error.php │ │ │ │ ├── Error │ │ │ │ ├── Loader.php │ │ │ │ ├── Runtime.php │ │ │ │ └── Syntax.php │ │ │ │ ├── ExistsLoaderInterface.php │ │ │ │ ├── ExpressionParser.php │ │ │ │ ├── Extension.php │ │ │ │ ├── Extension │ │ │ │ ├── Core.php │ │ │ │ ├── Debug.php │ │ │ │ ├── Escaper.php │ │ │ │ ├── GlobalsInterface.php │ │ │ │ ├── InitRuntimeInterface.php │ │ │ │ ├── Optimizer.php │ │ │ │ ├── Profiler.php │ │ │ │ ├── Sandbox.php │ │ │ │ ├── Staging.php │ │ │ │ └── StringLoader.php │ │ │ │ ├── ExtensionInterface.php │ │ │ │ ├── ExtensionSet.php │ │ │ │ ├── FactoryRuntimeLoader.php │ │ │ │ ├── FileExtensionEscapingStrategy.php │ │ │ │ ├── Filter.php │ │ │ │ ├── Function.php │ │ │ │ ├── Lexer.php │ │ │ │ ├── Loader │ │ │ │ ├── Array.php │ │ │ │ ├── Chain.php │ │ │ │ └── Filesystem.php │ │ │ │ ├── LoaderInterface.php │ │ │ │ ├── Markup.php │ │ │ │ ├── Node.php │ │ │ │ ├── Node │ │ │ │ ├── AutoEscape.php │ │ │ │ ├── Block.php │ │ │ │ ├── BlockReference.php │ │ │ │ ├── Body.php │ │ │ │ ├── CheckSecurity.php │ │ │ │ ├── Deprecated.php │ │ │ │ ├── Do.php │ │ │ │ ├── Embed.php │ │ │ │ ├── Expression.php │ │ │ │ ├── Expression │ │ │ │ │ ├── Array.php │ │ │ │ │ ├── AssignName.php │ │ │ │ │ ├── Binary.php │ │ │ │ │ ├── Binary │ │ │ │ │ │ ├── Add.php │ │ │ │ │ │ ├── And.php │ │ │ │ │ │ ├── BitwiseAnd.php │ │ │ │ │ │ ├── BitwiseOr.php │ │ │ │ │ │ ├── BitwiseXor.php │ │ │ │ │ │ ├── Concat.php │ │ │ │ │ │ ├── Div.php │ │ │ │ │ │ ├── EndsWith.php │ │ │ │ │ │ ├── Equal.php │ │ │ │ │ │ ├── FloorDiv.php │ │ │ │ │ │ ├── Greater.php │ │ │ │ │ │ ├── GreaterEqual.php │ │ │ │ │ │ ├── In.php │ │ │ │ │ │ ├── Less.php │ │ │ │ │ │ ├── LessEqual.php │ │ │ │ │ │ ├── Matches.php │ │ │ │ │ │ ├── Mod.php │ │ │ │ │ │ ├── Mul.php │ │ │ │ │ │ ├── NotEqual.php │ │ │ │ │ │ ├── NotIn.php │ │ │ │ │ │ ├── Or.php │ │ │ │ │ │ ├── Power.php │ │ │ │ │ │ ├── Range.php │ │ │ │ │ │ ├── StartsWith.php │ │ │ │ │ │ └── Sub.php │ │ │ │ │ ├── BlockReference.php │ │ │ │ │ ├── Call.php │ │ │ │ │ ├── Conditional.php │ │ │ │ │ ├── Constant.php │ │ │ │ │ ├── Filter.php │ │ │ │ │ ├── Filter │ │ │ │ │ │ └── Default.php │ │ │ │ │ ├── Function.php │ │ │ │ │ ├── GetAttr.php │ │ │ │ │ ├── MethodCall.php │ │ │ │ │ ├── Name.php │ │ │ │ │ ├── NullCoalesce.php │ │ │ │ │ ├── Parent.php │ │ │ │ │ ├── TempName.php │ │ │ │ │ ├── Test.php │ │ │ │ │ ├── Test │ │ │ │ │ │ ├── Constant.php │ │ │ │ │ │ ├── Defined.php │ │ │ │ │ │ ├── Divisibleby.php │ │ │ │ │ │ ├── Even.php │ │ │ │ │ │ ├── Null.php │ │ │ │ │ │ ├── Odd.php │ │ │ │ │ │ └── Sameas.php │ │ │ │ │ ├── Unary.php │ │ │ │ │ └── Unary │ │ │ │ │ │ ├── Neg.php │ │ │ │ │ │ ├── Not.php │ │ │ │ │ │ └── Pos.php │ │ │ │ ├── Flush.php │ │ │ │ ├── For.php │ │ │ │ ├── ForLoop.php │ │ │ │ ├── If.php │ │ │ │ ├── Import.php │ │ │ │ ├── Include.php │ │ │ │ ├── Macro.php │ │ │ │ ├── Module.php │ │ │ │ ├── Print.php │ │ │ │ ├── Sandbox.php │ │ │ │ ├── SandboxedPrint.php │ │ │ │ ├── Set.php │ │ │ │ ├── Spaceless.php │ │ │ │ ├── Text.php │ │ │ │ └── With.php │ │ │ │ ├── NodeCaptureInterface.php │ │ │ │ ├── NodeOutputInterface.php │ │ │ │ ├── NodeTraverser.php │ │ │ │ ├── NodeVisitor │ │ │ │ ├── Escaper.php │ │ │ │ ├── Optimizer.php │ │ │ │ ├── SafeAnalysis.php │ │ │ │ └── Sandbox.php │ │ │ │ ├── NodeVisitorInterface.php │ │ │ │ ├── Parser.php │ │ │ │ ├── Profiler │ │ │ │ ├── Dumper │ │ │ │ │ ├── Base.php │ │ │ │ │ ├── Blackfire.php │ │ │ │ │ ├── Html.php │ │ │ │ │ └── Text.php │ │ │ │ ├── Node │ │ │ │ │ ├── EnterProfile.php │ │ │ │ │ └── LeaveProfile.php │ │ │ │ ├── NodeVisitor │ │ │ │ │ └── Profiler.php │ │ │ │ └── Profile.php │ │ │ │ ├── RuntimeLoaderInterface.php │ │ │ │ ├── Sandbox │ │ │ │ ├── SecurityError.php │ │ │ │ ├── SecurityNotAllowedFilterError.php │ │ │ │ ├── SecurityNotAllowedFunctionError.php │ │ │ │ ├── SecurityNotAllowedMethodError.php │ │ │ │ ├── SecurityNotAllowedPropertyError.php │ │ │ │ ├── SecurityNotAllowedTagError.php │ │ │ │ ├── SecurityPolicy.php │ │ │ │ └── SecurityPolicyInterface.php │ │ │ │ ├── SimpleFilter.php │ │ │ │ ├── SimpleFunction.php │ │ │ │ ├── SimpleTest.php │ │ │ │ ├── Source.php │ │ │ │ ├── SourceContextLoaderInterface.php │ │ │ │ ├── Template.php │ │ │ │ ├── TemplateWrapper.php │ │ │ │ ├── Test.php │ │ │ │ ├── Test │ │ │ │ ├── IntegrationTestCase.php │ │ │ │ └── NodeTestCase.php │ │ │ │ ├── Token.php │ │ │ │ ├── TokenParser.php │ │ │ │ ├── TokenParser │ │ │ │ ├── AutoEscape.php │ │ │ │ ├── Block.php │ │ │ │ ├── Deprecated.php │ │ │ │ ├── Do.php │ │ │ │ ├── Embed.php │ │ │ │ ├── Extends.php │ │ │ │ ├── Filter.php │ │ │ │ ├── Flush.php │ │ │ │ ├── For.php │ │ │ │ ├── From.php │ │ │ │ ├── If.php │ │ │ │ ├── Import.php │ │ │ │ ├── Include.php │ │ │ │ ├── Macro.php │ │ │ │ ├── Sandbox.php │ │ │ │ ├── Set.php │ │ │ │ ├── Spaceless.php │ │ │ │ ├── Use.php │ │ │ │ └── With.php │ │ │ │ ├── TokenParserInterface.php │ │ │ │ ├── TokenStream.php │ │ │ │ └── Util │ │ │ │ ├── DeprecationCollector.php │ │ │ │ └── TemplateDirIterator.php │ │ │ └── src │ │ │ ├── Cache │ │ │ ├── CacheInterface.php │ │ │ ├── FilesystemCache.php │ │ │ └── NullCache.php │ │ │ ├── Compiler.php │ │ │ ├── Environment.php │ │ │ ├── Error │ │ │ ├── Error.php │ │ │ ├── LoaderError.php │ │ │ ├── RuntimeError.php │ │ │ └── SyntaxError.php │ │ │ ├── ExpressionParser.php │ │ │ ├── Extension │ │ │ ├── AbstractExtension.php │ │ │ ├── CoreExtension.php │ │ │ ├── DebugExtension.php │ │ │ ├── EscaperExtension.php │ │ │ ├── ExtensionInterface.php │ │ │ ├── GlobalsInterface.php │ │ │ ├── InitRuntimeInterface.php │ │ │ ├── OptimizerExtension.php │ │ │ ├── ProfilerExtension.php │ │ │ ├── RuntimeExtensionInterface.php │ │ │ ├── SandboxExtension.php │ │ │ ├── StagingExtension.php │ │ │ └── StringLoaderExtension.php │ │ │ ├── ExtensionSet.php │ │ │ ├── FileExtensionEscapingStrategy.php │ │ │ ├── Lexer.php │ │ │ ├── Loader │ │ │ ├── ArrayLoader.php │ │ │ ├── ChainLoader.php │ │ │ ├── ExistsLoaderInterface.php │ │ │ ├── FilesystemLoader.php │ │ │ ├── LoaderInterface.php │ │ │ └── SourceContextLoaderInterface.php │ │ │ ├── Markup.php │ │ │ ├── Node │ │ │ ├── AutoEscapeNode.php │ │ │ ├── BlockNode.php │ │ │ ├── BlockReferenceNode.php │ │ │ ├── BodyNode.php │ │ │ ├── CheckSecurityNode.php │ │ │ ├── CheckToStringNode.php │ │ │ ├── DeprecatedNode.php │ │ │ ├── DoNode.php │ │ │ ├── EmbedNode.php │ │ │ ├── Expression │ │ │ │ ├── AbstractExpression.php │ │ │ │ ├── ArrayExpression.php │ │ │ │ ├── ArrowFunctionExpression.php │ │ │ │ ├── AssignNameExpression.php │ │ │ │ ├── Binary │ │ │ │ │ ├── AbstractBinary.php │ │ │ │ │ ├── AddBinary.php │ │ │ │ │ ├── AndBinary.php │ │ │ │ │ ├── BitwiseAndBinary.php │ │ │ │ │ ├── BitwiseOrBinary.php │ │ │ │ │ ├── BitwiseXorBinary.php │ │ │ │ │ ├── ConcatBinary.php │ │ │ │ │ ├── DivBinary.php │ │ │ │ │ ├── EndsWithBinary.php │ │ │ │ │ ├── EqualBinary.php │ │ │ │ │ ├── FloorDivBinary.php │ │ │ │ │ ├── GreaterBinary.php │ │ │ │ │ ├── GreaterEqualBinary.php │ │ │ │ │ ├── InBinary.php │ │ │ │ │ ├── LessBinary.php │ │ │ │ │ ├── LessEqualBinary.php │ │ │ │ │ ├── MatchesBinary.php │ │ │ │ │ ├── ModBinary.php │ │ │ │ │ ├── MulBinary.php │ │ │ │ │ ├── NotEqualBinary.php │ │ │ │ │ ├── NotInBinary.php │ │ │ │ │ ├── OrBinary.php │ │ │ │ │ ├── PowerBinary.php │ │ │ │ │ ├── RangeBinary.php │ │ │ │ │ ├── SpaceshipBinary.php │ │ │ │ │ ├── StartsWithBinary.php │ │ │ │ │ └── SubBinary.php │ │ │ │ ├── BlockReferenceExpression.php │ │ │ │ ├── CallExpression.php │ │ │ │ ├── ConditionalExpression.php │ │ │ │ ├── ConstantExpression.php │ │ │ │ ├── Filter │ │ │ │ │ └── DefaultFilter.php │ │ │ │ ├── FilterExpression.php │ │ │ │ ├── FunctionExpression.php │ │ │ │ ├── GetAttrExpression.php │ │ │ │ ├── InlinePrint.php │ │ │ │ ├── MethodCallExpression.php │ │ │ │ ├── NameExpression.php │ │ │ │ ├── NullCoalesceExpression.php │ │ │ │ ├── ParentExpression.php │ │ │ │ ├── TempNameExpression.php │ │ │ │ ├── Test │ │ │ │ │ ├── ConstantTest.php │ │ │ │ │ ├── DefinedTest.php │ │ │ │ │ ├── DivisiblebyTest.php │ │ │ │ │ ├── EvenTest.php │ │ │ │ │ ├── NullTest.php │ │ │ │ │ ├── OddTest.php │ │ │ │ │ └── SameasTest.php │ │ │ │ ├── TestExpression.php │ │ │ │ ├── Unary │ │ │ │ │ ├── AbstractUnary.php │ │ │ │ │ ├── NegUnary.php │ │ │ │ │ ├── NotUnary.php │ │ │ │ │ └── PosUnary.php │ │ │ │ └── VariadicExpression.php │ │ │ ├── FlushNode.php │ │ │ ├── ForLoopNode.php │ │ │ ├── ForNode.php │ │ │ ├── IfNode.php │ │ │ ├── ImportNode.php │ │ │ ├── IncludeNode.php │ │ │ ├── MacroNode.php │ │ │ ├── ModuleNode.php │ │ │ ├── Node.php │ │ │ ├── NodeCaptureInterface.php │ │ │ ├── NodeOutputInterface.php │ │ │ ├── PrintNode.php │ │ │ ├── SandboxNode.php │ │ │ ├── SandboxedPrintNode.php │ │ │ ├── SetNode.php │ │ │ ├── SpacelessNode.php │ │ │ ├── TextNode.php │ │ │ └── WithNode.php │ │ │ ├── NodeTraverser.php │ │ │ ├── NodeVisitor │ │ │ ├── AbstractNodeVisitor.php │ │ │ ├── EscaperNodeVisitor.php │ │ │ ├── MacroAutoImportNodeVisitor.php │ │ │ ├── NodeVisitorInterface.php │ │ │ ├── OptimizerNodeVisitor.php │ │ │ ├── SafeAnalysisNodeVisitor.php │ │ │ └── SandboxNodeVisitor.php │ │ │ ├── Parser.php │ │ │ ├── Profiler │ │ │ ├── Dumper │ │ │ │ ├── BaseDumper.php │ │ │ │ ├── BlackfireDumper.php │ │ │ │ ├── HtmlDumper.php │ │ │ │ └── TextDumper.php │ │ │ ├── Node │ │ │ │ ├── EnterProfileNode.php │ │ │ │ └── LeaveProfileNode.php │ │ │ ├── NodeVisitor │ │ │ │ └── ProfilerNodeVisitor.php │ │ │ └── Profile.php │ │ │ ├── RuntimeLoader │ │ │ ├── ContainerRuntimeLoader.php │ │ │ ├── FactoryRuntimeLoader.php │ │ │ └── RuntimeLoaderInterface.php │ │ │ ├── Sandbox │ │ │ ├── SecurityError.php │ │ │ ├── SecurityNotAllowedFilterError.php │ │ │ ├── SecurityNotAllowedFunctionError.php │ │ │ ├── SecurityNotAllowedMethodError.php │ │ │ ├── SecurityNotAllowedPropertyError.php │ │ │ ├── SecurityNotAllowedTagError.php │ │ │ ├── SecurityPolicy.php │ │ │ └── SecurityPolicyInterface.php │ │ │ ├── Source.php │ │ │ ├── Template.php │ │ │ ├── TemplateWrapper.php │ │ │ ├── Test │ │ │ ├── IntegrationTestCase.php │ │ │ └── NodeTestCase.php │ │ │ ├── Token.php │ │ │ ├── TokenParser │ │ │ ├── AbstractTokenParser.php │ │ │ ├── ApplyTokenParser.php │ │ │ ├── AutoEscapeTokenParser.php │ │ │ ├── BlockTokenParser.php │ │ │ ├── DeprecatedTokenParser.php │ │ │ ├── DoTokenParser.php │ │ │ ├── EmbedTokenParser.php │ │ │ ├── ExtendsTokenParser.php │ │ │ ├── FilterTokenParser.php │ │ │ ├── FlushTokenParser.php │ │ │ ├── ForTokenParser.php │ │ │ ├── FromTokenParser.php │ │ │ ├── IfTokenParser.php │ │ │ ├── ImportTokenParser.php │ │ │ ├── IncludeTokenParser.php │ │ │ ├── MacroTokenParser.php │ │ │ ├── SandboxTokenParser.php │ │ │ ├── SetTokenParser.php │ │ │ ├── SpacelessTokenParser.php │ │ │ ├── TokenParserInterface.php │ │ │ ├── UseTokenParser.php │ │ │ └── WithTokenParser.php │ │ │ ├── TokenStream.php │ │ │ ├── TwigFilter.php │ │ │ ├── TwigFunction.php │ │ │ ├── TwigTest.php │ │ │ └── Util │ │ │ ├── DeprecationCollector.php │ │ │ └── TemplateDirIterator.php │ └── williamdes │ │ └── mariadb-mysql-kbs │ │ ├── CHANGELOG.md │ │ ├── LICENSE │ │ ├── README.md │ │ ├── composer.json │ │ ├── dist │ │ ├── merged-raw.json │ │ ├── merged-raw.md │ │ ├── merged-slim.json │ │ ├── merged-ultraslim.json │ │ └── merged-ultraslim.php │ │ ├── phpunit.xml │ │ ├── schemas │ │ ├── doc-url.json │ │ ├── doc-version.json │ │ ├── linked-key-var-url.json │ │ ├── linked-key-var.json │ │ ├── merged-raw.json │ │ ├── merged-slim.json │ │ └── merged-ultraslim.json │ │ ├── src │ │ ├── KBDocumentation.php │ │ ├── KBEntry.php │ │ ├── KBException.php │ │ ├── Search.php │ │ └── SlimData.php │ │ └── test │ │ ├── DataTest.php │ │ ├── SearchTest.php │ │ ├── SlimDataTest.php │ │ └── data │ │ └── ultraSlimDataTestWithVariables.json ├── version_check.php ├── view_create.php ├── view_operations.php └── yarn.lock ├── nudrag.css ├── nudrag.js ├── nudrag.php ├── nuemailer.php ├── nuform.js ├── nuform.php ├── nuformclass.js ├── nuformdrag.js ├── nuindexlibs.php ├── nupmalogin.php ├── nupmalogout.php ├── nuprocesslogins.php ├── nureportdesigner.php ├── nureportdrag.js ├── nureportjson.js ├── nurunhtml.php ├── nurunpdf.php ├── nurunphp.php ├── nusanitize.php ├── nusearchclass.php ├── nuselect.php ├── nuselectclass.js ├── nusession.php ├── nusqlclass.php ├── nustandalonesetuplibs.php ├── nusystemupdate.php ├── nusystemupdatelibs.php ├── nuwordpresssetuplibs.php ├── nuworkers.js ├── phpmailer ├── Exception.php ├── OAuth.php ├── PHPMailer.php ├── POP3.php ├── SMTP.php └── nuemailer │ ├── class-phpmailer.php │ └── class-smtp.php ├── readme.txt ├── tcpdf ├── CHANGELOG.TXT ├── LICENSE.TXT ├── README.md ├── composer.json ├── config │ └── tcpdf_config.php ├── fonts │ ├── ae_fonts_2.0 │ │ ├── COPYING │ │ ├── ChangeLog │ │ ├── ChangeLog.9745.BAK │ │ └── README │ ├── aealarabiya.ctg.z │ ├── aealarabiya.php │ ├── aealarabiya.z │ ├── aefurat.ctg.z │ ├── aefurat.php │ ├── aefurat.z │ ├── courier.php │ ├── courierb.php │ ├── courierbi.php │ ├── courieri.php │ ├── dejavu-fonts-ttf-2.33 │ │ ├── AUTHORS │ │ ├── BUGS │ │ ├── LICENSE │ │ ├── NEWS │ │ ├── README │ │ ├── langcover.txt │ │ ├── status.txt │ │ └── unicover.txt │ ├── dejavu-fonts-ttf-2.34 │ │ ├── AUTHORS │ │ ├── BUGS │ │ ├── LICENSE │ │ ├── NEWS │ │ ├── README │ │ ├── langcover.txt │ │ ├── status.txt │ │ └── unicover.txt │ ├── dejavusans.ctg.z │ ├── dejavusans.php │ ├── dejavusans.z │ ├── dejavusansb.ctg.z │ ├── dejavusansb.php │ ├── dejavusansb.z │ ├── dejavusansbi.ctg.z │ ├── dejavusansbi.php │ ├── dejavusansbi.z │ ├── dejavusanscondensed.ctg.z │ ├── dejavusanscondensed.php │ ├── dejavusanscondensed.z │ ├── dejavusanscondensedb.ctg.z │ ├── dejavusanscondensedb.php │ ├── dejavusanscondensedb.z │ ├── dejavusanscondensedbi.ctg.z │ ├── dejavusanscondensedbi.php │ ├── dejavusanscondensedbi.z │ ├── dejavusanscondensedi.ctg.z │ ├── dejavusanscondensedi.php │ ├── dejavusanscondensedi.z │ ├── dejavusansextralight.ctg.z │ ├── dejavusansextralight.php │ ├── dejavusansextralight.z │ ├── dejavusansi.ctg.z │ ├── dejavusansi.php │ ├── dejavusansi.z │ ├── dejavusansmono.ctg.z │ ├── dejavusansmono.php │ ├── dejavusansmono.z │ ├── dejavusansmonob.ctg.z │ ├── dejavusansmonob.php │ ├── dejavusansmonob.z │ ├── dejavusansmonobi.ctg.z │ ├── dejavusansmonobi.php │ ├── dejavusansmonobi.z │ ├── dejavusansmonoi.ctg.z │ ├── dejavusansmonoi.php │ ├── dejavusansmonoi.z │ ├── dejavuserif.ctg.z │ ├── dejavuserif.php │ ├── dejavuserif.z │ ├── dejavuserifb.ctg.z │ ├── dejavuserifb.php │ ├── dejavuserifb.z │ ├── dejavuserifbi.ctg.z │ ├── dejavuserifbi.php │ ├── dejavuserifbi.z │ ├── dejavuserifcondensed.ctg.z │ ├── dejavuserifcondensed.php │ ├── dejavuserifcondensed.z │ ├── dejavuserifcondensedb.ctg.z │ ├── dejavuserifcondensedb.php │ ├── dejavuserifcondensedb.z │ ├── dejavuserifcondensedbi.ctg.z │ ├── dejavuserifcondensedbi.php │ ├── dejavuserifcondensedbi.z │ ├── dejavuserifcondensedi.ctg.z │ ├── dejavuserifcondensedi.php │ ├── dejavuserifcondensedi.z │ ├── dejavuserifi.ctg.z │ ├── dejavuserifi.php │ ├── dejavuserifi.z │ ├── freefont-20100919 │ │ ├── AUTHORS │ │ ├── COPYING │ │ ├── CREDITS │ │ ├── ChangeLog │ │ ├── INSTALL │ │ └── README │ ├── freefont-20120503 │ │ ├── AUTHORS │ │ ├── COPYING │ │ ├── CREDITS │ │ ├── ChangeLog │ │ ├── ChangeLog.10070.BAK │ │ ├── INSTALL │ │ ├── README │ │ ├── TROUBLESHOOTING │ │ └── USAGE │ ├── freemono.ctg.z │ ├── freemono.php │ ├── freemono.z │ ├── freemonob.ctg.z │ ├── freemonob.php │ ├── freemonob.z │ ├── freemonobi.ctg.z │ ├── freemonobi.php │ ├── freemonobi.z │ ├── freemonoi.ctg.z │ ├── freemonoi.php │ ├── freemonoi.z │ ├── freesans.ctg.z │ ├── freesans.php │ ├── freesans.z │ ├── freesansb.ctg.z │ ├── freesansb.php │ ├── freesansb.z │ ├── freesansbi.ctg.z │ ├── freesansbi.php │ ├── freesansbi.z │ ├── freesansi.ctg.z │ ├── freesansi.php │ ├── freesansi.z │ ├── freeserif.ctg.z │ ├── freeserif.php │ ├── freeserif.z │ ├── freeserifb.ctg.z │ ├── freeserifb.php │ ├── freeserifb.z │ ├── freeserifbi.ctg.z │ ├── freeserifbi.php │ ├── freeserifbi.z │ ├── freeserifi.ctg.z │ ├── freeserifi.php │ ├── freeserifi.z │ ├── helvetica.php │ ├── helveticab.php │ ├── helveticabi.php │ ├── helveticai.php │ ├── hysmyeongjostdmedium.php │ ├── kozgopromedium.php │ ├── kozminproregular.php │ ├── msungstdlight.php │ ├── pdfacourier.php │ ├── pdfacourier.z │ ├── pdfacourierb.php │ ├── pdfacourierb.z │ ├── pdfacourierbi.php │ ├── pdfacourierbi.z │ ├── pdfacourieri.php │ ├── pdfacourieri.z │ ├── pdfahelvetica.php │ ├── pdfahelvetica.z │ ├── pdfahelveticab.php │ ├── pdfahelveticab.z │ ├── pdfahelveticabi.php │ ├── pdfahelveticabi.z │ ├── pdfahelveticai.php │ ├── pdfahelveticai.z │ ├── pdfasymbol.php │ ├── pdfasymbol.z │ ├── pdfatimes.php │ ├── pdfatimes.z │ ├── pdfatimesb.php │ ├── pdfatimesb.z │ ├── pdfatimesbi.php │ ├── pdfatimesbi.z │ ├── pdfatimesi.php │ ├── pdfatimesi.z │ ├── pdfazapfdingbats.php │ ├── pdfazapfdingbats.z │ ├── stsongstdlight.php │ ├── symbol.php │ ├── times.php │ ├── timesb.php │ ├── timesbi.php │ ├── timesi.php │ └── zapfdingbats.php ├── include │ ├── barcodes │ │ ├── datamatrix.php │ │ ├── pdf417.php │ │ └── qrcode.php │ ├── sRGB.icc │ ├── tcpdf_colors.php │ ├── tcpdf_filters.php │ ├── tcpdf_font_data.php │ ├── tcpdf_fonts.php │ ├── tcpdf_images.php │ └── tcpdf_static.php ├── tcpdf.php ├── tcpdf_autoconfig.php ├── tcpdf_barcodes_1d.php ├── tcpdf_barcodes_2d.php ├── tcpdf_import.php ├── tcpdf_parser.php └── tools │ ├── .htaccess │ ├── convert_fonts_examples.txt │ └── tcpdf_addfont.php ├── temp └── nupdf_5f87508687b938f.pdf └── upload-target └── index.php /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/LICENSE.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/README.md -------------------------------------------------------------------------------- /ace/ChangeLog.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/ace/ChangeLog.txt -------------------------------------------------------------------------------- /ace/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/ace/LICENSE -------------------------------------------------------------------------------- /ace/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/ace/README.md -------------------------------------------------------------------------------- /ace/ace.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/ace/ace.js -------------------------------------------------------------------------------- /ace/bower.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/ace/bower.json -------------------------------------------------------------------------------- /ace/editor.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/ace/editor.html -------------------------------------------------------------------------------- /ace/ext-beautify.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/ace/ext-beautify.js -------------------------------------------------------------------------------- /ace/ext-chromevox.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/ace/ext-chromevox.js -------------------------------------------------------------------------------- /ace/ext-elastic_tabstops_lite.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/ace/ext-elastic_tabstops_lite.js -------------------------------------------------------------------------------- /ace/ext-emmet.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/ace/ext-emmet.js -------------------------------------------------------------------------------- /ace/ext-error_marker.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/ace/ext-error_marker.js -------------------------------------------------------------------------------- /ace/ext-keybinding_menu.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/ace/ext-keybinding_menu.js -------------------------------------------------------------------------------- /ace/ext-language_tools.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/ace/ext-language_tools.js -------------------------------------------------------------------------------- /ace/ext-linking.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/ace/ext-linking.js -------------------------------------------------------------------------------- /ace/ext-modelist.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/ace/ext-modelist.js -------------------------------------------------------------------------------- /ace/ext-old_ie.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/ace/ext-old_ie.js -------------------------------------------------------------------------------- /ace/ext-searchbox.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/ace/ext-searchbox.js -------------------------------------------------------------------------------- /ace/ext-settings_menu.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/ace/ext-settings_menu.js -------------------------------------------------------------------------------- /ace/ext-spellcheck.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/ace/ext-spellcheck.js -------------------------------------------------------------------------------- /ace/ext-split.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/ace/ext-split.js -------------------------------------------------------------------------------- /ace/ext-static_highlight.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/ace/ext-static_highlight.js -------------------------------------------------------------------------------- /ace/ext-statusbar.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/ace/ext-statusbar.js -------------------------------------------------------------------------------- /ace/ext-textarea.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/ace/ext-textarea.js -------------------------------------------------------------------------------- /ace/ext-themelist.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/ace/ext-themelist.js -------------------------------------------------------------------------------- /ace/ext-whitespace.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/ace/ext-whitespace.js -------------------------------------------------------------------------------- /ace/keybinding-emacs.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/ace/keybinding-emacs.js -------------------------------------------------------------------------------- /ace/keybinding-vim.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/ace/keybinding-vim.js -------------------------------------------------------------------------------- /ace/kitchen-sink.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/ace/kitchen-sink.html -------------------------------------------------------------------------------- /ace/mode-css.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/ace/mode-css.js -------------------------------------------------------------------------------- /ace/mode-html.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/ace/mode-html.js -------------------------------------------------------------------------------- /ace/mode-javascript.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/ace/mode-javascript.js -------------------------------------------------------------------------------- /ace/mode-json.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/ace/mode-json.js -------------------------------------------------------------------------------- /ace/mode-mysql.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/ace/mode-mysql.js -------------------------------------------------------------------------------- /ace/mode-php.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/ace/mode-php.js -------------------------------------------------------------------------------- /ace/mode-plain_text.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/ace/mode-plain_text.js -------------------------------------------------------------------------------- /ace/mode-sql.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/ace/mode-sql.js -------------------------------------------------------------------------------- /ace/mode-text.js: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /ace/mode-xml.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/ace/mode-xml.js -------------------------------------------------------------------------------- /ace/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/ace/package.json -------------------------------------------------------------------------------- /ace/src-min-noconflict/ace.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/ace/src-min-noconflict/ace.js -------------------------------------------------------------------------------- /ace/src-min-noconflict/ext-emmet.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/ace/src-min-noconflict/ext-emmet.js -------------------------------------------------------------------------------- /ace/src-min-noconflict/ext-old_ie.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/ace/src-min-noconflict/ext-old_ie.js -------------------------------------------------------------------------------- /ace/src-min-noconflict/ext-split.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/ace/src-min-noconflict/ext-split.js -------------------------------------------------------------------------------- /ace/src-min-noconflict/mode-abap.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/ace/src-min-noconflict/mode-abap.js -------------------------------------------------------------------------------- /ace/src-min-noconflict/mode-abc.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/ace/src-min-noconflict/mode-abc.js -------------------------------------------------------------------------------- /ace/src-min-noconflict/mode-ada.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/ace/src-min-noconflict/mode-ada.js -------------------------------------------------------------------------------- /ace/src-min-noconflict/mode-bro.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/ace/src-min-noconflict/mode-bro.js -------------------------------------------------------------------------------- /ace/src-min-noconflict/mode-c_cpp.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/ace/src-min-noconflict/mode-c_cpp.js -------------------------------------------------------------------------------- /ace/src-min-noconflict/mode-cirru.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/ace/src-min-noconflict/mode-cirru.js -------------------------------------------------------------------------------- /ace/src-min-noconflict/mode-cobol.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/ace/src-min-noconflict/mode-cobol.js -------------------------------------------------------------------------------- /ace/src-min-noconflict/mode-css.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/ace/src-min-noconflict/mode-css.js -------------------------------------------------------------------------------- /ace/src-min-noconflict/mode-curly.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/ace/src-min-noconflict/mode-curly.js -------------------------------------------------------------------------------- /ace/src-min-noconflict/mode-d.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/ace/src-min-noconflict/mode-d.js -------------------------------------------------------------------------------- /ace/src-min-noconflict/mode-dart.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/ace/src-min-noconflict/mode-dart.js -------------------------------------------------------------------------------- /ace/src-min-noconflict/mode-diff.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/ace/src-min-noconflict/mode-diff.js -------------------------------------------------------------------------------- /ace/src-min-noconflict/mode-dot.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/ace/src-min-noconflict/mode-dot.js -------------------------------------------------------------------------------- /ace/src-min-noconflict/mode-ejs.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/ace/src-min-noconflict/mode-ejs.js -------------------------------------------------------------------------------- /ace/src-min-noconflict/mode-elm.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/ace/src-min-noconflict/mode-elm.js -------------------------------------------------------------------------------- /ace/src-min-noconflict/mode-forth.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/ace/src-min-noconflict/mode-forth.js -------------------------------------------------------------------------------- /ace/src-min-noconflict/mode-ftl.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/ace/src-min-noconflict/mode-ftl.js -------------------------------------------------------------------------------- /ace/src-min-noconflict/mode-gcode.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/ace/src-min-noconflict/mode-gcode.js -------------------------------------------------------------------------------- /ace/src-min-noconflict/mode-glsl.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/ace/src-min-noconflict/mode-glsl.js -------------------------------------------------------------------------------- /ace/src-min-noconflict/mode-haml.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/ace/src-min-noconflict/mode-haml.js -------------------------------------------------------------------------------- /ace/src-min-noconflict/mode-haxe.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/ace/src-min-noconflict/mode-haxe.js -------------------------------------------------------------------------------- /ace/src-min-noconflict/mode-hjson.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/ace/src-min-noconflict/mode-hjson.js -------------------------------------------------------------------------------- /ace/src-min-noconflict/mode-html.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/ace/src-min-noconflict/mode-html.js -------------------------------------------------------------------------------- /ace/src-min-noconflict/mode-ini.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/ace/src-min-noconflict/mode-ini.js -------------------------------------------------------------------------------- /ace/src-min-noconflict/mode-io.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/ace/src-min-noconflict/mode-io.js -------------------------------------------------------------------------------- /ace/src-min-noconflict/mode-jack.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/ace/src-min-noconflict/mode-jack.js -------------------------------------------------------------------------------- /ace/src-min-noconflict/mode-jade.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/ace/src-min-noconflict/mode-jade.js -------------------------------------------------------------------------------- /ace/src-min-noconflict/mode-java.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/ace/src-min-noconflict/mode-java.js -------------------------------------------------------------------------------- /ace/src-min-noconflict/mode-json.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/ace/src-min-noconflict/mode-json.js -------------------------------------------------------------------------------- /ace/src-min-noconflict/mode-jsp.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/ace/src-min-noconflict/mode-jsp.js -------------------------------------------------------------------------------- /ace/src-min-noconflict/mode-jsx.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/ace/src-min-noconflict/mode-jsx.js -------------------------------------------------------------------------------- /ace/src-min-noconflict/mode-julia.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/ace/src-min-noconflict/mode-julia.js -------------------------------------------------------------------------------- /ace/src-min-noconflict/mode-lsl.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/ace/src-min-noconflict/mode-lsl.js -------------------------------------------------------------------------------- /ace/src-min-noconflict/mode-lua.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/ace/src-min-noconflict/mode-lua.js -------------------------------------------------------------------------------- /ace/src-min-noconflict/mode-mel.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/ace/src-min-noconflict/mode-mel.js -------------------------------------------------------------------------------- /ace/src-min-noconflict/mode-nix.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/ace/src-min-noconflict/mode-nix.js -------------------------------------------------------------------------------- /ace/src-min-noconflict/mode-php.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/ace/src-min-noconflict/mode-php.js -------------------------------------------------------------------------------- /ace/src-min-noconflict/mode-r.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/ace/src-min-noconflict/mode-r.js -------------------------------------------------------------------------------- /ace/src-min-noconflict/mode-rst.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/ace/src-min-noconflict/mode-rst.js -------------------------------------------------------------------------------- /ace/src-min-noconflict/mode-sh.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/ace/src-min-noconflict/mode-sh.js -------------------------------------------------------------------------------- /ace/src-min-noconflict/mode-sjs.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/ace/src-min-noconflict/mode-sjs.js -------------------------------------------------------------------------------- /ace/src-min-noconflict/mode-sql.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/ace/src-min-noconflict/mode-sql.js -------------------------------------------------------------------------------- /ace/src-min-noconflict/mode-svg.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/ace/src-min-noconflict/mode-svg.js -------------------------------------------------------------------------------- /ace/src-min-noconflict/mode-tcl.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/ace/src-min-noconflict/mode-tcl.js -------------------------------------------------------------------------------- /ace/src-min-noconflict/mode-tex.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/ace/src-min-noconflict/mode-tex.js -------------------------------------------------------------------------------- /ace/src-min-noconflict/mode-text.js: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ace/src-min-noconflict/mode-tsx.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/ace/src-min-noconflict/mode-tsx.js -------------------------------------------------------------------------------- /ace/src-min-noconflict/mode-xml.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/ace/src-min-noconflict/mode-xml.js -------------------------------------------------------------------------------- /ace/theme-monokai.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/ace/theme-monokai.js -------------------------------------------------------------------------------- /ace/worker-coffee.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/ace/worker-coffee.js -------------------------------------------------------------------------------- /ace/worker-css.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/ace/worker-css.js -------------------------------------------------------------------------------- /ace/worker-html.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/ace/worker-html.js -------------------------------------------------------------------------------- /ace/worker-javascript.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/ace/worker-javascript.js -------------------------------------------------------------------------------- /ace/worker-json.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/ace/worker-json.js -------------------------------------------------------------------------------- /ace/worker-lua.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/ace/worker-lua.js -------------------------------------------------------------------------------- /ace/worker-php.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/ace/worker-php.js -------------------------------------------------------------------------------- /ace/worker-xquery.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/ace/worker-xquery.js -------------------------------------------------------------------------------- /ajax-loader.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/ajax-loader.gif -------------------------------------------------------------------------------- /desktop.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/desktop.ini -------------------------------------------------------------------------------- /fastclick.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/fastclick.js -------------------------------------------------------------------------------- /graphics/ab.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/graphics/ab.png -------------------------------------------------------------------------------- /graphics/ad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/graphics/ad.png -------------------------------------------------------------------------------- /graphics/as.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/graphics/as.png -------------------------------------------------------------------------------- /graphics/bb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/graphics/bb.png -------------------------------------------------------------------------------- /graphics/bd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/graphics/bd.png -------------------------------------------------------------------------------- /graphics/be.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/graphics/be.png -------------------------------------------------------------------------------- /graphics/bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/graphics/bottom.png -------------------------------------------------------------------------------- /graphics/bro.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/graphics/bro.png -------------------------------------------------------------------------------- /graphics/bs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/graphics/bs.png -------------------------------------------------------------------------------- /graphics/ch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/graphics/ch.png -------------------------------------------------------------------------------- /graphics/close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/graphics/close.png -------------------------------------------------------------------------------- /graphics/db.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/graphics/db.png -------------------------------------------------------------------------------- /graphics/dd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/graphics/dd.png -------------------------------------------------------------------------------- /graphics/desktop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/graphics/desktop.png -------------------------------------------------------------------------------- /graphics/display.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/graphics/display.png -------------------------------------------------------------------------------- /graphics/down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/graphics/down.png -------------------------------------------------------------------------------- /graphics/f.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/graphics/f.png -------------------------------------------------------------------------------- /graphics/ff.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/graphics/ff.png -------------------------------------------------------------------------------- /graphics/file.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/graphics/file.png -------------------------------------------------------------------------------- /graphics/fmt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/graphics/fmt.png -------------------------------------------------------------------------------- /graphics/font-awesome.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/graphics/font-awesome.min.css -------------------------------------------------------------------------------- /graphics/fr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/graphics/fr.png -------------------------------------------------------------------------------- /graphics/grid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/graphics/grid.png -------------------------------------------------------------------------------- /graphics/hor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/graphics/hor.png -------------------------------------------------------------------------------- /graphics/html.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/graphics/html.png -------------------------------------------------------------------------------- /graphics/input.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/graphics/input.png -------------------------------------------------------------------------------- /graphics/js.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/graphics/js.png -------------------------------------------------------------------------------- /graphics/key.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/graphics/key.png -------------------------------------------------------------------------------- /graphics/left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/graphics/left.png -------------------------------------------------------------------------------- /graphics/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/graphics/logo.png -------------------------------------------------------------------------------- /graphics/lookup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/graphics/lookup.png -------------------------------------------------------------------------------- /graphics/lujs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/graphics/lujs.png -------------------------------------------------------------------------------- /graphics/magnify.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/graphics/magnify.png -------------------------------------------------------------------------------- /graphics/nu_box_close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/graphics/nu_box_close.png -------------------------------------------------------------------------------- /graphics/nu_box_size.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/graphics/nu_box_size.png -------------------------------------------------------------------------------- /graphics/nu_less.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/graphics/nu_less.png -------------------------------------------------------------------------------- /graphics/nu_more.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/graphics/nu_more.png -------------------------------------------------------------------------------- /graphics/nu_option_arrange.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/graphics/nu_option_arrange.png -------------------------------------------------------------------------------- /graphics/nu_option_button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/graphics/nu_option_button.png -------------------------------------------------------------------------------- /graphics/nu_option_debug.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/graphics/nu_option_debug.png -------------------------------------------------------------------------------- /graphics/nu_option_help.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/graphics/nu_option_help.png -------------------------------------------------------------------------------- /graphics/nu_option_objects.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/graphics/nu_option_objects.png -------------------------------------------------------------------------------- /graphics/nu_option_password.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/graphics/nu_option_password.png -------------------------------------------------------------------------------- /graphics/nu_option_properties.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/graphics/nu_option_properties.png -------------------------------------------------------------------------------- /graphics/nu_option_refresh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/graphics/nu_option_refresh.png -------------------------------------------------------------------------------- /graphics/nu_option_searchable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/graphics/nu_option_searchable.png -------------------------------------------------------------------------------- /graphics/nu_undo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/graphics/nu_undo.png -------------------------------------------------------------------------------- /graphics/nubackbutton.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/graphics/nubackbutton.png -------------------------------------------------------------------------------- /graphics/nublackerror.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/graphics/nublackerror.png -------------------------------------------------------------------------------- /graphics/nuclose.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/graphics/nuclose.png -------------------------------------------------------------------------------- /graphics/nuerror.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/graphics/nuerror.png -------------------------------------------------------------------------------- /graphics/numessage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/graphics/numessage.png -------------------------------------------------------------------------------- /graphics/nuoptions.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/graphics/nuoptions.png -------------------------------------------------------------------------------- /graphics/nuoptions_red.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/graphics/nuoptions_red.png -------------------------------------------------------------------------------- /graphics/nuperson.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/graphics/nuperson.png -------------------------------------------------------------------------------- /graphics/ob.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/graphics/ob.png -------------------------------------------------------------------------------- /graphics/p.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/graphics/p.png -------------------------------------------------------------------------------- /graphics/pb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/graphics/pb.png -------------------------------------------------------------------------------- /graphics/pe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/graphics/pe.png -------------------------------------------------------------------------------- /graphics/point.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/graphics/point.png -------------------------------------------------------------------------------- /graphics/r.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/graphics/r.png -------------------------------------------------------------------------------- /graphics/rd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/graphics/rd.png -------------------------------------------------------------------------------- /graphics/resize-arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/graphics/resize-arrow.png -------------------------------------------------------------------------------- /graphics/right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/graphics/right.png -------------------------------------------------------------------------------- /graphics/rp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/graphics/rp.png -------------------------------------------------------------------------------- /graphics/rr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/graphics/rr.png -------------------------------------------------------------------------------- /graphics/run.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/graphics/run.png -------------------------------------------------------------------------------- /graphics/select.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/graphics/select.png -------------------------------------------------------------------------------- /graphics/set.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/graphics/set.png -------------------------------------------------------------------------------- /graphics/short.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/graphics/short.png -------------------------------------------------------------------------------- /graphics/sql.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/graphics/sql.png -------------------------------------------------------------------------------- /graphics/su.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/graphics/su.png -------------------------------------------------------------------------------- /graphics/subform.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/graphics/subform.png -------------------------------------------------------------------------------- /graphics/tall.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/graphics/tall.png -------------------------------------------------------------------------------- /graphics/textarea.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/graphics/textarea.png -------------------------------------------------------------------------------- /graphics/thin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/graphics/thin.png -------------------------------------------------------------------------------- /graphics/top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/graphics/top.png -------------------------------------------------------------------------------- /graphics/tr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/graphics/tr.png -------------------------------------------------------------------------------- /graphics/trash_can.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/graphics/trash_can.png -------------------------------------------------------------------------------- /graphics/u.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/graphics/u.png -------------------------------------------------------------------------------- /graphics/uh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/graphics/uh.png -------------------------------------------------------------------------------- /graphics/up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/graphics/up.png -------------------------------------------------------------------------------- /graphics/ver.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/graphics/ver.png -------------------------------------------------------------------------------- /graphics/wide.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/graphics/wide.png -------------------------------------------------------------------------------- /graphics/word.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/graphics/word.png -------------------------------------------------------------------------------- /index.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/index.php -------------------------------------------------------------------------------- /jquery/jquery.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/jquery/jquery.js -------------------------------------------------------------------------------- /nuace.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nuace.php -------------------------------------------------------------------------------- /nuajax.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nuajax.js -------------------------------------------------------------------------------- /nuapi.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nuapi.php -------------------------------------------------------------------------------- /nubuilder-forte.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nubuilder-forte.php -------------------------------------------------------------------------------- /nubuilder4.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nubuilder4.css -------------------------------------------------------------------------------- /nubuilder4.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nubuilder4.sql -------------------------------------------------------------------------------- /nubuilder_session_data.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nubuilder_session_data.php -------------------------------------------------------------------------------- /nubuilders.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nubuilders.php -------------------------------------------------------------------------------- /nucalendar.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nucalendar.js -------------------------------------------------------------------------------- /nucall.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nucall.php -------------------------------------------------------------------------------- /nuchoosesetup.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nuchoosesetup.php -------------------------------------------------------------------------------- /nucommon.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nucommon.js -------------------------------------------------------------------------------- /nucommon.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nucommon.php -------------------------------------------------------------------------------- /nuconfig.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nuconfig.php -------------------------------------------------------------------------------- /nudata.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudata.php -------------------------------------------------------------------------------- /nudatabase.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudatabase.php -------------------------------------------------------------------------------- /nudb/CODE_OF_CONDUCT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/CODE_OF_CONDUCT.md -------------------------------------------------------------------------------- /nudb/CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/CONTRIBUTING.md -------------------------------------------------------------------------------- /nudb/ChangeLog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/ChangeLog -------------------------------------------------------------------------------- /nudb/DCO: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/DCO -------------------------------------------------------------------------------- /nudb/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/LICENSE -------------------------------------------------------------------------------- /nudb/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/README -------------------------------------------------------------------------------- /nudb/RELEASE-DATE-5.0.2: -------------------------------------------------------------------------------- 1 | Sat Mar 21 04:16:56 UTC 2020 2 | -------------------------------------------------------------------------------- /nudb/ajax.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/ajax.php -------------------------------------------------------------------------------- /nudb/browse_foreigners.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/browse_foreigners.php -------------------------------------------------------------------------------- /nudb/changelog.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/changelog.php -------------------------------------------------------------------------------- /nudb/chk_rel.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/chk_rel.php -------------------------------------------------------------------------------- /nudb/composer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/composer.json -------------------------------------------------------------------------------- /nudb/composer.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/composer.lock -------------------------------------------------------------------------------- /nudb/config.inc.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/config.inc.php -------------------------------------------------------------------------------- /nudb/config.sample.inc.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/config.sample.inc.php -------------------------------------------------------------------------------- /nudb/db_central_columns.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/db_central_columns.php -------------------------------------------------------------------------------- /nudb/db_datadict.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/db_datadict.php -------------------------------------------------------------------------------- /nudb/db_designer.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/db_designer.php -------------------------------------------------------------------------------- /nudb/db_events.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/db_events.php -------------------------------------------------------------------------------- /nudb/db_export.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/db_export.php -------------------------------------------------------------------------------- /nudb/db_import.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/db_import.php -------------------------------------------------------------------------------- /nudb/db_multi_table_query.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/db_multi_table_query.php -------------------------------------------------------------------------------- /nudb/db_operations.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/db_operations.php -------------------------------------------------------------------------------- /nudb/db_qbe.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/db_qbe.php -------------------------------------------------------------------------------- /nudb/db_routines.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/db_routines.php -------------------------------------------------------------------------------- /nudb/db_search.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/db_search.php -------------------------------------------------------------------------------- /nudb/db_sql.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/db_sql.php -------------------------------------------------------------------------------- /nudb/db_sql_autocomplete.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/db_sql_autocomplete.php -------------------------------------------------------------------------------- /nudb/db_sql_format.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/db_sql_format.php -------------------------------------------------------------------------------- /nudb/db_structure.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/db_structure.php -------------------------------------------------------------------------------- /nudb/db_tracking.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/db_tracking.php -------------------------------------------------------------------------------- /nudb/db_triggers.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/db_triggers.php -------------------------------------------------------------------------------- /nudb/doc/html/_images/chart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/doc/html/_images/chart.png -------------------------------------------------------------------------------- /nudb/doc/html/_sources/faq.rst.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/doc/html/_sources/faq.rst.txt -------------------------------------------------------------------------------- /nudb/doc/html/_static/basic.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/doc/html/_static/basic.css -------------------------------------------------------------------------------- /nudb/doc/html/_static/classic.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/doc/html/_static/classic.css -------------------------------------------------------------------------------- /nudb/doc/html/_static/comment.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/doc/html/_static/comment.png -------------------------------------------------------------------------------- /nudb/doc/html/_static/default.css: -------------------------------------------------------------------------------- 1 | @import url("classic.css"); 2 | -------------------------------------------------------------------------------- /nudb/doc/html/_static/doctools.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/doc/html/_static/doctools.js -------------------------------------------------------------------------------- /nudb/doc/html/_static/down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/doc/html/_static/down.png -------------------------------------------------------------------------------- /nudb/doc/html/_static/file.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/doc/html/_static/file.png -------------------------------------------------------------------------------- /nudb/doc/html/_static/jquery.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/doc/html/_static/jquery.js -------------------------------------------------------------------------------- /nudb/doc/html/_static/minus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/doc/html/_static/minus.png -------------------------------------------------------------------------------- /nudb/doc/html/_static/plus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/doc/html/_static/plus.png -------------------------------------------------------------------------------- /nudb/doc/html/_static/pygments.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/doc/html/_static/pygments.css -------------------------------------------------------------------------------- /nudb/doc/html/_static/sidebar.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/doc/html/_static/sidebar.js -------------------------------------------------------------------------------- /nudb/doc/html/_static/up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/doc/html/_static/up.png -------------------------------------------------------------------------------- /nudb/doc/html/bookmarks.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/doc/html/bookmarks.html -------------------------------------------------------------------------------- /nudb/doc/html/charts.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/doc/html/charts.html -------------------------------------------------------------------------------- /nudb/doc/html/config.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/doc/html/config.html -------------------------------------------------------------------------------- /nudb/doc/html/copyright.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/doc/html/copyright.html -------------------------------------------------------------------------------- /nudb/doc/html/credits.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/doc/html/credits.html -------------------------------------------------------------------------------- /nudb/doc/html/developers.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/doc/html/developers.html -------------------------------------------------------------------------------- /nudb/doc/html/faq.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/doc/html/faq.html -------------------------------------------------------------------------------- /nudb/doc/html/genindex.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/doc/html/genindex.html -------------------------------------------------------------------------------- /nudb/doc/html/glossary.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/doc/html/glossary.html -------------------------------------------------------------------------------- /nudb/doc/html/import_export.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/doc/html/import_export.html -------------------------------------------------------------------------------- /nudb/doc/html/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/doc/html/index.html -------------------------------------------------------------------------------- /nudb/doc/html/intro.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/doc/html/intro.html -------------------------------------------------------------------------------- /nudb/doc/html/other.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/doc/html/other.html -------------------------------------------------------------------------------- /nudb/doc/html/privileges.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/doc/html/privileges.html -------------------------------------------------------------------------------- /nudb/doc/html/relations.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/doc/html/relations.html -------------------------------------------------------------------------------- /nudb/doc/html/require.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/doc/html/require.html -------------------------------------------------------------------------------- /nudb/doc/html/search.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/doc/html/search.html -------------------------------------------------------------------------------- /nudb/doc/html/searchindex.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/doc/html/searchindex.js -------------------------------------------------------------------------------- /nudb/doc/html/security.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/doc/html/security.html -------------------------------------------------------------------------------- /nudb/doc/html/settings.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/doc/html/settings.html -------------------------------------------------------------------------------- /nudb/doc/html/setup.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/doc/html/setup.html -------------------------------------------------------------------------------- /nudb/doc/html/themes.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/doc/html/themes.html -------------------------------------------------------------------------------- /nudb/doc/html/transformations.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/doc/html/transformations.html -------------------------------------------------------------------------------- /nudb/doc/html/two_factor.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/doc/html/two_factor.html -------------------------------------------------------------------------------- /nudb/doc/html/user.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/doc/html/user.html -------------------------------------------------------------------------------- /nudb/doc/html/vendors.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/doc/html/vendors.html -------------------------------------------------------------------------------- /nudb/error_report.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/error_report.php -------------------------------------------------------------------------------- /nudb/examples/openid.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/examples/openid.php -------------------------------------------------------------------------------- /nudb/examples/signon-script.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/examples/signon-script.php -------------------------------------------------------------------------------- /nudb/examples/signon.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/examples/signon.php -------------------------------------------------------------------------------- /nudb/export.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/export.php -------------------------------------------------------------------------------- /nudb/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/favicon.ico -------------------------------------------------------------------------------- /nudb/gis_data_editor.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/gis_data_editor.php -------------------------------------------------------------------------------- /nudb/import.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/import.php -------------------------------------------------------------------------------- /nudb/import_status.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/import_status.php -------------------------------------------------------------------------------- /nudb/index.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/index.php -------------------------------------------------------------------------------- /nudb/js/ajax.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/js/ajax.js -------------------------------------------------------------------------------- /nudb/js/chart.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/js/chart.js -------------------------------------------------------------------------------- /nudb/js/common.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/js/common.js -------------------------------------------------------------------------------- /nudb/js/config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/js/config.js -------------------------------------------------------------------------------- /nudb/js/console.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/js/console.js -------------------------------------------------------------------------------- /nudb/js/database/operations.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/js/database/operations.js -------------------------------------------------------------------------------- /nudb/js/database/qbe.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/js/database/qbe.js -------------------------------------------------------------------------------- /nudb/js/database/search.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/js/database/search.js -------------------------------------------------------------------------------- /nudb/js/database/structure.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/js/database/structure.js -------------------------------------------------------------------------------- /nudb/js/database/tracking.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/js/database/tracking.js -------------------------------------------------------------------------------- /nudb/js/designer/database.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/js/designer/database.js -------------------------------------------------------------------------------- /nudb/js/designer/history.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/js/designer/history.js -------------------------------------------------------------------------------- /nudb/js/designer/init.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/js/designer/init.js -------------------------------------------------------------------------------- /nudb/js/designer/move.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/js/designer/move.js -------------------------------------------------------------------------------- /nudb/js/designer/objects.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/js/designer/objects.js -------------------------------------------------------------------------------- /nudb/js/designer/page.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/js/designer/page.js -------------------------------------------------------------------------------- /nudb/js/doclinks.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/js/doclinks.js -------------------------------------------------------------------------------- /nudb/js/drag_drop_import.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/js/drag_drop_import.js -------------------------------------------------------------------------------- /nudb/js/error_report.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/js/error_report.js -------------------------------------------------------------------------------- /nudb/js/export.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/js/export.js -------------------------------------------------------------------------------- /nudb/js/export_output.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/js/export_output.js -------------------------------------------------------------------------------- /nudb/js/functions.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/js/functions.js -------------------------------------------------------------------------------- /nudb/js/gis_data_editor.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/js/gis_data_editor.js -------------------------------------------------------------------------------- /nudb/js/import.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/js/import.js -------------------------------------------------------------------------------- /nudb/js/indexes.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/js/indexes.js -------------------------------------------------------------------------------- /nudb/js/keyhandler.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/js/keyhandler.js -------------------------------------------------------------------------------- /nudb/js/makegrid.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/js/makegrid.js -------------------------------------------------------------------------------- /nudb/js/menu_resizer.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/js/menu_resizer.js -------------------------------------------------------------------------------- /nudb/js/messages.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/js/messages.php -------------------------------------------------------------------------------- /nudb/js/microhistory.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/js/microhistory.js -------------------------------------------------------------------------------- /nudb/js/multi_column_sort.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/js/multi_column_sort.js -------------------------------------------------------------------------------- /nudb/js/navigation.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/js/navigation.js -------------------------------------------------------------------------------- /nudb/js/normalization.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/js/normalization.js -------------------------------------------------------------------------------- /nudb/js/page_settings.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/js/page_settings.js -------------------------------------------------------------------------------- /nudb/js/replication.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/js/replication.js -------------------------------------------------------------------------------- /nudb/js/rte.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/js/rte.js -------------------------------------------------------------------------------- /nudb/js/server/databases.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/js/server/databases.js -------------------------------------------------------------------------------- /nudb/js/server/plugins.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/js/server/plugins.js -------------------------------------------------------------------------------- /nudb/js/server/privileges.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/js/server/privileges.js -------------------------------------------------------------------------------- /nudb/js/server/status/advisor.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/js/server/status/advisor.js -------------------------------------------------------------------------------- /nudb/js/server/status/monitor.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/js/server/status/monitor.js -------------------------------------------------------------------------------- /nudb/js/server/status/processes.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/js/server/status/processes.js -------------------------------------------------------------------------------- /nudb/js/server/status/queries.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/js/server/status/queries.js -------------------------------------------------------------------------------- /nudb/js/server/status/sorter.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/js/server/status/sorter.js -------------------------------------------------------------------------------- /nudb/js/server/status/variables.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/js/server/status/variables.js -------------------------------------------------------------------------------- /nudb/js/server/user_groups.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/js/server/user_groups.js -------------------------------------------------------------------------------- /nudb/js/server/variables.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/js/server/variables.js -------------------------------------------------------------------------------- /nudb/js/setup/ajax.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/js/setup/ajax.js -------------------------------------------------------------------------------- /nudb/js/setup/scripts.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/js/setup/scripts.js -------------------------------------------------------------------------------- /nudb/js/shortcuts_handler.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/js/shortcuts_handler.js -------------------------------------------------------------------------------- /nudb/js/sql.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/js/sql.js -------------------------------------------------------------------------------- /nudb/js/table/change.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/js/table/change.js -------------------------------------------------------------------------------- /nudb/js/table/chart.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/js/table/chart.js -------------------------------------------------------------------------------- /nudb/js/table/find_replace.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/js/table/find_replace.js -------------------------------------------------------------------------------- /nudb/js/table/gis_visualization.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/js/table/gis_visualization.js -------------------------------------------------------------------------------- /nudb/js/table/operations.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/js/table/operations.js -------------------------------------------------------------------------------- /nudb/js/table/relation.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/js/table/relation.js -------------------------------------------------------------------------------- /nudb/js/table/select.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/js/table/select.js -------------------------------------------------------------------------------- /nudb/js/table/structure.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/js/table/structure.js -------------------------------------------------------------------------------- /nudb/js/table/tracking.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/js/table/tracking.js -------------------------------------------------------------------------------- /nudb/js/table/zoom_plot_jqplot.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/js/table/zoom_plot_jqplot.js -------------------------------------------------------------------------------- /nudb/js/transformations/json.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/js/transformations/json.js -------------------------------------------------------------------------------- /nudb/js/transformations/xml.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/js/transformations/xml.js -------------------------------------------------------------------------------- /nudb/js/u2f.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/js/u2f.js -------------------------------------------------------------------------------- /nudb/js/vendor/codemirror/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/js/vendor/codemirror/LICENSE -------------------------------------------------------------------------------- /nudb/js/vendor/js.cookie.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/js/vendor/js.cookie.js -------------------------------------------------------------------------------- /nudb/js/vendor/sprintf.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/js/vendor/sprintf.js -------------------------------------------------------------------------------- /nudb/js/vendor/tracekit.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/js/vendor/tracekit.js -------------------------------------------------------------------------------- /nudb/js/vendor/u2f-api-polyfill.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/js/vendor/u2f-api-polyfill.js -------------------------------------------------------------------------------- /nudb/js/vendor/zxcvbn.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/js/vendor/zxcvbn.js -------------------------------------------------------------------------------- /nudb/js/whitelist.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/js/whitelist.php -------------------------------------------------------------------------------- /nudb/libraries/certs/12d55845.0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/libraries/certs/12d55845.0 -------------------------------------------------------------------------------- /nudb/libraries/certs/2e5ac55d.0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/libraries/certs/2e5ac55d.0 -------------------------------------------------------------------------------- /nudb/libraries/certs/4042bcee.0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/libraries/certs/4042bcee.0 -------------------------------------------------------------------------------- /nudb/libraries/certs/6187b673.0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/libraries/certs/6187b673.0 -------------------------------------------------------------------------------- /nudb/libraries/certs/README.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/libraries/certs/README.rst -------------------------------------------------------------------------------- /nudb/libraries/certs/cacert.pem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/libraries/certs/cacert.pem -------------------------------------------------------------------------------- /nudb/libraries/classes/Advisor.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/libraries/classes/Advisor.php -------------------------------------------------------------------------------- /nudb/libraries/classes/Config.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/libraries/classes/Config.php -------------------------------------------------------------------------------- /nudb/libraries/classes/Console.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/libraries/classes/Console.php -------------------------------------------------------------------------------- /nudb/libraries/classes/Core.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/libraries/classes/Core.php -------------------------------------------------------------------------------- /nudb/libraries/classes/Error.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/libraries/classes/Error.php -------------------------------------------------------------------------------- /nudb/libraries/classes/Export.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/libraries/classes/Export.php -------------------------------------------------------------------------------- /nudb/libraries/classes/File.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/libraries/classes/File.php -------------------------------------------------------------------------------- /nudb/libraries/classes/Font.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/libraries/classes/Font.php -------------------------------------------------------------------------------- /nudb/libraries/classes/Footer.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/libraries/classes/Footer.php -------------------------------------------------------------------------------- /nudb/libraries/classes/Header.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/libraries/classes/Header.php -------------------------------------------------------------------------------- /nudb/libraries/classes/Import.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/libraries/classes/Import.php -------------------------------------------------------------------------------- /nudb/libraries/classes/Index.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/libraries/classes/Index.php -------------------------------------------------------------------------------- /nudb/libraries/classes/Linter.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/libraries/classes/Linter.php -------------------------------------------------------------------------------- /nudb/libraries/classes/Logging.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/libraries/classes/Logging.php -------------------------------------------------------------------------------- /nudb/libraries/classes/Menu.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/libraries/classes/Menu.php -------------------------------------------------------------------------------- /nudb/libraries/classes/Message.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/libraries/classes/Message.php -------------------------------------------------------------------------------- /nudb/libraries/classes/Mime.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/libraries/classes/Mime.php -------------------------------------------------------------------------------- /nudb/libraries/classes/Pdf.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/libraries/classes/Pdf.php -------------------------------------------------------------------------------- /nudb/libraries/classes/Plugins.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/libraries/classes/Plugins.php -------------------------------------------------------------------------------- /nudb/libraries/classes/Scripts.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/libraries/classes/Scripts.php -------------------------------------------------------------------------------- /nudb/libraries/classes/Session.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/libraries/classes/Session.php -------------------------------------------------------------------------------- /nudb/libraries/classes/Sql.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/libraries/classes/Sql.php -------------------------------------------------------------------------------- /nudb/libraries/classes/SysInfo.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/libraries/classes/SysInfo.php -------------------------------------------------------------------------------- /nudb/libraries/classes/Table.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/libraries/classes/Table.php -------------------------------------------------------------------------------- /nudb/libraries/classes/Theme.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/libraries/classes/Theme.php -------------------------------------------------------------------------------- /nudb/libraries/classes/Tracker.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/libraries/classes/Tracker.php -------------------------------------------------------------------------------- /nudb/libraries/classes/Types.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/libraries/classes/Types.php -------------------------------------------------------------------------------- /nudb/libraries/classes/Url.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/libraries/classes/Url.php -------------------------------------------------------------------------------- /nudb/libraries/classes/Util.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/libraries/classes/Util.php -------------------------------------------------------------------------------- /nudb/libraries/common.inc.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/libraries/common.inc.php -------------------------------------------------------------------------------- /nudb/libraries/config.default.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/libraries/config.default.php -------------------------------------------------------------------------------- /nudb/libraries/config.values.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/libraries/config.values.php -------------------------------------------------------------------------------- /nudb/libraries/db_common.inc.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/libraries/db_common.inc.php -------------------------------------------------------------------------------- /nudb/libraries/replication.inc.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/libraries/replication.inc.php -------------------------------------------------------------------------------- /nudb/libraries/tbl_common.inc.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/libraries/tbl_common.inc.php -------------------------------------------------------------------------------- /nudb/libraries/vendor_config.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/libraries/vendor_config.php -------------------------------------------------------------------------------- /nudb/license.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/license.php -------------------------------------------------------------------------------- /nudb/lint.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/lint.php -------------------------------------------------------------------------------- /nudb/logout.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/logout.php -------------------------------------------------------------------------------- /nudb/navigation.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/navigation.php -------------------------------------------------------------------------------- /nudb/normalization.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/normalization.php -------------------------------------------------------------------------------- /nudb/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/package.json -------------------------------------------------------------------------------- /nudb/phpinfo.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/phpinfo.php -------------------------------------------------------------------------------- /nudb/prefs_forms.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/prefs_forms.php -------------------------------------------------------------------------------- /nudb/prefs_manage.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/prefs_manage.php -------------------------------------------------------------------------------- /nudb/prefs_twofactor.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/prefs_twofactor.php -------------------------------------------------------------------------------- /nudb/print.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/print.css -------------------------------------------------------------------------------- /nudb/robots.txt: -------------------------------------------------------------------------------- 1 | User-agent: * 2 | Disallow: / 3 | -------------------------------------------------------------------------------- /nudb/schema_export.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/schema_export.php -------------------------------------------------------------------------------- /nudb/server_binlog.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/server_binlog.php -------------------------------------------------------------------------------- /nudb/server_collations.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/server_collations.php -------------------------------------------------------------------------------- /nudb/server_databases.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/server_databases.php -------------------------------------------------------------------------------- /nudb/server_engines.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/server_engines.php -------------------------------------------------------------------------------- /nudb/server_export.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/server_export.php -------------------------------------------------------------------------------- /nudb/server_import.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/server_import.php -------------------------------------------------------------------------------- /nudb/server_plugins.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/server_plugins.php -------------------------------------------------------------------------------- /nudb/server_privileges.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/server_privileges.php -------------------------------------------------------------------------------- /nudb/server_replication.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/server_replication.php -------------------------------------------------------------------------------- /nudb/server_sql.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/server_sql.php -------------------------------------------------------------------------------- /nudb/server_status.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/server_status.php -------------------------------------------------------------------------------- /nudb/server_status_advisor.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/server_status_advisor.php -------------------------------------------------------------------------------- /nudb/server_status_monitor.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/server_status_monitor.php -------------------------------------------------------------------------------- /nudb/server_status_processes.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/server_status_processes.php -------------------------------------------------------------------------------- /nudb/server_status_queries.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/server_status_queries.php -------------------------------------------------------------------------------- /nudb/server_status_variables.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/server_status_variables.php -------------------------------------------------------------------------------- /nudb/server_user_groups.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/server_user_groups.php -------------------------------------------------------------------------------- /nudb/server_variables.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/server_variables.php -------------------------------------------------------------------------------- /nudb/services.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/services.yml -------------------------------------------------------------------------------- /nudb/services_controllers.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/services_controllers.yml -------------------------------------------------------------------------------- /nudb/setup/config.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/setup/config.php -------------------------------------------------------------------------------- /nudb/setup/index.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/setup/index.php -------------------------------------------------------------------------------- /nudb/setup/lib/common.inc.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/setup/lib/common.inc.php -------------------------------------------------------------------------------- /nudb/setup/styles.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/setup/styles.css -------------------------------------------------------------------------------- /nudb/setup/validate.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/setup/validate.php -------------------------------------------------------------------------------- /nudb/show_config_errors.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/show_config_errors.php -------------------------------------------------------------------------------- /nudb/sql.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/sql.php -------------------------------------------------------------------------------- /nudb/sql/create_tables.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/sql/create_tables.sql -------------------------------------------------------------------------------- /nudb/sql/upgrade_tables_4_7_0+.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/sql/upgrade_tables_4_7_0+.sql -------------------------------------------------------------------------------- /nudb/tbl_addfield.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/tbl_addfield.php -------------------------------------------------------------------------------- /nudb/tbl_change.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/tbl_change.php -------------------------------------------------------------------------------- /nudb/tbl_chart.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/tbl_chart.php -------------------------------------------------------------------------------- /nudb/tbl_create.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/tbl_create.php -------------------------------------------------------------------------------- /nudb/tbl_export.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/tbl_export.php -------------------------------------------------------------------------------- /nudb/tbl_find_replace.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/tbl_find_replace.php -------------------------------------------------------------------------------- /nudb/tbl_get_field.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/tbl_get_field.php -------------------------------------------------------------------------------- /nudb/tbl_gis_visualization.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/tbl_gis_visualization.php -------------------------------------------------------------------------------- /nudb/tbl_import.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/tbl_import.php -------------------------------------------------------------------------------- /nudb/tbl_indexes.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/tbl_indexes.php -------------------------------------------------------------------------------- /nudb/tbl_operations.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/tbl_operations.php -------------------------------------------------------------------------------- /nudb/tbl_recent_favorite.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/tbl_recent_favorite.php -------------------------------------------------------------------------------- /nudb/tbl_relation.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/tbl_relation.php -------------------------------------------------------------------------------- /nudb/tbl_replace.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/tbl_replace.php -------------------------------------------------------------------------------- /nudb/tbl_row_action.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/tbl_row_action.php -------------------------------------------------------------------------------- /nudb/tbl_select.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/tbl_select.php -------------------------------------------------------------------------------- /nudb/tbl_sql.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/tbl_sql.php -------------------------------------------------------------------------------- /nudb/tbl_structure.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/tbl_structure.php -------------------------------------------------------------------------------- /nudb/tbl_tracking.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/tbl_tracking.php -------------------------------------------------------------------------------- /nudb/tbl_triggers.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/tbl_triggers.php -------------------------------------------------------------------------------- /nudb/tbl_zoom_select.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/tbl_zoom_select.php -------------------------------------------------------------------------------- /nudb/templates/changelog.twig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/templates/changelog.twig -------------------------------------------------------------------------------- /nudb/templates/checkbox.twig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/templates/checkbox.twig -------------------------------------------------------------------------------- /nudb/templates/config/form_display/form_bottom.twig: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /nudb/templates/config/form_display/tabs_bottom.twig: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /nudb/templates/dropdown.twig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/templates/dropdown.twig -------------------------------------------------------------------------------- /nudb/templates/error/generic.twig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/templates/error/generic.twig -------------------------------------------------------------------------------- /nudb/templates/filter.twig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/templates/filter.twig -------------------------------------------------------------------------------- /nudb/templates/fk_checkbox.twig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/templates/fk_checkbox.twig -------------------------------------------------------------------------------- /nudb/templates/footer.twig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/templates/footer.twig -------------------------------------------------------------------------------- /nudb/templates/header.twig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/templates/header.twig -------------------------------------------------------------------------------- /nudb/templates/home/index.twig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/templates/home/index.twig -------------------------------------------------------------------------------- /nudb/templates/list/item.twig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/templates/list/item.twig -------------------------------------------------------------------------------- /nudb/templates/list/unordered.twig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/templates/list/unordered.twig -------------------------------------------------------------------------------- /nudb/templates/login/footer.twig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/templates/login/footer.twig -------------------------------------------------------------------------------- /nudb/templates/login/header.twig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/templates/login/header.twig -------------------------------------------------------------------------------- /nudb/templates/preview_sql.twig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/templates/preview_sql.twig -------------------------------------------------------------------------------- /nudb/templates/radio_fields.twig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/templates/radio_fields.twig -------------------------------------------------------------------------------- /nudb/templates/scripts.twig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/templates/scripts.twig -------------------------------------------------------------------------------- /nudb/templates/secondary_tabs.twig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/templates/secondary_tabs.twig -------------------------------------------------------------------------------- /nudb/templates/select_all.twig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/templates/select_all.twig -------------------------------------------------------------------------------- /nudb/templates/select_lang.twig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/templates/select_lang.twig -------------------------------------------------------------------------------- /nudb/templates/setup/base.twig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/templates/setup/base.twig -------------------------------------------------------------------------------- /nudb/templates/setup/error.twig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/templates/setup/error.twig -------------------------------------------------------------------------------- /nudb/templates/sql/bookmark.twig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/templates/sql/bookmark.twig -------------------------------------------------------------------------------- /nudb/templates/sql/set_column.twig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/templates/sql/set_column.twig -------------------------------------------------------------------------------- /nudb/templates/test/add_data.twig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/templates/test/add_data.twig -------------------------------------------------------------------------------- /nudb/templates/test/echo.twig: -------------------------------------------------------------------------------- 1 | {{ variable -}} 2 | -------------------------------------------------------------------------------- /nudb/templates/test/gettext/gettext.twig: -------------------------------------------------------------------------------- 1 | {% trans "Text" %} 2 | -------------------------------------------------------------------------------- /nudb/templates/test/static.twig: -------------------------------------------------------------------------------- 1 | static content -------------------------------------------------------------------------------- /nudb/templates/theme_preview.twig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/templates/theme_preview.twig -------------------------------------------------------------------------------- /nudb/templates/themes.twig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/templates/themes.twig -------------------------------------------------------------------------------- /nudb/templates/toggle_button.twig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/templates/toggle_button.twig -------------------------------------------------------------------------------- /nudb/templates/view_create.twig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/templates/view_create.twig -------------------------------------------------------------------------------- /nudb/themes.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/themes.php -------------------------------------------------------------------------------- /nudb/themes/dot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/themes/dot.gif -------------------------------------------------------------------------------- /nudb/themes/metro/css/theme.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/themes/metro/css/theme.css -------------------------------------------------------------------------------- /nudb/themes/metro/img/b_browse.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/themes/metro/img/b_browse.png -------------------------------------------------------------------------------- /nudb/themes/metro/img/b_chart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/themes/metro/img/b_chart.png -------------------------------------------------------------------------------- /nudb/themes/metro/img/b_close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/themes/metro/img/b_close.png -------------------------------------------------------------------------------- /nudb/themes/metro/img/b_deltbl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/themes/metro/img/b_deltbl.png -------------------------------------------------------------------------------- /nudb/themes/metro/img/b_docs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/themes/metro/img/b_docs.png -------------------------------------------------------------------------------- /nudb/themes/metro/img/b_docsql.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/themes/metro/img/b_docsql.png -------------------------------------------------------------------------------- /nudb/themes/metro/img/b_drop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/themes/metro/img/b_drop.png -------------------------------------------------------------------------------- /nudb/themes/metro/img/b_edit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/themes/metro/img/b_edit.png -------------------------------------------------------------------------------- /nudb/themes/metro/img/b_empty.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/themes/metro/img/b_empty.png -------------------------------------------------------------------------------- /nudb/themes/metro/img/b_engine.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/themes/metro/img/b_engine.png -------------------------------------------------------------------------------- /nudb/themes/metro/img/b_events.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/themes/metro/img/b_events.png -------------------------------------------------------------------------------- /nudb/themes/metro/img/b_export.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/themes/metro/img/b_export.png -------------------------------------------------------------------------------- /nudb/themes/metro/img/b_ftext.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/themes/metro/img/b_ftext.png -------------------------------------------------------------------------------- /nudb/themes/metro/img/b_globe.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/themes/metro/img/b_globe.gif -------------------------------------------------------------------------------- /nudb/themes/metro/img/b_group.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/themes/metro/img/b_group.png -------------------------------------------------------------------------------- /nudb/themes/metro/img/b_help.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/themes/metro/img/b_help.png -------------------------------------------------------------------------------- /nudb/themes/metro/img/b_home.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/themes/metro/img/b_home.png -------------------------------------------------------------------------------- /nudb/themes/metro/img/b_import.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/themes/metro/img/b_import.png -------------------------------------------------------------------------------- /nudb/themes/metro/img/b_index.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/themes/metro/img/b_index.png -------------------------------------------------------------------------------- /nudb/themes/metro/img/b_info.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/themes/metro/img/b_info.png -------------------------------------------------------------------------------- /nudb/themes/metro/img/b_insrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/themes/metro/img/b_insrow.png -------------------------------------------------------------------------------- /nudb/themes/metro/img/b_key.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/themes/metro/img/b_key.png -------------------------------------------------------------------------------- /nudb/themes/metro/img/b_minus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/themes/metro/img/b_minus.png -------------------------------------------------------------------------------- /nudb/themes/metro/img/b_more.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/themes/metro/img/b_more.png -------------------------------------------------------------------------------- /nudb/themes/metro/img/b_move.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/themes/metro/img/b_move.png -------------------------------------------------------------------------------- /nudb/themes/metro/img/b_newdb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/themes/metro/img/b_newdb.png -------------------------------------------------------------------------------- /nudb/themes/metro/img/b_newtbl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/themes/metro/img/b_newtbl.png -------------------------------------------------------------------------------- /nudb/themes/metro/img/b_pdfdoc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/themes/metro/img/b_pdfdoc.png -------------------------------------------------------------------------------- /nudb/themes/metro/img/b_plugin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/themes/metro/img/b_plugin.png -------------------------------------------------------------------------------- /nudb/themes/metro/img/b_plus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/themes/metro/img/b_plus.png -------------------------------------------------------------------------------- /nudb/themes/metro/img/b_print.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/themes/metro/img/b_print.png -------------------------------------------------------------------------------- /nudb/themes/metro/img/b_props.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/themes/metro/img/b_props.png -------------------------------------------------------------------------------- /nudb/themes/metro/img/b_report.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/themes/metro/img/b_report.png -------------------------------------------------------------------------------- /nudb/themes/metro/img/b_save.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/themes/metro/img/b_save.png -------------------------------------------------------------------------------- /nudb/themes/metro/img/b_sdb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/themes/metro/img/b_sdb.png -------------------------------------------------------------------------------- /nudb/themes/metro/img/b_search.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/themes/metro/img/b_search.png -------------------------------------------------------------------------------- /nudb/themes/metro/img/b_select.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/themes/metro/img/b_select.png -------------------------------------------------------------------------------- /nudb/themes/metro/img/b_sql.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/themes/metro/img/b_sql.png -------------------------------------------------------------------------------- /nudb/themes/metro/img/b_sqldoc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/themes/metro/img/b_sqldoc.png -------------------------------------------------------------------------------- /nudb/themes/metro/img/b_tblops.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/themes/metro/img/b_tblops.png -------------------------------------------------------------------------------- /nudb/themes/metro/img/b_tipp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/themes/metro/img/b_tipp.png -------------------------------------------------------------------------------- /nudb/themes/metro/img/b_unique.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/themes/metro/img/b_unique.png -------------------------------------------------------------------------------- /nudb/themes/metro/img/b_usradd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/themes/metro/img/b_usradd.png -------------------------------------------------------------------------------- /nudb/themes/metro/img/b_view.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/themes/metro/img/b_view.png -------------------------------------------------------------------------------- /nudb/themes/metro/img/b_views.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/themes/metro/img/b_views.png -------------------------------------------------------------------------------- /nudb/themes/metro/img/bd_drop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/themes/metro/img/bd_drop.png -------------------------------------------------------------------------------- /nudb/themes/metro/img/bd_edit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/themes/metro/img/bd_edit.png -------------------------------------------------------------------------------- /nudb/themes/metro/img/bd_empty.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/themes/metro/img/bd_empty.png -------------------------------------------------------------------------------- /nudb/themes/metro/img/bd_ftext.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/themes/metro/img/bd_ftext.png -------------------------------------------------------------------------------- /nudb/themes/metro/img/bd_index.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/themes/metro/img/bd_index.png -------------------------------------------------------------------------------- /nudb/themes/metro/img/col_drop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/themes/metro/img/col_drop.png -------------------------------------------------------------------------------- /nudb/themes/metro/img/console.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/themes/metro/img/console.png -------------------------------------------------------------------------------- /nudb/themes/metro/img/database.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/themes/metro/img/database.png -------------------------------------------------------------------------------- /nudb/themes/metro/img/error.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/themes/metro/img/error.ico -------------------------------------------------------------------------------- /nudb/themes/metro/img/eye.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/themes/metro/img/eye.png -------------------------------------------------------------------------------- /nudb/themes/metro/img/eye_grey.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/themes/metro/img/eye_grey.png -------------------------------------------------------------------------------- /nudb/themes/metro/img/hide.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/themes/metro/img/hide.png -------------------------------------------------------------------------------- /nudb/themes/metro/img/item.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/themes/metro/img/item.png -------------------------------------------------------------------------------- /nudb/themes/metro/img/item_ltr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/themes/metro/img/item_ltr.png -------------------------------------------------------------------------------- /nudb/themes/metro/img/item_rtl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/themes/metro/img/item_rtl.png -------------------------------------------------------------------------------- /nudb/themes/metro/img/more.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/themes/metro/img/more.png -------------------------------------------------------------------------------- /nudb/themes/metro/img/new_data.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/themes/metro/img/new_data.png -------------------------------------------------------------------------------- /nudb/themes/metro/img/pause.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/themes/metro/img/pause.png -------------------------------------------------------------------------------- /nudb/themes/metro/img/php_sym.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/themes/metro/img/php_sym.png -------------------------------------------------------------------------------- /nudb/themes/metro/img/play.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/themes/metro/img/play.png -------------------------------------------------------------------------------- /nudb/themes/metro/img/pma_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/themes/metro/img/pma_logo.png -------------------------------------------------------------------------------- /nudb/themes/metro/img/s_asc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/themes/metro/img/s_asc.png -------------------------------------------------------------------------------- /nudb/themes/metro/img/s_asci.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/themes/metro/img/s_asci.png -------------------------------------------------------------------------------- /nudb/themes/metro/img/s_cancel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/themes/metro/img/s_cancel.png -------------------------------------------------------------------------------- /nudb/themes/metro/img/s_cog.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/themes/metro/img/s_cog.png -------------------------------------------------------------------------------- /nudb/themes/metro/img/s_db.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/themes/metro/img/s_db.png -------------------------------------------------------------------------------- /nudb/themes/metro/img/s_desc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/themes/metro/img/s_desc.png -------------------------------------------------------------------------------- /nudb/themes/metro/img/s_error.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/themes/metro/img/s_error.png -------------------------------------------------------------------------------- /nudb/themes/metro/img/s_error2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/themes/metro/img/s_error2.png -------------------------------------------------------------------------------- /nudb/themes/metro/img/s_host.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/themes/metro/img/s_host.png -------------------------------------------------------------------------------- /nudb/themes/metro/img/s_info.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/themes/metro/img/s_info.png -------------------------------------------------------------------------------- /nudb/themes/metro/img/s_lang.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/themes/metro/img/s_lang.png -------------------------------------------------------------------------------- /nudb/themes/metro/img/s_link.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/themes/metro/img/s_link.png -------------------------------------------------------------------------------- /nudb/themes/metro/img/s_lock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/themes/metro/img/s_lock.png -------------------------------------------------------------------------------- /nudb/themes/metro/img/s_notice.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/themes/metro/img/s_notice.png -------------------------------------------------------------------------------- /nudb/themes/metro/img/s_okay.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/themes/metro/img/s_okay.png -------------------------------------------------------------------------------- /nudb/themes/metro/img/s_passwd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/themes/metro/img/s_passwd.png -------------------------------------------------------------------------------- /nudb/themes/metro/img/s_really.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/themes/metro/img/s_really.png -------------------------------------------------------------------------------- /nudb/themes/metro/img/s_reload.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/themes/metro/img/s_reload.png -------------------------------------------------------------------------------- /nudb/themes/metro/img/s_rights.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/themes/metro/img/s_rights.png -------------------------------------------------------------------------------- /nudb/themes/metro/img/s_status.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/themes/metro/img/s_status.png -------------------------------------------------------------------------------- /nudb/themes/metro/img/s_sync.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/themes/metro/img/s_sync.png -------------------------------------------------------------------------------- /nudb/themes/metro/img/s_tbl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/themes/metro/img/s_tbl.png -------------------------------------------------------------------------------- /nudb/themes/metro/img/s_theme.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/themes/metro/img/s_theme.png -------------------------------------------------------------------------------- /nudb/themes/metro/img/s_top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/themes/metro/img/s_top.png -------------------------------------------------------------------------------- /nudb/themes/metro/img/s_unlink.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/themes/metro/img/s_unlink.png -------------------------------------------------------------------------------- /nudb/themes/metro/img/s_vars.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/themes/metro/img/s_vars.png -------------------------------------------------------------------------------- /nudb/themes/metro/img/s_views.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/themes/metro/img/s_views.png -------------------------------------------------------------------------------- /nudb/themes/metro/img/show.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/themes/metro/img/show.png -------------------------------------------------------------------------------- /nudb/themes/metro/img/spacer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/themes/metro/img/spacer.png -------------------------------------------------------------------------------- /nudb/themes/metro/img/sprites.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/themes/metro/img/sprites.png -------------------------------------------------------------------------------- /nudb/themes/metro/screen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/themes/metro/screen.png -------------------------------------------------------------------------------- /nudb/themes/metro/scss/_gis.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/themes/metro/scss/_gis.scss -------------------------------------------------------------------------------- /nudb/themes/metro/scss/_icons.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/themes/metro/scss/_icons.scss -------------------------------------------------------------------------------- /nudb/themes/metro/scss/_rte.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/themes/metro/scss/_rte.scss -------------------------------------------------------------------------------- /nudb/themes/metro/scss/blueeyes-theme-rtl.scss: -------------------------------------------------------------------------------- 1 | $color-scheme: blueeyes; 2 | $direction: rtl; 3 | 4 | @import "theme"; 5 | -------------------------------------------------------------------------------- /nudb/themes/metro/scss/blueeyes-theme.scss: -------------------------------------------------------------------------------- 1 | $color-scheme: blueeyes; 2 | 3 | @import "theme"; 4 | -------------------------------------------------------------------------------- /nudb/themes/metro/scss/mono-theme-rtl.scss: -------------------------------------------------------------------------------- 1 | $color-scheme: mono; 2 | $direction: rtl; 3 | 4 | @import "theme"; 5 | -------------------------------------------------------------------------------- /nudb/themes/metro/scss/mono-theme.scss: -------------------------------------------------------------------------------- 1 | $color-scheme: mono; 2 | 3 | @import "theme"; 4 | -------------------------------------------------------------------------------- /nudb/themes/metro/scss/redmond-theme.scss: -------------------------------------------------------------------------------- 1 | $color-scheme: redmond; 2 | 3 | @import "theme"; 4 | -------------------------------------------------------------------------------- /nudb/themes/metro/scss/teal-theme.scss: -------------------------------------------------------------------------------- 1 | $color-scheme: teal; 2 | 3 | @import "theme"; 4 | -------------------------------------------------------------------------------- /nudb/themes/metro/scss/theme-rtl.scss: -------------------------------------------------------------------------------- 1 | $direction: rtl; 2 | 3 | @import "theme"; 4 | -------------------------------------------------------------------------------- /nudb/themes/metro/scss/theme.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/themes/metro/scss/theme.scss -------------------------------------------------------------------------------- /nudb/themes/metro/theme.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/themes/metro/theme.json -------------------------------------------------------------------------------- /nudb/themes/original/css/theme.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/themes/original/css/theme.css -------------------------------------------------------------------------------- /nudb/themes/original/img/b_key.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/themes/original/img/b_key.png -------------------------------------------------------------------------------- /nudb/themes/original/img/b_sql.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/themes/original/img/b_sql.png -------------------------------------------------------------------------------- /nudb/themes/original/img/error.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/themes/original/img/error.ico -------------------------------------------------------------------------------- /nudb/themes/original/img/eye.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/themes/original/img/eye.png -------------------------------------------------------------------------------- /nudb/themes/original/img/hide.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/themes/original/img/hide.png -------------------------------------------------------------------------------- /nudb/themes/original/img/more.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/themes/original/img/more.png -------------------------------------------------------------------------------- /nudb/themes/original/img/pause.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/themes/original/img/pause.png -------------------------------------------------------------------------------- /nudb/themes/original/img/play.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/themes/original/img/play.png -------------------------------------------------------------------------------- /nudb/themes/original/img/s_asc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/themes/original/img/s_asc.png -------------------------------------------------------------------------------- /nudb/themes/original/img/s_cog.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/themes/original/img/s_cog.png -------------------------------------------------------------------------------- /nudb/themes/original/img/s_db.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/themes/original/img/s_db.png -------------------------------------------------------------------------------- /nudb/themes/original/img/s_tbl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/themes/original/img/s_tbl.png -------------------------------------------------------------------------------- /nudb/themes/original/img/s_top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/themes/original/img/s_top.png -------------------------------------------------------------------------------- /nudb/themes/original/img/show.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/themes/original/img/show.png -------------------------------------------------------------------------------- /nudb/themes/original/screen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/themes/original/screen.png -------------------------------------------------------------------------------- /nudb/themes/original/scss/printview.scss: -------------------------------------------------------------------------------- 1 | @import "../../pmahomme/scss/printview"; 2 | -------------------------------------------------------------------------------- /nudb/themes/original/scss/theme-rtl.scss: -------------------------------------------------------------------------------- 1 | $direction: rtl; 2 | 3 | @import "theme"; 4 | -------------------------------------------------------------------------------- /nudb/themes/original/theme.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/themes/original/theme.json -------------------------------------------------------------------------------- /nudb/themes/pmahomme/css/theme.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/themes/pmahomme/css/theme.css -------------------------------------------------------------------------------- /nudb/themes/pmahomme/img/b_key.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/themes/pmahomme/img/b_key.png -------------------------------------------------------------------------------- /nudb/themes/pmahomme/img/b_sdb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/themes/pmahomme/img/b_sdb.png -------------------------------------------------------------------------------- /nudb/themes/pmahomme/img/b_sql.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/themes/pmahomme/img/b_sql.png -------------------------------------------------------------------------------- /nudb/themes/pmahomme/img/error.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/themes/pmahomme/img/error.ico -------------------------------------------------------------------------------- /nudb/themes/pmahomme/img/eye.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/themes/pmahomme/img/eye.png -------------------------------------------------------------------------------- /nudb/themes/pmahomme/img/hide.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/themes/pmahomme/img/hide.png -------------------------------------------------------------------------------- /nudb/themes/pmahomme/img/item.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/themes/pmahomme/img/item.png -------------------------------------------------------------------------------- /nudb/themes/pmahomme/img/more.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/themes/pmahomme/img/more.png -------------------------------------------------------------------------------- /nudb/themes/pmahomme/img/pause.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/themes/pmahomme/img/pause.png -------------------------------------------------------------------------------- /nudb/themes/pmahomme/img/play.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/themes/pmahomme/img/play.png -------------------------------------------------------------------------------- /nudb/themes/pmahomme/img/s_asc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/themes/pmahomme/img/s_asc.png -------------------------------------------------------------------------------- /nudb/themes/pmahomme/img/s_cog.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/themes/pmahomme/img/s_cog.png -------------------------------------------------------------------------------- /nudb/themes/pmahomme/img/s_db.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/themes/pmahomme/img/s_db.png -------------------------------------------------------------------------------- /nudb/themes/pmahomme/img/s_tbl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/themes/pmahomme/img/s_tbl.png -------------------------------------------------------------------------------- /nudb/themes/pmahomme/img/s_top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/themes/pmahomme/img/s_top.png -------------------------------------------------------------------------------- /nudb/themes/pmahomme/img/show.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/themes/pmahomme/img/show.png -------------------------------------------------------------------------------- /nudb/themes/pmahomme/screen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/themes/pmahomme/screen.png -------------------------------------------------------------------------------- /nudb/themes/pmahomme/scss/theme-rtl.scss: -------------------------------------------------------------------------------- 1 | $direction: rtl; 2 | 3 | @import "theme"; 4 | -------------------------------------------------------------------------------- /nudb/themes/pmahomme/theme.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/themes/pmahomme/theme.json -------------------------------------------------------------------------------- /nudb/transformation_overview.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/transformation_overview.php -------------------------------------------------------------------------------- /nudb/transformation_wrapper.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/transformation_wrapper.php -------------------------------------------------------------------------------- /nudb/url.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/url.php -------------------------------------------------------------------------------- /nudb/user_password.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/user_password.php -------------------------------------------------------------------------------- /nudb/vendor/autoload.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/vendor/autoload.php -------------------------------------------------------------------------------- /nudb/vendor/composer/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/vendor/composer/LICENSE -------------------------------------------------------------------------------- /nudb/vendor/dasprid/enum/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/vendor/dasprid/enum/README.md -------------------------------------------------------------------------------- /nudb/vendor/dasprid/enum/phpcs.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/vendor/dasprid/enum/phpcs.xml -------------------------------------------------------------------------------- /nudb/vendor/phpmyadmin/motranslator/codecov.yml: -------------------------------------------------------------------------------- 1 | comment: 2 | layout: header, changes, diff 3 | coverage: {} 4 | -------------------------------------------------------------------------------- /nudb/vendor/phpmyadmin/shapefile/codecov.yml: -------------------------------------------------------------------------------- 1 | comment: 2 | layout: header, changes, diff 3 | coverage: {} 4 | -------------------------------------------------------------------------------- /nudb/vendor/pragmarx/google2fa-qrcode/tests/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /nudb/vendor/pragmarx/google2fa/tests/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /nudb/vendor/pragmarx/google2fa/upgrading.md: -------------------------------------------------------------------------------- 1 | # Google2FA 2 | 3 | -------------------------------------------------------------------------------- /nudb/vendor/psr/cache/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/vendor/psr/cache/CHANGELOG.md -------------------------------------------------------------------------------- /nudb/vendor/psr/cache/LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/vendor/psr/cache/LICENSE.txt -------------------------------------------------------------------------------- /nudb/vendor/psr/cache/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/vendor/psr/cache/README.md -------------------------------------------------------------------------------- /nudb/vendor/psr/container/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/vendor/psr/container/LICENSE -------------------------------------------------------------------------------- /nudb/vendor/psr/log/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/vendor/psr/log/LICENSE -------------------------------------------------------------------------------- /nudb/vendor/psr/log/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/vendor/psr/log/README.md -------------------------------------------------------------------------------- /nudb/vendor/psr/log/composer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/vendor/psr/log/composer.json -------------------------------------------------------------------------------- /nudb/vendor/symfony/cache/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/vendor/symfony/cache/LICENSE -------------------------------------------------------------------------------- /nudb/vendor/symfony/config/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/vendor/symfony/config/LICENSE -------------------------------------------------------------------------------- /nudb/vendor/symfony/yaml/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/vendor/symfony/yaml/LICENSE -------------------------------------------------------------------------------- /nudb/vendor/symfony/yaml/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/vendor/symfony/yaml/README.md -------------------------------------------------------------------------------- /nudb/vendor/symfony/yaml/Yaml.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/vendor/symfony/yaml/Yaml.php -------------------------------------------------------------------------------- /nudb/vendor/tecnickcom/tcpdf/VERSION: -------------------------------------------------------------------------------- 1 | 6.3.5 2 | -------------------------------------------------------------------------------- /nudb/vendor/twig/twig/.php_cs.dist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/vendor/twig/twig/.php_cs.dist -------------------------------------------------------------------------------- /nudb/vendor/twig/twig/.travis.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/vendor/twig/twig/.travis.yml -------------------------------------------------------------------------------- /nudb/vendor/twig/twig/CHANGELOG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/vendor/twig/twig/CHANGELOG -------------------------------------------------------------------------------- /nudb/vendor/twig/twig/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/vendor/twig/twig/LICENSE -------------------------------------------------------------------------------- /nudb/vendor/twig/twig/README.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/vendor/twig/twig/README.rst -------------------------------------------------------------------------------- /nudb/version_check.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/version_check.php -------------------------------------------------------------------------------- /nudb/view_create.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/view_create.php -------------------------------------------------------------------------------- /nudb/view_operations.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/view_operations.php -------------------------------------------------------------------------------- /nudb/yarn.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudb/yarn.lock -------------------------------------------------------------------------------- /nudrag.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudrag.css -------------------------------------------------------------------------------- /nudrag.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudrag.js -------------------------------------------------------------------------------- /nudrag.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nudrag.php -------------------------------------------------------------------------------- /nuemailer.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nuemailer.php -------------------------------------------------------------------------------- /nuform.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nuform.js -------------------------------------------------------------------------------- /nuform.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nuform.php -------------------------------------------------------------------------------- /nuformclass.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nuformclass.js -------------------------------------------------------------------------------- /nuformdrag.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nuformdrag.js -------------------------------------------------------------------------------- /nuindexlibs.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nuindexlibs.php -------------------------------------------------------------------------------- /nupmalogin.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nupmalogin.php -------------------------------------------------------------------------------- /nupmalogout.php: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /nuprocesslogins.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nuprocesslogins.php -------------------------------------------------------------------------------- /nureportdesigner.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nureportdesigner.php -------------------------------------------------------------------------------- /nureportdrag.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nureportdrag.js -------------------------------------------------------------------------------- /nureportjson.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nureportjson.js -------------------------------------------------------------------------------- /nurunhtml.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nurunhtml.php -------------------------------------------------------------------------------- /nurunpdf.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nurunpdf.php -------------------------------------------------------------------------------- /nurunphp.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nurunphp.php -------------------------------------------------------------------------------- /nusanitize.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nusanitize.php -------------------------------------------------------------------------------- /nusearchclass.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nusearchclass.php -------------------------------------------------------------------------------- /nuselect.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nuselect.php -------------------------------------------------------------------------------- /nuselectclass.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nuselectclass.js -------------------------------------------------------------------------------- /nusession.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nusession.php -------------------------------------------------------------------------------- /nusqlclass.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nusqlclass.php -------------------------------------------------------------------------------- /nustandalonesetuplibs.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nustandalonesetuplibs.php -------------------------------------------------------------------------------- /nusystemupdate.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nusystemupdate.php -------------------------------------------------------------------------------- /nusystemupdatelibs.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nusystemupdatelibs.php -------------------------------------------------------------------------------- /nuwordpresssetuplibs.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nuwordpresssetuplibs.php -------------------------------------------------------------------------------- /nuworkers.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/nuworkers.js -------------------------------------------------------------------------------- /phpmailer/Exception.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/phpmailer/Exception.php -------------------------------------------------------------------------------- /phpmailer/OAuth.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/phpmailer/OAuth.php -------------------------------------------------------------------------------- /phpmailer/PHPMailer.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/phpmailer/PHPMailer.php -------------------------------------------------------------------------------- /phpmailer/POP3.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/phpmailer/POP3.php -------------------------------------------------------------------------------- /phpmailer/SMTP.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/phpmailer/SMTP.php -------------------------------------------------------------------------------- /phpmailer/nuemailer/class-smtp.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/phpmailer/nuemailer/class-smtp.php -------------------------------------------------------------------------------- /readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/readme.txt -------------------------------------------------------------------------------- /tcpdf/CHANGELOG.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/tcpdf/CHANGELOG.TXT -------------------------------------------------------------------------------- /tcpdf/LICENSE.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/tcpdf/LICENSE.TXT -------------------------------------------------------------------------------- /tcpdf/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/tcpdf/README.md -------------------------------------------------------------------------------- /tcpdf/composer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/tcpdf/composer.json -------------------------------------------------------------------------------- /tcpdf/config/tcpdf_config.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/tcpdf/config/tcpdf_config.php -------------------------------------------------------------------------------- /tcpdf/fonts/ae_fonts_2.0/COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/tcpdf/fonts/ae_fonts_2.0/COPYING -------------------------------------------------------------------------------- /tcpdf/fonts/ae_fonts_2.0/ChangeLog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/tcpdf/fonts/ae_fonts_2.0/ChangeLog -------------------------------------------------------------------------------- /tcpdf/fonts/ae_fonts_2.0/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/tcpdf/fonts/ae_fonts_2.0/README -------------------------------------------------------------------------------- /tcpdf/fonts/aealarabiya.ctg.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/tcpdf/fonts/aealarabiya.ctg.z -------------------------------------------------------------------------------- /tcpdf/fonts/aealarabiya.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/tcpdf/fonts/aealarabiya.php -------------------------------------------------------------------------------- /tcpdf/fonts/aealarabiya.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/tcpdf/fonts/aealarabiya.z -------------------------------------------------------------------------------- /tcpdf/fonts/aefurat.ctg.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/tcpdf/fonts/aefurat.ctg.z -------------------------------------------------------------------------------- /tcpdf/fonts/aefurat.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/tcpdf/fonts/aefurat.php -------------------------------------------------------------------------------- /tcpdf/fonts/aefurat.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/tcpdf/fonts/aefurat.z -------------------------------------------------------------------------------- /tcpdf/fonts/courier.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/tcpdf/fonts/courier.php -------------------------------------------------------------------------------- /tcpdf/fonts/courierb.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/tcpdf/fonts/courierb.php -------------------------------------------------------------------------------- /tcpdf/fonts/courierbi.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/tcpdf/fonts/courierbi.php -------------------------------------------------------------------------------- /tcpdf/fonts/courieri.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/tcpdf/fonts/courieri.php -------------------------------------------------------------------------------- /tcpdf/fonts/dejavusans.ctg.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/tcpdf/fonts/dejavusans.ctg.z -------------------------------------------------------------------------------- /tcpdf/fonts/dejavusans.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/tcpdf/fonts/dejavusans.php -------------------------------------------------------------------------------- /tcpdf/fonts/dejavusans.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/tcpdf/fonts/dejavusans.z -------------------------------------------------------------------------------- /tcpdf/fonts/dejavusansb.ctg.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/tcpdf/fonts/dejavusansb.ctg.z -------------------------------------------------------------------------------- /tcpdf/fonts/dejavusansb.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/tcpdf/fonts/dejavusansb.php -------------------------------------------------------------------------------- /tcpdf/fonts/dejavusansb.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/tcpdf/fonts/dejavusansb.z -------------------------------------------------------------------------------- /tcpdf/fonts/dejavusansbi.ctg.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/tcpdf/fonts/dejavusansbi.ctg.z -------------------------------------------------------------------------------- /tcpdf/fonts/dejavusansbi.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/tcpdf/fonts/dejavusansbi.php -------------------------------------------------------------------------------- /tcpdf/fonts/dejavusansbi.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/tcpdf/fonts/dejavusansbi.z -------------------------------------------------------------------------------- /tcpdf/fonts/dejavusanscondensed.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/tcpdf/fonts/dejavusanscondensed.z -------------------------------------------------------------------------------- /tcpdf/fonts/dejavusanscondensedb.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/tcpdf/fonts/dejavusanscondensedb.z -------------------------------------------------------------------------------- /tcpdf/fonts/dejavusanscondensedi.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/tcpdf/fonts/dejavusanscondensedi.z -------------------------------------------------------------------------------- /tcpdf/fonts/dejavusansextralight.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/tcpdf/fonts/dejavusansextralight.z -------------------------------------------------------------------------------- /tcpdf/fonts/dejavusansi.ctg.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/tcpdf/fonts/dejavusansi.ctg.z -------------------------------------------------------------------------------- /tcpdf/fonts/dejavusansi.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/tcpdf/fonts/dejavusansi.php -------------------------------------------------------------------------------- /tcpdf/fonts/dejavusansi.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/tcpdf/fonts/dejavusansi.z -------------------------------------------------------------------------------- /tcpdf/fonts/dejavusansmono.ctg.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/tcpdf/fonts/dejavusansmono.ctg.z -------------------------------------------------------------------------------- /tcpdf/fonts/dejavusansmono.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/tcpdf/fonts/dejavusansmono.php -------------------------------------------------------------------------------- /tcpdf/fonts/dejavusansmono.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/tcpdf/fonts/dejavusansmono.z -------------------------------------------------------------------------------- /tcpdf/fonts/dejavusansmonob.ctg.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/tcpdf/fonts/dejavusansmonob.ctg.z -------------------------------------------------------------------------------- /tcpdf/fonts/dejavusansmonob.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/tcpdf/fonts/dejavusansmonob.php -------------------------------------------------------------------------------- /tcpdf/fonts/dejavusansmonob.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/tcpdf/fonts/dejavusansmonob.z -------------------------------------------------------------------------------- /tcpdf/fonts/dejavusansmonobi.ctg.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/tcpdf/fonts/dejavusansmonobi.ctg.z -------------------------------------------------------------------------------- /tcpdf/fonts/dejavusansmonobi.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/tcpdf/fonts/dejavusansmonobi.php -------------------------------------------------------------------------------- /tcpdf/fonts/dejavusansmonobi.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/tcpdf/fonts/dejavusansmonobi.z -------------------------------------------------------------------------------- /tcpdf/fonts/dejavusansmonoi.ctg.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/tcpdf/fonts/dejavusansmonoi.ctg.z -------------------------------------------------------------------------------- /tcpdf/fonts/dejavusansmonoi.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/tcpdf/fonts/dejavusansmonoi.php -------------------------------------------------------------------------------- /tcpdf/fonts/dejavusansmonoi.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/tcpdf/fonts/dejavusansmonoi.z -------------------------------------------------------------------------------- /tcpdf/fonts/dejavuserif.ctg.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/tcpdf/fonts/dejavuserif.ctg.z -------------------------------------------------------------------------------- /tcpdf/fonts/dejavuserif.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/tcpdf/fonts/dejavuserif.php -------------------------------------------------------------------------------- /tcpdf/fonts/dejavuserif.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/tcpdf/fonts/dejavuserif.z -------------------------------------------------------------------------------- /tcpdf/fonts/dejavuserifb.ctg.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/tcpdf/fonts/dejavuserifb.ctg.z -------------------------------------------------------------------------------- /tcpdf/fonts/dejavuserifb.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/tcpdf/fonts/dejavuserifb.php -------------------------------------------------------------------------------- /tcpdf/fonts/dejavuserifb.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/tcpdf/fonts/dejavuserifb.z -------------------------------------------------------------------------------- /tcpdf/fonts/dejavuserifbi.ctg.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/tcpdf/fonts/dejavuserifbi.ctg.z -------------------------------------------------------------------------------- /tcpdf/fonts/dejavuserifbi.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/tcpdf/fonts/dejavuserifbi.php -------------------------------------------------------------------------------- /tcpdf/fonts/dejavuserifbi.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/tcpdf/fonts/dejavuserifbi.z -------------------------------------------------------------------------------- /tcpdf/fonts/dejavuserifcondensed.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/tcpdf/fonts/dejavuserifcondensed.z -------------------------------------------------------------------------------- /tcpdf/fonts/dejavuserifi.ctg.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/tcpdf/fonts/dejavuserifi.ctg.z -------------------------------------------------------------------------------- /tcpdf/fonts/dejavuserifi.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/tcpdf/fonts/dejavuserifi.php -------------------------------------------------------------------------------- /tcpdf/fonts/dejavuserifi.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/tcpdf/fonts/dejavuserifi.z -------------------------------------------------------------------------------- /tcpdf/fonts/freemono.ctg.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/tcpdf/fonts/freemono.ctg.z -------------------------------------------------------------------------------- /tcpdf/fonts/freemono.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/tcpdf/fonts/freemono.php -------------------------------------------------------------------------------- /tcpdf/fonts/freemono.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/tcpdf/fonts/freemono.z -------------------------------------------------------------------------------- /tcpdf/fonts/freemonob.ctg.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/tcpdf/fonts/freemonob.ctg.z -------------------------------------------------------------------------------- /tcpdf/fonts/freemonob.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/tcpdf/fonts/freemonob.php -------------------------------------------------------------------------------- /tcpdf/fonts/freemonob.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/tcpdf/fonts/freemonob.z -------------------------------------------------------------------------------- /tcpdf/fonts/freemonobi.ctg.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/tcpdf/fonts/freemonobi.ctg.z -------------------------------------------------------------------------------- /tcpdf/fonts/freemonobi.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/tcpdf/fonts/freemonobi.php -------------------------------------------------------------------------------- /tcpdf/fonts/freemonobi.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/tcpdf/fonts/freemonobi.z -------------------------------------------------------------------------------- /tcpdf/fonts/freemonoi.ctg.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/tcpdf/fonts/freemonoi.ctg.z -------------------------------------------------------------------------------- /tcpdf/fonts/freemonoi.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/tcpdf/fonts/freemonoi.php -------------------------------------------------------------------------------- /tcpdf/fonts/freemonoi.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/tcpdf/fonts/freemonoi.z -------------------------------------------------------------------------------- /tcpdf/fonts/freesans.ctg.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/tcpdf/fonts/freesans.ctg.z -------------------------------------------------------------------------------- /tcpdf/fonts/freesans.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/tcpdf/fonts/freesans.php -------------------------------------------------------------------------------- /tcpdf/fonts/freesans.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/tcpdf/fonts/freesans.z -------------------------------------------------------------------------------- /tcpdf/fonts/freesansb.ctg.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/tcpdf/fonts/freesansb.ctg.z -------------------------------------------------------------------------------- /tcpdf/fonts/freesansb.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/tcpdf/fonts/freesansb.php -------------------------------------------------------------------------------- /tcpdf/fonts/freesansb.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/tcpdf/fonts/freesansb.z -------------------------------------------------------------------------------- /tcpdf/fonts/freesansbi.ctg.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/tcpdf/fonts/freesansbi.ctg.z -------------------------------------------------------------------------------- /tcpdf/fonts/freesansbi.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/tcpdf/fonts/freesansbi.php -------------------------------------------------------------------------------- /tcpdf/fonts/freesansbi.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/tcpdf/fonts/freesansbi.z -------------------------------------------------------------------------------- /tcpdf/fonts/freesansi.ctg.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/tcpdf/fonts/freesansi.ctg.z -------------------------------------------------------------------------------- /tcpdf/fonts/freesansi.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/tcpdf/fonts/freesansi.php -------------------------------------------------------------------------------- /tcpdf/fonts/freesansi.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/tcpdf/fonts/freesansi.z -------------------------------------------------------------------------------- /tcpdf/fonts/freeserif.ctg.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/tcpdf/fonts/freeserif.ctg.z -------------------------------------------------------------------------------- /tcpdf/fonts/freeserif.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/tcpdf/fonts/freeserif.php -------------------------------------------------------------------------------- /tcpdf/fonts/freeserif.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/tcpdf/fonts/freeserif.z -------------------------------------------------------------------------------- /tcpdf/fonts/freeserifb.ctg.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/tcpdf/fonts/freeserifb.ctg.z -------------------------------------------------------------------------------- /tcpdf/fonts/freeserifb.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/tcpdf/fonts/freeserifb.php -------------------------------------------------------------------------------- /tcpdf/fonts/freeserifb.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/tcpdf/fonts/freeserifb.z -------------------------------------------------------------------------------- /tcpdf/fonts/freeserifbi.ctg.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/tcpdf/fonts/freeserifbi.ctg.z -------------------------------------------------------------------------------- /tcpdf/fonts/freeserifbi.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/tcpdf/fonts/freeserifbi.php -------------------------------------------------------------------------------- /tcpdf/fonts/freeserifbi.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/tcpdf/fonts/freeserifbi.z -------------------------------------------------------------------------------- /tcpdf/fonts/freeserifi.ctg.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/tcpdf/fonts/freeserifi.ctg.z -------------------------------------------------------------------------------- /tcpdf/fonts/freeserifi.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/tcpdf/fonts/freeserifi.php -------------------------------------------------------------------------------- /tcpdf/fonts/freeserifi.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/tcpdf/fonts/freeserifi.z -------------------------------------------------------------------------------- /tcpdf/fonts/helvetica.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/tcpdf/fonts/helvetica.php -------------------------------------------------------------------------------- /tcpdf/fonts/helveticab.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/tcpdf/fonts/helveticab.php -------------------------------------------------------------------------------- /tcpdf/fonts/helveticabi.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/tcpdf/fonts/helveticabi.php -------------------------------------------------------------------------------- /tcpdf/fonts/helveticai.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/tcpdf/fonts/helveticai.php -------------------------------------------------------------------------------- /tcpdf/fonts/kozgopromedium.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/tcpdf/fonts/kozgopromedium.php -------------------------------------------------------------------------------- /tcpdf/fonts/kozminproregular.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/tcpdf/fonts/kozminproregular.php -------------------------------------------------------------------------------- /tcpdf/fonts/msungstdlight.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/tcpdf/fonts/msungstdlight.php -------------------------------------------------------------------------------- /tcpdf/fonts/pdfacourier.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/tcpdf/fonts/pdfacourier.php -------------------------------------------------------------------------------- /tcpdf/fonts/pdfacourier.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/tcpdf/fonts/pdfacourier.z -------------------------------------------------------------------------------- /tcpdf/fonts/pdfacourierb.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/tcpdf/fonts/pdfacourierb.php -------------------------------------------------------------------------------- /tcpdf/fonts/pdfacourierb.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/tcpdf/fonts/pdfacourierb.z -------------------------------------------------------------------------------- /tcpdf/fonts/pdfacourierbi.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/tcpdf/fonts/pdfacourierbi.php -------------------------------------------------------------------------------- /tcpdf/fonts/pdfacourierbi.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/tcpdf/fonts/pdfacourierbi.z -------------------------------------------------------------------------------- /tcpdf/fonts/pdfacourieri.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/tcpdf/fonts/pdfacourieri.php -------------------------------------------------------------------------------- /tcpdf/fonts/pdfacourieri.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/tcpdf/fonts/pdfacourieri.z -------------------------------------------------------------------------------- /tcpdf/fonts/pdfahelvetica.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/tcpdf/fonts/pdfahelvetica.php -------------------------------------------------------------------------------- /tcpdf/fonts/pdfahelvetica.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/tcpdf/fonts/pdfahelvetica.z -------------------------------------------------------------------------------- /tcpdf/fonts/pdfahelveticab.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/tcpdf/fonts/pdfahelveticab.php -------------------------------------------------------------------------------- /tcpdf/fonts/pdfahelveticab.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/tcpdf/fonts/pdfahelveticab.z -------------------------------------------------------------------------------- /tcpdf/fonts/pdfahelveticabi.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/tcpdf/fonts/pdfahelveticabi.php -------------------------------------------------------------------------------- /tcpdf/fonts/pdfahelveticabi.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/tcpdf/fonts/pdfahelveticabi.z -------------------------------------------------------------------------------- /tcpdf/fonts/pdfahelveticai.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/tcpdf/fonts/pdfahelveticai.php -------------------------------------------------------------------------------- /tcpdf/fonts/pdfahelveticai.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/tcpdf/fonts/pdfahelveticai.z -------------------------------------------------------------------------------- /tcpdf/fonts/pdfasymbol.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/tcpdf/fonts/pdfasymbol.php -------------------------------------------------------------------------------- /tcpdf/fonts/pdfasymbol.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/tcpdf/fonts/pdfasymbol.z -------------------------------------------------------------------------------- /tcpdf/fonts/pdfatimes.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/tcpdf/fonts/pdfatimes.php -------------------------------------------------------------------------------- /tcpdf/fonts/pdfatimes.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/tcpdf/fonts/pdfatimes.z -------------------------------------------------------------------------------- /tcpdf/fonts/pdfatimesb.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/tcpdf/fonts/pdfatimesb.php -------------------------------------------------------------------------------- /tcpdf/fonts/pdfatimesb.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/tcpdf/fonts/pdfatimesb.z -------------------------------------------------------------------------------- /tcpdf/fonts/pdfatimesbi.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/tcpdf/fonts/pdfatimesbi.php -------------------------------------------------------------------------------- /tcpdf/fonts/pdfatimesbi.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/tcpdf/fonts/pdfatimesbi.z -------------------------------------------------------------------------------- /tcpdf/fonts/pdfatimesi.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/tcpdf/fonts/pdfatimesi.php -------------------------------------------------------------------------------- /tcpdf/fonts/pdfatimesi.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/tcpdf/fonts/pdfatimesi.z -------------------------------------------------------------------------------- /tcpdf/fonts/pdfazapfdingbats.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/tcpdf/fonts/pdfazapfdingbats.php -------------------------------------------------------------------------------- /tcpdf/fonts/pdfazapfdingbats.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/tcpdf/fonts/pdfazapfdingbats.z -------------------------------------------------------------------------------- /tcpdf/fonts/stsongstdlight.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/tcpdf/fonts/stsongstdlight.php -------------------------------------------------------------------------------- /tcpdf/fonts/symbol.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/tcpdf/fonts/symbol.php -------------------------------------------------------------------------------- /tcpdf/fonts/times.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/tcpdf/fonts/times.php -------------------------------------------------------------------------------- /tcpdf/fonts/timesb.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/tcpdf/fonts/timesb.php -------------------------------------------------------------------------------- /tcpdf/fonts/timesbi.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/tcpdf/fonts/timesbi.php -------------------------------------------------------------------------------- /tcpdf/fonts/timesi.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/tcpdf/fonts/timesi.php -------------------------------------------------------------------------------- /tcpdf/fonts/zapfdingbats.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/tcpdf/fonts/zapfdingbats.php -------------------------------------------------------------------------------- /tcpdf/include/barcodes/pdf417.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/tcpdf/include/barcodes/pdf417.php -------------------------------------------------------------------------------- /tcpdf/include/barcodes/qrcode.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/tcpdf/include/barcodes/qrcode.php -------------------------------------------------------------------------------- /tcpdf/include/sRGB.icc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/tcpdf/include/sRGB.icc -------------------------------------------------------------------------------- /tcpdf/include/tcpdf_colors.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/tcpdf/include/tcpdf_colors.php -------------------------------------------------------------------------------- /tcpdf/include/tcpdf_filters.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/tcpdf/include/tcpdf_filters.php -------------------------------------------------------------------------------- /tcpdf/include/tcpdf_font_data.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/tcpdf/include/tcpdf_font_data.php -------------------------------------------------------------------------------- /tcpdf/include/tcpdf_fonts.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/tcpdf/include/tcpdf_fonts.php -------------------------------------------------------------------------------- /tcpdf/include/tcpdf_images.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/tcpdf/include/tcpdf_images.php -------------------------------------------------------------------------------- /tcpdf/include/tcpdf_static.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/tcpdf/include/tcpdf_static.php -------------------------------------------------------------------------------- /tcpdf/tcpdf.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/tcpdf/tcpdf.php -------------------------------------------------------------------------------- /tcpdf/tcpdf_autoconfig.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/tcpdf/tcpdf_autoconfig.php -------------------------------------------------------------------------------- /tcpdf/tcpdf_barcodes_1d.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/tcpdf/tcpdf_barcodes_1d.php -------------------------------------------------------------------------------- /tcpdf/tcpdf_barcodes_2d.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/tcpdf/tcpdf_barcodes_2d.php -------------------------------------------------------------------------------- /tcpdf/tcpdf_import.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/tcpdf/tcpdf_import.php -------------------------------------------------------------------------------- /tcpdf/tcpdf_parser.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/tcpdf/tcpdf_parser.php -------------------------------------------------------------------------------- /tcpdf/tools/.htaccess: -------------------------------------------------------------------------------- 1 | deny from all 2 | -------------------------------------------------------------------------------- /tcpdf/tools/tcpdf_addfont.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/tcpdf/tools/tcpdf_addfont.php -------------------------------------------------------------------------------- /temp/nupdf_5f87508687b938f.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steven-copley/nubuilder4/HEAD/temp/nupdf_5f87508687b938f.pdf -------------------------------------------------------------------------------- /upload-target/index.php: -------------------------------------------------------------------------------- 1 | --------------------------------------------------------------------------------