33 results found in 58 ms, displaying results 21-30
 ConstructMatch.entry )

function addconstructs() {
this.constructs.clear();
var fileExt := /^.*\. ( [^\.]+ ) $/.replaceAll(
more fragments
 anchors
lineNumbers := /> ( \d+ ) </.replaceAll( ">$1<a class=shift-top name=\"$1\"/><", lineNumbers );
}
}
more fragments
k: String) {
key := k + ":";
}
function update() {
if(keyBase == null) {
keyBase := /:/.replaceAll("", key)
more fragments
 String   (searchable, validate(
tag.length() >= 3 && /[a-z0-9]*/.match(tag),
"User
more fragments
    email       :: Email // Only when reporter == null
nrVotes :: Int := [ t | t : Tag in tags where /!.*/.match(t.name)].length


isAssigned() : Bool {
for(tag : Tag in tags) {
if(/@.+/.match(tag.name)) {
return true;
}
}
return
more fragments
        }
}
}
// var tmp := /\s(?=(h|H))+/.split( format );
formatString := "dateFormat: '" +

){
if( /-?\d+/.match( req ) ){
if( req.parseInt() == null ){
errors := [ "Outside of possible number range" ];

getPage().leaveLabelContext(); }
}
validate{
if( req != null ){
if( /-?\d\d*\.\d*(E-?)?\d*/.match( req )
more fragments
        ruleOffset := "1";
} else {
ruleOffset := /.+#(\d+|\?).>.*/.replaceFirst("$1",highlightedContent[0][0]);
more fragments
      elements()
validate{ getPage().leaveLabelContext();}
}
validate{
if(req != null){
if(/-?\d+/.

validate{ getPage().leaveLabelContext();}
}
validate{
if(req != null){
if(/-?\d\d*\.\d*E?\d*/.match(req) || /-?\d\d*E?\d*/.match(req) || /-?\.\d\d*E?\d*/.match(req)){
var f: Float := req.parseFloat();
if(f == null){
more fragments
module project/project-model

section data model

entity Project {
name :: String (id,
validate(isUniqueProject(this), "Another project with this name already exists"),
validate(/\w[\w. ]*\w/.match(name), "Project names should start and end with a letter/number/underscore and should at least be 2 characters long."))

description :: WikiText
url :: URL
issues
more fragments
enableTime\s*:\s*true/.find(options) )
var isTimeOnly := ( /noCalendar\s*:\s*true/.find(options) )
var internalJavaDateFormat :=
if(

getPage().leaveLabelContext(); }
}
validate{
if( req != null ){
if( /-?\d+/.match( req ) ){
if( req.

getPage().leaveLabelContext(); }
}
validate{
if( req != null ){
if( /-?\d\d*\.\d*(E-?)?\d*/.match( req )
more fragments