Warning: Use of undefined constant Symbol - assumed 'Symbol' (this will throw an Error in a future version of PHP) in /mnt/new-ebs/workbench-106550/lib/dojo/util/docscripts/lib/parser2/dojo2.inc on line 215 Warning: Use of undefined constant JavaScriptSymbol - assumed 'JavaScriptSymbol' (this will throw an Error in a future version of PHP) in /mnt/new-ebs/workbench-106550/lib/dojo/util/docscripts/lib/parser2/dojo2.inc on line 215

dojox/string/sprintf.js

  • Provides:

    • dojox.string.sprintf
  • Requires:

    • dojox.string.tokenize in common
  • dojox.string.sprintf.Formatter

    • type
      Function
    • parameters:
      • format: (typeof String)
  • dojox.string.sprintf.Formatter._re

    • type
      RegExp
  • dojox.string.sprintf.Formatter._parseDelim

    • parameters:
      • mapping
      • intmapping
      • flags
      • minWidth
      • period
      • precision
      • specifier
    • type
      Function
  • dojox.string.sprintf.Formatter._parseDelim._mapped

    • type
      Object
  • dojox.string.sprintf.Formatter._specifiers

    • type
      Object
  • dojox.string.sprintf.Formatter._specifiers.b

    • type
      Object
  • dojox.string.sprintf.Formatter._specifiers.b.base

    • type
      Number
  • dojox.string.sprintf.Formatter._specifiers.b.isInt

    • type
      Object
  • dojox.string.sprintf.Formatter._specifiers.o

    • type
      Object
  • dojox.string.sprintf.Formatter._specifiers.o.base

    • type
      Number
  • dojox.string.sprintf.Formatter._specifiers.o.isInt

    • type
      Object
  • dojox.string.sprintf.Formatter._specifiers.x

    • type
      Object
  • dojox.string.sprintf.Formatter._specifiers.x.base

    • type
      Number
  • dojox.string.sprintf.Formatter._specifiers.x.isInt

    • type
      Object
  • dojox.string.sprintf.Formatter._specifiers.X

    • type
      Object
  • dojox.string.sprintf.Formatter._specifiers.X.extend

    • type
      Array
  • dojox.string.sprintf.Formatter._specifiers.X.toUpper

    • type
      Object
  • dojox.string.sprintf.Formatter._specifiers.d

    • type
      Object
  • dojox.string.sprintf.Formatter._specifiers.d.base

    • type
      Number
  • dojox.string.sprintf.Formatter._specifiers.d.isInt

    • type
      Object
  • dojox.string.sprintf.Formatter._specifiers.i

    • type
      Object
  • dojox.string.sprintf.Formatter._specifiers.i.extend

    • type
      Array
  • dojox.string.sprintf.Formatter._specifiers.u

    • type
      Object
  • dojox.string.sprintf.Formatter._specifiers.u.extend

    • type
      Array
  • dojox.string.sprintf.Formatter._specifiers.u.isUnsigned

    • type
      Object
  • dojox.string.sprintf.Formatter._specifiers.c

    • type
      Object
  • dojox.string.sprintf.Formatter._specifiers.c.setArg

    • parameters:
      • token
    • type
      Function
  • dojox.string.sprintf.Formatter._specifiers.s

    • type
      Object
  • dojox.string.sprintf.Formatter._specifiers.s.setMaxWidth

    • parameters:
      • token
    • type
      Function
  • dojox.string.sprintf.Formatter._specifiers.e

    • type
      Object
  • dojox.string.sprintf.Formatter._specifiers.e.isDouble

    • type
      Object
  • dojox.string.sprintf.Formatter._specifiers.e.doubleNotation

    • type
      String
  • dojox.string.sprintf.Formatter._specifiers.E

    • type
      Object
  • dojox.string.sprintf.Formatter._specifiers.E.extend

    • type
      Array
  • dojox.string.sprintf.Formatter._specifiers.E.toUpper

    • type
      Object
  • dojox.string.sprintf.Formatter._specifiers.f

    • type
      Object
  • dojox.string.sprintf.Formatter._specifiers.f.isDouble

    • type
      Object
  • dojox.string.sprintf.Formatter._specifiers.f.doubleNotation

    • type
      String
  • dojox.string.sprintf.Formatter._specifiers.F

    • type
      Object
  • dojox.string.sprintf.Formatter._specifiers.F.extend

    • type
      Array
  • dojox.string.sprintf.Formatter._specifiers.g

    • type
      Object
  • dojox.string.sprintf.Formatter._specifiers.g.isDouble

    • type
      Object
  • dojox.string.sprintf.Formatter._specifiers.g.doubleNotation

    • type
      String
  • dojox.string.sprintf.Formatter._specifiers.G

    • type
      Object
  • dojox.string.sprintf.Formatter._specifiers.G.extend

    • type
      Array
  • dojox.string.sprintf.Formatter._specifiers.G.toUpper

    • type
      Object
  • dojox.string.sprintf.Formatter.format

    • parameters:
      • filler: (typeof mixed)
    • type
      Function
  • dojox.string.sprintf.Formatter._zeros10

    • type
      String
  • dojox.string.sprintf.Formatter._spaces10

    • type
      String
  • dojox.string.sprintf.Formatter.formatInt

    • parameters:
      • token
    • type
      Function
  • dojox.string.sprintf.Formatter.formatDouble

    • parameters:
      • token
    • type
      Function
  • dojox.string.sprintf.Formatter.zeroPad

    • parameters:
      • token
      • length: (typeof Int)
    • type
      Function
  • dojox.string.sprintf.Formatter.fitField

    • parameters:
      • token
    • type
      Function
  • dojox.string.sprintf.Formatter.spacePad

    • parameters:
      • token
      • length: (typeof Int)
    • type
      Function
  • dojox.string.sprintf

    • parameters:
      • format: (typeof String)
      • filler: (typeof mixed)
    • type
      Function
  • dojox.string.sprintf.Formatter._mapped

    • type
      bool
  • dojox.string.sprintf.Formatter._format

  • dojox.string.sprintf.Formatter._tokens

    • type
      Object
  • dojox.string

    • type
      Object
  • dojox

    • type
      Object