Home
last modified time | relevance | path

Searched refs:characters (Results 176 – 200 of 240) sorted by path

12345678910

/plugin/jplayer/vendor/happyworm/jplayer/src/actionscript/
H A DJplayer.as72 …curityIssue:Boolean = false; // On direct access and when SWF parameters contain illegal characters
/plugin/jplayer/vendor/james-heinrich/getid3/
H A Dchangelog.txt211 * Bugfix: (#1812) potential unwanted high-ASCII characters in errors
342 * Bugfix: (#1201) multi-byte characters strings incorrectly
590 special characters like & and ?
883 * Bugfix: removed � characters from ['comments_html']
1100 with all text replaced with an HTML version of all characters
1373 with null characters but some taggers incorrectly use spaces).
1522 non-ASCII characters (above chr(127)) were being incorrectly
1966 characters
2237 entities for characters outside the normal alphanumeric range
2452 characters (#, &, ", +) (thanks Christian Fritz)
[all …]
H A Dstructure.txt34 character entities (ie Ӓ) for characters outside the 0x20-0x7F
35 range (printable ISO-8859-1 characters). This data can be used as-is
/plugin/linkbonus/syntax/
H A Dinterwiki.txt90 // unescape the characters pipe (|) and square brackets ([ ])
/plugin/lists/
H A Dsyntax_plugin_lists.css26 /* allow for at least two characters in LI's number */
/plugin/mdpage/vendor/cebe/markdown/
H A DCHANGELOG.md52 - #54 escape characters are now also considered inside of urls
58 - #74 fixed a bug that caused a bunch of broken characters when non-ASCII input was given. Parser n…
H A DREADME.md328 // in case we did not find a closing ~~ we just return the marker and skip 2 characters
349 3. Define escapeable characters
421 #### Define escapeable characters
423 Depending on the language features you have chosen there is a different set of characters that can …
424 using `\`. The following is the set of escapeable characters for traditional markdown, you can copy…
429 * @var array these are "escapeable" characters. When using one of these prefixed with a
/plugin/mdpage/vendor/cebe/markdown/tests/markdown-data/
H A Dmd1_markdown_documentation_basics.md287 and `>` characters will be escaped automatically.
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 …]
/plugin/minimap/
H A DREADME.md37 …place.php). Actually in the pattern, letters, digits and the following characters are allowed: spa…
/plugin/nonblank/
H A DREADME4 an unexpected space might be inserted between two full-width characters,
H A Dplugin.info.txt6 …he standard dokuwiki renderer which removes the single line break between two non-ASCII characters.
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth1/Service/
H A DAbstractService.php264 $characters = 'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890';
267 $maxRand = strlen($characters)-1;
269 $nonce.= $characters[rand(0, $maxRand)];
/plugin/odtsupport/
H A Ddokuwiki_plugin_page.wiki71 …ce(s) and pagename to create an MD2 hash value and output it's first 4 characters. Since that's ra…
104 Same as //pagehashtofield//, but will only output the first 4 characters.
/plugin/openlayersmap/ol7/
H A Dol.js.map
/plugin/orgapp/
H A DOrgApplet.jar ... String, java.lang.String) public void characters (char[], int, int) public ...
/plugin/passpolicy/
H A Dhelper.php249 $characters = '';
255 $characters .= $this->pools[$pool]; // add to full pool
272 $pool_len = strlen($characters);
277 $output .= $characters[$this->rand(0, $pool_len - 1)];
/plugin/pdfjs/pdfjs/build/
H A Dpdf.js.map1characters: SPACE, TAB, CR or LF.\nfunction isSpace(ch) {\n return (ch === 0x20 || ch === 0x09 ||…
H A Dpdf.worker.js.map1characters: SPACE, TAB, CR or LF.\nfunction isSpace(ch) {\n return (ch === 0x20 || ch === 0x09 ||…
/plugin/pdfjs/pdfjs/web/
H A Dviewer.js.map1 …seURL = href.replace(/[^\\/]*$/, '') || './';\n\n // handle escaped characters (backslashes) in…
/plugin/pgn4web/pgn4web/
H A DREADME.txt408 check for characters "[" and "]" in the comments and try removing them.
434 Special characters, such as symbols and accented letters, can appear in PGN
436 display those characters correctly, the PGN file should be saved in unicode
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
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 Dtest.pgn55 Kxf8 9. Bh6+ $18 { special characters within comments: áâãäå } *
/plugin/photogallery/phpThumb/docs/
H A Dphpthumb.changelog.txt119 complex than before. Previously 5 characters length was
243 the last characters of the URL to determine image type
480 * Bugfix: [#1498564] illegal characters in cache filenames
611 * Bugfix: [#1412552] HTTP source images with special characters were
768 now limited to 142 characters + length of

12345678910