CoolFace
Datasetpublic

basant307/AI_Governance_Project

sourceHugging Faceapache-2.0updated 2mo agoView on Hugging Face
0likes48downloads
_limitLength.jst13 linesDownload Raw Back to dot
1{{# def.definitions }}2{{# def.errors }}3{{# def.setupKeyword }}4{{# def.$data }}5 6{{# def.numberKeyword }}7 8{{ var $op = $keyword == 'maxLength' ? '>' : '<'; }}9if ({{# def.$dataNotType:'number' }} {{# def.strLength }} {{=$op}} {{=$schemaValue}}) {10  {{ var $errorKeyword = $keyword; }}11  {{# def.error:'_limitLength' }}12} {{? $breakOnError }} else { {{?}}13 
basant307/AI_Governance_Project · CoolFace