Home
last modified time | relevance | path

Searched refs:character (Results 176 – 200 of 317) sorted by path

12345678910>>...13

/plugin/dirtylittlehelper/mermaid/editor/docs/
H A Dbundle.css1113 .monaco-editor .auto-closed-character {
H A Dbundle.js1character:"\\ea60"}),e.plus=new e("plus",{character:"\\ea60"}),e.gistNew=new e("gist-new",{charact…
H A Dbundle.js.map1character to be ignored. (e.g.\n // 'abxxcd' will be treated as 'ab')\n that = that.slice(0,…
H A Deditor.worker.js.map1character\n codePoint = 65533 /* UNICODE_REPLACEMENT */;\n …
H A Djson.worker.js.map1character\n codePoint = 65533 /* UNICODE_REPLACEMENT */;\n …
/plugin/dirtylittlehelper/script/
H A Dmermaid.min.js.map1character","currentCharacter","isLastLine","hyphenatedNextLine","calculateTextDimensions","fontFam…
/plugin/displayfile/
H A DREADME.md27 …hting GeSHi library. To disable syntax highlighting, specify a dask (-) character for the `LANG` v…
/plugin/dw2pdf/vendor/mpdf/mpdf/
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 р at end of table cell caused cell height to be incorrectly calculated
H A DREADME.md30 embedded resources such as fonts, `bcmath` for generating barcodes or `xml` for character set conversion
/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/ttfonts/
H A DGNUFreeFontinfo.txt18 FreeFont covers the following character sets
50 contrasting uniform and modulated character stroke widths, and have some
/plugin/edittable/lib/
H A Dhandsontable.less180 /* preserve new line character in cell */
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/
H A DLICENSE-APACHE158 incidental, or consequential damages of any character arising as a
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DMlNamespace.asciidoc310 $params['charset'] = (string) Optional parameter to specify the character set of the file
314 $params['delimiter'] = (string) Optional parameter to specify the delimiter character for a delimited file - must be a single character
315 $params['quote'] = (string) Optional parameter to specify the quote character for a delimited file - must be a single character
H A DTextStructureNamespace.asciidoc34 $params['charset'] = (string) Optional parameter to specify the character set of the file
38 $params['delimiter'] = (string) Optional parameter to specify the delimiter character for a delimited file - must be a single character
39 $params['quote'] = (string) Optional parameter to specify the quote character for a delimited file - must be a single character
/plugin/elasticsearch/vendor/patrickschur/language-detection/resources/ia/
H A Dia.txt20 Proclama le presente Declaration Universal del Derectos Human como le ideal commun a attinger per tote le populos e nationes, a fin que tote le individuos e tote le organos del societate, habente iste Declaration constantemente in mente, se effortia, per le inseniamento e per le education, a disveloppar le respecto a iste derectos e libertates e a promover, per mesuras progressive de character national e international, lor recognoscentia e lor application universal e effective tanto inter le populos del Statos Membros mesme como inter los del territorios sub lor jurisdiction.
/plugin/elasticsearch/vendor/ruflin/elastica/
H A DCHANGELOG.md1235 - Fixed escaping of / character in Elastica\Util::escapeTerm(), removed usage of JSON_UNESCAPED_SLASHES in Elastica\JSON [#660](https://github.com/ruflin/Elastica/issues/660/)
/plugin/emoji/
H A DREADME7 - Copy the Unicode character, ��
/plugin/evesso/
H A DREADME.md59 1. Login via EveSSO on the character you want to be admin
63 1. Click the eve character you want for the admin account
/plugin/farm/install/animaltemplate/data/pages/wiki/
H A Dsyntax.txt59 Linking to a specific section is possible, too. Just add the section name behind a hash character a…
/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/fckg/
H A DREADME4 character sets. It also supports url-style encoding, which was the encoding
/plugin/fckg/action/entities/
H A DENTITIES.HOWTO24 character
26 entity character code
28 character
30 entity character code
H A Dents_seri.php42 list($icon, $numeric,$character) = @preg_split('/\s+/',$line);
43 if(!$icon || !$numeric || !$character) continue;
45 $character=trim($character,'&;');
47 $entities[$character] = $icon;
/plugin/fckg/action/entities/utils/
H A Dfcked-ents.pl7 my($icon, $num, $character) = split;
8 next if !$icon || !$num || ! $character;
12 print "$icon\n$num\n$character\n\n";

12345678910>>...13