Home
last modified time | relevance | path

Searched refs:character (Results 26 – 50 of 317) sorted by last modified time

12345678910>>...13

/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/mathpublish/phpmathpublisher/
H A DMathExpression.php485 public function drawLargestOperator($size, $character) argument
501 …$imgSymbol = $this->helper->displaySymbol($character, $baseExp * 1.8); //max($baseExp,$heightExp-$…
/plugin/advanced/lang/en/config/
H A Dacl.txt10 * A group or user name. Groupnames are marked by a leading ''@'' character.
H A Dentities.txt3 …sed on a configuration file. By default this is used to convert various character combinations to …
H A Dinterwiki.txt5 In DokuWiki this is done by prefixing Wiki pagenames with a shortcut separated by a ''>'' character
H A Dusers.txt5 Empty lines, and everything after a ''#'' character are ignored. Each line contains a colon separat…
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DTextStructureNamespace.asciidoc34 $params['charset'] = (string) Optional parameter to specify the character set of the file
38 $params['delimiter'] = (string) Optional parameter to specify the delimiter character for a delimited file - must be a single character
39 $params['quote'] = (string) Optional parameter to specify the quote character for a delimited file - must be a single character
H A DMlNamespace.asciidoc310 $params['charset'] = (string) Optional parameter to specify the character set of the file
314 $params['delimiter'] = (string) Optional parameter to specify the delimiter character for a delimited file - must be a single character
315 $params['quote'] = (string) Optional parameter to specify the quote character for a delimited file - must be a single character
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/
H A DLICENSE-APACHE158 incidental, or consequential damages of any character arising as a
/plugin/elasticsearch/vendor/ruflin/elastica/
H A DCHANGELOG.md1235 - Fixed escaping of / character in Elastica\Util::escapeTerm(), removed usage of JSON_UNESCAPED_SLASHES in Elastica\JSON [#660](https://github.com/ruflin/Elastica/issues/660/)
/plugin/elasticsearch/vendor/patrickschur/language-detection/resources/ia/
H A Dia.txt20 Proclama le presente Declaration Universal del Derectos Human como le ideal commun a attinger per tote le populos e nationes, a fin que tote le individuos e tote le organos del societate, habente iste Declaration constantemente in mente, se effortia, per le inseniamento e per le education, a disveloppar le respecto a iste derectos e libertates e a promover, per mesuras progressive de character national e international, lor recognoscentia e lor application universal e effective tanto inter le populos del Statos Membros mesme como inter los del territorios sub lor jurisdiction.
/plugin/color/
H A DREADME.md17 - In the second syntax, the color specification(s) MUST NOT include a colon character (`:`). We do …
/plugin/ckgedit/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/ckgedit/ckeditor/
H A DCHANGES.md177 …letion feature for custom text matches based on user input starting with a chosen marker character.
186 * [#1321](https://github.com/ckeditor/ckeditor-dev/issues/1321): Fixed: Ideographic space character
304 …or-dev/issues/607): Manually inserted Hex color is prefixed with a hash character (`#`) if needed.…
357 …KEDITOR_editor.html#event-change) event not fired when typing the first character after pasting in…
924 …02A`](http://unicode.org/cldr/utility/character.jsp?a=202A) or [`\u202B`](http://unicode.org/cldr/…
1021 …elated to restoring the selection after performing operations on filler character. See the [fixed …
1303 * [#11102](https://dev.ckeditor.com/ticket/11102): Added newline character support.
1451 …ket/9929): [Blink/WebKit] Fixed: A non-breaking space is created once a character is deleted and a…
1570 …gins.undo.UndoManager.html) should not record snapshots after a filling character was added/remove…
1571 * [#10291](https://dev.ckeditor.com/ticket/10291): [WebKit] Space after a filling character should …
[all …]
H A Dckeditor.js.unc9538 I.moveStart("character", 1);
9539 …e(), p.moveToElementText(k.$), I.setEndPoint("EndToEnd", p), I.moveEnd("character", -1)) : (A = w.…
9542 …a ? (A ? (I.moveStart("character", -1), I.select(), b.document.$.selection.clear()) : I.select(), …
/plugin/ckgedit/
H A Dscript.js236 var character = results.charAt(i);
238 character ='\\n';
240 character ='SP';
241 var entry = character + ' ';
/plugin/ckgedit/scripts/
H A Dparse_wiki.js.unc340 var c2_inx = results.indexOf(c2, c1_inx); // position of expected next character
1450 …esults = results.replace(/_FORMAT_SPACE_\s*$/, ""); // remove unwanted space after character entity
1531 if (!this.code_type) { // keep special character literals outside of code block
1569 // remove space between formatted character entity and following character string
/plugin/ckgedit/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/ckgedit/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/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/tagfilter/script/select2/
H A Dselect2_locale_hr.js12 formatInputTooShort: function (input, min) { return "Unesite još" + character(min - input.length); },
13 formatInputTooLong: function (input, max) { return "Unesite" + character(input.length - max) + " manje"; },
19 function character (n) { function
H A Dselect2_locale_lt.js12 formatInputTooShort: function (input, min) { return "Įrašykite dar" + character(min - input.length); },
13 formatInputTooLong: function (input, max) { return "Pašalinkite" + character(input.length - max); },
21 function character (n) { function
H A Dselect2_locale_uk.js12 formatInputTooShort: function (input, min) { return "Введіть буль ласка ще" + character(min - input.length, "символ"); },
13 formatInputTooLong: function (input, max) { return "Введіть буль ласка на" + character(input.length - max, "символ") + " менше"; },
14 formatSelectionTooBig: function (limit) { return "Ви можете вибрати лише" + character(limit, "елемент"); },
19 function character (n, word) { function
H A Dselect2_locale_pl.js12 formatInputTooShort: function (input, min) { return "Wpisz jeszcze" + character(min - input.length, "znak", "i"); },
13 formatInputTooLong: function (input, max) { return "Wpisana fraza jest za długa o" + character(input.length - max, "znak", "i"); },
14 formatSelectionTooBig: function (limit) { return "Możesz zaznaczyć najwyżej" + character(limit, "element", "y"); },
19 function character (n, word, pluralSuffix) { function

12345678910>>...13