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 |
|---|---|---|---|---|---|
// Copyright (c) 2008 by Christian Dietrich <stettberger@dokucode.de>
//
// This work is licensed for reuse under an MIT license. Details are
// given in the License.txt file included with this file.
const Addressbook = Module("addressbook", {
init: function () {
services.add("abManager", "@mozilla.org/abm... | 0xcc0xcc0xcc-vimp-labs | muttator/content/addressbook.js | JavaScript | mit | 5,675 |
#### configuration
VERSION = 1.2
NAME = muttator
include ../common/Makefile
| 0xcc0xcc0xcc-vimp-labs | muttator/Makefile | Makefile | mit | 93 |
" TODO: what's the Muttator filename extension?
au BufNewFile,BufRead *muttatorrc*,*.muttator set filetype=muttator
| 0xcc0xcc0xcc-vimp-labs | muttator/contrib/vim/ftdetect/muttator.vim | Vim Script | mit | 116 |
VIMBALL = muttator.vba
vimball: mkvimball.txt syntax/muttator.vim ftdetect/muttator.vim
-echo '%MkVimball! ${VIMBALL} .' | vim -u NORC -N -e -s mkvimball.txt
all: vimball
clean:
rm -f ${VIMBALL}
| 0xcc0xcc0xcc-vimp-labs | muttator/contrib/vim/Makefile | Makefile | mit | 200 |
" Vim syntax file
" Language: Muttator configuration file
" Maintainer: Doug Kearns <dougkearns@gmail.com>
" Last Change: 2009 Aug 27
" TODO: make this muttator specific - shared liberator config?
if exists("b:current_syntax")
finish
endif
let s:cpo_save = &cpo
set cpo&vim
syn include @javascri... | 0xcc0xcc0xcc-vimp-labs | muttator/contrib/vim/syntax/muttator.vim | Vim Script | mit | 5,385 |
NAME = muttator
BASE = ../../../common
include $(BASE)/Makefile.doc
| 0xcc0xcc0xcc-vimp-labs | muttator/locale/en-US/Makefile | Makefile | mit | 68 |
@namespace liberator url("http://vimperator.org/namespaces/liberator");
[liberator|highlight~=HintImage],
[liberator|highlight~=Hint] {
z-index: 5000;
position: absolute !important;
}
[liberator|highlight~=Search] {
display: inline !important;
}
/* Applied only to completion buffer and MOW */
@-moz-docume... | 0xcc0xcc0xcc-vimp-labs | common/skin/liberator.css | CSS | mit | 5,336 |
// Copyright (c) 2008-2009 Kris Maglione <maglione.k at Gmail>
//
// This work is licensed for reuse under an MIT license. Details are
// given in the License.txt file included with this file.
/* Adds support for data: URIs with chrome privileges
* and fragment identifiers.
*
* "chrome-data:" <content-type> [; <fl... | 0xcc0xcc0xcc-vimp-labs | common/components/protocols.js | JavaScript | mit | 11,525 |
" Vim syntax file
" Language: JavaScript
" Maintainer: Yi Zhao (ZHAOYI) <zzlinux AT hotmail DOT com>
" Last Change: May 17, 2007
" Version: 0.7.5
" Changes: 1, Get the vimdiff problem fixed finally.
" Matthew Gallant reported the problem and test the fix. ;)
" 2, Follow the... | 0xcc0xcc0xcc-vimp-labs | common/javascript.vim | Vim Script | mit | 18,251 |
/***** BEGIN LICENSE BLOCK ***** {{{
Copyright ©2008-2009 by Kris Maglione <maglione.k at Gmail>
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
to deal in the Software without restriction, including without limitati... | 0xcc0xcc0xcc-vimp-labs | common/modules/storage.jsm | JavaScript | mit | 11,776 |
var EXPORTED_SYMBOLS = ["convert"];
const Cu = Components.utils;
//
// STATE
// ALL
// 0 TYPE
// TEMPLATE
// 1 HAS_HANDLER
// 2 RESULT
// 3 RAW
// 4 SUBSTITUDE
// ROUND1
// 1 keyword
function convert(str, options) {
function fnRawEscape(str) {
return ({
"\n": "\\... | 0xcc0xcc0xcc-vimp-labs | common/modules/template.js | JavaScript | mit | 14,288 |
// vim: set fdm=marker:
var EXPORTED_SYMBOLS = ["raw", "safehtml", "tmpl", "xml", "e4x", "cooked"];
// {{{ escape function
//var obj1 = {};
//var obj2 = {};
//var c;
//
//function $s(s) {
// s = s.quote();
// return s.substring(1, s.length -1);
//}
//for (var i = 0, j = 0x7fff; i < j; i++) {
// c = String.fro... | 0xcc0xcc0xcc-vimp-labs | common/modules/template-tag.js | JavaScript | mit | 20,728 |
<!DOCTYPE document SYSTEM "chrome://liberator/content/liberator.dtd">
<xsl:stylesheet version="1.0"
xmlns="http://www.w3.org/1999/xhtml"
xmlns:html="http://www.w3.org/1999/xhtml"
xmlns:liberator="http://vimperator.org/namespaces/liberator"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:str=... | 0xcc0xcc0xcc-vimp-labs | common/content/help-single.xsl | XSLT | mit | 1,329 |
// Copyright (c) 2006-2009 by Martin Stubenschrott <stubenschrott@vimperator.org>
// Some code based on Venkman
//
// This work is licensed for reuse under an MIT license. Details are
// given in the License.txt file included with this file.
/** @scope modules */
plugins.contexts = {};
const Script = Class("Script",... | 0xcc0xcc0xcc-vimp-labs | common/content/io.js | JavaScript | mit | 42,802 |
// Copyright (c) 2006-2011 by Martin Stubenschrott <stubenschrott@vimperator.org>
// Copyright (c) 2007-2009 by Doug Kearns <dougkearns@gmail.com>
// Copyright (c) 2008-2009 by Kris Maglione <maglione.k at Gmail>
//
// This work is licensed for reuse under an MIT license. Details are
// given in the License.txt file in... | 0xcc0xcc0xcc-vimp-labs | common/content/tabs.js | JavaScript | mit | 43,685 |
// Copyright (c) 2006-2009 by Martin Stubenschrott <stubenschrott@vimperator.org>
//
// This work is licensed for reuse under an MIT license. Details are
// given in the License.txt file included with this file.
/**
* @scope modules
* @instance marks
*/
const Marks = Module("marks", {
requires: ["config", "stor... | 0xcc0xcc0xcc-vimp-labs | common/content/marks.js | JavaScript | mit | 12,211 |
div.main {
font-family: -moz-fixed;
white-space: -moz-pre-wrap;
width: 800px;
margin-left: auto;
margin-right: auto;
}
h1 {
text-align: center;
}
p.tagline {
text-align: center;
font-weight: bold;
}
table.vimperator {
border-width: 1px;
border-style: dotted;
border-color: ... | 0xcc0xcc0xcc-vimp-labs | common/content/help.css | CSS | mit | 1,818 |
// Copyright (c) 2006-2009 by Martin Stubenschrott <stubenschrott@vimperator.org>
//
// This work is licensed for reuse under an MIT license. Details are
// given in the License.txt file included with this file.
/** @scope modules */
const Modes = Module("modes", {
requires: ["config", "util"],
init: functio... | 0xcc0xcc0xcc-vimp-labs | common/content/modes.js | JavaScript | mit | 9,856 |
// Copyright (c) 2006-2009 by Martin Stubenschrott <stubenschrott@vimperator.org>
//
// This work is licensed for reuse under an MIT license. Details are
// given in the License.txt file included with this file.
const DEFAULT_FAVICON = "chrome://mozapps/skin/places/defaultFavicon.png";
// also includes methods for d... | 0xcc0xcc0xcc-vimp-labs | common/content/bookmarks.js | JavaScript | mit | 34,312 |
// Copyright (c) 2006-2009 by Martin Stubenschrott <stubenschrott@vimperator.org>
//
// This work is licensed for reuse under an MIT license. Details are
// given in the License.txt file included with this file.
/** @scope modules */
/**
* This class is used for prompting of user input and echoing of messages.
*
*... | 0xcc0xcc0xcc-vimp-labs | common/content/commandline.js | JavaScript | mit | 71,070 |
// Copyright (c) 2006-2009 by Martin Stubenschrott <stubenschrott@vimperator.org>
// Copyright (c) 2010 by anekos <anekos@snca.net>
//
// This work is licensed for reuse under an MIT license. Details are
// given in the License.txt file included with this file.
/** @scope modules */
const Abbreviation = Class("Abbre... | 0xcc0xcc0xcc-vimp-labs | common/content/abbreviations.js | JavaScript | mit | 10,118 |
try { __liberator_eval_result = eval(__liberator_eval_string);
}
catch (e) {
__liberator_eval_error = e;
}
// IMPORTANT: The eval statement *must* remain on the first line
// in order for line numbering in any errors to remain correct.
// Copyright (c) 2008-2009 by Kris Maglione <maglione.k at Gmail>
//
// This wo... | 0xcc0xcc0xcc-vimp-labs | common/content/eval.js | JavaScript | mit | 475 |
// Copyright (c) 2006-2010 by Martin Stubenschrott <stubenschrott@vimperator.org>
//
// This work is licensed for reuse under an MIT license. Details are
// given in the License.txt file included with this file.
/** @scope modules */
/**
* @param {String} name
* @param {String} description
* @param {String|Templat... | 0xcc0xcc0xcc-vimp-labs | common/content/statusline.js | JavaScript | mit | 11,967 |
// Copyright (c) 2006-2009 by Martin Stubenschrott <stubenschrott@vimperator.org>
//
// This work is licensed for reuse under an MIT license. Details are
// given in the License.txt file included with this file.
/** @scope modules */
const AutoCommand = Struct("event", "pattern", "command");
/**
* @instance autoco... | 0xcc0xcc0xcc-vimp-labs | common/content/autocommands.js | JavaScript | mit | 10,395 |
// Copyright (c) 2006-2009 by Kris Maglione <maglione.k at Gmail>
//
// This work is licensed for reuse under an MIT license. Details are
// given in the License.txt file included with this file.
/** @scope modules */
const Template = Module("template", {
add: function add(a, b) a + b,
join: function join(c)... | 0xcc0xcc0xcc-vimp-labs | common/content/template.js | JavaScript | mit | 12,752 |
// Copyright (c) 2006-2009 by Martin Stubenschrott <stubenschrott@vimperator.org>
// Copyright (c) 2008-2009 by Kris Maglione <maglione.k at Gmail>
//
// This work is licensed for reuse under an MIT license. Details are
// given in the License.txt file included with this file.
/** @scope modules */
/**
* Creates a ... | 0xcc0xcc0xcc-vimp-labs | common/content/completion.js | JavaScript | mit | 28,335 |
// Copyright (c) 2006-2009 by Martin Stubenschrott <stubenschrott@vimperator.org>
// Copyright (c) 2007-2009 by Doug Kearns <dougkearns@gmail.com>
// Copyright (c) 2008-2010 by Kris Maglione <maglione.k at Gmail>
//
// This work is licensed for reuse under an MIT license. Details are
// given in the License.txt file in... | 0xcc0xcc0xcc-vimp-labs | common/content/buffer.js | JavaScript | mit | 69,184 |
// Copyright (c) 2006-2009 by Martin Stubenschrott <stubenschrott@vimperator.org>
// Copyright (c) 2007-2009 by Doug Kearns <dougkearns@gmail.com>
// Copyright (c) 2008-2009 by Kris Maglione <maglione.k at Gmail>
//
// This work is licensed for reuse under an MIT license. Details are
// given in the License.txt file in... | 0xcc0xcc0xcc-vimp-labs | common/content/browser.js | JavaScript | mit | 11,241 |
// Copyright (c) 2006-2009 by Martin Stubenschrott <stubenschrott@vimperator.org>
// Copyright (c) 2007-2009 by Doug Kearns <dougkearns@gmail.com>
// Copyright (c) 2008-2009 by Kris Maglione <maglione.k at Gmail>
//
// This work is licensed for reuse under an MIT license. Details are
// given in the License.txt file in... | 0xcc0xcc0xcc-vimp-labs | common/content/events.js | JavaScript | mit | 46,756 |
// Copyright (c) 2009 by Kris Maglione <maglione.k@gmail.com>
//
// This work is licensed for reuse under an MIT license. Details are
// given in the License.txt file included with this file.
/**
* @class ModuleBase
* The base class for all modules.
*/
const ModuleBase = Class("ModuleBase", {
/**
* @proper... | 0xcc0xcc0xcc-vimp-labs | common/content/modules.js | JavaScript | mit | 4,921 |
// Copyright (c) 2009 by Kris Maglione <maglione.k at Gmail>
// Copyright (c) 2009-2010 by Doug Kearns <dougkearns@gmail.com>
//
// This work is licensed for reuse under an MIT license. Details are
// given in the License.txt file included with this file.
// TODO:
// - fix Sanitize autocommand
// - add warnin... | 0xcc0xcc0xcc-vimp-labs | common/content/sanitizer.js | JavaScript | mit | 9,823 |
// Copyright (c) 2006-2009 by Martin Stubenschrott <stubenschrott@vimperator.org>
//
// This work is licensed for reuse under an MIT license. Details are
// given in the License.txt file included with this file.
const ConfigBase = Class(ModuleBase, {
/**
* @property {[["string", "string"]]} A sequence of name... | 0xcc0xcc0xcc-vimp-labs | common/content/configbase.js | JavaScript | mit | 3,503 |
// Copyright (c) 2006-2009 by Martin Stubenschrott <stubenschrott@vimperator.org>
//
// This work is licensed for reuse under an MIT license. Details are
// given in the License.txt file included with this file.
/** @scope modules */
//xxx:
this.$$Namespace = function (prefix, uri) {
return "XMLList" in window ? ... | 0xcc0xcc0xcc-vimp-labs | common/content/util.js | JavaScript | mit | 33,256 |
// Copyright (c) 2008-2009 Kris Maglione <maglione.k at Gmail>
//
// This work is licensed for reuse under an MIT license. Details are
// given in the License.txt file included with this file.
(function () {
const modules = {};
const BASE = "liberator://template/chrome://liberator/content/"
modules.module... | 0xcc0xcc0xcc-vimp-labs | common/content/liberator-overlay.js | JavaScript | mit | 2,089 |
// Copyright (c) 2006-2009 by Martin Stubenschrott <stubenschrott@vimperator.org>
// Copyright (c) 2007-2009 by Doug Kearns <dougkearns@gmail.com>
// Copyright (c) 2008-2009 by Kris Maglione <maglione.k at Gmail>
//
// This work is licensed for reuse under an MIT license. Details are
// given in the License.txt file in... | 0xcc0xcc0xcc-vimp-labs | common/content/mappings.js | JavaScript | mit | 22,341 |
// Copyright (c) 2006-2009 by Martin Stubenschrott <stubenschrott@vimperator.org>
// Copyright (c) 2007-2009 by Doug Kearns <dougkearns@gmail.com>
// Copyright (c) 2008-2009 by Kris Maglione <maglione.k at Gmail>
//
// This work is licensed for reuse under an MIT license. Details are
// given in the License.txt file in... | 0xcc0xcc0xcc-vimp-labs | common/content/commands.js | JavaScript | mit | 48,564 |
// Copyright (c) 2009 by Kris Maglione <maglione.k@gmail.com>
//
// This work is licensed for reuse under an MIT license. Details are
// given in the License.txt file included with this file.
const Cc = Components.classes;
const Ci = Components.interfaces;
const Cr = Components.results;
const Cu = Components.utils;
f... | 0xcc0xcc0xcc-vimp-labs | common/content/base.js | JavaScript | mit | 14,465 |
// Copyright (c) 2006-2009 by Martin Stubenschrott <stubenschrott@vimperator.org>
//
// This work is licensed for reuse under an MIT license. Details are
// given in the License.txt file included with this file.
/** @scope modules */
Cu.import("resource://gre/modules/XPCOMUtils.jsm", modules);
Cu.import("resource://... | 0xcc0xcc0xcc-vimp-labs | common/content/liberator.js | JavaScript | mit | 73,302 |
// Copyright (c) 2009 by Kris Maglione <kris@vimperator.org>
//
// This work is licensed for reuse under an MIT license. Details are
// given in the License.txt file included with this file.
function checkFragment() {
document.title = document.getElementsByTagNameNS("http://www.w3.org/1999/xhtml", "title")[0].tex... | 0xcc0xcc0xcc-vimp-labs | common/content/help.js | JavaScript | mit | 781 |
<!DOCTYPE document SYSTEM "chrome://liberator/content/liberator.dtd">
<!-- Header {{{1 -->
<xsl:stylesheet version="1.0"
xmlns="http://www.w3.org/1999/xhtml"
xmlns:html="http://www.w3.org/1999/xhtml"
xmlns:liberator="http://vimperator.org/namespaces/liberator"
xmlns:xsl="http://www.w3.org/1999/XSL/Tran... | 0xcc0xcc0xcc-vimp-labs | common/content/help.xsl | XSLT | mit | 18,703 |
// Copyright (c) 2006-2009 by Martin Stubenschrott <stubenschrott@vimperator.org>
//
// This work is licensed for reuse under an MIT license. Details are
// given in the License.txt file included with this file.
/** @scope modules */
// do NOT create instances of this class yourself, use the helper method
// options.... | 0xcc0xcc0xcc-vimp-labs | common/content/options.js | JavaScript | mit | 47,538 |
// Copyright (c) 2008-2009 by Kris Maglione <maglione.k at Gmail>
//
// This work is licensed for reuse under an MIT license. Details are
// given in the License.txt file included with this file.
// TODO: Clean this up.
const JavaScript = Module("javascript", {
init: function () {
this._stack = [];
... | 0xcc0xcc0xcc-vimp-labs | common/content/javascript.js | JavaScript | mit | 24,074 |
// Copyright (c) 2006-2009 by Martin Stubenschrott <stubenschrott@vimperator.org>
//
// This work is licensed for reuse under an MIT license. Details are
// given in the License.txt file included with this file.
/** @scope modules */
/** @instance hints */
const Hints = Module("hints", {
requires: ["config"],
... | 0xcc0xcc0xcc-vimp-labs | common/content/hints.js | JavaScript | mit | 54,700 |
// Copyright (c) 2006-2009 by Martin Stubenschrott <stubenschrott@vimperator.org>
//
// This work is licensed for reuse under an MIT license. Details are
// given in the License.txt file included with this file.
/** @scope modules */
// TODO: proper backwards search - implement our own component?
// : implement o... | 0xcc0xcc0xcc-vimp-labs | common/content/finder.js | JavaScript | mit | 13,062 |
// Copyright (c) 2008-2009 by Kris Maglione <maglione.k at Gmail>
//
// This work is licensed for reuse under an MIT license. Details are
// given in the License.txt file included with this file.
/** @scope modules */
/**
* Cached XPCOM services and classes.
*
* @constructor
*/
const Services = Module("services",... | 0xcc0xcc0xcc-vimp-labs | common/content/services.js | JavaScript | mit | 5,881 |
// Copyright (c) 2008-2009 by Kris Maglione <maglione.k at Gmail>
// Copyright (c) 2008-2010 by Martin Stubenschrott <stubenschrott@vimperator.org>
//
//
// This work is licensed for reuse under an MIT license. Details are
// given in the License.txt file included with this file.
/** @scope modules */
/**
* @constan... | 0xcc0xcc0xcc-vimp-labs | common/content/style.js | JavaScript | mit | 33,459 |
// Copyright (c) 2006-2009 by Martin Stubenschrott <stubenschrott@vimperator.org>
//
// This work is licensed for reuse under an MIT license. Details are
// given in the License.txt file included with this file.
/** @scope modules */
/**
* @instance quickmarks
*/
const QuickMarks = Module("quickmarks", {
requires... | 0xcc0xcc0xcc-vimp-labs | common/content/quickmarks.js | JavaScript | mit | 5,904 |
// Copyright (c) 2006-2009 by Martin Stubenschrott <stubenschrott@vimperator.org>
//
// This work is licensed for reuse under an MIT license. Details are
// given in the License.txt file included with this file.
const History = Module("history", {
requires: ["config"],
get format() bookmarks.format,
get ... | 0xcc0xcc0xcc-vimp-labs | common/content/history.js | JavaScript | mit | 10,373 |
// Copyright (c) 2006-2009 by Martin Stubenschrott <stubenschrott@vimperator.org>
//
// This work is licensed for reuse under an MIT license. Details are
// given in the License.txt file included with this file.
/** @scope modules */
// command names taken from:
// http://developer.mozilla.org/en/docs/Editor_Embeddi... | 0xcc0xcc0xcc-vimp-labs | common/content/editor.js | JavaScript | mit | 33,297 |
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title/>
</head>
<body/>
</html>
| 0xcc0xcc0xcc-vimp-labs | common/content/buffer.xhtml | HTML | mit | 237 |
#### configuration
TOP = $(shell pwd)
OS = $(shell uname -s)
BUILD_DATE = $(shell date "+%Y/%m/%d %H:%M:%S")
COMMON_DIR = $(TOP)/../common
GOOGLE_PROJ = vimperator-labs
GOOGLE = https://$(GOOGLE_PROJ).googlecode.com/files
LOCALEDIR = locale
ifeq ($(LOCALE),)
LOCALEDIR = locale/... | 0xcc0xcc0xcc-vimp-labs | common/Makefile | Makefile | mit | 3,886 |
no | 1337-concept | branches/aaaa.html | HTML | gpl3 | 2 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>teh8bits hax</title>
<link rel="shortcut icon" href="http://dl.dropbox.com/u/41841055/favicon.ico" >
<link rel="icon" type="image/gif" ... | 1337-concept | branches/index.html | HTML | gpl3 | 3,549 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>teh8bits' hax - Community</title>
<link rel="shortcut icon" href="http://dl.dropbox.com/u/41841055/favicon.ico" >
<link rel="icon" type="ima... | 1337-concept | wiki/links.html | HTML | gpl3 | 1,870 |
window.onload=function(){
var offsetLeft=$('menu').offsetLeft;
Event.observe('menu', 'mousemove', function(event){
coordinateX=Event.pointerX(event)-offsetLeft;
$('slider').style.marginLeft=coordinateX-20+'px';
});
} | 1337-concept | wiki/helper.js | JavaScript | gpl3 | 239 |
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>teh8bits' hax - Home</title>
<link rel="shortcut icon" href="http://dl.dropbox.com/u/41841055/favicon.ico" >
<link rel="icon" type="image/gif" href="http://i.imgur.com/UxZb0.gif">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"... | 1337-concept | wiki/donate.html | HTML | gpl3 | 2,002 |
@CHARSET "ISO-8859-1";
.bigbutton{
WIDTH: 404px;
height: 50px;}
.bigassbutton{
WIDTH: 600px;
height: 100px;}
a:link {color:#FF0000; text-decoration:none;}
a:visited {color:#FF0000; text-decoration:none;}
a:hover {color:#008000; text-decoration:none;}
/*------ Containters ------*/
#menu{
width:990px;
height:... | 1337-concept | wiki/style.css | CSS | gpl3 | 1,064 |
/* Prototype JavaScript framework, version 1.6.0.2
* (c) 2005-2008 Sam Stephenson
*
* Prototype is freely distributable under the terms of an MIT-style license.
* For details, see the Prototype web site: http://www.prototypejs.org/
*
*--------------------------------------------------------------------------*... | 1337-concept | wiki/library.js | JavaScript | gpl3 | 234,026 |
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>teh8bits' hax - Home</title>
<link rel="shortcut icon" href="http://dl.dropbox.com/u/41841055/favicon.ico">
<link rel="icon" type="image/gif" href="http://i.imgur.com/UxZb0.gif">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" ... | 1337-concept | wiki/success.html | HTML | gpl3 | 1,414 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>teh8bits' hax - Client DL</title>
<link rel="shortcut icon" href="http://dl.dropbox.com/u/41841055/favicon.ico" >
<link rel="icon" type="ima... | 1337-concept | wiki/client.html | HTML | gpl3 | 2,140 |
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>teh8bits' hax - Home</title>
<link rel="shortcut icon" href="http://dl.dropbox.com/u/41841055/favicon.ico" >
<link rel="icon" type="image/gif" href="http://i.imgur.com/UxZb0.gif">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"... | 1337-concept | wiki/index.html | HTML | gpl3 | 2,123 |
.button{
WIDTH: 200px;
height: 50px;}
.bigbutton{
WIDTH: 404px;
height: 50px;}
.biggerbutton{
WIDTH: 404px;
height: 75px;} | 1337-concept | trunk/style.css | CSS | gpl3 | 142 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Launcher [CONCEPT]</title>
<link rel="stylesheet" type="text/css" href... | 1337-concept | trunk/index.html | HTML | gpl3 | 5,696 |
package pl.polidea.coverflow;
import java.lang.ref.WeakReference;
import java.util.HashMap;
import java.util.Map;
import android.content.Context;
import android.graphics.Bitmap;
import android.util.Log;
import android.view.View;
import android.view.ViewGroup;
import android.widget.BaseAdapter;
import android.widget.I... | 1210080747-coverflow | src/pl/polidea/coverflow/AbstractCoverFlowImageAdapter.java | Java | bsd | 3,494 |
/**
* Provides implementation of cover flow.
*/
package pl.polidea.coverflow; | 1210080747-coverflow | src/pl/polidea/coverflow/package-info.java | Java | bsd | 79 |
package pl.polidea.coverflow;
import android.R.color;
import android.graphics.Bitmap;
import android.graphics.Bitmap.Config;
import android.graphics.Canvas;
import android.graphics.LinearGradient;
import android.graphics.Matrix;
import android.graphics.Paint;
import android.graphics.PorterDuff.Mode;
import android.gra... | 1210080747-coverflow | src/pl/polidea/coverflow/ReflectingImageAdapter.java | Java | bsd | 3,802 |
/**
* Test activity.
*/
package pl.polidea.coverflow.testingactivity; | 1210080747-coverflow | src/pl/polidea/coverflow/testingactivity/package-info.java | Java | bsd | 71 |
package pl.polidea.coverflow.testingactivity;
import pl.polidea.coverflow.CoverFlow;
import pl.polidea.coverflow.R;
import pl.polidea.coverflow.ReflectingImageAdapter;
import pl.polidea.coverflow.ResourceImageAdapter;
import android.app.Activity;
import android.os.Bundle;
import android.view.View;
import android.widge... | 1210080747-coverflow | src/pl/polidea/coverflow/testingactivity/CoverFlowTestingActivity.java | Java | bsd | 3,196 |
package pl.polidea.coverflow;
import java.lang.ref.WeakReference;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import android.content.Context;
import android.graphics.Bitmap;
import android.graphics.drawable.BitmapDrawable;
import android.util.Log;
/**
* This cl... | 1210080747-coverflow | src/pl/polidea/coverflow/ResourceImageAdapter.java | Java | bsd | 2,733 |
/*
* Copyright (C) 2010 Neil Davies
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agree... | 1210080747-coverflow | src/pl/polidea/coverflow/CoverFlow.java | Java | bsd | 10,630 |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace PTTK_HTTT_06.BUS
{
public class DS_CUNG_CAP
{
}
}
| 06httt0000143df58f4d886 | trunk/PTTK_HTTT_06/PTTK_HTTT_06/BUS/DS_CUNG_CAP.cs | C# | asf20 | 173 |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using PTTK_HTTT_06.DAO;
namespace PTTK_HTTT_06.BUS
{
public class THUC_DON
{
public int MaThucDon { get; set; }
public int MaNhanVien { get; set; }
public DateTime NgayBatDau { get; set; }... | 06httt0000143df58f4d886 | trunk/PTTK_HTTT_06/PTTK_HTTT_06/BUS/THUC_DON.cs | C# | asf20 | 510 |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace PTTK_HTTT_06.BUS
{
public class DOI_DIEM_TICH_LUY
{
}
}
| 06httt0000143df58f4d886 | trunk/PTTK_HTTT_06/PTTK_HTTT_06/BUS/DOI_DIEM_TICH_LUY.cs | C# | asf20 | 179 |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace PTTK_HTTT_06.BUS
{
public class THAM_SO
{
}
}
| 06httt0000143df58f4d886 | trunk/PTTK_HTTT_06/PTTK_HTTT_06/BUS/THAM_SO.cs | C# | asf20 | 169 |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace PTTK_HTTT_06.BUS
{
public class PHIEU_XUAT_NGUYEN_LIEU
{
}
}
| 06httt0000143df58f4d886 | trunk/PTTK_HTTT_06/PTTK_HTTT_06/BUS/PHIEU_XUAT_NGUYEN_LIEU.cs | C# | asf20 | 184 |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace PTTK_HTTT_06.BUS
{
public class PHIEU_XUAT_SAN_PHAM
{
}
}
| 06httt0000143df58f4d886 | trunk/PTTK_HTTT_06/PTTK_HTTT_06/BUS/PHIEU_XUAT_SAN_PHAM.cs | C# | asf20 | 181 |
using PTTK_HTTT_06.DAO;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace PTTK_HTTT_06.BUS
{
public class CT_DON_DAT_HANG
{
public int MaDonDatHang { get; set; }
public int MaNguyenLieu { get; set; }
public int MaNhaCungCap { ge... | 06httt0000143df58f4d886 | trunk/PTTK_HTTT_06/PTTK_HTTT_06/BUS/CT_DON_DAT_HANG.cs | C# | asf20 | 579 |
using PTTK_HTTT_06.DAO;
using System;
using System.Collections.Generic;
using System.Data;
using System.Linq;
using System.Text;
namespace PTTK_HTTT_06.BUS
{
public class NHA_CUNG_CAP
{
public string TenNhaCungCap { get; set; }
public string DiaChi { get; set; }
public str... | 06httt0000143df58f4d886 | trunk/PTTK_HTTT_06/PTTK_HTTT_06/BUS/NHA_CUNG_CAP.cs | C# | asf20 | 680 |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace PTTK_HTTT_06.BUS
{
public class KHU_VUC_PHUC_VU
{
}
}
| 06httt0000143df58f4d886 | trunk/PTTK_HTTT_06/PTTK_HTTT_06/BUS/KHU_VUC_PHUC_VU.cs | C# | asf20 | 177 |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace PTTK_HTTT_06.BUS
{
public class CT_PHIEU_XUAT_SAN_PHAM
{
}
}
| 06httt0000143df58f4d886 | trunk/PTTK_HTTT_06/PTTK_HTTT_06/BUS/CT_PHIEU_XUAT_SAN_PHAM.cs | C# | asf20 | 184 |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using PTTK_HTTT_06.DAO;
namespace PTTK_HTTT_06.BUS
{
public class CT_YC_XUAT_NGUYEN_LIEU
{
public int MaYCXuatNguyenLieu { get; set; }
public int MaNL { get; set; }
public int SoLuong { ge... | 06httt0000143df58f4d886 | trunk/PTTK_HTTT_06/PTTK_HTTT_06/BUS/CT_YC_XUAT_NGUYEN_LIEU.cs | C# | asf20 | 502 |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using PTTK_HTTT_06.DAO;
using System.Security.Cryptography;
namespace PTTK_HTTT_06.BUS
{
public class NHAN_VIEN
{
public int MaNhanVien { get; set; }
public int MaBoPhan { get; set; }
pub... | 06httt0000143df58f4d886 | trunk/PTTK_HTTT_06/PTTK_HTTT_06/BUS/NHAN_VIEN.cs | C# | asf20 | 2,957 |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using PTTK_HTTT_06.DAO;
namespace PTTK_HTTT_06.BUS
{
public class SAN_PHAM
{
public int MaSP { get; set; }
public string TenSP { get; set; }
public int SoLuongTon { get; set; }
pu... | 06httt0000143df58f4d886 | trunk/PTTK_HTTT_06/PTTK_HTTT_06/BUS/SAN_PHAM.cs | C# | asf20 | 530 |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace PTTK_HTTT_06.BUS
{
public class HOA_DON_BUFFET
{
}
}
| 06httt0000143df58f4d886 | trunk/PTTK_HTTT_06/PTTK_HTTT_06/BUS/HOA_DON_BUFFET.cs | C# | asf20 | 176 |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace PTTK_HTTT_06.BUS
{
public class PHIEU_NHAP_NGUYEN_LIEU
{
}
}
| 06httt0000143df58f4d886 | trunk/PTTK_HTTT_06/PTTK_HTTT_06/BUS/PHIEU_NHAP_NGUYEN_LIEU.cs | C# | asf20 | 184 |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using PTTK_HTTT_06.DAO;
namespace PTTK_HTTT_06.BUS
{
public class CT_THUC_DON
{
public int MaCTThucDon { get; set; }
public int MaThucDon { get; set; }
public DateTime Ngay { get; set; }
... | 06httt0000143df58f4d886 | trunk/PTTK_HTTT_06/PTTK_HTTT_06/BUS/CT_THUC_DON.cs | C# | asf20 | 545 |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace PTTK_HTTT_06.BUS
{
public class CT_HOA_DON_SAN_PHAM
{
}
}
| 06httt0000143df58f4d886 | trunk/PTTK_HTTT_06/PTTK_HTTT_06/BUS/CT_HOA_DON_SAN_PHAM.cs | C# | asf20 | 181 |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace PTTK_HTTT_06.BUS
{
public class KY_NANG
{
}
}
| 06httt0000143df58f4d886 | trunk/PTTK_HTTT_06/PTTK_HTTT_06/BUS/KY_NANG.cs | C# | asf20 | 169 |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace PTTK_HTTT_06.BUS
{
public class TI_LE_GIAM_GIA
{
}
}
| 06httt0000143df58f4d886 | trunk/PTTK_HTTT_06/PTTK_HTTT_06/BUS/TI_LE_GIAM_GIA.cs | C# | asf20 | 176 |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace PTTK_HTTT_06.BUS
{
public class NGHI_PHEP
{
}
}
| 06httt0000143df58f4d886 | trunk/PTTK_HTTT_06/PTTK_HTTT_06/BUS/NGHI_PHEP.cs | C# | asf20 | 171 |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using PTTK_HTTT_06.DAO;
namespace PTTK_HTTT_06.BUS
{
public class YC_XUAT_SAN_PHAM
{
public int MaYCXuatSP { get; set; }
public int MaNV { get; set; }
public DateTime NgayLap { get; set; }... | 06httt0000143df58f4d886 | trunk/PTTK_HTTT_06/PTTK_HTTT_06/BUS/YC_XUAT_SAN_PHAM.cs | C# | asf20 | 481 |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using PTTK_HTTT_06.DAO;
namespace PTTK_HTTT_06.BUS
{
public class CT_YC_XUAT_SAN_PHAM
{
public int MaYCXuatSanPham { get; set; }
public int MaSP { get; set; }
public int SoLuong { get; set... | 06httt0000143df58f4d886 | trunk/PTTK_HTTT_06/PTTK_HTTT_06/BUS/CT_YC_XUAT_SAN_PHAM.cs | C# | asf20 | 490 |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace PTTK_HTTT_06.BUS
{
public class DS_DIEM_DANH
{
}
}
| 06httt0000143df58f4d886 | trunk/PTTK_HTTT_06/PTTK_HTTT_06/BUS/DS_DIEM_DANH.cs | C# | asf20 | 174 |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace PTTK_HTTT_06.BUS
{
public class CT_PHIEU_NHAP_NGUYEN_LIEU
{
}
}
| 06httt0000143df58f4d886 | trunk/PTTK_HTTT_06/PTTK_HTTT_06/BUS/CT_PHIEU_NHAP_NGUYEN_LIEU.cs | C# | asf20 | 187 |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using PTTK_HTTT_06.DAO;
namespace PTTK_HTTT_06.BUS
{
public class CONG_THUC
{
public int MaMonAn { get; set; }
public int MaNguyenLieu { get; set; }
public float SoLuong { get; set; }
... | 06httt0000143df58f4d886 | trunk/PTTK_HTTT_06/PTTK_HTTT_06/BUS/CONG_THUC.cs | C# | asf20 | 599 |
using PTTK_HTTT_06.DAO;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace PTTK_HTTT_06.BUS
{
public class DON_DAT_HANG
{
public int MaDonDatHang { get; set; }
public int MaNhanVien { get; set; }
public DateTime NgayLap { get; se... | 06httt0000143df58f4d886 | trunk/PTTK_HTTT_06/PTTK_HTTT_06/BUS/DON_DAT_HANG.cs | C# | asf20 | 739 |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace PTTK_HTTT_06.BUS
{
public class CT_PHIEU_XUAT_NGUYEN_LIEU
{
}
}
| 06httt0000143df58f4d886 | trunk/PTTK_HTTT_06/PTTK_HTTT_06/BUS/CT_PHIEU_XUAT_NGUYEN_LIEU.cs | C# | asf20 | 187 |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace PTTK_HTTT_06.BUS
{
public class HOA_DON_SAN_PHAM
{
}
}
| 06httt0000143df58f4d886 | trunk/PTTK_HTTT_06/PTTK_HTTT_06/BUS/HOA_DON_SAN_PHAM.cs | C# | asf20 | 178 |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace PTTK_HTTT_06.BUS
{
public class PHAN_CONG_NAU_AN
{
}
}
| 06httt0000143df58f4d886 | trunk/PTTK_HTTT_06/PTTK_HTTT_06/BUS/PHAN_CONG_NAU_AN.cs | C# | asf20 | 178 |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using PTTK_HTTT_06.DAO;
namespace PTTK_HTTT_06.BUS
{
public class KHACH_HANG
{
public int MaKH { get; set; }
public string HoTen { get; set; }
public string SDT { get; set; }
publ... | 06httt0000143df58f4d886 | trunk/PTTK_HTTT_06/PTTK_HTTT_06/BUS/KHACH_HANG.cs | C# | asf20 | 533 |