Home
last modified time | relevance | path

Searched defs:alphabet (Results 1 – 4 of 4) sorted by relevance

/plugin/combo/vendor/hidehalo/nanoid-php/src/
H A DClient.php73 public function formattedId($alphabet, $size = 0, GeneratorInterface $generator = null) argument
92 public function formatedId($alphabet, $size = 0, GeneratorInterface $generator = null) argument
H A DCore.php10 public function random(GeneratorInterface $generator, $size, $alphabet = CoreInterface::SAFE_SYMBOLS) argument
H A DCoreInterface.php18 public function random(GeneratorInterface $generator, $size, $alphabet = CoreInterface::SAFE_SYMBOLS); argument
/plugin/gtime/gtlib/util/
H A DGTBaseX.php57 public function __construct($alphabet, $caseSensitive, $pad) {