Searched defs:g (Results 1 – 7 of 7) sorted by relevance
33 const reg = /\s{2,}/g; constant34 const regx = /(\/\*|\*\/|\*)|\{|\}|\\n|\@|\.|\:|\,|\;|\(|\)|\"|\[|\]/g; constant
69 const reg = /\s{2,}/g; constant70 const regx = /(\/\*|\*\/|\*)|\\n|\\r/g; constant
24 static referenceRegexp: RegExp = /\/\/\/\s*<reference\s*path/g; property in CommentHelper25 static referenceCommentRegexp: RegExp = /\/\s*<reference\s*path/g; property in CommentHelper
3628 g: bigint; property3953 g: Point; property
1842 # define z_gzgetc(g) \ argument1845 # define gzgetc(g) \ argument
280 static REFERENCE_REGEXP = /\/\/\/\s*<reference\s*path/g; property in CommentHelper281 static REFERENCE_COMMENT_REGEXP = /\/\s*<reference\s*path/g; property in CommentHelper
3365 VkComponentSwizzle g; member