Searched refs:reportNonstrict (Results 1 – 3 of 3) sorted by relevance
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/katex/ |
D | katex.min.js | 1 …reportNonstrict=function(t,e,r){var a=this.strict;if("function"==typeof a&&(a=a(t,e,r)),a&&"ignore… function
|
D | katex.js | 445 _proto.reportNonstrict = function reportNonstrict(errorCode, errorMsg, token) { 11732 …parser.settings.reportNonstrict("mathVsTextUnits", "LaTeX's " + funcName + " supports only mu unit… 11736 …parser.settings.reportNonstrict("mathVsTextUnits", "LaTeX's " + funcName + " works only in math mo… 11741 …parser.settings.reportNonstrict("mathVsTextUnits", "LaTeX's " + funcName + " doesn't support mu un… 13947 …this.settings.reportNonstrict("commentAtEnd", "% comment has no terminating newline; LaTeX would "… 17043 …this.settings.reportNonstrict("unicodeTextInMathMode", "Accented Unicode text character \"" + text… 17067 …this.settings.reportNonstrict("unicodeTextInMathMode", "Latin-1/Unicode text character \"" + text[… 17099 …this.settings.reportNonstrict("unknownSymbol", "Unrecognized Unicode character \"" + text[0] + "\"… 17101 …this.settings.reportNonstrict("unicodeTextInMathMode", "Unicode text character \"" + text[0] + "\"…
|
D | katex.mjs | 307 reportNonstrict(errorCode, errorMsg, token) { method in Settings 11556 …parser.settings.reportNonstrict("mathVsTextUnits", `LaTeX's ${funcName} supports only mu units, ` … 11560 … parser.settings.reportNonstrict("mathVsTextUnits", `LaTeX's ${funcName} works only in math mode`); 11565 …parser.settings.reportNonstrict("mathVsTextUnits", `LaTeX's ${funcName} doesn't support mu units`); 13647 …this.settings.reportNonstrict("commentAtEnd", "% comment has no terminating newline; LaTeX would "… 16677 …this.settings.reportNonstrict("unicodeTextInMathMode", `Accented Unicode text character "${text[0]… 16701 …this.settings.reportNonstrict("unicodeTextInMathMode", `Latin-1/Unicode text character "${text[0]}… 16733 …this.settings.reportNonstrict("unknownSymbol", `Unrecognized Unicode character "${text[0]}"` + ` (… 16735 …this.settings.reportNonstrict("unicodeTextInMathMode", `Unicode text character "${text[0]}" used i…
|