├── 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-emotify 1 %/srv/projects/javascript-emotify/docs HTML -------------------------------------------------------------------------------- /docs/nd/Data/IndexInfo.nd: -------------------------------------------------------------------------------- 1 | ( General Function File -------------------------------------------------------------------------------- /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.js Index 2 | Everything general Files file Functions function -------------------------------------------------------------------------------- /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 | 12 | $shell['h3'] = ob_get_contents(); 13 | ob_end_clean(); 14 | 15 | $shell['jquery'] = 'jquery-1.3.2.js'; 16 | 17 | $shell['shBrush'] = array( 'JScript' ); 18 | 19 | ?> 20 | -------------------------------------------------------------------------------- /docs/search/NoResults.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 |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 | J | |
| JavaScript Emotify: |
| E | |
| emoticons, emotify | |
| emotify |