🏷 regex, regexp 📒 Online JavaScript regex designer with nice code editor and syntax highlighting react-redux-typescript-connect-decorator-demo ⚖️ react-redux-typescript-connect-decorator-demo 🏷 demo, react, react-redux, react-redux-boilerplate, react-redux-demo, redux, typescript 📒...
import { isRefOpenApiComponent } from '../../utils/ref'; import { digitsRegExp } from '../../utils/regexp'; import type { PluginHandler } from '../types'; import type { Plugin } from '../types'; import type { Config } from './types'; interface SchemaWithType<T extends Requi...
}// check no regexp for _id (SERVER-9502)// also, disallow undefined and arraysif( str::equals(fieldName,"_id") ) {if( e.type() == RegEx ) {returnStatusWith<BSONObj>( ErrorCodes::BadValue,"can't use a regex for _id"); }if( e.type() == Undefined ) {returnStatusWith<BSON...
pass) { shortFieldName=tempobj.name.substring(8,30).toUpperCase(); alert("The "+shortFieldName+" field is a required field."); return false; } else { return true; } } function emailCheck (emailStr) { /* The following variable tells the rest of the function whether or not to ...
chore: remove unneccessary eslint-disable-next-line regexp/no-unused-capturing-group (#15247) (35a5bcf), closes #15247 5.0.5 (2023-12-04) fix: emit vite:preloadError for chunks without deps (#15203) (d8001c5), closes #15203 fix: esbuild glob import resolve error (#15140) (676804d...
Proofs are indexed by timestamp in EIP 4788, and not execution block numbers. Consequently this allows offchain clients to easily query for beacon block proofs by timestamps, which is directly applicable for use in EL. Summary by CodeRabbit ...
With the default built-in filter function, the filter prop value can either be a string or a RegExp object (regular expressions should not have the /g global flag set). If the stringified row contains the provided string value or matches the RegExp expression then it is included in the ...
foo2@npmbox:~/angular2-webpack-starter$ node -v ; npm -v v6.9.1 3.10.8 foo2@npmbox:~/angular2-webpack-starter$ npm install npm WARN deprecated minimatch@0.3.0: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue npm WARN prefer global marked@0.3.6 should be...
master form-design/package-lock.json Go to file Go to file T Go to line L Copy path Cannot retrieve contributors at this time 16885 lines (16885 sloc) 577 KB Raw Blame { "name": "renren-fast-vue", "version": "1.2.2", "lockfileVersion": 1, "requires": true, "dependenc...
[query]', - algorithm: 'gzip', - test: new RegExp( - '\\.(' + config.build.productionGzipExtensions.join('|') + ')$' - ), - threshold: 10240, - minRatio: 0.8 - }) - ) -} - -if (config.build.generateAnalyzerReport || config.build.bundleAnalyzerReport) { - const Bundle...