Home
last modified time | relevance | path

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

12345678910

/plugin/upgrade/vendor/splitbrain/php-cli/
H A DREADME.md116 - fixed width in characters by providing an integer (eg. ``15``)
/plugin/vkeyboard/
H A Dvkeyboard.js.unc179 // - Note that any characters beyond the normal ASCII set should be
181 // You can find Unicode values for characters here:
1365 * Private table cell attachment function for generic characters
/plugin/webdav/vendor/sabre/dav/
H A DCHANGELOG.md1145 * Fixed: vcardurl in database schema can now hold 255 characters instead of 80
1309 * Fixed: vcardurl in database schema can now hold 255 characters instead of 80
1380 * Fixed: All uri fields are now a maximum of 200 characters. The Bynari outlook
1558 * Fixed: Issue 174: VObject could break UTF-8 characters.
1846 * Fixed: Browser plugin now displays international characters.
1922 characters.
1929 * Fixed: Issue 33: Converting ISO-8859-1 characters to UTF-8.
2031 characters.
2032 * Fixed: Issue 33: Converting ISO-8859-1 characters to UTF-8.
H A DCONTRIBUTING.md49 4. Try to keep your lines under 80 characters. This is not a hard rule, as
/plugin/webdav/vendor/sabre/uri/
H A DCHANGELOG.md31 non ascii-characters such as Chinese or Hebrew. sabre/uri's `parse()`
32 function now percent-encodes these characters beforehand.
/plugin/webdav/vendor/sabre/vobject/
H A DCHANGELOG.md406 * #136: Validator rejects *all* control characters. We were missing a few.
823 properties with incorrect characters in the name (at this time, it just allows
/plugin/webdavclient/vendor/sabre/vobject/
H A DChangeLog.md180 * #136: Validator rejects *all* control characters. We were missing a few.
597 properties with incorrect characters in the name (at this time, it just allows
/plugin/wysiwyg/fckeditor/_samples/afp/
H A Dfck.afpa.code143 && This function removes unwanted characters in URL parameters mostly entered by hackers
H A Dsample02.afp87 lcLanguage=oFCKeditor.StripAttacks(lcLanguage) && Remove special escape characters
H A Dsample03.afp73 lcToolbar=oFCKeditor.StripAttacks(lcToolbar) && Remove special escape characters
H A Dsample04.afp79 lcSkin=oFCKeditor.StripAttacks(lcSkin) && Remove special escape characters
/plugin/xcom/scripts/
H A Dxcom_latinize-cmpr.js1 …eturn b.replace(/[^A-Za-z0-9]/g,function(c){return a.characters[c]||c})}else{return b}}a.character… class in a
H A Dxcom_latinize.js20 return xcom_latinize.characters[x] || x;
27 xcom_latinize.characters = { class in xcom_latinize
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js27257 var characters = [];
27265 characters.push(nextToken.token);
27269 return this.columnFormatter.format(characters.join(''));
27344 var characters = [];
27360 characters.push(tokenFollowingEscape.token);
27367 characters.push(nextToken.token);
27374 characters.push(nextToken.token);
27382 col: this.columnFormatter.format(characters.join('')),
28921 return buffer.error('Decoding of string type: ' + 'numstr unsupported characters');
28933 return buffer.error('Decoding of string type: ' + 'printstr unsupported characters');
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs543 - "up to 11 characters" displayed for numbers
2984 - escape =## applies for all non-display characters and literal "="
2987 - lines must not exceed 76 characters, use soft breaks =\r\n
3795 // Added line which removes any white space characters after and before html tags
4323 // List of invalid characters needs to be tested further
15530 if(cell.v.length > 32767) throw new Error("Text length must not exceed 32767 characters");
25730 …"undefined") console.error("Codepage tables are not loaded. Non-ASCII characters may not give exp…

12345678910