Prechecker results: error


PHP lint problems

(0 errors, 0 warnings)

This section shows php lint problems in the code detected by php -l [More info]


PHP coding style problems

(0 errors, 21 warnings)

This section shows the coding style problems detected in the code by phpcs [More info]

mod/vpl/similarity/tokenizer_ada.class.php
(#225) Targeting a 'switch' control structure with a 'continue' statement is strongly discouraged and will throw a warning as of PHP 7.3.
(#229) Targeting a 'switch' control structure with a 'continue' statement is strongly discouraged and will throw a warning as of PHP 7.3.
(#243) Targeting a 'switch' control structure with a 'continue' statement is strongly discouraged and will throw a warning as of PHP 7.3.
mod/vpl/similarity/tokenizer_c.class.php
(#166) Targeting a 'switch' control structure with a 'continue' statement is strongly discouraged and will throw a warning as of PHP 7.3.
(#211) Targeting a 'switch' control structure with a 'continue' statement is strongly discouraged and will throw a warning as of PHP 7.3.
(#215) Targeting a 'switch' control structure with a 'continue' statement is strongly discouraged and will throw a warning as of PHP 7.3.
(#226) Targeting a 'switch' control structure with a 'continue' statement is strongly discouraged and will throw a warning as of PHP 7.3.
(#232) Targeting a 'switch' control structure with a 'continue' statement is strongly discouraged and will throw a warning as of PHP 7.3.
mod/vpl/similarity/tokenizer_matlab.class.php
(#260) Targeting a 'switch' control structure with a 'continue' statement is strongly discouraged and will throw a warning as of PHP 7.3.
(#264) Targeting a 'switch' control structure with a 'continue' statement is strongly discouraged and will throw a warning as of PHP 7.3.
mod/vpl/similarity/tokenizer_python.class.php
(#157) Targeting a 'switch' control structure with a 'continue' statement is strongly discouraged and will throw a warning as of PHP 7.3.
(#193) Targeting a 'switch' control structure with a 'continue' statement is strongly discouraged and will throw a warning as of PHP 7.3.
(#197) Targeting a 'switch' control structure with a 'continue' statement is strongly discouraged and will throw a warning as of PHP 7.3.
(#208) Targeting a 'switch' control structure with a 'continue' statement is strongly discouraged and will throw a warning as of PHP 7.3.
(#213) Targeting a 'switch' control structure with a 'continue' statement is strongly discouraged and will throw a warning as of PHP 7.3.
mod/vpl/similarity/tokenizer_scala.class.php
(#135) Targeting a 'switch' control structure with a 'continue' statement is strongly discouraged and will throw a warning as of PHP 7.3.
(#171) Targeting a 'switch' control structure with a 'continue' statement is strongly discouraged and will throw a warning as of PHP 7.3.
(#175) Targeting a 'switch' control structure with a 'continue' statement is strongly discouraged and will throw a warning as of PHP 7.3.
(#186) Targeting a 'switch' control structure with a 'continue' statement is strongly discouraged and will throw a warning as of PHP 7.3.
(#192) Targeting a 'switch' control structure with a 'continue' statement is strongly discouraged and will throw a warning as of PHP 7.3.
mod/vpl/similarity/tokenizer_scheme.class.php
(#170) Targeting a 'switch' control structure with a 'continue' statement is strongly discouraged and will throw a warning as of PHP 7.3.

Javascript coding style problems

(22 errors, 1398 warnings)

This section shows the coding style problems detected in the code by eslint [More info]

mod/vpl/editor/evaluationMonitor.js
(#24) 'VPL_Single_Evaluation' is defined but never used. (no-unused-vars)
(#28) Identifier 'VPL_Single_Evaluation' is not in camel case. (camelcase)
(#29) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#33) Missing JSDoc comment. (require-jsdoc)
(#34) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#35) Extra space after key 'next'. (key-spacing)
(#40) Extra space after key 'ajaxurl'. (key-spacing)
(#41) Extra space after key 'run'. (key-spacing)
(#42) Extra space after key 'getLastAction'. (key-spacing)
(#47) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#50) Identifier 'VPL_Util' is not in camel case. (camelcase)
mod/vpl/editor/VPL_jquery_no_conflict.js
(#12) '$JQVPL' is defined but never used. (no-unused-vars)
mod/vpl/editor/VPLIDE.js
(#24) 'VPL_IDE' is defined but never used. (no-unused-vars)
(#35) Identifier 'root_id' is not in camel case. (camelcase)
(#37) Identifier 'file_manager' is not in camel case. (camelcase)
(#47) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#48) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#49) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#50) Identifier 'root_obj' is not in camel case. (camelcase)
(#50) Identifier 'root_id' is not in camel case. (camelcase)
(#51) Identifier 'root_obj' is not in camel case. (camelcase)
(#52) Expected an object to be thrown. (no-throw-literal)
(#55) Extra space after key 'new'. (key-spacing)
(#56) Extra space after key 'rename'. (key-spacing)
(#57) Extra space after key 'delete'. (key-spacing)
(#58) Extra space after key 'save'. (key-spacing)
(#59) Extra space after key 'run'. (key-spacing)
(#60) Extra space after key 'edit'. (key-spacing)
(#61) Extra space after key 'debug'. (key-spacing)
(#62) Extra space after key 'evaluate'. (key-spacing)
(#63) Extra space after key 'import'. (key-spacing)
(#64) Extra space after key 'resetfiles'. (key-spacing)
(#65) Extra space after key 'sort'. (key-spacing)
(#66) Extra space after key 'multidelete'. (key-spacing)
(#67) Extra space after key 'console'. (key-spacing)
(#68) Extra space after key 'comments'. (key-spacing)
(#70) There should be no spaces inside this paren. (space-in-parens)
(#70) There should be no spaces inside this paren. (space-in-parens)
(#78) Unexpected space after unary operator '!'. (space-unary-ops)
(#83) Missing JSDoc comment. (require-jsdoc)
(#90) There should be no spaces inside this paren. (space-in-parens)
(#90) There should be no spaces inside this paren. (space-in-parens)
(#94) Missing JSDoc comment. (require-jsdoc)
(#103) Missing JSDoc comment. (require-jsdoc)
(#103) Expected to return a value at the end of function 'dropHandler'. (consistent-return)
(#111) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#112) Identifier 'file_manager' is not in camel case. (camelcase)
(#114) Missing space before opening brace. (space-before-blocks)
(#115) Identifier 'file_manager' is not in camel case. (camelcase)
(#121) Identifier 'root_obj' is not in camel case. (camelcase)
(#122) Identifier 'root_obj' is not in camel case. (camelcase)
(#125) Missing JSDoc comment. (require-jsdoc)
(#125) Expected to return a value at the end of function 'restrictedPaste'. (consistent-return)
(#134) A space is required after ','. (comma-spacing)
(#136) Identifier 'file_list_container' is not in camel case. (camelcase)
(#137) Identifier 'file_list' is not in camel case. (camelcase)
(#138) Identifier 'file_list_content' is not in camel case. (camelcase)
(#139) Identifier 'tabs_ul' is not in camel case. (camelcase)
(#141) Identifier 'result_container' is not in camel case. (camelcase)
(#143) Identifier 'file_list_container' is not in camel case. (camelcase)
(#143) Identifier 'vpl_minWidth' is not in camel case. (camelcase)
(#144) Identifier 'result_container' is not in camel case. (camelcase)
(#144) Identifier 'vpl_minWidth' is not in camel case. (camelcase)
(#146) Missing JSDoc comment. (require-jsdoc)
(#146) Expected to return a value at the end of function 'avoidSelectGrade'. (consistent-return)
(#153) Missing JSDoc comment. (require-jsdoc)
(#153) Identifier 'File_manager' is not in camel case. (camelcase)
(#154) Identifier 'tabs_ul' is not in camel case. (camelcase)
(#163) Missing JSDoc comment. (require-jsdoc)
(#172) Missing JSDoc comment. (require-jsdoc)
(#201) Missing space before opening brace. (space-before-blocks)
(#207) Missing space before opening brace. (space-before-blocks)
(#212) Identifier 'tabs_ul' is not in camel case. (camelcase)
(#216) Identifier 'tabs_ul' is not in camel case. (camelcase)
(#226) Missing space before opening brace. (space-before-blocks)
(#235) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#236) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#251) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#252) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#268) Identifier 'file_list_container' is not in camel case. (camelcase)
(#268) Missing space before opening brace. (space-before-blocks)
(#271) Identifier 'file_list_container' is not in camel case. (camelcase)
(#271) Identifier 'vpl_visible' is not in camel case. (camelcase)
(#273) Identifier 'file_list_container' is not in camel case. (camelcase)
(#276) Identifier 'file_list_container' is not in camel case. (camelcase)
(#281) Identifier 'file_list_container' is not in camel case. (camelcase)
(#284) There should be no spaces inside this paren. (space-in-parens)
(#284) There should be no spaces inside this paren. (space-in-parens)
(#284) Missing space before opening brace. (space-before-blocks)
(#304) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#317) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#332) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#345) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#351) Missing space before opening brace. (space-before-blocks)
(#352) Expected an object to be thrown. (no-throw-literal)
(#354) Missing space before opening brace. (space-before-blocks)
(#355) Expected an object to be thrown. (no-throw-literal)
(#357) Missing space before opening brace. (space-before-blocks)
(#360) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#370) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#386) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#436) There should be no spaces inside this paren. (space-in-parens)
(#436) There should be no spaces inside this paren. (space-in-parens)
(#439) There should be no spaces inside this paren. (space-in-parens)
(#439) There should be no spaces inside this paren. (space-in-parens)
(#441) There should be no spaces inside this paren. (space-in-parens)
(#441) There should be no spaces inside this paren. (space-in-parens)
(#441) There should be no spaces inside this paren. (space-in-parens)
(#441) There should be no spaces inside this paren. (space-in-parens)
(#445) There should be no spaces inside this paren. (space-in-parens)
(#445) There should be no spaces inside this paren. (space-in-parens)
(#467) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#468) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#473) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#475) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#496) Extra space after key 'isDir'. (key-spacing)
(#497) Extra space after key 'content'. (key-spacing)
(#500) There should be no spaces inside this paren. (space-in-parens)
(#500) There should be no spaces inside this paren. (space-in-parens)
(#506) There should be no spaces inside this paren. (space-in-parens)
(#506) There should be no spaces inside this paren. (space-in-parens)
(#508) Blocks are nested too deeply (5). (max-depth)
(#510) Extra space after key 'isDir'. (key-spacing)
(#511) Extra space after key 'content'. (key-spacing)
(#512) Extra space after key 'pos'. (key-spacing)
(#515) Blocks are nested too deeply (6). (max-depth)
(#517) Extra space after key 'isDir'. (key-spacing)
(#518) Extra space after key 'content'. (key-spacing)
(#531) Missing space before opening brace. (space-before-blocks)
(#535) Missing JSDoc comment. (require-jsdoc)
(#535) A space is required after ','. (comma-spacing)
(#535) A space is required after ','. (comma-spacing)
(#537) There should be no spaces inside this paren. (space-in-parens)
(#537) There should be no spaces inside this paren. (space-in-parens)
(#540) There should be no spaces inside this paren. (space-in-parens)
(#540) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#540) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#540) There should be no spaces inside this paren. (space-in-parens)
(#544) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#544) There should be no spaces inside this paren. (space-in-parens)
(#544) There should be no spaces inside this paren. (space-in-parens)
(#545) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#545) There should be no spaces inside this paren. (space-in-parens)
(#545) There should be no spaces inside this paren. (space-in-parens)
(#546) There should be no spaces inside this paren. (space-in-parens)
(#546) There should be no spaces inside this paren. (space-in-parens)
(#552) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#555) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#557) There should be no spaces inside this paren. (space-in-parens)
(#557) There should be no spaces inside this paren. (space-in-parens)
(#566) A space is required after ','. (comma-spacing)
(#566) A space is required after ','. (comma-spacing)
(#570) Identifier 'file_list_content' is not in camel case. (camelcase)
(#572) Identifier 'tabs_ul' is not in camel case. (camelcase)
(#573) Identifier 'file_manager' is not in camel case. (camelcase)
(#573) Identifier 'file_manager' is not in camel case. (camelcase)
(#575) Identifier 'tabs_ul' is not in camel case. (camelcase)
(#576) Identifier 'tabs_ul' is not in camel case. (camelcase)
(#576) Multiple spaces found before 'menuButtons'. (no-multi-spaces)
(#577) Identifier 'file_list_content' is not in camel case. (camelcase)
(#577) Multiple spaces found before 'menuButtons'. (no-multi-spaces)
(#581) Expected space(s) after "if". (keyword-spacing)
(#581) There should be no spaces inside this paren. (space-in-parens)
(#581) There should be no spaces inside this paren. (space-in-parens)
(#583) There should be no spaces inside this paren. (space-in-parens)
(#586) There should be no spaces inside this paren. (space-in-parens)
(#586) There should be no spaces inside this paren. (space-in-parens)
(#599) There should be no spaces inside this paren. (space-in-parens)
(#599) There should be no spaces inside this paren. (space-in-parens)
(#607) There should be no spaces inside this paren. (space-in-parens)
(#607) There should be no spaces inside this paren. (space-in-parens)
(#618) There should be no spaces inside this paren. (space-in-parens)
(#618) There should be no spaces inside this paren. (space-in-parens)
(#628) Unexpected space before function parentheses. (space-before-function-paren)
(#631) There should be no spaces inside this paren. (space-in-parens)
(#631) There should be no spaces inside this paren. (space-in-parens)
(#634) There should be no spaces inside this paren. (space-in-parens)
(#634) There should be no spaces inside this paren. (space-in-parens)
(#646) Identifier 'file_manager' is not in camel case. (camelcase)
(#650) Unexpected whitespace before property i. (no-whitespace-before-property)
(#655) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#660) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#660) There should be no spaces inside this paren. (space-in-parens)
(#660) There should be no spaces inside this paren. (space-in-parens)
(#663) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#663) There should be no spaces inside this paren. (space-in-parens)
(#663) There should be no spaces inside this paren. (space-in-parens)
(#666) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#672) 'MathJax' is not defined. (no-undef)
(#672) A space is required after ','. (comma-spacing)
(#672) 'MathJax' is not defined. (no-undef)
(#672) A space is required after ','. (comma-spacing)
(#675) There should be no spaces inside this paren. (space-in-parens)
(#675) There should be no spaces inside this paren. (space-in-parens)
(#676) Identifier 'result_container' is not in camel case. (camelcase)
(#677) Identifier 'result_container' is not in camel case. (camelcase)
(#677) Identifier 'vpl_visible' is not in camel case. (camelcase)
(#684) Identifier 'file_manager' is not in camel case. (camelcase)
(#690) Identifier 'result_container' is not in camel case. (camelcase)
(#691) Identifier 'result_container' is not in camel case. (camelcase)
(#691) Identifier 'vpl_visible' is not in camel case. (camelcase)
(#693) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#697) Extra space after key 'heightStyle'. (key-spacing)
(#698) Extra space after key 'header'. (key-spacing)
(#699) Extra space after key 'beforeActivate'. (key-spacing)
(#701) Identifier 'result_container' is not in camel case. (camelcase)
(#701) Identifier 'result_container' is not in camel case. (camelcase)
(#704) Identifier 'file_manager' is not in camel case. (camelcase)
(#706) Identifier 'result_container' is not in camel case. (camelcase)
(#706) Identifier 'vpl_visible' is not in camel case. (camelcase)
(#707) Identifier 'result_container' is not in camel case. (camelcase)
(#709) Identifier 'file_list_container' is not in camel case. (camelcase)
(#710) Identifier 'file_list' is not in camel case. (camelcase)
(#711) Identifier 'file_list' is not in camel case. (camelcase)
(#711) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#711) Identifier 'file_list' is not in camel case. (camelcase)
(#712) Identifier 'file_list' is not in camel case. (camelcase)
(#713) Identifier 'file_list_content' is not in camel case. (camelcase)
(#714) Identifier 'file_list_container' is not in camel case. (camelcase)
(#714) Identifier 'file_list_container' is not in camel case. (camelcase)
(#715) Identifier 'file_list_container' is not in camel case. (camelcase)
(#717) Identifier 'file_manager' is not in camel case. (camelcase)
(#719) Identifier 'file_list_container' is not in camel case. (camelcase)
(#719) Identifier 'vpl_visible' is not in camel case. (camelcase)
(#720) Identifier 'file_list_container' is not in camel case. (camelcase)
(#723) Missing JSDoc comment. (require-jsdoc)
(#729) Missing JSDoc comment. (require-jsdoc)
(#730) Identifier 'diff_left' is not in camel case. (camelcase)
(#732) Identifier 'diff_left' is not in camel case. (camelcase)
(#733) Identifier 'file_list_container' is not in camel case. (camelcase)
(#733) Identifier 'file_list_container' is not in camel case. (camelcase)
(#735) Identifier 'file_list_container' is not in camel case. (camelcase)
(#735) Identifier 'file_list_container' is not in camel case. (camelcase)
(#735) Identifier 'diff_left' is not in camel case. (camelcase)
(#737) Identifier 'result_container' is not in camel case. (camelcase)
(#737) Identifier 'result_container' is not in camel case. (camelcase)
(#739) Identifier 'diff_width' is not in camel case. (camelcase)
(#740) Identifier 'result_container' is not in camel case. (camelcase)
(#740) Identifier 'result_container' is not in camel case. (camelcase)
(#740) Identifier 'diff_width' is not in camel case. (camelcase)
(#742) Identifier 'file_manager' is not in camel case. (camelcase)
(#745) Extra space after key 'containment'. (key-spacing)
(#746) Extra space after key 'resize'. (key-spacing)
(#747) Extra space after key 'start'. (key-spacing)
(#750) Identifier 'result_container' is not in camel case. (camelcase)
(#751) Identifier 'result_container' is not in camel case. (camelcase)
(#751) Identifier 'vpl_original_width' is not in camel case. (camelcase)
(#751) Identifier 'result_container' is not in camel case. (camelcase)
(#753) Identifier 'file_list_container' is not in camel case. (camelcase)
(#754) Identifier 'file_list_container' is not in camel case. (camelcase)
(#754) Identifier 'vpl_original_width' is not in camel case. (camelcase)
(#754) Identifier 'file_list_container' is not in camel case. (camelcase)
(#757) Extra space after key 'stop'. (key-spacing)
(#764) Extra space after key 'handles'. (key-spacing)
(#767) Missing JSDoc comment. (require-jsdoc)
(#768) There should be no space after '['. (array-bracket-spacing)
(#768) There should be no space before ']'. (array-bracket-spacing)
(#770) Identifier 'file_list_container' is not in camel case. (camelcase)
(#771) Identifier 'result_container' is not in camel case. (camelcase)
(#777) Missing JSDoc comment. (require-jsdoc)
(#783) There should be no spaces inside this paren. (space-in-parens)
(#783) There should be no spaces inside this paren. (space-in-parens)
(#786) Identifier 'result_container' is not in camel case. (camelcase)
(#787) Identifier 'result_container' is not in camel case. (camelcase)
(#787) There should be no spaces inside this paren. (space-in-parens)
(#788) There should be no spaces inside this paren. (space-in-parens)
(#788) There should be no spaces inside this paren. (space-in-parens)
(#790) Identifier 'file_list_container' is not in camel case. (camelcase)
(#791) Identifier 'file_list_content' is not in camel case. (camelcase)
(#791) There should be no spaces inside this paren. (space-in-parens)
(#791) Identifier 'file_list' is not in camel case. (camelcase)
(#792) Identifier 'file_list_container' is not in camel case. (camelcase)
(#792) There should be no spaces inside this paren. (space-in-parens)
(#792) There should be no spaces inside this paren. (space-in-parens)
(#797) Identifier 'tabs_ul_width' is not in camel case. (camelcase)
(#798) Identifier 'tabs_ul' is not in camel case. (camelcase)
(#799) Identifier 'tabs_ul' is not in camel case. (camelcase)
(#801) Identifier 'tabs_ul' is not in camel case. (camelcase)
(#802) Identifier 'tabs_ul_width' is not in camel case. (camelcase)
(#803) Identifier 'tabs_ul' is not in camel case. (camelcase)
(#804) Identifier 'file_manager' is not in camel case. (camelcase)
(#812) Identifier 'tabs_ul' is not in camel case. (camelcase)
(#813) Extra space after key 'scrollLeft'. (key-spacing)
(#817) Identifier 'tabs_ul_width' is not in camel case. (camelcase)
(#818) Identifier 'tabs_ul' is not in camel case. (camelcase)
(#821) Unexpected space before function parentheses. (space-before-function-paren)
(#827) Identifier 'file_list_container' is not in camel case. (camelcase)
(#828) Identifier 'file_list_container' is not in camel case. (camelcase)
(#839) Identifier 'result_container' is not in camel case. (camelcase)
(#840) Identifier 'result_container' is not in camel case. (camelcase)
(#850) Identifier 'file_list_container' is not in camel case. (camelcase)
(#851) Identifier 'file_list_container' is not in camel case. (camelcase)
(#852) Identifier 'file_list_container' is not in camel case. (camelcase)
(#857) Identifier 'result_container' is not in camel case. (camelcase)
(#858) Identifier 'result_container' is not in camel case. (camelcase)
(#865) Identifier 'file_manager' is not in camel case. (camelcase)
(#867) Missing JSDoc comment. (require-jsdoc)
(#868) Identifier 'file_manager' is not in camel case. (camelcase)
(#870) Identifier 'dialogbase_options' is not in camel case. (camelcase)
(#871) Extra space after key 'close'. (key-spacing)
(#872) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#873) Missing JSDoc comment. (require-jsdoc)
(#874) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#877) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#878) Extra space after key 'close'. (key-spacing)
(#882) Identifier 'dialog_new' is not in camel case. (camelcase)
(#883) Missing JSDoc comment. (require-jsdoc)
(#887) Identifier 'dialog_new' is not in camel case. (camelcase)
(#889) Missing space before value for key 'name'. (key-spacing)
(#890) Missing space before value for key 'contents'. (key-spacing)
(#891) Missing space before value for key 'encoding'. (key-spacing)
(#893) Identifier 'file_manager' is not in camel case. (camelcase)
(#895) Identifier 'file_manager' is not in camel case. (camelcase)
(#896) Identifier 'file_manager' is not in camel case. (camelcase)
(#899) Function 'newFileHandler' expected no return value. (consistent-return)
(#907) Identifier 'dialog_new' is not in camel case. (camelcase)
(#908) Identifier 'dialog_new' is not in camel case. (camelcase)
(#909) Extra space after key 'title'. (key-spacing)
(#910) Extra space after key 'buttons'. (key-spacing)
(#913) Identifier 'dialog_rename' is not in camel case. (camelcase)
(#914) Missing JSDoc comment. (require-jsdoc)
(#918) Identifier 'dialog_rename' is not in camel case. (camelcase)
(#919) Identifier 'file_manager' is not in camel case. (camelcase)
(#919) Identifier 'file_manager' is not in camel case. (camelcase)
(#923) Identifier 'dialog_rename' is not in camel case. (camelcase)
(#925) Identifier 'dialog_rename' is not in camel case. (camelcase)
(#926) Extra space after key 'open'. (key-spacing)
(#927) Identifier 'file_manager' is not in camel case. (camelcase)
(#929) Extra space after key 'title'. (key-spacing)
(#930) Extra space after key 'buttons'. (key-spacing)
(#932) Missing space before opening brace. (space-before-blocks)
(#935) Identifier 'dialog_comments' is not in camel case. (camelcase)
(#936) Identifier 'dialog_comments' is not in camel case. (camelcase)
(#937) Extra space after key 'title'. (key-spacing)
(#938) Extra space after key 'width'. (key-spacing)
(#939) Extra space after key 'buttons'. (key-spacing)
(#949) Missing space before opening brace. (space-before-blocks)
(#950) Identifier 'file_manager' is not in camel case. (camelcase)
(#953) Extra space after key 'title'. (key-spacing)
(#954) Extra space after key 'width'. (key-spacing)
(#956) Extra space after key 'buttons'. (key-spacing)
(#963) Extra space after key 'title'. (key-spacing)
(#964) Extra space after key 'width'. (key-spacing)
(#966) Extra space after key 'buttons'. (key-spacing)
(#968) Identifier 'dialog_sort' is not in camel case. (camelcase)
(#971) Identifier 'file_manager' is not in camel case. (camelcase)
(#986) Identifier 'file_manager' is not in camel case. (camelcase)
(#987) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#988) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#988) Identifier 'file_manager' is not in camel case. (camelcase)
(#994) Identifier 'dialog_sort' is not in camel case. (camelcase)
(#995) Extra space after key 'title'. (key-spacing)
(#996) Extra space after key 'buttons'. (key-spacing)
(#997) Extra space after key 'open'. (key-spacing)
(#1000) Identifier 'file_manager' is not in camel case. (camelcase)
(#1010) Extra space after key 'items'. (key-spacing)
(#1011) Extra space after key 'placeholder'. (key-spacing)
(#1012) Extra space after key 'start'. (key-spacing)
(#1015) Extra space after key 'stop'. (key-spacing)
(#1021) Extra space after key 'maxHeight'. (key-spacing)
(#1023) Identifier 'dialog_multidelete' is not in camel case. (camelcase)
(#1026) There should be no spaces inside this paren. (space-in-parens)
(#1026) There should be no spaces inside this paren. (space-in-parens)
(#1029) There should be no spaces inside this paren. (space-in-parens)
(#1029) There should be no spaces inside this paren. (space-in-parens)
(#1032) Identifier 'file_manager' is not in camel case. (camelcase)
(#1037) There should be no spaces inside this paren. (space-in-parens)
(#1037) There should be no spaces inside this paren. (space-in-parens)
(#1043) Identifier 'file_manager' is not in camel case. (camelcase)
(#1045) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#1046) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#1046) Identifier 'file_manager' is not in camel case. (camelcase)
(#1052) Identifier 'dialog_multidelete' is not in camel case. (camelcase)
(#1053) Extra space after key 'title'. (key-spacing)
(#1054) Extra space after key 'buttons'. (key-spacing)
(#1055) Extra space after key 'open'. (key-spacing)
(#1058) Identifier 'file_manager' is not in camel case. (camelcase)
(#1060) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#1068) Extra space after key 'maxHeight'. (key-spacing)
(#1069) Extra space after key 'maxWidth'. (key-spacing)
(#1071) Identifier 'dialog_fontsize' is not in camel case. (camelcase)
(#1072) Identifier 'fontsize_slider' is not in camel case. (camelcase)
(#1075) Identifier 'fontsize_slider' is not in camel case. (camelcase)
(#1075) There should be no spaces inside this paren. (space-in-parens)
(#1076) Identifier 'file_manager' is not in camel case. (camelcase)
(#1079) Extra space after key 'async'. (key-spacing)
(#1080) Extra space after key 'type'. (key-spacing)
(#1081) Extra space after key 'url'. (key-spacing)
(#1082) Extra space after key 'data'. (key-spacing)
(#1082) Missing space before value for key 'fontSize'. (key-spacing)
(#1083) Extra space after key 'contentType'. (key-spacing)
(#1084) Extra space after key 'dataType'. (key-spacing)
(#1088) Identifier 'file_manager' is not in camel case. (camelcase)
(#1088) Identifier 'fontsize_slider' is not in camel case. (camelcase)
(#1088) There should be no spaces inside this paren. (space-in-parens)
(#1088) There should be no spaces inside this paren. (space-in-parens)
(#1092) Identifier 'fontsize_slider' is not in camel case. (camelcase)
(#1094) Identifier 'dialog_fontsize' is not in camel case. (camelcase)
(#1095) Extra space after key 'title'. (key-spacing)
(#1096) Extra space after key 'buttons'. (key-spacing)
(#1097) Extra space after key 'open'. (key-spacing)
(#1098) Identifier 'fontsize_slider' is not in camel case. (camelcase)
(#1098) There should be no spaces inside this paren. (space-in-parens)
(#1098) There should be no space before ','. (comma-spacing)
(#1098) Identifier 'file_manager' is not in camel case. (camelcase)
(#1098) There should be no spaces inside this paren. (space-in-parens)
(#1099) Identifier 'fontsize_slider' is not in camel case. (camelcase)
(#1099) Identifier 'file_manager' is not in camel case. (camelcase)
(#1102) Identifier 'fontsize_slider' is not in camel case. (camelcase)
(#1106) Identifier 'fontsize_slider' is not in camel case. (camelcase)
(#1106) There should be no spaces inside this paren. (space-in-parens)
(#1107) Identifier 'file_manager' is not in camel case. (camelcase)
(#1107) There should be no spaces inside this paren. (space-in-parens)
(#1107) There should be no spaces inside this paren. (space-in-parens)
(#1108) Identifier 'dialog_fontsize' is not in camel case. (camelcase)
(#1108) There should be no spaces inside this paren. (space-in-parens)
(#1108) There should be no spaces inside this paren. (space-in-parens)
(#1114) Identifier 'file_select' is not in camel case. (camelcase)
(#1115) Identifier 'file_select_handler' is not in camel case. (camelcase)
(#1116) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#1117) Identifier 'file_manager' is not in camel case. (camelcase)
(#1119) Missing space before opening brace. (space-before-blocks)
(#1120) Identifier 'file_manager' is not in camel case. (camelcase)
(#1123) Identifier 'file_select' is not in camel case. (camelcase)
(#1126) Missing space before value for key 'name'. (key-spacing)
(#1128) Identifier 'file_manager' is not in camel case. (camelcase)
(#1128) Identifier 'file_manager' is not in camel case. (camelcase)
(#1129) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#1130) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#1131) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#1131) Identifier 'file_manager' is not in camel case. (camelcase)
(#1142) Identifier 'file_manager' is not in camel case. (camelcase)
(#1143) Identifier 'dialog_new' is not in camel case. (camelcase)
(#1154) Identifier 'file_manager' is not in camel case. (camelcase)
(#1155) Identifier 'file_manager' is not in camel case. (camelcase)
(#1156) Identifier 'dialog_rename' is not in camel case. (camelcase)
(#1165) Missing space before value for key 'name'. (key-spacing)
(#1167) Identifier 'file_manager' is not in camel case. (camelcase)
(#1174) Extra space after key 'ok'. (key-spacing)
(#1175) Identifier 'file_manager' is not in camel case. (camelcase)
(#1177) Extra space after key 'title'. (key-spacing)
(#1178) Extra space after key 'icon'. (key-spacing)
(#1181) Missing space before value for key 'bindKey'. (key-spacing)
(#1187) Missing space before value for key 'name'. (key-spacing)
(#1189) Identifier 'file_manager' is not in camel case. (camelcase)
(#1193) Identifier 'file_manager' is not in camel case. (camelcase)
(#1195) Missing space before value for key 'bindKey'. (key-spacing)
(#1201) Missing space before value for key 'name'. (key-spacing)
(#1203) Identifier 'file_select' is not in camel case. (camelcase)
(#1204) Identifier 'file_select' is not in camel case. (camelcase)
(#1206) Missing space before value for key 'bindKey'. (key-spacing)
(#1212) Missing space before value for key 'name'. (key-spacing)
(#1214) Identifier 'dialog_sort' is not in camel case. (camelcase)
(#1216) Missing space before value for key 'bindKey'. (key-spacing)
(#1222) Missing space before value for key 'name'. (key-spacing)
(#1224) Identifier 'dialog_multidelete' is not in camel case. (camelcase)
(#1228) Missing space before value for key 'name'. (key-spacing)
(#1230) Identifier 'dialog_fontsize' is not in camel case. (camelcase)
(#1234) Missing space before value for key 'name'. (key-spacing)
(#1238) Missing space before value for key 'bindKey'. (key-spacing)
(#1244) Missing space before value for key 'name'. (key-spacing)
(#1246) Identifier 'file_manager' is not in camel case. (camelcase)
(#1250) Missing space before value for key 'name'. (key-spacing)
(#1252) Identifier 'file_manager' is not in camel case. (camelcase)
(#1256) Missing space before value for key 'name'. (key-spacing)
(#1257) Missing space before value for key 'editorName'. (key-spacing)
(#1259) Identifier 'file_manager' is not in camel case. (camelcase)
(#1263) Missing space before value for key 'name'. (key-spacing)
(#1265) Identifier 'file_manager' is not in camel case. (camelcase)
(#1269) Missing space before value for key 'name'. (key-spacing)
(#1270) Missing space before value for key 'editorName'. (key-spacing)
(#1272) Identifier 'file_manager' is not in camel case. (camelcase)
(#1276) Missing space before value for key 'name'. (key-spacing)
(#1277) Missing space before value for key 'editorName'. (key-spacing)
(#1279) Identifier 'file_manager' is not in camel case. (camelcase)
(#1283) Missing space before value for key 'name'. (key-spacing)
(#1288) Identifier 'root_obj' is not in camel case. (camelcase)
(#1297) Identifier 'root_obj' is not in camel case. (camelcase)
(#1299) There should be no spaces inside this paren. (space-in-parens)
(#1299) There should be no spaces inside this paren. (space-in-parens)
(#1307) Missing space before value for key 'bindKey'. (key-spacing)
(#1313) Missing space before value for key 'name'. (key-spacing)
(#1319) Missing JSDoc comment. (require-jsdoc)
(#1320) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#1321) There should be no spaces inside this paren. (space-in-parens)
(#1324) There should be no spaces inside this paren. (space-in-parens)
(#1324) There should be no spaces inside this paren. (space-in-parens)
(#1325) Identifier 'file_manager' is not in camel case. (camelcase)
(#1325) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#1328) Identifier 'file_manager' is not in camel case. (camelcase)
(#1329) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#1333) Missing space before value for key 'name'. (key-spacing)
(#1336) Extra space after key 'title'. (key-spacing)
(#1337) Extra space after key 'ok'. (key-spacing)
(#1342) Missing space before value for key 'name'. (key-spacing)
(#1345) Identifier 'file_manager' is not in camel case. (camelcase)
(#1348) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#1349) There should be no spaces inside this paren. (space-in-parens)
(#1350) Identifier 'file_manager' is not in camel case. (camelcase)
(#1352) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#1355) Missing space before value for key 'bindKey'. (key-spacing)
(#1362) Extra space after key 'getConsole'. (key-spacing)
(#1365) Extra space after key 'setResult'. (key-spacing)
(#1366) Extra space after key 'ajaxurl'. (key-spacing)
(#1367) Extra space after key 'run'. (key-spacing)
(#1383) Extra space after key 'lastAction'. (key-spacing)
(#1384) Extra space after key 'getLastAction'. (key-spacing)
(#1389) Extra space after key 'setLastAction'. (key-spacing)
(#1393) Missing JSDoc comment. (require-jsdoc)
(#1398) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#1400) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#1405) Missing JSDoc comment. (require-jsdoc)
(#1405) Missing space before opening brace. (space-before-blocks)
(#1407) Extra space after key 'XGEOMETRY'. (key-spacing)
(#1411) Missing space before value for key 'name'. (key-spacing)
(#1416) Missing space before value for key 'bindKey'. (key-spacing)
(#1421) Missing JSDoc comment. (require-jsdoc)
(#1421) Missing space before opening brace. (space-before-blocks)
(#1423) Extra space after key 'XGEOMETRY'. (key-spacing)
(#1427) Missing space before value for key 'name'. (key-spacing)
(#1432) Missing space before value for key 'bindKey'. (key-spacing)
(#1437) Missing JSDoc comment. (require-jsdoc)
(#1437) Missing space before opening brace. (space-before-blocks)
(#1441) Missing space before value for key 'name'. (key-spacing)
(#1446) Missing space before value for key 'bindKey'. (key-spacing)
(#1452) Missing space before value for key 'name'. (key-spacing)
(#1454) Identifier 'dialog_comments' is not in camel case. (camelcase)
(#1458) Missing space before value for key 'name'. (key-spacing)
(#1463) There should be no space after '{'. (object-curly-spacing)
(#1463) There should be no space before '}'. (object-curly-spacing)
(#1463) There should be no spaces inside this paren. (space-in-parens)
(#1465) Missing space before value for key 'name'. (key-spacing)
(#1471) Missing space before value for key 'name'. (key-spacing)
(#1477) Missing space before value for key 'name'. (key-spacing)
(#1480) There should be no spaces inside this paren. (space-in-parens)
(#1480) There should be no spaces inside this paren. (space-in-parens)
(#1481) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#1484) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#1487) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#1488) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#1492) Identifier 'menu_html' is not in camel case. (camelcase)
(#1493) Identifier 'menu_html' is not in camel case. (camelcase)
(#1494) Identifier 'menu_html' is not in camel case. (camelcase)
(#1495) Identifier 'menu_html' is not in camel case. (camelcase)
(#1496) Identifier 'menu_html' is not in camel case. (camelcase)
(#1497) Identifier 'menu_html' is not in camel case. (camelcase)
(#1498) Identifier 'menu_html' is not in camel case. (camelcase)
(#1499) Identifier 'menu_html' is not in camel case. (camelcase)
(#1500) Identifier 'menu_html' is not in camel case. (camelcase)
(#1501) Identifier 'menu_html' is not in camel case. (camelcase)
(#1502) Identifier 'menu_html' is not in camel case. (camelcase)
(#1503) Identifier 'menu_html' is not in camel case. (camelcase)
(#1505) Identifier 'menu_html' is not in camel case. (camelcase)
(#1506) Identifier 'menu_html' is not in camel case. (camelcase)
(#1507) Identifier 'menu_html' is not in camel case. (camelcase)
(#1508) Identifier 'menu_html' is not in camel case. (camelcase)
(#1509) Identifier 'menu_html' is not in camel case. (camelcase)
(#1510) Identifier 'menu_html' is not in camel case. (camelcase)
(#1511) Identifier 'menu_html' is not in camel case. (camelcase)
(#1512) Identifier 'menu_html' is not in camel case. (camelcase)
(#1513) Identifier 'menu_html' is not in camel case. (camelcase)
(#1514) Identifier 'menu_html' is not in camel case. (camelcase)
(#1515) Identifier 'menu_html' is not in camel case. (camelcase)
(#1517) Identifier 'menu_html' is not in camel case. (camelcase)
(#1518) Identifier 'menu_html' is not in camel case. (camelcase)
(#1519) Identifier 'menu_html' is not in camel case. (camelcase)
(#1520) Identifier 'menu_html' is not in camel case. (camelcase)
(#1521) Identifier 'menu_html' is not in camel case. (camelcase)
(#1522) Identifier 'menu_html' is not in camel case. (camelcase)
(#1523) Identifier 'menu_html' is not in camel case. (camelcase)
(#1524) Identifier 'menu_html' is not in camel case. (camelcase)
(#1525) Identifier 'menu_html' is not in camel case. (camelcase)
(#1526) Identifier 'menu_html' is not in camel case. (camelcase)
(#1527) Identifier 'menu_html' is not in camel case. (camelcase)
(#1528) Identifier 'menu_html' is not in camel case. (camelcase)
(#1529) Identifier 'menu_html' is not in camel case. (camelcase)
(#1530) Identifier 'menu_html' is not in camel case. (camelcase)
(#1540) A space is required after ','. (comma-spacing)
(#1541) A space is required after ','. (comma-spacing)
(#1542) A space is required after ','. (comma-spacing)
(#1543) A space is required after ','. (comma-spacing)
(#1548) Identifier 'file_manager' is not in camel case. (camelcase)
(#1549) Identifier 'file_manager' is not in camel case. (camelcase)
(#1555) Identifier 'file_manager' is not in camel case. (camelcase)
(#1556) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#1558) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#1560) Identifier 'file_manager' is not in camel case. (camelcase)
(#1571) There should be no space after '['. (array-bracket-spacing)
(#1571) There should be no space before ']'. (array-bracket-spacing)
(#1577) Identifier 'file_manager' is not in camel case. (camelcase)
(#1581) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#1582) There should be no space after '['. (array-bracket-spacing)
(#1582) There should be no space before ']'. (array-bracket-spacing)
(#1589) There should be no space after '['. (array-bracket-spacing)
(#1589) There should be no space before ']'. (array-bracket-spacing)
(#1594) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#1594) Identifier 'file_manager' is not in camel case. (camelcase)
(#1598) Identifier 'file_manager' is not in camel case. (camelcase)
(#1599) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#1600) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#1608) Expected to return a value at the end of function. (consistent-return)
(#1609) Identifier 'file_manager' is not in camel case. (camelcase)
(#1614) Identifier 'file_manager' is not in camel case. (camelcase)
(#1620) Missing JSDoc comment. (require-jsdoc)
(#1630) Identifier 'file_manager' is not in camel case. (camelcase)
(#1631) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#1637) Identifier 'file_manager' is not in camel case. (camelcase)
(#1641) Identifier 'file_manager' is not in camel case. (camelcase)
(#1643) Identifier 'file_manager' is not in camel case. (camelcase)
(#1650) Identifier 'file_manager' is not in camel case. (camelcase)
(#1652) Identifier 'file_manager' is not in camel case. (camelcase)
(#1654) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#1655) Identifier 'file_manager' is not in camel case. (camelcase)
(#1657) Identifier 'file_manager' is not in camel case. (camelcase)
(#1659) There should be no spaces inside this paren. (space-in-parens)
(#1659) Unexpected space after unary operator '!'. (space-unary-ops)
(#1659) There should be no spaces inside this paren. (space-in-parens)
(#1660) Identifier 'file_manager' is not in camel case. (camelcase)
(#1662) Expected space(s) after "if". (keyword-spacing)
(#1662) Missing space before opening brace. (space-before-blocks)
(#1663) A space is required after ','. (comma-spacing)
(#1666) Expected space(s) after "if". (keyword-spacing)
(#1666) There should be no spaces inside this paren. (space-in-parens)
mod/vpl/editor/VPLIDEButton.js
(#24) 'VPL_IDEButtons' is defined but never used. (no-unused-vars)
(#30) Identifier 'VPL_IDEButtons' is not in camel case. (camelcase)
(#30) Identifier 'menu_element' is not in camel case. (camelcase)
(#48) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#56) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#73) Extra space after key 'name'. (key-spacing)
(#89) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#94) Expected an object to be thrown. (no-throw-literal)
(#99) Extra space after key 'name'. (key-spacing)
(#100) Extra space after key 'bindKey'. (key-spacing)
(#101) Extra space after key 'exec'. (key-spacing)
(#109) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#110) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#115) Expected to return a value at the end of function. (consistent-return)
(#135) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#150) There should be no spaces inside this paren. (space-in-parens)
(#150) There should be no spaces inside this paren. (space-in-parens)
(#156) Blocks are nested too deeply (5). (max-depth)
(#157) Blocks are nested too deeply (6). (max-depth)
(#178) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#193) Expected to return a value at the end of function. (consistent-return)
(#202) Function expected a return value. (consistent-return)
(#214) Expected to return a value at the end of function. (consistent-return)
(#272) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#287) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#289) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#319) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#322) There should be no spaces inside this paren. (space-in-parens)
mod/vpl/editor/VPLIDEFile.js
(#25) 'VPL_File' is defined but never used. (no-unused-vars)
(#31) Identifier 'VPL_File' is not in camel case. (camelcase)
(#31) Identifier 'file_manager' is not in camel case. (camelcase)
(#55) Identifier 'file_manager' is not in camel case. (camelcase)
(#66) Identifier 'file_manager' is not in camel case. (camelcase)
(#69) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#69) Identifier 'file_manager' is not in camel case. (camelcase)
(#72) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#82) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#86) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#87) Identifier 'file_manager' is not in camel case. (camelcase)
(#88) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#90) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#97) Identifier 'file_manager' is not in camel case. (camelcase)
(#121) Function expected a return value. (consistent-return)
(#135) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#136) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#137) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#138) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#139) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#140) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#141) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#148) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#149) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#150) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#154) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#155) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#156) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#157) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#285) Function expected no return value. (consistent-return)
(#291) Function expected no return value. (consistent-return)
(#297) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#300) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#319) Extra space after key 'enableBasicAutocompletion'. (key-spacing)
(#320) Extra space after key 'enableSnippets'. (key-spacing)
(#322) Identifier 'file_manager' is not in camel case. (camelcase)
(#323) Identifier 'file_manager' is not in camel case. (camelcase)
(#327) Identifier 'file_manager' is not in camel case. (camelcase)
(#335) Missing JSDoc comment. (require-jsdoc)
(#338) Identifier 'file_manager' is not in camel case. (camelcase)
(#341) Extra space after key 'marginLeft'. (key-spacing)
(#342) Extra space after key 'marginRight'. (key-spacing)
(#357) Identifier 'file_manager' is not in camel case. (camelcase)
(#358) Identifier 'file_manager' is not in camel case. (camelcase)
(#365) Identifier 'file_manager' is not in camel case. (camelcase)
(#367) Identifier 'file_manager' is not in camel case. (camelcase)
(#368) Identifier 'file_manager' is not in camel case. (camelcase)
(#369) Identifier 'file_manager' is not in camel case. (camelcase)
(#396) Expected space(s) after "if". (keyword-spacing)
(#396) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#396) Missing space before opening brace. (space-before-blocks)
(#397) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#409) Function expected a return value. (consistent-return)
(#422) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#426) Identifier 'VPL_Util' is not in camel case. (camelcase)
mod/vpl/editor/VPLTerminal.js
(#25) 'VPL_Terminal' is defined but never used. (no-unused-vars)
(#26) 'VPL_VNC_Client' is defined but never used. (no-unused-vars)
(#33) Identifier 'VPL_Clipboard' is not in camel case. (camelcase)
(#33) Identifier 'dialog_id' is not in camel case. (camelcase)
(#34) Identifier 'dialog_id' is not in camel case. (camelcase)
(#48) Extra space after key 'title'. (key-spacing)
(#48) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#49) Extra space after key 'closeOnEscape'. (key-spacing)
(#50) Extra space after key 'autoOpen'. (key-spacing)
(#51) Extra space after key 'width'. (key-spacing)
(#52) Extra space after key 'height'. (key-spacing)
(#53) Extra space after key 'resizable'. (key-spacing)
(#54) Extra space after key 'dialogClass'. (key-spacing)
(#79) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#80) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#85) Identifier 'VPL_Terminal' is not in camel case. (camelcase)
(#85) Identifier 'dialog_id' is not in camel case. (camelcase)
(#85) Identifier 'terminal_id' is not in camel case. (camelcase)
(#88) Unexpected empty function. (no-empty-function)
(#92) Identifier 'dialog_id' is not in camel case. (camelcase)
(#97) 'textWritten' is assigned a value but never used. (no-unused-vars)
(#101) Extra space after key 'cols'. (key-spacing)
(#102) Extra space after key 'rows'. (key-spacing)
(#103) Extra space after key 'useStyle'. (key-spacing)
(#104) Extra space after key 'screenKeys'. (key-spacing)
(#112) Identifier 'terminal_tag' is not in camel case. (camelcase)
(#112) Identifier 'terminal_id' is not in camel case. (camelcase)
(#128) Missing JSDoc comment. (require-jsdoc)
(#135) Missing JSDoc comment. (require-jsdoc)
(#140) Missing JSDoc comment. (require-jsdoc)
(#143) Missing JSDoc comment. (require-jsdoc)
(#206) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#207) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#214) Extra space after key 'closeOnEscape'. (key-spacing)
(#215) Extra space after key 'autoOpen'. (key-spacing)
(#216) Extra space after key 'width'. (key-spacing)
(#217) Extra space after key 'height'. (key-spacing)
(#218) Extra space after key 'resizable'. (key-spacing)
(#219) Extra space after key 'focus'. (key-spacing)
(#222) Extra space after key 'modal'. (key-spacing)
(#223) Extra space after key 'dialogClass'. (key-spacing)
(#224) Extra space after key 'create'. (key-spacing)
(#225) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#225) There should be no space after '['. (array-bracket-spacing)
(#225) There should be no space before ']'. (array-bracket-spacing)
(#225) There should be no space after '['. (array-bracket-spacing)
(#228) There should be no space before ']'. (array-bracket-spacing)
(#230) Extra space after key 'close'. (key-spacing)
(#239) Identifier 'terminal_tag' is not in camel case. (camelcase)
(#242) Identifier 'VPL_VNC_Client' is not in camel case. (camelcase)
(#242) Identifier 'vnc_dialog_id' is not in camel case. (camelcase)
(#248) Identifier 'vnc_dialog_id' is not in camel case. (camelcase)
(#249) Identifier 'vnc_dialog_id' is not in camel case. (camelcase)
(#250) Unexpected empty function. (no-empty-function)
(#273) Missing JSDoc comment. (require-jsdoc)
(#300) Empty block statement. (no-empty)
(#305) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#305) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#319) Empty block statement. (no-empty)
(#336) Empty block statement. (no-empty)
(#341) Missing JSDoc comment. (require-jsdoc)
(#348) Missing JSDoc comment. (require-jsdoc)
(#353) Missing JSDoc comment. (require-jsdoc)
(#356) Missing JSDoc comment. (require-jsdoc)
(#359) Missing JSDoc comment. (require-jsdoc)
(#364) Missing JSDoc comment. (require-jsdoc)
(#369) Missing JSDoc comment. (require-jsdoc)
(#373) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#374) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#393) Extra space after key 'closeOnEscape'. (key-spacing)
(#394) Extra space after key 'autoOpen'. (key-spacing)
(#395) Extra space after key 'modal'. (key-spacing)
(#396) Extra space after key 'width'. (key-spacing)
(#397) Extra space after key 'height'. (key-spacing)
(#398) Extra space after key 'dialogClass'. (key-spacing)
(#399) Extra space after key 'create'. (key-spacing)
(#400) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#400) There should be no space after '['. (array-bracket-spacing)
(#400) There should be no space before ']'. (array-bracket-spacing)
(#400) There should be no space after '['. (array-bracket-spacing)
(#401) There should be no space before ']'. (array-bracket-spacing)
(#403) Extra space after key 'focus'. (key-spacing)
(#404) Extra space after key 'beforeClose'. (key-spacing)
(#412) Extra space after key 'close'. (key-spacing)
(#415) Extra space after key 'resizeStop'. (key-spacing)
(#434) Missing JSDoc comment. (require-jsdoc)
(#447) Unexpected console statement. (no-console)
(#459) Identifier 'vnc_dialog_id' is not in camel case. (camelcase)
(#462) Extra space after key 'target'. (key-spacing)
(#463) Extra space after key 'encrypt'. (key-spacing)
(#464) Extra space after key 'repeaterID'. (key-spacing)
(#465) Extra space after key 'true_color'. (key-spacing)
(#466) Extra space after key 'local_cursor'. (key-spacing)
(#467) Extra space after key 'shared'. (key-spacing)
(#468) Extra space after key 'view_only'. (key-spacing)
(#469) Extra space after key 'onUpdateState'. (key-spacing)
(#470) Extra space after key 'onPasswordRequired'. (key-spacing)
(#471) Extra space after key 'onClipboard'. (key-spacing)
(#493) Missing JSDoc comment. (require-jsdoc)
mod/vpl/editor/VPLUtil.js
(#35) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#36) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#36) Unexpected empty function. (no-empty-function)
(#39) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#39) There should be no spaces inside this paren. (space-in-parens)
(#40) There should be no spaces inside this paren. (space-in-parens)
(#40) Unexpected console statement. (no-console)
(#40) There should be no spaces inside this paren. (space-in-parens)
(#41) Unexpected console statement. (no-console)
(#41) There should be no spaces inside this paren. (space-in-parens)
(#41) There should be no spaces inside this paren. (space-in-parens)
(#43) There should be no spaces inside this paren. (space-in-parens)
(#43) Unexpected console statement. (no-console)
(#43) There should be no spaces inside this paren. (space-in-parens)
(#44) Unexpected console statement. (no-console)
(#48) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#56) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#57) There should be no spaces inside this paren. (space-in-parens)
(#57) Unnecessary escape character: \s. (no-useless-escape)
(#57) Unnecessary escape character: \s. (no-useless-escape)
(#57) A space is required after ','. (comma-spacing)
(#62) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#63) There should be no spaces inside this paren. (space-in-parens)
(#63) Unnecessary escape character: \s. (no-useless-escape)
(#63) Unnecessary escape character: \s. (no-useless-escape)
(#63) A space is required after ','. (comma-spacing)
(#69) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#88) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#89) 'Uint8Array' is not defined. (no-undef)
(#97) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#99) 'ArrayBuffer' is not defined. (no-undef)
(#100) 'Uint8Array' is not defined. (no-undef)
(#108) Identifier 'file_unique_id' is not in camel case. (camelcase)
(#109) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#110) Identifier 'file_unique_id' is not in camel case. (camelcase)
(#114) Identifier 'reg_ext' is not in camel case. (camelcase)
(#115) Identifier 'reg_img' is not in camel case. (camelcase)
(#116) Identifier 'reg_bin' is not in camel case. (camelcase)
(#117) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#118) Identifier 'reg_ext' is not in camel case. (camelcase)
(#121) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#122) Identifier 'reg_img' is not in camel case. (camelcase)
(#122) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#124) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#125) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#125) Identifier 'reg_bin' is not in camel case. (camelcase)
(#125) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#128) Unexpected control character(s) in regular expression: \x00, \x1f, \|, \[|, \]|[, \/, \^`´]|^, \-|^ | $|, \., \.. (no-control-regex)
(#128) Unnecessary escape character: \/. (no-useless-escape)
(#128) Unnecessary escape character: \^. (no-useless-escape)
(#128) Unnecessary escape character: \-. (no-useless-escape)
(#129) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#139) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#142) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#143) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#146) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#149) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#151) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#154) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#157) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#163) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#169) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#173) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#176) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#176) A space is required after ','. (comma-spacing)
(#177) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#179) There should be no spaces inside this paren. (space-in-parens)
(#179) Unexpected space after unary operator '!'. (space-unary-ops)
(#184) Missing JSDoc comment. (require-jsdoc)
(#186) There should be no spaces inside this paren. (space-in-parens)
(#186) There should be no spaces inside this paren. (space-in-parens)
(#206) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#207) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#209) There should be no spaces inside this paren. (space-in-parens)
(#209) Unexpected space after unary operator '!'. (space-unary-ops)
(#209) Missing space before value for key 'name'. (key-spacing)
(#209) Missing space before value for key 'contents'. (key-spacing)
(#209) Missing space before value for key 'encoding'. (key-spacing)
(#209) There should be no spaces inside this paren. (space-in-parens)
(#215) There should be no space after '['. (array-bracket-spacing)
(#215) There should be no space before ']'. (array-bracket-spacing)
(#216) Extra space after key 'type'. (key-spacing)
(#220) There should be no spaces inside this paren. (space-in-parens)
(#220) Unexpected space after unary operator '!'. (space-unary-ops)
(#220) Missing space before value for key 'name'. (key-spacing)
(#220) Missing space before value for key 'contents'. (key-spacing)
(#220) Missing space before value for key 'encoding'. (key-spacing)
(#220) There should be no spaces inside this paren. (space-in-parens)
(#233) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#235) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#237) There should be no spaces inside this paren. (space-in-parens)
(#237) Unexpected space after unary operator '!'. (space-unary-ops)
(#237) There should be no spaces inside this paren. (space-in-parens)
(#238) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#251) Missing JSDoc comment. (require-jsdoc)
(#257) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#259) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#265) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#265) Requires a space after '{'. (block-spacing)
(#265) Statement inside of curly braces should be on next line. (brace-style)
(#265) Missing space before opening brace. (space-before-blocks)
(#265) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#265) Requires a space before '}'. (block-spacing)
(#267) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#270) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#271) Missing space before value for key 'name'. (key-spacing)
(#271) Missing space before value for key 'contents'. (key-spacing)
(#271) Missing space before value for key 'encoding'. (key-spacing)
(#273) Expected space(s) after "else". (keyword-spacing)
(#274) Missing space before value for key 'name'. (key-spacing)
(#274) Missing space before value for key 'contents'. (key-spacing)
(#274) Missing space before value for key 'encoding'. (key-spacing)
(#277) There should be no spaces inside this paren. (space-in-parens)
(#277) There should be no spaces inside this paren. (space-in-parens)
(#296) Extra space after key 'gif'. (key-spacing)
(#297) Extra space after key 'jpg'. (key-spacing)
(#298) Extra space after key 'jpeg'. (key-spacing)
(#299) Extra space after key 'png'. (key-spacing)
(#300) Extra space after key 'ico'. (key-spacing)
(#301) Extra space after key 'pdf'. (key-spacing)
(#303) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#304) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#310) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#339) Extra space after key 'abap'. (key-spacing)
(#340) Extra space after key 'abc'. (key-spacing)
(#341) Extra space after key 'ada'. (key-spacing)
(#341) Extra space after key 'ads'. (key-spacing)
(#341) Extra space after key 'adb'. (key-spacing)
(#342) Extra space after key 'as'. (key-spacing)
(#342) A space is required after ','. (comma-spacing)
(#342) Extra space after key 'as3'. (key-spacing)
(#343) Extra space after key 'asm'. (key-spacing)
(#344) Extra space after key 'bash'. (key-spacing)
(#345) Extra space after key 'bat'. (key-spacing)
(#346) Extra space after key 'c'. (key-spacing)
(#346) Extra space after key 'C'. (key-spacing)
(#346) Extra space after key 'cc'. (key-spacing)
(#346) Extra space after key 'cpp'. (key-spacing)
(#346) Extra space after key 'hxx'. (key-spacing)
(#346) Extra space after key 'h'. (key-spacing)
(#347) Extra space after key 'cases'. (key-spacing)
(#348) Extra space after key 'cbl'. (key-spacing)
(#348) Extra space after key 'cob'. (key-spacing)
(#349) Extra space after key 'coffee'. (key-spacing)
(#350) Extra space after key 'clj'. (key-spacing)
(#351) Extra space after key 'cs'. (key-spacing)
(#352) Extra space after key 'css'. (key-spacing)
(#353) Extra space after key 'd'. (key-spacing)
(#354) Extra space after key 'dart'. (key-spacing)
(#355) Extra space after key 'e'. (key-spacing)
(#356) Extra space after key 'erl'. (key-spacing)
(#356) Extra space after key 'hrl'. (key-spacing)
(#357) Extra space after key 'f'. (key-spacing)
(#357) Extra space after key 'f77'. (key-spacing)
(#358) Extra space after key 'go'. (key-spacing)
(#359) Extra space after key 'groovy'. (key-spacing)
(#360) Extra space after key 'hs'. (key-spacing)
(#361) Extra space after key 'htm'. (key-spacing)
(#361) Extra space after key 'html'. (key-spacing)
(#362) Extra space after key 'hx'. (key-spacing)
(#363) Extra space after key 'java'. (key-spacing)
(#364) Extra space after key 'js'. (key-spacing)
(#365) Extra space after key 'json'. (key-spacing)
(#366) Extra space after key 'jsp'. (key-spacing)
(#367) Extra space after key 'jsx'. (key-spacing)
(#368) Extra space after key 'kt'. (key-spacing)
(#368) Extra space after key 'kts'. (key-spacing)
(#369) Extra space after key 'm'. (key-spacing)
(#370) Extra space after key 'md'. (key-spacing)
(#371) Extra space after key 'less'. (key-spacing)
(#372) Extra space after key 'lisp'. (key-spacing)
(#372) Extra space after key 'lsp'. (key-spacing)
(#373) Extra space after key 'lua'. (key-spacing)
(#374) Extra space after key 'pas'. (key-spacing)
(#374) Extra space after key 'p'. (key-spacing)
(#375) Extra space after key 'perl'. (key-spacing)
(#375) Extra space after key 'prl'. (key-spacing)
(#376) Extra space after key 'php'. (key-spacing)
(#377) Extra space after key 'pro'. (key-spacing)
(#377) Extra space after key 'pl'. (key-spacing)
(#378) Extra space after key 'py'. (key-spacing)
(#379) Extra space after key 'r'. (key-spacing)
(#380) Extra space after key 'rb'. (key-spacing)
(#380) Extra space after key 'ruby'. (key-spacing)
(#381) Extra space after key 'sass'. (key-spacing)
(#382) Extra space after key 'scala'. (key-spacing)
(#383) Extra space after key 'scm'. (key-spacing)
(#383) Extra space after key 's'. (key-spacing)
(#384) Extra space after key 'scss'. (key-spacing)
(#385) Extra space after key 'sh'. (key-spacing)
(#386) Extra space after key 'swift'. (key-spacing)
(#387) Extra space after key 'sql'. (key-spacing)
(#388) Extra space after key 'svg'. (key-spacing)
(#389) Extra space after key 'tex'. (key-spacing)
(#390) Extra space after key 'tcl'. (key-spacing)
(#391) Extra space after key 'twig'. (key-spacing)
(#392) Extra space after key 'v'. (key-spacing)
(#393) Extra space after key 'vhd'. (key-spacing)
(#393) Extra space after key 'vhdl'. (key-spacing)
(#394) Extra space after key 'xml'. (key-spacing)
(#395) Extra space after key 'yaml'. (key-spacing)
(#397) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#407) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#408) There should be no spaces inside this paren. (space-in-parens)
(#408) Unexpected space after unary operator '!'. (space-unary-ops)
(#408) There should be no spaces inside this paren. (space-in-parens)
(#417) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#417) Identifier 'set_str' is not in camel case. (camelcase)
(#419) There should be no spaces inside this paren. (space-in-parens)
(#419) There should be no spaces inside this paren. (space-in-parens)
(#423) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#423) Identifier 'dialogbase_options' is not in camel case. (camelcase)
(#424) Extra space after key 'autoOpen'. (key-spacing)
(#424) Missing space before value for key 'autoOpen'. (key-spacing)
(#425) Extra space after key 'minHeight'. (key-spacing)
(#426) Extra space after key 'width'. (key-spacing)
(#426) Missing space before value for key 'width'. (key-spacing)
(#427) Extra space after key 'closeText'. (key-spacing)
(#427) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#427) Missing space before value for key 'closeText'. (key-spacing)
(#428) Extra space after key 'modal'. (key-spacing)
(#428) Missing space before value for key 'modal'. (key-spacing)
(#429) Extra space after key 'dialogClass'. (key-spacing)
(#429) Missing space before value for key 'dialogClass'. (key-spacing)
(#435) Unnecessary escape character: \(. (no-useless-escape)
(#436) Missing JSDoc comment. (require-jsdoc)
(#444) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#454) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#465) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#466) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#470) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#471) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#475) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#476) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#480) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#481) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#485) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#489) Identifier 'menu_icons' is not in camel case. (camelcase)
(#490) Extra space after key 'filelist'. (key-spacing)
(#491) Extra space after key 'filelistclose'. (key-spacing)
(#492) Extra space after key 'new'. (key-spacing)
(#493) Extra space after key 'rename'. (key-spacing)
(#494) Extra space after key 'delete'. (key-spacing)
(#495) Extra space after key 'multidelete'. (key-spacing)
(#496) Extra space after key 'close'. (key-spacing)
(#497) Extra space after key 'comments'. (key-spacing)
(#498) Extra space after key 'import'. (key-spacing)
(#499) Extra space after key 'print'. (key-spacing)
(#500) Extra space after key 'edit'. (key-spacing)
(#501) Extra space after key 'undo'. (key-spacing)
(#502) Extra space after key 'redo'. (key-spacing)
(#503) Extra space after key 'select_all'. (key-spacing)
(#504) Extra space after key 'find'. (key-spacing)
(#505) Extra space after key 'find_replace'. (key-spacing)
(#506) Extra space after key 'next'. (key-spacing)
(#507) Extra space after key 'resetfiles'. (key-spacing)
(#508) Extra space after key 'download'. (key-spacing)
(#509) Extra space after key 'fullscreen'. (key-spacing)
(#510) Extra space after key 'regularscreen'. (key-spacing)
(#511) Extra space after key 'save'. (key-spacing)
(#512) Extra space after key 'sort'. (key-spacing)
(#513) Extra space after key 'run'. (key-spacing)
(#514) Extra space after key 'debug'. (key-spacing)
(#515) Extra space after key 'evaluate'. (key-spacing)
(#516) Extra space after key 'console'. (key-spacing)
(#517) Extra space after key 'about'. (key-spacing)
(#518) Extra space after key 'info'. (key-spacing)
(#519) Extra space after key 'alert'. (key-spacing)
(#520) Extra space after key 'trash'. (key-spacing)
(#521) Extra space after key 'retrieve'. (key-spacing)
(#522) Extra space after key 'spinner'. (key-spacing)
(#523) Extra space after key 'keyboard'. (key-spacing)
(#524) Extra space after key 'clipboard'. (key-spacing)
(#525) Extra space after key 'timeleft'. (key-spacing)
(#526) Extra space after key 'copy'. (key-spacing)
(#527) Extra space after key 'paste'. (key-spacing)
(#528) Extra space after key 'more'. (key-spacing)
(#529) Extra space after key 'less'. (key-spacing)
(#530) Extra space after key 'resize'. (key-spacing)
(#531) Extra space after key 'graphic'. (key-spacing)
(#532) Extra space after key 'send'. (key-spacing)
(#533) Extra space after key 'user'. (key-spacing)
(#534) Extra space after key 'fontsize'. (key-spacing)
(#536) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#536) Identifier 'gen_icon' is not in camel case. (camelcase)
(#537) Identifier 'menu_icons' is not in camel case. (camelcase)
(#546) Identifier 'menu_icons' is not in camel case. (camelcase)
(#548) Expected space(s) after "for". (keyword-spacing)
(#555) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#557) Missing JSDoc comment. (require-jsdoc)
(#558) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#559) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#562) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#576) A space is required after ','. (comma-spacing)
(#576) Statement inside of curly braces should be on next line. (brace-style)
(#576) Missing space before opening brace. (space-before-blocks)
(#576) Requires a space after '{'. (block-spacing)
(#576) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#576) Requires a space before '}'. (block-spacing)
(#579) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#581) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#589) Extra space after key 'title'. (key-spacing)
(#589) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#590) Extra space after key 'resizable'. (key-spacing)
(#591) Extra space after key 'autoOpen'. (key-spacing)
(#592) Extra space after key 'width'. (key-spacing)
(#593) Extra space after key 'minHeight'. (key-spacing)
(#594) Extra space after key 'height'. (key-spacing)
(#595) Extra space after key 'modal'. (key-spacing)
(#596) Extra space after key 'dialogClass'. (key-spacing)
(#597) Extra space after key 'close'. (key-spacing)
(#597) There should be no spaces inside this paren. (space-in-parens)
(#597) There should be no spaces inside this paren. (space-in-parens)
(#599) There should be no spaces inside this paren. (space-in-parens)
(#610) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#615) Expected space(s) after "if". (keyword-spacing)
(#625) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#626) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#630) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#632) Identifier 'message_dialog' is not in camel case. (camelcase)
(#640) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#642) Identifier 'message_dialog' is not in camel case. (camelcase)
(#642) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#644) Identifier 'message_buttons' is not in camel case. (camelcase)
(#646) Identifier 'message_buttons' is not in camel case. (camelcase)
(#646) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#650) Identifier 'message_buttons' is not in camel case. (camelcase)
(#650) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#654) Identifier 'message_buttons' is not in camel case. (camelcase)
(#654) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#659) Identifier 'message_buttons' is not in camel case. (camelcase)
(#659) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#667) Identifier 'message_dialog' is not in camel case. (camelcase)
(#667) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#668) Extra space after key 'title'. (key-spacing)
(#669) Extra space after key 'buttons'. (key-spacing)
(#669) Identifier 'message_buttons' is not in camel case. (camelcase)
(#670) Extra space after key 'close'. (key-spacing)
(#677) Identifier 'message_dialog' is not in camel case. (camelcase)
(#678) Identifier 'message_dialog' is not in camel case. (camelcase)
(#681) Identifier 'message_dialog' is not in camel case. (camelcase)
(#683) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#684) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#685) Extra space after key 'title'. (key-spacing)
(#685) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#686) Extra space after key 'icon'. (key-spacing)
(#691) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#694) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#701) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#703) There should be no spaces inside this paren. (space-in-parens)
(#703) There should be no spaces inside this paren. (space-in-parens)
(#709) Unexpected space before function parentheses. (space-before-function-paren)
(#713) Extra space after key 'async'. (key-spacing)
(#714) Extra space after key 'type'. (key-spacing)
(#715) Extra space after key 'url'. (key-spacing)
(#716) Extra space after key 'data'. (key-spacing)
(#717) Extra space after key 'contentType'. (key-spacing)
(#718) Extra space after key 'dataType'. (key-spacing)
(#728) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#729) There should be no spaces inside this paren. (space-in-parens)
(#729) There should be no spaces inside this paren. (space-in-parens)
(#731) A space is required after ','. (comma-spacing)
(#733) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#738) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#744) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#747) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#750) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#753) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#767) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#767) There should be no spaces inside this paren. (space-in-parens)
(#767) There should be no spaces inside this paren. (space-in-parens)
(#775) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#778) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#781) There should be no spaces inside this paren. (space-in-parens)
(#781) There should be no spaces inside this paren. (space-in-parens)
(#788) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#789) Extra space after key 'ok'. (key-spacing)
(#795) Extra space after key 'icon'. (key-spacing)
(#796) Extra space after key 'title'. (key-spacing)
(#796) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#798) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#800) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#801) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#801) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#805) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#806) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#810) There should be no spaces inside this paren. (space-in-parens)
(#810) There should be no spaces inside this paren. (space-in-parens)
(#811) There should be no spaces inside this paren. (space-in-parens)
(#811) There should be no spaces inside this paren. (space-in-parens)
(#815) Extra space after key 'message'. (key-spacing)
(#815) Missing space before value for key 'message'. (key-spacing)
(#822) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#832) Extra space after key 'compilation'. (key-spacing)
(#832) Missing space before value for key 'compilation'. (key-spacing)
(#835) Extra space after key 'compilation'. (key-spacing)
(#835) Missing space before value for key 'compilation'. (key-spacing)
(#839) Extra space after key 'retrieve'. (key-spacing)
(#839) Missing space before value for key 'retrieve'. (key-spacing)
(#842) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#852) Extra space after key 'run'. (key-spacing)
(#852) Missing space before value for key 'run'. (key-spacing)
(#856) Extra space after key 'close'. (key-spacing)
(#856) Missing space before value for key 'close'. (key-spacing)
(#857) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#865) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#868) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#869) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#873) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#877) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#884) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#887) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#890) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#892) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#892) Missing space before opening brace. (space-before-blocks)
(#898) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#905) There should be no spaces inside this paren. (space-in-parens)
(#905) There should be no spaces inside this paren. (space-in-parens)
(#907) There should be no spaces inside this paren. (space-in-parens)
(#907) Unexpected space after unary operator '!'. (space-unary-ops)
(#907) There should be no spaces inside this paren. (space-in-parens)
(#922) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#927) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#928) There should be no spaces inside this paren. (space-in-parens)
(#928) Unnecessary escape character: \s. (no-useless-escape)
(#928) Unnecessary escape character: \s. (no-useless-escape)
(#928) A space is required after ','. (comma-spacing)
(#928) There should be no spaces inside this paren. (space-in-parens)
(#931) Missing JSDoc comment. (require-jsdoc)
(#934) Unnecessary escape character: \.. (no-useless-escape)
(#936) Unnecessary escape character: \>. (no-useless-escape)
(#937) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#947) Missing JSDoc comment. (require-jsdoc)
(#947) There should be no spaces inside this paren. (space-in-parens)
(#947) There should be no spaces inside this paren. (space-in-parens)
(#948) There should be no spaces inside this paren. (space-in-parens)
(#948) There should be no spaces inside this paren. (space-in-parens)
(#956) Unnecessary escape character: \(. (no-useless-escape)
(#956) Unnecessary escape character: \,. (no-useless-escape)
(#959) Missing JSDoc comment. (require-jsdoc)
(#971) Extra space after key 'row'. (key-spacing)
(#972) Extra space after key 'column'. (key-spacing)
(#973) Extra space after key 'type'. (key-spacing)
(#974) Extra space after key 'text'. (key-spacing)
(#978) There should be no spaces inside this paren. (space-in-parens)
(#978) There should be no spaces inside this paren. (space-in-parens)
(#979) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#979) There should be no spaces inside this paren. (space-in-parens)
(#979) There should be no spaces inside this paren. (space-in-parens)
(#995) Missing JSDoc comment. (require-jsdoc)
(#1003) There should be no spaces inside this paren. (space-in-parens)
(#1003) There should be no spaces inside this paren. (space-in-parens)
(#1006) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#1010) Missing JSDoc comment. (require-jsdoc)
(#1016) Missing JSDoc comment. (require-jsdoc)
(#1017) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#1020) Missing JSDoc comment. (require-jsdoc)
(#1021) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#1024) Missing JSDoc comment. (require-jsdoc)
(#1031) 'i' used outside of binding context. (block-scoped-var)
(#1031) 'i' used outside of binding context. (block-scoped-var)
(#1031) 'i' used outside of binding context. (block-scoped-var)
(#1032) 'i' used outside of binding context. (block-scoped-var)
(#1033) There should be no spaces inside this paren. (space-in-parens)
(#1033) There should be no spaces inside this paren. (space-in-parens)
(#1034) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#1040) Unexpected console statement. (no-console)
(#1051) There should be no spaces inside this paren. (space-in-parens)
(#1051) There should be no spaces inside this paren. (space-in-parens)
(#1059) There should be no spaces inside this paren. (space-in-parens)
(#1059) There should be no spaces inside this paren. (space-in-parens)
(#1065) There should be no spaces inside this paren. (space-in-parens)
(#1065) There should be no spaces inside this paren. (space-in-parens)
(#1080) There should be no spaces inside this paren. (space-in-parens)
(#1080) There should be no spaces inside this paren. (space-in-parens)
(#1091) Missing JSDoc comment. (require-jsdoc)
(#1095) Statement inside of curly braces should be on next line. (brace-style)
(#1095) Requires a space after '{'. (block-spacing)
(#1095) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1095) Requires a space before '}'. (block-spacing)
(#1098) Missing space before opening brace. (space-before-blocks)
(#1100) There should be no spaces inside this paren. (space-in-parens)
(#1100) There should be no spaces inside this paren. (space-in-parens)
(#1101) Requires a space after '{'. (block-spacing)
(#1101) Statement inside of curly braces should be on next line. (brace-style)
(#1101) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1101) Requires a space before '}'. (block-spacing)
(#1110) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#1110) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#1110) There should be no spaces inside this paren. (space-in-parens)
(#1110) There should be no spaces inside this paren. (space-in-parens)
(#1112) There should be no spaces inside this paren. (space-in-parens)
(#1113) There should be no spaces inside this paren. (space-in-parens)
(#1113) There should be no spaces inside this paren. (space-in-parens)
(#1114) There should be no spaces inside this paren. (space-in-parens)
(#1114) There should be no spaces inside this paren. (space-in-parens)
(#1115) There should be no spaces inside this paren. (space-in-parens)
(#1115) There should be no spaces inside this paren. (space-in-parens)
(#1116) There should be no spaces inside this paren. (space-in-parens)
(#1116) There should be no spaces inside this paren. (space-in-parens)
(#1117) There should be no spaces inside this paren. (space-in-parens)
(#1117) There should be no spaces inside this paren. (space-in-parens)
(#1118) There should be no spaces inside this paren. (space-in-parens)
(#1118) There should be no spaces inside this paren. (space-in-parens)
(#1120) Missing space before opening brace. (space-before-blocks)
(#1123) Missing space before opening brace. (space-before-blocks)
(#1126) Missing space before opening brace. (space-before-blocks)
(#1130) There should be no spaces inside this paren. (space-in-parens)
(#1130) There should be no spaces inside this paren. (space-in-parens)
(#1131) There should be no spaces inside this paren. (space-in-parens)
(#1131) There should be no spaces inside this paren. (space-in-parens)
(#1132) There should be no space after '['. (computed-property-spacing)
(#1132) There should be no space before ']'. (computed-property-spacing)
(#1137) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#1145) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#1145) There should be no spaces inside this paren. (space-in-parens)
(#1145) There should be no spaces inside this paren. (space-in-parens)
(#1145) Missing space before opening brace. (space-before-blocks)
(#1146) There should be no space after '{'. (object-curly-spacing)
(#1146) Extra space after key 'tagId'. (key-spacing)
(#1146) Extra space after key 'noFormat'. (key-spacing)
(#1146) Extra space after key 'folding'. (key-spacing)
(#1146) There should be no space before '}'. (object-curly-spacing)
(#1148) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#1148) There should be no spaces inside this paren. (space-in-parens)
(#1148) Missing space before opening brace. (space-before-blocks)
(#1150) Extra space after key 'tagId'. (key-spacing)
(#1151) Extra space after key 'fileName'. (key-spacing)
(#1152) Extra space after key 'theme'. (key-spacing)
(#1153) Extra space after key 'showln'. (key-spacing)
(#1154) Extra space after key 'nl'. (key-spacing)
(#1157) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#1157) Missing space before opening brace. (space-before-blocks)
(#1158) There should be no spaces inside this paren. (space-in-parens)
(#1158) There should be no spaces inside this paren. (space-in-parens)
(#1159) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#1162) A space is required after ','. (comma-spacing)
(#1166) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#1166) There should be no spaces inside this paren. (space-in-parens)
(#1166) There should be no spaces inside this paren. (space-in-parens)
(#1166) Missing space before opening brace. (space-before-blocks)
(#1173) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#1173) Missing space before opening brace. (space-before-blocks)
(#1175) Expected space(s) after "for". (keyword-spacing)
(#1176) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#1179) Identifier 'VPL_Util' is not in camel case. (camelcase)
(#1179) Identifier 'show_hide_div' is not in camel case. (camelcase)
(#1179) Unexpected space before function parentheses. (space-before-function-paren)
(#1179) Missing space before opening brace. (space-before-blocks)
(#1182) There should be no spaces inside this paren. (space-in-parens)
(#1182) Unexpected space after unary operator '!'. (space-unary-ops)
(#1182) There should be no spaces inside this paren. (space-in-parens)
(#1186) There should be no spaces inside this paren. (space-in-parens)
(#1186) There should be no spaces inside this paren. (space-in-parens)
(#1188) There should be no spaces inside this paren. (space-in-parens)
(#1188) Unexpected space after unary operator '!'. (space-unary-ops)
(#1188) There should be no spaces inside this paren. (space-in-parens)
(#1192) Expected space(s) after "if". (keyword-spacing)
(#1192) Missing space before opening brace. (space-before-blocks)
(#1193) Expected space(s) after "if". (keyword-spacing)
(#1193) Missing space before opening brace. (space-before-blocks)
(#1194) There should be no spaces inside this paren. (space-in-parens)
(#1194) There should be no spaces inside this paren. (space-in-parens)
(#1200) Expected space(s) after "else". (keyword-spacing)
(#1200) Expected space(s) before "else". (keyword-spacing)
mod/vpl/jscript/grade.js
(#41) There should be no spaces inside this paren. (space-in-parens)
(#41) There should be no spaces inside this paren. (space-in-parens)
(#53) Missing JSDoc for parameter 'maxgrade'. (valid-jsdoc)
(#61) Unnecessary escape character: \.. (no-useless-escape)
(#61) Unnecessary escape character: \-. (no-useless-escape)
(#63) Expected space(s) after "while". (keyword-spacing)
(#78) Missing JSDoc for parameter 'comment'. (valid-jsdoc)
(#96) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#100) Expected space(s) after "if". (keyword-spacing)
(#104) Missing space before opening brace. (space-before-blocks)
(#109) There should be no spaces inside this paren. (space-in-parens)
(#109) There should be no spaces inside this paren. (space-in-parens)
(#115) Expected space(s) after "if". (keyword-spacing)
(#115) Missing space before opening brace. (space-before-blocks)
mod/vpl/jscript/hideshow.js
(#31) Identifier 'show_hide_div' is not in camel case. (camelcase)
(#31) Unexpected space before function parentheses. (space-before-function-paren)
(#31) Missing space before opening brace. (space-before-blocks)
(#34) Expected space(s) after "if". (keyword-spacing)
(#34) Missing space before opening brace. (space-before-blocks)
(#35) Expected space(s) after "if". (keyword-spacing)
(#35) Missing space before opening brace. (space-before-blocks)
(#38) Expected space(s) after "else". (keyword-spacing)
(#38) Expected space(s) before "else". (keyword-spacing)
(#44) Identifier 'hide_later' is not in camel case. (camelcase)
(#44) Unexpected space before function parentheses. (space-before-function-paren)
(#44) Missing space before opening brace. (space-before-blocks)
(#46) Expected space(s) after "if". (keyword-spacing)
(#46) Missing space before opening brace. (space-before-blocks)
mod/vpl/jscript/updatesublist.js
(#26) Missing space before opening brace. (space-before-blocks)
(#30) Missing JSDoc parameter type for 'subid'. (valid-jsdoc)
(#34) Missing space before opening brace. (space-before-blocks)
(#35) Expected space(s) after "if". (keyword-spacing)
(#35) Missing space before opening brace. (space-before-blocks)
(#56) Missing JSDoc parameter type for 'subid'. (valid-jsdoc)
(#60) Missing space before opening brace. (space-before-blocks)
(#61) Expected space(s) after "if". (keyword-spacing)
(#61) Missing space before opening brace. (space-before-blocks)
(#82) Missing JSDoc parameter type for 'subid'. (valid-jsdoc)
(#82) Missing JSDoc for parameter 'grade'. (valid-jsdoc)
(#82) Missing JSDoc for parameter 'grader'. (valid-jsdoc)
(#82) Missing JSDoc for parameter 'gradeon'. (valid-jsdoc)
(#86) Missing space before opening brace. (space-before-blocks)
(#87) Expected space(s) after "if". (keyword-spacing)
(#87) Missing space before opening brace. (space-before-blocks)
(#111) Missing JSDoc parameter type for 'subid'. (valid-jsdoc)
(#111) Missing JSDoc parameter type for 'url'. (valid-jsdoc)
(#116) Identifier 'go_next' is not in camel case. (camelcase)
(#116) Missing space before opening brace. (space-before-blocks)
(#124) Expected space(s) before "else". (keyword-spacing)
(#124) Expected space(s) after "else". (keyword-spacing)

CSS problems

(0 errors, 0 warnings)

This section shows CSS problems detected by stylelint [More info]


PHPDocs style problems

(899 errors, 1 warnings)

This section shows the phpdocs problems detected in the code by local_moodlecheck [More info]

mod/vpl/backup/moodle1/lib.php
(#89) Function moodle1_mod_vpl_handler::get_data_path is not documented
(#92) Function moodle1_mod_vpl_handler::get_config_path is not documented
(#95) Function moodle1_mod_vpl_handler::get_submission_path is not documented
(#98) Function moodle1_mod_vpl_handler::get_fulldescription is not documented
(#105) Function moodle1_mod_vpl_handler::get_files is not documented
(#140) Function moodle1_mod_vpl_handler::process_execution_files is not documented
(#150) Function moodle1_mod_vpl_handler::process_required_files is not documented
(#205) Function moodle1_mod_vpl_handler::on_vpl_variations_end is not documented
(#226) Function moodle1_mod_vpl_handler::on_vpl_submissions_end is not documented
(#229) Function moodle1_mod_vpl_handler::process_submitted_files is not documented
(#17) No one-line description found in phpdocs for file
(#161) Phpdocs for function moodle1_mod_vpl_handler::process_vpl has incomplete parameters list
(#209) Phpdocs for function moodle1_mod_vpl_handler::process_vpl_variation has incomplete parameters list
(#241) Phpdocs for function moodle1_mod_vpl_handler::process_vpl_submission has incomplete parameters list
mod/vpl/backup/moodle2/backup_vpl_activity_task.class.php
(#28) Class backup_vpl_activity_task is not documented
(#17) No one-line description found in phpdocs for file
(#44) Phpdocs for function backup_vpl_activity_task::encode_content_links has incomplete parameters list
mod/vpl/backup/moodle2/backup_vpl_stepslib.php
(#27) Class backup_nested_filegroup is not documented
(#95) Class backup_vpl_activity_structure_step is not documented
(#28) Function backup_nested_filegroup::load_file is not documented
(#42) Function backup_nested_filegroup::get_files is not documented
(#70) Function backup_nested_filegroup::get_iterator is not documented
(#158) Function backup_vpl_activity_structure_step::define_structure is not documented
(#96) Variable backup_vpl_activity_structure_step::$vplfields is not documented
(#135) Variable backup_vpl_activity_structure_step::$submissionfields is not documented
(#148) Variable backup_vpl_activity_structure_step::$variationfields is not documented
(#153) Variable backup_vpl_activity_structure_step::$asignedvariationfields is not documented
mod/vpl/backup/moodle2/restore_vpl_activity_task.class.php
(#27) Class restore_vpl_activity_task is not documented
(#98) Function restore_vpl_activity_task::after_restore is not documented
(#28) Variable restore_vpl_activity_task::$structurestep is not documented
mod/vpl/backup/moodle2/restore_vpl_stepslib.php
(#25) Class restore_vpl_activity_structure_step is not documented
(#27) Function restore_vpl_activity_structure_step::get_baseon_by_name is not documented
(#38) Function restore_vpl_activity_structure_step::define_structure is not documented
(#58) Function restore_vpl_activity_structure_step::process_vpl is not documented
(#76) Function restore_vpl_activity_structure_step::process_groupfile is not documented
(#92) Function restore_vpl_activity_structure_step::process_required_file is not documented
(#98) Function restore_vpl_activity_structure_step::process_execution_file is not documented
(#104) Function restore_vpl_activity_structure_step::process_variation is not documented
(#113) Function restore_vpl_activity_structure_step::process_assigned_variation is not documented
(#122) Function restore_vpl_activity_structure_step::process_submission is not documented
(#133) Function restore_vpl_activity_structure_step::process_submission_file is not documented
(#155) Function restore_vpl_activity_structure_step::after_execute is not documented
(#26) Variable restore_vpl_activity_structure_step::$basedonnames is not documented
(#17) No one-line description found in phpdocs for file
mod/vpl/classes/event/base.php
(#29) Class base is not documented
(#31) Function base::get_url_base is not documented
(#40) Function base::get_description is not documented
(#43) Function base::get_url is not documented
(#46) Function base::log is not documented
(#50) Function base::get_legacy_logdata is not documented
(#30) Variable base::$legacyaction is not documented
mod/vpl/classes/event/course_module_instance_list_viewed.php
(#28) Class course_module_instance_list_viewed is not documented
mod/vpl/classes/event/submission_base.php
(#29) Class submission_base is not documented
(#30) Function submission_base::get_objectid_mapping is not documented
(#33) Function submission_base::get_other_mapping is not documented
(#37) Function submission_base::init is not documented
(#42) Function submission_base::get_url is not documented
(#45) Function submission_base::get_description_mod is not documented
(#53) Function submission_base::log is not documented
(#68) Function submission_base::get_description is not documented
mod/vpl/classes/event/submission_debugged.php
(#29) Class submission_debugged is not documented
(#30) Function submission_debugged::init is not documented
mod/vpl/classes/event/submission_deleted.php
(#29) Class submission_deleted is not documented
(#30) Function submission_deleted::init is not documented
mod/vpl/classes/event/submission_edited.php
(#29) Class submission_edited is not documented
(#30) Function submission_edited::init is not documented
mod/vpl/classes/event/submission_evaluated.php
(#29) Class submission_evaluated is not documented
(#30) Function submission_evaluated::init is not documented
mod/vpl/classes/event/submission_grade_deleted.php
(#29) Class submission_grade_deleted is not documented
(#30) Function submission_grade_deleted::init is not documented
(#34) Function submission_grade_deleted::get_description is not documented
mod/vpl/classes/event/submission_grade_updated.php
(#29) Class submission_grade_updated is not documented
(#30) Function submission_grade_updated::init is not documented
(#35) Function submission_grade_updated::get_description is not documented
mod/vpl/classes/event/submission_grade_viewed.php
(#29) Class submission_grade_viewed is not documented
(#30) Function submission_grade_viewed::init is not documented
(#35) Function submission_grade_viewed::get_description is not documented
mod/vpl/classes/event/submission_graded.php
(#29) Class submission_graded is not documented
(#30) Function submission_graded::init is not documented
(#36) Function submission_graded::get_description_mod is not documented
(#42) Function submission_graded::get_description is not documented
mod/vpl/classes/event/submission_previous_upload_viewed.php
(#29) Class submission_previous_upload_viewed is not documented
(#30) Function submission_previous_upload_viewed::init is not documented
(#35) Function submission_previous_upload_viewed::get_description is not documented
mod/vpl/classes/event/submission_run.php
(#29) Class submission_run is not documented
(#30) Function submission_run::init is not documented
mod/vpl/classes/event/submission_uploaded.php
(#29) Class submission_uploaded is not documented
(#30) Function submission_uploaded::init is not documented
mod/vpl/classes/event/submission_viewed.php
(#29) Class submission_viewed is not documented
(#30) Function submission_viewed::init is not documented
mod/vpl/classes/event/variation_added.php
(#29) Class variation_added is not documented
(#30) Function variation_added::init is not documented
mod/vpl/classes/event/variation_base.php
(#29) Class variation_base is not documented
(#30) Function variation_base::init is not documented
(#35) Function variation_base::get_description is not documented
(#38) Function variation_base::log is not documented
mod/vpl/classes/event/variation_deleted.php
(#18) Package mod_vpl. Class for logging of variation deleted events is not valid
(#27) Class variation_deleted is not documented
(#28) Function variation_deleted::init is not documented
(#17) No one-line description found in phpdocs for file
mod/vpl/classes/event/variation_updated.php
(#29) Class variation_updated is not documented
(#30) Function variation_updated::init is not documented
mod/vpl/classes/event/vpl_all_submissions_downloaded.php
(#29) Class vpl_all_submissions_downloaded is not documented
(#30) Function vpl_all_submissions_downloaded::init is not documented
(#35) Function vpl_all_submissions_downloaded::get_description is not documented
mod/vpl/classes/event/vpl_all_submissions_viewed.php
(#29) Class vpl_all_submissions_viewed is not documented
(#30) Function vpl_all_submissions_viewed::init is not documented
(#35) Function vpl_all_submissions_viewed::get_description is not documented
mod/vpl/classes/event/vpl_base.php
(#29) Class vpl_base is not documented
(#30) Function vpl_base::get_objectid_mapping is not documented
(#33) Function vpl_base::get_other_mapping is not documented
(#37) Function vpl_base::init is not documented
(#42) Function vpl_base::log is not documented
(#53) Function vpl_base::get_url is not documented
(#56) Function vpl_base::get_description_mod is not documented
mod/vpl/classes/event/vpl_checkvpls.php
(#28) Class vpl_checkvpls is not documented
(#29) Function vpl_checkvpls::get_objectid_mapping is not documented
(#32) Function vpl_checkvpls::get_other_mapping is not documented
(#36) Function vpl_checkvpls::init is not documented
(#42) Function vpl_checkvpls::get_url is not documented
(#46) Function vpl_checkvpls::get_description is not documented
mod/vpl/classes/event/vpl_description_viewed.php
(#30) Class vpl_description_viewed is not documented
(#31) Function vpl_description_viewed::init is not documented
(#36) Function vpl_description_viewed::get_description is not documented
mod/vpl/classes/event/vpl_diff_viewed.php
(#30) Class vpl_diff_viewed is not documented
(#31) Function vpl_diff_viewed::init is not documented
(#37) Function vpl_diff_viewed::get_description is not documented
mod/vpl/classes/event/vpl_execution_keeplist_updated.php
(#29) Class vpl_execution_keeplist_updated is not documented
(#30) Function vpl_execution_keeplist_updated::init is not documented
(#34) Function vpl_execution_keeplist_updated::get_description is not documented
mod/vpl/classes/event/vpl_execution_keeplist_viewed.php
(#29) Class vpl_execution_keeplist_viewed is not documented
(#30) Function vpl_execution_keeplist_viewed::init is not documented
(#35) Function vpl_execution_keeplist_viewed::get_description is not documented
mod/vpl/classes/event/vpl_execution_limits_updated.php
(#29) Class vpl_execution_limits_updated is not documented
(#30) Function vpl_execution_limits_updated::init is not documented
(#34) Function vpl_execution_limits_updated::get_description is not documented
mod/vpl/classes/event/vpl_execution_limits_viewed.php
(#20) Package mod_vpl. is not valid
(#29) Class vpl_execution_limits_viewed is not documented
(#30) Function vpl_execution_limits_viewed::init is not documented
(#35) Function vpl_execution_limits_viewed::get_description is not documented
mod/vpl/classes/event/vpl_execution_localjails_updated.php
(#29) Class vpl_execution_localjails_updated is not documented
(#30) Function vpl_execution_localjails_updated::init is not documented
(#35) Function vpl_execution_localjails_updated::get_description is not documented
mod/vpl/classes/event/vpl_execution_localjails_viewed.php
(#29) Class vpl_execution_localjails_viewed is not documented
(#30) Function vpl_execution_localjails_viewed::init is not documented
(#35) Function vpl_execution_localjails_viewed::get_description is not documented
mod/vpl/classes/event/vpl_execution_options_updated.php
(#29) Class vpl_execution_options_updated is not documented
(#30) Function vpl_execution_options_updated::init is not documented
(#34) Function vpl_execution_options_updated::get_description is not documented
mod/vpl/classes/event/vpl_execution_options_viewed.php
(#20) Package mod_vpl. is not valid
(#29) Class vpl_execution_options_viewed is not documented
(#30) Function vpl_execution_options_viewed::init is not documented
(#35) Function vpl_execution_options_viewed::get_description is not documented
mod/vpl/classes/event/vpl_jail_servers_tested.php
(#29) Class vpl_jail_servers_tested is not documented
(#30) Function vpl_jail_servers_tested::init is not documented
(#35) Function vpl_jail_servers_tested::get_description is not documented
mod/vpl/classes/event/vpl_security.php
(#30) Class vpl_security is not documented
(#31) Function vpl_security::init is not documented
(#36) Function vpl_security::get_description is not documented
mod/vpl/classes/event/vpl_security_webservice.php
(#30) Class vpl_security_webservice is not documented
(#31) Function vpl_security_webservice::get_description is not documented
mod/vpl/classes/event/vpl_similarity_form_viewed.php
(#30) Class vpl_similarity_form_viewed is not documented
(#31) Function vpl_similarity_form_viewed::init is not documented
(#36) Function vpl_similarity_form_viewed::get_description is not documented
mod/vpl/classes/event/vpl_similarity_report_viewed.php
(#29) Class vpl_similarity_report_viewed is not documented
(#30) Function vpl_similarity_report_viewed::init is not documented
(#35) Function vpl_similarity_report_viewed::get_description is not documented
mod/vpl/classes/event/vpl_variation_updated.php
(#29) Class vpl_variation_updated is not documented
(#30) Function vpl_variation_updated::init is not documented
(#34) Function vpl_variation_updated::get_description is not documented
mod/vpl/classes/event/vpl_watermark_report_viewed.php
(#29) Class vpl_watermark_report_viewed is not documented
(#30) Function vpl_watermark_report_viewed::init is not documented
(#35) Function vpl_watermark_report_viewed::get_description is not documented
mod/vpl/classes/event/vpl_webservice_token_viewed.php
(#29) Class vpl_webservice_token_viewed is not documented
(#30) Function vpl_webservice_token_viewed::init is not documented
(#35) Function vpl_webservice_token_viewed::get_description is not documented
mod/vpl/classes/util/lock.php
(#29) Class lock is not documented
(#31) Function lock::__construct is not documented
(#61) Function lock::__destruct is not documented
(#30) Variable lock::$lockfile is not documented
mod/vpl/db/access.php
(#17) No one-line description found in phpdocs for file
mod/vpl/db/upgrade.php
(#25) Function xmldb_vpl_upgrade is not documented
(#17) No one-line description found in phpdocs for file
mod/vpl/editor/editor_utility.php
(#27) Class vpl_editor_util is not documented
(#28) Function vpl_editor_util::generate_jquery is not documented
(#36) Function vpl_editor_util::generate_requires_evaluation is not documented
(#43) Function vpl_editor_util::generate_requires is not documented
(#59) Function vpl_editor_util::print_tag is not documented
(#311) Function vpl_editor_util::generate_evaluate_script is not documented
(#323) Function vpl_editor_util::generate_batch_evaluate_sript is not documented
mod/vpl/externallib.php
(#31) Class mod_vpl_webservice is not documented
(#32) Function mod_vpl_webservice::initial_checks is not documented
(#45) Function mod_vpl_webservice::info_parameters is not documented
(#51) Function mod_vpl_webservice::info is not documented
(#79) Function mod_vpl_webservice::info_returns is not documented
(#99) Function mod_vpl_webservice::save_parameters is not documented
(#109) Function mod_vpl_webservice::save is not documented
(#133) Function mod_vpl_webservice::save_returns is not documented
(#140) Function mod_vpl_webservice::open_parameters is not documented
(#146) Function mod_vpl_webservice::open is not documented
(#173) Function mod_vpl_webservice::open_returns is not documented
(#188) Function mod_vpl_webservice::evaluate_parameters is not documented
(#194) Function mod_vpl_webservice::evaluate is not documented
(#217) Function mod_vpl_webservice::evaluate_returns is not documented
(#237) Function mod_vpl_webservice::get_result_parameters is not documented
(#243) Function mod_vpl_webservice::get_result is not documented
(#265) Function mod_vpl_webservice::get_result_returns is not documented
(#17) No one-line description found in phpdocs for file
mod/vpl/filegroup.class.php
(#32) Class file_group_process is not documented
(#343) Variable file_group_process::$outputtextsize is not documented
(#344) Variable file_group_process::$outputbinarysize is not documented
(#345) Variable file_group_process::$outputtextlimit is not documented
(#346) Variable file_group_process::$outputbinarylimit is not documented
(#64) Phpdocs for function file_group_process::write_list has incomplete parameters list
(#93) Phpdocs for function file_group_process::read_list has incomplete parameters list
(#143) Phpdocs for function file_group_process::encodefilename has incomplete parameters list
(#193) Phpdocs for function file_group_process::addallfiles has incomplete parameters list
(#275) Phpdocs for function file_group_process::setfilelist has incomplete parameters list
(#347) Phpdocs for function file_group_process::print_files has incomplete parameters list
(#383) Phpdocs for function file_group_process::download_files has incomplete parameters list
(#145) Invalid phpdocs tag @parm used
(#386) Invalid phpdocs tag @parm used
mod/vpl/forms/edit.class.php
(#32) Class mod_vpl_edit is not documented
(#33) Function mod_vpl_edit::filesfromide is not documented
(#44) Function mod_vpl_edit::filestoide is not documented
(#60) Function mod_vpl_edit::files2object is not documented
(#72) Function mod_vpl_edit::save is not documented
(#86) Function mod_vpl_edit::get_requested_files is not documented
(#90) Function mod_vpl_edit::get_submitted_files is not documented
(#109) Function mod_vpl_edit::load is not documented
(#146) Function mod_vpl_edit::execute is not documented
(#171) Function mod_vpl_edit::retrieve_result is not documented
(#179) Function mod_vpl_edit::cancel is not documented
mod/vpl/forms/executionkeepfiles.php
(#30) Class mod_vpl_executionkeepfiles_form is not documented
(#32) Function mod_vpl_executionkeepfiles_form::__construct is not documented
(#36) Function mod_vpl_executionkeepfiles_form::definition is not documented
(#31) Variable mod_vpl_executionkeepfiles_form::$fgp is not documented
mod/vpl/forms/executionlimits.php
(#31) Class mod_vpl_executionlimits_form is not documented
(#33) Function mod_vpl_executionlimits_form::__construct is not documented
(#37) Function mod_vpl_executionlimits_form::definition is not documented
(#32) Variable mod_vpl_executionlimits_form::$vpl is not documented
mod/vpl/forms/executionoptions.php
(#31) Class mod_vpl_executionoptions_form is not documented
(#33) Function mod_vpl_executionoptions_form::__construct is not documented
(#37) Function mod_vpl_executionoptions_form::get_scriptdescription is not documented
(#48) Function mod_vpl_executionoptions_form::get_dirlist is not documented
(#64) Function mod_vpl_executionoptions_form::get_runlist is not documented
(#68) Function mod_vpl_executionoptions_form::get_debuglist is not documented
(#72) Function mod_vpl_executionoptions_form::definition is not documented
(#32) Variable mod_vpl_executionoptions_form::$vpl is not documented
mod/vpl/forms/form.class.php
(#28) Class vpl_form is not documented
(#33) Function vpl_form::checkdataset is not documented
(#52) Function vpl_form::addinput is not documented
(#65) Function vpl_form::action is not documented
(#73) Function vpl_form::__construct is not documented
(#80) Function vpl_form::settype is not documented
(#83) Function vpl_form::addhidden is not documented
(#87) Function vpl_form::addpassword is not documented
(#91) Function vpl_form::addtext is not documented
(#95) Function vpl_form::addtextarea is not documented
(#103) Function vpl_form::addsubmitbutton is not documented
(#106) Function vpl_form::addcancelbutton is not documented
(#109) Function vpl_form::addselect is not documented
(#124) Function vpl_form::addhtml is not documented
(#127) Function vpl_form::definition is not documented
(#131) Function vpl_form::display is not documented
(#139) Function vpl_form::is_cancelled is not documented
(#142) Function vpl_form::get_data is not documented
(#154) Function vpl_form::set_data is not documented
(#29) Variable vpl_form::$htmlcode is not documented
(#30) Variable vpl_form::$formcode is not documented
(#31) Variable vpl_form::$data is not documented
(#32) Variable vpl_form::$datatype is not documented
mod/vpl/forms/grade_form.php
(#34) Class mod_vpl_grade_form is not documented
(#36) Function mod_vpl_grade_form::get_scale_selection is not documented
(#57) Function mod_vpl_grade_form::__construct is not documented
(#61) Function mod_vpl_grade_form::definition is not documented
(#158) Function mod_vpl_grade_form::display is not documented
(#35) Variable mod_vpl_grade_form::$submission is not documented
mod/vpl/forms/gradesubmission.php
(#33) Function vpl_grade_header is not documented
mod/vpl/forms/local_jail_servers.php
(#31) Class mod_vpl_setjails_form is not documented
(#32) Function mod_vpl_setjails_form::definition is not documented
mod/vpl/forms/password_form.php
(#31) Class mod_vpl_password_form is not documented
(#32) Function mod_vpl_password_form::__construct is not documented
(#36) Function mod_vpl_password_form::definition is not documented
mod/vpl/forms/submission_form.php
(#31) Class mod_vpl_submission_form is not documented
(#33) Function mod_vpl_submission_form::getinternalform is not documented
(#36) Function mod_vpl_submission_form::__construct is not documented
(#40) Function mod_vpl_submission_form::definition is not documented
(#32) Variable mod_vpl_submission_form::$vpl is not documented
mod/vpl/forms/variations.php
(#31) Class mod_vpl_variation_option_form is not documented
(#49) Class mod_vpl_variation_form is not documented
(#32) Function mod_vpl_variation_option_form::definition is not documented
(#53) Function mod_vpl_variation_form::__construct is not documented
(#58) Function mod_vpl_variation_form::definition is not documented
(#50) Variable mod_vpl_variation_form::$varid is not documented
(#51) Variable mod_vpl_variation_form::$number is not documented
mod/vpl/jail/jailserver_manager.class.php
(#35) Class vpl_jailserver_manager is not documented
(#38) Function vpl_jailserver_manager::get_curl is not documented
(#65) Function vpl_jailserver_manager::get_response is not documented
(#36) Constant vpl_jailserver_manager::RECHECK is not documented
(#37) Constant vpl_jailserver_manager::TABLE is not documented
(#146) Phpdocs for function vpl_jailserver_manager::get_server_list has incomplete parameters list
(#174) Phpdocs for function vpl_jailserver_manager::get_server has incomplete parameters list
(#228) Phpdocs for function vpl_jailserver_manager::is_private_host has incomplete parameters list
(#248) Phpdocs for function vpl_jailserver_manager::check_servers has incomplete parameters list
(#297) Phpdocs for function vpl_jailserver_manager::get_https_server_list has incomplete parameters list
mod/vpl/jail/running_processes.class.php
(#27) Package is not specified for class vpl_running_processes. It is also not specified in file-level phpdocs
(#34) Function vpl_running_processes::get is not documented
(#42) Function vpl_running_processes::set is not documented
(#53) Function vpl_running_processes::delete is not documented
(#61) Function vpl_running_processes::lanched_processes is not documented
(#33) Constant vpl_running_processes::TABLE is not documented
mod/vpl/lang/br/vpl.php
(#17) File-level phpdocs block is not found
mod/vpl/lang/ca/vpl.php
(#17) File-level phpdocs block does not have @copyright tag
(#17) File-level phpdocs block does not have @license tag
mod/vpl/lang/de/vpl.php
(#17) File-level phpdocs block is not found
mod/vpl/lang/en/vpl.php
(#17) File-level phpdocs block is not found
mod/vpl/lang/es/vpl.php
(#17) File-level phpdocs block is not found
mod/vpl/lang/et/vpl.php
(#17) File-level phpdocs block does not have @copyright tag
(#17) File-level phpdocs block does not have @license tag
mod/vpl/lang/it/vpl.php
(#18) File-level phpdocs block does not have @copyright tag
(#18) File-level phpdocs block does not have @license tag
mod/vpl/lang/ja/vpl.php
(#17) File-level phpdocs block does not have @copyright tag
(#17) File-level phpdocs block does not have @license tag
mod/vpl/lang/pl/vpl.php
(#18) File-level phpdocs block does not have @copyright tag
(#18) File-level phpdocs block does not have @license tag
mod/vpl/lib.php
(#79) Function vpl_update_grades is not documented
(#394) Function vpl_print_recent_mod_activity is not documented
(#437) Function vpl_get_coursemodule_info_not_valid is not documented
(#462) Function vpl_extend_navigation is not documented
(#519) Function vpl_extend_settings_navigation is not documented
(#703) Function vpl_scale_used is not documented
(#724) Function vpl_get_view_actions is not documented
(#743) Function vpl_get_post_actions is not documented
(#250) There is no description in phpdocs for function vpl_supports
(#35) Phpdocs for function vpl_grade_item_update has incomplete parameters list
(#125) Phpdocs for function vpl_delete_grade_item has incomplete parameters list
(#138) Phpdocs for function vpl_create_event has incomplete parameters list
(#160) Phpdocs for function vpl_add_instance has incomplete parameters list
(#182) Phpdocs for function vpl_update_instance has incomplete parameters list
(#285) Phpdocs for function vpl_user_outline has incomplete parameters list
(#317) Phpdocs for function vpl_user_complete has incomplete parameters list
(#337) Phpdocs for function vpl_get_recent_mod_activity has incomplete parameters list
(#715) Phpdocs for function vpl_scale_used_anywhere has incomplete parameters list
(#761) Phpdocs for function vpl_reset_gradebook has incomplete parameters list
(#785) Phpdocs for function vpl_reset_userdata has incomplete parameters list
(#823) Phpdocs for function vpl_reset_course_form_definition has incomplete parameters list
(#831) Phpdocs for function vpl_reset_course_form_defaults has incomplete parameters list
mod/vpl/list_util.class.php
(#27) Class vpl_list_util is not documented
(#31) Function vpl_list_util::cpm is not documented
(#86) Function vpl_list_util::vpl_list_arrow is not documented
(#108) Function vpl_list_util::count_graded is not documented
(#28) Variable vpl_list_util::$fields is not documented
(#29) Variable vpl_list_util::$ascending is not documented
(#48) Phpdocs for function vpl_list_util::set_order has incomplete parameters list
mod/vpl/locallib.php
(#433) Function vpl_get_select_time is not documented
(#611) Function vpl_notice is not documented
(#663) Function vpl_fileextension is not documented
(#667) Function vpl_is_image is not documented
(#671) Function vpl_is_binary is not documented
(#685) Function vpl_encode_binary is not documented
(#688) Function vpl_decode_binary is not documented
(#691) Function vpl_is_valid_path_name is not documented
(#703) Function vpl_is_valid_file_name is not documented
(#715) Function vpl_truncate_string is not documented
(#722) Function vpl_bash_export is not documented
(#816) Function vpl_get_webservice_available is not documented
(#830) Function vpl_get_webservice_token is not documented
(#888) Function vpl_get_webservice_urlbase is not documented
(#593) There is no description in phpdocs for function vpl_detect_newline
(#72) Phpdocs for function vpl_fopen has incomplete parameters list
(#94) Phpdocs for function vpl_delete_dir has incomplete parameters list
(#130) Phpdocs for function vpl_output_zip has incomplete parameters list
(#165) Phpdocs for function vpl_get_lang has incomplete parameters list
(#240) Phpdocs for function vpl_abs_href has incomplete parameters list
(#267) Phpdocs for function vpl_mod_href has incomplete parameters list
(#294) Phpdocs for function vpl_rel_url has incomplete parameters list
(#319) Phpdocs for function vpl_url_add_param has incomplete parameters list
(#336) Phpdocs for function vpl_redirect has incomplete parameters list
(#359) Phpdocs for function vpl_inmediate_redirect has incomplete parameters list
(#382) Phpdocs for function vpl_include_jsfile has incomplete parameters list
(#396) Phpdocs for function vpl_include_js has incomplete parameters list
(#414) Phpdocs for function vpl_js_alert has incomplete parameters list
(#470) Phpdocs for function vpl_get_max_post_size_internal has incomplete parameters list
(#496) Phpdocs for function vpl_conv_size_to_string has incomplete parameters list
(#533) Phpdocs for function vpl_get_array_key has incomplete parameters list
(#551) Phpdocs for function vpl_get_select_sizes has incomplete parameters list
(#619) Phpdocs for function vpl_rtzeros has incomplete parameters list
(#633) Phpdocs for function vpl_select_index has incomplete parameters list
(#650) Phpdocs for function vpl_select_array has incomplete parameters list
(#745) Phpdocs for function vpl_truncate_vpl has incomplete parameters list
(#757) Phpdocs for function vpl_truncate_variations has incomplete parameters list
(#766) Phpdocs for function vpl_truncate_running_processes has incomplete parameters list
(#775) Phpdocs for function vpl_truncate_jailservers has incomplete parameters list
(#786) Phpdocs for function vpl_check_network has incomplete parameters list
mod/vpl/mod_form.php
(#30) Class mod_vpl_mod_form is not documented
(#31) Function mod_vpl_mod_form::definition is not documented
(#129) Function mod_vpl_mod_form::validate is not documented
(#137) Function mod_vpl_mod_form::validation is not documented
(#145) Function mod_vpl_mod_form::display is not documented
mod/vpl/similarity/clusters.class.php
(#30) Class vpl_clusters is not documented
(#153) Function vpl_clusters::assign_file_id is not documented
(#158) Function vpl_clusters::assign_number is not documented
(#169) Function vpl_clusters::print_cluster is not documented
(#270) Function vpl_clusters::print_clusters is not documented
(#31) Variable vpl_clusters::$clusters is not documented
(#32) Variable vpl_clusters::$cmembers is not documented
(#33) Variable vpl_clusters::$adjlist is not documented
(#34) Constant vpl_clusters::MAX_MEMBERS is not documented
(#35) There is no description in phpdocs for function __construct
(#37) Phpdocs for function vpl_clusters::__construct has incomplete parameters list
(#75) Phpdocs for function vpl_clusters::process has incomplete parameters list
mod/vpl/similarity/diff.class.php
(#34) Class vpl_diff is not documented
(#103) Function vpl_diff::newlineinfo is not documented
(#143) Function vpl_diff::similine is not documented
(#250) Function vpl_diff::show is not documented
(#337) Function vpl_diff::vpl_get_similfile is not documented
(#38) Phpdocs for function vpl_diff::removealphanum has incomplete parameters list
(#58) Phpdocs for function vpl_diff::diffline has incomplete parameters list
(#114) Phpdocs for function vpl_diff::initauxiliarmatrices has incomplete parameters list
(#150) Phpdocs for function vpl_diff::calculatediff has incomplete parameters list
mod/vpl/similarity/similarity_ada.class.php
(#30) Class vpl_similarity_ada is not documented
(#31) Function vpl_similarity_ada::get_type is not documented
(#34) Function vpl_similarity_ada::sintax_normalize is not documented
(#105) Function vpl_similarity_ada::get_tokenizer is not documented
mod/vpl/similarity/similarity_base.class.php
(#230) Class vpl_files_pair is not documented
(#45) Function vpl_similarity_base::get_value_id is not documented
(#51) Function vpl_similarity_base::get_type is not documented
(#54) Function vpl_similarity_base::get_size is not documented
(#57) Function vpl_similarity_base::get_sizeh is not documented
(#60) Function vpl_similarity_base::get_tokenizer is not documented
(#63) Function vpl_similarity_base::sintax_normalize is not documented
(#68) Function vpl_similarity_base::init is not documented
(#138) Function vpl_similarity_base::show_info is not documented
(#150) Function vpl_similarity_base::can_access is not documented
(#153) Function vpl_similarity_base::get_userid is not documented
(#156) Function vpl_similarity_base::link_parms is not documented
(#246) Function vpl_files_pair::__construct is not documented
(#256) Function vpl_files_pair::set_mins is not documented
(#261) Function vpl_files_pair::set_maxs is not documented
(#266) Function vpl_files_pair::cmp is not documented
(#274) Function vpl_files_pair::get_link is not documented
(#317) Function vpl_files_pair::normalize_level is not documented
(#323) Function vpl_files_pair::get_level1 is not documented
(#329) Function vpl_files_pair::get_level2 is not documented
(#335) Function vpl_files_pair::get_level3 is not documented
(#341) Function vpl_files_pair::get_level is not documented
(#350) Function vpl_files_pair::set_cluster is not documented
(#353) Function vpl_files_pair::get_cluster is not documented
(#366) Function vpl_similarity::get_selected is not documented
(#447) Function vpl_similarity::filter_selected is not documented
(#463) Function vpl_similarity::cmp_selected1 is not documented
(#475) Function vpl_similarity::cmp_selected2 is not documented
(#487) Function vpl_similarity::cmp_selected3 is not documented
(#39) Variable vpl_similarity_base::$from is not documented
(#40) Variable vpl_similarity_base::$size is not documented
(#41) Variable vpl_similarity_base::$sizeh is not documented
(#42) Variable vpl_similarity_base::$valueconverter is not documented
(#43) Variable vpl_similarity_base::$vecfrec is not documented
(#44) Variable vpl_similarity_base::$hashses is not documented
(#231) Variable vpl_files_pair::$idcounter is not documented
(#232) Variable vpl_files_pair::$mins1 is not documented
(#233) Variable vpl_files_pair::$mins2 is not documented
(#234) Variable vpl_files_pair::$mins3 is not documented
(#235) Variable vpl_files_pair::$maxs1 is not documented
(#236) Variable vpl_files_pair::$maxs2 is not documented
(#237) Variable vpl_files_pair::$maxs3 is not documented
(#238) Variable vpl_files_pair::$first is not documented
(#239) Variable vpl_files_pair::$second is not documented
(#240) Variable vpl_files_pair::$selected is not documented
(#241) Variable vpl_files_pair::$s1 is not documented
(#242) Variable vpl_files_pair::$s2 is not documented
(#243) Variable vpl_files_pair::$s3 is not documented
(#244) Variable vpl_files_pair::$id is not documented
(#245) Variable vpl_files_pair::$clusternumber is not documented
(#446) Variable vpl_similarity::$corder is not documented
(#66) Constant vpl_similarity_base::HASH_SIZE is not documented
(#67) Constant vpl_similarity_base::HASH_REDUCTION is not documented
(#33) No one-line description found in phpdocs for class vpl_similarity_base
(#163) Phpdocs for function vpl_similarity_base::similarity1 has incomplete parameters list
(#187) Phpdocs for function vpl_similarity_base::similarity2 has incomplete parameters list
(#209) Phpdocs for function vpl_similarity_base::similarity3 has incomplete parameters list
mod/vpl/similarity/similarity_c.class.php
(#30) Class vpl_similarity_c is not documented
(#31) Function vpl_similarity_c::get_type is not documented
(#34) Function vpl_similarity_c::expand_operator is not documented
(#41) Function vpl_similarity_c::sintax_normalize is not documented
(#155) Function vpl_similarity_c::get_tokenizer is not documented
mod/vpl/similarity/similarity_cpp.class.php
(#30) Class vpl_similarity_cpp is not documented
(#31) Function vpl_similarity_cpp::get_type is not documented
(#34) Function vpl_similarity_cpp::get_tokenizer is not documented
mod/vpl/similarity/similarity_factory.class.php
(#28) Class vpl_filetype is not documented
(#61) Class vpl_similarity_factory is not documented
(#53) Function vpl_filetype::str is not documented
(#63) Function vpl_similarity_factory::get_object is not documented
(#72) Function vpl_similarity_factory::get is not documented
(#30) Variable vpl_filetype::$sstr is not documented
(#62) Variable vpl_similarity_factory::$classloaded is not documented
mod/vpl/similarity/similarity_form.class.php
(#31) Class vpl_similarity_form is not documented
(#33) Function vpl_similarity_form::__construct is not documented
(#37) Function vpl_similarity_form::list_activities is not documented
(#91) Function vpl_similarity_form::definition is not documented
(#32) Variable vpl_similarity_form::$vpl is not documented
mod/vpl/similarity/similarity_html.class.php
(#30) Class vpl_similarity_html is not documented
(#31) Function vpl_similarity_html::get_type is not documented
(#34) Function vpl_similarity_html::sintax_normalize is not documented
(#37) Function vpl_similarity_html::get_tokenizer is not documented
mod/vpl/similarity/similarity_java.class.php
(#30) Class vpl_similarity_java is not documented
(#31) Function vpl_similarity_java::get_type is not documented
(#34) Function vpl_similarity_java::sintax_normalize is not documented
(#126) Function vpl_similarity_java::get_tokenizer is not documented
mod/vpl/similarity/similarity_matlab.class.php
(#30) Class vpl_similarity_matlab is not documented
(#31) Function vpl_similarity_matlab::get_type is not documented
(#34) Function vpl_similarity_matlab::sintax_normalize is not documented
(#63) Function vpl_similarity_matlab::get_tokenizer is not documented
mod/vpl/similarity/similarity_prolog.class.php
(#30) Class vpl_similarity_prolog is not documented
(#31) Function vpl_similarity_prolog::get_type is not documented
(#34) Function vpl_similarity_prolog::sintax_normalize is not documented
(#44) Function vpl_similarity_prolog::get_tokenizer is not documented
mod/vpl/similarity/similarity_python.class.php
(#32) Class vpl_similarity_python is not documented
(#33) Function vpl_similarity_python::get_type is not documented
(#36) Function vpl_similarity_python::sintax_normalize is not documented
(#96) Function vpl_similarity_python::get_tokenizer is not documented
(#17) File-level phpdocs block does not have @copyright tag
mod/vpl/similarity/similarity_scala.class.php
(#32) Class vpl_similarity_scala is not documented
(#33) Function vpl_similarity_scala::get_type is not documented
(#36) Function vpl_similarity_scala::get_tokenizer is not documented
(#17) File-level phpdocs block does not have @copyright tag
mod/vpl/similarity/similarity_scheme.class.php
(#30) Class vpl_similarity_scheme is not documented
(#31) Function vpl_similarity_scheme::get_type is not documented
(#34) Function vpl_similarity_scheme::sintax_normalize is not documented
(#44) Function vpl_similarity_scheme::get_tokenizer is not documented
mod/vpl/similarity/similarity_sources.class.php
(#32) Function vpl_file_from_base::show_info is not documented
(#34) Function vpl_file_from_base::can_access is not documented
(#37) Function vpl_file_from_base::get_userid is not documented
(#51) Function vpl_file_from_dir::process_gap_userfile is not documented
(#80) Function vpl_file_from_dir::get_user_id_from_file is not documented
(#91) Function vpl_file_from_dir::__construct is not documented
(#97) Function vpl_file_from_dir::get_userid is not documented
(#100) Function vpl_file_from_dir::show_info is not documented
(#110) Function vpl_file_from_dir::can_access is not documented
(#113) Function vpl_file_from_dir::link_parms is not documented
(#130) Function vpl_file_from_zipfile::show_info is not documented
(#138) Function vpl_file_from_zipfile::can_access is not documented
(#141) Function vpl_file_from_zipfile::link_parms is not documented
(#164) Function vpl_file_from_activity::__construct is not documented
(#174) Function vpl_file_from_activity::show_info is not documented
(#201) Function vpl_file_from_activity::get_userid is not documented
(#204) Function vpl_file_from_activity::can_access is not documented
(#207) Function vpl_file_from_activity::link_parms is not documented
(#297) Function vpl_similarity_preprocess::activity is not documented
(#387) Function vpl_similarity_preprocess::get_zip_filepath is not documented
(#392) Function vpl_similarity_preprocess::create_zip_file is not documented
(#46) Variable vpl_file_from_dir::$usersname is not documented
(#47) Variable vpl_file_from_dir::$dirname is not documented
(#48) Variable vpl_file_from_dir::$filename is not documented
(#49) Variable vpl_file_from_dir::$userid is not documented
(#159) Variable vpl_file_from_activity::$vpls is not documented
(#160) Variable vpl_file_from_activity::$vplid is not documented
(#161) Variable vpl_file_from_activity::$filename is not documented
(#162) Variable vpl_file_from_activity::$subid is not documented
(#163) Variable vpl_file_from_activity::$userid is not documented
(#28) No one-line description found in phpdocs for class vpl_file_from_base
(#233) Phpdocs for function vpl_similarity_preprocess::proccess_files has incomplete parameters list
(#341) Phpdocs for function vpl_similarity_preprocess::user_activity has incomplete parameters list
(#402) Phpdocs for function vpl_similarity_preprocess::zip has incomplete parameters list
(#29) Not recommended phpdocs tag @abstract used
mod/vpl/similarity/tokenizer_ada.class.php
(#30) Class vpl_tokenizer_ada is not documented
(#39) Function vpl_tokenizer_ada::is_number is not documented
(#46) Function vpl_tokenizer_ada::add_pending is not documented
(#60) Function vpl_tokenizer_ada::__construct is not documented
(#175) Function vpl_tokenizer_ada::parse is not documented
(#271) Function vpl_tokenizer_ada::get_tokens is not documented
(#274) Function vpl_tokenizer_ada::compact_operators is not documented
(#293) Function vpl_tokenizer_ada::show_tokens is not documented
(#35) Variable vpl_tokenizer_ada::$adareserved is not documented
(#36) Variable vpl_tokenizer_ada::$operators is not documented
(#37) Variable vpl_tokenizer_ada::$linenumber is not documented
(#38) Variable vpl_tokenizer_ada::$tokens is not documented
(#31) Constant vpl_tokenizer_ada::REGULAR is not documented
(#32) Constant vpl_tokenizer_ada::IN_STRING is not documented
(#33) Constant vpl_tokenizer_ada::IN_LINECOMMENT is not documented
(#34) Constant vpl_tokenizer_ada::IN_NUMBER is not documented
mod/vpl/similarity/tokenizer_base.class.php
(#28) Class vpl_token_type is not documented
(#35) Class vpl_token is not documented
(#58) Class vpl_tokenizer_base is not documented
(#40) Function vpl_token::get_hash is not documented
(#46) Function vpl_token::__construct is not documented
(#51) Function vpl_token::hash is not documented
(#54) Function vpl_token::show is not documented
(#36) Variable vpl_token::$type is not documented
(#37) Variable vpl_token::$value is not documented
(#38) Variable vpl_token::$line is not documented
(#39) Variable vpl_token::$hashvalues is not documented
(#29) Constant vpl_token_type::RESERVED is not documented
(#30) Constant vpl_token_type::IDENTIFIER is not documented
(#31) Constant vpl_token_type::OPERATOR is not documented
(#32) Constant vpl_token_type::LITERAL is not documented
(#33) Constant vpl_token_type::OTHER is not documented
(#59) Constant vpl_tokenizer_base::CR is not documented
(#60) Constant vpl_tokenizer_base::LF is not documented
(#61) Constant vpl_tokenizer_base::TAB is not documented
mod/vpl/similarity/tokenizer_c.class.php
(#30) Class vpl_tokenizer_c is not documented
(#41) Function vpl_tokenizer_c::is_indentifier is not documented
(#48) Function vpl_tokenizer_c::is_number is not documented
(#55) Function vpl_tokenizer_c::add_pending is not documented
(#76) Function vpl_tokenizer_c::__construct is not documented
(#120) Function vpl_tokenizer_c::parse is not documented
(#266) Function vpl_tokenizer_c::get_tokens is not documented
(#269) Function vpl_tokenizer_c::compact_operators is not documented
(#288) Function vpl_tokenizer_c::show_tokens is not documented
(#38) Variable vpl_tokenizer_c::$creserved is not documented
(#39) Variable vpl_tokenizer_c::$linenumber is not documented
(#40) Variable vpl_tokenizer_c::$tokens is not documented
(#31) Constant vpl_tokenizer_c::REGULAR is not documented
(#32) Constant vpl_tokenizer_c::IN_STRING is not documented
(#33) Constant vpl_tokenizer_c::IN_CHAR is not documented
(#34) Constant vpl_tokenizer_c::IN_MACRO is not documented
(#35) Constant vpl_tokenizer_c::IN_COMMENT is not documented
(#36) Constant vpl_tokenizer_c::IN_LINECOMMENT is not documented
(#37) Constant vpl_tokenizer_c::IN_NUMBER is not documented
mod/vpl/similarity/tokenizer_cpp.class.php
(#30) Class vpl_tokenizer_cpp is not documented
(#31) Function vpl_tokenizer_cpp::__construct is not documented
mod/vpl/similarity/tokenizer_factory.class.php
(#28) Class vpl_tokenizer_factory is not documented
(#30) Function vpl_tokenizer_factory::get is not documented
(#29) Variable vpl_tokenizer_factory::$classloaded is not documented
mod/vpl/similarity/tokenizer_html.class.php
(#32) Class vpl_tokenizer_html is not documented
(#41) Function vpl_tokenizer_html::add_pending is not documented
(#52) Function vpl_tokenizer_html::parse is not documented
(#139) Function vpl_tokenizer_html::get_tokens is not documented
(#142) Function vpl_tokenizer_html::show_tokens is not documented
(#40) Variable vpl_tokenizer_html::$tokens is not documented
(#33) Constant vpl_tokenizer_html::REGULAR is not documented
(#34) Constant vpl_tokenizer_html::IN_STRING is not documented
(#35) Constant vpl_tokenizer_html::IN_COMMENT is not documented
(#36) Constant vpl_tokenizer_html::IN_TAGNAME is not documented
(#37) Constant vpl_tokenizer_html::IN_TAGEND is not documented
(#38) Constant vpl_tokenizer_html::IN_TAGATTRNAME is not documented
(#39) Constant vpl_tokenizer_html::IN_TAGATTRVALUE is not documented
mod/vpl/similarity/tokenizer_java.class.php
(#30) Class vpl_tokenizer_java is not documented
(#32) Function vpl_tokenizer_java::__construct is not documented
(#31) Variable vpl_tokenizer_java::$reservedjava is not documented
mod/vpl/similarity/tokenizer_matlab.class.php
(#30) Class vpl_tokenizer_matlab is not documented
(#40) Function vpl_tokenizer_matlab::is_indentifier is not documented
(#47) Function vpl_tokenizer_matlab::is_number is not documented
(#57) Function vpl_tokenizer_matlab::add_pending is not documented
(#80) Function vpl_tokenizer_matlab::__construct is not documented
(#192) Function vpl_tokenizer_matlab::parse is not documented
(#317) Function vpl_tokenizer_matlab::get_tokens is not documented
(#320) Function vpl_tokenizer_matlab::compact_operators is not documented
(#340) Function vpl_tokenizer_matlab::show_tokens is not documented
(#37) Variable vpl_tokenizer_matlab::$creserved is not documented
(#38) Variable vpl_tokenizer_matlab::$linenumber is not documented
(#39) Variable vpl_tokenizer_matlab::$tokens is not documented
(#31) Constant vpl_tokenizer_matlab::REGULAR is not documented
(#32) Constant vpl_tokenizer_matlab::IN_STRING is not documented
(#33) Constant vpl_tokenizer_matlab::IN_MACRO is not documented
(#34) Constant vpl_tokenizer_matlab::IN_COMMENT is not documented
(#35) Constant vpl_tokenizer_matlab::IN_LINECOMMENT is not documented
(#36) Constant vpl_tokenizer_matlab::IN_NUMBER is not documented
mod/vpl/similarity/tokenizer_prolog.class.php
(#31) Class vpl_tokenizer_prolog is not documented
(#35) Function vpl_tokenizer_prolog::isnextopenparenthesis is not documented
(#48) Function vpl_tokenizer_prolog::isidentifierchar is not documented
(#51) Function vpl_tokenizer_prolog::add_pending is not documented
(#77) Function vpl_tokenizer_prolog::parse is not documented
(#187) Function vpl_tokenizer_prolog::compactoperators is not documented
(#207) Function vpl_tokenizer_prolog::get_tokens is not documented
(#32) Variable vpl_tokenizer_prolog::$reserved is not documented
(#33) Variable vpl_tokenizer_prolog::$linenumber is not documented
(#34) Variable vpl_tokenizer_prolog::$tokens is not documented
(#70) Constant vpl_tokenizer_prolog::IN_REGULAR is not documented
(#71) Constant vpl_tokenizer_prolog::IN_STRING is not documented
(#72) Constant vpl_tokenizer_prolog::IN_CHAR is not documented
(#73) Constant vpl_tokenizer_prolog::IN_MACRO is not documented
(#74) Constant vpl_tokenizer_prolog::IN_COMMENT is not documented
(#75) Constant vpl_tokenizer_prolog::IN_LINECOMMENT is not documented
(#76) Constant vpl_tokenizer_prolog::IN_IDENTIFIER is not documented
mod/vpl/similarity/tokenizer_python.class.php
(#32) Class vpl_tokenizer_python is not documented
(#36) Function vpl_tokenizer_python::is_text is not documented
(#44) Function vpl_tokenizer_python::add_pending is not documented
(#66) Function vpl_tokenizer_python::__construct is not documented
(#107) Function vpl_tokenizer_python::parse is not documented
(#34) Variable vpl_tokenizer_python::$pythonreserved is not documented
mod/vpl/similarity/tokenizer_scala.class.php
(#31) Class vpl_tokenizer_scala is not documented
(#33) Function vpl_tokenizer_scala::__construct is not documented
(#89) Function vpl_tokenizer_scala::parse is not documented
(#32) Variable vpl_tokenizer_scala::$sreserved is not documented
(#17) File-level phpdocs block does not have @copyright tag
mod/vpl/similarity/tokenizer_scheme.class.php
(#29) Class vpl_tokenizer_scheme is not documented
(#33) Function vpl_tokenizer_scheme::__construct is not documented
(#78) Function vpl_tokenizer_scheme::is_previous_open_parenthesis is not documented
(#90) Function vpl_tokenizer_scheme::is_indentifier is not documented
(#97) Function vpl_tokenizer_scheme::is_number is not documented
(#104) Function vpl_tokenizer_scheme::add_parenthesis is not documented
(#107) Function vpl_tokenizer_scheme::add_parameter_pending is not documented
(#115) Function vpl_tokenizer_scheme::add_function_pending is not documented
(#132) Function vpl_tokenizer_scheme::parse is not documented
(#203) Function vpl_tokenizer_scheme::get_tokens is not documented
(#30) Variable vpl_tokenizer_scheme::$reserved is not documented
(#31) Variable vpl_tokenizer_scheme::$linenumber is not documented
(#32) Variable vpl_tokenizer_scheme::$tokens is not documented
(#128) Constant vpl_tokenizer_scheme::IN_REGULAR is not documented
(#129) Constant vpl_tokenizer_scheme::IN_STRING is not documented
(#130) Constant vpl_tokenizer_scheme::IN_CHAR is not documented
(#131) Constant vpl_tokenizer_scheme::IN_COMMENT is not documented
mod/vpl/similarity/watermark.class.php
(#28) Class vpl_watermark is not documented
(#40) Function vpl_watermark::encode is not documented
(#49) Function vpl_watermark::decode is not documented
(#31) Variable vpl_watermark::$encoder is not documented
(#29) Constant vpl_watermark::PRE is not documented
(#30) Constant vpl_watermark::POST is not documented
(#71) There is no description in phpdocs for function getwm
(#100) There is no description in phpdocs for function getfilewm
(#112) There is no description in phpdocs for function addwm_c
(#168) There is no description in phpdocs for function addwm
(#61) Phpdocs for function vpl_watermark::genwm has incomplete parameters list
(#114) Phpdocs for function vpl_watermark::addwm_c has incomplete parameters list
(#153) Phpdocs for function vpl_watermark::addwm_generic has incomplete parameters list
(#170) Phpdocs for function vpl_watermark::addwm has incomplete parameters list
mod/vpl/tests/locallib_test.php
(#32) Class mod_vpl_locallib_testcase is not documented
mod/vpl/tests/webservice_client.php
(#20) Package mod_vpl. is not valid
(#76) Function vpl_call_service is not documented
(#105) Function vpl_call_print is not documented
mod/vpl/version.php
(#20) Package mod_vpl. is not valid
mod/vpl/view.php
(#18) Package VPL. Show a VPL instance is not valid
(#17) No one-line description found in phpdocs for file
mod/vpl/views/activityworkinggraph.php
(#20) Package VPL. Grade submission is not valid
mod/vpl/views/downloadallsubmissions.php
(#33) Function vpl_user_zip_dirname is not documented
(#48) Function vpl_add_files_to_zip is not documented
mod/vpl/views/sh_ace.class.php
(#31) Class vpl_sh_ace is not documented
(#35) Function vpl_sh_ace::getid is not documented
(#39) Function vpl_sh_ace::print_file is not documented
(#32) Variable vpl_sh_ace::$fid is not documented
(#33) Variable vpl_sh_ace::$executionfiles is not documented
mod/vpl/views/sh_base.class.php
(#27) Class vpl_sh_base is not documented
(#28) Function vpl_sh_base::print_file is not documented
mod/vpl/views/sh_binary.class.php
(#30) Class vpl_sh_binary is not documented
(#31) Function vpl_sh_binary::print_file is not documented
mod/vpl/views/sh_factory.class.php
(#28) Class vpl_sh_factory is not documented
(#31) Function vpl_sh_factory::include_js is not documented
(#40) Function vpl_sh_factory::syntaxhighlight is not documented
(#45) Function vpl_sh_factory::get_object is not documented
(#53) Function vpl_sh_factory::get_sh is not documented
(#29) Variable vpl_sh_factory::$cache is not documented
(#30) Variable vpl_sh_factory::$loaded is not documented
mod/vpl/views/sh_image.class.php
(#29) Class vpl_sh_image is not documented
(#31) Function vpl_sh_image::__construct is not documented
(#40) Function vpl_sh_image::get_mime is not documented
(#44) Function vpl_sh_image::print_file is not documented
(#30) Variable vpl_sh_image::$mime is not documented
mod/vpl/views/sh_text_nsh.class.php
(#29) Class vpl_sh_text_nsh is not documented
(#30) Function vpl_sh_text_nsh::print_file is not documented
mod/vpl/views/show_hide_div.class.php
(#30) Class vpl_hide_show_div is not documented
(#34) Function vpl_hide_show_div::__construct is not documented
(#42) Function vpl_hide_show_div::generate is not documented
(#58) Function vpl_hide_show_div::begin_div is not documented
(#72) Function vpl_hide_show_div::end_div is not documented
(#81) Function vpl_hide_show_div::get_div_id is not documented
(#31) Variable vpl_hide_show_div::$globalid is not documented
(#32) Variable vpl_hide_show_div::$id is not documented
(#33) Variable vpl_hide_show_div::$show is not documented
mod/vpl/views/status_box.class.php
(#29) Class vpl_status_box is not documented
(#71) Class vpl_progress_bar is not documented
(#86) Function vpl_progress_bar::set_value is not documented
(#111) Function vpl_progress_bar::set_max is not documented
(#30) Variable vpl_status_box::$lastid is not documented
(#31) Variable vpl_status_box::$id is not documented
(#32) Variable vpl_status_box::$starttime is not documented
(#72) Variable vpl_progress_bar::$min is not documented
(#73) Variable vpl_progress_bar::$max is not documented
(#74) Variable vpl_progress_bar::$lasttime is not documented
(#75) Variable vpl_progress_bar::$text is not documented
(#34) Phpdocs for function vpl_status_box::__construct has incomplete parameters list
(#45) Phpdocs for function vpl_status_box::print_text has incomplete parameters list
(#76) Phpdocs for function vpl_progress_bar::__construct has incomplete parameters list
mod/vpl/views/submissionslist.php
(#31) Class vpl_submissionlist_order is not documented
(#36) Function vpl_submissionlist_order::cpm_userid is not documented
(#44) Function vpl_submissionlist_order::cpm_userinfo is not documented
(#61) Function vpl_submissionlist_order::cpm_submission is not documented
(#137) Function vpl_evaluate is not documented
(#160) Function vpl_submissionlist_arrow is not documented
(#32) Variable vpl_submissionlist_order::$field is not documented
(#33) Variable vpl_submissionlist_order::$ascending is not documented
(#34) Variable vpl_submissionlist_order::$corder is not documented
(#91) Phpdocs for function vpl_submissionlist_order::set_order has incomplete parameters list
mod/vpl/views/vpl_graph.class.php
(#31) Class vpl_graph is not documented
(#32) Variable vpl_graph::$colors is not documented
(#56) Phpdocs for function vpl_graph::draw has incomplete parameters list
mod/vpl/views/workinggraph.php
(#32) Function vpl_get_working_periods is not documented
mod/vpl/vpl.class.php
(#48) Class file_group_execution is not documented
(#120) Class mod_vpl is not documented
(#370) Function mod_vpl::set_initial_file is not documented
(#1393) Function mod_vpl::header_is_out is not documented
(#1421) Function mod_vpl::print_header_simple is not documented
(#1715) Function mod_vpl::str_restriction is not documented
(#940) Variable mod_vpl::$context is not documented
(#1252) Variable mod_vpl::$usergroupscache is not documented
(#1392) Variable mod_vpl::$headerisout is not documented
(#205) There is no description in phpdocs for function get_instance
(#213) There is no description in phpdocs for function get_course
(#222) There is no description in phpdocs for function get_course_module
(#271) There is no description in phpdocs for function get_data_directory
(#280) There is no description in phpdocs for function get_users_data_directory
(#288) There is no description in phpdocs for function get_required_files_directory
(#296) There is no description in phpdocs for function get_required_files_filename
(#304) There is no description in phpdocs for function get_required_files
(#312) There is no description in phpdocs for function set_required_files
(#321) There is no description in phpdocs for function get_required_fgm
(#334) There is no description in phpdocs for function get_execution_files_directory
(#342) There is no description in phpdocs for function get_execution_files_filename
(#350) There is no description in phpdocs for function get_execution_files
(#358) There is no description in phpdocs for function get_execution_fgm
(#1101) There is no description in phpdocs for function user_fullname_picture
(#1111) There is no description in phpdocs for function user_picture
(#159) Phpdocs for function mod_vpl::__construct has incomplete parameters list
(#314) Phpdocs for function mod_vpl::set_required_files has incomplete parameters list
(#511) Phpdocs for function mod_vpl::pass_password_check has incomplete parameters list
(#660) Phpdocs for function mod_vpl::pass_submission_restriction has incomplete parameters list
(#699) Phpdocs for function mod_vpl::add_submission has incomplete parameters list
(#776) Phpdocs for function mod_vpl::user_submissions has incomplete parameters list
(#808) Phpdocs for function mod_vpl::all_last_user_submission has incomplete parameters list
(#833) Phpdocs for function mod_vpl::all_user_submission has incomplete parameters list
(#869) Phpdocs for function mod_vpl::update_group_v32 has incomplete parameters list
(#902) Phpdocs for function mod_vpl::last_user_submission has incomplete parameters list
(#987) Phpdocs for function mod_vpl::delete_overflow_submissions has incomplete parameters list
(#1103) Phpdocs for function mod_vpl::user_fullname_picture has incomplete parameters list
(#1113) Phpdocs for function mod_vpl::user_picture has incomplete parameters list
(#1130) Phpdocs for function mod_vpl::fullname has incomplete parameters list
(#1163) Phpdocs for function mod_vpl::get_graders has incomplete parameters list
(#1178) Phpdocs for function mod_vpl::get_students has incomplete parameters list
(#1206) Phpdocs for function mod_vpl::is_inconsistent_user has incomplete parameters list
(#1219) Phpdocs for function mod_vpl::get_group_leaderid has incomplete parameters list
(#1235) Phpdocs for function mod_vpl::get_usergroup has incomplete parameters list
(#1253) Phpdocs for function mod_vpl::get_group_members has incomplete parameters list
(#1269) Phpdocs for function mod_vpl::get_usergroup_members has incomplete parameters list
(#1379) Phpdocs for function mod_vpl::prepare_page has incomplete parameters list
(#1399) Phpdocs for function mod_vpl::print_header has incomplete parameters list
(#1442) Phpdocs for function mod_vpl::print_heading_with_help has incomplete parameters list
(#1455) Phpdocs for function mod_vpl::print_configure_tabs has incomplete parameters list
(#1518) Phpdocs for function mod_vpl::print_view_tabs has incomplete parameters list
(#1910) Phpdocs for function mod_vpl::print_gradereduction has incomplete parameters list
(#1969) Phpdocs for function mod_vpl::get_variation has incomplete parameters list
(#2016) Phpdocs for function mod_vpl::print_variation has incomplete parameters list
(#2046) Phpdocs for function mod_vpl::get_variation_identification has incomplete parameters list
(#1380) Invalid inline phpdocs tag @deprecated found
mod/vpl/vpl_example_CE.class.php
(#28) Class mod_vpl_example_CE is not documented
(#43) There is no description in phpdocs for function get_submitted_fgm
(#32) Phpdocs for function mod_vpl_example_CE::__construct has incomplete parameters list
(#57) Phpdocs for function mod_vpl_example_CE::savece has incomplete parameters list
mod/vpl/vpl_submission.class.php
(#45) Class mod_vpl_submission is not documented
(#42) Function vpl_compare_filenamebylengh is not documented
(#171) Function mod_vpl_submission::set_submitted_file is not documented
(#181) Function mod_vpl_submission::is_equal_to is not documented
(#840) Function mod_vpl_submission::proposedgrade is not documented
(#851) Function mod_vpl_submission::proposedcomment is not documented
(#1184) Function mod_vpl_submission::get_ce_for_editor is not documented
(#1219) Function mod_vpl_submission::get_detail is not documented
(#1234) Function mod_vpl_submission::get_ce_parms is not documented
(#46) Variable mod_vpl_submission::$vpl is not documented
(#47) Variable mod_vpl_submission::$instance is not documented
(#836) Constant mod_vpl_submission::GRADETAG is not documented
(#837) Constant mod_vpl_submission::COMMENTTAG is not documented
(#838) Constant mod_vpl_submission::BEGINCOMMENTTAG is not documented
(#839) Constant mod_vpl_submission::ENDCOMMENTTAG is not documented
(#1062) Constant mod_vpl_submission::COMPILATIONFN is not documented
(#1063) Constant mod_vpl_submission::EXECUTIONFN is not documented
(#142) There is no description in phpdocs for function get_submitted_fgm
(#59) Phpdocs for function mod_vpl_submission::__construct has incomplete parameters list
(#328) Phpdocs for function mod_vpl_submission::reduce_grade_string has incomplete parameters list
(#358) Phpdocs for function mod_vpl_submission::reduce_grade has incomplete parameters list
(#377) Phpdocs for function mod_vpl_submission::set_grade has incomplete parameters list
(#571) Phpdocs for function mod_vpl_submission::get_grader has incomplete parameters list
(#603) Phpdocs for function mod_vpl_submission::get_grade_core has incomplete parameters list
(#668) Phpdocs for function mod_vpl_submission::print_grade has incomplete parameters list
(#725) Phpdocs for function mod_vpl_submission::print_info has incomplete parameters list
(#879) Phpdocs for function mod_vpl_submission::add_filelink has incomplete parameters list
(#911) Phpdocs for function mod_vpl_submission::get_last_comment has incomplete parameters list
(#940) Phpdocs for function mod_vpl_submission::result_to_html has incomplete parameters list
(#1018) Phpdocs for function mod_vpl_submission::filter_feedback_add has incomplete parameters list
(#1034) Phpdocs for function mod_vpl_submission::filter_feedback has incomplete parameters list
(#1067) Phpdocs for function mod_vpl_submission::savece has incomplete parameters list
(#1135) Phpdocs for function mod_vpl_submission::get_ce_html has incomplete parameters list
mod/vpl/vpl_submission_CE.class.php
(#32) Class mod_vpl_submission_CE is not documented
(#347) Function mod_vpl_submission_CE::jailaction is not documented
(#369) Function mod_vpl_submission_CE::jailrequestaction is not documented
(#382) Function mod_vpl_submission_CE::jailreaction is not documented
(#465) Function mod_vpl_submission_CE::retrieveresult is not documented
(#484) Function mod_vpl_submission_CE::isrunning is not documented
(#492) Function mod_vpl_submission_CE::cancelprocess is not documented
(#33) Variable mod_vpl_submission_CE::$languageext is not documented
(#83) Variable mod_vpl_submission_CE::$scriptname is not documented
(#88) Variable mod_vpl_submission_CE::$scripttype is not documented
(#94) Variable mod_vpl_submission_CE::$scriptlist is not documented
(#99) Constant mod_vpl_submission_CE::TRUN is not documented
(#100) Constant mod_vpl_submission_CE::TDEBUG is not documented
(#101) Constant mod_vpl_submission_CE::TEVALUATE is not documented
(#106) Phpdocs for function mod_vpl_submission_CE::get_pln has incomplete parameters list
(#123) Phpdocs for function mod_vpl_submission_CE::get_default_script has incomplete parameters list
(#175) Phpdocs for function mod_vpl_submission_CE::prepare_execution has incomplete parameters list
(#399) Phpdocs for function mod_vpl_submission_CE::run has incomplete parameters list
mod/vpl/webservice.php
(#21) Package webservice_rest is not valid

Update savepoints problems

(0 errors, 0 warnings)

This section shows problems detected with the handling of upgrade savepoints [More info]


Third party library modification problems

(0 errors, 0 warnings)

This section shows problems detected with the modification of third party libraries [More info]


grunt changes

(1 errors, 1 warnings)

This section shows files built by grunt and not commited [More info]

Problems running grunt
Task "stylelint:css" failed. Use --force to continue.

shifter problems

(0 errors, 0 warnings)

This section shows problems detected by shifter [More info]


Mustache template problems

(0 errors, 0 warnings)

This section shows problems detected in mustache templates [More info]