Home
last modified time | relevance | path

Searched refs:character (Results 276 – 300 of 317) sorted by last modified time

1...<<111213

/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.js29489 TTFFont.prototype.characterToGlyph = function(character) {
29491 return ((_ref = this.cmap.unicode) != null ? _ref.codeMap[character] : void 0) || 0;
31423 AFMFont.prototype.characterToGlyph = function(character) {
31424 return characters[WIN_ANSI_MAP[character] || character];
31463 Subset.prototype.use = function(character) {
31465 if (typeof character === 'string') {
31466 …for (i = _i = 0, _ref = character.length; 0 <= _ref ? _i < _ref : _i > _ref; i = 0 <= _ref ? ++_i …
31467 this.use(character.charCodeAt(i));
31471 if (!this.unicodes[character]) {
31472 this.subset[this.next] = character;
[all …]
H A Dpdfmake.min.js.map1character","codeMap","forGlyph","advance","readByte","writeByte","byte","byteAt","readBool","write…
/plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/
H A Dfabric.min.js1 …ze(string){return string.replace(/-+(.)?/g,function(match,character){return character?character.to… argument
H A Dfabric.js1448 return string.replace(/-+(.)?/g, function(match, character) { argument
1449 return character ? character.toUpperCase() : '';
/plugin/amcharts/assets/amcharts/plugins/export/
H A DLICENSE158 incidental, or consequential damages of any character arising as a
/plugin/amcharts/assets/amcharts/plugins/responsive/
H A Dlicense.txt158 incidental, or consequential damages of any character arising as a
/plugin/authorlist/
H A Dsyntax.php71 * @param $pos Integer The character position of the matched text.
/plugin/icalevents/vendor/sabre/vobject/
H A DCHANGELOG.md614 * Added: Decoding RFC6868 parameter values (uses ^ as an escape character).
/plugin/quizlib/scripts/
H A DLICENSE158 incidental, or consequential damages of any character arising as a
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DCore.Encoding.txt
/plugin/scrape/HTMLPurifier/Lexer/
H A DPH5P.php
/plugin/freechat/phpfreechat/data/public/js/
H A Dprototype.js472 var character = String.specialChar[match[0]];
473 return character ? character : '\\u00' + match[0].charCodeAt().toPaddedString(2, 16);
/plugin/indexnumber/
H A DREADME.md30 the "#" character. All `idxnum` tags with the same counter name will produce sequential
/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 …]
H A Dpgn-standard-proposed-supplement.txt101 A space character.
113 on any single character as an unambiguous opening delimiter. We have chosen to
121 They are terminated by the first space character encountered.
180 The command is terminated by a single ] character.
255 The first character is either "W" (whites clock is running), "B" (blacks clock
262 The second character is a "/" seperator.
/plugin/mediasyntax/
H A DREADME61 2010-04-11: 1 hour: <pre> tag must not be interrupted by a line starting with a character that is not a space
/plugin/acronym/
H A DREADME41 2010-04-11: 1 hour: <pre> tag must not be interrupted by a line starting with a character that is …
/plugin/tuxquote/
H A Dquotes.txt129 Nearly all men can stand adversity, but if you want to test a man's character, give him power. <BR>…
186 …s, Pleasures without conscience, Wealth without work, Knowledge without character, Industry withou…
227 You can easily judge the character of a man by how he treats those who can do nothing for him. <BR>…
247 Men show their character in nothing more clearly than by what they think laughable. <BR> -- Goethe
534 Hard work spotlights the character of people; some turn up their sleeves, some turn up their noses,…
2843 You can tell a lot about a fellow's character by his way of eating jellybeans. <BR> -- Ronald Reaga…
2872 The Christian God is a being of terrific character -- cruel, vindictive, capricious, and unjust. <B…
/plugin/oiddelegate/lang/en/
H A Dintro.txt3 …tion|delegation headers]] for certain wiki pages. You may use the ''*'' character as page name to …
/plugin/imagemap/
H A DREADME28 link text. This is done with the ''@'' character followed by a list of
/plugin/html2pdf/html2pdf/html2ps/
H A DChangeLog194 * Fixed: Certain character & font files could cause warning
861 * Fixed: character widths were calculated incorrectly for
1625 character references are not recognised
/plugin/html2pdf/html2pdf/html2ps/data/
H A DLineBreak.txt28 # The Unicode name of each character is provided in a comment for help
/plugin/mantis/lib/
H A Dchangelog17 - soapclient: get xml character encoding from HTTP Content-Type header if provided, e.g. text/xml;c…
333 - soap_server: set character encoding for a fault to be the same as for the server (thanks Mark Sco…
/plugin/idoit/
H A Dsyntax.php112 return 'JSON decode error: Unexpected control character found';
/plugin/masciimath/
H A DREADME.txt21 …style=true can be trigged by including a single whitespace as the first character, such as: ` int_…

1...<<111213