Home
last modified time | relevance | path

Searched refs:characters (Results 26 – 50 of 240) sorted by relevance

12345678910

/plugin/nonblank/
H A DREADME4 an unexpected space might be inserted between two full-width characters,
/plugin/publistf/
H A DCHANGELOG.md23 * added missing LaTeX tilde characters (thanks rrfeup!)
27 * extended sanitizer to include more 'tilda' characters
H A DTODO11 with perl regular expressions characters "[", "]", "|".
/plugin/typography/
H A DREADME.md17 | `fw` | font-weight | weight of a font (thick or thin characters in text) |
19 …amily for text, must be single quoted if a font name contains white-space or non-ASCII characters |
21 | `ls` | letter-spacing | an extra space between characters (in px, em, etc) |
/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/findologicxmlexport/vendor/twig/twig/doc/tags/
H A Dblock.rst8 Block names should consist of alphanumeric characters, and underscores. Dashes
/plugin/preservefilenames/
H A DREADME.rst6 Letter cases, spaces, symbols and multibyte characters will all be preserved.
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DFilter.ExtractStyleBlocks.Escaping.txt
H A DCore.Encoding.txt
/plugin/emoji/
H A DREADME3 Allows emoji characters or shortcut names to be inserted into wiki pages. The
/plugin/idoit/
H A Dsyntax.php116 return 'JSON decode error: Malformed UTF-8 characters, possibly incorrectly encoded';
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/Fixtures/
H A DYtsTypeTransfers.yml4 Any group of characters beginning with an
13 test: String characters
17 punctuation characters, including the
89 Unicode characters.
/plugin/confmanager/lang/en/
H A Dentities.txt1 [[doku>DokuWiki]] can replace certain characters or strings with other strings based on a configura…
/plugin/charter/lib/fonts/
H A DLICENSE17 particular the designs of glyphs or characters in the Fonts may be
18 modified and additional glyphs or characters may be added to the Fonts,
/plugin/pgn4web/pgn4web/
H A Dpgn-standard.txt219 characters form lexical tokens.
248 characters, PGN game authors should refrain from using such characters in
266 4.2: Tab characters
271 characters may not appear inside of string data.
321 adjacent tokens by white space characters. (White space characters include
323 not require white space characters.
333 string is limited to a maximum of 255 characters of data.
366 continuation characters are letter characters ("A-Za-z"), digit characters
372 maximum of 255 characters in length.
795 8.2.3.5: Check and checkmate indication characters
[all …]
H A Dpgn-standard-proposed-supplement.txt100 A command name consisting of one or more alphanumeric characters.
109 The characters [% are redefined to indicate the start of a command sequence when
112 As all ASCII characters are legal in a comment string it is not possible to rely
120 They consist of one or more alphanumeric characters
147 i) a set containing any ascii characters except the comma and right hand square
150 ii) a double quoted string containing a set of any ascii characters except the
168 ii) Space characters are allowed in non quote delimited operands
/plugin/findologicxmlexport/vendor/jms/serializer/doc/reference/
H A Dxml_reference.rst40 your type contains "<" or ">" characters. -->
94 your type contains "<" or ">" characters. -->
/plugin/publist/
H A DTODO11 with perl regular expressions characters "[", "]", "|".
/plugin/publistx/
H A DTODO11 with perl regular expressions characters "[", "]", "|".
/plugin/codemirror/dist/modes/
H A Dstex.min.js.map1characters\n if (source.match(/^\\\\[$&%#{}_]/)) {\n return \"tag\";\n }\n\n …
/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/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DATNDeserializer.php175 $characters = \preg_split('//u', $data, -1, \PREG_SPLIT_NO_EMPTY);
177 if ($characters === false) {
181 $this->data = [StringUtils::codePoint($characters[0])];
182 for ($i = 1, $length = \count($characters); $i < $length; $i++) {
183 $code = StringUtils::codePoint($characters[$i]);
/plugin/mdpage/vendor/cebe/markdown/tests/markdown-data/
H A Dspecs.md63 characters, which punctuation characters have been carefully chosen so
124 In HTML, there are two characters that demand special treatment: `<`
127 characters, you must escape them as entities, e.g. `&lt;`, and
144 Markdown allows you to use these characters naturally, taking care of
225 Atx-style headers use 1-6 hash characters at the start of the line,
249 Markdown uses email-style `>` characters for blockquoting. If you're
689 reference-style links, the paragraph itself is only 81 characters
690 long; with inline-style links, it's 176 characters; and as raw HTML,
767 literal backtick characters at the beginning or end of a code span:
878 characters which would otherwise have special meaning in Markdown's
[all …]

12345678910