/plugin/combo/vendor/hidehalo/nanoid-php/src/ |
D | Client.php | 15 * @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);
|
D | Core.php | 10 …public function random(GeneratorInterface $generator, $size, $alphabet = CoreInterface::SAFE_SYMBO… argument 12 $len = strlen($alphabet); 20 if (isset($alphabet[$byte])) { 21 $id .= $alphabet[$byte];
|
D | CoreInterface.php | 15 * @param string $alphabet 18 …public function random(GeneratorInterface $generator, $size, $alphabet = CoreInterface::SAFE_SYMBO… argument
|
/plugin/gtime/gtlib/util/ |
D | GTBaseX.php | 51 * @param string $alphabet the encoding alphabet 57 public function __construct($alphabet, $caseSensitive, $pad) { argument 61 while ((1 << $this->bits) < strlen($alphabet)) { 65 if ((1 << $this->bits) != strlen($alphabet)) { 70 $this->chars = GTUtil::toArray($alphabet); 77 $this->addMinMax($alphabet); 85 $this->addChars($alphabet); 89 $this->addMinMax(strtoupper($alphabet)); 90 $this->addMinMax(strtolower($alphabet)); 98 $this->addChars(strtolower($alphabet)); [all …]
|
/plugin/latexcaption/ |
D | helper.php | 20 $alphabet = ''; 24 $alphabet = chr(65 + $p) . $alphabet; 26 return strtolower($alphabet);
|
/plugin/captcha/lang/en/audio/ |
D | README | 5 These samples represent the NATO phonetical alphabet. They are protected
|
/plugin/twofactorgoogleauth/ |
D | QRCode.php | 243 $alphabet = '0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ $%*+-./:'; 267 $c1 = strpos($alphabet, substr($group, 0, 1)); 268 $c2 = strpos($alphabet, substr($group, 1, 1)); 282 $ch = strpos($alphabet, $group);
|
/plugin/extlist/css/ |
D | _numbering.less | 56 ol.alphabet {
|
/plugin/indexmenu/scripts/fancytree/skin-bootstrap/ |
D | boot.css | 623 /*.glyphicon-sort-by-alphabet:before {*/ 627 /*.glyphicon-sort-by-alphabet-alt:before {*/
|
/plugin/combo/resources/library/combo/ |
D | combo.min.js.map | 1 …alphabet/index.js'\nif (process.env.NODE_ENV !== 'production') {\n if (\n typeof navigator !==…
|
/plugin/combo/resources/library/combo/dist/ |
D | combo.min.js.map | 1 …alphabet/index.js'\nif (process.env.NODE_ENV !== 'production') {\n if (\n typeof navigator !==…
|
/plugin/fuzzysearch/ |
D | fuse.min.js | 9 …alphabet:W(e),startIndex:t})},M=this.pattern.length;if(M>N){for(var b=0,D=M%N,B=M-D;b<B;)F(this.pa… property
|
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/css/ |
D | bootstrap.min.css | 5 …sort:before{content:"\e150"}.glyphicon-sort-by-alphabet:before{content:"\e151"}.glyphicon-sort-by-…
|
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/ |
D | pdfmake.js | 30135 var added, alphabet, carry, i, index, isUpperCase, last, length, next, result; 30136 alphabet = 'abcdefghijklmnopqrstuvwxyz'; 30137 length = alphabet.length; 30143 index = alphabet.indexOf(last.toLowerCase()); 30148 next = alphabet.charAt((index + 1) % length);
|
D | pdfmake.min.js.map | 1 …alphabet","carry","isUpperCase","revision","checkSumAdjustment","magicNumber","created","modified"…
|
/plugin/passpolicy/ |
D | 10k-common-passwords.txt | 4951 alphabet
|
/plugin/pgn4web/pgn4web/ |
D | pgn-standard.txt | 694 using the ASCII Latin alphabet.
|
/plugin/datatables/assets/pdfmake/ |
D | pdfmake.js | 5347 var alphabet = '0123456789abcdef'; 5352 table[i16 + j] = alphabet[i] + alphabet[j]; 29673 var alphabet = 'abcdefghijklmnopqrst'; 29675 alphabet.split('').forEach(function (chr) { B[chr] = chr; }); 29676 return $assign({}, A)[symbol] != 7 || objectKeys($assign({}, B)).join('') != alphabet;
|
/plugin/tuxquote/ |
D | quotes.txt | 821 …d either by 'k' or 's', and likewise 'x' would no longer be part of the alphabet. The only kase in… 1250 If you wish to learn the highest truths, begin with the alphabet. <BR> -- Japanese proverb 3979 Why is the alphabet in that order? Is it because of that song?
|
/plugin/codemirror/dist/keymaps/ |
D | vim.min.js.map | 1 …rue if punctuation count as part of the word.\n * False if only alphabet characters count …
|
/plugin/xlsx2dw/packages/exceljs/ |
D | exceljs.js | 41796 var alphabet = 'abcdefghijklmnopqrst'; 41798 alphabet.split('').forEach(function (chr) { B[chr] = chr; }); 41799 return nativeAssign({}, A)[symbol] != 7 || objectKeys(nativeAssign({}, B)).join('') != alphabet;
|