PHP 8.2.30
Preview: angular-sprintf.js Size: 663 B
/proc/self/root/opt/alt/alt-nodejs22/root/lib/node_modules/npm/node_modules/sprintf-js/src/angular-sprintf.js

/* global angular, sprintf, vsprintf */

!function() {
    'use strict'

    angular.
        module('sprintf', []).
        filter('sprintf', function() {
            return function() {
                return sprintf.apply(null, arguments)
            }
        }).
        filter('fmt', ['$filter', function($filter) {
            return $filter('sprintf')
        }]).
        filter('vsprintf', function() {
            return function(format, argv) {
                return vsprintf(format, argv)
            }
        }).
        filter('vfmt', ['$filter', function($filter) {
            return $filter('vsprintf')
        }])
}(); // eslint-disable-line

Directory Contents

Dirs: 0 × Files: 2

Name Size Perms Modified Actions
663 B lrw-r--r-- 2026-02-23 06:54:01
Edit Download
9.03 KB lrw-r--r-- 2026-02-23 06:54:01
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).