Home
last modified time | relevance | path

Searched refs:character (Results 26 – 50 of 317) sorted by relevance

12345678910>>...13

/plugin/commonmark/vendor/league/commonmark/src/
H A DEnvironmentInterface.php
H A DCursor.php
/plugin/fckg/
H A Dscript.js191 var character = results.charAt(i);
193 character ='\\n';
195 character ='SP';
196 var entry = character + ' ';
/plugin/confmanager/lang/en/
H A Dentities.txt1 …sed on a configuration file. By default this is used to convert various character combinations to …
13 Even though by default it is used with simple character replacements only, the entity system can al…
/plugin/fckg/scripts/
H A Dvki_kb.js1282 var done = false, character = "\xa0";
1284 if ((character = this.firstChild.nodeValue) == "\xa0") return false;
1285 } else character = this.firstChild.getAttribute('char');
1287 if (self.VKI_dead != character) {
1288 if (character != " ") {
1289 if (self.VKI_deadkey[self.VKI_dead][character]) {
1290 self.VKI_insert(self.VKI_deadkey[self.VKI_dead][character]);
1301 if (self.VKI_deadkeysOn.checked && self.VKI_deadkey[character]) {
1302 self.VKI_dead = character;
1306 } else self.VKI_insert(character);
[all …]
/plugin/combo/ComboStrap/
H A DHeadingTag.php442 // The closing character `>` indicator of the start and end tag
449 $character = $input[$position];
451 if ($character == "<") {
456 // We have delete all character until the heading start tag
458 $headingStartTagString = $character . $headingStartTagString;
463 if ($character == ">") {
468 // We have delete all character until the heading start tag
474 $headingStartTagString = $character . $headingStartTagString;
/plugin/commonmark/vendor/league/commonmark/src/Delimiter/
H A DDelimiterStack.php90 public function removeEarlierMatches(string $character): void
94 if ($opener->getChar() === $character) {
162 // opener (one that matches the character and can open).
108 removeEarlierMatches(string $character) global() argument
/plugin/captcha/
H A Dfiglet.php89 * Get a character as a string, or an array with one line
93 public function getCharacter($character, $asarray = false)
95 $asciValue = ord($character);
102 getCharacter($character, $asarray = false) global() argument
/plugin/sequencediagram/bower_components/js-sequence-diagrams/fonts/daniel/
H A DREADME.md10 The backslash '\' character was drawn as a forward slash '/'.
14 I (bramp) fixed the backslash issues by just flipping the character, and removed the other invalid …
/plugin/aichat/vendor/vanderlee/php-sentence/src/
H A DMultibyte.php46 $character = array_keys(self::$unicodeCharacterMap); // but: for efficiency you should
48 return str_replace($character, $replace, html_entity_decode($string, ENT_QUOTES, "UTF-8"));
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Dnumber_format.rst53 * ``decimal_point``: The character(s) to use for the decimal point
54 * ``thousand_sep``: The character(s) to use for the thousands separator
H A Dcapitalize.rst4 The ``capitalize`` filter capitalizes a value. The first character will be
/plugin/scrape/HTMLPurifier/Lexer/
H A DPH5P.php
/plugin/submgr/lang/en/
H A Dhelp.txt2 Groups are specified with a leading at-character: ''@group'' - multiple users and groups can be spe…
/plugin/ckgdoku/
H A Dscript.js212 var character = results.charAt(i);
214 character ='\\n';
216 character ='SP';
217 var entry = character + ' ';
/plugin/ckgdoku/ckeditor/plugins/find/dialogs/
H A Dfind.js8 …omDomRange:function(a){var b=new n(a);this._.cursors=[];do a=b.next(),a.character&&this._.cursors.…
9 while(a.character);this._.rangeLength=this._.cursors.length},setMatched:function(){this._.isMatched…
11 …er:function(){var a=this._.cursors;return 1>a.length?null:a[a.length-1].character},getNextCharacte…
14 ….trim();p.trim();h=new n(h,!0);p=new n(p,!0);if(!A(h.back().character)||!A(p.next().character))con…
24 …)}}}var r,y=function(){return{textNode:this.textNode,offset:this.offset,character:this.textNode?th…
/plugin/ckgedit/ckeditor/plugins/find/dialogs/
H A Dfind.js5 …)))}var m,w=function(){return{textNode:this.textNode,offset:this.offset,character:this.textNode?th…
9 …){var b=new n(a);this._.cursors=[];do a=b.next(),a.character&&this._.cursors.push(a);while(a.chara…
12 …er:function(){var a=this._.cursors;return 1>a.length?null:a[a.length-1].character},getNextCharacte…
15 ….trim();p.trim();g=new n(g,!0);p=new n(p,!0);if(!B(g.back().character)||!B(p.next().character))con…
/plugin/csv/_test/csv/
H A Dc-q-q-evil.csv1 character,quote
/plugin/advanced/lang/en/config/
H A Dentities.txt3 …sed on a configuration file. By default this is used to convert various character combinations to …
/plugin/ckgedit/
H A Dscript.js236 var character = results.charAt(i);
238 character ='\\n';
240 character ='SP';
241 var entry = character + ' ';
/plugin/pgn4web/pgn4web/
H A Dpgn-standard.txt171 3.2.2: Archival storage and the newline character
228 character set for the 32 control character code values from zero to 31. The 95
295 character. Comments cannot appear inside any token.
710 two character name. The first character of a square identifier is the file of
746 pawn immediately prior to the "x" character.
1462 character is ordered before a hyphen character.
1983 positions using the ASCII character set.
2028 space character.
2226 (fourth) data field by a single space character.
2233 letter or a digit or the underscore character.
[all …]
/plugin/commonmark/vendor/league/commonmark/src/Util/
H A DRegexHelper.php81 public static function isEscapable(string $character): bool
83 return \preg_match('/' . self::PARTIAL_ESCAPABLE . '/', $character) === 1;
89 public static function isLetter(?string $character): bool
91 if ($character === null) {
95 return \preg_match('/[\pL]/u', $character) === 1;
69 isEscapable(string $character) global() argument
/plugin/findologicxmlexport/vendor/hoa/ustring/Bin/
H A DTocode.php122 Transform a character into its code.
H A DFromcode.php122 Get a character from its code.
/plugin/charpicker/
H A DREADME.md4 Modify character selection in the Dokuwiki Secial Chars picker

12345678910>>...13