Subversion Repositories ALCASAR

Rev

Rev 2775 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log

Rev 2775 Rev 2976
Line 519... Line 519...
519
        $count = 1;
519
        $count = 1;
520
    }
520
    }
521
';
521
';
522
//};
522
//};
523
/*
523
/*
524
'	if (!\'\'.replace(/^/, String)) {
524
'    if (!\'\'.replace(/^/, String)) {
525
        // decode all the values we need
525
        // decode all the values we need
526
        while ($count--) $decode[$encode($count)] = $keywords[$count] || $encode($count);
526
        while ($count--) $decode[$encode($count)] = $keywords[$count] || $encode($count);
527
        // global replacement function
527
        // global replacement function
528
        $keywords = [function ($encoded) {return $decode[$encoded]}];
528
        $keywords = [function ($encoded) {return $decode[$encoded]}];
529
        // generic match
529
        // generic match