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
/** * Created by 相杰 on 13-10-21. */ /*脚本说明: * 对有data-selection="btn"属性的元素进行绑定,标记在a标签中,a标签的父元素需要时li标签 * */ $(function () { var $btnSelection = $('[data-selection="btn"]') $btnSelection.on("click", function () { var $this = $(this) var $parent = $this.parent() var $siblings ...
zzzxj-project-jackphonewebsote
trunk/js/selection.js
JavaScript
asf20
645
<!DOCTYPE html> <html> <head> <title>用户中心</title> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"> <link href="css/bootstrap.min.css" rel="stylesheet" media="screen"> <link rel="stylesheet" href="css/common.cs...
zzzxj-project-jackphonewebsote
trunk/User.html
HTML
asf20
10,462
<!DOCTYPE html> <html> <head> <title>一个类别的所有商品</title> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"> <link href="css/bootstrap.min.css" rel="stylesheet" media="screen"> <link rel="stylesheet" href="css/comm...
zzzxj-project-jackphonewebsote
trunk/OneTypePage.html
HTML
asf20
5,234
<!DOCTYPE html> <html lang="zh-CN"> <head> <title>产品详细页</title> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"> <link href="css/bootstrap.min.css" rel="stylesheet" media="screen"> <link rel="stylesheet" href=...
zzzxj-project-jackphonewebsote
trunk/ProductDetailPage.html
HTML
asf20
7,728
<!DOCTYPE html> <html> <head> <title>最新上架</title> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link href="css/bootstrap.min.css" rel="stylesheet" media="screen"> <link rel="stylesheet" href="css/common.css" /> <script src="js/jquery.v1....
zzzxj-project-jackphonewebsote
trunk/NewRelases.html
HTML
asf20
3,286
<!DOCTYPE html> <html> <head> <title>购物车</title> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"> <link href="css/bootstrap.min.css" rel="stylesheet" media="screen"> <link rel="stylesheet" href="css/common.css...
zzzxj-project-jackphonewebsote
trunk/ShoppingCart.html
HTML
asf20
5,204
<!DOCTYPE html> <html> <head> <title>收货地址管理</title> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"> <link href="css/bootstrap.min.css" rel="stylesheet" media="screen"> <link rel="stylesheet" href="css/common....
zzzxj-project-jackphonewebsote
trunk/ShippingAdd.html
HTML
asf20
3,186
<!DOCTYPE html> <html lang="zh-CN"> <head> <title>全部商品</title> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"> <link href="css/bootstrap.min.css" rel="stylesheet" media="screen"> <link rel="stylesheet" href="...
zzzxj-project-jackphonewebsote
trunk/AllProduct.html
HTML
asf20
3,464
body{ a:hover{ text-decoration: none; } #header{ padding:10px 10px; } .navbar{ .glyphicon{ font-size: 1.7em; } } .wrapper{ min-height: 300px; margin-top:50px; .group-footer{ margin-top: 10px; } .noMSG{ height: 500px; line-heig...
zzzxj-project-jackphonewebsote
trunk/css/common.less
Less
asf20
3,036
body a:hover { text-decoration: none; } body #header { padding: 10px 10px; } body .navbar .glyphicon { font-size: 1.7em; } body .wrapper { min-height: 300px; margin-top: 50px; } body .wrapper .group-footer { margin-top: 10px; } body .wrapper .noMSG { height: 500px; line-height: 500px; text-align: cent...
zzzxj-project-jackphonewebsote
trunk/css/common.css
CSS
asf20
2,655
/* * Copyright 2012 Google Inc. All Rights Reserved. * * 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 applica...
zzhyjun-zzhyjun
src/com/google/android/apps/authenticator/OtpSourceException.java
Java
asf20
1,021
/* * Copyright 2012 Google Inc. All Rights Reserved. * * 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 applica...
zzhyjun-zzhyjun
src/com/google/android/apps/authenticator/RunOnThisLooperThreadExecutor.java
Java
asf20
1,566
/* * Copyright 2012 Google Inc. All Rights Reserved. * * 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 applica...
zzhyjun-zzhyjun
src/com/google/android/apps/authenticator/timesync/SyncNowActivity.java
Java
asf20
6,292
/* * Copyright 2012 Google Inc. All Rights Reserved. * * 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 applica...
zzhyjun-zzhyjun
src/com/google/android/apps/authenticator/timesync/SyncNowController.java
Java
asf20
7,754
/* * Copyright 2011 Google Inc. All Rights Reserved. * * 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 applica...
zzhyjun-zzhyjun
src/com/google/android/apps/authenticator/timesync/SettingsTimeCorrectionActivity.java
Java
asf20
1,216
/* * Copyright 2012 Google Inc. All Rights Reserved. * * 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 applica...
zzhyjun-zzhyjun
src/com/google/android/apps/authenticator/timesync/NetworkTimeProvider.java
Java
asf20
3,309
/* * Copyright 2012 Google Inc. All Rights Reserved. * * 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 applica...
zzhyjun-zzhyjun
src/com/google/android/apps/authenticator/timesync/AboutActivity.java
Java
asf20
1,483
/* * Copyright 2009 Google Inc. All Rights Reserved. * * 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 applica...
zzhyjun-zzhyjun
src/com/google/android/apps/authenticator/Base32String.java
Java
asf20
5,058
/* * Copyright 2012 Google Inc. All Rights Reserved. * * 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 applica...
zzhyjun-zzhyjun
src/com/google/android/apps/authenticator/OtpGenerationNotPermittedException.java
Java
asf20
1,018
/* * Copyright 2011 Google Inc. All Rights Reserved. * * 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 applica...
zzhyjun-zzhyjun
src/com/google/android/apps/authenticator/MarketBuildOptionalFeatures.java
Java
asf20
2,321
/* * Copyright 2011 Google Inc. All Rights Reserved. * * 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 applica...
zzhyjun-zzhyjun
src/com/google/android/apps/authenticator/OptionalFeatures.java
Java
asf20
3,174
/* * Copyright 2011 Google Inc. All Rights Reserved. * * 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 applica...
zzhyjun-zzhyjun
src/com/google/android/apps/authenticator/Preconditions.java
Java
asf20
2,625
/* * Copyright 2011 Google Inc. All Rights Reserved. * * 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 applica...
zzhyjun-zzhyjun
src/com/google/android/apps/authenticator/SettingsAboutActivity.java
Java
asf20
1,476
/* * Copyright 2011 Google Inc. All Rights Reserved. * * 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 applica...
zzhyjun-zzhyjun
src/com/google/android/apps/authenticator/FileUtilities.java
Java
asf20
4,697
/* * Copyright 2012 Google Inc. All Rights Reserved. * * 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 applica...
zzhyjun-zzhyjun
src/com/google/android/apps/authenticator/HexEncoding.java
Java
asf20
2,721
/* * Copyright 2010 Google Inc. All Rights Reserved. * * 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 applica...
zzhyjun-zzhyjun
src/com/google/android/apps/authenticator/UserRowView.java
Java
asf20
2,237
/* * Copyright 2009 Google Inc. All Rights Reserved. * * 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 applica...
zzhyjun-zzhyjun
src/com/google/android/apps/authenticator/EnterKeyActivity.java
Java
asf20
4,465
/* * Copyright 2011 Google Inc. All Rights Reserved. * * 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 applica...
zzhyjun-zzhyjun
src/com/google/android/apps/authenticator/TotpCounter.java
Java
asf20
5,134
/* * Copyright 2011 Google Inc. All Rights Reserved. * * 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 applica...
zzhyjun-zzhyjun
src/com/google/android/apps/authenticator/testability/TestableActivity.java
Java
asf20
1,528
/* * Copyright 2011 Google Inc. All Rights Reserved. * * 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 applica...
zzhyjun-zzhyjun
src/com/google/android/apps/authenticator/testability/DependencyInjector.java
Java
asf20
9,557
/* * Copyright 2011 Google Inc. All Rights Reserved. * * 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 applica...
zzhyjun-zzhyjun
src/com/google/android/apps/authenticator/testability/TestablePreferenceActivity.java
Java
asf20
1,575
/* * Copyright 2011 Google Inc. All Rights Reserved. * * 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 applica...
zzhyjun-zzhyjun
src/com/google/android/apps/authenticator/testability/HttpClientFactory.java
Java
asf20
4,425
/* * Copyright 2012 Google Inc. All Rights Reserved. * * 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 applica...
zzhyjun-zzhyjun
src/com/google/android/apps/authenticator/testability/SharedPreferencesRenamingDelegatingContext.java
Java
asf20
1,431
/* * Copyright 2011 Google Inc. All Rights Reserved. * * 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 applica...
zzhyjun-zzhyjun
src/com/google/android/apps/authenticator/testability/StartActivityListener.java
Java
asf20
1,420
/* * Copyright 2012 Google Inc. All Rights Reserved. * * 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 applica...
zzhyjun-zzhyjun
src/com/google/android/apps/authenticator/TotpClock.java
Java
asf20
2,710
/* * Copyright 2011 Google Inc. All Rights Reserved. * * 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 applica...
zzhyjun-zzhyjun
src/com/google/android/apps/authenticator/SettingsActivity.java
Java
asf20
1,151
/* * Copyright 2011 Google Inc. All Rights Reserved. * * 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 applica...
zzhyjun-zzhyjun
src/com/google/android/apps/authenticator/dataexport/IExportServiceV2.aidl
AIDL
asf20
782
/* * Copyright 2010 Google Inc. All Rights Reserved. * * 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 applica...
zzhyjun-zzhyjun
src/com/google/android/apps/authenticator/Utilities.java
Java
asf20
2,067
/* * Copyright 2011 Google Inc. All Rights Reserved. * * 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 applica...
zzhyjun-zzhyjun
src/com/google/android/apps/authenticator/wizard/WizardPageActivity.java
Java
asf20
9,768
/* * Copyright 2010 Google Inc. All Rights Reserved. * * 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 applica...
zzhyjun-zzhyjun
src/com/google/android/apps/authenticator/OtpSource.java
Java
asf20
2,328
/* * Copyright 2009 Google Inc. All Rights Reserved. * * 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 applica...
zzhyjun-zzhyjun
src/com/google/android/apps/authenticator/AuthenticatorActivity.java
Java
asf20
44,301
/* * Copyright 2011 Google Inc. All Rights Reserved. * * 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 applica...
zzhyjun-zzhyjun
src/com/google/android/apps/authenticator/dataimport/Importer.java
Java
asf20
6,086
/* * Copyright 2011 Google Inc. All Rights Reserved. * * 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 applica...
zzhyjun-zzhyjun
src/com/google/android/apps/authenticator/dataimport/ImportController.java
Java
asf20
1,083
/* * Copyright 2011 Google Inc. All Rights Reserved. * * 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 applica...
zzhyjun-zzhyjun
src/com/google/android/apps/authenticator/dataimport/ExportServiceBasedImportController.java
Java
asf20
6,138
/* * Copyright 2010 Google Inc. All Rights Reserved. * * 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 applica...
zzhyjun-zzhyjun
src/com/google/android/apps/authenticator/OtpProvider.java
Java
asf20
5,037
/* * Copyright 2011 Google Inc. All Rights Reserved. * * 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 applica...
zzhyjun-zzhyjun
src/com/google/android/apps/authenticator/CountdownIndicator.java
Java
asf20
3,933
/* * Copyright 2011 Google Inc. All Rights Reserved. * * 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 applica...
zzhyjun-zzhyjun
src/com/google/android/apps/authenticator/AuthenticatorApplication.java
Java
asf20
2,355
/* * Copyright 2010 Google Inc. All Rights Reserved. * * 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 applica...
zzhyjun-zzhyjun
src/com/google/android/apps/authenticator/AccountDb.java
Java
asf20
14,285
/* * Copyright 2011 Google Inc. All Rights Reserved. * * 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 applica...
zzhyjun-zzhyjun
src/com/google/android/apps/authenticator/howitworks/IntroEnterCodeActivity.java
Java
asf20
1,591
/* * Copyright 2011 Google Inc. All Rights Reserved. * * 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 applica...
zzhyjun-zzhyjun
src/com/google/android/apps/authenticator/howitworks/IntroEnterPasswordActivity.java
Java
asf20
1,607
/* * Copyright 2011 Google Inc. All Rights Reserved. * * 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 applica...
zzhyjun-zzhyjun
src/com/google/android/apps/authenticator/howitworks/IntroVerifyDeviceActivity.java
Java
asf20
1,649
/* * Copyright 2009 Google Inc. All Rights Reserved. * * 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 applica...
zzhyjun-zzhyjun
src/com/google/android/apps/authenticator/PasscodeGenerator.java
Java
asf20
7,747
/* * Copyright 2009 Google Inc. All Rights Reserved. * * 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 applica...
zzhyjun-zzhyjun
src/com/google/android/apps/authenticator/CheckCodeActivity.java
Java
asf20
3,619
/* * Copyright 2011 Google Inc. All Rights Reserved. * * 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 applica...
zzhyjun-zzhyjun
src/com/google/android/apps/authenticator/AddOtherAccountActivity.java
Java
asf20
2,104
/* * Copyright 2011 Google Inc. All Rights Reserved. * * 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 applica...
zzhyjun-zzhyjun
src/com/google/android/apps/authenticator/TotpCountdownTask.java
Java
asf20
5,267
/* * Copyright 2011 Google Inc. All Rights Reserved. * * 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 applica...
zzhyjun-zzhyjun
tests/src/com/google/android/apps/authenticator/PasscodeGeneratorTest.java
Java
asf20
6,501
/* * Copyright 2012 Google Inc. All Rights Reserved. * * 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 applica...
zzhyjun-zzhyjun
tests/src/com/google/android/apps/authenticator/timesync/NetworkTimeProviderTest.java
Java
asf20
4,004
/* * Copyright 2012 Google Inc. All Rights Reserved. * * 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 applica...
zzhyjun-zzhyjun
tests/src/com/google/android/apps/authenticator/timesync/SyncNowControllerTest.java
Java
asf20
8,351
/* * Copyright 2011 Google Inc. All Rights Reserved. * * 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 applica...
zzhyjun-zzhyjun
tests/src/com/google/android/apps/authenticator/CheckCodeActivityTest.java
Java
asf20
5,287
/* * Copyright 2011 Google Inc. All Rights Reserved. * * 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 applica...
zzhyjun-zzhyjun
tests/src/com/google/android/apps/authenticator/TestUtilities.java
Java
asf20
20,683
/* * Copyright 2011 Google Inc. All Rights Reserved. * * 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 applica...
zzhyjun-zzhyjun
tests/src/com/google/android/apps/authenticator/FileUtilitiesTest.java
Java
asf20
3,863
/* * Copyright 2012 Google Inc. All Rights Reserved. * * 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 applica...
zzhyjun-zzhyjun
tests/src/com/google/android/apps/authenticator/HexEncodingTest.java
Java
asf20
2,407
/* * Copyright 2011 Google Inc. All Rights Reserved. * * 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 applica...
zzhyjun-zzhyjun
tests/src/com/google/android/apps/authenticator/testability/HttpClientFactoryTest.java
Java
asf20
2,765
/* * Copyright 2011 Google Inc. All Rights Reserved. * * 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 applica...
zzhyjun-zzhyjun
tests/src/com/google/android/apps/authenticator/AuthenticatorActivityPart2Test.java
Java
asf20
10,954
/* * Copyright 2012 Google Inc. All Rights Reserved. * * 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 applica...
zzhyjun-zzhyjun
tests/src/com/google/android/apps/authenticator/RunImmediatelyOnCallingThreadExecutor.java
Java
asf20
1,052
/* * Copyright 2011 Google Inc. All Rights Reserved. * * 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 applica...
zzhyjun-zzhyjun
tests/src/com/google/android/apps/authenticator/Base32StringTest.java
Java
asf20
4,981
/* * Copyright 2012 Google Inc. All Rights Reserved. * * 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 applica...
zzhyjun-zzhyjun
tests/src/com/google/android/apps/authenticator/MockitoWorkaroundForEclairInstrumentationTestRunner.java
Java
asf20
2,313
/* * Copyright 2011 Google Inc. All Rights Reserved. * * 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 applica...
zzhyjun-zzhyjun
tests/src/com/google/android/apps/authenticator/wizard/WizardPageActivityTest.java
Java
asf20
11,172
/* * Copyright 2011 Google Inc. All Rights Reserved. * * 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 applica...
zzhyjun-zzhyjun
tests/src/com/google/android/apps/authenticator/wizard/WizardPageActivityTestBase.java
Java
asf20
4,456
/* * Copyright 2011 Google Inc. All Rights Reserved. * * 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 applica...
zzhyjun-zzhyjun
tests/src/com/google/android/apps/authenticator/AuthenticatorActivityTest.java
Java
asf20
17,750
/* * Copyright 2011 Google Inc. All Rights Reserved. * * 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 applica...
zzhyjun-zzhyjun
tests/src/com/google/android/apps/authenticator/SettingsAboutActivityTest.java
Java
asf20
3,325
/* * Copyright 2011 Google Inc. All Rights Reserved. * * 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 applica...
zzhyjun-zzhyjun
tests/src/com/google/android/apps/authenticator/OtpProviderTest.java
Java
asf20
5,163
/* * Copyright 2011 Google Inc. All Rights Reserved. * * 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 applica...
zzhyjun-zzhyjun
tests/src/com/google/android/apps/authenticator/PreconditionsTest.java
Java
asf20
1,441
/* * Copyright 2011 Google Inc. All Rights Reserved. * * 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 applica...
zzhyjun-zzhyjun
tests/src/com/google/android/apps/authenticator/TotpCounterTest.java
Java
asf20
6,145
/* * Copyright 2011 Google Inc. All Rights Reserved. * * 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 applica...
zzhyjun-zzhyjun
tests/src/com/google/android/apps/authenticator/dataimport/ImporterTest.java
Java
asf20
9,964
/* * Copyright 2011 Google Inc. All Rights Reserved. * * 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 applica...
zzhyjun-zzhyjun
tests/src/com/google/android/apps/authenticator/UtilitiesTest.java
Java
asf20
1,423
/* * Copyright 2011 Google Inc. All Rights Reserved. * * 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 applica...
zzhyjun-zzhyjun
tests/src/com/google/android/apps/authenticator/howitworks/IntroEnterCodeActivityTest.java
Java
asf20
1,620
/* * Copyright 2011 Google Inc. All Rights Reserved. * * 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 applica...
zzhyjun-zzhyjun
tests/src/com/google/android/apps/authenticator/howitworks/IntroEnterPasswordActivityTest.java
Java
asf20
1,637
/* * Copyright 2011 Google Inc. All Rights Reserved. * * 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 applica...
zzhyjun-zzhyjun
tests/src/com/google/android/apps/authenticator/howitworks/IntroVerifyDeviceActivityTest.java
Java
asf20
1,695
/* * Copyright 2011 Google Inc. All Rights Reserved. * * 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 applica...
zzhyjun-zzhyjun
tests/src/com/google/android/apps/authenticator/EnterKeyActivityTest.java
Java
asf20
8,044
/* * Copyright 2011 Google Inc. All Rights Reserved. * * 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 applica...
zzhyjun-zzhyjun
tests/src/com/google/android/apps/authenticator/AccountDbTest.java
Java
asf20
10,052
/* * Copyright 2012 Google Inc. All Rights Reserved. * * 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 applica...
zzhyjun-zzhyjun
tests/src/com/google/android/apps/authenticator/TotpClockTest.java
Java
asf20
3,452
/* * Copyright 2011 Google Inc. All Rights Reserved. * * 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 applica...
zzhyjun-zzhyjun
tests/src/com/google/android/apps/authenticator/AddOtherAccountActivityTest.java
Java
asf20
2,534
package columbia.edu; import java.io.IOException; import java.io.PrintWriter; import java.sql.Connection; //import java.sql.DriverManager; //import java.sql.PreparedStatement; import java.sql.SQLException; import javax.servlet.RequestDispatcher; import javax.servlet.ServletException; import javax.servlet.h...
zznshop
trunk/src/columbia/edu/Logout.java
Java
epl
2,763
package columbia.edu; import java.io.IOException; import java.io.PrintWriter; import java.sql.*; import javax.servlet.ServletException; import javax.servlet.http.HttpServlet; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import oracle.jdbc.pool.OracleDataSource; /...
zznshop
trunk/src/columbia/edu/DisplayDetailsServlet.java
Java
epl
4,914
package columbia.edu; import java.io.IOException; import javax.servlet.ServletException; import javax.servlet.http.HttpServlet; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; /** * Servlet implementation class Details */ public class Details extends HttpServl...
zznshop
trunk/src/columbia/edu/Details.java
Java
epl
1,117
package columbia.edu; import java.io.IOException; import java.io.PrintWriter; import java.sql.*; import javax.servlet.ServletException; import javax.servlet.http.HttpServlet; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import oracle.jdbc.pool.OracleDataSource; ...
zznshop
trunk/src/columbia/edu/RecordOrderDetails.java
Java
epl
4,828
package columbia.edu; import java.io.IOException; import javax.servlet.ServletException; import javax.servlet.http.HttpServlet; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import java.io.*; import java.sql.*; import javax.servlet.*; public class Registra...
zznshop
trunk/src/columbia/edu/Registration.java
Java
epl
4,910
package columbia.edu; import java.io.IOException; import java.io.PrintWriter; import java.sql.Connection; import java.sql.DriverManager; import java.sql.ResultSet; import java.sql.SQLException; import java.sql.Statement; import java.util.ArrayList; import javax.servlet.RequestDispatcher; import javax.serv...
zznshop
trunk/src/columbia/edu/Display.java
Java
epl
4,914
package columbia.edu; import java.io.IOException; import java.io.PrintWriter; import java.sql.*; import javax.servlet.ServletException; import javax.servlet.http.HttpServlet; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import oracle.jdbc.pool.OracleDataSource; ...
zznshop
trunk/src/columbia/edu/OracleServlet.java
Java
epl
1,974
package columbia.edu; import java.io.IOException; import java.io.PrintWriter; import java.sql.*; import javax.servlet.ServletException; import javax.servlet.http.HttpServlet; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import oracle.jdbc.pool.OracleDataSource; /...
zznshop
trunk/src/columbia/edu/SearchResultServlet.java
Java
epl
6,227
package columbia.edu; import java.io.*; import java.sql.*; import javax.servlet.*; import javax.servlet.http.*; public class LoginAuthentication extends HttpServlet{ private static final long serialVersionUID = 1L; //public void init(ServletConfig config) throws ServletException{} public void doPo...
zznshop
trunk/src/columbia/edu/LoginAuthentication.java
Java
epl
4,732
<%@ page language="java" contentType="text/html; charset=ISO-8859-1" pageEncoding="ISO-8859-1"%> <%@page import="java.sql.*"%> <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=IS...
zznshop
trunk/WebContent/Logout.jsp
Java Server Pages
epl
769
<%@ page language="java" contentType="text/html; charset=ISO-8859-1" pageEncoding="ISO-8859-1"%> <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <%@ page import="java.sql.*"%> <%@ page import="oracle.jdbc.pool.OracleDataSource"%> <!-- Database lookup -->...
zznshop
trunk/WebContent/Details.jsp
Java Server Pages
epl
4,426
<%@ page language="java" contentType="text/html; charset=ISO-8859-1" pageEncoding="ISO-8859-1"%> <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- This import is necessary for JDBC --> <%@ page import="java.sql.*"%> <%@ page import="oracle.jdbc.pool.Oracle...
zznshop
trunk/WebContent/oracle_sample.jsp
Java Server Pages
epl
1,978
<%@ page language="java" contentType="text/html; charset=ISO-8859-1" pageEncoding="ISO-8859-1"%> <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> <link rel="stylesheet" ...
zznshop
trunk/WebContent/index.jsp
Java Server Pages
epl
3,354
<%@ page language="java" contentType="text/html; charset=ISO-8859-1" pageEncoding="ISO-8859-1"%> <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> <link rel="stylesheet" ...
zznshop
trunk/WebContent/index2.jsp
Java Server Pages
epl
2,962
<%@ page language="java" contentType="text/html; charset=ISO-8859-1" pageEncoding="ISO-8859-1"%> <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> <title>Insert title her...
zznshop
trunk/WebContent/Books.jsp
Java Server Pages
epl
366
<%@ page language="java" contentType="text/html; charset=ISO-8859-1" pageEncoding="ISO-8859-1"%> <%@page import="java.util.*"%> <%@page import="java.io.*"%> <%@page import="java.sql.*"%> <%@page import="java.util.*"%> <%@page import="java.io.*"%> <%@page import="java.net.*"%> <%@page import="javax.servlet.*...
zznshop
trunk/WebContent/Display.jsp
Java Server Pages
epl
2,285
<%@ page language="java" contentType="text/html; charset=ISO-8859-1" pageEncoding="ISO-8859-1"%> <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <link rel="stylesheet" href="style.css" type="text/css" charset="utf-8" /> <title>Registration...
zznshop
trunk/WebContent/Registration.jsp
Java Server Pages
epl
5,421