code stringlengths 1 2.01M | repo_name stringlengths 3 62 | path stringlengths 1 267 | language stringclasses 231
values | license stringclasses 13
values | size int64 1 2.01M |
|---|---|---|---|---|---|
/**
* @license Highcharts JS v3.0.2 (2013-06-05)
* Exporting module
*
* (c) 2010-2013 Torstein Hønsi
*
* License: www.highcharts.com/license
*/
// JSLint options:
/*global Highcharts, document, window, Math, setTimeout */
(function (Highcharts) { // encapsulate
// create shortcuts
var Chart = Highcharts.Chart... | 0014006002014-d-s-p-l-n-n-h-a-t-n-v | trunk/public/theme/manage/analytics/js/modules/exporting.src.js | JavaScript | oos | 17,056 |
/**
* @license A class to parse color values
* @author Stoyan Stefanov <sstoo@gmail.com>
* @link http://www.phpied.com/rgb-color-parser-in-javascript/
* Use it if you like it
*
*/
function RGBColor(color_string)
{
this.ok = false;
// strip any leading #
if (color_string.charAt(0) == '#') { // remov... | 0014006002014-d-s-p-l-n-n-h-a-t-n-v | trunk/public/theme/manage/analytics/js/modules/canvas-tools.src.js | JavaScript | oos | 100,678 |
/**
* @license
* Highcharts funnel module, Beta
*
* (c) 2010-2012 Torstein Hønsi
*
* License: www.highcharts.com/license
*/
/*global Highcharts */
(function (Highcharts) {
'use strict';
// create shortcuts
var defaultOptions = Highcharts.getOptions(),
defaultPlotOptions = defaultOptions.plotOptions,
serie... | 0014006002014-d-s-p-l-n-n-h-a-t-n-v | trunk/public/theme/manage/analytics/js/modules/funnel.src.js | JavaScript | oos | 6,413 |
/**
* @license Data plugin for Highcharts
*
* (c) 2012-2013 Torstein Hønsi
* Last revision 2012-11-27
*
* License: www.highcharts.com/license
*/
/*
* The Highcharts Data plugin is a utility to ease parsing of input sources like
* CSV, HTML tables or grid views into basic configuration options for use
* dire... | 0014006002014-d-s-p-l-n-n-h-a-t-n-v | trunk/public/theme/manage/analytics/js/modules/data.src.js | JavaScript | oos | 13,921 |
(function (Highcharts, HighchartsAdapter) {
var UNDEFINED,
ALIGN_FACTOR,
ALLOWED_SHAPES,
Chart = Highcharts.Chart,
extend = Highcharts.extend,
each = Highcharts.each,
defaultOptions;
defaultOptions = {
xAxis: 0,
yAxis: 0,
title: {
style: {},
text: "",
x: 0,
y: 0
},
shape: {
params: {
stroke: "... | 0014006002014-d-s-p-l-n-n-h-a-t-n-v | trunk/public/theme/manage/analytics/js/modules/annotations.src.js | JavaScript | oos | 7,458 |
// ==ClosureCompiler==
// @compilation_level SIMPLE_OPTIMIZATIONS
/**
* @license Highcharts JS v3.0.2 (2013-06-05)
*
* (c) 2009-2013 Torstein Hønsi
*
* License: www.highcharts.com/license
*/
// JSLint options:
/*global Highcharts, document, window, navigator, setInterval, clearInterval, clearTimeout, setTimeout... | 0014006002014-d-s-p-l-n-n-h-a-t-n-v | trunk/public/theme/manage/analytics/js/highcharts.src.js | JavaScript | oos | 427,902 |
// ==ClosureCompiler==
// @compilation_level SIMPLE_OPTIMIZATIONS
/**
* @license Highcharts JS v3.0.2 (2013-06-05)
*
* (c) 2009-2013 Torstein Hønsi
*
* License: www.highcharts.com/license
*/
// JSLint options:
/*global Highcharts, HighchartsAdapter, document, window, navigator, setInterval, clearInterval, clear... | 0014006002014-d-s-p-l-n-n-h-a-t-n-v | trunk/public/theme/manage/analytics/js/highcharts-more.src.js | JavaScript | oos | 62,581 |
body { background: url('../images/bg.png');font-size: 12px; font-family: "Helvetica Neue", Arial, Helvetica, sans-serif; color: #666; line-height: 21px; }
input, select, textarea, button { font-size: 12px; font-family: "Helvetica Neue", Arial, Helvetica, sans-serif; outline: none; margin: 0; }
.sendSelectPer{
ba... | 0014006002014-d-s-p-l-n-n-h-a-t-n-v | trunk/public/theme/manage/css/style_add.css | CSS | oos | 1,461 |
#popup_container {
font-family: Arial, sans-serif;
font-size: 12px;
min-width: 300px; /* Dialog will be no smaller than this */
max-width: 600px; /* Dialog will wrap after this width */
background: #ddd;
padding: 5px !important;
color: #666;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: ... | 0014006002014-d-s-p-l-n-n-h-a-t-n-v | trunk/public/theme/manage/css/plugins/jquery.alerts.css | CSS | oos | 2,502 |
/*
ColorBox Core Style:
The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;... | 0014006002014-d-s-p-l-n-n-h-a-t-n-v | trunk/public/theme/manage/css/plugins/colorbox.css | CSS | oos | 2,258 |
/* @group Base */
.chzn-container {
font-size: 13px;
position: relative;
display: inline-block;
zoom: 1;
*display: inline;
}
.chzn-container .chzn-drop {
background: #fff;
border: 1px solid #aaa;
border-top: 0;
position: absolute;
top: 29px;
left: 0;
-webkit-box-shadow: 0 4px 5px rgba(0,0,0,.15)... | 0014006002014-d-s-p-l-n-n-h-a-t-n-v | trunk/public/theme/manage/css/plugins/jquery.chosen.css | CSS | oos | 11,789 |
/*
* FullCalendar v1.5.2 Stylesheet
*
* Copyright (c) 2011 Adam Shaw
* Dual licensed under the MIT and GPL licenses, located in
* MIT-LICENSE.txt and GPL-LICENSE.txt respectively.
*
* Date: Sun Aug 21 22:06:09 2011 -0700
*
*/
.fc {
direction: ltr;
text-align: left;
}
.fc table {
border-collapse: collap... | 0014006002014-d-s-p-l-n-n-h-a-t-n-v | trunk/public/theme/manage/css/plugins/fullcalendar.css | CSS | oos | 11,810 |
/*
Uniform Theme: Uniform ThemePixels
Version: 1.0
By: ThemePixels.com
---
For use with the Uniform plugin:
http://pixelmatrixdesign.com/uniform/
---
*/
/* Global Declaration */
div.selector,
div.selector span,
div.checker span,
div.radio span,
div.uploader,
div.uploader span.action,
div.button,
div.button span ... | 0014006002014-d-s-p-l-n-n-h-a-t-n-v | trunk/public/theme/manage/css/plugins/uniform.tp.css | CSS | oos | 10,550 |
body {
background-color: #FFFFFF;
font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
font-size: 12px;
scrollbar-3dlight-color: #F0F0EE;
scrollbar-arrow-color: #676662;
scrollbar-base-color: #F0F0EE;
scrollbar-darkshadow-color: #DDDDDD;
scrollbar-face-color: #E0E0DD;
scrollbar-highlight-color: #F0F0EE... | 0014006002014-d-s-p-l-n-n-h-a-t-n-v | trunk/public/theme/manage/css/plugins/tinymce.css | CSS | oos | 1,488 |
div.jGrowl {z-index: 9999; color: #fff; font-size: 12px; }
/** Normal Style Positions **/
div.jGrowl { position: absolute; }
body > div.jGrowl { position: fixed; }
div.jGrowl.top-left { left: 0px; top: 0px; }
div.jGrowl.top-right { right: 0; top: 0px; }
div.jGrowl.customtop-right { right: 0; top: 90px; }
div.jGrowl.b... | 0014006002014-d-s-p-l-n-n-h-a-t-n-v | trunk/public/theme/manage/css/plugins/jquery.jgrowl.css | CSS | oos | 1,942 |
.ui-spinner {position: relative; border: 0px solid white; }
.ui-spinner-buttons {position: absolute}
.ui-spinner-button {
overflow: hidden; border: 1px solid #ccc; border-left: 0; -moz-border-radius: 0 2px 2px 0; -webkit-border-radius: 0 2px 2px 0;
border-radius: 0 2px 2px 0; cursor: pointer;
}
.ui-spinner-up { back... | 0014006002014-d-s-p-l-n-n-h-a-t-n-v | trunk/public/theme/manage/css/plugins/ui.spinner.css | CSS | oos | 506 |
.colorpicker {
width: 356px;
height: 176px;
overflow: hidden;
position: absolute;
background: url(../../images/colorpicker/colorpicker_background.png);
font-family: Arial, Helvetica, sans-serif;
display: none;
}
.colorpicker_color {
width: 150px;
height: 150px;
left: 14px;
top: 13px;
position: absolute;
ba... | 0014006002014-d-s-p-l-n-n-h-a-t-n-v | trunk/public/theme/manage/css/plugins/colorpicker.css | CSS | oos | 3,435 |
/** DATE PICKER **/
.ui-datepicker { background: #fff; border: 1px solid #ccc; -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; }
.ui-datepicker {
z-index: 100 !important; display: none; padding: 5px; margin-top: 1px; -moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
-webkit-box-shadow: 1px 1px ... | 0014006002014-d-s-p-l-n-n-h-a-t-n-v | trunk/public/theme/manage/css/plugins/jquery.ui.css | CSS | oos | 9,186 |
/***
* Created by: Mienard Lumaad
* Date: May 15, 2012
* Website: http://themepixels.com/
***/
@import url('../fonts/roboto.css');
@import url('plugins/jquery.alerts.css');
@import url('plugins/uniform.tp.css');
@import url('plugins/jquery.ui.css');
@import url('plugins/jquery.ui.autocomplete.css');
@import url('pl... | 0014006002014-d-s-p-l-n-n-h-a-t-n-v | trunk/public/theme/manage/css/style.default.css | CSS | oos | 121,075 |
<!DOCTYPE html>
<!--
Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
-->
<html>
<head>
<meta charset="utf-8">
<title>Massive inline editing — CKEditor Sample</title>
<script src="../ckeditor.js"></script>
<scrip... | 0014006002014-d-s-p-l-n-n-h-a-t-n-v | trunk/public/theme/manage/_ckeditor/samples/inlineall.html | HTML | oos | 9,999 |
<!DOCTYPE html>
<!--
Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
-->
<html>
<head>
<meta charset="utf-8">
<title>Data Filtering — CKEditor Sample</title>
<script src="../ckeditor.js"></script>
<link rel="sty... | 0014006002014-d-s-p-l-n-n-h-a-t-n-v | trunk/public/theme/manage/_ckeditor/samples/datafiltering.html | HTML | oos | 34,725 |
<!DOCTYPE html>
<!--
Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
-->
<html>
<head>
<meta charset="utf-8">
<title>XHTML Compliant Output — CKEditor Sample</title>
<meta name="ckeditor-sample-required-plugins" c... | 0014006002014-d-s-p-l-n-n-h-a-t-n-v | trunk/public/theme/manage/_ckeditor/samples/xhtmlstyle.html | HTML | oos | 6,837 |
<!DOCTYPE html>
<!--
Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
-->
<html>
<head>
<meta charset="utf-8">
<title>jQuery Adapter — CKEditor Sample</title>
<script src="http://code.jquery.com/jquery-1.11.0.min.j... | 0014006002014-d-s-p-l-n-n-h-a-t-n-v | trunk/public/theme/manage/_ckeditor/samples/jquery.html | HTML | oos | 7,328 |
/**
* Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or http://ckeditor.com/license
*/
// Tool scripts for the sample pages.
// This file can be ignored and is not required to make use of CKEditor.
( function() {
CKEDITOR.on( 'instanceReady', ... | 0014006002014-d-s-p-l-n-n-h-a-t-n-v | trunk/public/theme/manage/_ckeditor/samples/sample.js | JavaScript | oos | 1,675 |
<!DOCTYPE html>
<?php
/*
Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
?>
<html>
<head>
<meta charset="utf-8">
<title>Sample — CKEditor</title>
<link rel="stylesheet" href="sample.css">
</head>
<body>
<... | 0014006002014-d-s-p-l-n-n-h-a-t-n-v | trunk/public/theme/manage/_ckeditor/samples/assets/posteddata.php | PHP | oos | 1,443 |
/**
* Required by tests (dom/document.html).
*/
| 0014006002014-d-s-p-l-n-n-h-a-t-n-v | trunk/public/theme/manage/_ckeditor/samples/assets/sample.css | CSS | oos | 53 |
/*
* Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or http://ckeditor.com/license
*
* Styles used by the XHTML 1.1 sample page (xhtml.html).
*/
/**
* Basic definitions for the editing area.
*/
body
{
font-family: Arial, Verdana, sans-ser... | 0014006002014-d-s-p-l-n-n-h-a-t-n-v | trunk/public/theme/manage/_ckeditor/samples/assets/outputxhtml/outputxhtml.css | CSS | oos | 2,143 |
<?php /* <body><pre>
-------------------------------------------------------------------------------------------
CKEditor - Posted Data
We are sorry, but your Web server does not support the PHP language used in this script.
Please note that CKEditor can be used with any other server-side language than ... | 0014006002014-d-s-p-l-n-n-h-a-t-n-v | trunk/public/theme/manage/_ckeditor/samples/sample_posteddata.php | PHP | oos | 831 |
<!DOCTYPE html>
<!--
Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
-->
<html>
<head>
<meta charset="utf-8">
<title>Replace Textarea by Code — CKEditor Sample</title>
<script src="../ckeditor.js"></script>
<lin... | 0014006002014-d-s-p-l-n-n-h-a-t-n-v | trunk/public/theme/manage/_ckeditor/samples/replacebycode.html | HTML | oos | 6,717 |
<!DOCTYPE html>
<!--
Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
-->
<html>
<head>
<meta charset="utf-8">
<title>Replace Textareas by Class Name — CKEditor Sample</title>
<script src="../ckeditor.js"></script>... | 0014006002014-d-s-p-l-n-n-h-a-t-n-v | trunk/public/theme/manage/_ckeditor/samples/replacebyclass.html | HTML | oos | 6,834 |
<!DOCTYPE html>
<!--
Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
-->
<html>
<head>
<meta charset="utf-8">
<title>Inline Editing by Code — CKEditor Sample</title>
<script src="../ckeditor.js"></script>
<link ... | 0014006002014-d-s-p-l-n-n-h-a-t-n-v | trunk/public/theme/manage/_ckeditor/samples/inlinebycode.html | HTML | oos | 5,994 |
<!DOCTYPE html>
<!--
Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
-->
<html>
<head>
<meta charset="utf-8">
<title>Using Magicline plugin — CKEditor Sample</title>
<script src="../../../ckeditor.js"></script>
... | 0014006002014-d-s-p-l-n-n-h-a-t-n-v | trunk/public/theme/manage/_ckeditor/samples/plugins/magicline/magicline.html | HTML | oos | 8,176 |
<!DOCTYPE html>
<!--
Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
-->
<html>
<head>
<meta charset="utf-8">
<title>ENTER Key Configuration — CKEditor Sample</title>
<script src="../../../ckeditor.js"></script>
... | 0014006002014-d-s-p-l-n-n-h-a-t-n-v | trunk/public/theme/manage/_ckeditor/samples/plugins/enterkey/enterkey.html | HTML | oos | 4,149 |
<!DOCTYPE html>
<!--
Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
-->
<html>
<head>
<meta charset="utf-8">
<title>Output for Flash — CKEditor Sample</title>
<script src="../../../ckeditor.js"></script>
<scrip... | 0014006002014-d-s-p-l-n-n-h-a-t-n-v | trunk/public/theme/manage/_ckeditor/samples/plugins/htmlwriter/outputforflash.html | HTML | oos | 9,922 |
<!DOCTYPE html>
<!--
Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
-->
<html>
<head>
<meta charset="utf-8">
<title>HTML Compliant Output — CKEditor Sample</title>
<script src="../../../ckeditor.js"></script>
<... | 0014006002014-d-s-p-l-n-n-h-a-t-n-v | trunk/public/theme/manage/_ckeditor/samples/plugins/htmlwriter/outputhtml.html | HTML | oos | 7,135 |
<!DOCTYPE html>
<!--
Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
-->
<html>
<head>
<meta charset="utf-8">
<title>Toolbar Configuration — CKEditor Sample</title>
<meta name="ckeditor-sample-name" content="Toolb... | 0014006002014-d-s-p-l-n-n-h-a-t-n-v | trunk/public/theme/manage/_ckeditor/samples/plugins/toolbar/toolbar.html | HTML | oos | 8,683 |
/**
* Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.dialog.add( 'myDialog', function( editor ) {
return {
title: 'My Dialog',
minWidth: 400,
minHeight: 200,
contents: [
{
id: 'tab1',... | 0014006002014-d-s-p-l-n-n-h-a-t-n-v | trunk/public/theme/manage/_ckeditor/samples/plugins/dialog/assets/my_dialog.js | JavaScript | oos | 885 |
<!DOCTYPE html>
<!--
Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
-->
<html>
<head>
<meta charset="utf-8">
<title>Using API to Customize Dialog Windows — CKEditor Sample</title>
<script src="../../../ckeditor.j... | 0014006002014-d-s-p-l-n-n-h-a-t-n-v | trunk/public/theme/manage/_ckeditor/samples/plugins/dialog/dialog.html | HTML | oos | 7,163 |
<!DOCTYPE html>
<!--
Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
-->
<html>
<head>
<meta charset="utf-8">
<title>Full Page Editing — CKEditor Sample</title>
<script src="../../../ckeditor.js"></script>
<scri... | 0014006002014-d-s-p-l-n-n-h-a-t-n-v | trunk/public/theme/manage/_ckeditor/samples/plugins/wysiwygarea/fullpage.html | HTML | oos | 7,895 |
/*
Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
html, body, h1, h2, h3, h4, h5, h6, div, span, blockquote, p, address, form, fieldset, img, ul, ol, dl, dt, dd, li, hr, table, td, th, strong, em, sup, sub, dfn, ins, del,... | 0014006002014-d-s-p-l-n-n-h-a-t-n-v | trunk/public/theme/manage/_ckeditor/samples/sample.css | CSS | oos | 5,395 |
<!DOCTYPE html>
<!--
Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
-->
<html>
<head>
<meta charset="utf-8">
<title>Replace Textarea with Inline Editor — CKEditor Sample</title>
<script src="../ckeditor.js"></scr... | 0014006002014-d-s-p-l-n-n-h-a-t-n-v | trunk/public/theme/manage/_ckeditor/samples/inlinetextarea.html | HTML | oos | 4,747 |
<!DOCTYPE html>
<!--
Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
-->
<html>
<head>
<meta charset="utf-8">
<title>CKEditor Samples</title>
<link rel="stylesheet" href="sample.css">
</head>
<body>
<h1 class="sampl... | 0014006002014-d-s-p-l-n-n-h-a-t-n-v | trunk/public/theme/manage/_ckeditor/samples/index.html | HTML | oos | 5,637 |
<!DOCTYPE html>
<!--
Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
-->
<html>
<head>
<meta charset="utf-8">
<title>Using the CKEditor Read-Only API — CKEditor Sample</title>
<script src="../ckeditor.js"></script... | 0014006002014-d-s-p-l-n-n-h-a-t-n-v | trunk/public/theme/manage/_ckeditor/samples/readonly.html | HTML | oos | 2,688 |
<!DOCTYPE html>
<!--
Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
-->
<html>
<head>
<meta charset="utf-8">
<title>UI Color Picker — CKEditor Sample</title>
<script src="../ckeditor.js"></script>
<link rel="st... | 0014006002014-d-s-p-l-n-n-h-a-t-n-v | trunk/public/theme/manage/_ckeditor/samples/uicolor.html | HTML | oos | 2,407 |
<!DOCTYPE html>
<!--
Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
-->
<html>
<head>
<meta charset="utf-8">
<title>TAB Key-Based Navigation — CKEditor Sample</title>
<script src="../ckeditor.js"></script>
<lin... | 0014006002014-d-s-p-l-n-n-h-a-t-n-v | trunk/public/theme/manage/_ckeditor/samples/tabindex.html | HTML | oos | 2,206 |
<!DOCTYPE html>
<!--
Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
-->
<html>
<head>
<meta charset="utf-8">
<title>User Interface Globalization — CKEditor Sample</title>
<script src="../ckeditor.js"></script>
... | 0014006002014-d-s-p-l-n-n-h-a-t-n-v | trunk/public/theme/manage/_ckeditor/samples/uilanguages.html | HTML | oos | 4,294 |
<!DOCTYPE html>
<!--
Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
-->
<html>
<head>
<meta charset="utf-8">
<title>Ajax — CKEditor Sample</title>
<script src="../ckeditor.js"></script>
<link rel="stylesheet" h... | 0014006002014-d-s-p-l-n-n-h-a-t-n-v | trunk/public/theme/manage/_ckeditor/samples/ajax.html | HTML | oos | 2,508 |
<!DOCTYPE html>
<!--
Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
-->
<html>
<head>
<meta charset="utf-8">
<title>CKEDITOR.appendTo — CKEditor Sample</title>
<script src="../ckeditor.js"></script>
<link rel="... | 0014006002014-d-s-p-l-n-n-h-a-t-n-v | trunk/public/theme/manage/_ckeditor/samples/appendto.html | HTML | oos | 1,820 |
<!DOCTYPE html>
<!--
Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
-->
<html>
<head>
<meta charset="utf-8">
<title>API Usage — CKEditor Sample</title>
<script src="../ckeditor.js"></script>
<link href="sample.... | 0014006002014-d-s-p-l-n-n-h-a-t-n-v | trunk/public/theme/manage/_ckeditor/samples/api.html | HTML | oos | 6,986 |
<!DOCTYPE html>
<!--
Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
-->
<html>
<head>
<meta charset="utf-8">
<title>Replace DIV — CKEditor Sample</title>
<script src="../ckeditor.js"></script>
<link href="sampl... | 0014006002014-d-s-p-l-n-n-h-a-t-n-v | trunk/public/theme/manage/_ckeditor/samples/divreplace.html | HTML | oos | 4,493 |
/**
* @license Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or http://ckeditor.com/license
*/
/**
* This file was added automatically by CKEditor builder.
* You may re-use it at any time to build CKEditor again.
*
* If you would like to bu... | 0014006002014-d-s-p-l-n-n-h-a-t-n-v | trunk/public/theme/manage/_ckeditor/build-config.js | JavaScript | oos | 2,692 |
/**
* @license Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.html or http://ckeditor.com/license
*/
CKEDITOR.editorConfig = function( config ) {
// Define changes to default configuration here.
// For complete reference see:
// http://docs.ckeditor.com/#... | 0014006002014-d-s-p-l-n-n-h-a-t-n-v | trunk/public/theme/manage/_ckeditor/config.js | JavaScript | oos | 1,323 |
/**
* Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or http://ckeditor.com/license
*/
// This file contains style definitions that can be used by CKEditor plugins.
//
// The most common use for it is the "stylescombo" plugin, which shows a combo
... | 0014006002014-d-s-p-l-n-n-h-a-t-n-v | trunk/public/theme/manage/_ckeditor/styles.js | JavaScript | oos | 3,595 |
a
{
text-decoration:none;
padding: 2px 4px 4px 6px;
display : block;
border-width: 1px;
border-style: solid;
margin : 0px;
}
a.cke_scayt_toogle:hover,
a.cke_scayt_toogle:focus,
a.cke_scayt_toogle:active
{
border-color: #316ac5;
background-color: #dff1ff;
color : #000;
cursor: pointer;
marg... | 0014006002014-d-s-p-l-n-n-h-a-t-n-v | trunk/public/theme/manage/_ckeditor/plugins/scayt/dialogs/toolbar.css | CSS | oos | 1,302 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
<!--
Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
-->
<html>
<head>
<title></title>
<meta http-equiv="Content-Type... | 0014006002014-d-s-p-l-n-n-h-a-t-n-v | trunk/public/theme/manage/_ckeditor/plugins/wsc/dialogs/tmpFrameset.html | HTML | oos | 1,935 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<!--
Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
-->
<html>
<head>
<title></title>
<meta http-equiv="Content-Type" content="... | 0014006002014-d-s-p-l-n-n-h-a-t-n-v | trunk/public/theme/manage/_ckeditor/plugins/wsc/dialogs/ciframe.html | HTML | oos | 1,690 |
/*
Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
*/
html, body
{
background-color: transparent;
margin: 0px;
padding: 0px;
}
body
{
padding: 10px;
}
body, td, input, select, textarea
{
font-size: 11px... | 0014006002014-d-s-p-l-n-n-h-a-t-n-v | trunk/public/theme/manage/_ckeditor/plugins/wsc/dialogs/wsc.css | CSS | oos | 1,232 |
/*
Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
| 0014006002014-d-s-p-l-n-n-h-a-t-n-v | trunk/public/theme/manage/_ckeditor/plugins/dialog/dialogDefinition.js | JavaScript | oos | 148 |
/*
Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
body
{
/* Font */
font-family: sans-serif, Arial, Verdana, "Trebuchet MS";
font-size: 12px;
/* Text color */
color: #333;
/* Remove the background color t... | 0014006002014-d-s-p-l-n-n-h-a-t-n-v | trunk/public/theme/manage/_ckeditor/contents.css | CSS | oos | 2,008 |
@font-face {
font-family: 'RobotoRegular';
src: url('Roboto-Regular-webfont.eot');
src: url('Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'),
url('Roboto-Regular-webfont.woff') format('woff'),
url('Roboto-Regular-webfont.ttf') format('truetype'),
url('Roboto-Regula... | 0014006002014-d-s-p-l-n-n-h-a-t-n-v | trunk/public/theme/manage/fonts/roboto.css | CSS | oos | 6,933 |
/* malihu custom scrollbar plugin - http://manos.malihu.gr */
(function ($) {
$.fn.mCustomScrollbar = function (scrollType,animSpeed,easeType,bottomSpace,draggerDimType,mouseWheelSupport,scrollBtnsSupport,scrollBtnsSpeed){
var id = $(this).attr("id");
var $customScrollBox=$("#"+id+" .customScrollBox");
var $cus... | 0014006002014-d-s-p-l-n-n-h-a-t-n-v | trunk/public/theme/default/js/jquery.mCustomScrollbar.js | JavaScript | oos | 12,841 |
/*!
* jQuery blockUI plugin
* Version 2.59.0-2013.04.05
* @requires jQuery v1.7 or later
*
* Examples at: http://malsup.com/jquery/block/
* Copyright (c) 2007-2013 M. Alsup
* Dual licensed under the MIT and GPL licenses:
* http://www.opensource.org/licenses/mit-license.php
* http://www.gnu.org/license... | 0014006002014-d-s-p-l-n-n-h-a-t-n-v | trunk/public/theme/default/js/jquery.blockUI.js | JavaScript | oos | 19,502 |
/*!
* jQuery Cycle Plugin (with Transition Definitions)
* Examples and documentation at: http://jquery.malsup.com/cycle/
* Copyright (c) 2007-2013 M. Alsup
* Version: 3.0.3 (11-JUL-2013)
* Dual licensed under the MIT and GPL licenses.
* http://jquery.malsup.com/license.html
* Requires: jQuery v1.7.1 or later
*/... | 0014006002014-d-s-p-l-n-n-h-a-t-n-v | trunk/public/theme/default/js/jquery.cycle.all.js | JavaScript | oos | 52,027 |
if (typeof $ !== "undefined"){
$('head').append('<style type="text/css">.stickyleft{ width:150px; position:fixed; left:50px; bottom:0; height:300px }.stickyleft div{ margin-top:3px!important }</style>');
$("body").append('<div class="stickyleft" id="stickyleft"><a href="http://www.tinmoi.vn/C/dap-an-de-thi-tot-... | 0014006002014-d-s-p-l-n-n-h-a-t-n-v | trunk/public/theme/default/js/extend/gltt.js | JavaScript | oos | 1,021 |
var mobile = function(){
return {
detect:function(){
var uagent = navigator.userAgent.toLowerCase();
var list = this.mobiles;
var ismobile = false;
for(var d=0;d<list.length;d+=1){
if(uagent.indexOf(list[d])!=-1){
is... | 0014006002014-d-s-p-l-n-n-h-a-t-n-v | trunk/public/theme/default/js/extend/mobile-detect.js | JavaScript | oos | 3,117 |
(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/vi_VN/all.js#xfbml=1&appId=197055007120496";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));
function share_... | 0014006002014-d-s-p-l-n-n-h-a-t-n-v | trunk/public/theme/default/js/extend/facebook.js | JavaScript | oos | 575 |
$(document).ready(function(){
$("#weather-sl").toggle(function(){
$(".weather-city").css('display','block');
},
function(){
$(".weather-city").css('display','none');
});
setInterval(clockRealtime, 1000);
getWeatherInfo();
});
function clockRealtime()
{
var no... | 0014006002014-d-s-p-l-n-n-h-a-t-n-v | trunk/public/theme/default/js/load.js | JavaScript | oos | 2,260 |
/**
* Plugin: jquery.zWeatherFeed
*
* Version: 1.2.1
* (c) Copyright 2011-2013, Zazar Ltd
*
* Description: jQuery plugin for display of Yahoo! Weather feeds
*
* History:
* 1.2.1 - Handle invalid locations
* 1.2.0 - Added forecast data option
* 1.1.0 - Added user callback function
* Ne... | 0014006002014-d-s-p-l-n-n-h-a-t-n-v | trunk/public/theme/default/js/jquery.zweatherfeed.js | JavaScript | oos | 6,919 |
/**
* BxSlider v4.1 - Fully loaded, responsive content slider
* http://bxslider.com
*
* Copyright 2012, Steven Wanderski - http://stevenwanderski.com - http://bxcreative.com
* Written while drinking Belgian ales and listening to jazz
*
* Released under the WTFPL license - http://sam.zoy.org/wtfpl/
*/
... | 0014006002014-d-s-p-l-n-n-h-a-t-n-v | trunk/public/theme/default/js/jquery.bxslider.js | JavaScript | oos | 50,678 |
/**
* jQuery Masonry v2.1.03
* A dynamic layout plugin for jQuery
* The flip-side of CSS Floats
* http://masonry.desandro.com
*
* Licensed under the MIT license.
* Copyright 2011 David DeSandro
*/
/*jshint browser: true, curly: true, eqeqeq: true, forin: false, immed: false, newcap: true, noempty: true, strict... | 0014006002014-d-s-p-l-n-n-h-a-t-n-v | trunk/public/theme/default/js/jquery.masonry.js | JavaScript | oos | 14,822 |
/*!
* Davis - http://davisjs.com - JavaScript Routing - 0.9.9
* Copyright (C) 2011 Oliver Nightingale
* MIT Licensed
*/
;
/**
* Convinience method for instantiating a new Davis app and configuring it to use the passed
* routes and subscriptions.
*
* @param {Function} config A function that will be run with a ne... | 0014006002014-d-s-p-l-n-n-h-a-t-n-v | trunk/public/theme/default/js/davis.js | JavaScript | oos | 57,669 |
/*
* jQuery Easing v1.3 - http://gsgd.co.uk/sandbox/jquery/easing/
*
* Uses the built in easing capabilities added In jQuery 1.1
* to offer multiple easing options
*
* TERMS OF USE - jQuery Easing
*
* Open source under the BSD License.
*
* Copyright © 2008 George McGinley Smith
* All rights reserved.
*
... | 0014006002014-d-s-p-l-n-n-h-a-t-n-v | trunk/public/theme/default/js/jquery.easing.1.3.js | JavaScript | oos | 8,097 |
/*! jQuery.LazyJaxDavis (https://github.com/Takazudo/jQuery.LazyJaxDavis)
* lastupdate: 2013-07-13
* version: 0.2.2
* author: "Takazudo" Takeshi Takatsudo
* License: MIT */
(function() {
var __slice = [].slice,
__hasProp = {}.hasOwnProperty,
__extends = function(child, parent) { for (var key in parent) { ... | 0014006002014-d-s-p-l-n-n-h-a-t-n-v | trunk/public/theme/default/js/lazydavis.js | JavaScript | oos | 20,396 |
/*
* jQuery Nivo Slider v3.0.1
* http://nivo.dev7studios.com
*
* Copyright 2012, Dev7studios
* Free to use and abuse under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
*/
(function($) {
var NivoSlider = function(element, options){
// Defaults are below
va... | 0014006002014-d-s-p-l-n-n-h-a-t-n-v | trunk/public/theme/default/js/jquery.nivo.slider.js | JavaScript | oos | 30,213 |
function setTinmoiFooterBox(iframe,place_holder_id){
$(window).scroll(function(){
if(($(place_holder_id).html().length==0)&&($(document).scrollTop()>$(place_holder_id).position().top-2*348/*$(place_holder_id).height()*/))
$(place_holder_id).html(iframe);
});
} | 0014006002014-d-s-p-l-n-n-h-a-t-n-v | trunk/public/theme/default/setTinmoiFooterBox.js | JavaScript | oos | 283 |
@charset "utf-8";
/* CSS Document */
#main-detail {overflow:hidden; font-family:"Times New Roman", Times, serif !important; font-size:18px !important; line-height:27px !important;word-wrap:break-word !important; color:#111;}
#main-detail *{font-family:"Times New Roman", Times, serif !important; font-size:18px !i... | 0014006002014-d-s-p-l-n-n-h-a-t-n-v | trunk/public/theme/default/css/article.css | CSS | oos | 2,665 |
/* metro-cyan */
@import 'https://fonts.googleapis.com/css?family=Open+Sans:300&subset=latin,greek-ext,cyrillic-ext,greek,vietnamese,cyrillic,latin-ext';
html{
height: 100%;
}
.formoid-metro-cyan{
margin:0 auto;
}
.formoid-metro-cyan>div,
.formoid-metro-cyan>.title{
margin: 8px;
}
.formoid-metro-cyan .... | 0014006002014-d-s-p-l-n-n-h-a-t-n-v | trunk/public/theme/default/css/formoid-metro-cyan.css | CSS | oos | 34,025 |
/*update css photo-detail 25-9*/
.slide-photo{background:#e7e7e7;width:636px;height:auto;text-align:center;position:relative;overflow:hidden}
.slide-photo ul li {height: auto;}
.slide-photo li img{width : 100%;}
.btn-prev-slide-photo{background:url(../images/comp.png) -497px -31px no-repeat;width:51px;height:97px;d... | 0014006002014-d-s-p-l-n-n-h-a-t-n-v | trunk/public/theme/default/css/photo.css | CSS | oos | 7,537 |
@charset "utf-8";
/* CSS Document */
*{margin:0; padding:0; list-style:none; outline:none; line-height:normal;}
li{list-style:inside none}
img{border:0 none}
*:focus{outline:none;}
.pkg:after { content: " "; display: block; visibility: hidden; clear: both; height: 0.1px; font-size: 0.1em; line-height: 0; }
... | 0014006002014-d-s-p-l-n-n-h-a-t-n-v | trunk/public/theme/default/css/base.css | CSS | oos | 69,446 |
@charset "utf-8";
/* CSS Document */
/* some custom fonts via google font api */
.customScrollBox .container{background:none;}
/* content block 1 */
#mcs_container{position:relative; top:0; width:300px; height:330px;}
#mcs_container .customScrollBox{position:relative; height:100%; overflow:hidden;}
#mcs_contain... | 0014006002014-d-s-p-l-n-n-h-a-t-n-v | trunk/public/theme/default/css/jquery.mCustomScrollbar.css | CSS | oos | 5,029 |
/**
* BxSlider v4.0 - Fully loaded, responsive content slider
* http://bxslider.com
*
* Written by: Steven Wanderski, 2012
* http://stevenwanderski.com
* (while drinking Belgian ales and listening to jazz)
*
* CEO and founder of bxCreative, LTD
* http://bxcreative.com
*/
/** RESET AND LAYOUT
=... | 0014006002014-d-s-p-l-n-n-h-a-t-n-v | trunk/public/theme/default/css/jquery.bxslider.css | CSS | oos | 4,174 |
/*
* jQuery Nivo Slider v3.0.1
* http://nivo.dev7studios.com
*
* Copyright 2012, Dev7studios
* Free to use and abuse under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
*/
/* The Nivo Slider styles */
.slider-wrapper{position:relative; width:675px; position:relative; height:25... | 0014006002014-d-s-p-l-n-n-h-a-t-n-v | trunk/public/theme/default/css/nivo-slider.css | CSS | oos | 2,437 |
/*------------------------------------------------------------------------------
** Ident: Innovation en Inspiration > Google Android
** Author: rene
** Copyright: (c) Jan 22, 2009 Sogeti Nederland B.V. All Rights Reserved.
**------------------------------------------------------------------------------
** ... | 124738670-gps | OpenGPSTracker/test/src/nl/sogeti/android/gpstracker/tests/GPStrackingInstrumentation.java | Java | gpl3 | 3,442 |
/*------------------------------------------------------------------------------
** Ident: Innovation en Inspiration > Google Android
** Author: rene
** Copyright: (c) Jan 22, 2009 Sogeti Nederland B.V. All Rights Reserved.
**------------------------------------------------------------------------------
... | 124738670-gps | OpenGPSTracker/test/src/nl/sogeti/android/gpstracker/tests/utils/MockGPSLoggerDriver.java | Java | gpl3 | 10,654 |
/*------------------------------------------------------------------------------
** Ident: Innovation en Inspiration > Google Android
** Author: rene
** Copyright: (c) Jan 22, 2009 Sogeti Nederland B.V. All Rights Reserved.
**------------------------------------------------------------------------------
**... | 124738670-gps | OpenGPSTracker/test/src/nl/sogeti/android/gpstracker/tests/utils/TelnetPositionSender.java | Java | gpl3 | 4,544 |
/*------------------------------------------------------------------------------
** Ident: Innovation en Inspiration > Google Android
** Author: rene
** Copyright: (c) Jan 22, 2009 Sogeti Nederland B.V. All Rights Reserved.
**------------------------------------------------------------------------------
**... | 124738670-gps | OpenGPSTracker/test/src/nl/sogeti/android/gpstracker/tests/demo/OpenGPSTrackerDemo.java | Java | gpl3 | 10,239 |
<html><head></head><body>
<p>
Open GPS Tracker is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
</p><p>
Open GPS Tracker is distributed in the... | 124738670-gps | OpenGPSTracker/application/assets/license_short.html | HTML | gpl3 | 729 |
</html><head></head>
<body>
<div class="section-copyrights">
<h3>Copyright (c) 2008 Google Inc.</h3>
<h4>Apache License Version 2.0</h4>
<ul>
<li>UnicodeReader.java</li>
</ul>
<hr/>
<h3>Copyright (c) 2005-2008, The Android Open Source Project</h3>
<h4>Apache License Version 2.0</h4>
<ul>
<li>compass_arrow.png</li>
<l... | 124738670-gps | OpenGPSTracker/application/assets/notices.html | HTML | gpl3 | 10,965 |
</html><head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> </head>
<body>
<h4>Translations</h4>
Translations hosted by <a href="http://www.getlocalization.com/">Get Localization</a>.
<ul>
<li>Chinese: 安智网汉化, NetDragon Websoft</li>
<li>Danish: Martin Larsen</li>
<li>Dutch: René de Groot, zwets</l... | 124738670-gps | OpenGPSTracker/application/assets/contributions.html | HTML | gpl3 | 1,021 |
/*------------------------------------------------------------------------------
** Ident: Sogeti Smart Mobile Solutions
** Author: rene
** Copyright: (c) Apr 24, 2011 Sogeti Nederland B.V. All Rights Reserved.
**------------------------------------------------------------------------------
** Sogeti Nederl... | 124738670-gps | OpenGPSTracker/application/src/nl/sogeti/android/gpstracker/db/DatabaseHelper.java | Java | gpl3 | 22,575 |
/*------------------------------------------------------------------------------
** Ident: Sogeti Smart Mobile Solutions
** Author: rene
** Copyright: (c) Apr 24, 2011 Sogeti Nederland B.V. All Rights Reserved.
**------------------------------------------------------------------------------
** Sogeti Nederl... | 124738670-gps | OpenGPSTracker/application/src/nl/sogeti/android/gpstracker/db/GPStracking.java | Java | gpl3 | 13,886 |
/*------------------------------------------------------------------------------
** Ident: Sogeti Smart Mobile Solutions
** Author: rene
** Copyright: (c) Apr 24, 2011 Sogeti Nederland B.V. All Rights Reserved.
**------------------------------------------------------------------------------
** Sogeti Nederl... | 124738670-gps | OpenGPSTracker/application/src/nl/sogeti/android/gpstracker/db/GPStrackingProvider.java | Java | gpl3 | 28,917 |
/*------------------------------------------------------------------------------
** Ident: Sogeti Smart Mobile Solutions
** Author: rene
** Copyright: (c) Apr 24, 2011 Sogeti Nederland B.V. All Rights Reserved.
**------------------------------------------------------------------------------
** Sogeti Nederl... | 124738670-gps | OpenGPSTracker/application/src/nl/sogeti/android/gpstracker/actions/ControlTracking.java | Java | gpl3 | 8,696 |
/*------------------------------------------------------------------------------
** Ident: Sogeti Smart Mobile Solutions
** Author: rene
** Copyright: (c) Apr 24, 2011 Sogeti Nederland B.V. All Rights Reserved.
**------------------------------------------------------------------------------
** Sogeti Nederl... | 124738670-gps | OpenGPSTracker/application/src/nl/sogeti/android/gpstracker/actions/InsertNote.java | Java | gpl3 | 18,487 |
/*------------------------------------------------------------------------------
** Ident: Sogeti Smart Mobile Solutions
** Author: rene
** Copyright: (c) Apr 24, 2011 Sogeti Nederland B.V. All Rights Reserved.
**------------------------------------------------------------------------------
** Sogeti Nederl... | 124738670-gps | OpenGPSTracker/application/src/nl/sogeti/android/gpstracker/actions/ShareTrack.java | Java | gpl3 | 28,587 |
/*------------------------------------------------------------------------------
** Ident: Sogeti Smart Mobile Solutions
** Author: rene
** Copyright: (c) Apr 24, 2011 Sogeti Nederland B.V. All Rights Reserved.
**------------------------------------------------------------------------------
** Sogeti Nederl... | 124738670-gps | OpenGPSTracker/application/src/nl/sogeti/android/gpstracker/actions/DescribeTrack.java | Java | gpl3 | 10,887 |
/*------------------------------------------------------------------------------
** Ident: Sogeti Smart Mobile Solutions
** Author: rene
** Copyright: (c) Apr 24, 2011 Sogeti Nederland B.V. All Rights Reserved.
**------------------------------------------------------------------------------
** Sogeti Nederl... | 124738670-gps | OpenGPSTracker/application/src/nl/sogeti/android/gpstracker/actions/Statistics.java | Java | gpl3 | 16,181 |
/*------------------------------------------------------------------------------
** Ident: Sogeti Smart Mobile Solutions
** Author: rene
** Copyright: (c) Apr 24, 2011 Sogeti Nederland B.V. All Rights Reserved.
**------------------------------------------------------------------------------
** Sogeti Nederl... | 124738670-gps | OpenGPSTracker/application/src/nl/sogeti/android/gpstracker/actions/NameTrack.java | Java | gpl3 | 7,724 |
/*------------------------------------------------------------------------------
** Ident: Sogeti Smart Mobile Solutions
** Author: rene
** Copyright: (c) Apr 24, 2011 Sogeti Nederland B.V. All Rights Reserved.
**------------------------------------------------------------------------------
** Sogeti Nederl... | 124738670-gps | OpenGPSTracker/application/src/nl/sogeti/android/gpstracker/actions/tasks/XmlCreator.java | Java | gpl3 | 16,941 |
/*------------------------------------------------------------------------------
** Ident: Delivery Center Java
** Author: rene
** Copyright: (c) Jul 9, 2011 Sogeti Nederland B.V. All Rights Reserved.
**------------------------------------------------------------------------------
** Sogeti Nederland B.V. ... | 124738670-gps | OpenGPSTracker/application/src/nl/sogeti/android/gpstracker/actions/tasks/GpxSharing.java | Java | gpl3 | 2,365 |