Element index for package JSMin
Package indexes
[ a ]
[ b ]
[ g ]
[ i ]
[ j ]
[ l ]
[ m ]
[ n ]
[ o ]
[ p ]
[ s ]
[ _ ]
g
- get
- in file JSMin.php, method JSMin::get()
Get next char. Convert ctrl char to space.
i
- $input
- in file JSMin.php, variable JSMin::$input
- $inputIndex
- in file JSMin.php, variable JSMin::$inputIndex
- $inputLength
- in file JSMin.php, variable JSMin::$inputLength
- isAlphaNum
- in file JSMin.php, method JSMin::isAlphaNum()
Is $c a letter, digit, underscore, dollar sign, escape, or non-ASCII?
- isRegexpLiteral
- in file JSMin.php, method JSMin::isRegexpLiteral()
n
- next
- in file JSMin.php, method JSMin::next()
Get the next character, skipping over comments.
p
- peek
- in file JSMin.php, method JSMin::peek()
Get next char. If is ctrl character, translate to a space or newline.
|
|