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 Google Inc. * * 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...
12bymylove-apps-for-android
Samples/Downloader/src/com/google/android/downloader/DownloaderActivity.java
Java
asf20
40,004
/* * Copyright (C) 2008 Google Inc. * * 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...
12bymylove-apps-for-android
Samples/Downloader/src/com/google/android/downloader/DownloaderTest.java
Java
asf20
2,200
/* * Copyright (C) 2008 Google Inc. * * 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...
12bymylove-apps-for-android
Samples/Downloader/src/com/google/android/downloader/PreconditionActivityHelper.java
Java
asf20
2,672
<html> <script language="javascript"> /* This function is invoked by the activity */ function wave() { alert("1"); document.getElementById("droid").src="android_waving.png"; alert("2"); } </script> <body> <!-- Calls into the javascript interface for the activity --> <a onClick="window....
12bymylove-apps-for-android
Samples/WebViewDemo/assets/demo.html
HTML
asf20
552
package com.google.android.webviewdemo; import android.app.Activity; import android.os.Bundle; import android.os.Handler; import android.util.Log; import android.webkit.JsResult; import android.webkit.WebChromeClient; import android.webkit.WebSettings; import android.webkit.WebView; /** * Demonstrates how to embed a...
12bymylove-apps-for-android
Samples/WebViewDemo/src/com/google/android/webviewdemo/WebViewDemo.java
Java
asf20
2,659
/* * Copyright (C) 2008 Google Inc. * * 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 agre...
12bymylove-apps-for-android
Samples/OpenGLES/SpriteText/src/com/google/android/opengles/spritetext/NumericSprite.java
Java
asf20
3,006
/* * Copyright (C) 2007 Google Inc. * * 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...
12bymylove-apps-for-android
Samples/OpenGLES/SpriteText/src/com/google/android/opengles/spritetext/MatrixStack.java
Java
asf20
5,512
/* * Copyright (C) 2008 Google Inc. * * 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...
12bymylove-apps-for-android
Samples/OpenGLES/SpriteText/src/com/google/android/opengles/spritetext/SpriteTextRenderer.java
Java
asf20
11,162
/* * Copyright (C) 2007 Google Inc. * * 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...
12bymylove-apps-for-android
Samples/OpenGLES/SpriteText/src/com/google/android/opengles/spritetext/MatrixGrabber.java
Java
asf20
1,920
/* * Copyright (C) 2007 Google Inc. * * 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...
12bymylove-apps-for-android
Samples/OpenGLES/SpriteText/src/com/google/android/opengles/spritetext/LabelMaker.java
Java
asf20
14,238
/* * Copyright (C) 2007 Google Inc. * * 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...
12bymylove-apps-for-android
Samples/OpenGLES/SpriteText/src/com/google/android/opengles/spritetext/Projector.java
Java
asf20
2,404
/* * Copyright (C) 2008 Google Inc. * * 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...
12bymylove-apps-for-android
Samples/OpenGLES/SpriteText/src/com/google/android/opengles/spritetext/GLView.java
Java
asf20
15,729
/* * Copyright (C) 2007 Google Inc. * * 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...
12bymylove-apps-for-android
Samples/OpenGLES/SpriteText/src/com/google/android/opengles/spritetext/MatrixTrackingGL.java
Java
asf20
32,510
/* * Copyright (C) 2008 Google Inc. * * 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...
12bymylove-apps-for-android
Samples/OpenGLES/SpriteText/src/com/google/android/opengles/spritetext/SpriteTextActivity.java
Java
asf20
1,509
/* * Copyright (C) 2007 Google Inc. * * 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...
12bymylove-apps-for-android
Samples/OpenGLES/SpriteText/src/com/google/android/opengles/spritetext/Grid.java
Java
asf20
3,501
/* * Copyright (C) 2008 Google Inc. * * 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...
12bymylove-apps-for-android
Samples/OpenGLES/Triangle/src/com/google/android/opengles/triangle/TriangleActivity.java
Java
asf20
1,848
/* * Copyright (C) 2008 Google Inc. * * 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...
12bymylove-apps-for-android
Samples/OpenGLES/Triangle/src/com/google/android/opengles/triangle/TriangleRenderer.java
Java
asf20
7,690
/* * Copyright (C) 2008 Google Inc. * * 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...
12bymylove-apps-for-android
Samples/OpenGLES/Triangle/src/com/google/android/opengles/triangle/GLView.java
Java
asf20
15,727
package com.google.clickin2dabeat; import org.w3c.dom.Document; import org.w3c.dom.NodeList; import org.xml.sax.SAXException; import java.io.IOException; import java.io.InputStream; import java.net.URL; import java.net.URLConnection; import javax.xml.parsers.DocumentBuilder; import javax.xml.parsers.Docu...
12bymylove-apps-for-android
CLiCkin2DaBeaT/src/com/google/clickin2dabeat/UpdateChecker.java
Java
asf20
2,183
/* * Copyright (C) 2008 Google Inc. * * 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...
12bymylove-apps-for-android
CLiCkin2DaBeaT/src/com/google/clickin2dabeat/Target.java
Java
asf20
1,660
/* * Copyright (C) 2008 Google Inc. * * 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...
12bymylove-apps-for-android
CLiCkin2DaBeaT/src/com/google/clickin2dabeat/DownloadC2BFile.java
Java
asf20
1,904
/* * Copyright (C) 2008 Google Inc. * * 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...
12bymylove-apps-for-android
CLiCkin2DaBeaT/src/com/google/clickin2dabeat/CreateC2BFile.java
Java
asf20
3,018
/* * Copyright (C) 2008 Google Inc. * * 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...
12bymylove-apps-for-android
CLiCkin2DaBeaT/src/com/google/clickin2dabeat/BeatTimingsAdjuster.java
Java
asf20
4,312
/* * Copyright (C) 2008 Google Inc. * * 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...
12bymylove-apps-for-android
CLiCkin2DaBeaT/src/com/google/clickin2dabeat/C2B.java
Java
asf20
20,275
/* * Copyright (C) 2008 Google Inc. * * 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...
12bymylove-apps-for-android
CLiCkin2DaBeaT/src/com/google/clickin2dabeat/GameView.java
Java
asf20
9,137
/* * Copyright (C) 2008 Google Inc. * * 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...
12bymylove-apps-for-android
CLiCkin2DaBeaT/src/com/google/clickin2dabeat/Unzipper.java
Java
asf20
3,633
/* * Copyright (C) 2007 Google Inc. * * 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...
12bymylove-apps-for-android
AndroidGlobalTime/src/com/android/globaltime/Sphere.java
Java
asf20
951
/* * Copyright (C) 2007 Google Inc. * * 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...
12bymylove-apps-for-android
AndroidGlobalTime/src/com/android/globaltime/City.java
Java
asf20
7,219
/* * Copyright (C) 2007 Google Inc. * * 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...
12bymylove-apps-for-android
AndroidGlobalTime/src/com/android/globaltime/Clock.java
Java
asf20
11,777
/* * Copyright (C) 2007 Google Inc. * * 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...
12bymylove-apps-for-android
AndroidGlobalTime/src/com/android/globaltime/PointCloud.java
Java
asf20
2,010
/* * Copyright (C) 2007 Google Inc. * * 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...
12bymylove-apps-for-android
AndroidGlobalTime/src/com/android/globaltime/Shape.java
Java
asf20
9,431
/* * Copyright (C) 2007 Google Inc. * * 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...
12bymylove-apps-for-android
AndroidGlobalTime/src/com/android/globaltime/Annulus.java
Java
asf20
3,935
/* * Copyright (C) 2007 Google Inc. * * 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...
12bymylove-apps-for-android
AndroidGlobalTime/src/com/android/globaltime/GlobalTime.java
Java
asf20
46,167
/* * Copyright (C) 2006-2007 Google Inc. * * 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 ...
12bymylove-apps-for-android
AndroidGlobalTime/src/com/android/globaltime/GLView.java
Java
asf20
30,586
/* * Copyright (C) 2007 Google Inc. * * 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...
12bymylove-apps-for-android
AndroidGlobalTime/src/com/android/globaltime/LatLongSphere.java
Java
asf20
4,464
/* * Copyright (C) 2007 Google Inc. * * 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...
12bymylove-apps-for-android
AndroidGlobalTime/src/com/android/globaltime/Texture.java
Java
asf20
1,079
<html> <head> <title>403 Forbidden</title> </head> <body> <p>Directory access is forbidden.</p> </body> </html>
111111w-e-b-v-t-v-now11111111111111
trunk/application/config/index.html
HTML
asf20
114
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); /* | ------------------------------------------------------------------- | DATABASE CONNECTIVITY SETTINGS | ------------------------------------------------------------------- | This file will contain the settings needed to access your database...
111111w-e-b-v-t-v-now11111111111111
trunk/application/config/database.php
PHP
asf20
3,258
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); $route['404_override'] = ''; $route['default_controller'] = "default/index/index"; // login $route['login'] = "default/user/login"; // get-food $route['get-food'] = "default/index/getfood"; // categories-food $route['get-categories-food'] = ...
111111w-e-b-v-t-v-now11111111111111
trunk/application/config/routes.php
PHP
asf20
1,231
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); /* ------------------------------------------------------------------- * EXPLANATION OF VARIABLES * ------------------------------------------------------------------- * * ['mongo_hostbase'] The hostname (and port number) of your mongod or...
111111w-e-b-v-t-v-now11111111111111
trunk/application/config/mongodb.php
PHP
asf20
1,841
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); /* |-------------------------------------------------------------------------- | File and Directory Modes |-------------------------------------------------------------------------- | | These prefs are used when checking and setting modes when...
111111w-e-b-v-t-v-now11111111111111
trunk/application/config/constants.php
PHP
asf20
1,558
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); /* |-------------------------------------------------------------------------- | Base Site URL |-------------------------------------------------------------------------- | | URL to your CodeIgniter root. Typically this will be your base URL, ...
111111w-e-b-v-t-v-now11111111111111
trunk/application/config/config.php
PHP
asf20
12,786
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); /* | ------------------------------------------------------------------- | AUTO-LOADER | ------------------------------------------------------------------- | This file specifies which systems should be loaded by default. | | In order to keep t...
111111w-e-b-v-t-v-now11111111111111
trunk/application/config/autoload.php
PHP
asf20
3,151
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); /* | ------------------------------------------------------------------- | MIME TYPES | ------------------------------------------------------------------- | This file contains an array of mime types. It is used by the | Upload class to help i...
111111w-e-b-v-t-v-now11111111111111
trunk/application/config/mimes.php
PHP
asf20
4,453
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); /* | ------------------------------------------------------------------- | Foreign Characters | ------------------------------------------------------------------- | This file contains an array of foreign characters for transliteration | conver...
111111w-e-b-v-t-v-now11111111111111
trunk/application/config/foreign_chars.php
PHP
asf20
1,781
<?php defined('BASEPATH') OR exit('No direct script access allowed'); /* |-------------------------------------------------------------------------- | Enable/Disable Migrations |-------------------------------------------------------------------------- | | Migrations are disabled by default but should be enabled | whe...
111111w-e-b-v-t-v-now11111111111111
trunk/application/config/migration.php
PHP
asf20
1,282
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); /* | ------------------------------------------------------------------- | USER AGENT TYPES | ------------------------------------------------------------------- | This file contains four arrays of user agent data. It is used by the | User Age...
111111w-e-b-v-t-v-now11111111111111
trunk/application/config/user_agents.php
PHP
asf20
5,589
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); /* | ------------------------------------------------------------------------- | Hooks | ------------------------------------------------------------------------- | This file lets you define "hooks" to extend CI without hacking the core | files...
111111w-e-b-v-t-v-now11111111111111
trunk/application/config/hooks.php
PHP
asf20
498
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); /* | ------------------------------------------------------------------------- | Profiler Sections | ------------------------------------------------------------------------- | This file lets you determine whether or not various sections of Pro...
111111w-e-b-v-t-v-now11111111111111
trunk/application/config/profiler.php
PHP
asf20
564
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); $_doctypes = array( 'xhtml11' => '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">', 'xhtml1-strict' => '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/...
111111w-e-b-v-t-v-now11111111111111
trunk/application/config/doctypes.php
PHP
asf20
1,138
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); // Generally localhost $config['host'] = "localhost"; // Generally 27017 $config['port'] = 27017; // The database you want to work on $config['db'] = "VTVNow"; // Required if Mongo is running in auth mode $config['user'] = ""; $confi...
111111w-e-b-v-t-v-now11111111111111
trunk/application/config/cimongo.php
PHP
asf20
941
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); /* | ------------------------------------------------------------------- | SMILEYS | ------------------------------------------------------------------- | This file contains an array of smileys for use with the emoticon helper. | Individual ima...
111111w-e-b-v-t-v-now11111111111111
trunk/application/config/smileys.php
PHP
asf20
3,295
<html> <head> <title>403 Forbidden</title> </head> <body> <p>Directory access is forbidden.</p> </body> </html>
111111w-e-b-v-t-v-now11111111111111
trunk/application/views/index.html
HTML
asf20
114
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>Welcome to CodeIgniter</title> <style type="text/css"> ::selection{ background-color: #E13300; color: white; } ::moz-selection{ background-color: #E13300; color: white; } ::webkit-selection{ background-color: #E13300; color: white; } body {...
111111w-e-b-v-t-v-now11111111111111
trunk/application/views/welcome_message.php
Hack
asf20
1,933
<html> <head> <title>403 Forbidden</title> </head> <body> <p>Directory access is forbidden.</p> </body> </html>
111111w-e-b-v-t-v-now11111111111111
trunk/application/errors/index.html
HTML
asf20
114
<html> <head> <title>403 Forbidden</title> </head> <body> <p>Directory access is forbidden.</p> </body> </html>
111111w-e-b-v-t-v-now11111111111111
trunk/application/index.html
HTML
asf20
114
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); Class Mcontent extends MY_Model { public function __construct() { parent::__construct(); } public function Search($keyword,$limit,$stt) { $sql_limit = 'LIMIT '.$stt.','.$limit; $data1 = $this->d...
111111w-e-b-v-t-v-now11111111111111
trunk/application/modules/default/models/mcontent.php
PHP
asf20
21,606
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); Class Mindex extends MY_Model { public function __construct() { parent::__construct(); } public function getCategoriesFoodDb(){ $id_restaurent = $this->getParamInt('id_restaurent'); $id_admin = $this->getParamInt('i...
111111w-e-b-v-t-v-now11111111111111
trunk/application/modules/default/models/mindex.php
PHP
asf20
17,712
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); Class Muser extends MY_Model { public function __construct() { parent::__construct(); } public function loginUser() { $uname = $this->getParamString('username'); $upass = $this->getParamString('password...
111111w-e-b-v-t-v-now11111111111111
trunk/application/modules/default/models/muser.php
PHP
asf20
898
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); Class Index extends MY_Controller { public function __construct() { parent::__construct(); $this->data['controller'] = 'index'; $this->load->model('Mindex'); } public function getcategoriesfood(){ die(...
111111w-e-b-v-t-v-now11111111111111
trunk/application/modules/default/controllers/index.php
PHP
asf20
1,669
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); Class User extends MY_Controller { public function __construct() { parent::__construct(); $this->data['controller'] = 'user'; $this->load->model('Muser'); } public function login() ...
111111w-e-b-v-t-v-now11111111111111
trunk/application/modules/default/controllers/user.php
PHP
asf20
392
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); Class Content extends MY_Controller { public function __construct() { parent::__construct(); //$this->checkAdmin($this->session->userdata('admin_id')); $this->data['controller'] = 'content'; ...
111111w-e-b-v-t-v-now11111111111111
trunk/application/modules/default/controllers/content.php
PHP
asf20
4,819
<html> <head> <title>403 Forbidden</title> </head> <body> <p>Directory access is forbidden.</p> </body> </html>
111111w-e-b-v-t-v-now11111111111111
trunk/application/language/english/index.html
HTML
asf20
114
<html> <head> <title>403 Forbidden</title> </head> <body> <p>Directory access is forbidden.</p> </body> </html>
111111w-e-b-v-t-v-now11111111111111
trunk/application/helpers/index.html
HTML
asf20
114
<html> <head> <title>403 Forbidden</title> </head> <body> <p>Directory access is forbidden.</p> </body> </html>
111111w-e-b-v-t-v-now11111111111111
trunk/application/hooks/index.html
HTML
asf20
114
<html> <head> <title>403 Forbidden</title> </head> <body> <p>Directory access is forbidden.</p> </body> </html>
111111w-e-b-v-t-v-now11111111111111
trunk/application/_errors/index.html
HTML
asf20
114
<!DOCTYPE html> <html lang="en"> <head> <title>Error</title> <style type="text/css"> ::selection{ background-color: #E13300; color: white; } ::moz-selection{ background-color: #E13300; color: white; } ::webkit-selection{ background-color: #E13300; color: white; } body { background-color: #fff; margin: 40px; font: ...
111111w-e-b-v-t-v-now11111111111111
trunk/application/_errors/error_general.php
PHP
asf20
1,147
<div style="border:1px solid #990000;padding-left:20px;margin:0 0 10px 0;"> <h4>A PHP Error was encountered</h4> <p>Severity: <?php echo $severity; ?></p> <p>Message: <?php echo $message; ?></p> <p>Filename: <?php echo $filepath; ?></p> <p>Line Number: <?php echo $line; ?></p> </div>
111111w-e-b-v-t-v-now11111111111111
trunk/application/_errors/error_php.php
PHP
asf20
288
<!DOCTYPE html> <html lang="en"> <head> <title>Database Error</title> <style type="text/css"> ::selection{ background-color: #E13300; color: white; } ::moz-selection{ background-color: #E13300; color: white; } ::webkit-selection{ background-color: #E13300; color: white; } body { background-color: #fff; margin: 40px...
111111w-e-b-v-t-v-now11111111111111
trunk/application/_errors/error_db.php
PHP
asf20
1,156
<!DOCTYPE html> <html lang="en"> <head> <title>404 Page Not Found</title> <style type="text/css"> ::selection{ background-color: #E13300; color: white; } ::moz-selection{ background-color: #E13300; color: white; } ::webkit-selection{ background-color: #E13300; color: white; } body { background-color: #fff; margin: ...
111111w-e-b-v-t-v-now11111111111111
trunk/application/_errors/error_404.php
PHP
asf20
1,160
<html> <head> <title>403 Forbidden</title> </head> <body> <p>Directory access is forbidden.</p> </body> </html>
111111w-e-b-v-t-v-now11111111111111
trunk/application/models/index.html
HTML
asf20
114
<html> <head> <title>403 Forbidden</title> </head> <body> <p>Directory access is forbidden.</p> </body> </html>
111111w-e-b-v-t-v-now11111111111111
trunk/application/logs/index.html
HTML
asf20
114
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); require_once('Cimongo_base.php'); /** * CodeIgniter MongoDB Library * * A library to interact with the NoSQL database MongoDB. * For more information see http://www.mongodb.org * * @package CodeIgniter * @author Alessandro Arno...
111111w-e-b-v-t-v-now11111111111111
trunk/application/libraries/Cimongo_cursor.php
PHP
asf20
4,523
<html> <head> <title>403 Forbidden</title> </head> <body> <p>Directory access is forbidden.</p> </body> </html>
111111w-e-b-v-t-v-now11111111111111
trunk/application/libraries/index.html
HTML
asf20
114
<?php Class Ultility { public function rplUri($var) { $vowels = array("-"," -","- ","“","”"," "," "," "," ", "/",'\"',"\'", "+", "=", "{", "}", ")", "(", "!", "`", "'", "~", "@", "#", "$", "%", "^", "&", "*", "_", "!", "!", ".", ",", ";", ":", "]", "[","/"); $rc = strtolower(str_replace($v...
111111w-e-b-v-t-v-now11111111111111
trunk/application/libraries/Ultility.php
PHP
asf20
12,900
<?php if (!defined('BASEPATH')) exit('No direct script access allowed'); require_once('Cimongo_cursor.php'); require_once('Cimongo_extras.php'); /** * CodeIgniter MongoDB Library * * A library to interact with the NoSQL database MongoDB. * For more information see http://www.mongodb.org * * @...
111111w-e-b-v-t-v-now11111111111111
trunk/application/libraries/Cim.php
PHP
asf20
18,878
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); /** * CodeIgniter MongoDB Library * * A library to interact with the NoSQL database MongoDB. * For more information see http://www.mongodb.org * * @package CodeIgniter * @author Alessandro Arnodo | a.arnodo@gmail.com | @vesparny * @cop...
111111w-e-b-v-t-v-now11111111111111
trunk/application/libraries/Cimongo_base.php
PHP
asf20
5,259
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); require_once('Cimongo_base.php'); /** * CodeIgniter MongoDB Library * * A library to interact with the NoSQL database MongoDB. * For more information see http://www.mongodb.org * * @package CodeIgniter * @author Alessandro Arno...
111111w-e-b-v-t-v-now11111111111111
trunk/application/libraries/libraries/cimongo/Cimongo_cursor.php
PHP
asf20
4,523
<?php if (!defined('BASEPATH')) exit('No direct script access allowed'); require_once('Cimongo_cursor.php'); require_once('Cimongo_extras.php'); /** * CodeIgniter MongoDB Library * * A library to interact with the NoSQL database MongoDB. * For more information see http://www.mongodb.org * * @...
111111w-e-b-v-t-v-now11111111111111
trunk/application/libraries/libraries/cimongo/Cim.php
PHP
asf20
18,878
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); /** * CodeIgniter MongoDB Library * * A library to interact with the NoSQL database MongoDB. * For more information see http://www.mongodb.org * * @package CodeIgniter * @author Alessandro Arnodo | a.arnodo@gmail.com | @vesparny * @cop...
111111w-e-b-v-t-v-now11111111111111
trunk/application/libraries/libraries/cimongo/Cimongo_base.php
PHP
asf20
5,259
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); require_once('Cimongo_cursor.php'); require_once('Cimongo_base.php'); /** * CodeIgniter MongoDB Library * * A library to interact with the NoSQL database MongoDB. * For more information see http://www.mongodb.org * * Inspired by h...
111111w-e-b-v-t-v-now11111111111111
trunk/application/libraries/libraries/cimongo/Cimongo_extras.php
PHP
asf20
12,573
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); require_once('Cimongo_cursor.php'); require_once('Cimongo_base.php'); /** * CodeIgniter MongoDB Library * * A library to interact with the NoSQL database MongoDB. * For more information see http://www.mongodb.org * * Inspired by h...
111111w-e-b-v-t-v-now11111111111111
trunk/application/libraries/Cimongo_extras.php
PHP
asf20
12,576
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); /**1829 * CodeIgniter MongoDB Active Record Library * * @category Library * @package CodeIgniter * @author Alex Bilbie <alex@alexbilbie.com> * @copyright 2012 Alex Bilbie. * @license MIT License http://www.opensource.org/licenses/...
111111w-e-b-v-t-v-now11111111111111
trunk/application/libraries/M_db.php
PHP
asf20
44,288
<html> <head> <title>403 Forbidden</title> </head> <body> <p>Directory access is forbidden.</p> </body> </html>
111111w-e-b-v-t-v-now11111111111111
trunk/application/core/index.html
HTML
asf20
114
<?php if ( ! defined('BASEPATH')) exit('Vui lòng liên hệ nhatnv'); class MY_Controller extends CI_Controller { public $_data; public function __construct(){ parent::__construct(); $this->load->helper(array('url','text', 'form')); $this->load->library(array('session')); ...
111111w-e-b-v-t-v-now11111111111111
trunk/application/core/MY_Controller.php
PHP
asf20
10,951
<?php Class MY_Model extends CI_Model { /* ** GET PARAM ** */ //public $_smtp_host = 'mail.gvtechcom.vn'; //public $_smtp_user = 'info@gvtechcom.vn'; //public $_smtp_pass = 'abcde@123'; //public $_smtp_user = 'dungdc@gvtechcom.vn'; // public $_smtp_pass = 'dung1234'; private funct...
111111w-e-b-v-t-v-now11111111111111
trunk/application/core/MY_Model.php
PHP
asf20
9,123
<?php (defined('BASEPATH')) OR exit('No direct script access allowed'); /* load the MX_Router class */ require APPPATH."third_party/MX/Router.php"; class MY_Router extends MX_Router {}
111111w-e-b-v-t-v-now11111111111111
trunk/application/core/MY_Router.php
PHP
asf20
191
<?php (defined('BASEPATH')) OR exit('No direct script access allowed'); /* load the MX_Loader class */ require APPPATH."third_party/MX/Loader.php"; class MY_Loader extends MX_Loader {}
111111w-e-b-v-t-v-now11111111111111
trunk/application/core/MY_Loader.php
PHP
asf20
191
<html> <head> <title>403 Forbidden</title> </head> <body> <p>Directory access is forbidden.</p> </body> </html>
111111w-e-b-v-t-v-now11111111111111
trunk/application/controllers/index.html
HTML
asf20
114
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); class Welcome extends CI_Controller { /** * Index Page for this controller. * * Maps to the following URL * http://example.com/index.php/welcome * - or - * http://example.com/index.php/welcome/index * - or - * Since this...
111111w-e-b-v-t-v-now11111111111111
trunk/application/controllers/welcome.php
PHP
asf20
770
<?php //die(''.$_SERVER['DOCUMENT_ROOT']); header("Access-Control-Allow-Origin: *"); header('Content-Type: application/json; charset=utf-8'); $path = 'C:\xampp\htdocs\menuwicity\api\'; defined('PROJECT_PATH') || define('PROJECT_PATH', realpath(dirname(__FILE__))); defined('UPLOAD') || define('UPLOAD', $path); define('_...
111111w-e-b-v-t-v-now11111111111111
trunk/index.php
PHP
asf20
6,757
<html> <head> <title>403 Forbidden</title> </head> <body> <p>Directory access is forbidden.</p> </body> </html>
111111w-e-b-v-t-v-now11111111111111
trunk/system/index.html
HTML
asf20
114
<html> <head> <title>403 Forbidden</title> </head> <body> <p>Directory access is forbidden.</p> </body> </html>
111111w-e-b-v-t-v-now11111111111111
trunk/system/language/index.html
HTML
asf20
114
<?php $lang['date_year'] = "Year"; $lang['date_years'] = "Years"; $lang['date_month'] = "Month"; $lang['date_months'] = "Months"; $lang['date_week'] = "Week"; $lang['date_weeks'] = "Weeks"; $lang['date_day'] = "Day"; $lang['date_days'] = "Days"; $lang['date_hour'] = "Hour"; $lang['date_hours'] = "Hours"; $lang['date_m...
111111w-e-b-v-t-v-now11111111111111
trunk/system/language/english/date_lang.php
PHP
asf20
3,177
<?php $lang['terabyte_abbr'] = "TB"; $lang['gigabyte_abbr'] = "GB"; $lang['megabyte_abbr'] = "MB"; $lang['kilobyte_abbr'] = "KB"; $lang['bytes'] = "Bytes"; /* End of file number_lang.php */ /* Location: ./system/language/english/number_lang.php */
111111w-e-b-v-t-v-now11111111111111
trunk/system/language/english/number_lang.php
PHP
asf20
249
<html> <head> <title>403 Forbidden</title> </head> <body> <p>Directory access is forbidden.</p> </body> </html>
111111w-e-b-v-t-v-now11111111111111
trunk/system/language/english/index.html
HTML
asf20
114
<?php $lang['email_must_be_array'] = "The email validation method must be passed an array."; $lang['email_invalid_address'] = "Invalid email address: %s"; $lang['email_attachment_missing'] = "Unable to locate the following email attachment: %s"; $lang['email_attachment_unreadable'] = "Unable to open this attachment: %...
111111w-e-b-v-t-v-now11111111111111
trunk/system/language/english/email_lang.php
PHP
asf20
1,707
<?php $lang['required'] = "%s không được để trống."; $lang['isset'] = "The %s field must have a value."; $lang['valid_email'] = "The %s field must contain a valid email address."; $lang['valid_emails'] = "The %s field must contain all valid email addresses."; $lang['valid_url'] = "The %s field must contain a ...
111111w-e-b-v-t-v-now11111111111111
trunk/system/language/english/form_validation_lang.php
PHP
asf20
1,827
<?php $lang['imglib_source_image_required'] = "You must specify a source image in your preferences."; $lang['imglib_gd_required'] = "The GD image library is required for this feature."; $lang['imglib_gd_required_for_props'] = "Your server must support the GD image library in order to determine the image properties."; ...
111111w-e-b-v-t-v-now11111111111111
trunk/system/language/english/imglib_lang.php
PHP
asf20
2,011
<?php $lang['cal_su'] = "Su"; $lang['cal_mo'] = "Mo"; $lang['cal_tu'] = "Tu"; $lang['cal_we'] = "We"; $lang['cal_th'] = "Th"; $lang['cal_fr'] = "Fr"; $lang['cal_sa'] = "Sa"; $lang['cal_sun'] = "Sun"; $lang['cal_mon'] = "Mon"; $lang['cal_tue'] = "Tue"; $lang['cal_wed'] = "Wed"; $lang['cal_thu'] = "Th...
111111w-e-b-v-t-v-now11111111111111
trunk/system/language/english/calendar_lang.php
PHP
asf20
1,437