text
stringlengths
9
39.2M
dir
stringlengths
26
295
lang
stringclasses
185 values
created_date
timestamp[us]
updated_date
timestamp[us]
repo_name
stringlengths
1
97
repo_full_name
stringlengths
7
106
star
int64
1k
183k
len_tokens
int64
1
13.8M
```html <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <link rel="shortcut icon" type="image/ico" href="path_to_url"> <meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0"> <title>ColVis example - Group columns</title> <link rel="stylesheet" type="text/css" href="../../../media/css/jquery.dat...
/content/code_sandbox/system/static/plugins/datatables/extensions/ColVis/examples/group_columns.html
html
2016-08-01T21:18:23
2024-08-12T19:24:07
home_surveillance
BrandonJoffe/home_surveillance
1,223
5,850
```css table.DTCR_clonedTable{background-color:rgba(255,255,255,0.7);z-index:202}div.DTCR_pointer{width:1px;background-color:#0259C4;z-index:201} ```
/content/code_sandbox/system/static/plugins/datatables/extensions/ColReorder/css/dataTables.colReorder.min.css
css
2016-08-01T21:18:23
2024-08-12T19:24:07
home_surveillance
BrandonJoffe/home_surveillance
1,223
51
```css /* * Namespace DTCR - "DataTables ColReorder" plug-in */ table.DTCR_clonedTable { background-color: rgba(255, 255, 255, 0.7); z-index: 202; } div.DTCR_pointer { width: 1px; background-color: #0259C4; z-index: 201; } ```
/content/code_sandbox/system/static/plugins/datatables/extensions/ColReorder/css/dataTables.colReorder.css
css
2016-08-01T21:18:23
2024-08-12T19:24:07
home_surveillance
BrandonJoffe/home_surveillance
1,223
80
```html <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <link rel="shortcut icon" type="image/ico" href="path_to_url"> <meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0"> <title>ColVis example - Custom button text</title> <link rel="stylesheet" type="text/css" href="../../../media/css/jquer...
/content/code_sandbox/system/static/plugins/datatables/extensions/ColVis/examples/text.html
html
2016-08-01T21:18:23
2024-08-12T19:24:07
home_surveillance
BrandonJoffe/home_surveillance
1,223
5,640
```javascript /*! ColReorder 1.1.3 2010-2014 SpryMedia Ltd - datatables.net/license */ (function(o,r,s){function p(d){for(var f=[],a=0,b=d.length;a<b;a++)f[d[a]]=a;return f}function l(d,f,a){f=d.splice(f,1)[0];d.splice(a,0,f)}function q(d,f,a){for(var b=[],e=0,h=d.childNodes.length;e<h;e++)1==d.childNodes[e].nodeType...
/content/code_sandbox/system/static/plugins/datatables/extensions/ColReorder/js/dataTables.colReorder.min.js
javascript
2016-08-01T21:18:23
2024-08-12T19:24:07
home_surveillance
BrandonJoffe/home_surveillance
1,223
3,605
```html <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <link rel="shortcut icon" type="image/ico" href="path_to_url"> <meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0"> <title>ColReorder example - Server-side processing</title> <link rel="stylesheet" type="text/css" href="../../../media/c...
/content/code_sandbox/system/static/plugins/datatables/extensions/ColReorder/examples/server_side.html
html
2016-08-01T21:18:23
2024-08-12T19:24:07
home_surveillance
BrandonJoffe/home_surveillance
1,223
1,950
```javascript /*! ColReorder 1.1.3 * 2010-2014 SpryMedia Ltd - datatables.net/license */ /** * @summary ColReorder * @description Provide the ability to reorder columns in a DataTable * @version 1.1.3 * @file dataTables.colReorder.js * @author SpryMedia Ltd (www.sprymedia.co.uk) * @contact ...
/content/code_sandbox/system/static/plugins/datatables/extensions/ColReorder/js/dataTables.colReorder.js
javascript
2016-08-01T21:18:23
2024-08-12T19:24:07
home_surveillance
BrandonJoffe/home_surveillance
1,223
11,187
```html <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <link rel="shortcut icon" type="image/ico" href="path_to_url"> <meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0"> <title>ColReorder example - Basic initialisation</title> <link rel="stylesheet" type="text/css" href="../../../media/css...
/content/code_sandbox/system/static/plugins/datatables/extensions/ColReorder/examples/simple.html
html
2016-08-01T21:18:23
2024-08-12T19:24:07
home_surveillance
BrandonJoffe/home_surveillance
1,223
5,724
```html <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <link rel="shortcut icon" type="image/ico" href="path_to_url"> <meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0"> <link rel="stylesheet" type="text/css" href="../../../examples/resources/syntax/shCore.css"> <link rel="stylesheet" type=...
/content/code_sandbox/system/static/plugins/datatables/extensions/ColReorder/examples/index.html
html
2016-08-01T21:18:23
2024-08-12T19:24:07
home_surveillance
BrandonJoffe/home_surveillance
1,223
886
```html <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <link rel="shortcut icon" type="image/ico" href="path_to_url"> <meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0"> <title>ColReorder example - State saving</title> <link rel="stylesheet" type="text/css" href="../../../media/css/jquery....
/content/code_sandbox/system/static/plugins/datatables/extensions/ColReorder/examples/state_save.html
html
2016-08-01T21:18:23
2024-08-12T19:24:07
home_surveillance
BrandonJoffe/home_surveillance
1,223
5,658
```html <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <link rel="shortcut icon" type="image/ico" href="path_to_url"> <meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0"> <title>ColReorder example - Predefined column ordering</title> <link rel="stylesheet" type="text/css" href="../../../med...
/content/code_sandbox/system/static/plugins/datatables/extensions/ColReorder/examples/predefined.html
html
2016-08-01T21:18:23
2024-08-12T19:24:07
home_surveillance
BrandonJoffe/home_surveillance
1,223
5,705
```html <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <link rel="shortcut icon" type="image/ico" href="path_to_url"> <meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0"> <title>ColReorder example - Realtime updating</title> <link rel="stylesheet" type="text/css" href="../../../media/css/jq...
/content/code_sandbox/system/static/plugins/datatables/extensions/ColReorder/examples/realtime.html
html
2016-08-01T21:18:23
2024-08-12T19:24:07
home_surveillance
BrandonJoffe/home_surveillance
1,223
5,692
```html <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <link rel="shortcut icon" type="image/ico" href="path_to_url"> <meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0"> <title>ColReorder example - Individual column filtering</title> <link rel="stylesheet" type="text/css" href="../../../me...
/content/code_sandbox/system/static/plugins/datatables/extensions/ColReorder/examples/col_filter.html
html
2016-08-01T21:18:23
2024-08-12T19:24:07
home_surveillance
BrandonJoffe/home_surveillance
1,223
5,922
```html <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <link rel="shortcut icon" type="image/ico" href="path_to_url"> <meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0"> <title>ColReorder example - Reset ordering API</title> <link rel="stylesheet" type="text/css" href="../../../media/css/j...
/content/code_sandbox/system/static/plugins/datatables/extensions/ColReorder/examples/reset.html
html
2016-08-01T21:18:23
2024-08-12T19:24:07
home_surveillance
BrandonJoffe/home_surveillance
1,223
5,807
```html <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <link rel="shortcut icon" type="image/ico" href="path_to_url"> <meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0"> <title>ColReorder example - Alternative insert styling</title> <link rel="stylesheet" type="text/css" href="../../../med...
/content/code_sandbox/system/static/plugins/datatables/extensions/ColReorder/examples/alt_insert.html
html
2016-08-01T21:18:23
2024-08-12T19:24:07
home_surveillance
BrandonJoffe/home_surveillance
1,223
5,677
```html <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <link rel="shortcut icon" type="image/ico" href="path_to_url"> <meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0"> <title>ColReorder example - ColVis integration</title> <link rel="stylesheet" type="text/css" href="../../../media/css/j...
/content/code_sandbox/system/static/plugins/datatables/extensions/ColReorder/examples/colvis.html
html
2016-08-01T21:18:23
2024-08-12T19:24:07
home_surveillance
BrandonJoffe/home_surveillance
1,223
5,760
```html <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <link rel="shortcut icon" type="image/ico" href="path_to_url"> <meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0"> <title>ColReorder example - FixedColumns integration</title> <link rel="stylesheet" type="text/css" href="../../../media...
/content/code_sandbox/system/static/plugins/datatables/extensions/ColReorder/examples/fixedcolumns.html
html
2016-08-01T21:18:23
2024-08-12T19:24:07
home_surveillance
BrandonJoffe/home_surveillance
1,223
7,717
```html <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <link rel="shortcut icon" type="image/ico" href="path_to_url"> <meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0"> <title>ColReorder example - Initialisation using `new`</title> <link rel="stylesheet" type="text/css" href="../../../med...
/content/code_sandbox/system/static/plugins/datatables/extensions/ColReorder/examples/new_init.html
html
2016-08-01T21:18:23
2024-08-12T19:24:07
home_surveillance
BrandonJoffe/home_surveillance
1,223
5,639
```html <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <link rel="shortcut icon" type="image/ico" href="path_to_url"> <meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0"> <title>ColReorder example - Scrolling table</title> <link rel="stylesheet" type="text/css" href="../../../media/css/jque...
/content/code_sandbox/system/static/plugins/datatables/extensions/ColReorder/examples/scrolling.html
html
2016-08-01T21:18:23
2024-08-12T19:24:07
home_surveillance
BrandonJoffe/home_surveillance
1,223
5,674
```html <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <link rel="shortcut icon" type="image/ico" href="path_to_url"> <meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0"> <title>ColReorder example - jQuery UI styling</title> <link rel="stylesheet" type="text/css" href="//code.jquery.com/ui/...
/content/code_sandbox/system/static/plugins/datatables/extensions/ColReorder/examples/jqueryui.html
html
2016-08-01T21:18:23
2024-08-12T19:24:07
home_surveillance
BrandonJoffe/home_surveillance
1,223
5,842
```css div.FixedHeader_Cloned th,div.FixedHeader_Cloned td{background-color:white !important} ```
/content/code_sandbox/system/static/plugins/datatables/extensions/FixedHeader/css/dataTables.fixedHeader.min.css
css
2016-08-01T21:18:23
2024-08-12T19:24:07
home_surveillance
BrandonJoffe/home_surveillance
1,223
23
```css div.FixedHeader_Cloned th, div.FixedHeader_Cloned td { background-color: white !important; } ```
/content/code_sandbox/system/static/plugins/datatables/extensions/FixedHeader/css/dataTables.fixedHeader.css
css
2016-08-01T21:18:23
2024-08-12T19:24:07
home_surveillance
BrandonJoffe/home_surveillance
1,223
26
```html <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <link rel="shortcut icon" type="image/ico" href="path_to_url"> <meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0"> <title>ColReorder example - FixedHeader integration</title> <link rel="stylesheet" type="text/css" href="../../../media/...
/content/code_sandbox/system/static/plugins/datatables/extensions/ColReorder/examples/fixedheader.html
html
2016-08-01T21:18:23
2024-08-12T19:24:07
home_surveillance
BrandonJoffe/home_surveillance
1,223
5,722
```javascript /*! FixedHeader 2.1.2 2010-2014 SpryMedia Ltd - datatables.net/license */ var FixedHeader; (function(j,k,h){var l=function(e){FixedHeader=function(a,b){if(!this instanceof FixedHeader)alert("FixedHeader warning: FixedHeader must be initialised with the 'new' keyword.");else{var c={aoCache:[],oSides:{top...
/content/code_sandbox/system/static/plugins/datatables/extensions/FixedHeader/js/dataTables.fixedHeader.min.js
javascript
2016-08-01T21:18:23
2024-08-12T19:24:07
home_surveillance
BrandonJoffe/home_surveillance
1,223
3,972
```html <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <link rel="shortcut icon" type="image/ico" href="path_to_url"> <meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0"> <title>FixedHeader example - Basic initialisation</title> <link rel="stylesheet" type="text/css" href="../../../media/cs...
/content/code_sandbox/system/static/plugins/datatables/extensions/FixedHeader/examples/simple.html
html
2016-08-01T21:18:23
2024-08-12T19:24:07
home_surveillance
BrandonJoffe/home_surveillance
1,223
5,580
```javascript /*! FixedHeader 2.1.2 * 2010-2014 SpryMedia Ltd - datatables.net/license */ /** * @summary FixedHeader * @description Fix a table's header or footer, so it is always visible while * Scrolling * @version 2.1.2 * @file dataTables.fixedHeader.js * @author SpryMedia L...
/content/code_sandbox/system/static/plugins/datatables/extensions/FixedHeader/js/dataTables.fixedHeader.js
javascript
2016-08-01T21:18:23
2024-08-12T19:24:07
home_surveillance
BrandonJoffe/home_surveillance
1,223
9,027
```html <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <link rel="shortcut icon" type="image/ico" href="path_to_url"> <meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0"> <link rel="stylesheet" type="text/css" href="../../../examples/resources/syntax/shCore.css"> <link rel="stylesheet" type=...
/content/code_sandbox/system/static/plugins/datatables/extensions/FixedHeader/examples/index.html
html
2016-08-01T21:18:23
2024-08-12T19:24:07
home_surveillance
BrandonJoffe/home_surveillance
1,223
750
```html <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <link rel="shortcut icon" type="image/ico" href="path_to_url"> <meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0"> <title>FixedHeader example - Multiple tables</title> <link rel="stylesheet" type="text/css" href="../../../media/css/jqu...
/content/code_sandbox/system/static/plugins/datatables/extensions/FixedHeader/examples/two_tables.html
html
2016-08-01T21:18:23
2024-08-12T19:24:07
home_surveillance
BrandonJoffe/home_surveillance
1,223
2,946
```html <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <link rel="shortcut icon" type="image/ico" href="path_to_url"> <meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0"> <title>FixedHeader example - Header and footer fixed</title> <link rel="stylesheet" type="text/css" href="../../../media...
/content/code_sandbox/system/static/plugins/datatables/extensions/FixedHeader/examples/header_footer.html
html
2016-08-01T21:18:23
2024-08-12T19:24:07
home_surveillance
BrandonJoffe/home_surveillance
1,223
5,549
```html <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <link rel="shortcut icon" type="image/ico" href="path_to_url"> <meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0"> <title>FixedHeader example - Header, left and right all fixed</title> <link rel="stylesheet" type="text/css" href="../.....
/content/code_sandbox/system/static/plugins/datatables/extensions/FixedHeader/examples/top_left_right.html
html
2016-08-01T21:18:23
2024-08-12T19:24:07
home_surveillance
BrandonJoffe/home_surveillance
1,223
2,303
```css /* * File: TableTools.css * Description: Styles for TableTools 2 * Author: Allan Jardine (www.sprymedia.co.uk) * Language: Javascript * Project: DataTables * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * CSS name space: * DT...
/content/code_sandbox/system/static/plugins/datatables/extensions/TableTools/css/dataTables.tableTools.css
css
2016-08-01T21:18:23
2024-08-12T19:24:07
home_surveillance
BrandonJoffe/home_surveillance
1,223
3,726
```css div.DTTT_container{position:relative;float:right;margin-bottom:1em}@media screen and (max-width: 640px){div.DTTT_container{float:none !important;text-align:center}div.DTTT_container:after{visibility:hidden;display:block;content:"";clear:both;height:0}}button.DTTT_button,div.DTTT_button,a.DTTT_button{position:rel...
/content/code_sandbox/system/static/plugins/datatables/extensions/TableTools/css/dataTables.tableTools.min.css
css
2016-08-01T21:18:23
2024-08-12T19:24:07
home_surveillance
BrandonJoffe/home_surveillance
1,223
2,493
```html <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <link rel="shortcut icon" type="image/ico" href="path_to_url"> <meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0"> <title>FixedHeader example - z-index order control</title> <link rel="stylesheet" type="text/css" href="../../../media/c...
/content/code_sandbox/system/static/plugins/datatables/extensions/FixedHeader/examples/zIndexes.html
html
2016-08-01T21:18:23
2024-08-12T19:24:07
home_surveillance
BrandonJoffe/home_surveillance
1,223
5,675
```javascript /*! TableTools 2.2.4 2009-2015 SpryMedia Ltd - datatables.net/license ZeroClipboard 1.0.4 Author: Joseph Huckaby - MIT licensed */ var TableTools; (function(n,k,q){var p=function(m,p){var g={version:"1.0.4-TableTools2",clients:{},moviePath:"",nextId:1,$:function(a){"string"==typeof a&&(a=k.getElement...
/content/code_sandbox/system/static/plugins/datatables/extensions/TableTools/js/dataTables.tableTools.min.js
javascript
2016-08-01T21:18:23
2024-08-12T19:24:07
home_surveillance
BrandonJoffe/home_surveillance
1,223
9,382
```html <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <link rel="shortcut icon" type="image/ico" href="path_to_url"> <meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0"> <title>TableTools example - Custom button text</title> <link rel="stylesheet" type="text/css" href="../../../media/css/j...
/content/code_sandbox/system/static/plugins/datatables/extensions/TableTools/examples/button_text.html
html
2016-08-01T21:18:23
2024-08-12T19:24:07
home_surveillance
BrandonJoffe/home_surveillance
1,223
6,007
```html <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <link rel="shortcut icon" type="image/ico" href="path_to_url"> <meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0"> <title>TableTools example - Plug-in button types</title> <link rel="stylesheet" type="text/css" href="../../../media/css...
/content/code_sandbox/system/static/plugins/datatables/extensions/TableTools/examples/plug-in.html
html
2016-08-01T21:18:23
2024-08-12T19:24:07
home_surveillance
BrandonJoffe/home_surveillance
1,223
6,150
```html <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <link rel="shortcut icon" type="image/ico" href="path_to_url"> <meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0"> <title>TableTools example - Bootstrap styling</title> <link rel="stylesheet" type="text/css" href="//maxcdn.bootstrapcdn...
/content/code_sandbox/system/static/plugins/datatables/extensions/TableTools/examples/bootstrap.html
html
2016-08-01T21:18:23
2024-08-12T19:24:07
home_surveillance
BrandonJoffe/home_surveillance
1,223
6,036
```html <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <link rel="shortcut icon" type="image/ico" href="path_to_url"> <meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0"> <title>TableTools example - Row selection - multi-row select</title> <link rel="stylesheet" type="text/css" href="../../...
/content/code_sandbox/system/static/plugins/datatables/extensions/TableTools/examples/select_multi.html
html
2016-08-01T21:18:23
2024-08-12T19:24:07
home_surveillance
BrandonJoffe/home_surveillance
1,223
5,928
```javascript /*! TableTools 2.2.4 * 2009-2015 SpryMedia Ltd - datatables.net/license * * ZeroClipboard 1.0.4 * Author: Joseph Huckaby - MIT licensed */ /** * @summary TableTools * @description Tools and buttons for DataTables * @version 2.2.4 * @file dataTables.tableTools.js * @author Sp...
/content/code_sandbox/system/static/plugins/datatables/extensions/TableTools/js/dataTables.tableTools.js
javascript
2016-08-01T21:18:23
2024-08-12T19:24:07
home_surveillance
BrandonJoffe/home_surveillance
1,223
25,277
```html <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <link rel="shortcut icon" type="image/ico" href="path_to_url"> <meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0"> <title>TableTools example - Button collections</title> <link rel="stylesheet" type="text/css" href="../../../media/css/j...
/content/code_sandbox/system/static/plugins/datatables/extensions/TableTools/examples/collection.html
html
2016-08-01T21:18:23
2024-08-12T19:24:07
home_surveillance
BrandonJoffe/home_surveillance
1,223
5,911
```html <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <link rel="shortcut icon" type="image/ico" href="path_to_url"> <meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0"> <link rel="stylesheet" type="text/css" href="../../../examples/resources/syntax/shCore.css"> <link rel="stylesheet" type=...
/content/code_sandbox/system/static/plugins/datatables/extensions/TableTools/examples/index.html
html
2016-08-01T21:18:23
2024-08-12T19:24:07
home_surveillance
BrandonJoffe/home_surveillance
1,223
975
```html <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <link rel="shortcut icon" type="image/ico" href="path_to_url"> <meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0"> <title>TableTools example - Basic initialisation</title> <link rel="stylesheet" type="text/css" href="../../../media/css...
/content/code_sandbox/system/static/plugins/datatables/extensions/TableTools/examples/simple.html
html
2016-08-01T21:18:23
2024-08-12T19:24:07
home_surveillance
BrandonJoffe/home_surveillance
1,223
5,787
```html <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <link rel="shortcut icon" type="image/ico" href="path_to_url"> <meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0"> <title>TableTools example - Setting the SWF path</title> <link rel="stylesheet" type="text/css" href="../../../media/css...
/content/code_sandbox/system/static/plugins/datatables/extensions/TableTools/examples/swf_path.html
html
2016-08-01T21:18:23
2024-08-12T19:24:07
home_surveillance
BrandonJoffe/home_surveillance
1,223
5,843
```html <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <link rel="shortcut icon" type="image/ico" href="path_to_url"> <meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0"> <title>TableTools example - Multiple toolbars</title> <link rel="stylesheet" type="text/css" href="../../../media/css/jq...
/content/code_sandbox/system/static/plugins/datatables/extensions/TableTools/examples/multi_instance.html
html
2016-08-01T21:18:23
2024-08-12T19:24:07
home_surveillance
BrandonJoffe/home_surveillance
1,223
5,805
```html <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <link rel="shortcut icon" type="image/ico" href="path_to_url"> <meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0"> <title>TableTools example - Defaults</title> <link rel="stylesheet" type="text/css" href="../../../media/css/jquery.data...
/content/code_sandbox/system/static/plugins/datatables/extensions/TableTools/examples/defaults.html
html
2016-08-01T21:18:23
2024-08-12T19:24:07
home_surveillance
BrandonJoffe/home_surveillance
1,223
5,747
```html <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <link rel="shortcut icon" type="image/ico" href="path_to_url"> <meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0"> <title>TableTools example - Button arrangement</title> <link rel="stylesheet" type="text/css" href="../../../media/css/j...
/content/code_sandbox/system/static/plugins/datatables/extensions/TableTools/examples/alter_buttons.html
html
2016-08-01T21:18:23
2024-08-12T19:24:07
home_surveillance
BrandonJoffe/home_surveillance
1,223
5,783
```html <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <link rel="shortcut icon" type="image/ico" href="path_to_url"> <meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0"> <title>TableTools example - Row selection - operating system style</title> <link rel="stylesheet" type="text/css" href="...
/content/code_sandbox/system/static/plugins/datatables/extensions/TableTools/examples/select_os.html
html
2016-08-01T21:18:23
2024-08-12T19:24:07
home_surveillance
BrandonJoffe/home_surveillance
1,223
5,935
```html <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <link rel="shortcut icon" type="image/ico" href="path_to_url"> <meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0"> <title>TableTools example - Multiple tables</title> <link rel="stylesheet" type="text/css" href="../../../media/css/jque...
/content/code_sandbox/system/static/plugins/datatables/extensions/TableTools/examples/multiple_tables.html
html
2016-08-01T21:18:23
2024-08-12T19:24:07
home_surveillance
BrandonJoffe/home_surveillance
1,223
3,078
```html <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <link rel="shortcut icon" type="image/ico" href="path_to_url"> <meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0"> <title>TableTools example - Ajax loaded data</title> <link rel="stylesheet" type="text/css" href="../../../media/css/jqu...
/content/code_sandbox/system/static/plugins/datatables/extensions/TableTools/examples/ajax.html
html
2016-08-01T21:18:23
2024-08-12T19:24:07
home_surveillance
BrandonJoffe/home_surveillance
1,223
2,022
```html <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <link rel="shortcut icon" type="image/ico" href="path_to_url"> <meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0"> <title>TableTools example - Row selection - row selector on specific cells</title> <link rel="stylesheet" type="text/css...
/content/code_sandbox/system/static/plugins/datatables/extensions/TableTools/examples/select_column.html
html
2016-08-01T21:18:23
2024-08-12T19:24:07
home_surveillance
BrandonJoffe/home_surveillance
1,223
2,412
```html <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <link rel="shortcut icon" type="image/ico" href="path_to_url"> <meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0"> <title>TableTools example - PDF message</title> <link rel="stylesheet" type="text/css" href="../../../media/css/jquery.d...
/content/code_sandbox/system/static/plugins/datatables/extensions/TableTools/examples/pdf_message.html
html
2016-08-01T21:18:23
2024-08-12T19:24:07
home_surveillance
BrandonJoffe/home_surveillance
1,223
5,858
```html <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <link rel="shortcut icon" type="image/ico" href="path_to_url"> <meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0"> <title>TableTools example - jQuery UI styling</title> <link rel="stylesheet" type="text/css" href="//code.jquery.com/ui/...
/content/code_sandbox/system/static/plugins/datatables/extensions/TableTools/examples/jqueryui.html
html
2016-08-01T21:18:23
2024-08-12T19:24:07
home_surveillance
BrandonJoffe/home_surveillance
1,223
5,815
```html <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <link rel="shortcut icon" type="image/ico" href="path_to_url"> <meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0"> <title>TableTools example - Initialisation with `new`</title> <link rel="stylesheet" type="text/css" href="../../../medi...
/content/code_sandbox/system/static/plugins/datatables/extensions/TableTools/examples/new_init.html
html
2016-08-01T21:18:23
2024-08-12T19:24:07
home_surveillance
BrandonJoffe/home_surveillance
1,223
5,877
```javascript !function e(t,n,r){function i(s,a){if(!n[s]){if(!t[s]){var c="function"==typeof require&&require;if(!a&&c)return c(s,!0);if(o)return o(s,!0);var l=new Error("Cannot find module '"+s+"'");throw l.code="MODULE_NOT_FOUND",l}var u=n[s]={exports:{}};t[s][0].call(u.exports,function(e){var n=t[s][1][e];return i(...
/content/code_sandbox/system/static/plugins/fastclick/fastclick.min.js
javascript
2016-08-01T21:18:23
2024-08-12T19:24:07
home_surveillance
BrandonJoffe/home_surveillance
1,223
2,316
```html <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <link rel="shortcut icon" type="image/ico" href="path_to_url"> <meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0"> <title>TableTools example - Row selection - single row select</title> <link rel="stylesheet" type="text/css" href="../.....
/content/code_sandbox/system/static/plugins/datatables/extensions/TableTools/examples/select_single.html
html
2016-08-01T21:18:23
2024-08-12T19:24:07
home_surveillance
BrandonJoffe/home_surveillance
1,223
5,850
```javascript ;(function () { 'use strict'; /** * @preserve FastClick: polyfill to remove click delays on browsers with touch UIs. * * @codingstandard ftlabs-jsv2 * @copyright The Financial Times Limited [All Rights Reserved] */ /*jslint browser:true, node:true*/ /*global define, Event, Node*/ /** ...
/content/code_sandbox/system/static/plugins/fastclick/fastclick.js
javascript
2016-08-01T21:18:23
2024-08-12T19:24:07
home_surveillance
BrandonJoffe/home_surveillance
1,223
6,380
```javascript /*! * Chart.js * path_to_url * Version: 1.1.1 * * Released under the MIT license * path_to_url */ (function(){"use strict";var t=this,i=t.Chart,e=function(t){this.canvas=t.canvas,this.ctx=t;var i=function(t,i){return t["offset"+i]?t["offset"+i]:document.defaultView.getComputedStyle(t).getPropertyVa...
/content/code_sandbox/system/static/plugins/chartjs/Chart.min.js
javascript
2016-08-01T21:18:23
2024-08-12T19:24:07
home_surveillance
BrandonJoffe/home_surveillance
1,223
15,483
```javascript /*! * Chart.js * path_to_url * Version: 1.1.1 * * Released under the MIT license * path_to_url */ (function(){ "use strict"; //Declare root variable - window in the browser, global on the server var root = this, previous = root.Chart; //Occupy the global variable of Chart, and create a s...
/content/code_sandbox/system/static/plugins/chartjs/Chart.js
javascript
2016-08-01T21:18:23
2024-08-12T19:24:07
home_surveillance
BrandonJoffe/home_surveillance
1,223
30,651
```css /*! * Bootstrap Colorpicker * path_to_url * * Originally written by (c) 2012 Stefan Petre * path_to_url * */.colorpicker-saturation{float:left;width:100px;height:100px;cursor:crosshair;background-image:url("img/saturation.png")}.colorpicker-saturation i{position:absolute;top:0;left:0;display:block;width:5...
/content/code_sandbox/system/static/plugins/colorpicker/bootstrap-colorpicker.min.css
css
2016-08-01T21:18:23
2024-08-12T19:24:07
home_surveillance
BrandonJoffe/home_surveillance
1,223
926
```css /*! * Bootstrap Colorpicker * path_to_url * * Originally written by (c) 2012 Stefan Petre * path_to_url * */ .colorpicker-saturation { float: left; width: 100px; height: 100px; cursor: crosshair; background-image: url("img/saturation.png"); } .colorpicker-saturation i { position: absolute; ...
/content/code_sandbox/system/static/plugins/colorpicker/bootstrap-colorpicker.css
css
2016-08-01T21:18:23
2024-08-12T19:24:07
home_surveillance
BrandonJoffe/home_surveillance
1,223
1,282
```javascript !function(a){"use strict";"object"==typeof exports?module.exports=a(window.jQuery):"function"==typeof define&&define.amd?define(["jquery"],a):window.jQuery&&!window.jQuery.fn.colorpicker&&a(window.jQuery)}(function(a){"use strict";var b=function(b,c){this.value={h:0,s:0,b:0,a:1},this.origFormat=null,c&&a....
/content/code_sandbox/system/static/plugins/colorpicker/bootstrap-colorpicker.min.js
javascript
2016-08-01T21:18:23
2024-08-12T19:24:07
home_surveillance
BrandonJoffe/home_surveillance
1,223
5,859
```css /*! * Timepicker Component for Twitter Bootstrap * * * Contributors path_to_url * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ .bootstrap-timepicker { position: relative; } .bootstrap-timepicker.pull-right .bootstrap-tim...
/content/code_sandbox/system/static/plugins/timepicker/bootstrap-timepicker.css
css
2016-08-01T21:18:23
2024-08-12T19:24:07
home_surveillance
BrandonJoffe/home_surveillance
1,223
731
```css /*! * Timepicker Component for Twitter Bootstrap * * * Contributors path_to_url * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */.bootstrap-timepicker{position:relative}.bootstrap-timepicker.pull-right .bootstrap-timepicker-w...
/content/code_sandbox/system/static/plugins/timepicker/bootstrap-timepicker.min.css
css
2016-08-01T21:18:23
2024-08-12T19:24:07
home_surveillance
BrandonJoffe/home_surveillance
1,223
550
```javascript /*! * Bootstrap Colorpicker * path_to_url * * Originally written by (c) 2012 Stefan Petre * path_to_url * * @todo Update DOCS */ (function(factory) { "use strict"; if (typeof exports === 'object') { module.exports = factory(window.jQuery); } else if (typeof define === 'function'...
/content/code_sandbox/system/static/plugins/colorpicker/bootstrap-colorpicker.js
javascript
2016-08-01T21:18:23
2024-08-12T19:24:07
home_surveillance
BrandonJoffe/home_surveillance
1,223
8,908
```javascript /*! bootstrap-timepicker v0.2.3 * path_to_url */(function(e,t,n,r){"use strict";var i=function(t,n){this.widget="";this.$element=e(t);this.defaultTime=n.defaultTime;this.disableFocus=n.disableFocus;this.isOpen=n.isOpen;this.minuteStep=n.minuteStep;this.modalBackdrop=n.modalBackdrop;this.secondStep=n.sec...
/content/code_sandbox/system/static/plugins/timepicker/bootstrap-timepicker.min.js
javascript
2016-08-01T21:18:23
2024-08-12T19:24:07
home_surveillance
BrandonJoffe/home_surveillance
1,223
3,999
```javascript //TODO: move arrow styles and button click code into configurable items, with defaults matching the existing code /*! * Timepicker Component for Twitter Bootstrap * * * Contributors path_to_url * * For the full copyright and license information, please view the LICENSE * file that was distributed with th...
/content/code_sandbox/system/static/plugins/timepicker/bootstrap-timepicker.js
javascript
2016-08-01T21:18:23
2024-08-12T19:24:07
home_surveillance
BrandonJoffe/home_surveillance
1,223
5,782
```javascript if(!document.createElement("canvas").getContext){(function(){var ab=Math;var n=ab.round;var l=ab.sin;var A=ab.cos;var H=ab.abs;var N=ab.sqrt;var d=10;var f=d/2;var z=+navigator.userAgent.match(/MSIE ([\d.]+)?/)[1];function y(){return this.context_||(this.context_=new D(this))}var t=Array.prototype.slice;f...
/content/code_sandbox/system/static/plugins/flot/excanvas.min.js
javascript
2016-08-01T21:18:23
2024-08-12T19:24:07
home_surveillance
BrandonJoffe/home_surveillance
1,223
7,118
```javascript /* Flot plugin for showing crosshairs when the mouse hovers over the plot. The plugin supports these options: crosshair: { mode: null or "x" or "y" or "xy" color: color lineWidth: number } Set the mode to one of "x", "y" or "xy". The "x" mode enables a vertical crosshair that lets you trace th...
/content/code_sandbox/system/static/plugins/flot/jquery.flot.crosshair.js
javascript
2016-08-01T21:18:23
2024-08-12T19:24:07
home_surveillance
BrandonJoffe/home_surveillance
1,223
1,266
```javascript (function($){var options={series:{threshold:null}};function init(plot){function thresholdData(plot,s,datapoints,below,color){var ps=datapoints.pointsize,i,x,y,p,prevp,thresholded=$.extend({},s);thresholded.datapoints={points:[],pointsize:ps,format:datapoints.format};thresholded.label=null;thresholded.colo...
/content/code_sandbox/system/static/plugins/flot/jquery.flot.threshold.min.js
javascript
2016-08-01T21:18:23
2024-08-12T19:24:07
home_surveillance
BrandonJoffe/home_surveillance
1,223
497
```javascript /* Flot plugin for adding the ability to pan and zoom the plot. The default behaviour is double click and scrollwheel up/down to zoom in, drag to pan. The plugin defines plot.zoom({ center }), plot.zoomOut() and plot.pan( offset ) so you easily can add custom controls. It also fires "plotpan" and "plotz...
/content/code_sandbox/system/static/plugins/flot/jquery.flot.navigate.js
javascript
2016-08-01T21:18:23
2024-08-12T19:24:07
home_surveillance
BrandonJoffe/home_surveillance
1,223
3,419
```javascript (function($){var options={crosshair:{mode:null,color:"rgba(170, 0, 0, 0.80)",lineWidth:1}};function init(plot){var crosshair={x:-1,y:-1,locked:false};plot.setCrosshair=function setCrosshair(pos){if(!pos)crosshair.x=-1;else{var o=plot.p2c(pos);crosshair.x=Math.max(0,Math.min(o.left,plot.width()));crosshair...
/content/code_sandbox/system/static/plugins/flot/jquery.flot.crosshair.min.js
javascript
2016-08-01T21:18:23
2024-08-12T19:24:07
home_surveillance
BrandonJoffe/home_surveillance
1,223
551
```javascript /* Flot plugin for computing bottoms for filled line and bar charts. The case: you've got two series that you want to fill the area between. In Flot terms, you need to use one as the fill bottom of the other. You can specify the bottom of each data point as the third coordinate manually, or you can use ...
/content/code_sandbox/system/static/plugins/flot/jquery.flot.fillbetween.js
javascript
2016-08-01T21:18:23
2024-08-12T19:24:07
home_surveillance
BrandonJoffe/home_surveillance
1,223
1,563
```javascript (function($){var options={series:{fillBetween:null}};function init(plot){function findBottomSeries(s,allseries){var i;for(i=0;i<allseries.length;++i){if(allseries[i].id===s.fillBetween){return allseries[i]}}if(typeof s.fillBetween==="number"){if(s.fillBetween<0||s.fillBetween>=allseries.length){return nul...
/content/code_sandbox/system/static/plugins/flot/jquery.flot.fillbetween.min.js
javascript
2016-08-01T21:18:23
2024-08-12T19:24:07
home_surveillance
BrandonJoffe/home_surveillance
1,223
700
```javascript /*! jQuery v2.2.3 | (c) jQuery Foundation | jquery.org/license */ !function(a,b){"object"==typeof module&&"object"==typeof module.exports?module.exports=a.document?b(a,!0):function(a){if(!a.document)throw new Error("jQuery requires a window with a document");return b(a)}:b(a)}("undefined"!=typeof window?w...
/content/code_sandbox/system/static/plugins/jQuery/jquery-2.2.3.min.js
javascript
2016-08-01T21:18:23
2024-08-12T19:24:07
home_surveillance
BrandonJoffe/home_surveillance
1,223
28,868
```javascript (function($){var options={series:{stack:null}};function init(plot){function findMatchingSeries(s,allseries){var res=null;for(var i=0;i<allseries.length;++i){if(s==allseries[i])break;if(allseries[i].stack==s.stack)res=allseries[i]}return res}function stackData(plot,s,datapoints){if(s.stack==null||s.stack==...
/content/code_sandbox/system/static/plugins/flot/jquery.flot.stack.min.js
javascript
2016-08-01T21:18:23
2024-08-12T19:24:07
home_surveillance
BrandonJoffe/home_surveillance
1,223
724
```javascript (function($){$.color={};$.color.make=function(r,g,b,a){var o={};o.r=r||0;o.g=g||0;o.b=b||0;o.a=a!=null?a:1;o.add=function(c,d){for(var i=0;i<c.length;++i)o[c.charAt(i)]+=d;return o.normalize()};o.scale=function(c,f){for(var i=0;i<c.length;++i)o[c.charAt(i)]*=f;return o.normalize()};o.toString=function(){i...
/content/code_sandbox/system/static/plugins/flot/jquery.flot.min.js
javascript
2016-08-01T21:18:23
2024-08-12T19:24:07
home_surveillance
BrandonJoffe/home_surveillance
1,223
15,592
```javascript (function($){var options={series:{images:{show:false,alpha:1,anchor:"corner"}}};$.plot.image={};$.plot.image.loadDataImages=function(series,options,callback){var urls=[],points=[];var defaultShow=options.series.images.show;$.each(series,function(i,s){if(!(defaultShow||s.images.show))return;if(s.data)s=s.d...
/content/code_sandbox/system/static/plugins/flot/jquery.flot.image.min.js
javascript
2016-08-01T21:18:23
2024-08-12T19:24:07
home_surveillance
BrandonJoffe/home_surveillance
1,223
865
```javascript (function($){$.color={};$.color.make=function(r,g,b,a){var o={};o.r=r||0;o.g=g||0;o.b=b||0;o.a=a!=null?a:1;o.add=function(c,d){for(var i=0;i<c.length;++i)o[c.charAt(i)]+=d;return o.normalize()};o.scale=function(c,f){for(var i=0;i<c.length;++i)o[c.charAt(i)]*=f;return o.normalize()};o.toString=function(){i...
/content/code_sandbox/system/static/plugins/flot/jquery.colorhelpers.min.js
javascript
2016-08-01T21:18:23
2024-08-12T19:24:07
home_surveillance
BrandonJoffe/home_surveillance
1,223
1,328
```javascript /* Flot plugin for plotting error bars. Error bars are used to show standard deviation and other statistical properties in a plot. * Created by Rui Pereira - rui (dot) pereira (at) gmail (dot) com This plugin allows you to plot error-bars over points. Set "errorbars" inside the points series to the ...
/content/code_sandbox/system/static/plugins/flot/jquery.flot.errorbars.js
javascript
2016-08-01T21:18:23
2024-08-12T19:24:07
home_surveillance
BrandonJoffe/home_surveillance
1,223
3,107
```javascript /* Plugin for jQuery for working with colors. * * Version 1.1. * * Inspiration from jQuery color animation plugin by John Resig. * * Released under the MIT license by Ole Laursen, October 2009. * * Examples: * * $.color.parse("#fff").scale('rgb', 0.25).add('a', -0.5).toString() * var c = ...
/content/code_sandbox/system/static/plugins/flot/jquery.colorhelpers.js
javascript
2016-08-01T21:18:23
2024-08-12T19:24:07
home_surveillance
BrandonJoffe/home_surveillance
1,223
1,986
```javascript /* Pretty handling of time axes. Set axis.mode to "time" to enable. See the section "Time series data" in API.txt for details. */ (function($) { var options = { xaxis: { timezone: null, // "browser" for local to the client or timezone for timezone-js timeformat: null, // format string to us...
/content/code_sandbox/system/static/plugins/flot/jquery.flot.time.js
javascript
2016-08-01T21:18:23
2024-08-12T19:24:07
home_surveillance
BrandonJoffe/home_surveillance
1,223
3,556
```javascript (function($){var REDRAW_ATTEMPTS=10;var REDRAW_SHRINK=.95;function init(plot){var canvas=null,target=null,options=null,maxRadius=null,centerLeft=null,centerTop=null,processed=false,ctx=null;var highlights=[];plot.hooks.processOptions.push(function(plot,options){if(options.series.pie.show){options.grid.sho...
/content/code_sandbox/system/static/plugins/flot/jquery.flot.pie.min.js
javascript
2016-08-01T21:18:23
2024-08-12T19:24:07
home_surveillance
BrandonJoffe/home_surveillance
1,223
3,329
```javascript // // // path_to_url // // Unless required by applicable law or agreed to in writing, software // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // Known Issues: // // * Patterns only support repeat. // * Radial gradient are not implemented. The VML version of these look very...
/content/code_sandbox/system/static/plugins/flot/excanvas.js
javascript
2016-08-01T21:18:23
2024-08-12T19:24:07
home_surveillance
BrandonJoffe/home_surveillance
1,223
11,844
```javascript (function($){var options={xaxis:{categories:null},yaxis:{categories:null}};function processRawData(plot,series,data,datapoints){var xCategories=series.xaxis.options.mode=="categories",yCategories=series.yaxis.options.mode=="categories";if(!(xCategories||yCategories))return;var format=datapoints.format;if(...
/content/code_sandbox/system/static/plugins/flot/jquery.flot.categories.min.js
javascript
2016-08-01T21:18:23
2024-08-12T19:24:07
home_surveillance
BrandonJoffe/home_surveillance
1,223
648
```javascript /* Flot plugin for plotting images. The data syntax is [ [ image, x1, y1, x2, y2 ], ... ] where (x1, y1) and (x2, y2) are where you intend the two opposite corners of the image to end up in the plot. Image must be a fully loaded Javascript image (you can make one with new Image()). If the image is not c...
/content/code_sandbox/system/static/plugins/flot/jquery.flot.image.js
javascript
2016-08-01T21:18:23
2024-08-12T19:24:07
home_surveillance
BrandonJoffe/home_surveillance
1,223
1,803
```javascript /* Flot plugin for automatically redrawing plots as the placeholder resizes. It works by listening for changes on the placeholder div (through the jQuery resize event plugin) - if the size changes, it will redraw the plot. There are no options. If you need to disable the plugin for some plots, you can ...
/content/code_sandbox/system/static/plugins/flot/jquery.flot.resize.js
javascript
2016-08-01T21:18:23
2024-08-12T19:24:07
home_surveillance
BrandonJoffe/home_surveillance
1,223
781
```javascript (function(a){function e(h){var k,j=this,l=h.data||{};if(l.elem)j=h.dragTarget=l.elem,h.dragProxy=d.proxy||j,h.cursorOffsetX=l.pageX-l.left,h.cursorOffsetY=l.pageY-l.top,h.offsetX=h.pageX-h.cursorOffsetX,h.offsetY=h.pageY-h.cursorOffsetY;else if(d.dragging||l.which>0&&h.which!=l.which||a(h.target).is(l.not...
/content/code_sandbox/system/static/plugins/flot/jquery.flot.navigate.min.js
javascript
2016-08-01T21:18:23
2024-08-12T19:24:07
home_surveillance
BrandonJoffe/home_surveillance
1,223
1,965
```javascript /* Flot plugin that adds some extra symbols for plotting points. The symbols are accessed as strings through the standard symbol options: series: { points: { symbol: "square" // or "diamond", "triangle", "cross" } } */ (function ($) { function processRawData(plot, series, datapoints) { ...
/content/code_sandbox/system/static/plugins/flot/jquery.flot.symbol.js
javascript
2016-08-01T21:18:23
2024-08-12T19:24:07
home_surveillance
BrandonJoffe/home_surveillance
1,223
626
```javascript /* Flot plugin for thresholding data. The plugin supports these options: series: { threshold: { below: number color: colorspec } } It can also be applied to a single series, like this: $.plot( $("#placeholder"), [{ data: [ ... ], threshold: { ... } }]) An array can be passed for mu...
/content/code_sandbox/system/static/plugins/flot/jquery.flot.threshold.js
javascript
2016-08-01T21:18:23
2024-08-12T19:24:07
home_surveillance
BrandonJoffe/home_surveillance
1,223
980
```javascript (function($){var options={series:{points:{errorbars:null,xerr:{err:"x",show:null,asymmetric:null,upperCap:null,lowerCap:null,color:null,radius:null},yerr:{err:"y",show:null,asymmetric:null,upperCap:null,lowerCap:null,color:null,radius:null}}}};function processRawData(plot,series,data,datapoints){if(!serie...
/content/code_sandbox/system/static/plugins/flot/jquery.flot.errorbars.min.js
javascript
2016-08-01T21:18:23
2024-08-12T19:24:07
home_surveillance
BrandonJoffe/home_surveillance
1,223
1,785
```javascript /* Flot plugin for drawing all elements of a plot on the canvas. Flot normally produces certain elements, like axis labels and the legend, using HTML elements. This permits greater interactivity and customization, and often looks better, due to cross-browser canvas text inconsistencies and limitations. ...
/content/code_sandbox/system/static/plugins/flot/jquery.flot.canvas.js
javascript
2016-08-01T21:18:23
2024-08-12T19:24:07
home_surveillance
BrandonJoffe/home_surveillance
1,223
2,459
```javascript (function($){var options={canvas:true};var render,getTextInfo,addText;var hasOwnProperty=Object.prototype.hasOwnProperty;function init(plot,classes){var Canvas=classes.Canvas;if(render==null){getTextInfo=Canvas.prototype.getTextInfo,addText=Canvas.prototype.addText,render=Canvas.prototype.render}Canvas.pr...
/content/code_sandbox/system/static/plugins/flot/jquery.flot.canvas.min.js
javascript
2016-08-01T21:18:23
2024-08-12T19:24:07
home_surveillance
BrandonJoffe/home_surveillance
1,223
974
```javascript /* Flot plugin for stacking data sets rather than overlyaing them. The plugin assumes the data is sorted on x (or y if stacking horizontally). For line charts, it is assumed that if a line has an undefined gap (from a null point), then the line above it should have the same gap - insert zeros instead of...
/content/code_sandbox/system/static/plugins/flot/jquery.flot.stack.js
javascript
2016-08-01T21:18:23
2024-08-12T19:24:07
home_surveillance
BrandonJoffe/home_surveillance
1,223
1,463
```javascript (function($){function processRawData(plot,series,datapoints){var handlers={square:function(ctx,x,y,radius,shadow){var size=radius*Math.sqrt(Math.PI)/2;ctx.rect(x-size,y-size,size+size,size+size)},diamond:function(ctx,x,y,radius,shadow){var size=radius*Math.sqrt(Math.PI/2);ctx.moveTo(x-size,y);ctx.lineTo(x...
/content/code_sandbox/system/static/plugins/flot/jquery.flot.symbol.min.js
javascript
2016-08-01T21:18:23
2024-08-12T19:24:07
home_surveillance
BrandonJoffe/home_surveillance
1,223
300
```javascript /* Flot plugin for selecting regions of a plot. The plugin supports these options: selection: { mode: null or "x" or "y" or "xy", color: color, shape: "round" or "miter" or "bevel", minSize: number of pixels } Selection support is enabled by setting the mode to one of "x", "y" or "xy". In "x" mode...
/content/code_sandbox/system/static/plugins/flot/jquery.flot.selection.js
javascript
2016-08-01T21:18:23
2024-08-12T19:24:07
home_surveillance
BrandonJoffe/home_surveillance
1,223
2,845
```javascript /* Flot plugin for rendering pie charts. The plugin assumes that each series has a single data value, and that each value is a positive integer or zero. Negative numbers don't make sense for a pie chart, and have unpredictable results. The values do NOT need to be passed in as percentages; the plugin ...
/content/code_sandbox/system/static/plugins/flot/jquery.flot.pie.js
javascript
2016-08-01T21:18:23
2024-08-12T19:24:07
home_surveillance
BrandonJoffe/home_surveillance
1,223
6,606
```javascript /* Flot plugin for plotting textual data or categories. Consider a dataset like [["February", 34], ["March", 20], ...]. This plugin allows you to plot such a dataset directly. To enable it, you must specify mode: "categories" on the axis with the textual labels, e.g. $.plot("#placeholder", data, { xa...
/content/code_sandbox/system/static/plugins/flot/jquery.flot.categories.js
javascript
2016-08-01T21:18:23
2024-08-12T19:24:07
home_surveillance
BrandonJoffe/home_surveillance
1,223
1,340
```javascript (function($){var options={xaxis:{timezone:null,timeformat:null,twelveHourClock:false,monthNames:null}};function floorInBase(n,base){return base*Math.floor(n/base)}function formatDate(d,fmt,monthNames,dayNames){if(typeof d.strftime=="function"){return d.strftime(fmt)}var leftPad=function(n,pad){n=""+n;pad=...
/content/code_sandbox/system/static/plugins/flot/jquery.flot.time.min.js
javascript
2016-08-01T21:18:23
2024-08-12T19:24:07
home_surveillance
BrandonJoffe/home_surveillance
1,223
2,119
```javascript (function($){function init(plot){var selection={first:{x:-1,y:-1},second:{x:-1,y:-1},show:false,active:false};var savedhandlers={};var mouseUpHandler=null;function onMouseMove(e){if(selection.active){updateSelection(e);plot.getPlaceholder().trigger("plotselecting",[getSelection()])}}function onMouseDown(e...
/content/code_sandbox/system/static/plugins/flot/jquery.flot.selection.min.js
javascript
2016-08-01T21:18:23
2024-08-12T19:24:07
home_surveillance
BrandonJoffe/home_surveillance
1,223
1,316
```javascript (function($,t,n){function p(){for(var n=r.length-1;n>=0;n--){var o=$(r[n]);if(o[0]==t||o.is(":visible")){var h=o.width(),d=o.height(),v=o.data(a);!v||h===v.w&&d===v.h?i[f]=i[l]:(i[f]=i[c],o.trigger(u,[v.w=h,v.h=d]))}else v=o.data(a),v.w=0,v.h=0}s!==null&&(s=t.requestAnimationFrame(p))}var r=[],i=$.resize=...
/content/code_sandbox/system/static/plugins/flot/jquery.flot.resize.min.js
javascript
2016-08-01T21:18:23
2024-08-12T19:24:07
home_surveillance
BrandonJoffe/home_surveillance
1,223
587