Searched defs:g (Results 1 – 11 of 11) sorted by relevance
115 const regex1 = /Prohibited word in \[.*\]:{option}.The word allowed is \[.*\]\./g; constant116 const regex2 = /Prohibited word in \[.*\]:{ability} in the \[.*\] file\./g; constant117 const regex3 = /please confirm whether it needs to be corrected to a common word./g; constant118 const regex4 = /tag does not exist. Please use a valid JSDoc tag./g; constant119 const regex5 = /The event name should be named by small hump./g; constant
39 const reg = /\s{2,}/g; constant40 const regx = /(\/\*|\*\/|\*)|\\n|\\r/g; constant
70 const reg = /\s{2,}/g; constant71 const regx = /(\/\*|\*\/|\*)|\n|\r/g; constant
43 const reg = /\s{2,}/g; constant44 const regx = /(\/\*|\*\/|\*)|\n|\r/g; constant
25 static referenceRegexp: RegExp = /\/\/\/\s*<reference\s*path/g; property in CommentHelper26 static referenceCommentRegexp: RegExp = /\/\s*<reference\s*path/g; property in CommentHelper28 static fileTag: RegExp = /\@file|\@kit/g; property in CommentHelper
225 g: number; property
1845 # define z_gzgetc(g) \ argument1848 # define gzgetc(g) \ argument
6410 g: bigint; property6921 g: Point; property
280 static REFERENCE_REGEXP = /\/\/\/\s*<reference\s*path/g; property in CommentHelper281 static REFERENCE_COMMENT_REGEXP = /\/\s*<reference\s*path/g; property in CommentHelper
1475 g: ParticleTuple<number, number>; property
3648 VkComponentSwizzle g; member