├── docs ├── nd │ ├── Data │ │ ├── ClassHierarchy.nd │ │ ├── ImageFileInfo.nd │ │ ├── ImageReferenceTable.nd │ │ ├── ConfigFileInfo.nd │ │ ├── PreviousSettings.nd │ │ ├── IndexInfo.nd │ │ ├── PreviousMenuState.nd │ │ ├── FileInfo.nd │ │ └── SymbolTable.nd │ ├── Menu.txt │ └── Topics.txt ├── styles │ ├── main.css │ └── 2.css ├── index.html ├── search │ ├── NoResults.html │ ├── GeneralL.html │ ├── GeneralF.html │ ├── GeneralR.html │ ├── GeneralS.html │ ├── FunctionsE.html │ ├── FilesJ.html │ ├── GeneralJ.html │ └── GeneralE.html ├── javascript │ └── searchdata.js └── index │ ├── Files.html │ └── Functions.html ├── shared ├── emoticons │ ├── Grin.AdiumEmoticonset │ │ ├── Icon │ │ ├── Cool.png │ │ ├── Gasp.png │ │ ├── Grin.png │ │ ├── Halo.png │ │ ├── Kiss.png │ │ ├── Sick.png │ │ ├── Wink.png │ │ ├── Angry.png │ │ ├── Crying.png │ │ ├── Frown.png │ │ ├── Heart.png │ │ ├── Money.png │ │ ├── Sealed.png │ │ ├── Smile.png │ │ ├── Tongue.png │ │ ├── Turtle.png │ │ └── Confused.png │ ├── Simple Smileys 1.5.AdiumEmoticonset │ │ ├── Icon │ │ ├── Aww.png │ │ ├── Gah.png │ │ ├── Huh.png │ │ ├── Angel.png │ │ ├── Angry.png │ │ ├── Aww_2.png │ │ ├── Cute.png │ │ ├── Devil.png │ │ ├── Gah_2.png │ │ ├── Happy.png │ │ ├── Heart.png │ │ ├── Huh_2.png │ │ ├── Sick.png │ │ ├── Tired.png │ │ ├── Blushing.png │ │ ├── Childish.png │ │ ├── Confused.png │ │ ├── Creepy.png │ │ ├── Crying.png │ │ ├── Cthulhu.png │ │ ├── Gasping.png │ │ ├── Greedy.png │ │ ├── Grinning.png │ │ ├── Happy_2.png │ │ ├── Happy_3.png │ │ ├── Laughing.png │ │ ├── Madness.png │ │ ├── Smiling.png │ │ ├── Spiteful.png │ │ ├── Stupid.png │ │ ├── Thumb_Up.png │ │ ├── Unhappy.png │ │ ├── Winking.png │ │ ├── Malicious.png │ │ ├── Speechless.png │ │ ├── Sunglasses.png │ │ ├── Terrified.png │ │ ├── Thumb_Down.png │ │ ├── Tongue_Out.png │ │ ├── Uncertain.png │ │ ├── Cute_Winking.png │ │ ├── Lips_Sealed.png │ │ ├── Tongue_Out_Up.png │ │ ├── Uncertain_2.png │ │ ├── Tongue_Out_Left.png │ │ ├── Grinning_Winking.png │ │ ├── Tongue_Out_Up_Left.png │ │ ├── Tongue_Out_Winking.png │ │ └── Tongue_Out_Laughing.png │ ├── Yahoo.AdiumEmoticonset │ │ ├── 1.gif │ │ ├── 2.gif │ │ ├── 3.gif │ │ ├── 4.gif │ │ ├── 5.gif │ │ ├── 6.gif │ │ ├── 7.gif │ │ ├── 8.gif │ │ ├── 9.gif │ │ ├── 10.gif │ │ ├── 100.gif │ │ ├── 101.gif │ │ ├── 102.gif │ │ ├── 103.gif │ │ ├── 104.gif │ │ ├── 105.gif │ │ ├── 106.gif │ │ ├── 107.gif │ │ ├── 108.gif │ │ ├── 109.gif │ │ ├── 11.gif │ │ ├── 110.gif │ │ ├── 111.gif │ │ ├── 112.gif │ │ ├── 113.gif │ │ ├── 114.gif │ │ ├── 115.gif │ │ ├── 12.gif │ │ ├── 13.gif │ │ ├── 14.gif │ │ ├── 15.gif │ │ ├── 16.gif │ │ ├── 17.gif │ │ ├── 18.gif │ │ ├── 19.gif │ │ ├── 20.gif │ │ ├── 21.gif │ │ ├── 22.gif │ │ ├── 23.gif │ │ ├── 24.gif │ │ ├── 25.gif │ │ ├── 26.gif │ │ ├── 27.gif │ │ ├── 28.gif │ │ ├── 29.gif │ │ ├── 30.gif │ │ ├── 31.gif │ │ ├── 32.gif │ │ ├── 33.gif │ │ ├── 34.gif │ │ ├── 35.gif │ │ ├── 36.gif │ │ ├── 37.gif │ │ ├── 38.gif │ │ ├── 39.gif │ │ ├── 40.gif │ │ ├── 41.gif │ │ ├── 42.gif │ │ ├── 43.gif │ │ ├── 44.gif │ │ ├── 45.gif │ │ ├── 46.gif │ │ ├── 47.gif │ │ ├── 48.gif │ │ ├── 49.gif │ │ ├── 50.gif │ │ ├── 51.gif │ │ ├── 52.gif │ │ ├── 53.gif │ │ ├── 54.gif │ │ ├── 55.gif │ │ ├── 56.gif │ │ ├── 57.gif │ │ ├── 58.gif │ │ ├── 59.gif │ │ ├── 60.gif │ │ ├── 61.gif │ │ ├── 62.gif │ │ ├── 63.gif │ │ ├── 64.gif │ │ ├── 65.gif │ │ ├── 66.gif │ │ ├── 67.gif │ │ ├── 68.gif │ │ ├── 69.gif │ │ ├── 70.gif │ │ ├── 71.gif │ │ ├── 72.gif │ │ ├── 73.gif │ │ ├── 74.gif │ │ ├── 75.gif │ │ ├── 76.gif │ │ ├── 77.gif │ │ ├── 78.gif │ │ ├── 79.gif │ │ ├── pirate.gif │ │ └── transformer.gif │ ├── POPO.adiumemoticonset │ │ ├── boss.png │ │ ├── sad.png │ │ ├── tire.png │ │ ├── adore.png │ │ ├── amazed.png │ │ ├── canny.png │ │ ├── choler.png │ │ ├── confuse.png │ │ ├── matrix.png │ │ ├── smile.png │ │ ├── spidy.png │ │ ├── thbbbpt.png │ │ ├── too_sad.png │ │ ├── waaaht.png │ │ ├── big_smile.png │ │ ├── hell_boy.png │ │ ├── look_down.png │ │ ├── beat_brick.png │ │ ├── embarrassed.png │ │ └── sweet_kiss.png │ ├── FeltTip3.AdiumEmoticonSet │ │ ├── aww.png │ │ ├── erm.png │ │ ├── err.png │ │ ├── heh.png │ │ ├── huh.png │ │ ├── meh.png │ │ ├── angry.png │ │ ├── blush.png │ │ ├── cool.png │ │ ├── dead.png │ │ ├── drool.png │ │ ├── frown.png │ │ ├── grin.png │ │ ├── logo.png │ │ ├── love.png │ │ ├── nerd.png │ │ ├── ninja.png │ │ ├── sick.png │ │ ├── smile.png │ │ ├── sour.png │ │ ├── star.png │ │ ├── wink.png │ │ ├── yeah.png │ │ ├── boring.png │ │ ├── hellyes.png │ │ ├── laughing.png │ │ ├── ohmygod.png │ │ ├── peaceout.png │ │ ├── sleeping.png │ │ ├── halfsmile.png │ │ ├── whistling.png │ │ ├── unimpressed.png │ │ └── theme │ ├── Weirdmotes.AdiumEmoticonset │ │ ├── D.gif │ │ ├── F.gif │ │ ├── G.gif │ │ ├── H.gif │ │ ├── K.gif │ │ ├── N.gif │ │ ├── P.gif │ │ ├── Q.gif │ │ ├── R.gif │ │ ├── Y.gif │ │ ├── Z.gif │ │ ├── el.gif │ │ ├── eye.gif │ │ ├── jay.gif │ │ ├── mii.gif │ │ ├── ooo.gif │ │ ├── ti.gif │ │ ├── BIGO.gif │ │ ├── blank.gif │ │ ├── cfrown.gif │ │ ├── colonu.gif │ │ ├── exexex.gif │ │ ├── happyc.gif │ │ ├── hmmm.gif │ │ ├── lion.gif │ │ ├── madO.gif │ │ ├── meow.gif │ │ ├── nose.gif │ │ ├── ohnoes.gif │ │ ├── saaad.gif │ │ ├── smile.gif │ │ ├── veeee.gif │ │ ├── wiii.gif │ │ ├── wutno.gif │ │ ├── ColonEE.gif │ │ ├── bucktard.gif │ │ ├── catfish.gif │ │ ├── coloness.gif │ │ ├── madnoes.gif │ │ ├── pleased.gif │ │ ├── sadbrace.gif │ │ ├── uptongue.gif │ │ ├── angrygrin.gif │ │ ├── colonzero.gif │ │ ├── displeased.gif │ │ ├── happybrace.gif │ │ ├── happycbig.gif │ │ ├── happyfaic.gif │ │ ├── madedesumad.gif │ │ ├── madeusedmad.gif │ │ ├── angrybracket.gif │ │ ├── colonlessthan.gif │ │ ├── littlecfrown.gif │ │ └── usedusedused.gif │ └── iChat-Complete.AdiumEmoticonSet │ │ ├── Cool.png │ │ ├── Evil.png │ │ ├── Gasp.png │ │ ├── Grin.png │ │ ├── Kiss.png │ │ ├── Oops.png │ │ ├── Wink.png │ │ ├── Angry.png │ │ ├── Crying.png │ │ ├── Frown.png │ │ ├── Smile.png │ │ ├── Smirk.png │ │ ├── Tongue.png │ │ ├── Blushing.png │ │ ├── Confused.png │ │ ├── Grimmace.png │ │ ├── Innocent.png │ │ ├── Shouting.png │ │ ├── Sleeping.png │ │ ├── Undecided.png │ │ ├── Angry-Tongue.png │ │ ├── Embarrassed.png │ │ ├── Mischievous.png │ │ ├── Money-Mouth.png │ │ ├── Not-Amused.png │ │ ├── Wink-Tongue.png │ │ ├── Grinning-Wink.png │ │ ├── Straight-Faced.png │ │ └── Lips-Are-Sealed.png ├── cowboy.png └── SyntaxHighlighter │ ├── styles │ ├── help.png │ ├── magnifier.png │ ├── printer.png │ ├── wrapping.png │ ├── page_white_code.png │ ├── page_white_copy.png │ ├── shThemeEmacs.css │ ├── shThemeMidnight.css │ ├── shThemeDjango.css │ ├── shThemeRDark.css │ └── shThemeFadeToGrey.css │ ├── scripts │ ├── clipboard.swf │ ├── shBrushPlain.js │ ├── shBrushDiff.js │ ├── shBrushJScript.js │ ├── shBrushPython.js │ ├── shBrushScala.js │ ├── shBrushJava.js │ ├── shBrushXml.js │ ├── shBrushRuby.js │ ├── shLegacy.js │ ├── shBrushJavaFX.js │ ├── shBrushCSharp.js │ ├── shBrushVb.js │ ├── shBrushDelphi.js │ ├── shBrushAS3.js │ ├── shBrushBash.js │ ├── shBrushGroovy.js │ ├── shBrushSql.js │ ├── shBrushPerl.js │ └── shBrushPowerShell.js │ └── test.html ├── examples ├── donate.gif └── config.php ├── ba-emotify.min.js ├── LICENSE-MIT └── README.markdown /docs/nd/Data/ClassHierarchy.nd: -------------------------------------------------------------------------------- 1 | ( -------------------------------------------------------------------------------- /docs/nd/Data/ImageFileInfo.nd: -------------------------------------------------------------------------------- 1 | ( -------------------------------------------------------------------------------- /docs/nd/Data/ImageReferenceTable.nd: -------------------------------------------------------------------------------- 1 | ( -------------------------------------------------------------------------------- /shared/emoticons/Grin.AdiumEmoticonset/Icon: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /shared/emoticons/Simple Smileys 1.5.AdiumEmoticonset/Icon: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/styles/main.css: -------------------------------------------------------------------------------- 1 | @import URL("1.css"); 2 | @import URL("2.css"); 3 | -------------------------------------------------------------------------------- /shared/cowboy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/cowboy.png -------------------------------------------------------------------------------- /examples/donate.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/examples/donate.gif -------------------------------------------------------------------------------- /docs/index.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/nd/Data/ConfigFileInfo.nd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/docs/nd/Data/ConfigFileInfo.nd -------------------------------------------------------------------------------- /docs/nd/Data/PreviousSettings.nd: -------------------------------------------------------------------------------- 1 | ( /srv/projects/javascript-emotify1%/srv/projects/javascript-emotify/docsHTML -------------------------------------------------------------------------------- /docs/nd/Data/IndexInfo.nd: -------------------------------------------------------------------------------- 1 | (GeneralFunctionFile -------------------------------------------------------------------------------- /shared/SyntaxHighlighter/styles/help.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/SyntaxHighlighter/styles/help.png -------------------------------------------------------------------------------- /shared/SyntaxHighlighter/styles/magnifier.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/SyntaxHighlighter/styles/magnifier.png -------------------------------------------------------------------------------- /shared/SyntaxHighlighter/styles/printer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/SyntaxHighlighter/styles/printer.png -------------------------------------------------------------------------------- /shared/SyntaxHighlighter/styles/wrapping.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/SyntaxHighlighter/styles/wrapping.png -------------------------------------------------------------------------------- /shared/emoticons/Yahoo.AdiumEmoticonset/1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/Yahoo.AdiumEmoticonset/1.gif -------------------------------------------------------------------------------- /shared/emoticons/Yahoo.AdiumEmoticonset/2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/Yahoo.AdiumEmoticonset/2.gif -------------------------------------------------------------------------------- /shared/emoticons/Yahoo.AdiumEmoticonset/3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/Yahoo.AdiumEmoticonset/3.gif -------------------------------------------------------------------------------- /shared/emoticons/Yahoo.AdiumEmoticonset/4.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/Yahoo.AdiumEmoticonset/4.gif -------------------------------------------------------------------------------- /shared/emoticons/Yahoo.AdiumEmoticonset/5.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/Yahoo.AdiumEmoticonset/5.gif -------------------------------------------------------------------------------- /shared/emoticons/Yahoo.AdiumEmoticonset/6.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/Yahoo.AdiumEmoticonset/6.gif -------------------------------------------------------------------------------- /shared/emoticons/Yahoo.AdiumEmoticonset/7.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/Yahoo.AdiumEmoticonset/7.gif -------------------------------------------------------------------------------- /shared/emoticons/Yahoo.AdiumEmoticonset/8.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/Yahoo.AdiumEmoticonset/8.gif -------------------------------------------------------------------------------- /shared/emoticons/Yahoo.AdiumEmoticonset/9.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/Yahoo.AdiumEmoticonset/9.gif -------------------------------------------------------------------------------- /shared/SyntaxHighlighter/scripts/clipboard.swf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/SyntaxHighlighter/scripts/clipboard.swf -------------------------------------------------------------------------------- /shared/emoticons/Grin.AdiumEmoticonset/Cool.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/Grin.AdiumEmoticonset/Cool.png -------------------------------------------------------------------------------- /shared/emoticons/Grin.AdiumEmoticonset/Gasp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/Grin.AdiumEmoticonset/Gasp.png -------------------------------------------------------------------------------- /shared/emoticons/Grin.AdiumEmoticonset/Grin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/Grin.AdiumEmoticonset/Grin.png -------------------------------------------------------------------------------- /shared/emoticons/Grin.AdiumEmoticonset/Halo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/Grin.AdiumEmoticonset/Halo.png -------------------------------------------------------------------------------- /shared/emoticons/Grin.AdiumEmoticonset/Kiss.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/Grin.AdiumEmoticonset/Kiss.png -------------------------------------------------------------------------------- /shared/emoticons/Grin.AdiumEmoticonset/Sick.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/Grin.AdiumEmoticonset/Sick.png -------------------------------------------------------------------------------- /shared/emoticons/Grin.AdiumEmoticonset/Wink.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/Grin.AdiumEmoticonset/Wink.png -------------------------------------------------------------------------------- /shared/emoticons/POPO.adiumemoticonset/boss.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/POPO.adiumemoticonset/boss.png -------------------------------------------------------------------------------- /shared/emoticons/POPO.adiumemoticonset/sad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/POPO.adiumemoticonset/sad.png -------------------------------------------------------------------------------- /shared/emoticons/POPO.adiumemoticonset/tire.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/POPO.adiumemoticonset/tire.png -------------------------------------------------------------------------------- /shared/emoticons/Yahoo.AdiumEmoticonset/10.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/Yahoo.AdiumEmoticonset/10.gif -------------------------------------------------------------------------------- /shared/emoticons/Yahoo.AdiumEmoticonset/100.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/Yahoo.AdiumEmoticonset/100.gif -------------------------------------------------------------------------------- /shared/emoticons/Yahoo.AdiumEmoticonset/101.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/Yahoo.AdiumEmoticonset/101.gif -------------------------------------------------------------------------------- /shared/emoticons/Yahoo.AdiumEmoticonset/102.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/Yahoo.AdiumEmoticonset/102.gif -------------------------------------------------------------------------------- /shared/emoticons/Yahoo.AdiumEmoticonset/103.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/Yahoo.AdiumEmoticonset/103.gif -------------------------------------------------------------------------------- /shared/emoticons/Yahoo.AdiumEmoticonset/104.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/Yahoo.AdiumEmoticonset/104.gif -------------------------------------------------------------------------------- /shared/emoticons/Yahoo.AdiumEmoticonset/105.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/Yahoo.AdiumEmoticonset/105.gif -------------------------------------------------------------------------------- /shared/emoticons/Yahoo.AdiumEmoticonset/106.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/Yahoo.AdiumEmoticonset/106.gif -------------------------------------------------------------------------------- /shared/emoticons/Yahoo.AdiumEmoticonset/107.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/Yahoo.AdiumEmoticonset/107.gif -------------------------------------------------------------------------------- /shared/emoticons/Yahoo.AdiumEmoticonset/108.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/Yahoo.AdiumEmoticonset/108.gif -------------------------------------------------------------------------------- /shared/emoticons/Yahoo.AdiumEmoticonset/109.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/Yahoo.AdiumEmoticonset/109.gif -------------------------------------------------------------------------------- /shared/emoticons/Yahoo.AdiumEmoticonset/11.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/Yahoo.AdiumEmoticonset/11.gif -------------------------------------------------------------------------------- /shared/emoticons/Yahoo.AdiumEmoticonset/110.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/Yahoo.AdiumEmoticonset/110.gif -------------------------------------------------------------------------------- /shared/emoticons/Yahoo.AdiumEmoticonset/111.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/Yahoo.AdiumEmoticonset/111.gif -------------------------------------------------------------------------------- /shared/emoticons/Yahoo.AdiumEmoticonset/112.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/Yahoo.AdiumEmoticonset/112.gif -------------------------------------------------------------------------------- /shared/emoticons/Yahoo.AdiumEmoticonset/113.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/Yahoo.AdiumEmoticonset/113.gif -------------------------------------------------------------------------------- /shared/emoticons/Yahoo.AdiumEmoticonset/114.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/Yahoo.AdiumEmoticonset/114.gif -------------------------------------------------------------------------------- /shared/emoticons/Yahoo.AdiumEmoticonset/115.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/Yahoo.AdiumEmoticonset/115.gif -------------------------------------------------------------------------------- /shared/emoticons/Yahoo.AdiumEmoticonset/12.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/Yahoo.AdiumEmoticonset/12.gif -------------------------------------------------------------------------------- /shared/emoticons/Yahoo.AdiumEmoticonset/13.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/Yahoo.AdiumEmoticonset/13.gif -------------------------------------------------------------------------------- /shared/emoticons/Yahoo.AdiumEmoticonset/14.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/Yahoo.AdiumEmoticonset/14.gif -------------------------------------------------------------------------------- /shared/emoticons/Yahoo.AdiumEmoticonset/15.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/Yahoo.AdiumEmoticonset/15.gif -------------------------------------------------------------------------------- /shared/emoticons/Yahoo.AdiumEmoticonset/16.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/Yahoo.AdiumEmoticonset/16.gif -------------------------------------------------------------------------------- /shared/emoticons/Yahoo.AdiumEmoticonset/17.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/Yahoo.AdiumEmoticonset/17.gif -------------------------------------------------------------------------------- /shared/emoticons/Yahoo.AdiumEmoticonset/18.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/Yahoo.AdiumEmoticonset/18.gif -------------------------------------------------------------------------------- /shared/emoticons/Yahoo.AdiumEmoticonset/19.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/Yahoo.AdiumEmoticonset/19.gif -------------------------------------------------------------------------------- /shared/emoticons/Yahoo.AdiumEmoticonset/20.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/Yahoo.AdiumEmoticonset/20.gif -------------------------------------------------------------------------------- /shared/emoticons/Yahoo.AdiumEmoticonset/21.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/Yahoo.AdiumEmoticonset/21.gif -------------------------------------------------------------------------------- /shared/emoticons/Yahoo.AdiumEmoticonset/22.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/Yahoo.AdiumEmoticonset/22.gif -------------------------------------------------------------------------------- /shared/emoticons/Yahoo.AdiumEmoticonset/23.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/Yahoo.AdiumEmoticonset/23.gif -------------------------------------------------------------------------------- /shared/emoticons/Yahoo.AdiumEmoticonset/24.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/Yahoo.AdiumEmoticonset/24.gif -------------------------------------------------------------------------------- /shared/emoticons/Yahoo.AdiumEmoticonset/25.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/Yahoo.AdiumEmoticonset/25.gif -------------------------------------------------------------------------------- /shared/emoticons/Yahoo.AdiumEmoticonset/26.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/Yahoo.AdiumEmoticonset/26.gif -------------------------------------------------------------------------------- /shared/emoticons/Yahoo.AdiumEmoticonset/27.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/Yahoo.AdiumEmoticonset/27.gif -------------------------------------------------------------------------------- /shared/emoticons/Yahoo.AdiumEmoticonset/28.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/Yahoo.AdiumEmoticonset/28.gif -------------------------------------------------------------------------------- /shared/emoticons/Yahoo.AdiumEmoticonset/29.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/Yahoo.AdiumEmoticonset/29.gif -------------------------------------------------------------------------------- /shared/emoticons/Yahoo.AdiumEmoticonset/30.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/Yahoo.AdiumEmoticonset/30.gif -------------------------------------------------------------------------------- /shared/emoticons/Yahoo.AdiumEmoticonset/31.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/Yahoo.AdiumEmoticonset/31.gif -------------------------------------------------------------------------------- /shared/emoticons/Yahoo.AdiumEmoticonset/32.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/Yahoo.AdiumEmoticonset/32.gif -------------------------------------------------------------------------------- /shared/emoticons/Yahoo.AdiumEmoticonset/33.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/Yahoo.AdiumEmoticonset/33.gif -------------------------------------------------------------------------------- /shared/emoticons/Yahoo.AdiumEmoticonset/34.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/Yahoo.AdiumEmoticonset/34.gif -------------------------------------------------------------------------------- /shared/emoticons/Yahoo.AdiumEmoticonset/35.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/Yahoo.AdiumEmoticonset/35.gif -------------------------------------------------------------------------------- /shared/emoticons/Yahoo.AdiumEmoticonset/36.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/Yahoo.AdiumEmoticonset/36.gif -------------------------------------------------------------------------------- /shared/emoticons/Yahoo.AdiumEmoticonset/37.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/Yahoo.AdiumEmoticonset/37.gif -------------------------------------------------------------------------------- /shared/emoticons/Yahoo.AdiumEmoticonset/38.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/Yahoo.AdiumEmoticonset/38.gif -------------------------------------------------------------------------------- /shared/emoticons/Yahoo.AdiumEmoticonset/39.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/Yahoo.AdiumEmoticonset/39.gif -------------------------------------------------------------------------------- /shared/emoticons/Yahoo.AdiumEmoticonset/40.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/Yahoo.AdiumEmoticonset/40.gif -------------------------------------------------------------------------------- /shared/emoticons/Yahoo.AdiumEmoticonset/41.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/Yahoo.AdiumEmoticonset/41.gif -------------------------------------------------------------------------------- /shared/emoticons/Yahoo.AdiumEmoticonset/42.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/Yahoo.AdiumEmoticonset/42.gif -------------------------------------------------------------------------------- /shared/emoticons/Yahoo.AdiumEmoticonset/43.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/Yahoo.AdiumEmoticonset/43.gif -------------------------------------------------------------------------------- /shared/emoticons/Yahoo.AdiumEmoticonset/44.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/Yahoo.AdiumEmoticonset/44.gif -------------------------------------------------------------------------------- /shared/emoticons/Yahoo.AdiumEmoticonset/45.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/Yahoo.AdiumEmoticonset/45.gif -------------------------------------------------------------------------------- /shared/emoticons/Yahoo.AdiumEmoticonset/46.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/Yahoo.AdiumEmoticonset/46.gif -------------------------------------------------------------------------------- /shared/emoticons/Yahoo.AdiumEmoticonset/47.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/Yahoo.AdiumEmoticonset/47.gif -------------------------------------------------------------------------------- /shared/emoticons/Yahoo.AdiumEmoticonset/48.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/Yahoo.AdiumEmoticonset/48.gif -------------------------------------------------------------------------------- /shared/emoticons/Yahoo.AdiumEmoticonset/49.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/Yahoo.AdiumEmoticonset/49.gif -------------------------------------------------------------------------------- /shared/emoticons/Yahoo.AdiumEmoticonset/50.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/Yahoo.AdiumEmoticonset/50.gif -------------------------------------------------------------------------------- /shared/emoticons/Yahoo.AdiumEmoticonset/51.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/Yahoo.AdiumEmoticonset/51.gif -------------------------------------------------------------------------------- /shared/emoticons/Yahoo.AdiumEmoticonset/52.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/Yahoo.AdiumEmoticonset/52.gif -------------------------------------------------------------------------------- /shared/emoticons/Yahoo.AdiumEmoticonset/53.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/Yahoo.AdiumEmoticonset/53.gif -------------------------------------------------------------------------------- /shared/emoticons/Yahoo.AdiumEmoticonset/54.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/Yahoo.AdiumEmoticonset/54.gif -------------------------------------------------------------------------------- /shared/emoticons/Yahoo.AdiumEmoticonset/55.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/Yahoo.AdiumEmoticonset/55.gif -------------------------------------------------------------------------------- /shared/emoticons/Yahoo.AdiumEmoticonset/56.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/Yahoo.AdiumEmoticonset/56.gif -------------------------------------------------------------------------------- /shared/emoticons/Yahoo.AdiumEmoticonset/57.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/Yahoo.AdiumEmoticonset/57.gif -------------------------------------------------------------------------------- /shared/emoticons/Yahoo.AdiumEmoticonset/58.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/Yahoo.AdiumEmoticonset/58.gif -------------------------------------------------------------------------------- /shared/emoticons/Yahoo.AdiumEmoticonset/59.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/Yahoo.AdiumEmoticonset/59.gif -------------------------------------------------------------------------------- /shared/emoticons/Yahoo.AdiumEmoticonset/60.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/Yahoo.AdiumEmoticonset/60.gif -------------------------------------------------------------------------------- /shared/emoticons/Yahoo.AdiumEmoticonset/61.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/Yahoo.AdiumEmoticonset/61.gif -------------------------------------------------------------------------------- /shared/emoticons/Yahoo.AdiumEmoticonset/62.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/Yahoo.AdiumEmoticonset/62.gif -------------------------------------------------------------------------------- /shared/emoticons/Yahoo.AdiumEmoticonset/63.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/Yahoo.AdiumEmoticonset/63.gif -------------------------------------------------------------------------------- /shared/emoticons/Yahoo.AdiumEmoticonset/64.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/Yahoo.AdiumEmoticonset/64.gif -------------------------------------------------------------------------------- /shared/emoticons/Yahoo.AdiumEmoticonset/65.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/Yahoo.AdiumEmoticonset/65.gif -------------------------------------------------------------------------------- /shared/emoticons/Yahoo.AdiumEmoticonset/66.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/Yahoo.AdiumEmoticonset/66.gif -------------------------------------------------------------------------------- /shared/emoticons/Yahoo.AdiumEmoticonset/67.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/Yahoo.AdiumEmoticonset/67.gif -------------------------------------------------------------------------------- /shared/emoticons/Yahoo.AdiumEmoticonset/68.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/Yahoo.AdiumEmoticonset/68.gif -------------------------------------------------------------------------------- /shared/emoticons/Yahoo.AdiumEmoticonset/69.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/Yahoo.AdiumEmoticonset/69.gif -------------------------------------------------------------------------------- /shared/emoticons/Yahoo.AdiumEmoticonset/70.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/Yahoo.AdiumEmoticonset/70.gif -------------------------------------------------------------------------------- /shared/emoticons/Yahoo.AdiumEmoticonset/71.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/Yahoo.AdiumEmoticonset/71.gif -------------------------------------------------------------------------------- /shared/emoticons/Yahoo.AdiumEmoticonset/72.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/Yahoo.AdiumEmoticonset/72.gif -------------------------------------------------------------------------------- /shared/emoticons/Yahoo.AdiumEmoticonset/73.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/Yahoo.AdiumEmoticonset/73.gif -------------------------------------------------------------------------------- /shared/emoticons/Yahoo.AdiumEmoticonset/74.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/Yahoo.AdiumEmoticonset/74.gif -------------------------------------------------------------------------------- /shared/emoticons/Yahoo.AdiumEmoticonset/75.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/Yahoo.AdiumEmoticonset/75.gif -------------------------------------------------------------------------------- /shared/emoticons/Yahoo.AdiumEmoticonset/76.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/Yahoo.AdiumEmoticonset/76.gif -------------------------------------------------------------------------------- /shared/emoticons/Yahoo.AdiumEmoticonset/77.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/Yahoo.AdiumEmoticonset/77.gif -------------------------------------------------------------------------------- /shared/emoticons/Yahoo.AdiumEmoticonset/78.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/Yahoo.AdiumEmoticonset/78.gif -------------------------------------------------------------------------------- /shared/emoticons/Yahoo.AdiumEmoticonset/79.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/Yahoo.AdiumEmoticonset/79.gif -------------------------------------------------------------------------------- /shared/emoticons/FeltTip3.AdiumEmoticonSet/aww.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/FeltTip3.AdiumEmoticonSet/aww.png -------------------------------------------------------------------------------- /shared/emoticons/FeltTip3.AdiumEmoticonSet/erm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/FeltTip3.AdiumEmoticonSet/erm.png -------------------------------------------------------------------------------- /shared/emoticons/FeltTip3.AdiumEmoticonSet/err.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/FeltTip3.AdiumEmoticonSet/err.png -------------------------------------------------------------------------------- /shared/emoticons/FeltTip3.AdiumEmoticonSet/heh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/FeltTip3.AdiumEmoticonSet/heh.png -------------------------------------------------------------------------------- /shared/emoticons/FeltTip3.AdiumEmoticonSet/huh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/FeltTip3.AdiumEmoticonSet/huh.png -------------------------------------------------------------------------------- /shared/emoticons/FeltTip3.AdiumEmoticonSet/meh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/FeltTip3.AdiumEmoticonSet/meh.png -------------------------------------------------------------------------------- /shared/emoticons/Grin.AdiumEmoticonset/Angry.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/Grin.AdiumEmoticonset/Angry.png -------------------------------------------------------------------------------- /shared/emoticons/Grin.AdiumEmoticonset/Crying.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/Grin.AdiumEmoticonset/Crying.png -------------------------------------------------------------------------------- /shared/emoticons/Grin.AdiumEmoticonset/Frown.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/Grin.AdiumEmoticonset/Frown.png -------------------------------------------------------------------------------- /shared/emoticons/Grin.AdiumEmoticonset/Heart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/Grin.AdiumEmoticonset/Heart.png -------------------------------------------------------------------------------- /shared/emoticons/Grin.AdiumEmoticonset/Money.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/Grin.AdiumEmoticonset/Money.png -------------------------------------------------------------------------------- /shared/emoticons/Grin.AdiumEmoticonset/Sealed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/Grin.AdiumEmoticonset/Sealed.png -------------------------------------------------------------------------------- /shared/emoticons/Grin.AdiumEmoticonset/Smile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/Grin.AdiumEmoticonset/Smile.png -------------------------------------------------------------------------------- /shared/emoticons/Grin.AdiumEmoticonset/Tongue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/Grin.AdiumEmoticonset/Tongue.png -------------------------------------------------------------------------------- /shared/emoticons/Grin.AdiumEmoticonset/Turtle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/Grin.AdiumEmoticonset/Turtle.png -------------------------------------------------------------------------------- /shared/emoticons/POPO.adiumemoticonset/adore.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/POPO.adiumemoticonset/adore.png -------------------------------------------------------------------------------- /shared/emoticons/POPO.adiumemoticonset/amazed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/POPO.adiumemoticonset/amazed.png -------------------------------------------------------------------------------- /shared/emoticons/POPO.adiumemoticonset/canny.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/POPO.adiumemoticonset/canny.png -------------------------------------------------------------------------------- /shared/emoticons/POPO.adiumemoticonset/choler.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/POPO.adiumemoticonset/choler.png -------------------------------------------------------------------------------- /shared/emoticons/POPO.adiumemoticonset/confuse.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/POPO.adiumemoticonset/confuse.png -------------------------------------------------------------------------------- /shared/emoticons/POPO.adiumemoticonset/matrix.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/POPO.adiumemoticonset/matrix.png -------------------------------------------------------------------------------- /shared/emoticons/POPO.adiumemoticonset/smile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/POPO.adiumemoticonset/smile.png -------------------------------------------------------------------------------- /shared/emoticons/POPO.adiumemoticonset/spidy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/POPO.adiumemoticonset/spidy.png -------------------------------------------------------------------------------- /shared/emoticons/POPO.adiumemoticonset/thbbbpt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/POPO.adiumemoticonset/thbbbpt.png -------------------------------------------------------------------------------- /shared/emoticons/POPO.adiumemoticonset/too_sad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/POPO.adiumemoticonset/too_sad.png -------------------------------------------------------------------------------- /shared/emoticons/POPO.adiumemoticonset/waaaht.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/POPO.adiumemoticonset/waaaht.png -------------------------------------------------------------------------------- /shared/emoticons/Weirdmotes.AdiumEmoticonset/D.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/Weirdmotes.AdiumEmoticonset/D.gif -------------------------------------------------------------------------------- /shared/emoticons/Weirdmotes.AdiumEmoticonset/F.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/Weirdmotes.AdiumEmoticonset/F.gif -------------------------------------------------------------------------------- /shared/emoticons/Weirdmotes.AdiumEmoticonset/G.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/Weirdmotes.AdiumEmoticonset/G.gif -------------------------------------------------------------------------------- /shared/emoticons/Weirdmotes.AdiumEmoticonset/H.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/Weirdmotes.AdiumEmoticonset/H.gif -------------------------------------------------------------------------------- /shared/emoticons/Weirdmotes.AdiumEmoticonset/K.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/Weirdmotes.AdiumEmoticonset/K.gif -------------------------------------------------------------------------------- /shared/emoticons/Weirdmotes.AdiumEmoticonset/N.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/Weirdmotes.AdiumEmoticonset/N.gif -------------------------------------------------------------------------------- /shared/emoticons/Weirdmotes.AdiumEmoticonset/P.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/Weirdmotes.AdiumEmoticonset/P.gif -------------------------------------------------------------------------------- /shared/emoticons/Weirdmotes.AdiumEmoticonset/Q.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/Weirdmotes.AdiumEmoticonset/Q.gif -------------------------------------------------------------------------------- /shared/emoticons/Weirdmotes.AdiumEmoticonset/R.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/Weirdmotes.AdiumEmoticonset/R.gif -------------------------------------------------------------------------------- /shared/emoticons/Weirdmotes.AdiumEmoticonset/Y.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/Weirdmotes.AdiumEmoticonset/Y.gif -------------------------------------------------------------------------------- /shared/emoticons/Weirdmotes.AdiumEmoticonset/Z.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/Weirdmotes.AdiumEmoticonset/Z.gif -------------------------------------------------------------------------------- /shared/emoticons/Yahoo.AdiumEmoticonset/pirate.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/Yahoo.AdiumEmoticonset/pirate.gif -------------------------------------------------------------------------------- /shared/SyntaxHighlighter/styles/page_white_code.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/SyntaxHighlighter/styles/page_white_code.png -------------------------------------------------------------------------------- /shared/SyntaxHighlighter/styles/page_white_copy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/SyntaxHighlighter/styles/page_white_copy.png -------------------------------------------------------------------------------- /shared/emoticons/FeltTip3.AdiumEmoticonSet/angry.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/FeltTip3.AdiumEmoticonSet/angry.png -------------------------------------------------------------------------------- /shared/emoticons/FeltTip3.AdiumEmoticonSet/blush.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/FeltTip3.AdiumEmoticonSet/blush.png -------------------------------------------------------------------------------- /shared/emoticons/FeltTip3.AdiumEmoticonSet/cool.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/FeltTip3.AdiumEmoticonSet/cool.png -------------------------------------------------------------------------------- /shared/emoticons/FeltTip3.AdiumEmoticonSet/dead.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/FeltTip3.AdiumEmoticonSet/dead.png -------------------------------------------------------------------------------- /shared/emoticons/FeltTip3.AdiumEmoticonSet/drool.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/FeltTip3.AdiumEmoticonSet/drool.png -------------------------------------------------------------------------------- /shared/emoticons/FeltTip3.AdiumEmoticonSet/frown.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/FeltTip3.AdiumEmoticonSet/frown.png -------------------------------------------------------------------------------- /shared/emoticons/FeltTip3.AdiumEmoticonSet/grin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/FeltTip3.AdiumEmoticonSet/grin.png -------------------------------------------------------------------------------- /shared/emoticons/FeltTip3.AdiumEmoticonSet/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/FeltTip3.AdiumEmoticonSet/logo.png -------------------------------------------------------------------------------- /shared/emoticons/FeltTip3.AdiumEmoticonSet/love.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/FeltTip3.AdiumEmoticonSet/love.png -------------------------------------------------------------------------------- /shared/emoticons/FeltTip3.AdiumEmoticonSet/nerd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/FeltTip3.AdiumEmoticonSet/nerd.png -------------------------------------------------------------------------------- /shared/emoticons/FeltTip3.AdiumEmoticonSet/ninja.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/FeltTip3.AdiumEmoticonSet/ninja.png -------------------------------------------------------------------------------- /shared/emoticons/FeltTip3.AdiumEmoticonSet/sick.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/FeltTip3.AdiumEmoticonSet/sick.png -------------------------------------------------------------------------------- /shared/emoticons/FeltTip3.AdiumEmoticonSet/smile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/FeltTip3.AdiumEmoticonSet/smile.png -------------------------------------------------------------------------------- /shared/emoticons/FeltTip3.AdiumEmoticonSet/sour.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/FeltTip3.AdiumEmoticonSet/sour.png -------------------------------------------------------------------------------- /shared/emoticons/FeltTip3.AdiumEmoticonSet/star.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/FeltTip3.AdiumEmoticonSet/star.png -------------------------------------------------------------------------------- /shared/emoticons/FeltTip3.AdiumEmoticonSet/wink.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/FeltTip3.AdiumEmoticonSet/wink.png -------------------------------------------------------------------------------- /shared/emoticons/FeltTip3.AdiumEmoticonSet/yeah.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/FeltTip3.AdiumEmoticonSet/yeah.png -------------------------------------------------------------------------------- /shared/emoticons/Grin.AdiumEmoticonset/Confused.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/Grin.AdiumEmoticonset/Confused.png -------------------------------------------------------------------------------- /shared/emoticons/POPO.adiumemoticonset/big_smile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/POPO.adiumemoticonset/big_smile.png -------------------------------------------------------------------------------- /shared/emoticons/POPO.adiumemoticonset/hell_boy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/POPO.adiumemoticonset/hell_boy.png -------------------------------------------------------------------------------- /shared/emoticons/POPO.adiumemoticonset/look_down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/POPO.adiumemoticonset/look_down.png -------------------------------------------------------------------------------- /shared/emoticons/Weirdmotes.AdiumEmoticonset/el.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/Weirdmotes.AdiumEmoticonset/el.gif -------------------------------------------------------------------------------- /shared/emoticons/Weirdmotes.AdiumEmoticonset/eye.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/Weirdmotes.AdiumEmoticonset/eye.gif -------------------------------------------------------------------------------- /shared/emoticons/Weirdmotes.AdiumEmoticonset/jay.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/Weirdmotes.AdiumEmoticonset/jay.gif -------------------------------------------------------------------------------- /shared/emoticons/Weirdmotes.AdiumEmoticonset/mii.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/Weirdmotes.AdiumEmoticonset/mii.gif -------------------------------------------------------------------------------- /shared/emoticons/Weirdmotes.AdiumEmoticonset/ooo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/Weirdmotes.AdiumEmoticonset/ooo.gif -------------------------------------------------------------------------------- /shared/emoticons/Weirdmotes.AdiumEmoticonset/ti.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/Weirdmotes.AdiumEmoticonset/ti.gif -------------------------------------------------------------------------------- /shared/emoticons/FeltTip3.AdiumEmoticonSet/boring.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/FeltTip3.AdiumEmoticonSet/boring.png -------------------------------------------------------------------------------- /shared/emoticons/FeltTip3.AdiumEmoticonSet/hellyes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/FeltTip3.AdiumEmoticonSet/hellyes.png -------------------------------------------------------------------------------- /shared/emoticons/FeltTip3.AdiumEmoticonSet/laughing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/FeltTip3.AdiumEmoticonSet/laughing.png -------------------------------------------------------------------------------- /shared/emoticons/FeltTip3.AdiumEmoticonSet/ohmygod.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/FeltTip3.AdiumEmoticonSet/ohmygod.png -------------------------------------------------------------------------------- /shared/emoticons/FeltTip3.AdiumEmoticonSet/peaceout.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/FeltTip3.AdiumEmoticonSet/peaceout.png -------------------------------------------------------------------------------- /shared/emoticons/FeltTip3.AdiumEmoticonSet/sleeping.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/FeltTip3.AdiumEmoticonSet/sleeping.png -------------------------------------------------------------------------------- /shared/emoticons/POPO.adiumemoticonset/beat_brick.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/POPO.adiumemoticonset/beat_brick.png -------------------------------------------------------------------------------- /shared/emoticons/POPO.adiumemoticonset/embarrassed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/POPO.adiumemoticonset/embarrassed.png -------------------------------------------------------------------------------- /shared/emoticons/POPO.adiumemoticonset/sweet_kiss.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/POPO.adiumemoticonset/sweet_kiss.png -------------------------------------------------------------------------------- /shared/emoticons/Weirdmotes.AdiumEmoticonset/BIGO.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/Weirdmotes.AdiumEmoticonset/BIGO.gif -------------------------------------------------------------------------------- /shared/emoticons/Weirdmotes.AdiumEmoticonset/blank.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/Weirdmotes.AdiumEmoticonset/blank.gif -------------------------------------------------------------------------------- /shared/emoticons/Weirdmotes.AdiumEmoticonset/cfrown.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/Weirdmotes.AdiumEmoticonset/cfrown.gif -------------------------------------------------------------------------------- /shared/emoticons/Weirdmotes.AdiumEmoticonset/colonu.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/Weirdmotes.AdiumEmoticonset/colonu.gif -------------------------------------------------------------------------------- /shared/emoticons/Weirdmotes.AdiumEmoticonset/exexex.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/Weirdmotes.AdiumEmoticonset/exexex.gif -------------------------------------------------------------------------------- /shared/emoticons/Weirdmotes.AdiumEmoticonset/happyc.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/Weirdmotes.AdiumEmoticonset/happyc.gif -------------------------------------------------------------------------------- /shared/emoticons/Weirdmotes.AdiumEmoticonset/hmmm.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/Weirdmotes.AdiumEmoticonset/hmmm.gif -------------------------------------------------------------------------------- /shared/emoticons/Weirdmotes.AdiumEmoticonset/lion.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/Weirdmotes.AdiumEmoticonset/lion.gif -------------------------------------------------------------------------------- /shared/emoticons/Weirdmotes.AdiumEmoticonset/madO.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/Weirdmotes.AdiumEmoticonset/madO.gif -------------------------------------------------------------------------------- /shared/emoticons/Weirdmotes.AdiumEmoticonset/meow.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/Weirdmotes.AdiumEmoticonset/meow.gif -------------------------------------------------------------------------------- /shared/emoticons/Weirdmotes.AdiumEmoticonset/nose.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/Weirdmotes.AdiumEmoticonset/nose.gif -------------------------------------------------------------------------------- /shared/emoticons/Weirdmotes.AdiumEmoticonset/ohnoes.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/Weirdmotes.AdiumEmoticonset/ohnoes.gif -------------------------------------------------------------------------------- /shared/emoticons/Weirdmotes.AdiumEmoticonset/saaad.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/Weirdmotes.AdiumEmoticonset/saaad.gif -------------------------------------------------------------------------------- /shared/emoticons/Weirdmotes.AdiumEmoticonset/smile.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/Weirdmotes.AdiumEmoticonset/smile.gif -------------------------------------------------------------------------------- /shared/emoticons/Weirdmotes.AdiumEmoticonset/veeee.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/Weirdmotes.AdiumEmoticonset/veeee.gif -------------------------------------------------------------------------------- /shared/emoticons/Weirdmotes.AdiumEmoticonset/wiii.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/Weirdmotes.AdiumEmoticonset/wiii.gif -------------------------------------------------------------------------------- /shared/emoticons/Weirdmotes.AdiumEmoticonset/wutno.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/Weirdmotes.AdiumEmoticonset/wutno.gif -------------------------------------------------------------------------------- /shared/emoticons/Yahoo.AdiumEmoticonset/transformer.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/Yahoo.AdiumEmoticonset/transformer.gif -------------------------------------------------------------------------------- /shared/emoticons/FeltTip3.AdiumEmoticonSet/halfsmile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/FeltTip3.AdiumEmoticonSet/halfsmile.png -------------------------------------------------------------------------------- /shared/emoticons/FeltTip3.AdiumEmoticonSet/whistling.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/FeltTip3.AdiumEmoticonSet/whistling.png -------------------------------------------------------------------------------- /shared/emoticons/Weirdmotes.AdiumEmoticonset/ColonEE.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/Weirdmotes.AdiumEmoticonset/ColonEE.gif -------------------------------------------------------------------------------- /shared/emoticons/Weirdmotes.AdiumEmoticonset/bucktard.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/Weirdmotes.AdiumEmoticonset/bucktard.gif -------------------------------------------------------------------------------- /shared/emoticons/Weirdmotes.AdiumEmoticonset/catfish.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/Weirdmotes.AdiumEmoticonset/catfish.gif -------------------------------------------------------------------------------- /shared/emoticons/Weirdmotes.AdiumEmoticonset/coloness.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/Weirdmotes.AdiumEmoticonset/coloness.gif -------------------------------------------------------------------------------- /shared/emoticons/Weirdmotes.AdiumEmoticonset/madnoes.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/Weirdmotes.AdiumEmoticonset/madnoes.gif -------------------------------------------------------------------------------- /shared/emoticons/Weirdmotes.AdiumEmoticonset/pleased.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/Weirdmotes.AdiumEmoticonset/pleased.gif -------------------------------------------------------------------------------- /shared/emoticons/Weirdmotes.AdiumEmoticonset/sadbrace.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/Weirdmotes.AdiumEmoticonset/sadbrace.gif -------------------------------------------------------------------------------- /shared/emoticons/Weirdmotes.AdiumEmoticonset/uptongue.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/Weirdmotes.AdiumEmoticonset/uptongue.gif -------------------------------------------------------------------------------- /shared/emoticons/iChat-Complete.AdiumEmoticonSet/Cool.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/iChat-Complete.AdiumEmoticonSet/Cool.png -------------------------------------------------------------------------------- /shared/emoticons/iChat-Complete.AdiumEmoticonSet/Evil.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/iChat-Complete.AdiumEmoticonSet/Evil.png -------------------------------------------------------------------------------- /shared/emoticons/iChat-Complete.AdiumEmoticonSet/Gasp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/iChat-Complete.AdiumEmoticonSet/Gasp.png -------------------------------------------------------------------------------- /shared/emoticons/iChat-Complete.AdiumEmoticonSet/Grin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/iChat-Complete.AdiumEmoticonSet/Grin.png -------------------------------------------------------------------------------- /shared/emoticons/iChat-Complete.AdiumEmoticonSet/Kiss.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/iChat-Complete.AdiumEmoticonSet/Kiss.png -------------------------------------------------------------------------------- /shared/emoticons/iChat-Complete.AdiumEmoticonSet/Oops.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/iChat-Complete.AdiumEmoticonSet/Oops.png -------------------------------------------------------------------------------- /shared/emoticons/iChat-Complete.AdiumEmoticonSet/Wink.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/iChat-Complete.AdiumEmoticonSet/Wink.png -------------------------------------------------------------------------------- /shared/emoticons/FeltTip3.AdiumEmoticonSet/unimpressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/FeltTip3.AdiumEmoticonSet/unimpressed.png -------------------------------------------------------------------------------- /shared/emoticons/Simple Smileys 1.5.AdiumEmoticonset/Aww.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/Simple Smileys 1.5.AdiumEmoticonset/Aww.png -------------------------------------------------------------------------------- /shared/emoticons/Simple Smileys 1.5.AdiumEmoticonset/Gah.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/Simple Smileys 1.5.AdiumEmoticonset/Gah.png -------------------------------------------------------------------------------- /shared/emoticons/Simple Smileys 1.5.AdiumEmoticonset/Huh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/Simple Smileys 1.5.AdiumEmoticonset/Huh.png -------------------------------------------------------------------------------- /shared/emoticons/Weirdmotes.AdiumEmoticonset/angrygrin.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/Weirdmotes.AdiumEmoticonset/angrygrin.gif -------------------------------------------------------------------------------- /shared/emoticons/Weirdmotes.AdiumEmoticonset/colonzero.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/Weirdmotes.AdiumEmoticonset/colonzero.gif -------------------------------------------------------------------------------- /shared/emoticons/Weirdmotes.AdiumEmoticonset/displeased.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/Weirdmotes.AdiumEmoticonset/displeased.gif -------------------------------------------------------------------------------- /shared/emoticons/Weirdmotes.AdiumEmoticonset/happybrace.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/Weirdmotes.AdiumEmoticonset/happybrace.gif -------------------------------------------------------------------------------- /shared/emoticons/Weirdmotes.AdiumEmoticonset/happycbig.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/Weirdmotes.AdiumEmoticonset/happycbig.gif -------------------------------------------------------------------------------- /shared/emoticons/Weirdmotes.AdiumEmoticonset/happyfaic.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/Weirdmotes.AdiumEmoticonset/happyfaic.gif -------------------------------------------------------------------------------- /shared/emoticons/Weirdmotes.AdiumEmoticonset/madedesumad.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/Weirdmotes.AdiumEmoticonset/madedesumad.gif -------------------------------------------------------------------------------- /shared/emoticons/Weirdmotes.AdiumEmoticonset/madeusedmad.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/Weirdmotes.AdiumEmoticonset/madeusedmad.gif -------------------------------------------------------------------------------- /shared/emoticons/iChat-Complete.AdiumEmoticonSet/Angry.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/iChat-Complete.AdiumEmoticonSet/Angry.png -------------------------------------------------------------------------------- /shared/emoticons/iChat-Complete.AdiumEmoticonSet/Crying.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/iChat-Complete.AdiumEmoticonSet/Crying.png -------------------------------------------------------------------------------- /shared/emoticons/iChat-Complete.AdiumEmoticonSet/Frown.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/iChat-Complete.AdiumEmoticonSet/Frown.png -------------------------------------------------------------------------------- /shared/emoticons/iChat-Complete.AdiumEmoticonSet/Smile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/iChat-Complete.AdiumEmoticonSet/Smile.png -------------------------------------------------------------------------------- /shared/emoticons/iChat-Complete.AdiumEmoticonSet/Smirk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/iChat-Complete.AdiumEmoticonSet/Smirk.png -------------------------------------------------------------------------------- /shared/emoticons/iChat-Complete.AdiumEmoticonSet/Tongue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/iChat-Complete.AdiumEmoticonSet/Tongue.png -------------------------------------------------------------------------------- /shared/emoticons/Simple Smileys 1.5.AdiumEmoticonset/Angel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/Simple Smileys 1.5.AdiumEmoticonset/Angel.png -------------------------------------------------------------------------------- /shared/emoticons/Simple Smileys 1.5.AdiumEmoticonset/Angry.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/Simple Smileys 1.5.AdiumEmoticonset/Angry.png -------------------------------------------------------------------------------- /shared/emoticons/Simple Smileys 1.5.AdiumEmoticonset/Aww_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/Simple Smileys 1.5.AdiumEmoticonset/Aww_2.png -------------------------------------------------------------------------------- /shared/emoticons/Simple Smileys 1.5.AdiumEmoticonset/Cute.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/Simple Smileys 1.5.AdiumEmoticonset/Cute.png -------------------------------------------------------------------------------- /shared/emoticons/Simple Smileys 1.5.AdiumEmoticonset/Devil.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/Simple Smileys 1.5.AdiumEmoticonset/Devil.png -------------------------------------------------------------------------------- /shared/emoticons/Simple Smileys 1.5.AdiumEmoticonset/Gah_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/Simple Smileys 1.5.AdiumEmoticonset/Gah_2.png -------------------------------------------------------------------------------- /shared/emoticons/Simple Smileys 1.5.AdiumEmoticonset/Happy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/Simple Smileys 1.5.AdiumEmoticonset/Happy.png -------------------------------------------------------------------------------- /shared/emoticons/Simple Smileys 1.5.AdiumEmoticonset/Heart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/Simple Smileys 1.5.AdiumEmoticonset/Heart.png -------------------------------------------------------------------------------- /shared/emoticons/Simple Smileys 1.5.AdiumEmoticonset/Huh_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/Simple Smileys 1.5.AdiumEmoticonset/Huh_2.png -------------------------------------------------------------------------------- /shared/emoticons/Simple Smileys 1.5.AdiumEmoticonset/Sick.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/Simple Smileys 1.5.AdiumEmoticonset/Sick.png -------------------------------------------------------------------------------- /shared/emoticons/Simple Smileys 1.5.AdiumEmoticonset/Tired.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/Simple Smileys 1.5.AdiumEmoticonset/Tired.png -------------------------------------------------------------------------------- /shared/emoticons/Weirdmotes.AdiumEmoticonset/angrybracket.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/Weirdmotes.AdiumEmoticonset/angrybracket.gif -------------------------------------------------------------------------------- /shared/emoticons/Weirdmotes.AdiumEmoticonset/colonlessthan.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/Weirdmotes.AdiumEmoticonset/colonlessthan.gif -------------------------------------------------------------------------------- /shared/emoticons/Weirdmotes.AdiumEmoticonset/littlecfrown.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/Weirdmotes.AdiumEmoticonset/littlecfrown.gif -------------------------------------------------------------------------------- /shared/emoticons/Weirdmotes.AdiumEmoticonset/usedusedused.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/Weirdmotes.AdiumEmoticonset/usedusedused.gif -------------------------------------------------------------------------------- /shared/emoticons/iChat-Complete.AdiumEmoticonSet/Blushing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/iChat-Complete.AdiumEmoticonSet/Blushing.png -------------------------------------------------------------------------------- /shared/emoticons/iChat-Complete.AdiumEmoticonSet/Confused.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/iChat-Complete.AdiumEmoticonSet/Confused.png -------------------------------------------------------------------------------- /shared/emoticons/iChat-Complete.AdiumEmoticonSet/Grimmace.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/iChat-Complete.AdiumEmoticonSet/Grimmace.png -------------------------------------------------------------------------------- /shared/emoticons/iChat-Complete.AdiumEmoticonSet/Innocent.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/iChat-Complete.AdiumEmoticonSet/Innocent.png -------------------------------------------------------------------------------- /shared/emoticons/iChat-Complete.AdiumEmoticonSet/Shouting.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/iChat-Complete.AdiumEmoticonSet/Shouting.png -------------------------------------------------------------------------------- /shared/emoticons/iChat-Complete.AdiumEmoticonSet/Sleeping.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/iChat-Complete.AdiumEmoticonSet/Sleeping.png -------------------------------------------------------------------------------- /shared/emoticons/iChat-Complete.AdiumEmoticonSet/Undecided.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/iChat-Complete.AdiumEmoticonSet/Undecided.png -------------------------------------------------------------------------------- /shared/emoticons/Simple Smileys 1.5.AdiumEmoticonset/Blushing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/Simple Smileys 1.5.AdiumEmoticonset/Blushing.png -------------------------------------------------------------------------------- /shared/emoticons/Simple Smileys 1.5.AdiumEmoticonset/Childish.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/Simple Smileys 1.5.AdiumEmoticonset/Childish.png -------------------------------------------------------------------------------- /shared/emoticons/Simple Smileys 1.5.AdiumEmoticonset/Confused.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/Simple Smileys 1.5.AdiumEmoticonset/Confused.png -------------------------------------------------------------------------------- /shared/emoticons/Simple Smileys 1.5.AdiumEmoticonset/Creepy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/Simple Smileys 1.5.AdiumEmoticonset/Creepy.png -------------------------------------------------------------------------------- /shared/emoticons/Simple Smileys 1.5.AdiumEmoticonset/Crying.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/Simple Smileys 1.5.AdiumEmoticonset/Crying.png -------------------------------------------------------------------------------- /shared/emoticons/Simple Smileys 1.5.AdiumEmoticonset/Cthulhu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/Simple Smileys 1.5.AdiumEmoticonset/Cthulhu.png -------------------------------------------------------------------------------- /shared/emoticons/Simple Smileys 1.5.AdiumEmoticonset/Gasping.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/Simple Smileys 1.5.AdiumEmoticonset/Gasping.png -------------------------------------------------------------------------------- /shared/emoticons/Simple Smileys 1.5.AdiumEmoticonset/Greedy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/Simple Smileys 1.5.AdiumEmoticonset/Greedy.png -------------------------------------------------------------------------------- /shared/emoticons/Simple Smileys 1.5.AdiumEmoticonset/Grinning.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/Simple Smileys 1.5.AdiumEmoticonset/Grinning.png -------------------------------------------------------------------------------- /shared/emoticons/Simple Smileys 1.5.AdiumEmoticonset/Happy_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/Simple Smileys 1.5.AdiumEmoticonset/Happy_2.png -------------------------------------------------------------------------------- /shared/emoticons/Simple Smileys 1.5.AdiumEmoticonset/Happy_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/Simple Smileys 1.5.AdiumEmoticonset/Happy_3.png -------------------------------------------------------------------------------- /shared/emoticons/Simple Smileys 1.5.AdiumEmoticonset/Laughing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/Simple Smileys 1.5.AdiumEmoticonset/Laughing.png -------------------------------------------------------------------------------- /shared/emoticons/Simple Smileys 1.5.AdiumEmoticonset/Madness.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/Simple Smileys 1.5.AdiumEmoticonset/Madness.png -------------------------------------------------------------------------------- /shared/emoticons/Simple Smileys 1.5.AdiumEmoticonset/Smiling.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/Simple Smileys 1.5.AdiumEmoticonset/Smiling.png -------------------------------------------------------------------------------- /shared/emoticons/Simple Smileys 1.5.AdiumEmoticonset/Spiteful.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/Simple Smileys 1.5.AdiumEmoticonset/Spiteful.png -------------------------------------------------------------------------------- /shared/emoticons/Simple Smileys 1.5.AdiumEmoticonset/Stupid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/Simple Smileys 1.5.AdiumEmoticonset/Stupid.png -------------------------------------------------------------------------------- /shared/emoticons/Simple Smileys 1.5.AdiumEmoticonset/Thumb_Up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/Simple Smileys 1.5.AdiumEmoticonset/Thumb_Up.png -------------------------------------------------------------------------------- /shared/emoticons/Simple Smileys 1.5.AdiumEmoticonset/Unhappy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/Simple Smileys 1.5.AdiumEmoticonset/Unhappy.png -------------------------------------------------------------------------------- /shared/emoticons/Simple Smileys 1.5.AdiumEmoticonset/Winking.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/Simple Smileys 1.5.AdiumEmoticonset/Winking.png -------------------------------------------------------------------------------- /shared/emoticons/iChat-Complete.AdiumEmoticonSet/Angry-Tongue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/iChat-Complete.AdiumEmoticonSet/Angry-Tongue.png -------------------------------------------------------------------------------- /shared/emoticons/iChat-Complete.AdiumEmoticonSet/Embarrassed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/iChat-Complete.AdiumEmoticonSet/Embarrassed.png -------------------------------------------------------------------------------- /shared/emoticons/iChat-Complete.AdiumEmoticonSet/Mischievous.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/iChat-Complete.AdiumEmoticonSet/Mischievous.png -------------------------------------------------------------------------------- /shared/emoticons/iChat-Complete.AdiumEmoticonSet/Money-Mouth.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/iChat-Complete.AdiumEmoticonSet/Money-Mouth.png -------------------------------------------------------------------------------- /shared/emoticons/iChat-Complete.AdiumEmoticonSet/Not-Amused.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/iChat-Complete.AdiumEmoticonSet/Not-Amused.png -------------------------------------------------------------------------------- /shared/emoticons/iChat-Complete.AdiumEmoticonSet/Wink-Tongue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/iChat-Complete.AdiumEmoticonSet/Wink-Tongue.png -------------------------------------------------------------------------------- /shared/emoticons/Simple Smileys 1.5.AdiumEmoticonset/Malicious.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/Simple Smileys 1.5.AdiumEmoticonset/Malicious.png -------------------------------------------------------------------------------- /shared/emoticons/Simple Smileys 1.5.AdiumEmoticonset/Speechless.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/Simple Smileys 1.5.AdiumEmoticonset/Speechless.png -------------------------------------------------------------------------------- /shared/emoticons/Simple Smileys 1.5.AdiumEmoticonset/Sunglasses.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/Simple Smileys 1.5.AdiumEmoticonset/Sunglasses.png -------------------------------------------------------------------------------- /shared/emoticons/Simple Smileys 1.5.AdiumEmoticonset/Terrified.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/Simple Smileys 1.5.AdiumEmoticonset/Terrified.png -------------------------------------------------------------------------------- /shared/emoticons/Simple Smileys 1.5.AdiumEmoticonset/Thumb_Down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/Simple Smileys 1.5.AdiumEmoticonset/Thumb_Down.png -------------------------------------------------------------------------------- /shared/emoticons/Simple Smileys 1.5.AdiumEmoticonset/Tongue_Out.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/Simple Smileys 1.5.AdiumEmoticonset/Tongue_Out.png -------------------------------------------------------------------------------- /shared/emoticons/Simple Smileys 1.5.AdiumEmoticonset/Uncertain.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/Simple Smileys 1.5.AdiumEmoticonset/Uncertain.png -------------------------------------------------------------------------------- /shared/emoticons/iChat-Complete.AdiumEmoticonSet/Grinning-Wink.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/iChat-Complete.AdiumEmoticonSet/Grinning-Wink.png -------------------------------------------------------------------------------- /shared/emoticons/iChat-Complete.AdiumEmoticonSet/Straight-Faced.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/iChat-Complete.AdiumEmoticonSet/Straight-Faced.png -------------------------------------------------------------------------------- /shared/emoticons/Simple Smileys 1.5.AdiumEmoticonset/Cute_Winking.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/Simple Smileys 1.5.AdiumEmoticonset/Cute_Winking.png -------------------------------------------------------------------------------- /shared/emoticons/Simple Smileys 1.5.AdiumEmoticonset/Lips_Sealed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/Simple Smileys 1.5.AdiumEmoticonset/Lips_Sealed.png -------------------------------------------------------------------------------- /shared/emoticons/Simple Smileys 1.5.AdiumEmoticonset/Tongue_Out_Up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/Simple Smileys 1.5.AdiumEmoticonset/Tongue_Out_Up.png -------------------------------------------------------------------------------- /shared/emoticons/Simple Smileys 1.5.AdiumEmoticonset/Uncertain_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/Simple Smileys 1.5.AdiumEmoticonset/Uncertain_2.png -------------------------------------------------------------------------------- /shared/emoticons/iChat-Complete.AdiumEmoticonSet/Lips-Are-Sealed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/iChat-Complete.AdiumEmoticonSet/Lips-Are-Sealed.png -------------------------------------------------------------------------------- /shared/emoticons/Simple Smileys 1.5.AdiumEmoticonset/Tongue_Out_Left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/Simple Smileys 1.5.AdiumEmoticonset/Tongue_Out_Left.png -------------------------------------------------------------------------------- /shared/emoticons/Simple Smileys 1.5.AdiumEmoticonset/Grinning_Winking.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/Simple Smileys 1.5.AdiumEmoticonset/Grinning_Winking.png -------------------------------------------------------------------------------- /shared/emoticons/Simple Smileys 1.5.AdiumEmoticonset/Tongue_Out_Up_Left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/Simple Smileys 1.5.AdiumEmoticonset/Tongue_Out_Up_Left.png -------------------------------------------------------------------------------- /shared/emoticons/Simple Smileys 1.5.AdiumEmoticonset/Tongue_Out_Winking.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/Simple Smileys 1.5.AdiumEmoticonset/Tongue_Out_Winking.png -------------------------------------------------------------------------------- /shared/emoticons/Simple Smileys 1.5.AdiumEmoticonset/Tongue_Out_Laughing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/javascript-emotify/master/shared/emoticons/Simple Smileys 1.5.AdiumEmoticonset/Tongue_Out_Laughing.png -------------------------------------------------------------------------------- /docs/nd/Data/PreviousMenuState.nd: -------------------------------------------------------------------------------- 1 | (KJavaScript Emotify: Making the web a better place, one tiny image at a time./srv/projects/javascript-emotify/ba-emotify.jsIndex 2 | EverythinggeneralFilesfile Functionsfunction -------------------------------------------------------------------------------- /docs/nd/Data/FileInfo.nd: -------------------------------------------------------------------------------- 1 | 1.4 2 | JavaScript 3 | /srv/projects/javascript-emotify/ba-emotify.js 1258551977 1 JavaScript Emotify: Making the web a better place, one tiny image at a time 4 | /srv/projects/javascript-emotify/ba-emotify.min.js 1258553370 0 /srv/projects/javascript-emotify/ba-emotify.min.js 5 | -------------------------------------------------------------------------------- /examples/config.php: -------------------------------------------------------------------------------- 1 | 8 | Project Home, 9 | Documentation, 10 | Source 11 | 20 | -------------------------------------------------------------------------------- /docs/search/NoResults.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 |
No Matches
-------------------------------------------------------------------------------- /ba-emotify.min.js: -------------------------------------------------------------------------------- 1 | /* 2 | * JavaScript Emotify - v0.6 - 11/17/2009 3 | * http://benalman.com/projects/javascript-emotify/ 4 | * 5 | * Copyright (c) 2009 "Cowboy" Ben Alman 6 | * Dual licensed under the MIT and GPL licenses. 7 | * http://benalman.com/about/license/ 8 | */ 9 | window.emotify=(function(){var a,b,c={},d=[];a=function(e,f){f=f||function(h,j,g,i){j=(j+", "+g).replace(/"/g,""").replace(/'};return e.replace(b,function(j,g,m){var k=0,h=m,l=c[m];if(!l){while(k2){m=c[k].slice(2).concat(k);h=m.length;while(h--){m[h]=m[h].replace(/(\W)/g,"\\$1")}o=m.join("|");d.push({name:k,regexp:new RegExp("^"+o+"$")})}else{o=k.replace(/(\W)/g,"\\$1")}j.push(o)}b=new RegExp("(^|\\s)("+j.join("|")+")(?=(?:$|\\s))","g")}return c};return a})(); -------------------------------------------------------------------------------- /LICENSE-MIT: -------------------------------------------------------------------------------- 1 | Copyright (c) 2009 "Cowboy" Ben Alman 2 | 3 | Permission is hereby granted, free of charge, to any person 4 | obtaining a copy of this software and associated documentation 5 | files (the "Software"), to deal in the Software without 6 | restriction, including without limitation the rights to use, 7 | copy, modify, merge, publish, distribute, sublicense, and/or sell 8 | copies of the Software, and to permit persons to whom the 9 | Software is furnished to do so, subject to the following 10 | conditions: 11 | 12 | The above copyright notice and this permission notice shall be 13 | included in all copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 16 | EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES 17 | OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 18 | NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT 19 | HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 20 | WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 21 | FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 22 | OTHER DEALINGS IN THE SOFTWARE. 23 | -------------------------------------------------------------------------------- /shared/SyntaxHighlighter/scripts/shBrushPlain.js: -------------------------------------------------------------------------------- 1 | /** 2 | * SyntaxHighlighter 3 | * http://alexgorbatchev.com/ 4 | * 5 | * SyntaxHighlighter is donationware. If you are using it, please donate. 6 | * http://alexgorbatchev.com/wiki/SyntaxHighlighter:Donate 7 | * 8 | * @version 9 | * 2.0.320 (May 03 2009) 10 | * 11 | * @copyright 12 | * Copyright (C) 2004-2009 Alex Gorbatchev. 13 | * 14 | * @license 15 | * This file is part of SyntaxHighlighter. 16 | * 17 | * SyntaxHighlighter is free software: you can redistribute it and/or modify 18 | * it under the terms of the GNU Lesser General Public License as published by 19 | * the Free Software Foundation, either version 3 of the License, or 20 | * (at your option) any later version. 21 | * 22 | * SyntaxHighlighter is distributed in the hope that it will be useful, 23 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 24 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 25 | * GNU General Public License for more details. 26 | * 27 | * You should have received a copy of the GNU General Public License 28 | * along with SyntaxHighlighter. If not, see . 29 | */ 30 | SyntaxHighlighter.brushes.Plain = function() 31 | { 32 | }; 33 | 34 | SyntaxHighlighter.brushes.Plain.prototype = new SyntaxHighlighter.Highlighter(); 35 | SyntaxHighlighter.brushes.Plain.aliases = ['text', 'plain']; 36 | -------------------------------------------------------------------------------- /docs/nd/Data/SymbolTable.nd: -------------------------------------------------------------------------------- 1 | (emotify emoticons./srv/projects/javascript-emotify/ba-emotify.jsfunctionpBy default, no emoticons are registered with . Examples./srv/projects/javascript-emotify/ba-emotify.jsgenericsThese working examples, complete with fully commented code, illustrate a few ways in which this plugin can be used.emotify./srv/projects/javascript-emotify/ba-emotify.jsfunctionTurn text into emotified html. Release History./srv/projects/javascript-emotify/ba-emotify.jsgenericLicense./srv/projects/javascript-emotify/ba-emotify.jsgeneric_Copyright (c) 2009 "Cowboy" Ben Alman, Dual licensed under the MIT and GPL licenses. Support and Testing./srv/projects/javascript-emotify/ba-emotify.jsgeneric=Information about what browsers this code has been tested in.IJavaScript Emotify:Making the web a better place,one tiny image at a time./srv/projects/javascript-emotify/ba-emotify.jsfile-Version: 0.6, Last updated: 11/17/2009 Functions./srv/projects/javascript-emotify/ba-emotify.jsgroupemotify 2 | JavaScript./srv/projects/javascript-emotify/ba-emotify.jsimg src="happy*gif"title="happy,:-)"alt=""class="smiley"/ 3 | JavaScript./srv/projects/javascript-emotify/ba-emotify.js img src="sad(gif"title="sad,:-("alt=""class="smiley"/ 4 | JavaScript./srv/projects/javascript-emotify/ba-emotify.js -------------------------------------------------------------------------------- /docs/search/GeneralL.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 |
Loading...
Searching...
No Matches
-------------------------------------------------------------------------------- /docs/search/GeneralF.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 |
Loading...
Searching...
No Matches
-------------------------------------------------------------------------------- /docs/search/GeneralR.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 |
Loading...
Searching...
No Matches
-------------------------------------------------------------------------------- /docs/search/GeneralS.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 |
Loading...
Searching...
No Matches
-------------------------------------------------------------------------------- /shared/emoticons/FeltTip3.AdiumEmoticonSet/theme: -------------------------------------------------------------------------------- 1 | Name=FeltTip Reprised 2 | Description=Crisp, redone versions of the FeltTip set. 3 | Icon=smile.png 4 | Author=Chromakode 5 | 6 | [default] 7 | smile.png :-) :) 8 | wink.png ;-) ;) 9 | # Two types of grin smileys... lets make the old version secret! 10 | grin.png :-D :D :d :-d 11 | ! laughing.png (old:-D) (old:D) (old:-d) (old:d) 12 | meh.png :-P :P :-p :p 13 | frown.png :-( :( 14 | boring.png :-| :| 15 | halfsmile.png :-J :J :-j :j 16 | sleeping.png |-) |) (zzz) 17 | ohmygod.png :-O :O 18 | huh.png :-? :? (?) 19 | unimpressed.png :-/ :/ :-\ :\ 20 | angry.png >:-O >:O >:-o >:o {-O {O {-o {o 21 | sour.png :-$ :$ :-S :S :-s :s 22 | sick.png :-@ :@ 23 | dead.png X-P X-P +-P +P 24 | aww.png :-} :} 25 | blush.png :-> :> :#) 26 | love.png :-* :* (l) (L) \~/s 27 | cool.png B-) B) 28 | nerd.png 8-) 8-i 29 | yeah.png X-D XD 30 | heh.png ;-P ;P ;-p ;p 31 | err.png {:-D {:D oo; OO; 32 | hellyes.png >:-D >:D 33 | erm.png O_o o_O o.O O.o 0_o o_0 o.0 0.o 34 | whistling.png :-" :" 35 | drool.png :-D~ :D~ 36 | peaceout.png :)>- (Y) (peace) 37 | ninja.png (:) (ninja) 38 | star.png (*) 39 | # Secret smiley #2, shameless chromakode logo plug 40 | ! logo.png (Chromakode) (chromakode) 41 | -------------------------------------------------------------------------------- /docs/search/FunctionsE.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 |
Loading...
emoticons, emotify
Searching...
No Matches
-------------------------------------------------------------------------------- /docs/search/FilesJ.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 |
Loading...
Searching...
No Matches
-------------------------------------------------------------------------------- /docs/search/GeneralJ.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 |
Loading...
Searching...
No Matches
-------------------------------------------------------------------------------- /shared/SyntaxHighlighter/scripts/shBrushDiff.js: -------------------------------------------------------------------------------- 1 | /** 2 | * SyntaxHighlighter 3 | * http://alexgorbatchev.com/ 4 | * 5 | * SyntaxHighlighter is donationware. If you are using it, please donate. 6 | * http://alexgorbatchev.com/wiki/SyntaxHighlighter:Donate 7 | * 8 | * @version 9 | * 2.0.320 (May 03 2009) 10 | * 11 | * @copyright 12 | * Copyright (C) 2004-2009 Alex Gorbatchev. 13 | * 14 | * @license 15 | * This file is part of SyntaxHighlighter. 16 | * 17 | * SyntaxHighlighter is free software: you can redistribute it and/or modify 18 | * it under the terms of the GNU Lesser General Public License as published by 19 | * the Free Software Foundation, either version 3 of the License, or 20 | * (at your option) any later version. 21 | * 22 | * SyntaxHighlighter is distributed in the hope that it will be useful, 23 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 24 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 25 | * GNU General Public License for more details. 26 | * 27 | * You should have received a copy of the GNU General Public License 28 | * along with SyntaxHighlighter. If not, see . 29 | */ 30 | SyntaxHighlighter.brushes.Diff = function() 31 | { 32 | this.regexList = [ 33 | { regex: /^\+\+\+.*$/gm, css: 'color2' }, 34 | { regex: /^\-\-\-.*$/gm, css: 'color2' }, 35 | { regex: /^\s.*$/gm, css: 'color1' }, 36 | { regex: /^@@.*@@$/gm, css: 'variable' }, 37 | { regex: /^\+[^\+]{1}.*$/gm, css: 'string' }, 38 | { regex: /^\-[^\-]{1}.*$/gm, css: 'comments' } 39 | ]; 40 | }; 41 | 42 | SyntaxHighlighter.brushes.Diff.prototype = new SyntaxHighlighter.Highlighter(); 43 | SyntaxHighlighter.brushes.Diff.aliases = ['diff', 'patch']; 44 | -------------------------------------------------------------------------------- /docs/search/GeneralE.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 |
Loading...
emoticons, emotify
Searching...
No Matches
-------------------------------------------------------------------------------- /README.markdown: -------------------------------------------------------------------------------- 1 | # JavaScript Emotify: Making the web a better place, one tiny image at a time... # 2 | [http://benalman.com/projects/javascript-emotify/](http://benalman.com/projects/javascript-emotify/) 3 | 4 | Version: 0.6, Last updated: 11/17/2009 5 | 6 | JavaScript Emotify helps make the web a better place, one tiny image at a time... (the original title was "this is what it sounds like when HTML cries" but Prince's lawyers sent me a C&D citing, get this, "bad taste"). Seriously though, this code turns text into "emotified" HTML. You know, like, with smileys. 7 | 8 | Visit the [project page](http://benalman.com/projects/javascript-emotify/) for more information and usage examples! 9 | 10 | 11 | ## Documentation ## 12 | [http://benalman.com/code/projects/javascript-emotify/docs/](http://benalman.com/code/projects/javascript-emotify/docs/) 13 | 14 | 15 | ## Examples ## 16 | These working examples, complete with fully commented code, illustrate a few 17 | ways in which this plugin can be used. 18 | 19 | [http://benalman.com/code/projects/javascript-emotify/examples/emotify/](http://benalman.com/code/projects/javascript-emotify/examples/emotify/) 20 | [http://benalman.com/code/projects/javascript-emotify/examples/adium-emoticonset/](http://benalman.com/code/projects/javascript-emotify/examples/adium-emoticonset/) 21 | 22 | ## Support and Testing ## 23 | Information about what browsers this code has been tested in. 24 | 25 | ### Browsers Tested ### 26 | Internet Explorer 6-8, Firefox 3-3.5, Safari 3-4, Chrome, Opera 9.6-10. 27 | 28 | 29 | ## Release History ## 30 | 31 | 0.6 - (11/17/2009) Minor tweaks and bugfixes 32 | 0.5 - (8/17/2009) Initial release 33 | 34 | 35 | ## License ## 36 | Copyright (c) 2009 "Cowboy" Ben Alman 37 | Dual licensed under the MIT and GPL licenses. 38 | [http://benalman.com/about/license/](http://benalman.com/about/license/) 39 | -------------------------------------------------------------------------------- /docs/javascript/searchdata.js: -------------------------------------------------------------------------------- 1 | var indexSectionsWithContent = { 2 | "General": { 3 | "Symbols": false, 4 | "Numbers": false, 5 | "A": true, 6 | "B": false, 7 | "C": false, 8 | "D": false, 9 | "E": true, 10 | "F": true, 11 | "G": false, 12 | "H": false, 13 | "I": false, 14 | "J": true, 15 | "K": false, 16 | "L": true, 17 | "M": false, 18 | "N": false, 19 | "O": false, 20 | "P": false, 21 | "Q": false, 22 | "R": true, 23 | "S": true, 24 | "T": false, 25 | "U": false, 26 | "V": false, 27 | "W": false, 28 | "X": false, 29 | "Y": false, 30 | "Z": false 31 | }, 32 | "Functions": { 33 | "Symbols": false, 34 | "Numbers": false, 35 | "A": false, 36 | "B": false, 37 | "C": false, 38 | "D": false, 39 | "E": true, 40 | "F": false, 41 | "G": false, 42 | "H": false, 43 | "I": false, 44 | "J": false, 45 | "K": false, 46 | "L": false, 47 | "M": false, 48 | "N": false, 49 | "O": false, 50 | "P": false, 51 | "Q": false, 52 | "R": false, 53 | "S": false, 54 | "T": false, 55 | "U": false, 56 | "V": false, 57 | "W": false, 58 | "X": false, 59 | "Y": false, 60 | "Z": false 61 | }, 62 | "Files": { 63 | "Symbols": false, 64 | "Numbers": false, 65 | "A": false, 66 | "B": false, 67 | "C": false, 68 | "D": false, 69 | "E": false, 70 | "F": false, 71 | "G": false, 72 | "H": false, 73 | "I": false, 74 | "J": true, 75 | "K": false, 76 | "L": false, 77 | "M": false, 78 | "N": false, 79 | "O": false, 80 | "P": false, 81 | "Q": false, 82 | "R": false, 83 | "S": false, 84 | "T": false, 85 | "U": false, 86 | "V": false, 87 | "W": false, 88 | "X": false, 89 | "Y": false, 90 | "Z": false 91 | } 92 | } -------------------------------------------------------------------------------- /docs/nd/Menu.txt: -------------------------------------------------------------------------------- 1 | Format: 1.4 2 | 3 | 4 | # You can add a title and sub-title to your menu like this: 5 | # Title: [project name] 6 | # SubTitle: [subtitle] 7 | 8 | # You can add a footer to your documentation like this: 9 | # Footer: [text] 10 | # If you want to add a copyright notice, this would be the place to do it. 11 | 12 | # You can add a timestamp to your documentation like one of these: 13 | # Timestamp: Generated on month day, year 14 | # Timestamp: Updated mm/dd/yyyy 15 | # Timestamp: Last updated mon day 16 | # 17 | # m - One or two digit month. January is "1" 18 | # mm - Always two digit month. January is "01" 19 | # mon - Short month word. January is "Jan" 20 | # month - Long month word. January is "January" 21 | # d - One or two digit day. 1 is "1" 22 | # dd - Always two digit day. 1 is "01" 23 | # day - Day with letter extension. 1 is "1st" 24 | # yy - Two digit year. 2006 is "06" 25 | # yyyy - Four digit year. 2006 is "2006" 26 | # year - Four digit year. 2006 is "2006" 27 | 28 | 29 | # -------------------------------------------------------------------------- 30 | # 31 | # Cut and paste the lines below to change the order in which your files 32 | # appear on the menu. Don't worry about adding or removing files, Natural 33 | # Docs will take care of that. 34 | # 35 | # You can further organize the menu by grouping the entries. Add a 36 | # "Group: [name] {" line to start a group, and add a "}" to end it. 37 | # 38 | # You can add text and web links to the menu by adding "Text: [text]" and 39 | # "Link: [name] ([URL])" lines, respectively. 40 | # 41 | # The formatting and comments are auto-generated, so don't worry about 42 | # neatness when editing the file. Natural Docs will clean it up the next 43 | # time it is run. When working with groups, just deal with the braces and 44 | # forget about the indentation and comments. 45 | # 46 | # -------------------------------------------------------------------------- 47 | 48 | 49 | File: JavaScript Emotify: Making the web a better place, one tiny image at a time (ba-emotify.js) 50 | 51 | Group: Index { 52 | 53 | Index: Everything 54 | File Index: Files 55 | Function Index: Functions 56 | } # Group: Index 57 | 58 | -------------------------------------------------------------------------------- /shared/SyntaxHighlighter/test.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | SyntaxHighlighter Build Test Page 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 30 | 31 | 32 | 33 |

SyntaxHihglighter Test

34 |

This is a test file to insure that everything is working well.

35 | 36 |
37 | function test() : String
38 | {
39 | 	return 10;
40 | }
41 | 
42 | 43 | -------------------------------------------------------------------------------- /shared/SyntaxHighlighter/scripts/shBrushJScript.js: -------------------------------------------------------------------------------- 1 | /** 2 | * SyntaxHighlighter 3 | * http://alexgorbatchev.com/ 4 | * 5 | * SyntaxHighlighter is donationware. If you are using it, please donate. 6 | * http://alexgorbatchev.com/wiki/SyntaxHighlighter:Donate 7 | * 8 | * @version 9 | * 2.0.320 (May 03 2009) 10 | * 11 | * @copyright 12 | * Copyright (C) 2004-2009 Alex Gorbatchev. 13 | * 14 | * @license 15 | * This file is part of SyntaxHighlighter. 16 | * 17 | * SyntaxHighlighter is free software: you can redistribute it and/or modify 18 | * it under the terms of the GNU Lesser General Public License as published by 19 | * the Free Software Foundation, either version 3 of the License, or 20 | * (at your option) any later version. 21 | * 22 | * SyntaxHighlighter is distributed in the hope that it will be useful, 23 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 24 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 25 | * GNU General Public License for more details. 26 | * 27 | * You should have received a copy of the GNU General Public License 28 | * along with SyntaxHighlighter. If not, see . 29 | */ 30 | SyntaxHighlighter.brushes.JScript = function() 31 | { 32 | var keywords = 'break case catch continue ' + 33 | 'default delete do else false ' + 34 | 'for function if in instanceof ' + 35 | 'new null return super switch ' + 36 | 'this throw true try typeof var while with' 37 | ; 38 | 39 | this.regexList = [ 40 | { regex: SyntaxHighlighter.regexLib.singleLineCComments, css: 'comments' }, // one line comments 41 | { regex: SyntaxHighlighter.regexLib.multiLineCComments, css: 'comments' }, // multiline comments 42 | { regex: SyntaxHighlighter.regexLib.doubleQuotedString, css: 'string' }, // double quoted strings 43 | { regex: SyntaxHighlighter.regexLib.singleQuotedString, css: 'string' }, // single quoted strings 44 | { regex: /\s*#.*/gm, css: 'preprocessor' }, // preprocessor tags like #region and #endregion 45 | { regex: new RegExp(this.getKeywords(keywords), 'gm'), css: 'keyword' } // keywords 46 | ]; 47 | 48 | this.forHtmlScript(SyntaxHighlighter.regexLib.scriptScriptTags); 49 | }; 50 | 51 | SyntaxHighlighter.brushes.JScript.prototype = new SyntaxHighlighter.Highlighter(); 52 | SyntaxHighlighter.brushes.JScript.aliases = ['js', 'jscript', 'javascript']; 53 | -------------------------------------------------------------------------------- /shared/SyntaxHighlighter/scripts/shBrushPython.js: -------------------------------------------------------------------------------- 1 | /** 2 | * SyntaxHighlighter 3 | * http://alexgorbatchev.com/ 4 | * 5 | * SyntaxHighlighter is donationware. If you are using it, please donate. 6 | * http://alexgorbatchev.com/wiki/SyntaxHighlighter:Donate 7 | * 8 | * @version 9 | * 2.0.320 (May 03 2009) 10 | * 11 | * @copyright 12 | * Copyright (C) 2004-2009 Alex Gorbatchev. 13 | * 14 | * @license 15 | * This file is part of SyntaxHighlighter. 16 | * 17 | * SyntaxHighlighter is free software: you can redistribute it and/or modify 18 | * it under the terms of the GNU Lesser General Public License as published by 19 | * the Free Software Foundation, either version 3 of the License, or 20 | * (at your option) any later version. 21 | * 22 | * SyntaxHighlighter is distributed in the hope that it will be useful, 23 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 24 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 25 | * GNU General Public License for more details. 26 | * 27 | * You should have received a copy of the GNU General Public License 28 | * along with SyntaxHighlighter. If not, see . 29 | */ 30 | SyntaxHighlighter.brushes.Python = function() 31 | { 32 | // Contributed by Gheorghe Milas 33 | 34 | var keywords = 'and assert break class continue def del elif else ' + 35 | 'except exec finally for from global if import in is ' + 36 | 'lambda not or pass print raise return try yield while'; 37 | 38 | var special = 'None True False self cls class_'; 39 | 40 | this.regexList = [ 41 | { regex: SyntaxHighlighter.regexLib.singleLinePerlComments, css: 'comments' }, 42 | { regex: /^\s*@\w+/gm, css: 'decorator' }, 43 | { regex: /(['\"]{3})([^\1])*?\1/gm, css: 'comments' }, 44 | { regex: /"(?!")(?:\.|\\\"|[^\""\n])*"/gm, css: 'string' }, 45 | { regex: /'(?!')(?:\.|(\\\')|[^\''\n])*'/gm, css: 'string' }, 46 | { regex: /\+|\-|\*|\/|\%|=|==/gm, css: 'keyword' }, 47 | { regex: /\b\d+\.?\w*/g, css: 'value' }, 48 | { regex: new RegExp(this.getKeywords(keywords), 'gm'), css: 'keyword' }, 49 | { regex: new RegExp(this.getKeywords(special), 'gm'), css: 'color1' } 50 | ]; 51 | 52 | this.forHtmlScript(SyntaxHighlighter.regexLib.aspScriptTags); 53 | }; 54 | 55 | SyntaxHighlighter.brushes.Python.prototype = new SyntaxHighlighter.Highlighter(); 56 | SyntaxHighlighter.brushes.Python.aliases = ['py', 'python']; 57 | -------------------------------------------------------------------------------- /shared/SyntaxHighlighter/scripts/shBrushScala.js: -------------------------------------------------------------------------------- 1 | /** 2 | * SyntaxHighlighter 3 | * http://alexgorbatchev.com/ 4 | * 5 | * SyntaxHighlighter is donationware. If you are using it, please donate. 6 | * http://alexgorbatchev.com/wiki/SyntaxHighlighter:Donate 7 | * 8 | * @version 9 | * 2.0.320 (May 03 2009) 10 | * 11 | * @copyright 12 | * Copyright (C) 2004-2009 Alex Gorbatchev. 13 | * 14 | * @license 15 | * This file is part of SyntaxHighlighter. 16 | * 17 | * SyntaxHighlighter is free software: you can redistribute it and/or modify 18 | * it under the terms of the GNU Lesser General Public License as published by 19 | * the Free Software Foundation, either version 3 of the License, or 20 | * (at your option) any later version. 21 | * 22 | * SyntaxHighlighter is distributed in the hope that it will be useful, 23 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 24 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 25 | * GNU General Public License for more details. 26 | * 27 | * You should have received a copy of the GNU General Public License 28 | * along with SyntaxHighlighter. If not, see . 29 | */ 30 | SyntaxHighlighter.brushes.Scala = function() 31 | { 32 | // Contributed by Yegor Jbanov and David Bernard. 33 | 34 | var keywords = 'val sealed case def true trait implicit forSome import match object null finally super ' + 35 | 'override try lazy for var catch throw type extends class while with new final yield abstract ' + 36 | 'else do if return protected private this package false'; 37 | 38 | var keyops = '[_:=><%#@]+'; 39 | 40 | this.regexList = [ 41 | { regex: SyntaxHighlighter.regexLib.singleLineCComments, css: 'comments' }, // one line comments 42 | { regex: SyntaxHighlighter.regexLib.multiLineCComments, css: 'comments' }, // multiline comments 43 | { regex: SyntaxHighlighter.regexLib.multiLineSingleQuotedString, css: 'string' }, // multi-line strings 44 | { regex: SyntaxHighlighter.regexLib.multiLineDoubleQuotedString, css: 'string' }, // double-quoted string 45 | { regex: SyntaxHighlighter.regexLib.singleQuotedString, css: 'string' }, // strings 46 | { regex: /0x[a-f0-9]+|\d+(\.\d+)?/gi, css: 'value' }, // numbers 47 | { regex: new RegExp(this.getKeywords(keywords), 'gm'), css: 'keyword' }, // keywords 48 | { regex: new RegExp(keyops, 'gm'), css: 'keyword' } // scala keyword 49 | ]; 50 | } 51 | 52 | SyntaxHighlighter.brushes.Scala.prototype = new SyntaxHighlighter.Highlighter(); 53 | SyntaxHighlighter.brushes.Scala.aliases = ['scala']; 54 | -------------------------------------------------------------------------------- /shared/SyntaxHighlighter/scripts/shBrushJava.js: -------------------------------------------------------------------------------- 1 | /** 2 | * SyntaxHighlighter 3 | * http://alexgorbatchev.com/ 4 | * 5 | * SyntaxHighlighter is donationware. If you are using it, please donate. 6 | * http://alexgorbatchev.com/wiki/SyntaxHighlighter:Donate 7 | * 8 | * @version 9 | * 2.0.320 (May 03 2009) 10 | * 11 | * @copyright 12 | * Copyright (C) 2004-2009 Alex Gorbatchev. 13 | * 14 | * @license 15 | * This file is part of SyntaxHighlighter. 16 | * 17 | * SyntaxHighlighter is free software: you can redistribute it and/or modify 18 | * it under the terms of the GNU Lesser General Public License as published by 19 | * the Free Software Foundation, either version 3 of the License, or 20 | * (at your option) any later version. 21 | * 22 | * SyntaxHighlighter is distributed in the hope that it will be useful, 23 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 24 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 25 | * GNU General Public License for more details. 26 | * 27 | * You should have received a copy of the GNU General Public License 28 | * along with SyntaxHighlighter. If not, see . 29 | */ 30 | SyntaxHighlighter.brushes.Java = function() 31 | { 32 | var keywords = 'abstract assert boolean break byte case catch char class const ' + 33 | 'continue default do double else enum extends ' + 34 | 'false final finally float for goto if implements import ' + 35 | 'instanceof int interface long native new null ' + 36 | 'package private protected public return ' + 37 | 'short static strictfp super switch synchronized this throw throws true ' + 38 | 'transient try void volatile while'; 39 | 40 | this.regexList = [ 41 | { regex: SyntaxHighlighter.regexLib.singleLineCComments, css: 'comments' }, // one line comments 42 | { regex: SyntaxHighlighter.regexLib.multiLineCComments, css: 'comments' }, // multiline comments 43 | { regex: SyntaxHighlighter.regexLib.doubleQuotedString, css: 'string' }, // strings 44 | { regex: SyntaxHighlighter.regexLib.singleQuotedString, css: 'string' }, // strings 45 | { regex: /\b([\d]+(\.[\d]+)?|0x[a-f0-9]+)\b/gi, css: 'value' }, // numbers 46 | { regex: /(?!\@interface\b)\@[\$\w]+\b/g, css: 'color1' }, // annotation @anno 47 | { regex: /\@interface\b/g, css: 'color2' }, // @interface keyword 48 | { regex: new RegExp(this.getKeywords(keywords), 'gm'), css: 'keyword' } // java keyword 49 | ]; 50 | 51 | this.forHtmlScript(SyntaxHighlighter.regexLib.aspScriptTags); 52 | }; 53 | 54 | SyntaxHighlighter.brushes.Java.prototype = new SyntaxHighlighter.Highlighter(); 55 | SyntaxHighlighter.brushes.Java.aliases = ['java']; 56 | -------------------------------------------------------------------------------- /shared/SyntaxHighlighter/scripts/shBrushXml.js: -------------------------------------------------------------------------------- 1 | /** 2 | * SyntaxHighlighter 3 | * http://alexgorbatchev.com/ 4 | * 5 | * SyntaxHighlighter is donationware. If you are using it, please donate. 6 | * http://alexgorbatchev.com/wiki/SyntaxHighlighter:Donate 7 | * 8 | * @version 9 | * 2.0.320 (May 03 2009) 10 | * 11 | * @copyright 12 | * Copyright (C) 2004-2009 Alex Gorbatchev. 13 | * 14 | * @license 15 | * This file is part of SyntaxHighlighter. 16 | * 17 | * SyntaxHighlighter is free software: you can redistribute it and/or modify 18 | * it under the terms of the GNU Lesser General Public License as published by 19 | * the Free Software Foundation, either version 3 of the License, or 20 | * (at your option) any later version. 21 | * 22 | * SyntaxHighlighter is distributed in the hope that it will be useful, 23 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 24 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 25 | * GNU General Public License for more details. 26 | * 27 | * You should have received a copy of the GNU General Public License 28 | * along with SyntaxHighlighter. If not, see . 29 | */ 30 | SyntaxHighlighter.brushes.Xml = function() 31 | { 32 | function process(match, regexInfo) 33 | { 34 | var constructor = SyntaxHighlighter.Match, 35 | code = match[0], 36 | tag = new XRegExp('(<|<)[\\s\\/\\?]*(?[:\\w-\\.]+)', 'xg').exec(code), 37 | result = [] 38 | ; 39 | 40 | if (match.attributes != null) 41 | { 42 | var attributes, 43 | regex = new XRegExp('(? [\\w:\\-\\.]+)' + 44 | '\\s*=\\s*' + 45 | '(? ".*?"|\'.*?\'|\\w+)', 46 | 'xg'); 47 | 48 | while ((attributes = regex.exec(code)) != null) 49 | { 50 | result.push(new constructor(attributes.name, match.index + attributes.index, 'color1')); 51 | result.push(new constructor(attributes.value, match.index + attributes.index + attributes[0].indexOf(attributes.value), 'string')); 52 | } 53 | } 54 | 55 | if (tag != null) 56 | result.push( 57 | new constructor(tag.name, match.index + tag[0].indexOf(tag.name), 'keyword') 58 | ); 59 | 60 | return result; 61 | } 62 | 63 | this.regexList = [ 64 | { regex: new XRegExp('(\\<|<)\\!\\[[\\w\\s]*?\\[(.|\\s)*?\\]\\](\\>|>)', 'gm'), css: 'color2' }, // 65 | { regex: new XRegExp('(\\<|<)!--\\s*.*?\\s*--(\\>|>)', 'gm'), css: 'comments' }, // 66 | { regex: new XRegExp('(<|<)[\\s\\/\\?]*(\\w+)(?.*?)[\\s\\/\\?]*(>|>)', 'sg'), func: process } 67 | ]; 68 | }; 69 | 70 | SyntaxHighlighter.brushes.Xml.prototype = new SyntaxHighlighter.Highlighter(); 71 | SyntaxHighlighter.brushes.Xml.aliases = ['xml', 'xhtml', 'xslt', 'html', 'xhtml']; 72 | -------------------------------------------------------------------------------- /shared/SyntaxHighlighter/scripts/shBrushRuby.js: -------------------------------------------------------------------------------- 1 | /** 2 | * SyntaxHighlighter 3 | * http://alexgorbatchev.com/ 4 | * 5 | * SyntaxHighlighter is donationware. If you are using it, please donate. 6 | * http://alexgorbatchev.com/wiki/SyntaxHighlighter:Donate 7 | * 8 | * @version 9 | * 2.0.320 (May 03 2009) 10 | * 11 | * @copyright 12 | * Copyright (C) 2004-2009 Alex Gorbatchev. 13 | * 14 | * @license 15 | * This file is part of SyntaxHighlighter. 16 | * 17 | * SyntaxHighlighter is free software: you can redistribute it and/or modify 18 | * it under the terms of the GNU Lesser General Public License as published by 19 | * the Free Software Foundation, either version 3 of the License, or 20 | * (at your option) any later version. 21 | * 22 | * SyntaxHighlighter is distributed in the hope that it will be useful, 23 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 24 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 25 | * GNU General Public License for more details. 26 | * 27 | * You should have received a copy of the GNU General Public License 28 | * along with SyntaxHighlighter. If not, see . 29 | */ 30 | SyntaxHighlighter.brushes.Ruby = function() 31 | { 32 | // Contributed by Erik Peterson. 33 | 34 | var keywords = 'alias and BEGIN begin break case class def define_method defined do each else elsif ' + 35 | 'END end ensure false for if in module new next nil not or raise redo rescue retry return ' + 36 | 'self super then throw true undef unless until when while yield'; 37 | 38 | var builtins = 'Array Bignum Binding Class Continuation Dir Exception FalseClass File::Stat File Fixnum Fload ' + 39 | 'Hash Integer IO MatchData Method Module NilClass Numeric Object Proc Range Regexp String Struct::TMS Symbol ' + 40 | 'ThreadGroup Thread Time TrueClass'; 41 | 42 | this.regexList = [ 43 | { regex: SyntaxHighlighter.regexLib.singleLinePerlComments, css: 'comments' }, // one line comments 44 | { regex: SyntaxHighlighter.regexLib.doubleQuotedString, css: 'string' }, // double quoted strings 45 | { regex: SyntaxHighlighter.regexLib.singleQuotedString, css: 'string' }, // single quoted strings 46 | { regex: /\b[A-Z0-9_]+\b/g, css: 'constants' }, // constants 47 | { regex: /:[a-z][A-Za-z0-9_]*/g, css: 'color2' }, // symbols 48 | { regex: /(\$|@@|@)\w+/g, css: 'variable bold' }, // $global, @instance, and @@class variables 49 | { regex: new RegExp(this.getKeywords(keywords), 'gm'), css: 'keyword' }, // keywords 50 | { regex: new RegExp(this.getKeywords(builtins), 'gm'), css: 'color1' } // builtins 51 | ]; 52 | 53 | this.forHtmlScript(SyntaxHighlighter.regexLib.aspScriptTags); 54 | }; 55 | 56 | SyntaxHighlighter.brushes.Ruby.prototype = new SyntaxHighlighter.Highlighter(); 57 | SyntaxHighlighter.brushes.Ruby.aliases = ['ruby', 'rails', 'ror']; 58 | -------------------------------------------------------------------------------- /shared/SyntaxHighlighter/scripts/shLegacy.js: -------------------------------------------------------------------------------- 1 | /** 2 | * SyntaxHighlighter 3 | * http://alexgorbatchev.com/ 4 | * 5 | * SyntaxHighlighter is donationware. If you are using it, please donate. 6 | * http://alexgorbatchev.com/wiki/SyntaxHighlighter:Donate 7 | * 8 | * @version 9 | * 2.0.320 (May 03 2009) 10 | * 11 | * @copyright 12 | * Copyright (C) 2004-2009 Alex Gorbatchev. 13 | * 14 | * @license 15 | * This file is part of SyntaxHighlighter. 16 | * 17 | * SyntaxHighlighter is free software: you can redistribute it and/or modify 18 | * it under the terms of the GNU Lesser General Public License as published by 19 | * the Free Software Foundation, either version 3 of the License, or 20 | * (at your option) any later version. 21 | * 22 | * SyntaxHighlighter is distributed in the hope that it will be useful, 23 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 24 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 25 | * GNU General Public License for more details. 26 | * 27 | * You should have received a copy of the GNU General Public License 28 | * along with SyntaxHighlighter. If not, see . 29 | */ 30 | eval(function(p,a,c,k,e,d){e=function(c){return(c35?String.fromCharCode(c+29):c.toString(36))};if(!''.replace(/^/,String)){while(c--){d[e(c)]=k[c]||e(c)}k=[function(e){return d[e]}];e=function(){return'\\w+'};c=1};while(c--){if(k[c]){p=p.replace(new RegExp('\\b'+e(c)+'\\b','g'),k[c])}}return p}('1 y={d:{}};y.d={F:6(S,l,q,k,m,n){6 J(z,Y){1 V=16 15("^"+Y+"\\\\[(?\\\\w+)\\\\]$","14"),x=2;h(1 i=0;i. 29 | */ 30 | SyntaxHighlighter.brushes.JavaFX = function() 31 | { 32 | // Contributed by Patrick Webster 33 | // http://patrickwebster.blogspot.com/2009/04/javafx-brush-for-syntaxhighlighter.html 34 | var datatypes = 'Boolean Byte Character Double Duration ' 35 | + 'Float Integer Long Number Short String Void' 36 | ; 37 | 38 | var keywords = 'abstract after and as assert at before bind bound break catch class ' 39 | + 'continue def delete else exclusive extends false finally first for from ' 40 | + 'function if import in indexof init insert instanceof into inverse last ' 41 | + 'lazy mixin mod nativearray new not null on or override package postinit ' 42 | + 'protected public public-init public-read replace return reverse sizeof ' 43 | + 'step super then this throw true try tween typeof var where while with ' 44 | + 'attribute let private readonly static trigger' 45 | ; 46 | 47 | this.regexList = [ 48 | { regex: SyntaxHighlighter.regexLib.singleLineCComments, css: 'comments' }, 49 | { regex: SyntaxHighlighter.regexLib.multiLineCComments, css: 'comments' }, 50 | { regex: SyntaxHighlighter.regexLib.singleQuotedString, css: 'string' }, 51 | { regex: SyntaxHighlighter.regexLib.doubleQuotedString, css: 'string' }, 52 | { regex: /(-?\.?)(\b(\d*\.?\d+|\d+\.?\d*)(e[+-]?\d+)?|0x[a-f\d]+)\b\.?/gi, css: 'color2' }, // numbers 53 | { regex: new RegExp(this.getKeywords(datatypes), 'gm'), css: 'variable' }, // datatypes 54 | { regex: new RegExp(this.getKeywords(keywords), 'gm'), css: 'keyword' } 55 | ]; 56 | this.forHtmlScript(SyntaxHighlighter.regexLib.aspScriptTags); 57 | }; 58 | 59 | SyntaxHighlighter.brushes.JavaFX.prototype = new SyntaxHighlighter.Highlighter(); 60 | SyntaxHighlighter.brushes.JavaFX.aliases = ['jfx', 'javafx']; 61 | -------------------------------------------------------------------------------- /shared/SyntaxHighlighter/scripts/shBrushCSharp.js: -------------------------------------------------------------------------------- 1 | /** 2 | * SyntaxHighlighter 3 | * http://alexgorbatchev.com/ 4 | * 5 | * SyntaxHighlighter is donationware. If you are using it, please donate. 6 | * http://alexgorbatchev.com/wiki/SyntaxHighlighter:Donate 7 | * 8 | * @version 9 | * 2.0.320 (May 03 2009) 10 | * 11 | * @copyright 12 | * Copyright (C) 2004-2009 Alex Gorbatchev. 13 | * 14 | * @license 15 | * This file is part of SyntaxHighlighter. 16 | * 17 | * SyntaxHighlighter is free software: you can redistribute it and/or modify 18 | * it under the terms of the GNU Lesser General Public License as published by 19 | * the Free Software Foundation, either version 3 of the License, or 20 | * (at your option) any later version. 21 | * 22 | * SyntaxHighlighter is distributed in the hope that it will be useful, 23 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 24 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 25 | * GNU General Public License for more details. 26 | * 27 | * You should have received a copy of the GNU General Public License 28 | * along with SyntaxHighlighter. If not, see . 29 | */ 30 | SyntaxHighlighter.brushes.CSharp = function() 31 | { 32 | var keywords = 'abstract as base bool break byte case catch char checked class const ' + 33 | 'continue decimal default delegate do double else enum event explicit ' + 34 | 'extern false finally fixed float for foreach get goto if implicit in int ' + 35 | 'interface internal is lock long namespace new null object operator out ' + 36 | 'override params private protected public readonly ref return sbyte sealed set ' + 37 | 'short sizeof stackalloc static string struct switch this throw true try ' + 38 | 'typeof uint ulong unchecked unsafe ushort using virtual void while'; 39 | 40 | function fixComments(match, regexInfo) 41 | { 42 | var css = (match[0].indexOf("///") == 0) 43 | ? 'color1' 44 | : 'comments' 45 | ; 46 | 47 | return [new SyntaxHighlighter.Match(match[0], match.index, css)]; 48 | } 49 | 50 | this.regexList = [ 51 | { regex: SyntaxHighlighter.regexLib.singleLineCComments, func : fixComments }, // one line comments 52 | { regex: SyntaxHighlighter.regexLib.multiLineCComments, css: 'comments' }, // multiline comments 53 | { regex: SyntaxHighlighter.regexLib.doubleQuotedString, css: 'string' }, // strings 54 | { regex: SyntaxHighlighter.regexLib.singleQuotedString, css: 'string' }, // strings 55 | { regex: /^\s*#.*/gm, css: 'preprocessor' }, // preprocessor tags like #region and #endregion 56 | { regex: new RegExp(this.getKeywords(keywords), 'gm'), css: 'keyword' } // c# keyword 57 | ]; 58 | 59 | this.forHtmlScript(SyntaxHighlighter.regexLib.aspScriptTags); 60 | }; 61 | 62 | SyntaxHighlighter.brushes.CSharp.prototype = new SyntaxHighlighter.Highlighter(); 63 | SyntaxHighlighter.brushes.CSharp.aliases = ['c#', 'c-sharp', 'csharp']; 64 | 65 | -------------------------------------------------------------------------------- /shared/SyntaxHighlighter/scripts/shBrushVb.js: -------------------------------------------------------------------------------- 1 | /** 2 | * SyntaxHighlighter 3 | * http://alexgorbatchev.com/ 4 | * 5 | * SyntaxHighlighter is donationware. If you are using it, please donate. 6 | * http://alexgorbatchev.com/wiki/SyntaxHighlighter:Donate 7 | * 8 | * @version 9 | * 2.0.320 (May 03 2009) 10 | * 11 | * @copyright 12 | * Copyright (C) 2004-2009 Alex Gorbatchev. 13 | * 14 | * @license 15 | * This file is part of SyntaxHighlighter. 16 | * 17 | * SyntaxHighlighter is free software: you can redistribute it and/or modify 18 | * it under the terms of the GNU Lesser General Public License as published by 19 | * the Free Software Foundation, either version 3 of the License, or 20 | * (at your option) any later version. 21 | * 22 | * SyntaxHighlighter is distributed in the hope that it will be useful, 23 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 24 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 25 | * GNU General Public License for more details. 26 | * 27 | * You should have received a copy of the GNU General Public License 28 | * along with SyntaxHighlighter. If not, see . 29 | */ 30 | SyntaxHighlighter.brushes.Vb = function() 31 | { 32 | var keywords = 'AddHandler AddressOf AndAlso Alias And Ansi As Assembly Auto ' + 33 | 'Boolean ByRef Byte ByVal Call Case Catch CBool CByte CChar CDate ' + 34 | 'CDec CDbl Char CInt Class CLng CObj Const CShort CSng CStr CType ' + 35 | 'Date Decimal Declare Default Delegate Dim DirectCast Do Double Each ' + 36 | 'Else ElseIf End Enum Erase Error Event Exit False Finally For Friend ' + 37 | 'Function Get GetType GoSub GoTo Handles If Implements Imports In ' + 38 | 'Inherits Integer Interface Is Let Lib Like Long Loop Me Mod Module ' + 39 | 'MustInherit MustOverride MyBase MyClass Namespace New Next Not Nothing ' + 40 | 'NotInheritable NotOverridable Object On Option Optional Or OrElse ' + 41 | 'Overloads Overridable Overrides ParamArray Preserve Private Property ' + 42 | 'Protected Public RaiseEvent ReadOnly ReDim REM RemoveHandler Resume ' + 43 | 'Return Select Set Shadows Shared Short Single Static Step Stop String ' + 44 | 'Structure Sub SyncLock Then Throw To True Try TypeOf Unicode Until ' + 45 | 'Variant When While With WithEvents WriteOnly Xor'; 46 | 47 | this.regexList = [ 48 | { regex: /'.*$/gm, css: 'comments' }, // one line comments 49 | { regex: SyntaxHighlighter.regexLib.doubleQuotedString, css: 'string' }, // strings 50 | { regex: /^\s*#.*$/gm, css: 'preprocessor' }, // preprocessor tags like #region and #endregion 51 | { regex: new RegExp(this.getKeywords(keywords), 'gm'), css: 'keyword' } // vb keyword 52 | ]; 53 | 54 | this.forHtmlScript(SyntaxHighlighter.regexLib.aspScriptTags); 55 | }; 56 | 57 | SyntaxHighlighter.brushes.Vb.prototype = new SyntaxHighlighter.Highlighter(); 58 | SyntaxHighlighter.brushes.Vb.aliases = ['vb', 'vbnet']; 59 | -------------------------------------------------------------------------------- /shared/SyntaxHighlighter/scripts/shBrushDelphi.js: -------------------------------------------------------------------------------- 1 | /** 2 | * SyntaxHighlighter 3 | * http://alexgorbatchev.com/ 4 | * 5 | * SyntaxHighlighter is donationware. If you are using it, please donate. 6 | * http://alexgorbatchev.com/wiki/SyntaxHighlighter:Donate 7 | * 8 | * @version 9 | * 2.0.320 (May 03 2009) 10 | * 11 | * @copyright 12 | * Copyright (C) 2004-2009 Alex Gorbatchev. 13 | * 14 | * @license 15 | * This file is part of SyntaxHighlighter. 16 | * 17 | * SyntaxHighlighter is free software: you can redistribute it and/or modify 18 | * it under the terms of the GNU Lesser General Public License as published by 19 | * the Free Software Foundation, either version 3 of the License, or 20 | * (at your option) any later version. 21 | * 22 | * SyntaxHighlighter is distributed in the hope that it will be useful, 23 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 24 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 25 | * GNU General Public License for more details. 26 | * 27 | * You should have received a copy of the GNU General Public License 28 | * along with SyntaxHighlighter. If not, see . 29 | */ 30 | SyntaxHighlighter.brushes.Delphi = function() 31 | { 32 | var keywords = 'abs addr and ansichar ansistring array as asm begin boolean byte cardinal ' + 33 | 'case char class comp const constructor currency destructor div do double ' + 34 | 'downto else end except exports extended false file finalization finally ' + 35 | 'for function goto if implementation in inherited int64 initialization ' + 36 | 'integer interface is label library longint longword mod nil not object ' + 37 | 'of on or packed pansichar pansistring pchar pcurrency pdatetime pextended ' + 38 | 'pint64 pointer private procedure program property pshortstring pstring ' + 39 | 'pvariant pwidechar pwidestring protected public published raise real real48 ' + 40 | 'record repeat set shl shortint shortstring shr single smallint string then ' + 41 | 'threadvar to true try type unit until uses val var varirnt while widechar ' + 42 | 'widestring with word write writeln xor'; 43 | 44 | this.regexList = [ 45 | { regex: /\(\*[\s\S]*?\*\)/gm, css: 'comments' }, // multiline comments (* *) 46 | { regex: /{(?!\$)[\s\S]*?}/gm, css: 'comments' }, // multiline comments { } 47 | { regex: SyntaxHighlighter.regexLib.singleLineCComments, css: 'comments' }, // one line 48 | { regex: SyntaxHighlighter.regexLib.singleQuotedString, css: 'string' }, // strings 49 | { regex: /\{\$[a-zA-Z]+ .+\}/g, css: 'color1' }, // compiler Directives and Region tags 50 | { regex: /\b[\d\.]+\b/g, css: 'value' }, // numbers 12345 51 | { regex: /\$[a-zA-Z0-9]+\b/g, css: 'value' }, // numbers $F5D3 52 | { regex: new RegExp(this.getKeywords(keywords), 'gm'), css: 'keyword' } // keyword 53 | ]; 54 | }; 55 | 56 | SyntaxHighlighter.brushes.Delphi.prototype = new SyntaxHighlighter.Highlighter(); 57 | SyntaxHighlighter.brushes.Delphi.aliases = ['delphi', 'pascal']; 58 | -------------------------------------------------------------------------------- /shared/SyntaxHighlighter/scripts/shBrushAS3.js: -------------------------------------------------------------------------------- 1 | /** 2 | * SyntaxHighlighter 3 | * http://alexgorbatchev.com/ 4 | * 5 | * SyntaxHighlighter is donationware. If you are using it, please donate. 6 | * http://alexgorbatchev.com/wiki/SyntaxHighlighter:Donate 7 | * 8 | * @version 9 | * 2.0.320 (May 03 2009) 10 | * 11 | * @copyright 12 | * Copyright (C) 2004-2009 Alex Gorbatchev. 13 | * 14 | * @license 15 | * This file is part of SyntaxHighlighter. 16 | * 17 | * SyntaxHighlighter is free software: you can redistribute it and/or modify 18 | * it under the terms of the GNU Lesser General Public License as published by 19 | * the Free Software Foundation, either version 3 of the License, or 20 | * (at your option) any later version. 21 | * 22 | * SyntaxHighlighter is distributed in the hope that it will be useful, 23 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 24 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 25 | * GNU General Public License for more details. 26 | * 27 | * You should have received a copy of the GNU General Public License 28 | * along with SyntaxHighlighter. If not, see . 29 | */ 30 | SyntaxHighlighter.brushes.AS3 = function() 31 | { 32 | // Created by Peter Atoria @ http://iAtoria.com 33 | 34 | var inits = 'class interface function package'; 35 | 36 | var keywords = '-Infinity ...rest Array as AS3 Boolean break case catch const continue Date decodeURI ' + 37 | 'decodeURIComponent default delete do dynamic each else encodeURI encodeURIComponent escape ' + 38 | 'extends false final finally flash_proxy for get if implements import in include Infinity ' + 39 | 'instanceof int internal is isFinite isNaN isXMLName label namespace NaN native new null ' + 40 | 'Null Number Object object_proxy override parseFloat parseInt private protected public ' + 41 | 'return set static String super switch this throw true try typeof uint undefined unescape ' + 42 | 'use void while with' 43 | ; 44 | 45 | this.regexList = [ 46 | { regex: SyntaxHighlighter.regexLib.singleLineCComments, css: 'comments' }, // one line comments 47 | { regex: SyntaxHighlighter.regexLib.multiLineCComments, css: 'comments' }, // multiline comments 48 | { regex: SyntaxHighlighter.regexLib.doubleQuotedString, css: 'string' }, // double quoted strings 49 | { regex: SyntaxHighlighter.regexLib.singleQuotedString, css: 'string' }, // single quoted strings 50 | { regex: /\b([\d]+(\.[\d]+)?|0x[a-f0-9]+)\b/gi, css: 'value' }, // numbers 51 | { regex: new RegExp(this.getKeywords(inits), 'gm'), css: 'color3' }, // initializations 52 | { regex: new RegExp(this.getKeywords(keywords), 'gm'), css: 'keyword' }, // keywords 53 | { regex: new RegExp('var', 'gm'), css: 'variable' }, // variable 54 | { regex: new RegExp('trace', 'gm'), css: 'color1' } // trace 55 | ]; 56 | 57 | this.forHtmlScript(SyntaxHighlighter.regexLib.scriptScriptTags); 58 | }; 59 | 60 | SyntaxHighlighter.brushes.AS3.prototype = new SyntaxHighlighter.Highlighter(); 61 | SyntaxHighlighter.brushes.AS3.aliases = ['actionscript3', 'as3']; 62 | -------------------------------------------------------------------------------- /shared/SyntaxHighlighter/scripts/shBrushBash.js: -------------------------------------------------------------------------------- 1 | /** 2 | * SyntaxHighlighter 3 | * http://alexgorbatchev.com/ 4 | * 5 | * SyntaxHighlighter is donationware. If you are using it, please donate. 6 | * http://alexgorbatchev.com/wiki/SyntaxHighlighter:Donate 7 | * 8 | * @version 9 | * 2.0.320 (May 03 2009) 10 | * 11 | * @copyright 12 | * Copyright (C) 2004-2009 Alex Gorbatchev. 13 | * 14 | * @license 15 | * This file is part of SyntaxHighlighter. 16 | * 17 | * SyntaxHighlighter is free software: you can redistribute it and/or modify 18 | * it under the terms of the GNU Lesser General Public License as published by 19 | * the Free Software Foundation, either version 3 of the License, or 20 | * (at your option) any later version. 21 | * 22 | * SyntaxHighlighter is distributed in the hope that it will be useful, 23 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 24 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 25 | * GNU General Public License for more details. 26 | * 27 | * You should have received a copy of the GNU General Public License 28 | * along with SyntaxHighlighter. If not, see . 29 | */ 30 | SyntaxHighlighter.brushes.Bash = function() 31 | { 32 | var keywords = 'if fi then elif else for do done until while break continue case function return in eq ne gt lt ge le'; 33 | var commands = 'alias apropos awk bash bc bg builtin bzip2 cal cat cd cfdisk chgrp chmod chown chroot' + 34 | 'cksum clear cmp comm command cp cron crontab csplit cut date dc dd ddrescue declare df ' + 35 | 'diff diff3 dig dir dircolors dirname dirs du echo egrep eject enable env ethtool eval ' + 36 | 'exec exit expand export expr false fdformat fdisk fg fgrep file find fmt fold format ' + 37 | 'free fsck ftp gawk getopts grep groups gzip hash head history hostname id ifconfig ' + 38 | 'import install join kill less let ln local locate logname logout look lpc lpr lprint ' + 39 | 'lprintd lprintq lprm ls lsof make man mkdir mkfifo mkisofs mknod more mount mtools ' + 40 | 'mv netstat nice nl nohup nslookup open op passwd paste pathchk ping popd pr printcap ' + 41 | 'printenv printf ps pushd pwd quota quotacheck quotactl ram rcp read readonly renice ' + 42 | 'remsync rm rmdir rsync screen scp sdiff sed select seq set sftp shift shopt shutdown ' + 43 | 'sleep sort source split ssh strace su sudo sum symlink sync tail tar tee test time ' + 44 | 'times touch top traceroute trap tr true tsort tty type ulimit umask umount unalias ' + 45 | 'uname unexpand uniq units unset unshar useradd usermod users uuencode uudecode v vdir ' + 46 | 'vi watch wc whereis which who whoami Wget xargs yes' 47 | ; 48 | 49 | this.regexList = [ 50 | { regex: SyntaxHighlighter.regexLib.singleLinePerlComments, css: 'comments' }, // one line comments 51 | { regex: SyntaxHighlighter.regexLib.doubleQuotedString, css: 'string' }, // double quoted strings 52 | { regex: new RegExp(this.getKeywords(keywords), 'gm'), css: 'keyword' }, // keywords 53 | { regex: new RegExp(this.getKeywords(commands), 'gm'), css: 'functions' } // commands 54 | ]; 55 | } 56 | 57 | SyntaxHighlighter.brushes.Bash.prototype = new SyntaxHighlighter.Highlighter(); 58 | SyntaxHighlighter.brushes.Bash.aliases = ['bash', 'shell']; 59 | 60 | -------------------------------------------------------------------------------- /docs/nd/Topics.txt: -------------------------------------------------------------------------------- 1 | Format: 1.4 2 | 3 | # This is the Natural Docs topics file for this project. If you change anything 4 | # here, it will apply to THIS PROJECT ONLY. If you'd like to change something 5 | # for all your projects, edit the Topics.txt in Natural Docs' Config directory 6 | # instead. 7 | 8 | 9 | # If you'd like to prevent keywords from being recognized by Natural Docs, you 10 | # can do it like this: 11 | # Ignore Keywords: [keyword], [keyword], ... 12 | # 13 | # Or you can use the list syntax like how they are defined: 14 | # Ignore Keywords: 15 | # [keyword] 16 | # [keyword], [plural keyword] 17 | # ... 18 | 19 | 20 | #------------------------------------------------------------------------------- 21 | # SYNTAX: 22 | # 23 | # Topic Type: [name] 24 | # Alter Topic Type: [name] 25 | # Creates a new topic type or alters one from the main file. Each type gets 26 | # its own index and behavior settings. Its name can have letters, numbers, 27 | # spaces, and these charaters: - / . ' 28 | # 29 | # Plural: [name] 30 | # Sets the plural name of the topic type, if different. 31 | # 32 | # Keywords: 33 | # [keyword] 34 | # [keyword], [plural keyword] 35 | # ... 36 | # Defines or adds to the list of keywords for the topic type. They may only 37 | # contain letters, numbers, and spaces and are not case sensitive. Plural 38 | # keywords are used for list topics. You can redefine keywords found in the 39 | # main topics file. 40 | # 41 | # Index: [yes|no] 42 | # Whether the topics get their own index. Defaults to yes. Everything is 43 | # included in the general index regardless of this setting. 44 | # 45 | # Scope: [normal|start|end|always global] 46 | # How the topics affects scope. Defaults to normal. 47 | # normal - Topics stay within the current scope. 48 | # start - Topics start a new scope for all the topics beneath it, 49 | # like class topics. 50 | # end - Topics reset the scope back to global for all the topics 51 | # beneath it. 52 | # always global - Topics are defined as global, but do not change the scope 53 | # for any other topics. 54 | # 55 | # Class Hierarchy: [yes|no] 56 | # Whether the topics are part of the class hierarchy. Defaults to no. 57 | # 58 | # Page Title If First: [yes|no] 59 | # Whether the topic's title becomes the page title if it's the first one in 60 | # a file. Defaults to no. 61 | # 62 | # Break Lists: [yes|no] 63 | # Whether list topics should be broken into individual topics in the output. 64 | # Defaults to no. 65 | # 66 | # Can Group With: [type], [type], ... 67 | # Defines a list of topic types that this one can possibly be grouped with. 68 | # Defaults to none. 69 | #------------------------------------------------------------------------------- 70 | 71 | # The following topics are defined in the main file, if you'd like to alter 72 | # their behavior or add keywords: 73 | # 74 | # Generic, Class, Interface, Section, File, Group, Function, Variable, 75 | # Property, Type, Constant, Enumeration, Event, Delegate, Macro, 76 | # Database, Database Table, Database View, Database Index, Database 77 | # Cursor, Database Trigger, Cookie, Build Target 78 | 79 | # If you add something that you think would be useful to other developers 80 | # and should be included in Natural Docs by default, please e-mail it to 81 | # topics [at] naturaldocs [dot] org. 82 | -------------------------------------------------------------------------------- /docs/styles/2.css: -------------------------------------------------------------------------------- 1 | /* 2 | bg: #FDEBDC 3 | bg1: #FFD6AF 4 | bg2: #FFAB59 5 | orange: #FF7F00 6 | brown: #913D00 7 | lt. brown: #C4884F 8 | */ 9 | 10 | .IndexPage #Index { 11 | margin-left: 31ex !important; 12 | } 13 | 14 | #MSelected { 15 | -webkit-border-top-right-radius: 10px; 16 | -webkit-border-bottom-right-radius: 10px; 17 | } 18 | 19 | .MGroup #MSelected { 20 | -webkit-border-top-left-radius: 10px; 21 | -webkit-border-bottom-left-radius: 10px; 22 | } 23 | 24 | .Safari #MSelected { 25 | border-width: 1px; 26 | border-left-width: 0; 27 | } 28 | 29 | .Safari .MGroup #MSelected { 30 | border-left-width: 1px; 31 | } 32 | 33 | .SBorder { 34 | -webkit-border-radius: 20px; 35 | } 36 | 37 | 38 | body { 39 | font-size: 0.75em; 40 | line-height: 1.6em; 41 | font-family: Arial, sans-serif; 42 | } 43 | 44 | a:link, a:visited { 45 | color: #913D00; 46 | text-decoration: underline; 47 | } 48 | 49 | a:hover { 50 | color: #FF7F00; 51 | } 52 | 53 | p { 54 | margin-left: 5ex; 55 | text-indent: 0; 56 | margin-bottom: 0.6em; 57 | } 58 | 59 | .Summary a:link, .Summary a:visited { 60 | text-decoration: none; 61 | } 62 | 63 | .CClass .CTitle, .CInterface .CTitle, .CDatabase .CTitle, .CDatabaseTable .CTitle, .CSection .CTitle, 64 | #MainTopic .CTitle, 65 | .STitle { 66 | text-transform: uppercase; 67 | font-family: "Gill Sans", "Gill Sans MT", Arial, Helvetica, sans-serif; 68 | } 69 | 70 | .CClass .CTitle, .CInterface .CTitle, .CDatabase .CTitle, .CDatabaseTable .CTitle, .CSection .CTitle, 71 | .IPageTitle, 72 | #MainTopic .CTitle { 73 | color: #913D00; 74 | font-size: 22px; 75 | font-weight: 400; 76 | 77 | background: #FDEBDC; 78 | border: none; 79 | } 80 | 81 | .CClass .CTitle, .CInterface .CTitle, .CDatabase .CTitle, .CDatabaseTable .CTitle, .CSection .CTitle { 82 | border-top: 2px solid #913D00; 83 | } 84 | 85 | .CGroup .CTitle { 86 | color: #913D00; 87 | font-family: "Gill Sans", "Gill Sans MT", Arial, Helvetica, sans-serif; 88 | font-weight: 700; 89 | font-size: 130%; 90 | font-variant: none; 91 | border-bottom: 2px solid #913D00; 92 | } 93 | 94 | .CTitle { 95 | border-color: #C4884F; 96 | line-height: 1.2em; 97 | } 98 | 99 | .ContentPage #Content { 100 | background: #FDEBDC; 101 | } 102 | 103 | .STitle { 104 | color: #FF7F00; 105 | font-size: 140%; 106 | font-weight: 700; 107 | margin: 1.2em 0 0.3em; 108 | } 109 | 110 | .CBody pre { 111 | margin-left: 5ex; 112 | } 113 | 114 | .CBody pre, 115 | .CDLEntry { 116 | color: #913D00; 117 | font-family: Monaco, "Courier New", Courier, monospace; 118 | font-size: 9pt; 119 | } 120 | 121 | .SBorder { 122 | background-color: #fff; 123 | border: 1px solid #913D00; 124 | padding: 15px; 125 | } 126 | 127 | .SMarked { 128 | background-color: #eee; 129 | } 130 | 131 | .ContentPage, .IndexPage, .FramedMenuPage { 132 | background-color: #FFAB59; 133 | } 134 | 135 | .MEntry a:link, .MEntry a:hover, .MEntry a:visited, 136 | .MGroup a:link, .MGroup a:hover, .MGroup a:visited { 137 | color: #000; 138 | } 139 | 140 | #MSearchField { 141 | color: #913D00; 142 | background: #FDEBDC; 143 | } 144 | 145 | #Footer a:link, #Footer a:hover, #Footer a:visited { 146 | color: #913D00; 147 | } 148 | 149 | .INavigationBar { 150 | background: #FFD6AF; 151 | border-top: 1px solid #000; 152 | border-bottom: 1px solid #000; 153 | } 154 | 155 | #MSelected { 156 | color: #913D00; 157 | border-color: #913D00; 158 | } 159 | 160 | 161 | 162 | -------------------------------------------------------------------------------- /docs/index/Files.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | File Index 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 |
File Index
$#! · 0-9 · A · B · C · D · E · F · G · H · I · J · K · L · M · N · O · P · Q · R · S · T · U · V · W · X · Y · Z
J
 JavaScript Emotify:Making the web a better place,one tiny image at a time
15 | 16 |
Version: 0.6, Last updated: 11/17/2009
17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 27 | 28 | 29 | 30 | 31 | 32 | -------------------------------------------------------------------------------- /shared/SyntaxHighlighter/scripts/shBrushGroovy.js: -------------------------------------------------------------------------------- 1 | /** 2 | * SyntaxHighlighter 3 | * http://alexgorbatchev.com/ 4 | * 5 | * SyntaxHighlighter is donationware. If you are using it, please donate. 6 | * http://alexgorbatchev.com/wiki/SyntaxHighlighter:Donate 7 | * 8 | * @version 9 | * 2.0.320 (May 03 2009) 10 | * 11 | * @copyright 12 | * Copyright (C) 2004-2009 Alex Gorbatchev. 13 | * 14 | * @license 15 | * This file is part of SyntaxHighlighter. 16 | * 17 | * SyntaxHighlighter is free software: you can redistribute it and/or modify 18 | * it under the terms of the GNU Lesser General Public License as published by 19 | * the Free Software Foundation, either version 3 of the License, or 20 | * (at your option) any later version. 21 | * 22 | * SyntaxHighlighter is distributed in the hope that it will be useful, 23 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 24 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 25 | * GNU General Public License for more details. 26 | * 27 | * You should have received a copy of the GNU General Public License 28 | * along with SyntaxHighlighter. If not, see . 29 | */ 30 | SyntaxHighlighter.brushes.Groovy = function() 31 | { 32 | // Contributed by Andres Almiray 33 | // http://jroller.com/aalmiray/entry/nice_source_code_syntax_highlighter 34 | 35 | var keywords = 'as assert break case catch class continue def default do else extends finally ' + 36 | 'if in implements import instanceof interface new package property return switch ' + 37 | 'throw throws try while public protected private static'; 38 | var types = 'void boolean byte char short int long float double'; 39 | var constants = 'null'; 40 | var methods = 'allProperties count get size '+ 41 | 'collect each eachProperty eachPropertyName eachWithIndex find findAll ' + 42 | 'findIndexOf grep inject max min reverseEach sort ' + 43 | 'asImmutable asSynchronized flatten intersect join pop reverse subMap toList ' + 44 | 'padRight padLeft contains eachMatch toCharacter toLong toUrl tokenize ' + 45 | 'eachFile eachFileRecurse eachB yte eachLine readBytes readLine getText ' + 46 | 'splitEachLine withReader append encodeBase64 decodeBase64 filterLine ' + 47 | 'transformChar transformLine withOutputStream withPrintWriter withStream ' + 48 | 'withStreams withWriter withWriterAppend write writeLine '+ 49 | 'dump inspect invokeMethod print println step times upto use waitForOrKill '+ 50 | 'getText'; 51 | 52 | this.regexList = [ 53 | { regex: SyntaxHighlighter.regexLib.singleLineCComments, css: 'comments' }, // one line comments 54 | { regex: SyntaxHighlighter.regexLib.multiLineCComments, css: 'comments' }, // multiline comments 55 | { regex: SyntaxHighlighter.regexLib.doubleQuotedString, css: 'string' }, // strings 56 | { regex: SyntaxHighlighter.regexLib.singleQuotedString, css: 'string' }, // strings 57 | { regex: /""".*"""/g, css: 'string' }, // GStrings 58 | { regex: new RegExp('\\b([\\d]+(\\.[\\d]+)?|0x[a-f0-9]+)\\b', 'gi'), css: 'value' }, // numbers 59 | { regex: new RegExp(this.getKeywords(keywords), 'gm'), css: 'keyword' }, // goovy keyword 60 | { regex: new RegExp(this.getKeywords(types), 'gm'), css: 'color1' }, // goovy/java type 61 | { regex: new RegExp(this.getKeywords(constants), 'gm'), css: 'constants' }, // constants 62 | { regex: new RegExp(this.getKeywords(methods), 'gm'), css: 'functions' } // methods 63 | ]; 64 | 65 | this.forHtmlScript(SyntaxHighlighter.regexLib.aspScriptTags); 66 | } 67 | 68 | SyntaxHighlighter.brushes.Groovy.prototype = new SyntaxHighlighter.Highlighter(); 69 | SyntaxHighlighter.brushes.Groovy.aliases = ['groovy']; 70 | -------------------------------------------------------------------------------- /shared/SyntaxHighlighter/scripts/shBrushSql.js: -------------------------------------------------------------------------------- 1 | /** 2 | * SyntaxHighlighter 3 | * http://alexgorbatchev.com/ 4 | * 5 | * SyntaxHighlighter is donationware. If you are using it, please donate. 6 | * http://alexgorbatchev.com/wiki/SyntaxHighlighter:Donate 7 | * 8 | * @version 9 | * 2.0.320 (May 03 2009) 10 | * 11 | * @copyright 12 | * Copyright (C) 2004-2009 Alex Gorbatchev. 13 | * 14 | * @license 15 | * This file is part of SyntaxHighlighter. 16 | * 17 | * SyntaxHighlighter is free software: you can redistribute it and/or modify 18 | * it under the terms of the GNU Lesser General Public License as published by 19 | * the Free Software Foundation, either version 3 of the License, or 20 | * (at your option) any later version. 21 | * 22 | * SyntaxHighlighter is distributed in the hope that it will be useful, 23 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 24 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 25 | * GNU General Public License for more details. 26 | * 27 | * You should have received a copy of the GNU General Public License 28 | * along with SyntaxHighlighter. If not, see . 29 | */ 30 | SyntaxHighlighter.brushes.Sql = function() 31 | { 32 | var funcs = 'abs avg case cast coalesce convert count current_timestamp ' + 33 | 'current_user day isnull left lower month nullif replace right ' + 34 | 'session_user space substring sum system_user upper user year'; 35 | 36 | var keywords = 'absolute action add after alter as asc at authorization begin bigint ' + 37 | 'binary bit by cascade char character check checkpoint close collate ' + 38 | 'column commit committed connect connection constraint contains continue ' + 39 | 'create cube current current_date current_time cursor database date ' + 40 | 'deallocate dec decimal declare default delete desc distinct double drop ' + 41 | 'dynamic else end end-exec escape except exec execute false fetch first ' + 42 | 'float for force foreign forward free from full function global goto grant ' + 43 | 'group grouping having hour ignore index inner insensitive insert instead ' + 44 | 'int integer intersect into is isolation key last level load local max min ' + 45 | 'minute modify move name national nchar next no numeric of off on only ' + 46 | 'open option order out output partial password precision prepare primary ' + 47 | 'prior privileges procedure public read real references relative repeatable ' + 48 | 'restrict return returns revoke rollback rollup rows rule schema scroll ' + 49 | 'second section select sequence serializable set size smallint static ' + 50 | 'statistics table temp temporary then time timestamp to top transaction ' + 51 | 'translation trigger true truncate uncommitted union unique update values ' + 52 | 'varchar varying view when where with work'; 53 | 54 | var operators = 'all and any between cross in join like not null or outer some'; 55 | 56 | this.regexList = [ 57 | { regex: /--(.*)$/gm, css: 'comments' }, // one line and multiline comments 58 | { regex: SyntaxHighlighter.regexLib.multiLineDoubleQuotedString, css: 'string' }, // double quoted strings 59 | { regex: SyntaxHighlighter.regexLib.multiLineSingleQuotedString, css: 'string' }, // single quoted strings 60 | { regex: new RegExp(this.getKeywords(funcs), 'gmi'), css: 'color2' }, // functions 61 | { regex: new RegExp(this.getKeywords(operators), 'gmi'), css: 'color1' }, // operators and such 62 | { regex: new RegExp(this.getKeywords(keywords), 'gmi'), css: 'keyword' } // keyword 63 | ]; 64 | }; 65 | 66 | SyntaxHighlighter.brushes.Sql.prototype = new SyntaxHighlighter.Highlighter(); 67 | SyntaxHighlighter.brushes.Sql.aliases = ['sql']; 68 | 69 | -------------------------------------------------------------------------------- /docs/index/Functions.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | Function Index 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 |
Function Index
$#! · 0-9 · A · B · C · D · E · F · G · H · I · J · K · L · M · N · O · P · Q · R · S · T · U · V · W · X · Y · Z
E
 emoticons, emotify
 emotify
15 | 16 |
By default, no emoticons are registered with emotify.
Turn text into emotified html.
17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 27 | 28 | 29 | 30 | 31 | 32 | -------------------------------------------------------------------------------- /shared/SyntaxHighlighter/scripts/shBrushPerl.js: -------------------------------------------------------------------------------- 1 | /** 2 | * SyntaxHighlighter 3 | * http://alexgorbatchev.com/ 4 | * 5 | * SyntaxHighlighter is donationware. If you are using it, please donate. 6 | * http://alexgorbatchev.com/wiki/SyntaxHighlighter:Donate 7 | * 8 | * @version 9 | * 2.0.320 (May 03 2009) 10 | * 11 | * @copyright 12 | * Copyright (C) 2004-2009 Alex Gorbatchev. 13 | * 14 | * @license 15 | * This file is part of SyntaxHighlighter. 16 | * 17 | * SyntaxHighlighter is free software: you can redistribute it and/or modify 18 | * it under the terms of the GNU Lesser General Public License as published by 19 | * the Free Software Foundation, either version 3 of the License, or 20 | * (at your option) any later version. 21 | * 22 | * SyntaxHighlighter is distributed in the hope that it will be useful, 23 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 24 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 25 | * GNU General Public License for more details. 26 | * 27 | * You should have received a copy of the GNU General Public License 28 | * along with SyntaxHighlighter. If not, see . 29 | */ 30 | SyntaxHighlighter.brushes.Perl = function() 31 | { 32 | // Contributed by David Simmons-Duffin and Marty Kube 33 | 34 | var funcs = 35 | 'abs accept alarm atan2 bind binmode chdir chmod chomp chop chown chr ' + 36 | 'chroot close closedir connect cos crypt defined delete each endgrent ' + 37 | 'endhostent endnetent endprotoent endpwent endservent eof exec exists ' + 38 | 'exp fcntl fileno flock fork format formline getc getgrent getgrgid ' + 39 | 'getgrnam gethostbyaddr gethostbyname gethostent getlogin getnetbyaddr ' + 40 | 'getnetbyname getnetent getpeername getpgrp getppid getpriority ' + 41 | 'getprotobyname getprotobynumber getprotoent getpwent getpwnam getpwuid ' + 42 | 'getservbyname getservbyport getservent getsockname getsockopt glob ' + 43 | 'gmtime grep hex index int ioctl join keys kill lc lcfirst length link ' + 44 | 'listen localtime lock log lstat map mkdir msgctl msgget msgrcv msgsnd ' + 45 | 'oct open opendir ord pack pipe pop pos print printf prototype push ' + 46 | 'quotemeta rand read readdir readline readlink readpipe recv rename ' + 47 | 'reset reverse rewinddir rindex rmdir scalar seek seekdir select semctl ' + 48 | 'semget semop send setgrent sethostent setnetent setpgrp setpriority ' + 49 | 'setprotoent setpwent setservent setsockopt shift shmctl shmget shmread ' + 50 | 'shmwrite shutdown sin sleep socket socketpair sort splice split sprintf ' + 51 | 'sqrt srand stat study substr symlink syscall sysopen sysread sysseek ' + 52 | 'system syswrite tell telldir time times tr truncate uc ucfirst umask ' + 53 | 'undef unlink unpack unshift utime values vec wait waitpid warn write'; 54 | 55 | var keywords = 56 | 'bless caller continue dbmclose dbmopen die do dump else elsif eval exit ' + 57 | 'for foreach goto if import last local my next no our package redo ref ' + 58 | 'require return sub tie tied unless untie until use wantarray while'; 59 | 60 | this.regexList = [ 61 | { regex: new RegExp('#[^!].*$', 'gm'), css: 'comments' }, 62 | { regex: new RegExp('^\\s*#!.*$', 'gm'), css: 'preprocessor' }, // shebang 63 | { regex: SyntaxHighlighter.regexLib.doubleQuotedString, css: 'string' }, 64 | { regex: SyntaxHighlighter.regexLib.singleQuotedString, css: 'string' }, 65 | { regex: new RegExp('(\\$|@|%)\\w+', 'g'), css: 'variable' }, 66 | { regex: new RegExp(this.getKeywords(funcs), 'gmi'), css: 'functions' }, 67 | { regex: new RegExp(this.getKeywords(keywords), 'gm'), css: 'keyword' } 68 | ]; 69 | 70 | this.forHtmlScript(SyntaxHighlighter.regexLib.phpScriptTags); 71 | } 72 | 73 | SyntaxHighlighter.brushes.Perl.prototype = new SyntaxHighlighter.Highlighter(); 74 | SyntaxHighlighter.brushes.Perl.aliases = ['perl', 'Perl', 'pl']; -------------------------------------------------------------------------------- /shared/SyntaxHighlighter/scripts/shBrushPowerShell.js: -------------------------------------------------------------------------------- 1 | /** 2 | * SyntaxHighlighter 3 | * http://alexgorbatchev.com/ 4 | * 5 | * SyntaxHighlighter is donationware. If you are using it, please donate. 6 | * http://alexgorbatchev.com/wiki/SyntaxHighlighter:Donate 7 | * 8 | * @version 9 | * 2.0.320 (May 03 2009) 10 | * 11 | * @copyright 12 | * Copyright (C) 2004-2009 Alex Gorbatchev. 13 | * 14 | * @license 15 | * This file is part of SyntaxHighlighter. 16 | * 17 | * SyntaxHighlighter is free software: you can redistribute it and/or modify 18 | * it under the terms of the GNU Lesser General Public License as published by 19 | * the Free Software Foundation, either version 3 of the License, or 20 | * (at your option) any later version. 21 | * 22 | * SyntaxHighlighter is distributed in the hope that it will be useful, 23 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 24 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 25 | * GNU General Public License for more details. 26 | * 27 | * You should have received a copy of the GNU General Public License 28 | * along with SyntaxHighlighter. If not, see . 29 | */ 30 | SyntaxHighlighter.brushes.PowerShell = function() 31 | { 32 | // Contributes by B.v.Zanten, Getronics 33 | // http://confluence.atlassian.com/display/CONFEXT/New+Code+Macro 34 | 35 | var keywords = 'Add-Content Add-History Add-Member Add-PSSnapin Clear(-Content)? Clear-Item ' + 36 | 'Clear-ItemProperty Clear-Variable Compare-Object ConvertFrom-SecureString Convert-Path ' + 37 | 'ConvertTo-Html ConvertTo-SecureString Copy(-Item)? Copy-ItemProperty Export-Alias ' + 38 | 'Export-Clixml Export-Console Export-Csv ForEach(-Object)? Format-Custom Format-List ' + 39 | 'Format-Table Format-Wide Get-Acl Get-Alias Get-AuthenticodeSignature Get-ChildItem Get-Command ' + 40 | 'Get-Content Get-Credential Get-Culture Get-Date Get-EventLog Get-ExecutionPolicy ' + 41 | 'Get-Help Get-History Get-Host Get-Item Get-ItemProperty Get-Location Get-Member ' + 42 | 'Get-PfxCertificate Get-Process Get-PSDrive Get-PSProvider Get-PSSnapin Get-Service ' + 43 | 'Get-TraceSource Get-UICulture Get-Unique Get-Variable Get-WmiObject Group-Object ' + 44 | 'Import-Alias Import-Clixml Import-Csv Invoke-Expression Invoke-History Invoke-Item ' + 45 | 'Join-Path Measure-Command Measure-Object Move(-Item)? Move-ItemProperty New-Alias ' + 46 | 'New-Item New-ItemProperty New-Object New-PSDrive New-Service New-TimeSpan ' + 47 | 'New-Variable Out-Default Out-File Out-Host Out-Null Out-Printer Out-String Pop-Location ' + 48 | 'Push-Location Read-Host Remove-Item Remove-ItemProperty Remove-PSDrive Remove-PSSnapin ' + 49 | 'Remove-Variable Rename-Item Rename-ItemProperty Resolve-Path Restart-Service Resume-Service ' + 50 | 'Select-Object Select-String Set-Acl Set-Alias Set-AuthenticodeSignature Set-Content ' + 51 | 'Set-Date Set-ExecutionPolicy Set-Item Set-ItemProperty Set-Location Set-PSDebug ' + 52 | 'Set-Service Set-TraceSource Set(-Variable)? Sort-Object Split-Path Start-Service ' + 53 | 'Start-Sleep Start-Transcript Stop-Process Stop-Service Stop-Transcript Suspend-Service ' + 54 | 'Tee-Object Test-Path Trace-Command Update-FormatData Update-TypeData Where(-Object)? ' + 55 | 'Write-Debug Write-Error Write(-Host)? Write-Output Write-Progress Write-Verbose Write-Warning'; 56 | var alias = 'ac asnp clc cli clp clv cpi cpp cvpa diff epal epcsv fc fl ' + 57 | 'ft fw gal gc gci gcm gdr ghy gi gl gm gp gps group gsv ' + 58 | 'gsnp gu gv gwmi iex ihy ii ipal ipcsv mi mp nal ndr ni nv oh rdr ' + 59 | 'ri rni rnp rp rsnp rv rvpa sal sasv sc select si sl sleep sort sp ' + 60 | 'spps spsv sv tee cat cd cp h history kill lp ls ' + 61 | 'mount mv popd ps pushd pwd r rm rmdir echo cls chdir del dir ' + 62 | 'erase rd ren type % \\?'; 63 | 64 | this.regexList = [ 65 | { regex: /#.*$/gm, css: 'comments' }, // one line comments 66 | { regex: /\$[a-zA-Z0-9]+\b/g, css: 'value' }, // variables $Computer1 67 | { regex: /\-[a-zA-Z]+\b/g, css: 'keyword' }, // Operators -not -and -eq 68 | { regex: SyntaxHighlighter.regexLib.doubleQuotedString, css: 'string' }, // strings 69 | { regex: SyntaxHighlighter.regexLib.singleQuotedString, css: 'string' }, // strings 70 | { regex: new RegExp(this.getKeywords(keywords), 'gmi'), css: 'keyword' }, 71 | { regex: new RegExp(this.getKeywords(alias), 'gmi'), css: 'keyword' } 72 | ]; 73 | }; 74 | 75 | SyntaxHighlighter.brushes.PowerShell.prototype = new SyntaxHighlighter.Highlighter(); 76 | SyntaxHighlighter.brushes.PowerShell.aliases = ['powershell', 'ps']; 77 | -------------------------------------------------------------------------------- /shared/SyntaxHighlighter/styles/shThemeEmacs.css: -------------------------------------------------------------------------------- 1 | /** 2 | * SyntaxHighlighter 3 | * http://alexgorbatchev.com/ 4 | * 5 | * SyntaxHighlighter is donationware. If you are using it, please donate. 6 | * http://alexgorbatchev.com/wiki/SyntaxHighlighter:Donate 7 | * 8 | * @version 9 | * 2.0.320 (May 03 2009) 10 | * 11 | * @copyright 12 | * Copyright (C) 2004-2009 Alex Gorbatchev. 13 | * 14 | * @license 15 | * This file is part of SyntaxHighlighter. 16 | * 17 | * SyntaxHighlighter is free software: you can redistribute it and/or modify 18 | * it under the terms of the GNU Lesser General Public License as published by 19 | * the Free Software Foundation, either version 3 of the License, or 20 | * (at your option) any later version. 21 | * 22 | * SyntaxHighlighter is distributed in the hope that it will be useful, 23 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 24 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 25 | * GNU General Public License for more details. 26 | * 27 | * You should have received a copy of the GNU General Public License 28 | * along with SyntaxHighlighter. If not, see . 29 | */ 30 | /** 31 | * Emacs SyntaxHighlighter theme based on theme by Joshua Emmons 32 | * http://www.skia.net/ 33 | */ 34 | 35 | /************************************ 36 | * Interface elements. 37 | ************************************/ 38 | 39 | .syntaxhighlighter 40 | { 41 | background-color: #000000 !important; 42 | } 43 | 44 | /* Gutter line numbers */ 45 | .syntaxhighlighter .line .number 46 | { 47 | color: #D3D3D3 !important; 48 | } 49 | 50 | /* Add border to the lines */ 51 | .syntaxhighlighter .line .content 52 | { 53 | border-left: 3px solid #990000 !important; 54 | color: #B9BDB6 !important; 55 | } 56 | 57 | .syntaxhighlighter.printing .line .content 58 | { 59 | border: 0 !important; 60 | } 61 | 62 | /* First line */ 63 | .syntaxhighlighter .line.alt1 .content 64 | { 65 | } 66 | 67 | /* Second line */ 68 | .syntaxhighlighter .line.alt2 .content 69 | { 70 | background-color: #0f0f0f !important; 71 | } 72 | 73 | .syntaxhighlighter .line .content .block 74 | { 75 | background: url(wrapping.png) 0 1.1em no-repeat !important; 76 | } 77 | 78 | /* Highlighed line number */ 79 | .syntaxhighlighter .line.highlighted .number 80 | { 81 | background-color: #435A5F !important; 82 | color: #fff !important; 83 | } 84 | 85 | /* Highlighed line */ 86 | .syntaxhighlighter .line.highlighted.alt1 .content, 87 | .syntaxhighlighter .line.highlighted.alt2 .content 88 | { 89 | background-color: #435A5F !important; 90 | } 91 | 92 | .syntaxhighlighter .ruler 93 | { 94 | color: silver !important; 95 | background-color: #000000 !important; 96 | border-left: 3px solid #990000 !important; 97 | } 98 | 99 | .syntaxhighlighter.nogutter .ruler 100 | { 101 | border: 0 !important; 102 | } 103 | 104 | .syntaxhighlighter .toolbar 105 | { 106 | background-color: #000000 !important; 107 | border: #000000 solid 1px !important; 108 | } 109 | 110 | .syntaxhighlighter .toolbar a 111 | { 112 | color: #646763 !important; 113 | } 114 | 115 | .syntaxhighlighter .toolbar a:hover 116 | { 117 | color: #9CCFF4 !important; 118 | } 119 | 120 | /************************************ 121 | * Actual syntax highlighter colors. 122 | ************************************/ 123 | .syntaxhighlighter .plain, 124 | .syntaxhighlighter .plain a 125 | { 126 | color: #D3D3D3 !important; 127 | } 128 | 129 | .syntaxhighlighter .comments, 130 | .syntaxhighlighter .comments a 131 | { 132 | color: #FF7D27 !important; 133 | } 134 | 135 | .syntaxhighlighter .string, 136 | .syntaxhighlighter .string a 137 | { 138 | color: #FF9E7B !important; 139 | } 140 | 141 | .syntaxhighlighter .keyword 142 | { 143 | color: #00FFFF !important; 144 | } 145 | 146 | .syntaxhighlighter .preprocessor 147 | { 148 | color: #AEC4DE !important; 149 | } 150 | 151 | .syntaxhighlighter .variable 152 | { 153 | color: #FFAA3E !important; 154 | } 155 | 156 | .syntaxhighlighter .value 157 | { 158 | color: #090 !important; 159 | } 160 | 161 | .syntaxhighlighter .functions 162 | { 163 | color: #81CEF9 !important; 164 | } 165 | 166 | .syntaxhighlighter .constants 167 | { 168 | color: #FF9E7B !important; 169 | } 170 | 171 | .syntaxhighlighter .script 172 | { 173 | background-color: #990000 !important; 174 | } 175 | 176 | .syntaxhighlighter .color1, 177 | .syntaxhighlighter .color1 a 178 | { 179 | color: #EBDB8D !important; 180 | } 181 | 182 | .syntaxhighlighter .color2, 183 | .syntaxhighlighter .color2 a 184 | { 185 | color: #FF7D27 !important; 186 | } 187 | 188 | .syntaxhighlighter .color3, 189 | .syntaxhighlighter .color3 a 190 | { 191 | color: #AEC4DE !important; 192 | } 193 | -------------------------------------------------------------------------------- /shared/SyntaxHighlighter/styles/shThemeMidnight.css: -------------------------------------------------------------------------------- 1 | /** 2 | * SyntaxHighlighter 3 | * http://alexgorbatchev.com/ 4 | * 5 | * SyntaxHighlighter is donationware. If you are using it, please donate. 6 | * http://alexgorbatchev.com/wiki/SyntaxHighlighter:Donate 7 | * 8 | * @version 9 | * 2.0.320 (May 03 2009) 10 | * 11 | * @copyright 12 | * Copyright (C) 2004-2009 Alex Gorbatchev. 13 | * 14 | * @license 15 | * This file is part of SyntaxHighlighter. 16 | * 17 | * SyntaxHighlighter is free software: you can redistribute it and/or modify 18 | * it under the terms of the GNU Lesser General Public License as published by 19 | * the Free Software Foundation, either version 3 of the License, or 20 | * (at your option) any later version. 21 | * 22 | * SyntaxHighlighter is distributed in the hope that it will be useful, 23 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 24 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 25 | * GNU General Public License for more details. 26 | * 27 | * You should have received a copy of the GNU General Public License 28 | * along with SyntaxHighlighter. If not, see . 29 | */ 30 | /** 31 | * Midnight SyntaxHighlighter theme based on theme by J.D. Myers 32 | * http://webdesign.lsnjd.com/ 33 | */ 34 | 35 | /************************************ 36 | * Interface elements. 37 | ************************************/ 38 | 39 | .syntaxhighlighter 40 | { 41 | background-color: #0F192A !important; 42 | } 43 | 44 | /* Gutter line numbers */ 45 | .syntaxhighlighter .line .number 46 | { 47 | color: #38566F !important; 48 | } 49 | 50 | /* Add border to the lines */ 51 | .syntaxhighlighter .line .content 52 | { 53 | border-left: 3px solid #435A5F !important; 54 | color: #B9BDB6 !important; 55 | } 56 | 57 | .syntaxhighlighter.printing .line .content 58 | { 59 | border: 0 !important; 60 | } 61 | 62 | /* First line */ 63 | .syntaxhighlighter .line.alt1 .content 64 | { 65 | background-color: #0F192A !important; 66 | } 67 | 68 | /* Second line */ 69 | .syntaxhighlighter .line.alt2 .content 70 | { 71 | background-color: #0F192A !important; 72 | } 73 | 74 | .syntaxhighlighter .line .content .block 75 | { 76 | background: url(wrapping.png) 0 1.1em no-repeat !important; 77 | } 78 | 79 | /* Highlighed line number */ 80 | .syntaxhighlighter .line.highlighted .number 81 | { 82 | background-color: #253E5A !important; 83 | color: #fff !important; 84 | } 85 | 86 | /* Highlighed line */ 87 | .syntaxhighlighter .line.highlighted.alt1 .content, 88 | .syntaxhighlighter .line.highlighted.alt2 .content 89 | { 90 | background-color: #253E5A !important; 91 | } 92 | 93 | .syntaxhighlighter .ruler 94 | { 95 | color: #38566F !important; 96 | background-color: #0F192A !important; 97 | border-left: 3px solid #435A5F !important; 98 | } 99 | 100 | .syntaxhighlighter.nogutter .ruler 101 | { 102 | border: 0 !important; 103 | } 104 | 105 | .syntaxhighlighter .toolbar 106 | { 107 | background-color: #0F192A !important; 108 | } 109 | 110 | .syntaxhighlighter .toolbar a 111 | { 112 | color: #38566F !important; 113 | } 114 | 115 | .syntaxhighlighter .toolbar a:hover 116 | { 117 | color: #8AA6C1 !important; 118 | } 119 | 120 | /************************************ 121 | * Actual syntax highlighter colors. 122 | ************************************/ 123 | .syntaxhighlighter .plain, 124 | .syntaxhighlighter .plain a 125 | { 126 | color: #D1EDFF !important; 127 | } 128 | 129 | .syntaxhighlighter .comments, 130 | .syntaxhighlighter .comments a 131 | { 132 | color: #428BDD !important; 133 | } 134 | 135 | .syntaxhighlighter .string, 136 | .syntaxhighlighter .string a 137 | { 138 | color: #1DC116 !important; 139 | } 140 | 141 | .syntaxhighlighter .keyword 142 | { 143 | color: #B43D3D !important; 144 | } 145 | 146 | .syntaxhighlighter .preprocessor 147 | { 148 | color: #8AA6C1 !important; 149 | } 150 | 151 | .syntaxhighlighter .variable 152 | { 153 | color: #FFAA3E !important; 154 | } 155 | 156 | .syntaxhighlighter .value 157 | { 158 | color: #F7E741 !important; 159 | } 160 | 161 | .syntaxhighlighter .functions 162 | { 163 | color: #FFAA3E !important; 164 | } 165 | 166 | .syntaxhighlighter .constants 167 | { 168 | color: #E0E8FF !important; 169 | } 170 | 171 | .syntaxhighlighter .script 172 | { 173 | background-color: #404040 !important; 174 | } 175 | 176 | .syntaxhighlighter .color1, 177 | .syntaxhighlighter .color1 a 178 | { 179 | color: #F8BB00 !important; 180 | } 181 | 182 | .syntaxhighlighter .color2, 183 | .syntaxhighlighter .color2 a 184 | { 185 | color: #FFFFFF !important; 186 | } 187 | 188 | .syntaxhighlighter .color3, 189 | .syntaxhighlighter .color3 a 190 | { 191 | color: #FFAA3E !important; 192 | } 193 | -------------------------------------------------------------------------------- /shared/SyntaxHighlighter/styles/shThemeDjango.css: -------------------------------------------------------------------------------- 1 | /** 2 | * SyntaxHighlighter 3 | * http://alexgorbatchev.com/ 4 | * 5 | * SyntaxHighlighter is donationware. If you are using it, please donate. 6 | * http://alexgorbatchev.com/wiki/SyntaxHighlighter:Donate 7 | * 8 | * @version 9 | * 2.0.320 (May 03 2009) 10 | * 11 | * @copyright 12 | * Copyright (C) 2004-2009 Alex Gorbatchev. 13 | * 14 | * @license 15 | * This file is part of SyntaxHighlighter. 16 | * 17 | * SyntaxHighlighter is free software: you can redistribute it and/or modify 18 | * it under the terms of the GNU Lesser General Public License as published by 19 | * the Free Software Foundation, either version 3 of the License, or 20 | * (at your option) any later version. 21 | * 22 | * SyntaxHighlighter is distributed in the hope that it will be useful, 23 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 24 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 25 | * GNU General Public License for more details. 26 | * 27 | * You should have received a copy of the GNU General Public License 28 | * along with SyntaxHighlighter. If not, see . 29 | */ 30 | /** 31 | * Django SyntaxHighlighter theme 32 | */ 33 | 34 | /************************************ 35 | * Interface elements. 36 | ************************************/ 37 | 38 | .syntaxhighlighter 39 | { 40 | background-color: #0B2F20 !important; 41 | } 42 | 43 | /* Gutter line numbers */ 44 | .syntaxhighlighter .line .number 45 | { 46 | color: #497958 !important; 47 | } 48 | 49 | /* Add border to the lines */ 50 | .syntaxhighlighter .line .content 51 | { 52 | border-left: 3px solid #41A83E !important; 53 | color: #B9BDB6 !important; 54 | } 55 | 56 | .syntaxhighlighter.printing .line .content 57 | { 58 | border: 0 !important; 59 | } 60 | 61 | /* First line */ 62 | .syntaxhighlighter .line.alt1 .content 63 | { 64 | } 65 | 66 | /* Second line */ 67 | .syntaxhighlighter .line.alt2 .content 68 | { 69 | background-color: #0a2b1d !important; 70 | } 71 | 72 | .syntaxhighlighter .line .content .block 73 | { 74 | background: url(wrapping.png) 0 1.1em no-repeat !important; 75 | } 76 | 77 | /* Highlighed line number */ 78 | .syntaxhighlighter .line.highlighted .number 79 | { 80 | background-color: #336442 !important; 81 | color: #fff !important; 82 | } 83 | 84 | /* Highlighed line */ 85 | .syntaxhighlighter .line.highlighted.alt1 .content, 86 | .syntaxhighlighter .line.highlighted.alt2 .content 87 | { 88 | background-color: #336442 !important; 89 | } 90 | 91 | .syntaxhighlighter .ruler 92 | { 93 | color: #C4B14A !important; 94 | background-color: #245032 !important; 95 | border-left: 3px solid #41A83E !important; 96 | } 97 | 98 | .syntaxhighlighter.nogutter .ruler 99 | { 100 | border: 0 !important; 101 | } 102 | 103 | .syntaxhighlighter .toolbar 104 | { 105 | background-color: #245032 !important; 106 | border: #0B2F20 solid 1px !important; 107 | } 108 | 109 | .syntaxhighlighter .toolbar a 110 | { 111 | color: #C4B14A !important; 112 | } 113 | 114 | .syntaxhighlighter .toolbar a:hover 115 | { 116 | color: #FFE862 !important; 117 | } 118 | 119 | /************************************ 120 | * Actual syntax highlighter colors. 121 | ************************************/ 122 | .syntaxhighlighter .plain, 123 | .syntaxhighlighter .plain a 124 | { 125 | color: #F8F8F8 !important; 126 | } 127 | 128 | .syntaxhighlighter .comments, 129 | .syntaxhighlighter .comments a 130 | { 131 | color: #336442 !important; 132 | font-style: italic !important; 133 | } 134 | 135 | .syntaxhighlighter .string, 136 | .syntaxhighlighter .string a 137 | { 138 | color: #9DF39F !important; 139 | } 140 | 141 | .syntaxhighlighter .keyword 142 | { 143 | color: #96DD3B !important; 144 | font-weight: bold !important; 145 | } 146 | 147 | .syntaxhighlighter .preprocessor 148 | { 149 | color: #91BB9E !important; 150 | } 151 | 152 | .syntaxhighlighter .variable 153 | { 154 | color: #FFAA3E !important; 155 | } 156 | 157 | .syntaxhighlighter .value 158 | { 159 | color: #F7E741 !important; 160 | } 161 | 162 | .syntaxhighlighter .functions 163 | { 164 | color: #FFAA3E !important; 165 | } 166 | 167 | .syntaxhighlighter .constants 168 | { 169 | color: #E0E8FF !important; 170 | } 171 | 172 | .syntaxhighlighter .script 173 | { 174 | background-color: #497958 !important; 175 | } 176 | 177 | .syntaxhighlighter .color1, 178 | .syntaxhighlighter .color1 a 179 | { 180 | color: #EB939A !important; 181 | } 182 | 183 | .syntaxhighlighter .color2, 184 | .syntaxhighlighter .color2 a 185 | { 186 | color: #91BB9E !important; 187 | } 188 | 189 | .syntaxhighlighter .color3, 190 | .syntaxhighlighter .color3 a 191 | { 192 | color: #EDEF7D !important; 193 | } 194 | -------------------------------------------------------------------------------- /shared/SyntaxHighlighter/styles/shThemeRDark.css: -------------------------------------------------------------------------------- 1 | /** 2 | * SyntaxHighlighter 3 | * http://alexgorbatchev.com/ 4 | * 5 | * SyntaxHighlighter is donationware. If you are using it, please donate. 6 | * http://alexgorbatchev.com/wiki/SyntaxHighlighter:Donate 7 | * 8 | * @version 9 | * 2.0.320 (May 03 2009) 10 | * 11 | * @copyright 12 | * Copyright (C) 2004-2009 Alex Gorbatchev. 13 | * 14 | * @license 15 | * This file is part of SyntaxHighlighter. 16 | * 17 | * SyntaxHighlighter is free software: you can redistribute it and/or modify 18 | * it under the terms of the GNU Lesser General Public License as published by 19 | * the Free Software Foundation, either version 3 of the License, or 20 | * (at your option) any later version. 21 | * 22 | * SyntaxHighlighter is distributed in the hope that it will be useful, 23 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 24 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 25 | * GNU General Public License for more details. 26 | * 27 | * You should have received a copy of the GNU General Public License 28 | * along with SyntaxHighlighter. If not, see . 29 | */ 30 | /** 31 | * RDark SyntaxHighlighter theme based on theme by Radu Dineiu 32 | * http://www.vim.org/scripts/script.php?script_id=1732 33 | */ 34 | 35 | /************************************ 36 | * Interface elements. 37 | ************************************/ 38 | 39 | .syntaxhighlighter 40 | { 41 | background-color: #1B2426 !important; 42 | } 43 | 44 | /* Gutter line numbers */ 45 | .syntaxhighlighter .line .number 46 | { 47 | color: #B9BDB6 !important; 48 | } 49 | 50 | /* Add border to the lines */ 51 | .syntaxhighlighter .line .content 52 | { 53 | border-left: 3px solid #435A5F !important; 54 | color: #B9BDB6 !important; 55 | } 56 | 57 | .syntaxhighlighter.printing .line .content 58 | { 59 | border: 0 !important; 60 | } 61 | 62 | /* First line */ 63 | .syntaxhighlighter .line.alt1 .content 64 | { 65 | background-color: #1B2426 !important; 66 | } 67 | 68 | /* Second line */ 69 | .syntaxhighlighter .line.alt2 .content 70 | { 71 | background-color: #1B2426 !important; 72 | } 73 | 74 | .syntaxhighlighter .line .content .block 75 | { 76 | background: url(wrapping.png) 0 1.1em no-repeat !important; 77 | } 78 | 79 | /* Highlighed line number */ 80 | .syntaxhighlighter .line.highlighted .number 81 | { 82 | background-color: #435A5F !important; 83 | color: #fff !important; 84 | } 85 | 86 | /* Highlighed line */ 87 | .syntaxhighlighter .line.highlighted.alt1 .content, 88 | .syntaxhighlighter .line.highlighted.alt2 .content 89 | { 90 | background-color: #435A5F !important; 91 | } 92 | 93 | .syntaxhighlighter .ruler 94 | { 95 | color: silver !important; 96 | background-color: #1B2426 !important; 97 | border-left: 3px solid #435A5F !important; 98 | } 99 | 100 | .syntaxhighlighter.nogutter .ruler 101 | { 102 | border: 0 !important; 103 | } 104 | 105 | .syntaxhighlighter .toolbar 106 | { 107 | background-color: #1B2426 !important; 108 | } 109 | 110 | .syntaxhighlighter .toolbar a 111 | { 112 | color: #646763 !important; 113 | } 114 | 115 | .syntaxhighlighter .toolbar a:hover 116 | { 117 | color: #E0E8FF !important; 118 | } 119 | 120 | /************************************ 121 | * Actual syntax highlighter colors. 122 | ************************************/ 123 | .syntaxhighlighter .plain, 124 | .syntaxhighlighter .plain a 125 | { 126 | color: #B9BDB6 !important; 127 | } 128 | 129 | .syntaxhighlighter .comments, 130 | .syntaxhighlighter .comments a 131 | { 132 | color: #878A85 !important; 133 | } 134 | 135 | .syntaxhighlighter .string, 136 | .syntaxhighlighter .string a 137 | { 138 | color: #5CE638 !important; 139 | } 140 | 141 | .syntaxhighlighter .keyword 142 | { 143 | color: #5BA1CF !important; 144 | } 145 | 146 | .syntaxhighlighter .preprocessor 147 | { 148 | color: #435A5F !important; 149 | } 150 | 151 | .syntaxhighlighter .variable 152 | { 153 | color: #FFAA3E !important; 154 | } 155 | 156 | .syntaxhighlighter .value 157 | { 158 | color: #090 !important; 159 | } 160 | 161 | .syntaxhighlighter .functions 162 | { 163 | color: #FFAA3E !important; 164 | } 165 | 166 | .syntaxhighlighter .constants 167 | { 168 | color: #E0E8FF !important; 169 | } 170 | 171 | .syntaxhighlighter .script 172 | { 173 | background-color: #435A5F !important; 174 | } 175 | 176 | .syntaxhighlighter .color1, 177 | .syntaxhighlighter .color1 a 178 | { 179 | color: #E0E8FF !important; 180 | } 181 | 182 | .syntaxhighlighter .color2, 183 | .syntaxhighlighter .color2 a 184 | { 185 | color: #FFFFFF !important; 186 | } 187 | 188 | .syntaxhighlighter .color3, 189 | .syntaxhighlighter .color3 a 190 | { 191 | color: #FFAA3E !important; 192 | } 193 | -------------------------------------------------------------------------------- /shared/SyntaxHighlighter/styles/shThemeFadeToGrey.css: -------------------------------------------------------------------------------- 1 | /** 2 | * SyntaxHighlighter 3 | * http://alexgorbatchev.com/ 4 | * 5 | * SyntaxHighlighter is donationware. If you are using it, please donate. 6 | * http://alexgorbatchev.com/wiki/SyntaxHighlighter:Donate 7 | * 8 | * @version 9 | * 2.0.320 (May 03 2009) 10 | * 11 | * @copyright 12 | * Copyright (C) 2004-2009 Alex Gorbatchev. 13 | * 14 | * @license 15 | * This file is part of SyntaxHighlighter. 16 | * 17 | * SyntaxHighlighter is free software: you can redistribute it and/or modify 18 | * it under the terms of the GNU Lesser General Public License as published by 19 | * the Free Software Foundation, either version 3 of the License, or 20 | * (at your option) any later version. 21 | * 22 | * SyntaxHighlighter is distributed in the hope that it will be useful, 23 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 24 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 25 | * GNU General Public License for more details. 26 | * 27 | * You should have received a copy of the GNU General Public License 28 | * along with SyntaxHighlighter. If not, see . 29 | */ 30 | /** 31 | * Fade to Grey SyntaxHighlighter theme based on theme by Brasten Sager 32 | * http://www.ibrasten.com/ 33 | */ 34 | 35 | /************************************ 36 | * Interface elements. 37 | ************************************/ 38 | 39 | .syntaxhighlighter 40 | { 41 | background-color: #121212 !important; 42 | } 43 | 44 | /* Gutter line numbers */ 45 | .syntaxhighlighter .line .number 46 | { 47 | color: #C3C3C3 !important; 48 | } 49 | 50 | /* Add border to the lines */ 51 | .syntaxhighlighter .line .content 52 | { 53 | border-left: 3px solid #3185B9 !important; 54 | color: #B9BDB6 !important; 55 | } 56 | 57 | .syntaxhighlighter.printing .line .content 58 | { 59 | border: 0 !important; 60 | } 61 | 62 | /* First line */ 63 | .syntaxhighlighter .line.alt1 .content 64 | { 65 | } 66 | 67 | /* Second line */ 68 | .syntaxhighlighter .line.alt2 .content 69 | { 70 | background-color: #000000 !important; 71 | } 72 | 73 | .syntaxhighlighter .line .content .block 74 | { 75 | background: url(wrapping.png) 0 1.1em no-repeat !important; 76 | } 77 | 78 | /* Highlighed line number */ 79 | .syntaxhighlighter .line.highlighted .number 80 | { 81 | background-color: #3A3A00 !important; 82 | color: #fff !important; 83 | } 84 | 85 | /* Highlighed line */ 86 | .syntaxhighlighter .line.highlighted.alt1 .content, 87 | .syntaxhighlighter .line.highlighted.alt2 .content 88 | { 89 | background-color: #3A3A00 !important; 90 | } 91 | 92 | .syntaxhighlighter .ruler 93 | { 94 | color: silver !important; 95 | border-left: 3px solid #3185B9 !important; 96 | } 97 | 98 | .syntaxhighlighter.nogutter .ruler 99 | { 100 | border: 0 !important; 101 | } 102 | 103 | .syntaxhighlighter .toolbar 104 | { 105 | background-color: #000000 !important; 106 | border: #000000 solid 1px !important; 107 | } 108 | 109 | .syntaxhighlighter .toolbar a 110 | { 111 | color: #808080 !important; 112 | } 113 | 114 | .syntaxhighlighter .toolbar a:hover 115 | { 116 | color: #96DAFF !important; 117 | } 118 | 119 | /************************************ 120 | * Actual syntax highlighter colors. 121 | ************************************/ 122 | .syntaxhighlighter .plain, 123 | .syntaxhighlighter .plain a 124 | { 125 | color: #FFFFFF !important; 126 | } 127 | 128 | .syntaxhighlighter .comments, 129 | .syntaxhighlighter .comments a 130 | { 131 | color: #696854 !important; 132 | } 133 | 134 | .syntaxhighlighter .string, 135 | .syntaxhighlighter .string a 136 | { 137 | color: #E3E658 !important; 138 | } 139 | 140 | .syntaxhighlighter .keyword 141 | { 142 | color: #D01D33 !important; 143 | } 144 | 145 | .syntaxhighlighter .preprocessor 146 | { 147 | color: #435A5F !important; 148 | } 149 | 150 | .syntaxhighlighter .variable 151 | { 152 | color: #898989 !important; 153 | } 154 | 155 | .syntaxhighlighter .value 156 | { 157 | color: #090 !important; 158 | } 159 | 160 | .syntaxhighlighter .functions 161 | { 162 | color: #AAAAAA !important; 163 | font-weight: bold !important; 164 | } 165 | 166 | .syntaxhighlighter .constants 167 | { 168 | color: #96DAFF !important; 169 | } 170 | 171 | .syntaxhighlighter .script 172 | { 173 | background-color: #C3C3C3 !important; 174 | color: #000 !important; 175 | } 176 | 177 | .syntaxhighlighter .color1, 178 | .syntaxhighlighter .color1 a 179 | { 180 | color: #FFC074 !important; 181 | } 182 | 183 | .syntaxhighlighter .color2, 184 | .syntaxhighlighter .color2 a 185 | { 186 | color: #4A8CDB !important; 187 | } 188 | 189 | .syntaxhighlighter .color3, 190 | .syntaxhighlighter .color3 a 191 | { 192 | color: #96DAFF !important; 193 | } 194 | --------------------------------------------------------------------------------