Changeset 28555
- Timestamp:
- 01/17/09 20:10:39 (4 years ago)
- Location:
- lang/javascript/dollar-mod.js/KaeL.Commons/trunk
- Files:
-
- 8 added
- 1 removed
- 4 modified
-
lib/KaeL/Commons/Date/TZ.js (added)
-
lib/KaeL/Commons/Date/getyday.js (added)
-
lib/KaeL/Commons/META.js (modified) (1 diff)
-
lib/KaeL/Commons/String/Formatter (deleted)
-
lib/KaeL/Commons/String/Formatter.js (added)
-
lib/KaeL/Commons/String/sprintf.js (added)
-
lib/KaeL/Commons/String/xmlify.js (modified) (2 diffs)
-
tests/KaeL.Commons.Date.TZ.t.js (added)
-
tests/KaeL.Commons.Date.getyday.t.js (added)
-
tests/KaeL.Commons.String.Formatter.t.js (added)
-
tests/KaeL.Commons.String.sprintf.t.js (added)
-
tests/KaeL.Commons.String.xmlify.t.js (modified) (1 diff)
-
tests/harness.js (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lang/javascript/dollar-mod.js/KaeL.Commons/trunk/lib/KaeL/Commons/META.js
r28535 r28555 1 1 $mod( 2 2 {NAME: 'KaeL.Commons.META', 3 VERSION: '0.1 5'3 VERSION: '0.16' 4 4 }); -
lang/javascript/dollar-mod.js/KaeL.Commons/trunk/lib/KaeL/Commons/String/xmlify.js
r27500 r28555 2 2 { 3 3 NAME: 'KaeL.Commons.String.xmlify', 4 VERSION: '0 01'4 VERSION: '0.02' 5 5 }, 6 6 function(){ … … 8 8 return ( (s || '' ). 9 9 replace(/&/g, '&'). 10 replace(/ /g, ' '). 10 11 replace(/</g, '<'). 11 12 replace(/>/g, '>'). 12 replace(/ "/g, '"').13 replace(/ '/g, '''));13 replace(/\"/g, '"'). 14 replace(/\'/g, ''')); 14 15 }; 15 16 }); -
lang/javascript/dollar-mod.js/KaeL.Commons/trunk/tests/KaeL.Commons.String.xmlify.t.js
r27500 r28555 7 7 begin(function(end){ 8 8 is(xmlify('<?xml version="1.0" encoding=\'utf-8\'?>&'), 9 '<?xml version="1.0"' +10 ' encoding='utf-8'?>&');9 '<?xml version="1.0"' + 10 ' encoding='utf-8'?>&'); 11 11 end(); 12 12 }); -
lang/javascript/dollar-mod.js/KaeL.Commons/trunk/tests/harness.js
r28535 r28555 16 16 "./KaeL.Commons.Data.OrderedObjectDic.t.js", 17 17 "./KaeL.Commons.Data.Sequence.Simple.t.js", 18 "./KaeL.Commons.Date.getyday.t.js", 18 19 "./KaeL.Commons.Date.RFC822.t.js", 20 "./KaeL.Commons.Date.TZ.t.js", 19 21 "./KaeL.Commons.DOM.createDocument.t.js", 20 22 "./KaeL.Commons.DOM.existsOnDocument.t.js", … … 46 48 "./KaeL.Commons.String.camelize.t.js", 47 49 "./KaeL.Commons.String.Formatter.INT.t.js", 50 "./KaeL.Commons.String.Formatter.t.js", 48 51 "./KaeL.Commons.String.getTextWidth.t.js", 49 52 "./KaeL.Commons.String.lcfirst.t.js", 50 53 "./KaeL.Commons.String.pad.t.js", 51 54 "./KaeL.Commons.String.repeat.t.js", 55 "./KaeL.Commons.String.sprintf.t.js", 52 56 "./KaeL.Commons.String.ucfirst.t.js", 53 57 "./KaeL.Commons.String.xmlify.t.js",
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)