Subversion Repositories ALCASAR

Rev

Rev 2808 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log

Rev 2808 Rev 2976
Line 1... Line 1...
1
/*
1
/*
2
 * File:        jquery.dataTables.js
2
 * File:        jquery.dataTables.js
3
 * Version:     1.8.2+jquery1.9fix+parseJSONfix2+bindfix
3
 * Version:     1.8.2+jquery1.9fix+parseJSONfix2+bindfix+samesitefix
4
 * Description: Paginate, search and sort HTML tables
4
 * Description: Paginate, search and sort HTML tables
5
 * Author:      Allan Jardine (www.sprymedia.co.uk)
5
 * Author:      Allan Jardine (www.sprymedia.co.uk)
6
 * Created:     28/3/2008
6
 * Created:     28/3/2008
7
 * Language:    Javascript
7
 * Language:    Javascript
8
 * License:     GPL v2 or BSD 3 point style
8
 * License:     GPL v2 or BSD 3 point style
Line 6361... Line 6361...
6361
< iPageCount)<= iPageCountHalf)<.*?><.*?><.*?><.*?><.*?>					aParts.join('/')+"/" );
6361
< iPageCount)<= iPageCountHalf)<.*?><.*?><.*?><.*?><.*?>					aParts.join('/')+"/" );
6362
< iPageCount)<= iPageCountHalf)<.*?><.*?><.*?><.*?><.*?>			}
6362
< iPageCount)<= iPageCountHalf)<.*?><.*?><.*?><.*?><.*?>			}
6363
< iPageCount)<= iPageCountHalf)<.*?><.*?><.*?><.*?><.*?>			else
6363
< iPageCount)<= iPageCountHalf)<.*?><.*?><.*?><.*?><.*?>			else
6364
< iPageCount)<= iPageCountHalf)<.*?><.*?><.*?><.*?><.*?>			{
6364
< iPageCount)<= iPageCountHalf)<.*?><.*?><.*?><.*?><.*?>			{
6365
< iPageCount)<= iPageCountHalf)<.*?><.*?><.*?><.*?><.*?>				sFullCookie = sNameFile + "=" + encodeURIComponent(sValue) +
6365
< iPageCount)<= iPageCountHalf)<.*?><.*?><.*?><.*?><.*?>				sFullCookie = sNameFile + "=" + encodeURIComponent(sValue) +
6366
< iPageCount)<= iPageCountHalf)<.*?><.*?><.*?><.*?><.*?>					"; expires=" + date.toGMTString() +"; path=" + aParts.join('/')+"/";
6366
< iPageCount)<= iPageCountHalf)<.*?><.*?><.*?><.*?><.*?>					"; expires=" + date.toGMTString() +"; path=" + aParts.join('/')+"/; samesite=strict";
6367
< iPageCount)<= iPageCountHalf)<.*?><.*?><.*?><.*?><.*?>			}
6367
< iPageCount)<= iPageCountHalf)<.*?><.*?><.*?><.*?><.*?>			}
6368
< iPageCount)<= iPageCountHalf)<.*?><.*?><.*?><.*?><.*?>			
6368
< iPageCount)<= iPageCountHalf)<.*?><.*?><.*?><.*?><.*?>			
6369
< iPageCount)<= iPageCountHalf)<.*?><.*?><.*?><.*?><.*?>			/* Are we going to go over the cookie limit of 4KiB? If so, try to delete a cookies
6369
< iPageCount)<= iPageCountHalf)<.*?><.*?><.*?><.*?><.*?>			/* Are we going to go over the cookie limit of 4KiB? If so, try to delete a cookies
6370
< iPageCount)<= iPageCountHalf)<.*?><.*?><.*?><.*?><.*?>			 * belonging to DataTables. This is FAR from bullet proof
6370
< iPageCount)<= iPageCountHalf)<.*?><.*?><.*?><.*?><.*?>			 * belonging to DataTables. This is FAR from bullet proof
6371
< iPageCount)<= iPageCountHalf)<.*?><.*?><.*?><.*?><.*?>			 */
6371
< iPageCount)<= iPageCountHalf)<.*?><.*?><.*?><.*?><.*?>			 */
Line 6394... Line 6394...
6394
< iPageCount)<= iPageCountHalf)<.*?><.*?><.*?><.*?><.*?>				}
6394
< iPageCount)<= iPageCountHalf)<.*?><.*?><.*?><.*?><.*?>				}
6395
< iPageCount)<= iPageCountHalf)<.*?><.*?><.*?><.*?><.*?>				
6395
< iPageCount)<= iPageCountHalf)<.*?><.*?><.*?><.*?><.*?>				
6396
< iPageCount)<= iPageCountHalf)<.*?><.*?><.*?><.*?><.*?>				if ( sOldName !== "" )
6396
< iPageCount)<= iPageCountHalf)<.*?><.*?><.*?><.*?><.*?>				if ( sOldName !== "" )
6397
< iPageCount)<= iPageCountHalf)<.*?><.*?><.*?><.*?><.*?>				{
6397
< iPageCount)<= iPageCountHalf)<.*?><.*?><.*?><.*?><.*?>				{
6398
< iPageCount)<= iPageCountHalf)<.*?><.*?><.*?><.*?><.*?>					document.cookie = sOldName+"=; expires=Thu, 01-Jan-1970 00:00:01 GMT; path="+
6398
< iPageCount)<= iPageCountHalf)<.*?><.*?><.*?><.*?><.*?>					document.cookie = sOldName+"=; expires=Thu, 01-Jan-1970 00:00:01 GMT; path="+
6399
< iPageCount)<= iPageCountHalf)<.*?><.*?><.*?><.*?><.*?>						aParts.join('/') + "/";
6399
< iPageCount)<= iPageCountHalf)<.*?><.*?><.*?><.*?><.*?>						aParts.join('/') + "/; samesite=strict";
6400
< iPageCount)<= iPageCountHalf)<.*?><.*?><.*?><.*?><.*?>				}
6400
< iPageCount)<= iPageCountHalf)<.*?><.*?><.*?><.*?><.*?>				}
6401
< iPageCount)<= iPageCountHalf)<.*?><.*?><.*?><.*?><.*?>			}
6401
< iPageCount)<= iPageCountHalf)<.*?><.*?><.*?><.*?><.*?>			}
6402
< iPageCount)<= iPageCountHalf)<.*?><.*?><.*?><.*?><.*?>			
6402
< iPageCount)<= iPageCountHalf)<.*?><.*?><.*?><.*?><.*?>			
6403
< iPageCount)<= iPageCountHalf)<.*?><.*?><.*?><.*?><.*?>			document.cookie = sFullCookie;
6403
< iPageCount)<= iPageCountHalf)<.*?><.*?><.*?><.*?><.*?>			document.cookie = sFullCookie;
6404
< iPageCount)<= iPageCountHalf)<.*?><.*?><.*?><.*?><.*?>		}
6404
< iPageCount)<= iPageCountHalf)<.*?><.*?><.*?><.*?><.*?>		}