HEX
Server: Apache
System: Linux webm010.cluster103.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
User: iestorre (46869)
PHP: 8.0.30
Disabled: _dyuweyrj4,_dyuweyrj4r,dl
Upload Files
File: /home/iestorre/moodleAW/moodle310/lib/yui/src/handlebars/js/handlebars.js
// Handlebars only exists in the global namespace and we do not want to
// Clone the entire thing.

// It should be reasonably safe within Moodle to add some core
// functionality to Handlebars at this level.
Y.Handlebars.registerHelper('get_string', function() {
    var args = new Y.Array(arguments);

    // Pop off the Handlebars object at the end.
    args.pop();

    // Add the Handlebars hashtable to support get_string arguments.
    args.push(arguments[arguments.length - 1].hash);

    // Perform the get_string.
    return M.util.get_string.apply(this, args);
});

Y.Handlebars.registerHelper('image_url', function() {
    var args = new Y.Array(arguments);

    // Pop off the Handlebars object at the end.
    args.pop();

    // Perform the get_string.
    return M.util.image_url.apply(this, args);
});