Home
last modified time | relevance | path

Searched refs:characters (Results 1 – 25 of 240) sorted by path

12345678910

/plugin/abc2/
H A Dall.css38 * * added Unicode characters for player icons instead
H A Dstyle.css22 * added Unicode characters for player icons instead
/plugin/aceeditor/
H A DNEWS2 * Fixed formatting of tables with fullwidth characters
/plugin/adfs/phpsaml/extlib/xmlseclibs/
H A DCHANGELOG.txt52 - Strip whitespace characters when parsing X509Certificate. fixes #84
162 - Remove closing PHP tag to fix extra whitespace characters from being output
/plugin/advanced/lang/en/config/
H A Dentities.txt3 DokuWiki can replace certain characters or strings with other strings based on a configuration file…
/plugin/aichat/vendor/erusev/parsedown/
H A DREADME.md72 It tries to read Markdown like a human. First, it looks at the lines. It’s interested in how the lines start. This helps it recognise blocks. It knows, for example, that if a line starts with a `-` then perhaps it belongs to a list. Once it recognises the blocks, it continues to the content. As it reads, it watches out for special characters. This helps it recognise inline elements (or inlines).
/plugin/aichat/vendor/mehrab-wj/tiktoken-php/
H A Dcomposer.lock503 "ext-mbstring": "For handling non-UTF8 characters."
/plugin/aichat/vendor/mehrab-wj/tiktoken-php/src/
H A DEncoder.php26 $rawCharacters = file_get_contents(__DIR__.'/../data/characters.json');
28 throw new \RuntimeException('Unable to load characters.json');
82 $characters = mb_str_split($token, 1, 'UTF-8');
85 foreach ($characters as $char) {
112 private function characterToUnicode(string $characters): int argument
114 $firstCharacterCode = ord($characters[0]);
121 return ($firstCharacterCode - 192) * 64 + (ord($characters[1]) - 128);
125 return ($firstCharacterCode - 224) * 4096 + (ord($characters[1]) - 128) * 64 + (ord($characters[2]) - 128);
129 return ($firstCharacterCode - 240) * 262144 + (ord($characters[
[all...]
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.js29174 PDFFont.prototype.use = function(characters) {
29176 return (_ref = this.subset) != null ? _ref.use(characters) : void 0;
31309 var WIN_ANSI_MAP, characters;
31326 _results.push(this.glyphWidths[characters[i]]);
31424 return characters[WIN_ANSI_MAP[character] || character];
31431characters = '.notdef .notdef .notdef .notdef\n.notdef .notdef .n…
H A Dpdfmake.min.js.map1characters","embedAFM","embedTTF","encodeText","raw","scaleFactor","unitsPerEm","bbox","round","st…
/plugin/authdrupal8/
H A Dpassword.inc29 // The expected (and maximum) number of characters in a hashed password.
43 * The number of characters (bytes) to encode.
133 * Plain-text password up to 512 bytes (128 to 512 UTF-8 characters) to hash.
136 * at least 12 characters (the settings and salt).
140 * The return string will be truncated at DRUPAL_HASH_LENGTH characters max.
155 // The first 12 characters of an existing hash are its setting string.
179 // _password_base64_encode() of a 16 byte MD5 will always be 22 characters.
180 // _password_base64_encode() of a 64 byte sha512 will always be 86 characters.
/plugin/authgooglesheets/vendor/firebase/php-jwt/
H A DREADME.md313 If your private key contains `\n` characters, be sure to wrap it in double quotes `""`
314 and not single quotes `''` in order to properly interpret the escaped characters.
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DCHANGELOG.md335 want to send requests over the wire using valid query string characters that do
354 * No longer double percent-encoding characters in the path or query string if
360 string on a URL: Now allowing many more characters to be present in the
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/
H A DCHANGELOG.md66 - Allow multibyte characters to be parsed in `Message:bodySummary()`
97 - Fixed encoding of special characters in the `userInfo` component of an URI (#253)
282 - URI paths no longer encode the following characters because they are allowed
H A DREADME.md614 … the URI is a network-path reference. A relative reference that begins with two slash characters is
752 …Decodes percent-encoded octets of unreserved characters. For consistency, percent-encoded octets i…
755 characters by URI normalizers.
/plugin/authgooglesheets/vendor/monolog/monolog/
H A DCHANGELOG.md63 * Fixed Wildfire/FirePHP/ChromePHP handling of unicode characters
77 …* Added `JSON_INVALID_UTF8_SUBSTITUTE` to default json flags, so that invalid UTF8 characters now …
H A DUPGRADE.md39 - Log levels are not shortened to 4 characters anymore. e.g. a warning record
/plugin/authyubikey/
H A Dauth.php.org408 … $this->_pattern[$item] = '/'.str_replace('/', '\/', $pattern).'/i'; // allow regex characters
/plugin/autolink4/lang/en/
H A Dadmin_help.txt5 * Text to find. This can include certain regular expression characters, like square brackets and question marks. Pipe (|) and parentheses are not allowed.
11 * inword: Replace partial words. DokuWiki defines a word as characters surrounded by spaces or punctuation, so this is required for languages that do not require space between words.
/plugin/barcodes/vendor/jucksearm/php-barcode/lib/
H A DBarcode1D.php1972 $characters = array();
1984 $characters[] = $chrcode;
1987 $characters = array_reverse($characters);
1992 $asc = (($characters[$asc_chr[$i]] & pow(2, $asc_pos[$i])) > 0);
1993 $dsc = (($characters[$dsc_chr[$i]] & pow(2, $dsc_pos[$i])) > 0);
2031 $characters = str_split(strtolower($code), 1);
2036 switch($characters[$i]) {
/plugin/bible/bible_douayRheims/
H A DEsther.txt22 … kingdom, as every nation could hear and read, in divers languages and characters, that the husban…
124 …e and province, to people and people, according to their languages and characters, and to the Jews…
/plugin/bibtex/OSBib/
H A DCHANGELOG19 name is now allowed if the punctuation characters are different.
/plugin/cacherevisionseraser/
H A DREADME.md39 … workaround for Plugins Manager without UTF-8 support for languages that contains UTF-8 characters.
/plugin/charpicker/
H A DREADME.md6 Use this plugin to add characters to the Special Chars picker or to delete unused characters from t…
7 Enter the characters in the configuration manager, in either the add or delete box, as a comma deli…
H A Dplugin.info.txt6 desc Adds characters to special chars picker

12345678910