Home
last modified time | relevance | path

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

12345678910

/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/chat/
H A Dreadme.txt123 * Security: Limited length of Name field to 30 characters.
125 …* Security: Filtering of Name field. Now it can consist of alphanumeric characters, dashes, unders…
/plugin/ckgdoku/ckeditor/
H A DCHANGES.md374 …uto Embed](http://ckeditor.com/addon/autoembed) plugin ignores encoded characters in URL parameter…
577 ….ckeditor.com/ticket/12597): [Blink/WebKit] Fixed: Multi-byte Japanese characters entry not workin…
904 * [#11372](http://dev.ckeditor.com/ticket/11372): Widgets: Special characters encoded twice in nest…
1122 …://docs.ckeditor.com/#!/api/CKEDITOR.editable-method-insertText) loses characters when `RegExp` re…
/plugin/ckgdoku/scripts/
H A Dparse_wiki.js.unc1037 // this handles format characters at the ends of list lines
1611 …we allow escaping of troublesome characters in plugins by enclosing them withinback slashes, as in…
1697 //spacing around entities with double format characters
1873 /* any characters escaped by DW %%<char>%% are replaced by NOWIKI_<char>
/plugin/ckgedit/ckeditor/
H A DCHANGES.md59 * [#2690](https://github.com/ckeditor/ckeditor-dev/issues/2690): Fixed: Decimal characters are remo…
120 …e [Mentions](https://ckeditor.com/cke4/addon/mentions) plugin is not matching diacritic characters.
146 …/emoji) shows the suggestion box when the colon is preceded with other characters than white space.
213 …o FastCGI fails when the user tries to replace a word with non-English characters with a proper su…
322 …keditor-dev/issues/877): Fixed: A list with custom bullets with exotic characters crashes the edit…
794 …bed](https://ckeditor.com/cke4/addon/autoembed) plugin ignores encoded characters in URL parameter…
997 ….ckeditor.com/ticket/12597): [Blink/WebKit] Fixed: Multi-byte Japanese characters entry not workin…
1324 * [#11372](https://dev.ckeditor.com/ticket/11372): Widgets: Special characters encoded twice in nes…
1542 …s/ckeditor4/latest/api/CKEDITOR_editable.html#method-insertText) loses characters when `RegExp` re…
/plugin/ckgedit/scripts/
H A Dparse_wiki.js.unc1076 // this handles format characters at the ends of list lines
1612 …we allow escaping of troublesome characters in plugins by enclosing them withinback slashes, as in…
1698 //spacing around entities with double format characters
1879 /* any characters escaped by DW %%<char>%% are replaced by NOWIKI_<char>
/plugin/codemirror/dist/keymaps/
H A Dvim.min.js.map1characters.\n newHead = Pos(oldAnchor.line, oldAnchor.ch + chOffset);\n } …
/plugin/codemirror/dist/modes/
H A Dbrainfuck.min.js.map1 …d behind lines\n\n +++ this is a comment\n\n where reserved characters cannot be used\n…
H A Dclike.min.js.map1 …<delim> can be a string up to 16 characters long.\n function tokenRawString(stream, state) {\n …
H A Ddjango.min.js.map1 …m.next();\n\n // Take into account the backslash for escaping characters, such as\n …
H A Dmarkdown.min.js.map1 … : mode;\n }\n\n // Should characters that affect highlighting be highlighted separate?\n // Do…
H A Dmathematica.min.js.map1 …*/, true, false)) {\n return 'variable-2';\n }\n\n // Named characters in Mathematica, …
H A Dperl.min.js.map1 …meta :null, // - quote regular expression magic characters\n …
H A Dpuppet.min.js.map1 …h == '{' || ch == '}') {\n return 'bracket';\n }\n // Match characters that we are goin…
H A Dsql.min.js.map1characters check checkpoint class class_origin clob close cluster coalesce cobol collate collation…
H A Dstex.min.js.map1characters\n if (source.match(/^\\\\[$&%#{}_]/)) {\n return \"tag\";\n }\n\n …
H A Dverilog.min.js.map1 …\",\n \"\\\"\": \"comment\"\n };\n\n // Lines starting with these characters define scope (re…
/plugin/codemirror/dist/
H A Dscripts.min.js.map1characters. A series of a non-extending char +\n // any number of extending chars is treated as a…
/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/combo/vendor/antlr/antlr4-php-runtime/src/
H A DInputStream.php27 public $characters = []; variable in Antlr\\Antlr4\\Runtime\\InputStream
30 * @param array<string> $characters
32 private function __construct(string $input, array $characters) argument
35 $this->characters = $characters;
36 $this->size = \count($this->characters);
95 return StringUtils::codePoint($this->characters[$pos]);
142 return \implode(\array_slice($this->characters, $start, $stop - $start + 1));
/plugin/combo/vendor/symfony/yaml/
H A DCHANGELOG.md218 * When surrounding strings with double-quotes, you must now escape `\` characters. Not
219 escaping those characters (when surrounded by double-quotes) is deprecated.
/plugin/commonmark/vendor/league/commonmark/
H A DCHANGELOG-0.x.md
H A DCHANGELOG.md73 - Fixed unquoted attribute parsing when closing curly brace is followed by certain characters (like a `.`) (#943)
104 - Fixed FootnoteExtension stripping extra characters from tab-indented footnotes (#881)
110 - Fixed FootnoteExtension stripping extra characters from tab-indented footnotes (#881)
292 - **Added the ability for Mentions to use multiple characters for their symbol** (#514, #550)
389 - **Implemented a new approach to inline parsing** where parsers can now specify longer strings or regular expressions they want to parse (instead of just single characters):
/plugin/commonmark/vendor/league/commonmark/src/
H A DCursor.php
/plugin/commonmark/vendor/league/commonmark/src/Delimiter/
H A DDelimiterStack.php103 * @param string|string[] $characters
105 public function searchByCharacter($characters): ?DelimiterInterface
107 if (! \is_array($characters)) {
108 $characters = [$characters];
113 if (\in_array($opener->getChar(), $characters, true)) {
198 // No delimiter characters left to process, so we can remove delimiter and the now empty node.
125 searchByCharacter($characters) global() argument

12345678910