Home
last modified time | relevance | path

Searched refs:character (Results 251 – 275 of 317) sorted by last modified time

1...<<111213

/plugin/ckgdoku/ckeditor/plugins/specialchar/dialogs/
H A Dspecialchar.js.unc186 character, charDesc;
192 if ( ( character = chars[ i ] ) ) {
195 if ( character instanceof Array ) {
196 charDesc = character[ 1 ];
197 character = character[ 0 ];
199 var _tmpName = character.replace( '&', '' ).replace( ';', '' ).replace( '#', '' );
201 // Use character in case description unavailable.
202 charDesc = lang[ _tmpName ] || character;
214 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/ckgdoku/action/entities/utils/
H A Dfcked-ents.pl7 my($icon, $num, $character) = split;
8 next if !$icon || !$num || ! $character;
12 print "$icon\n$num\n$character\n\n";
/plugin/ckgdoku/
H A Dscript.js212 var character = results.charAt(i);
214 character ='\\n';
216 character ='SP';
217 var entry = character + ' ';
/plugin/ckgdoku/scripts/
H A Dparse_wiki.js.unc253 var c2_inx = results.indexOf(c2,c1_inx); // position of expected next character
1441 …results=results.replace(/_FORMAT_SPACE_\s*$/,""); // remove unwanted space after character entity
1526 if(!this.code_type) { // keep special character literals outside of code block
1567 // remove space between formatted character entity and following character string
/plugin/ckgdoku/action/entities/
H A DENTITIES.HOWTO24 character
26 entity character code
28 character
30 entity character code
H A Dents_seri.php42 list($icon, $numeric,$character) = @preg_split('/\s+/',$line);
43 if(!$icon || !$numeric || !$character) continue;
45 $character=trim($character,'&;');
47 $entities[$character] = $icon;
/plugin/ckgdoku/ckeditor/
H A DCHANGES.md504 …02A`](http://unicode.org/cldr/utility/character.jsp?a=202A) or [`\u202B`](http://unicode.org/cldr/…
601 …elated to restoring the selection after performing operations on filler character. See the [fixed …
883 * [#11102](http://dev.ckeditor.com/ticket/11102): Added newline character support.
1031 …ket/9929): [Blink/WebKit] Fixed: A non-breaking space is created once a character is deleted and a…
1150 …R.plugins.undo.UndoManager) should not record snapshots after a filling character was added/remove…
1151 * [#10291](http://dev.ckeditor.com/ticket/10291): [WebKit] Space after a filling character should b…
1152 * [#10330](http://dev.ckeditor.com/ticket/10330): [WebKit] The filling character is not removed on …
/plugin/vkeyboard/
H A Dvkeyboard.js.unc146 // a) Normal character
163 // - Next entered character will be the shifted character
165 // - Delete the previous character
166 // - Next entered character will be the alternate character
1369 var done = false, character = "\xa0";
1374 if (self.VKI_dead != character) {
1375 if (character != " ") {
1389 self.VKI_dead = character;
1393 } else self.VKI_insert(character);
1601 range.moveStart ('character', strPos);
[all …]
/plugin/gtime/gtlib/
H A DLICENSE159 incidental, or consequential damages of any character arising as a
/plugin/mdpage/vendor/cebe/markdown/tests/markdown-data/
H A Dspecs.md195 character in a paragraph into a `<br />` tag.
727 the same character must be used to open and close an emphasis span.
756 To include a literal backtick character within a code span, you can use
/plugin/mdpage/vendor/cebe/markdown/
H A DCHANGELOG.md8 … of custom syntax with `[[`, references should not use `[` as the first character in the reference…
95 Fixed an issue with inline markers that begin with the same character e.g. `[` and `[[`.
H A DREADME.md412 There is also a conflict for parsing of the `<` character. This could either be a link/email enclos…
430 * backslash, the character will be outputted without the backslash and is not interpreted
/plugin/mdpage/vendor/cebe/markdown/tests/github-data/
H A Dgithub-sample.md6 …ng out of the way. The next paragraph contains two phrases separated by a single newline character:
11 …t paragraph has the same phrases, but now they are separated by two spaces and a newline character:
/plugin/fckg/
H A Dscript.js191 var character = results.charAt(i);
193 character ='\\n';
195 character ='SP';
196 var entry = character + ' ';
H A DREADME4 character sets. It also supports url-style encoding, which was the encoding
/plugin/fckg/action/entities/
H A Dents_seri.php42 list($icon, $numeric,$character) = @preg_split('/\s+/',$line);
43 if(!$icon || !$numeric || !$character) continue;
45 $character=trim($character,'&;');
47 $entities[$character] = $icon;
H A DENTITIES.HOWTO24 character
26 entity character code
28 character
30 entity character code
/plugin/fckg/fckeditor/editor/lang/
H A Dlang-template.txt115 DlgSpecialExplaination : "Click on a character or Enter an entity number or code in the text box, t…
/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/fckg/action/entities/utils/
H A Dfcked-ents.pl7 my($icon, $num, $character) = split;
8 next if !$icon || !$num || ! $character;
12 print "$icon\n$num\n$character\n\n";
/plugin/davcard/vendor/sabre/vobject/
H A DChangeLog.md449 * Added: Decoding RFC6868 parameter values (uses ^ as an escape character).
/plugin/issuetracker/
H A Dprototype.js681 var escapedString = this.replace(/[\x00-\x1f\\]/g, function(character) { argument
682 if (character in String.specialChar) {
683 return String.specialChar[character];
685 return '\\u00' + character.charCodeAt().toPaddedString(2, 16);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/
H A DREADME.md15 …mit hook requires PHP version 5.2.4 or greater due to its use of the vertical whitespace character.
/plugin/amcharts/assets/amcharts/plugins/dataloader/
H A Dlicense.txt158 incidental, or consequential damages of any character arising as a

1...<<111213