├── docs ├── nd │ ├── Data │ │ ├── ClassHierarchy.nd │ │ ├── ImageFileInfo.nd │ │ ├── ImageReferenceTable.nd │ │ ├── SymbolTable.nd │ │ ├── ConfigFileInfo.nd │ │ ├── PreviousSettings.nd │ │ ├── IndexInfo.nd │ │ ├── PreviousMenuState.nd │ │ └── FileInfo.nd │ ├── Menu.txt │ ├── Topics.txt │ └── Languages.txt ├── styles │ ├── main.css │ └── 2.css ├── index.html ├── search │ ├── NoResults.html │ ├── GeneralE.html │ ├── GeneralF.html │ ├── GeneralR.html │ ├── GeneralS.html │ ├── FilesJ.html │ ├── GeneralJ.html │ ├── FunctionsL.html │ └── GeneralL.html ├── javascript │ └── searchdata.js └── index │ ├── Files.html │ ├── Functions.html │ └── General.html ├── examples ├── donate.gif ├── config.php ├── index.php └── longurl │ └── index.php ├── shared ├── SyntaxHighlighter │ ├── styles │ │ ├── help.png │ │ ├── printer.png │ │ ├── magnifier.png │ │ ├── wrapping.png │ │ ├── page_white_code.png │ │ ├── page_white_copy.png │ │ ├── shThemeEmacs.css │ │ ├── shThemeMidnight.css │ │ ├── shThemeDjango.css │ │ ├── shThemeRDark.css │ │ ├── shThemeFadeToGrey.css │ │ ├── shThemeDefault.css │ │ └── shCore.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 │ │ ├── shBrushPhp.js │ │ ├── shBrushCpp.js │ │ └── shBrushCss.js │ ├── test.html │ ├── src │ │ └── shLegacy.js │ └── LGPLv3.txt └── ba-debug.js ├── unit ├── jquery-1.3.2.html ├── index.html └── qunit.css ├── LICENSE-MIT ├── jquery.ba-longurl.min.js ├── README.markdown └── jquery.ba-longurl.js /docs/nd/Data/ClassHierarchy.nd: -------------------------------------------------------------------------------- 1 | ( -------------------------------------------------------------------------------- /docs/nd/Data/ImageFileInfo.nd: -------------------------------------------------------------------------------- 1 | ( -------------------------------------------------------------------------------- /docs/nd/Data/ImageReferenceTable.nd: -------------------------------------------------------------------------------- 1 | ( -------------------------------------------------------------------------------- /docs/styles/main.css: -------------------------------------------------------------------------------- 1 | @import URL("1.css"); 2 | @import URL("2.css"); 3 | -------------------------------------------------------------------------------- /examples/donate.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/jquery-longurl/HEAD/examples/donate.gif -------------------------------------------------------------------------------- /docs/nd/Data/SymbolTable.nd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/jquery-longurl/HEAD/docs/nd/Data/SymbolTable.nd -------------------------------------------------------------------------------- /docs/index.html: -------------------------------------------------------------------------------- 1 |
-------------------------------------------------------------------------------- /docs/nd/Data/ConfigFileInfo.nd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/jquery-longurl/HEAD/docs/nd/Data/ConfigFileInfo.nd -------------------------------------------------------------------------------- /docs/nd/Data/PreviousSettings.nd: -------------------------------------------------------------------------------- 1 | ( /srv/projects/jquery-longurl 1 !/srv/projects/jquery-longurl/docs HTML -------------------------------------------------------------------------------- /shared/SyntaxHighlighter/styles/help.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/jquery-longurl/HEAD/shared/SyntaxHighlighter/styles/help.png -------------------------------------------------------------------------------- /docs/nd/Data/IndexInfo.nd: -------------------------------------------------------------------------------- 1 | ( General Function File -------------------------------------------------------------------------------- /shared/SyntaxHighlighter/styles/printer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/jquery-longurl/HEAD/shared/SyntaxHighlighter/styles/printer.png -------------------------------------------------------------------------------- /shared/SyntaxHighlighter/styles/magnifier.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/jquery-longurl/HEAD/shared/SyntaxHighlighter/styles/magnifier.png -------------------------------------------------------------------------------- /shared/SyntaxHighlighter/styles/wrapping.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/jquery-longurl/HEAD/shared/SyntaxHighlighter/styles/wrapping.png -------------------------------------------------------------------------------- /shared/SyntaxHighlighter/scripts/clipboard.swf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/jquery-longurl/HEAD/shared/SyntaxHighlighter/scripts/clipboard.swf -------------------------------------------------------------------------------- /shared/SyntaxHighlighter/styles/page_white_code.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/jquery-longurl/HEAD/shared/SyntaxHighlighter/styles/page_white_code.png -------------------------------------------------------------------------------- /shared/SyntaxHighlighter/styles/page_white_copy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cowboy/jquery-longurl/HEAD/shared/SyntaxHighlighter/styles/page_white_copy.png -------------------------------------------------------------------------------- /docs/nd/Data/PreviousMenuState.nd: -------------------------------------------------------------------------------- 1 | ( jQuery longUrl 1/srv/projects/jquery-longurl/jquery.ba-longurl.js Index 2 | Everything general Files file Functions function -------------------------------------------------------------------------------- /docs/nd/Data/FileInfo.nd: -------------------------------------------------------------------------------- 1 | 1.4 2 | JavaScript 3 | /srv/projects/jquery-longurl/jquery.ba-longurl.js 1264557689 1 jQuery longUrl: Uniform Resource Elongator 4 | /srv/projects/jquery-longurl/jquery.ba-longurl.min.js 1264557691 0 /srv/projects/jquery-longurl/jquery.ba-longurl.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.4.1.js'; 16 | //$shell['jquery'] = 'jquery-1.3.2.js'; 17 | 18 | $shell['shBrush'] = array( 'JScript' ); 19 | 20 | ?> 21 | -------------------------------------------------------------------------------- /docs/search/NoResults.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 |23 | These unit tests include jQuery .... To view the unit tests using 24 | jQuery 1.4.1, click here 25 |
26 |23 | These unit tests include jQuery .... To view the unit tests using 24 | jQuery 1.3.2, click here 25 |
26 |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 | |
| jQuery longUrl: |
| L | |
| longUrl |
Your generous donation allows me to continue developing and updating my code!
15 | 21 | 22 || E | |
| Examples | |
| F | |
| Functions | |
| J | |
| jQuery longUrl: | |
| L | |
| License | |
| longUrl | |
| R | |
| Release History | |
| S | |
| Support and Testing |
166 | jQuery Long Url uses the longurlplease.com short URL lengthening API to expand short URLs 167 | from at least 80 services, including bit.ly, is.gd, tinyurl.com and more! 168 |
169 |170 | And not only has jQuery Long Url been written to take advantage of the longurlplease.com API 171 | "batch" ability, where up to ten URLs can be lengthened per request, but it can optionally use any 172 | lengthening service, supporting any URL-per-request "batch" limitations, which minimizes the number 173 | of external requests made for faster performance. 174 |
175 | 176 |186 | http://bit.ly/Uu2VH 187 | http://url.ie/4qns 188 | http://kl.am/NUl 189 | http://bacn.me/olo 190 | http://lost.in/rE 191 | http://kl.am/6wjT 192 | http://su.pr/A5aJ2t 193 | http://j.mp/56unIk 194 | http://tinyurl.com/ye5sqjy 195 | http://tinyurl.com/d2b3do 196 | http://bit.ly/JQcVw 197 | http://bit.ly/ERIjj 198 | http://url.ie/1ql1 199 | http://url.ie/1ql2 200 | http://lost.in/rE 201 | http://twurl.cc/14oo 202 | http://is.gd/14q66 203 | http://tinyurl.com/d2b3do 204 | http://redir.ec/oL22 205 | http://bit.ly/3zakxp 206 | http://bit.ly/405U87 207 | http://bit.ly/ltzbx 208 | http://reallytinyurl.com/1600 209 | http://twurl.cc/14oo 210 | http://kl.am/NUl 211 | http://is.gd/14q66 212 | http://twurl.cc/14oo 213 | http://redir.ec/oL22 214 | http://kl.am/6wjT 215 | http://bit.ly/3zakxp 216 | http://bacn.me/olo 217 | http://url.ie/1ql1 218 | http://url.ie/1ql2 219 | http://lost.in/rE 220 | http://twurl.cc/14oo 221 | http://url.ie/1ql2 222 | http://reallytinyurl.com/1600 223 |
224 | 225 |228 | http://benalman.com/ 229 | http://google.com 230 | http://lmgtfy.com 231 | http://jquery.com/ 232 | http://cowboyscripts.org 233 | http://paulirish.com 234 | http://www.ajpiano.com 235 | http://www.longurlplease.com/ 236 | http://jqueryui.com/ 237 |
238 | 239 |241 | current directory 242 | parent directory 243 | root directory 244 |
245 | 246 |253 | = htmlspecialchars( $shell['script'] ); ?> 254 |255 | 256 | 257 | $shell['html_body'] = ob_get_contents(); 258 | ob_end_clean(); 259 | 260 | // ========================================================================== // 261 | // DRAW SHELL 262 | // ========================================================================== // 263 | 264 | draw_shell(); 265 | 266 | ?> 267 | -------------------------------------------------------------------------------- /shared/SyntaxHighlighter/styles/shCore.css: -------------------------------------------------------------------------------- 1 | /** 2 | * SyntaxHighlighter 3 | * http://alexgorbatchev.com/ 4 | * 5 | * SyntaxHighlighter is donationware. If you are using it, please donate. 6 | * http://alexgorbatchev.com/wiki/SyntaxHighlighter:Donate 7 | * 8 | * @version 9 | * 2.0.320 (May 03 2009) 10 | * 11 | * @copyright 12 | * Copyright (C) 2004-2009 Alex Gorbatchev. 13 | * 14 | * @license 15 | * This file is part of SyntaxHighlighter. 16 | * 17 | * SyntaxHighlighter is free software: you can redistribute it and/or modify 18 | * it under the terms of the GNU Lesser General Public License as published by 19 | * the Free Software Foundation, either version 3 of the License, or 20 | * (at your option) any later version. 21 | * 22 | * SyntaxHighlighter is distributed in the hope that it will be useful, 23 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 24 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 25 | * GNU General Public License for more details. 26 | * 27 | * You should have received a copy of the GNU General Public License 28 | * along with SyntaxHighlighter. If not, see