Home
last modified time | relevance | path

Searched refs:characters (Results 126 – 150 of 240) sorted by path

12345678910

/plugin/ditaa/ditaa/
H A Dditaa.jarMETA-INF/ META-INF/MANIFEST.MF net/ net/htmlparser/ net/ ...
/plugin/dokutexit/
H A DREADME.md96 All filenames will have characters \_ escaped as \- for good TeX integration. This means that bad t…
/plugin/dontfeedtemplates/
H A DREADME.md8 you will not start you template with one of these three characters to make your
/plugin/dw2pdf/vendor/mpdf/mpdf/
H A DCHANGELOG.md255 - Index collation for non-ASCII characters.
327 - URL handling changed to work with special characters in path fragments; affects `<a>` links, `<img>` images and
404 - ToC since v5.7 incorrectly handling non-ascii characters, entities or tags
639 - attribute: divider="[characters including HTML entities]" added
712 Note - Some characters in Pashto/Sindhi/Urdu/Kurdish do not have Unicode values for the final/initial/medial forms of the characters.
713 However, some fonts include these characters "un-mapped" to Unicode (including XB Zar and XB Riyaz, which are bundled with mPDF).
720 Using "unAGlyphs" forces subsetting of fonts, and will not work with SIP/SMP fonts (using characters beyond the Unicode BMP Plane).
722 mPDF maps these characters to part of the Private Use Area allocated by Unicode U+F500-F7FF. This could interfere with correct use
726 even though some fonts contain glyphs for these characters
[all...]
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Barcode/
H A DImb.php159 // convert codewords to characters
160 $characters = [];
173 $characters[] = $chrcode;
177 $characters = array_reverse($characters);
183 $asc = (($characters[$asc_chr[$i]] & pow(2, $asc_pos[$i])) > 0);
184 $dsc = (($characters[$dsc_chr[$i]] & pow(2, $dsc_pos[$i])) > 0);
/plugin/dw2pdf/vendor/mpdf/mpdf/ttfonts/
H A DDejaVuinfo.txt22 the designs of glyphs or characters in the Fonts may be modified and
23 additional glyphs or characters may be added to the Fonts, only if the fonts
70 particular the designs of glyphs or characters in the Fonts may be
71 modified and additional glyphs or characters may be added to the
H A DGNUFreeFontinfo.txt12 to conveniently mix symbols and characters from different writing systems,
52 have developed a typographic style with uniform-width characters.
59 FreeFont face is meant to contain characters of similar style and weight.
H A DSyrCOMEdessa_license.txt37 and in particular the designs of glyphs or characters in the
39 characters be added to the Fonts. This License becomes null
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/
H A DCHANGELOG.md261 - Fix `json_encode` for unicode(emoji) characters [856](https://github.com/elastic/elasticsearch-php/pull/856)
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DMlNamespace.asciidoc308 $params['line_merge_size_limit'] = (int) Maximum number of characters permitted in a single message when lines are merged to create messages. (Default = 10000)
H A DTextStructureNamespace.asciidoc32 $params['line_merge_size_limit'] = (int) Maximum number of characters permitted in a single message when lines are merged to create messages. (Default = 10000)
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dhost-config.asciidoc67 a Basic Auth's password contains special characters such as a pound sign (`#`)
H A Drelease-notes.asciidoc403 * Fix `json_encode` for unicode(emoji) characters
/plugin/emoji/
H A DREADME3 Allows emoji characters or shortcut names to be inserted into wiki pages. The
/plugin/etherpadlite/externals/etherpad-lite-client/
H A Dexample_big.php61 $characters = '0123456789abcdefghijklmnopqrstuvwxyz';
64 $string .= $characters[mt_rand(0, strlen($characters))];
/plugin/farm/install/animaltemplate/data/pages/wiki/
H A Dsyntax.txt47 …xt]]. Wiki pagenames are converted to lowercase automatically, special characters are not allowed.
216 …i]] can convert simple text characters to their typographically correct entities. Here is an examp…
/plugin/farmer/_animal/data/pages/wiki/
H A Dsyntax.txt52 [[doku>pagename|Wiki pagenames]] are converted to lowercase automatically, special characters are not allowed.
194 DokuWiki can convert certain pre-defined characters or strings into images or other text or HTML.
225 Typography: [[DokuWiki]] can convert simple text characters to their typographically correct entities. Here is an example of recognized characters.
/plugin/fckg/
H A DChanges88 removed only around non-alpha characters, preserving sequences such as \r\n.
/plugin/fckg/fckeditor/editor/lang/
H A Dlang-template.txt134 …rDlgStet : "Create a string literal from text containing HTML and/or DokuWiki Markup characters",
/plugin/findologicxmlexport/vendor/hoa/regex/
H A DCHANGELOG.md26 * Fix generatation of space (`\s`) characters. (Metalaka, 2015-08-11T21:04:15+02:00)
/plugin/findologicxmlexport/vendor/jms/serializer/
H A DCHANGELOG.md381 - DateTime format and control characters [\#94](https://github.com/schmittjoh/serializer/issues/94)
860 - Make it possible to escape special characters on serialization [\#265](https://github.com/schmitt…
/plugin/findologicxmlexport/vendor/jms/serializer/doc/reference/
H A Dxml_reference.rst40 your type contains "<" or ">" characters. -->
94 your type contains "<" or ">" characters. -->
/plugin/findologicxmlexport/vendor/phpunit/phpunit/
H A DChangeLog-5.7.md148 * Fixed [#2275](https://github.com/sebastianbergmann/phpunit/pull/2275): Invalid UTF-8 characters c…
/plugin/findologicxmlexport/vendor/symfony/yaml/
H A DCHANGELOG.md165 * When surrounding strings with double-quotes, you must now escape `\` characters. Not
166 escaping those characters (when surrounded by double-quotes) is deprecated.
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/Fixtures/
H A DYtsSpecificationExamples.yml1173 The \ ' " characters may be
1183 is equal to: "The \\ ' \" characters may \
1205 'literal' => "The \\ ' \" characters may be\nfreely used. Leading white\n space " +
1208 'is equal to' => "The \\ ' \" characters may be\nfreely used. Leading white\n space " +

12345678910