Home
last modified time | relevance | path

Searched refs:alphabet (Results 1 – 25 of 55) sorted by relevance

123

/template/strap/vendor/hidehalo/nanoid-php/src/
H A DClient.php15 * @param string $alphabet Symbols to be used in ID.
70 * @param string $alphabet default CoreInterface::SAFE_SYMBOLS
73 public function formattedId($alphabet, $size = 0, GeneratorInterface $generator = null) argument
75 $alphabet = $alphabet?:CoreInterface::SAFE_SYMBOLS;
79 return $this->core->random($generator, $size, $alphabet);
85 * @param string $alphabet
92 public function formatedId($alphabet, $size = 0, GeneratorInterface $generator = null) argument
96 return $this->formattedId($alphabet, $size, $generator);
H A DCore.php10 …public function random(GeneratorInterface $generator, $size, $alphabet = CoreInterface::SAFE_SYMBO… argument
12 $len = strlen($alphabet);
20 if (isset($alphabet[$byte])) {
21 $id .= $alphabet[$byte];
H A DCoreInterface.php15 * @param string $alphabet
18 …public function random(GeneratorInterface $generator, $size, $alphabet = CoreInterface::SAFE_SYMBO… argument
/template/writr/font/bootstrap-icons/
H A Dalphabet-uppercase.svg1 …3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-alphabet-uppercase" viewBo…
H A Dalphabet.svg1 …3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-alphabet" viewBox="0 0 16 …
H A Dbootstrap-icons.scss1989 "alphabet-uppercase": "\f2a5",
1990 "alphabet": "\f68a",
H A Dbootstrap-icons.min.css5 …\f8cb"}.bi-wikipedia::before{content:"\f8cc"}.bi-alphabet-uppercase::before{content:"\f2a5"}.bi-al…
H A Dbootstrap-icons.css1982 .bi-alphabet-uppercase::before { content: "\f2a5"; }
1983 .bi-alphabet::before { content: "\f68a"; }
/template/strap/resources/library/combo/
H A Dcombo.min.js.map1alphabet/index.js'\nif (process.env.NODE_ENV !== 'production') {\n if (\n typeof navigator !==…
/template/strap/resources/library/combo/dist/
H A Dcombo.min.js.map1alphabet/index.js'\nif (process.env.NODE_ENV !== 'production') {\n if (\n typeof navigator !==…
/template/writr/css/
H A Dbootstrap-icons.less1983 .bi-alphabet-uppercase::before { content: "\f2a5"; }
1984 .bi-alphabet::before { content: "\f68a"; }
/template/writr/css/plugins/
H A Dicons.less1974 .fa-alphabet-uppercase::before { content: "\f2a5"; }
1975 .fa-alphabet::before { content: "\f68a"; }
/template/dokubootstrapsimplified/css/
Dbootstrap-readable.min.css1 …sort:before{content:"\e150"}.glyphicon-sort-by-alphabet:before{content:"\e151"}.glyphicon-sort-by-
Dbootstrap-cosmo.min.css1 …sort:before{content:"\e150"}.glyphicon-sort-by-alphabet:before{content:"\e151"}.glyphicon-sort-by-
Dbootstrap-cyborg.min.css1 …sort:before{content:"\e150"}.glyphicon-sort-by-alphabet:before{content:"\e151"}.glyphicon-sort-by-
Dbootstrap-united.min.css1 …sort:before{content:"\e150"}.glyphicon-sort-by-alphabet:before{content:"\e151"}.glyphicon-sort-by-
Dbootstrap-amelia.min.css1 …sort:before{content:"\e150"}.glyphicon-sort-by-alphabet:before{content:"\e151"}.glyphicon-sort-by-
Dbootstrap-default.min.css7 …sort:before{content:"\e150"}.glyphicon-sort-by-alphabet:before{content:"\e151"}.glyphicon-sort-by-
Dbootstrap-journal.min.css1 …sort:before{content:"\e150"}.glyphicon-sort-by-alphabet:before{content:"\e151"}.glyphicon-sort-by-
Dbootstrap-yeti.min.css1 …sort:before{content:"\e150"}.glyphicon-sort-by-alphabet:before{content:"\e151"}.glyphicon-sort-by-
Dbootstrap-flatly.min.css1 …sort:before{content:"\e150"}.glyphicon-sort-by-alphabet:before{content:"\e151"}.glyphicon-sort-by-
Dbootstrap-spacelab.min.css1 …sort:before{content:"\e150"}.glyphicon-sort-by-alphabet:before{content:"\e151"}.glyphicon-sort-by-
Dbootstrap-simplex.min.css1 …sort:before{content:"\e150"}.glyphicon-sort-by-alphabet:before{content:"\e151"}.glyphicon-sort-by-
Dbootstrap-cerulean.min.css1 …sort:before{content:"\e150"}.glyphicon-sort-by-alphabet:before{content:"\e151"}.glyphicon-sort-by-
/template/dokutwitterbootstrap/css/
Dbootstrap.min.css9 …sort:before{content:"\e150"}.glyphicon-sort-by-alphabet:before{content:"\e151"}.glyphicon-sort-by-

123