Home
last modified time | relevance | path

Searched refs:character (Results 1 – 25 of 317) sorted by last modified time

12345678910>>...13

/plugin/openlayersmap/ol7/
H A Dol.js.map
/plugin/photogallery/phpThumb/docs/
H A Dphpthumb.changelog.txt120 required, now password strength calculated based on character
345 character from "+" to "%20"
H A Dphpthumb.readme.txt302 use first character of channel string as channel)
380 "eighth note" character (U+266A) is represented
391 ^^ = the character ^
/plugin/photogallery/phpThumb/licenses/
H A Dlicense.mpl-20.txt289 * special, incidental, or consequential damages of any character *
/plugin/photogallery/phpThumb/
H A DphpThumb.config.php.default47 …r'] = '&'; // should almost always be left as '&'. Must be a single character. Do not change t…
95 // The '*' character MUST be used to represent the source image name
/plugin/aichat/vendor/mehrab-wj/tiktoken-php/data/
H A Dvocab.bpe
/plugin/aichat/vendor/vanderlee/php-sentence/src/
H A DMultibyte.php46 $character = array_keys(self::$unicodeCharacterMap); // but: for efficiency you should
48 return str_replace($character, $replace, html_entity_decode($string, ENT_QUOTES, "UTF-8"));
/plugin/imagemapping/
H A DREADME28 link text. This is done with the ''@'' character followed by a list of
/plugin/confmanager/lang/en/
H A Dentities.txt1 …sed on a configuration file. By default this is used to convert various character combinations to …
13 Even though by default it is used with simple character replacements only, the entity system can al…
H A Dinterwiki.txt3 …] this is done by prefixing Wiki [[doku>pagenames]] with a shortcut separated by a ''>'' character.
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs993 if(!SSF_isgeneral(fmt, i)) throw new Error('unrecognized character ' + c + ' in ' +fmt);
1062 …>=€acfijklopqrtuvwxzP".indexOf(c) === -1) throw new Error('unrecognized character ' + c + ' in ' +…
2974 /* 76 character chunks TODO: intertwine encoding */
22007 case 'fill-character': // <number:fill-character> 16.29.5
22331 case 'fill-character': // 16.29.5 <number:fill-character>
22688 …payload += '<number:fill-character>' + escapexml(c.replace(/""/g, '"')) + '</number:fill-character
22734 default: console.error("unrecognized character " + c + " in ODF format " + nf);
22765 default: console.error("unrecognized character " + c + " in ODF format " + nf);
22779 …payload += '<number:fill-character>' + escapexml(c.replace(/""/g, '"')) + '</number:fill-character
/plugin/copycode/
H A DREADME.md26 - Adds functionnality to remove extra non ascii character bug
/plugin/tgnotify/
H A DLICENSE158 incidental, or consequential damages of any character arising as a
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Writer/
H A DFontWriter.php445 $character = [
456 $character = $this->fontCache->jsonLoad($fontCacheFilename);
457 $character['startcid'] = 128;
460 // for each character
462 for ($cid = $character['startcid']; $cid < $cwlen; $cid++) {
464 $character = [
465 'rangeid' => $character['rangeid'],
466 'prevcid' => $character['prevcid'],
467 'prevwidth' => $character['prevwidth'],
468 'interval' => $character['interva
[all...]
/plugin/dw2pdf/vendor/mpdf/mpdf/
H A DREADME.md30 embedded resources such as fonts, `bcmath` for generating barcodes or `xml` for character set conversion
H A DCHANGELOG.md84 * Fix displaying dollar character in footer with core fonts (#520)
312 - barcode C93 - updated C93 code from TCPDF because of bug - incorrect checksum character for "153-2-4"
645 Improved CJK line wrapping (if CJK character at end of line, breaks there rather than previous wordspace)
663 - cyrillic character p &#1088; at end of table cell caused cell height to be incorrectly calculated
/plugin/dw2pdf/vendor/mpdf/mpdf/ttfonts/
H A DGNUFreeFontinfo.txt18 FreeFont covers the following character sets
50 contrasting uniform and modulated character stroke widths, and have some
/plugin/combo/vendor/salesforce/handlebars-php/src/Handlebars/
H A DTokenizer.php116 $character = $text[$i];
121 if ($character === $firstOpeningTagCharacter && $this->tagChange($this->otag, $text, $i, $openingTagLength)
127 if ($character == "\n") {
130 $this->buffer .= $character;
164 if ($character === $firstClosingTagCharacter && $this->tagChange($this->ctag, $text, $i, $closingTagLength)) {
212 $this->buffer .= $character;
/plugin/combo/grammar/
H A DPageSql.g499 // A string constant is formed by enclosing the string in single quotes ('). A single quote within the string can be encoded by putting two single quotes in a row - as in Pascal. C-style escapes using the backslash character are not supported because they are not standard SQL.
/plugin/combo/ComboStrap/
H A DHeadingTag.php442 // The closing character `>` indicator of the start and end tag
449 $character = $input[$position];
451 if ($character == "<") {
456 // We have delete all character until the heading start tag
458 $headingStartTagString = $character . $headingStartTagString;
463 if ($character == ">") {
468 // We have delete all character until the heading start tag
474 $headingStartTagString = $character . $headingStartTagString;
/plugin/katex/_assets/
H A Dkatex.min.js1character=void 0,this.width=e,this.character=e>=.05555&&e<=.05556?"\u200a":e>=.1666&&e<=.1667?"\u2…
/plugin/farmer/_animal/data/pages/wiki/
H A Dsyntax.txt60 Linking to a specific section is possible, too. Just add the section name behind a hash character as known from HTML. This links to [[syntax#internal|this Section]].
/plugin/odt/ODT/css/
H A Dcssimportnew.php176 * @param character $sign
/plugin/authdrupal8/
H A Dpassword.inc32 // Returns a string for mapping an int to the corresponding base 64 character.
88 * A 12 character string containing the iteration count and a random salt.
166 // Hashes must have an 8 character salt.
229 // have 'U' added as the first character and need an extra md5().
/plugin/edittable/lib/
H A Dhandsontable.less180 /* preserve new line character in cell */

12345678910>>...13