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 2011 Google /** * 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 agreed to in wri...
0911aihara-iosched
map/map.js
JavaScript
asf20
26,216
<!DOCTYPE html> <html> <head> <meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0; minimum-scale=1.0; user-scalable=0" /> <meta content="text/html; charset=utf-8" http-equiv="Content-type"> <meta content="IE=8" http-equiv="X-UA-Compatible"> <meta content= "Googl...
0911aihara-iosched
map/embed.html
HTML
asf20
1,825
#map-canvas { height: 500px; } #levels-wrapper { margin: 10px; padding: 5px; background: #fff; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3); -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3); box-shadow: 0px 1px 3px rgba(0...
0911aihara-iosched
map/map.css
CSS
asf20
2,657
/* * Copyright 2011 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 agreed to...
0911aihara-iosched
android/src/com/google/android/apps/iosched/service/SyncService.java
Java
asf20
10,540
/* * Copyright 2011 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 agreed to...
0911aihara-iosched
android/src/com/google/android/apps/iosched/ui/ScheduleFragment.java
Java
asf20
16,075
/* * Copyright 2011 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 agreed to...
0911aihara-iosched
android/src/com/google/android/apps/iosched/ui/TracksFragment.java
Java
asf20
5,856
/* * Copyright 2011 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 agreed to...
0911aihara-iosched
android/src/com/google/android/apps/iosched/ui/BaseActivity.java
Java
asf20
3,953
/* * Copyright 2011 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 agreed to...
0911aihara-iosched
android/src/com/google/android/apps/iosched/ui/WhatsOnFragment.java
Java
asf20
6,604
/* * Copyright 2011 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 agreed to...
0911aihara-iosched
android/src/com/google/android/apps/iosched/ui/phone/SessionsActivity.java
Java
asf20
1,184
/* * Copyright 2011 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 agreed to...
0911aihara-iosched
android/src/com/google/android/apps/iosched/ui/phone/MapActivity.java
Java
asf20
1,169
/* * Copyright 2011 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 agreed to...
0911aihara-iosched
android/src/com/google/android/apps/iosched/ui/phone/VendorDetailActivity.java
Java
asf20
1,196
/* * Copyright 2011 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 agreed to...
0911aihara-iosched
android/src/com/google/android/apps/iosched/ui/phone/SessionDetailActivity.java
Java
asf20
1,199
/* * Copyright 2011 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 agreed to...
0911aihara-iosched
android/src/com/google/android/apps/iosched/ui/phone/TracksActivity.java
Java
asf20
1,178
/* * Copyright 2011 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 agreed to...
0911aihara-iosched
android/src/com/google/android/apps/iosched/ui/phone/VendorsActivity.java
Java
asf20
1,181
/* * Copyright 2011 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 agreed to...
0911aihara-iosched
android/src/com/google/android/apps/iosched/ui/phone/ScheduleActivity.java
Java
asf20
1,184
/* * Copyright 2011 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 agreed to...
0911aihara-iosched
android/src/com/google/android/apps/iosched/ui/tablet/ScheduleMultiPaneActivity.java
Java
asf20
4,899
/* * Copyright 2011 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 agreed to...
0911aihara-iosched
android/src/com/google/android/apps/iosched/ui/tablet/VendorsMultiPaneActivity.java
Java
asf20
3,682
/* * Copyright 2011 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 agreed to...
0911aihara-iosched
android/src/com/google/android/apps/iosched/ui/tablet/TracksDropdownFragment.java
Java
asf20
10,439
/* * Copyright 2011 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 agreed to...
0911aihara-iosched
android/src/com/google/android/apps/iosched/ui/tablet/SessionsMultiPaneActivity.java
Java
asf20
3,602
/* * Copyright 2011 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 agreed to...
0911aihara-iosched
android/src/com/google/android/apps/iosched/ui/tablet/MapMultiPaneActivity.java
Java
asf20
7,443
/* * Copyright 2011 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 agreed to...
0911aihara-iosched
android/src/com/google/android/apps/iosched/ui/tablet/NowPlayingMultiPaneActivity.java
Java
asf20
3,334
/* * Copyright 2011 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 agreed to...
0911aihara-iosched
android/src/com/google/android/apps/iosched/ui/VendorDetailFragment.java
Java
asf20
9,397
/* * Copyright 2011 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 agreed to...
0911aihara-iosched
android/src/com/google/android/apps/iosched/ui/DashboardFragment.java
Java
asf20
5,349
/* * Copyright 2011 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 agreed to...
0911aihara-iosched
android/src/com/google/android/apps/iosched/ui/SessionsFragment.java
Java
asf20
14,305
/* * Copyright 2011 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 agreed to...
0911aihara-iosched
android/src/com/google/android/apps/iosched/ui/SessionDetailFragment.java
Java
asf20
28,741
/* * Copyright 2011 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 agreed to...
0911aihara-iosched
android/src/com/google/android/apps/iosched/ui/BulletinFragment.java
Java
asf20
4,286
/* * Copyright 2011 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 agreed to...
0911aihara-iosched
android/src/com/google/android/apps/iosched/ui/VendorsFragment.java
Java
asf20
12,111
/* * Copyright 2011 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 agreed to...
0911aihara-iosched
android/src/com/google/android/apps/iosched/ui/StarredActivity.java
Java
asf20
7,236
/* * Copyright 2011 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 agreed to...
0911aihara-iosched
android/src/com/google/android/apps/iosched/ui/TagStreamFragment.java
Java
asf20
4,730
/* * Copyright 2011 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 agreed to...
0911aihara-iosched
android/src/com/google/android/apps/iosched/ui/BaseMultiPaneActivity.java
Java
asf20
4,249
/* * Copyright 2011 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 agreed to...
0911aihara-iosched
android/src/com/google/android/apps/iosched/ui/HomeActivity.java
Java
asf20
5,987
/* * Copyright 2011 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 agreed to...
0911aihara-iosched
android/src/com/google/android/apps/iosched/ui/TracksAdapter.java
Java
asf20
5,862
/* * Copyright 2011 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 agreed to...
0911aihara-iosched
android/src/com/google/android/apps/iosched/ui/TagStreamActivity.java
Java
asf20
1,053
/* * Copyright 2011 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 agreed to...
0911aihara-iosched
android/src/com/google/android/apps/iosched/ui/widget/Workspace.java
Java
asf20
39,471
/* * Copyright 2011 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 agreed to...
0911aihara-iosched
android/src/com/google/android/apps/iosched/ui/widget/ObservableScrollView.java
Java
asf20
1,615
/* * Copyright 2011 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 agreed to...
0911aihara-iosched
android/src/com/google/android/apps/iosched/ui/widget/BezelImageView.java
Java
asf20
3,952
/* * Copyright 2011 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 agreed to...
0911aihara-iosched
android/src/com/google/android/apps/iosched/ui/widget/DashboardLayout.java
Java
asf20
6,381
/* * Copyright 2011 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 agreed to...
0911aihara-iosched
android/src/com/google/android/apps/iosched/ui/widget/TimeRulerView.java
Java
asf20
5,975
/* * Copyright 2011 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 agreed to...
0911aihara-iosched
android/src/com/google/android/apps/iosched/ui/widget/BlockView.java
Java
asf20
3,531
/* * Copyright 2011 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 agreed to...
0911aihara-iosched
android/src/com/google/android/apps/iosched/ui/widget/BlocksLayout.java
Java
asf20
4,672
/* * Copyright 2011 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 agreed to...
0911aihara-iosched
android/src/com/google/android/apps/iosched/ui/SearchActivity.java
Java
asf20
8,456
/* * Copyright 2011 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 agreed to...
0911aihara-iosched
android/src/com/google/android/apps/iosched/ui/BulletinActivity.java
Java
asf20
1,055
/* * Copyright 2011 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 agreed to...
0911aihara-iosched
android/src/com/google/android/apps/iosched/ui/BaseSinglePaneActivity.java
Java
asf20
2,206
/* * Copyright 2011 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 agreed to...
0911aihara-iosched
android/src/com/google/android/apps/iosched/ui/MapFragment.java
Java
asf20
7,838
/* * Copyright 2011 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 agreed to...
0911aihara-iosched
android/src/com/google/android/apps/iosched/provider/ScheduleProvider.java
Java
asf20
31,273
/* * Copyright 2011 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 agreed to...
0911aihara-iosched
android/src/com/google/android/apps/iosched/provider/ScheduleContract.java
Java
asf20
21,214
/* * Copyright 2011 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 agreed to...
0911aihara-iosched
android/src/com/google/android/apps/iosched/provider/ScheduleDatabase.java
Java
asf20
19,560
/* * Copyright 2011 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 agreed to...
0911aihara-iosched
android/src/com/google/android/apps/iosched/util/SimpleMenu.java
Java
asf20
6,380
/* * Copyright (C) 2007 The Android Open Source Project * * 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 app...
0911aihara-iosched
android/src/com/google/android/apps/iosched/util/Lists.java
Java
asf20
2,194
/* * Copyright 2011 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 agreed to...
0911aihara-iosched
android/src/com/google/android/apps/iosched/util/BitmapUtils.java
Java
asf20
6,897
/* * Copyright 2011 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 agreed to...
0911aihara-iosched
android/src/com/google/android/apps/iosched/util/AnalyticsUtils.java
Java
asf20
5,501
/* * Copyright 2011 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 agreed to...
0911aihara-iosched
android/src/com/google/android/apps/iosched/util/WorksheetEntry.java
Java
asf20
3,241
/* * Copyright (C) 2011 The Android Open Source Project * * 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 app...
0911aihara-iosched
android/src/com/google/android/apps/iosched/util/SelectionBuilder.java
Java
asf20
5,613
/* * Copyright 2011 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 agreed to...
0911aihara-iosched
android/src/com/google/android/apps/iosched/util/MotionEventUtils.java
Java
asf20
3,070
/* * Copyright 2011 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 agreed to...
0911aihara-iosched
android/src/com/google/android/apps/iosched/util/SimpleMenuItem.java
Java
asf20
4,722
/* * Copyright 2011 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 agreed to...
0911aihara-iosched
android/src/com/google/android/apps/iosched/util/ActivityHelper.java
Java
asf20
12,189
/* * Copyright 2011 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 agreed to...
0911aihara-iosched
android/src/com/google/android/apps/iosched/util/ReflectionUtils.java
Java
asf20
1,833
/* * Copyright 2011 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 agreed to...
0911aihara-iosched
android/src/com/google/android/apps/iosched/util/UIUtils.java
Java
asf20
8,431
/* * Copyright 2011 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 agreed to...
0911aihara-iosched
android/src/com/google/android/apps/iosched/util/Sets.java
Java
asf20
2,723
/* * Copyright 2011 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 agreed to...
0911aihara-iosched
android/src/com/google/android/apps/iosched/util/SpreadsheetEntry.java
Java
asf20
3,107
/* * Copyright (C) 2009 The Android Open Source Project * * 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 app...
0911aihara-iosched
android/src/com/google/android/apps/iosched/util/NotifyingAsyncQueryHandler.java
Java
asf20
4,742
/* * Copyright (C) 2007 The Android Open Source Project * * 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 app...
0911aihara-iosched
android/src/com/google/android/apps/iosched/util/Maps.java
Java
asf20
1,313
/* * Copyright 2011 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 agreed to...
0911aihara-iosched
android/src/com/google/android/apps/iosched/util/ParserUtils.java
Java
asf20
8,064
/* * Copyright 2011 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 agreed to...
0911aihara-iosched
android/src/com/google/android/apps/iosched/util/FractionalTouchDelegate.java
Java
asf20
5,324
/* * Copyright 2011 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 agreed to...
0911aihara-iosched
android/src/com/google/android/apps/iosched/util/DetachableResultReceiver.java
Java
asf20
1,853
/* * Copyright 2011 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 agreed to...
0911aihara-iosched
android/src/com/google/android/apps/iosched/util/EulaHelper.java
Java
asf20
3,817
/* * Copyright 2011 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 agreed to...
0911aihara-iosched
android/src/com/google/android/apps/iosched/util/CatchNotesHelper.java
Java
asf20
3,936
/* * Copyright 2011 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 agreed to...
0911aihara-iosched
android/src/com/google/android/apps/iosched/util/ActivityHelperHoneycomb.java
Java
asf20
4,354
/* * Copyright 2011 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 agreed to...
0911aihara-iosched
android/src/com/google/android/apps/iosched/io/LocalTracksHandler.java
Java
asf20
3,618
/* * Copyright 2011 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 agreed to...
0911aihara-iosched
android/src/com/google/android/apps/iosched/io/RemoteSpeakersHandler.java
Java
asf20
5,038
/* * Copyright 2011 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 agreed to...
0911aihara-iosched
android/src/com/google/android/apps/iosched/io/RemoteVendorsHandler.java
Java
asf20
6,871
/* * Copyright 2011 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 agreed to...
0911aihara-iosched
android/src/com/google/android/apps/iosched/io/LocalSearchSuggestHandler.java
Java
asf20
2,635
/* * Copyright 2011 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 agreed to...
0911aihara-iosched
android/src/com/google/android/apps/iosched/io/LocalSessionsHandler.java
Java
asf20
6,242
/* * Copyright 2011 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 agreed to...
0911aihara-iosched
android/src/com/google/android/apps/iosched/io/XmlHandler.java
Java
asf20
3,951
/* * Copyright 2011 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 agreed to...
0911aihara-iosched
android/src/com/google/android/apps/iosched/io/LocalRoomsHandler.java
Java
asf20
3,659
/* * Copyright 2011 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 agreed to...
0911aihara-iosched
android/src/com/google/android/apps/iosched/io/RemoteSessionsHandler.java
Java
asf20
12,695
/* * Copyright 2011 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 agreed to...
0911aihara-iosched
android/src/com/google/android/apps/iosched/io/RemoteWorksheetsHandler.java
Java
asf20
4,770
/* * Copyright 2011 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 agreed to...
0911aihara-iosched
android/src/com/google/android/apps/iosched/io/LocalExecutor.java
Java
asf20
2,372
/* * Copyright 2011 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 agreed to...
0911aihara-iosched
android/src/com/google/android/apps/iosched/io/RemoteExecutor.java
Java
asf20
3,249
/* * Copyright 2011 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 agreed to...
0911aihara-iosched
android/src/com/google/android/apps/iosched/io/LocalBlocksHandler.java
Java
asf20
4,289
/* * Copyright 2011 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 agreed to...
0911aihara-iosched
android/tests.old/src/com/google/android/apps/iosched/util/SpreadsheetEntryTest.java
Java
asf20
4,971
/* * Copyright 2011 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 agreed to...
0911aihara-iosched
android/tests.old/src/com/google/android/apps/iosched/io/StubHttpClient.java
Java
asf20
7,043
/* * Copyright 2011 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 agreed to...
0911aihara-iosched
android/tests.old/src/com/google/android/apps/iosched/io/SessionsHandlerTest.java
Java
asf20
16,845
start /w pkgmgr /iu:IIS-WebServerRole;IIS-WebServer;IIS-CommonHttpFeatures; IIS-StaticContent;IIS-DefaultDocument;IIS-DirectoryBrowsing;IIS-HttpErrors; IIS-ApplicationDevelopment;IIS-ASPNET;IIS-NetFxExtensibility; IIS-ISAPIExtensions;IIS-ISAPIFilter;IIS-HealthAndDiagnostics; IIS-HttpLogging;IIS-LoggingLibraries;IIS...
12hth07-hutech-2013
trunk/users/sang/softs/preinstall.bat
Batchfile
asf20
838
using System; using System.Collections.Generic; using System.Linq; using System.Text; using WPDataServiceDemo; using WPDataServiceDemo.Models; using WPDataServiceDemo.libs; namespace WPDataServiceDemo.Queries { public class GetData { public static WPServiceModel GetDb() { ...
12hth07-hutech-2013
trunk/users/sang/WPDataServiceDemo/WPDataServiceDemo/Queries/GetData.cs
C#
asf20
4,296
<%@ Application Codebehind="Global.asax.cs" Inherits="WPDataServiceDemo.Global" Language="C#" %>
12hth07-hutech-2013
trunk/users/sang/WPDataServiceDemo/WPDataServiceDemo/Global.asax
ASP.NET
asf20
101
using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTi...
12hth07-hutech-2013
trunk/users/sang/WPDataServiceDemo/WPDataServiceDemo/Properties/AssemblyInfo.cs
C#
asf20
1,405
using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.Services; using WPDataServiceDemo.Models; using WPDataServiceDemo.Queries; namespace WPDataServiceDemo { /// <summary> /// Summary description for Service /// </summary> [WebService(Names...
12hth07-hutech-2013
trunk/users/sang/WPDataServiceDemo/WPDataServiceDemo/Service.asmx.cs
C#
asf20
4,912
using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.Security; using System.Web.SessionState; namespace WPDataServiceDemo { public class Global : System.Web.HttpApplication { void Application_Start(object sender, EventArgs e) { ...
12hth07-hutech-2013
trunk/users/sang/WPDataServiceDemo/WPDataServiceDemo/Global.asax.cs
C#
asf20
1,200
<%@ WebService Language="C#" CodeBehind="Service.asmx.cs" Class="WPDataServiceDemo.Service" %>
12hth07-hutech-2013
trunk/users/sang/WPDataServiceDemo/WPDataServiceDemo/Service.asmx
ASP.NET
asf20
99
using System; using System.Collections.Generic; using System.Linq; using System.Web; namespace WPDataServiceDemo.libs { public static class StringLibs { private static readonly string[] VietnameseSigns = new string[] { "aAeEoOuUiIdDyY", "áàạảãâấầ...
12hth07-hutech-2013
trunk/users/sang/WPDataServiceDemo/WPDataServiceDemo/libs/StringLibs.cs
C#
asf20
1,362
using System; using System.Collections.Generic; using System.Linq; using System.Net; using System.Windows; using System.Windows.Controls; using System.Windows.Navigation; using Microsoft.Phone.Controls; using Microsoft.Phone.Shell; using Booking.WPServiceData; using Booking.lib; namespace Booking { ...
12hth07-hutech-2013
trunk/users/sang/projects/Booking/Booking/Orderpage.xaml.cs
C#
asf20
2,661
using System; using System.Collections.Generic; using System.Linq; using System.Net; using System.Windows; using System.Windows.Controls; using System.Windows.Navigation; using Microsoft.Phone.Controls; using Microsoft.Phone.Shell; using Booking.WPServiceData; using System.Windows.Media; using System.Window...
12hth07-hutech-2013
trunk/users/sang/projects/Booking/Booking/Chitiet.xaml.cs
C#
asf20
1,736
using System; using System.Collections.Generic; using System.Linq; using System.Net; using System.Windows; using System.Windows.Controls; using System.Windows.Navigation; using Microsoft.Phone.Controls; using Microsoft.Phone.Shell; using Booking.WPServiceData; namespace Booking { public partial class...
12hth07-hutech-2013
trunk/users/sang/projects/Booking/Booking/Thongtin.xaml.cs
C#
asf20
2,198
using Booking.Resources; namespace Booking { /// <summary> /// Provides access to string resources. /// </summary> public class LocalizedStrings { private static AppResources _localizedResources = new AppResources(); public AppResources LocalizedResources { get { return...
12hth07-hutech-2013
trunk/users/sang/projects/Booking/Booking/LocalizedStrings.cs
C#
asf20
357
using System; using System.Diagnostics; using System.Resources; using System.Windows; using System.Windows.Markup; using System.Windows.Navigation; using Microsoft.Phone.Controls; using Microsoft.Phone.Shell; using Booking.Resources; namespace Booking { public partial class App : Application { ...
12hth07-hutech-2013
trunk/users/sang/projects/Booking/Booking/App.xaml.cs
C#
asf20
9,247
using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; using System.Resources; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembl...
12hth07-hutech-2013
trunk/users/sang/projects/Booking/Booking/Properties/AssemblyInfo.cs
C#
asf20
1,466
using System; using System.Collections.Generic; using System.Linq; using System.Net; using System.Windows; using System.Windows.Controls; using System.Windows.Navigation; using Microsoft.Phone.Controls; using Microsoft.Phone.Shell; using Booking.Resources; using Booking.WPServiceData; namespace Booking ...
12hth07-hutech-2013
trunk/users/sang/projects/Booking/Booking/MainPage.xaml.cs
C#
asf20
3,467
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Booking.lib { class DefinesClass { public static String ipService = "http://192.168.137.232/WPDataServiceDemo/"; public static Dictionary<int, int> OrderStat...
12hth07-hutech-2013
trunk/users/sang/projects/Booking/Booking/lib/DefinesClass.cs
C#
asf20
365
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Booking.lib { class OrderMenus { public int Id { get; set; } public String tenMon { get; set; } public int SoLuong { get; set; } public dec...
12hth07-hutech-2013
trunk/users/sang/projects/Booking/Booking/lib/OrderMenus.cs
C#
asf20
358