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 2009 ZXing authors
*
* 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 ... | zzdache | trunk/android/cc/CcCommon/sdk/com/google/zxing/common/GlobalHistogramBinarizer.java | Java | epl | 6,669 |
/*
* Copyright 2007 ZXing authors
*
* 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 o... | zzdache | trunk/android/cc/CcCommon/sdk/com/google/zxing/common/BitSource.java | Java | epl | 3,430 |
/*
* Copyright 2007 ZXing authors
*
* 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 ... | zzdache | trunk/android/cc/CcCommon/sdk/com/google/zxing/common/DecoderResult.java | Java | epl | 2,149 |
/*
* Copyright 2012 ZXing authors
*
* 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 ... | zzdache | trunk/android/cc/CcCommon/sdk/com/google/zxing/Dimension.java | Java | epl | 1,425 |
/*
* Copyright 2008 ZXing authors
*
* 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 ... | zzdache | trunk/android/cc/CcCommon/sdk/com/google/zxing/ResultMetadataType.java | Java | epl | 2,571 |
/*
* Copyright 2011 ZXing authors
*
* 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 ... | zzdache | trunk/android/cc/CcCommon/sdk/com/google/zxing/maxicode/MaxiCodeReader.java | Java | epl | 4,213 |
/*
* Copyright 2011 ZXing authors
*
* 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 ... | zzdache | trunk/android/cc/CcCommon/sdk/com/google/zxing/maxicode/decoder/BitMatrixParser.java | Java | epl | 5,625 |
/*
* Copyright 2011 ZXing authors
*
* 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 ... | zzdache | trunk/android/cc/CcCommon/sdk/com/google/zxing/maxicode/decoder/DecodedBitStreamParser.java | Java | epl | 7,832 |
/*
* Copyright 2011 ZXing authors
*
* 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 ... | zzdache | trunk/android/cc/CcCommon/sdk/com/google/zxing/maxicode/decoder/Decoder.java | Java | epl | 3,830 |
/*
* Copyright 2007 ZXing authors
*
* 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 ... | zzdache | trunk/android/cc/CcCommon/sdk/com/google/zxing/ChecksumException.java | Java | epl | 1,065 |
package com.zz.cc.common.data;
import com.zz.common.utils.FileUtil;
public abstract class IFileManager {
private static final String FILE_NAME_NO_MEDIA = ".nomedia";
protected static final String PATH_ROOT = "CC/";
protected static final String PATH_BUSINES = "Business/";
protected static final St... | zzdache | trunk/android/cc/CcCommon/sdk/com/zz/cc/common/data/IFileManager.java | Java | epl | 751 |
/**
*
*/
package com.alipay.android.app.lib;
import com.alipay.android.app.sdk.R;
/**
* @author 0ki
*
*/
public class ResourceMap {
public static int getString_confirm_title() {
return R.string.confirm_title;
}
public static int getString_ensure() {
return R.string.ensure;
}
public static int getSt... | zzdache | trunk/android/cc/alipay_lib/src/com/alipay/android/app/lib/ResourceMap.java | Java | epl | 2,256 |
package com.zz.cc.owner.data;
public class CarSubModel {
public String mModel;
public String mModelId;
public String mSubModel;
public String mSubModelId;
}
| zzdache | trunk/android/cc/Owner/src/com/zz/cc/owner/data/CarSubModel.java | Java | epl | 164 |
package com.zz.cc.owner.data;
import com.zz.common.tools.ImageLoader;
public class OnrImageLoader extends ImageLoader {
private static OnrImageLoader sLoader;
public static OnrImageLoader getLoader() {
if(null == sLoader) {
FileManager fm = FileManager.getInstance();
sLoader = new OnrImageLoad... | zzdache | trunk/android/cc/Owner/src/com/zz/cc/owner/data/OnrImageLoader.java | Java | epl | 455 |
package com.zz.cc.owner.data;
import android.content.Context;
import com.zz.cc.common.data.IFileManager;
import com.zz.cc.owner.OwnerApplication;
import com.zz.common.tools.ImageLoader.IUrlLocalFilePathCreator;
import com.zz.common.utils.AlgorithmUtil;
import com.zz.common.utils.FileUtil;
import com.zz.commo... | zzdache | trunk/android/cc/Owner/src/com/zz/cc/owner/data/FileManager.java | Java | epl | 1,359 |
package com.zz.cc.owner.data;
import android.os.Handler;
import com.alipay.android.app.sdk.AliPay;
import com.zz.common.app.BaseActivity;
public class alipay {
public static String syncAlipay(BaseActivity activity, float cost) {
Handler handler = new Handler();
AliPay payer = new AliPay(activity, handler);
... | zzdache | trunk/android/cc/Owner/src/com/zz/cc/owner/data/alipay.java | Java | epl | 502 |
package com.zz.cc.owner.data;
public class Comment {
public String mContent;
public long mTime;
public int mId;
}
| zzdache | trunk/android/cc/Owner/src/com/zz/cc/owner/data/Comment.java | Java | epl | 118 |
package com.zz.cc.owner.data;
import com.alipay.android.app.sdk.AliPay;
import com.zz.cc.owner.OwnerApplication;
import com.zz.common.app.BaseActivity;
import android.app.Application;
import android.os.Handler;
public class ModelCenter {
private static final String TAG = "ModelCenter";
private static ModelCenter... | zzdache | trunk/android/cc/Owner/src/com/zz/cc/owner/data/ModelCenter.java | Java | epl | 776 |
package com.zz.cc.owner.data;
import java.io.Serializable;
//车品牌
public class MyCarBrand implements Serializable {
public Integer id;
public String brandName;
}
| zzdache | trunk/android/cc/Owner/src/com/zz/cc/owner/data/MyCarBrand.java | Java | epl | 170 |
package com.zz.cc.owner.data;
import java.io.Serializable;
public class Store implements Serializable {
public Integer id; //本地数据库中的ID
public Integer serverId; //该店铺在我们系统server中的id
public String name;
public String address;
public float originalPrice;
public float preferencialPrice;
public String introduce;... | zzdache | trunk/android/cc/Owner/src/com/zz/cc/owner/data/Store.java | Java | epl | 400 |
package com.zz.cc.owner.data;
import java.io.Serializable;
//车型号
public class MyCarModel implements Serializable {
public Integer id;
public String modelName;
public MyCarBrand brand;
}
| zzdache | trunk/android/cc/Owner/src/com/zz/cc/owner/data/MyCarModel.java | Java | epl | 196 |
package com.zz.cc.owner.data;
public abstract class BoxAction {
public static final int ACTION_ALIPAY = 0x10000;
}
| zzdache | trunk/android/cc/Owner/src/com/zz/cc/owner/data/BoxAction.java | Java | epl | 118 |
package com.zz.cc.owner.data;
import java.util.ArrayList;
public class CarModel {
public String mModel;
public String mModelId;
public String mBrand;
public String mBrandId;
private ArrayList<CarSubModel> mSubModelList;
public ArrayList<CarSubModel> getSubModelList() {
return mSubModelList;
}
}
| zzdache | trunk/android/cc/Owner/src/com/zz/cc/owner/data/CarModel.java | Java | epl | 313 |
package com.zz.cc.owner.data;
public class CarBrand {
public String mBrandId;
public int mIconId;
public String mIconUrl;
public String mBrand;
public String mBrandPinyin;
public String mFirstPinyinChar;
}
| zzdache | trunk/android/cc/Owner/src/com/zz/cc/owner/data/CarBrand.java | Java | epl | 219 |
package com.zz.cc.owner.data;
import android.R.integer;
public class Constants {
public static final int OWNER_REG_SUCCESS = 0;
public static final int OWNER_REG_FAILED = OWNER_REG_SUCCESS + 1;
public static final int LOGIN_SUCCESS = OWNER_REG_FAILED + 1;
public static final int LOGIN_FAILED = LOGIN_SUCCESS + 1;
... | zzdache | trunk/android/cc/Owner/src/com/zz/cc/owner/data/Constants.java | Java | epl | 322 |
package com.zz.cc.owner;
import com.baidu.location.LocationClient;
import com.baidu.mapapi.BMapManager;
import com.baidu.mapapi.MKGeneralListener;
import com.zz.common.app.BaseApplication;
public class OwnerApplication extends BaseApplication implements MKGeneralListener {
private static final String MAK_KE... | zzdache | trunk/android/cc/Owner/src/com/zz/cc/owner/OwnerApplication.java | Java | epl | 1,025 |
package com.zz.cc.owner.service;
import android.os.Binder;
import android.os.IBinder;
import android.os.IInterface;
import android.os.Parcel;
import android.os.RemoteException;
public interface ICcService extends IInterface {
public static abstract class Stub extends Binder implements ICcService {
private static ... | zzdache | trunk/android/cc/Owner/src/com/zz/cc/owner/service/ICcService.java | Java | epl | 3,092 |
package com.zz.cc.owner;
import android.os.Bundle;
import android.view.LayoutInflater;
import android.view.View;
import android.widget.FrameLayout;
import android.widget.TextView;
import com.zz.common.app.BaseActivity;
public class TitleBaseActivity extends BaseActivity {
private TextView mTitle;
pr... | zzdache | trunk/android/cc/Owner/src/com/zz/cc/owner/TitleBaseActivity.java | Java | epl | 1,461 |
package com.zz.cc.owner.view;
import com.zz.cc.owner.R;
import android.content.Context;
import android.util.AttributeSet;
import android.widget.RelativeLayout;
import android.widget.TextView;
public class SummaryView extends RelativeLayout{
private TextView mBasicInfoTextView;
private TextView mIntroduceTextView... | zzdache | trunk/android/cc/Owner/src/com/zz/cc/owner/view/SummaryView.java | Java | epl | 989 |
package com.zz.cc.owner.view;
import android.content.Context;
import android.graphics.Canvas;
import android.graphics.Color;
import android.graphics.Paint;
import android.util.AttributeSet;
import android.view.MotionEvent;
import android.view.View;
import android.widget.ListView;
import android.widget.Sectio... | zzdache | trunk/android/cc/Owner/src/com/zz/cc/owner/view/SideBar.java | Java | epl | 3,006 |
package com.zz.cc.owner.util;
import java.io.BufferedInputStream;
import java.io.BufferedOutputStream;
import java.io.ByteArrayOutputStream;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.InputStream;
import java.security.Messa... | zzdache | trunk/android/cc/Owner/src/com/zz/cc/owner/util/Util.java | Java | epl | 14,162 |
package com.zz.cc.owner.util;
import java.util.Arrays;
import java.util.HashSet;
import java.util.Set;
public class PinYin4j {
public PinYin4j(){
}
public String makeStringByStringSet(Set<String> stringSet) {
StringBuilder str = new StringBuilder();
int i = 0;
for (String s : stringSet) ... | zzdache | trunk/android/cc/Owner/src/com/zz/cc/owner/util/PinYin4j.java | Java | epl | 2,270 |
package com.zz.cc.owner.util;
import android.graphics.Bitmap;
import android.view.View;
public class BMapUtil {
/**
* 从view 得到图片
* @param view
* @return
*/
public static Bitmap getBitmapFromView(View view) {
view.destroyDrawingCache();
view.measure(View.MeasureSpec.makeMe... | zzdache | trunk/android/cc/Owner/src/com/zz/cc/owner/util/BMapUtil.java | Java | epl | 667 |
package com.zz.cc.owner.util;
import java.io.BufferedInputStream;
import java.io.FileNotFoundException;
import java.io.IOException;
import java.util.Properties;
public class PinyinHelper{
private static PinyinHelper instance;
private Properties properties = null;
public static String[] getUnformatt... | zzdache | trunk/android/cc/Owner/src/com/zz/cc/owner/util/PinyinHelper.java | Java | epl | 2,262 |
package com.zz.cc.owner.util;
import java.util.Comparator;
import com.zz.cc.owner.data.MyCarModel;
public class PinyinComparator implements Comparator{
@Override
public int compare(Object o1, Object o2) {
String str1;
String str2;
str1 = PingYinUtil.getPingYin(((MyCarModel) o1).modelName
.t... | zzdache | trunk/android/cc/Owner/src/com/zz/cc/owner/util/PinyinComparator.java | Java | epl | 464 |
package com.zz.cc.owner.util;
import net.sourceforge.pinyin4j.PinyinHelper;
import net.sourceforge.pinyin4j.format.HanyuPinyinCaseType;
import net.sourceforge.pinyin4j.format.HanyuPinyinOutputFormat;
import net.sourceforge.pinyin4j.format.HanyuPinyinToneType;
import net.sourceforge.pinyin4j.format.HanyuPinyinVCh... | zzdache | trunk/android/cc/Owner/src/com/zz/cc/owner/util/PingYinUtil.java | Java | epl | 1,650 |
package com.zz.cc.owner.app;
import android.content.Intent;
import android.os.Bundle;
import android.view.View;
import android.view.View.OnClickListener;
import android.widget.Button;
import android.widget.CheckBox;
import android.widget.CompoundButton;
import android.widget.CompoundButton.OnCheckedChangeList... | zzdache | trunk/android/cc/Owner/src/com/zz/cc/owner/app/LoginActivity.java | Java | epl | 2,905 |
package com.zz.cc.owner.app;
import android.content.Intent;
import android.os.Bundle;
import android.os.Handler.Callback;
import android.os.Message;
import com.zz.cc.owner.R;
import com.zz.common.app.BaseActivity;
import com.zz.common.tools.WeakReferenceHandler;
public class StartUpActivity extends BaseAc... | zzdache | trunk/android/cc/Owner/src/com/zz/cc/owner/app/StartUpActivity.java | Java | epl | 1,305 |
package com.zz.cc.owner.app;
import android.os.Bundle;
import android.view.View;
import android.view.View.OnClickListener;
import android.widget.Button;
import android.widget.CheckBox;
import android.widget.CompoundButton;
import android.widget.EditText;
import android.widget.RadioButton;
import android.widget.TextVie... | zzdache | trunk/android/cc/Owner/src/com/zz/cc/owner/app/ReserveActivity.java | Java | epl | 2,063 |
package com.zz.cc.owner.app;
import com.zz.cc.owner.TitleBaseActivity;
public class RegisterBasicInfoActivity extends TitleBaseActivity {
}
| zzdache | trunk/android/cc/Owner/src/com/zz/cc/owner/app/RegisterBasicInfoActivity.java | Java | epl | 143 |
package com.zz.cc.owner.app;
import java.util.List;
import android.content.Intent;
import android.graphics.Bitmap;
import android.graphics.drawable.Drawable;
import android.os.Bundle;
import android.view.View;
import android.view.View.OnClickListener;
import android.widget.Button;
import android.widget.TextView;
impo... | zzdache | trunk/android/cc/Owner/src/com/zz/cc/owner/app/MapActivity.java | Java | epl | 13,271 |
package com.zz.cc.owner.app;
import android.content.Intent;
import android.os.Bundle;
import android.widget.TextView;
import com.zz.cc.owner.R;
import com.zz.cc.owner.TitleBaseActivity;
public class QrCodeResultActivity extends TitleBaseActivity{
public static final String INDEX_QR_CODE = "index_qr_code";
priv... | zzdache | trunk/android/cc/Owner/src/com/zz/cc/owner/app/QrCodeResultActivity.java | Java | epl | 940 |
package com.zz.cc.owner.app;
import android.content.Intent;
import android.os.Bundle;
import android.webkit.WebChromeClient;
import android.webkit.WebSettings;
import android.webkit.WebView;
import android.webkit.WebViewClient;
import com.zz.cc.owner.R;
import com.zz.cc.owner.TitleBaseActivity;
public class WebkitAc... | zzdache | trunk/android/cc/Owner/src/com/zz/cc/owner/app/WebkitActivity.java | Java | epl | 2,226 |
package com.zz.cc.owner.app;
import java.util.ArrayList;
import java.util.Collections;
import java.util.Comparator;
import android.content.Intent;
import android.os.Bundle;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.AbsListView;
import android.wi... | zzdache | trunk/android/cc/Owner/src/com/zz/cc/owner/app/RegisterCarBrandActivity.java | Java | epl | 7,135 |
package com.zz.cc.owner.app;
import android.os.Bundle;
import android.view.View;
import android.view.View.OnClickListener;
import android.widget.Button;
import android.widget.EditText;
import com.zz.cc.owner.R;
import com.zz.cc.owner.TitleBaseActivity;
public class AddCommentActivity extends TitleBaseActivity implem... | zzdache | trunk/android/cc/Owner/src/com/zz/cc/owner/app/AddCommentActivity.java | Java | epl | 1,024 |
package com.zz.cc.owner.app;
import java.io.IOException;
import java.util.Collection;
import java.util.EnumSet;
import java.util.Map;
import java.util.Set;
import android.content.Intent;
import android.graphics.Bitmap;
import android.graphics.Canvas;
import android.graphics.Color;
import android.graphics.Paint;
impor... | zzdache | trunk/android/cc/Owner/src/com/zz/cc/owner/app/QrCodeScanActivity.java | Java | epl | 11,545 |
package com.zz.cc.owner.app;
import android.app.LocalActivityManager;
import android.app.TabActivity;
import android.content.Intent;
import android.content.res.Configuration;
import android.os.Bundle;
import android.view.LayoutInflater;
import android.view.View;
import android.widget.ImageView;
import android.widget.... | zzdache | trunk/android/cc/Owner/src/com/zz/cc/owner/app/NewMainActivity.java | Java | epl | 3,528 |
package com.zz.cc.owner.app;
import java.util.ArrayList;
import android.content.Intent;
import android.os.Bundle;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.BaseExpandableListAdapter;
import android.widget.ExpandableListView;
import android.widge... | zzdache | trunk/android/cc/Owner/src/com/zz/cc/owner/app/RegisterCarModelActivity.java | Java | epl | 5,043 |
package com.zz.cc.owner.app;
import java.util.ArrayList;
import java.util.List;
import android.content.Context;
import android.content.Intent;
import android.os.Bundle;
import android.view.LayoutInflater;
import android.view.View;
import android.view.View.OnClickListener;
import android.view.ViewGroup;
import android... | zzdache | trunk/android/cc/Owner/src/com/zz/cc/owner/app/StoreListActivity.java | Java | epl | 4,607 |
package com.zz.cc.owner.app;
public class SettingActivity extends OwnerBaseActivity {
}
| zzdache | trunk/android/cc/Owner/src/com/zz/cc/owner/app/SettingActivity.java | Java | epl | 90 |
package com.zz.cc.owner.app;
import java.util.Collections;
import java.util.LinkedList;
import java.util.List;
import net.sourceforge.pinyin4j.PinyinHelper;
import net.sourceforge.pinyin4j.format.HanyuPinyinCaseType;
import net.sourceforge.pinyin4j.format.HanyuPinyinOutputFormat;
import net.sourceforge.pinyin4j.forma... | zzdache | trunk/android/cc/Owner/src/com/zz/cc/owner/app/SelectCarToRegActivity.java | Java | epl | 9,821 |
package com.zz.cc.owner.app;
import android.os.Bundle;
import com.zz.cc.owner.R;
import com.zz.cc.owner.TitleBaseActivity;
public class RechargeActivity extends TitleBaseActivity {
@Override
public void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_... | zzdache | trunk/android/cc/Owner/src/com/zz/cc/owner/app/RechargeActivity.java | Java | epl | 426 |
package com.zz.cc.owner.app;
import android.app.ProgressDialog;
import com.zz.cc.owner.R;
import com.zz.common.app.BaseActivity;
public class OwnerBaseActivity extends BaseActivity {
private ProgressDialog mDialog;
public void showWaitDialog(String content,boolean cancelable){
mDialog = new ProgressDialog(Owne... | zzdache | trunk/android/cc/Owner/src/com/zz/cc/owner/app/OwnerBaseActivity.java | Java | epl | 663 |
package com.zz.cc.owner.app;
import android.os.Bundle;
import android.view.View;
import android.view.View.OnClickListener;
import android.widget.Button;
import android.widget.EditText;
import com.zz.cc.owner.R;
import com.zz.cc.owner.TitleBaseActivity;
public class ForgetPasswordActivity extends TitleBaseActivity im... | zzdache | trunk/android/cc/Owner/src/com/zz/cc/owner/app/ForgetPasswordActivity.java | Java | epl | 1,042 |
package com.zz.cc.owner.app;
import java.util.ArrayList;
import java.util.List;
import android.content.Intent;
import android.os.Bundle;
import android.view.LayoutInflater;
import android.view.View;
import android.view.View.OnClickListener;
import android.view.ViewGroup;
import android.widget.AdapterView;
import andr... | zzdache | trunk/android/cc/Owner/src/com/zz/cc/owner/app/DetailActivity.java | Java | epl | 5,980 |
package com.zz.cc.owner.app;
import java.util.ArrayList;
import java.util.List;
import android.os.Bundle;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.AdapterView;
import android.widget.AdapterView.OnItemClickListener;
import android.widget.BaseAda... | zzdache | trunk/android/cc/Owner/src/com/zz/cc/owner/app/OtherActivity.java | Java | epl | 2,632 |
package com.zz.cc.owner.app;
import android.app.Activity;
import android.content.Intent;
import android.os.Bundle;
import android.view.View;
import android.view.View.OnClickListener;
import android.widget.Button;
import android.widget.EditText;
import android.widget.TextView;
import com.zz.cc.owner.R;
import com.zz.c... | zzdache | trunk/android/cc/Owner/src/com/zz/cc/owner/app/RegisterPhoneNumActivity.java | Java | epl | 2,144 |
package com.zz.cc.owner.app;
import java.io.InputStream;
import android.content.Intent;
import android.content.res.AssetManager;
import android.graphics.Bitmap;
import android.os.Bundle;
import android.view.GestureDetector;
import android.view.MotionEvent;
import android.view.View;
import android.view.View... | zzdache | trunk/android/cc/Owner/src/com/zz/cc/owner/app/UserGuideActivity.java | Java | epl | 6,316 |
package com.zz.cc.owner.app;
import android.content.Intent;
import android.os.Bundle;
import android.view.LayoutInflater;
import android.view.View;
import android.view.View.OnClickListener;
import android.widget.Button;
import android.widget.EditText;
import com.baidu.mapapi.map.MapView;
import com.zz.cc.owner.R;
imp... | zzdache | trunk/android/cc/Owner/src/com/zz/cc/owner/app/MainActivity.java | Java | epl | 4,041 |
/* CSS file */
@namespace s "library://ns.adobe.com/flex/spark";
@namespace mx "library://ns.adobe.com/flex/mx";
loginForm{
verticalAlign:middle;
}
.UpButton{
skin:Embed(source="assets/button/upButton.png");
upSkin:Embed(source="assets/button/upButton.png");
overSkin:Embed(source="assets/button/upButton_... | zzti-cs-2008 | trunk/flex/src/assets/css/cse2008.css | CSS | oos | 949 |
package com.zzti
{
import com.zzti.model.User;
import mx.collections.ArrayCollection;
public class AppGlobal
{
[Bindable]
public static var menuItems:ArrayCollection;
[Bindable]
public static var teachDirItems:ArrayCollection;
[Bindable]
public static var currentUser:User;
public ... | zzti-cs-2008 | trunk/flex/src/com/zzti/AppGlobal.as | ActionScript | oos | 437 |
package com.zzti.model
{
[Bindable]
[RemoteClass(alias="cn.edu.zzti.cs.bean.Order")]
public class Order extends Entity
{
public function Order()
{
}
}
} | zzti-cs-2008 | trunk/flex/src/com/zzti/model/Order.as | ActionScript | oos | 173 |
package com.zzti.model
{
[Bindable]
[RemoteClass(alias="cn.edu.zzti.cs.bean.Notice")]
public class Notice
{
public function Notice()
{
}
}
} | zzti-cs-2008 | trunk/flex/src/com/zzti/model/Notice.as | ActionScript | oos | 161 |
package com.zzti.model
{
[Bindable]
[RemoteClass(alias="cn.edu.zzti.cs.bean.Job")]
public class Job extends Entity
{
public function Job()
{
}
}
} | zzti-cs-2008 | trunk/flex/src/com/zzti/model/Job.as | ActionScript | oos | 170 |
package com.zzti.model
{
[Bindable]
[RemoteClass(alias="cn.edu.zzti.cs.bean.Swuserinfo")]
public class User
{
private var _id:int;
private var _username:String;
private var _password:String;
private var _email:String;
private var _realname:String;
private var _gender:String;
private var _q... | zzti-cs-2008 | trunk/flex/src/com/zzti/model/User.as | ActionScript | oos | 2,473 |
package com.zzti.model
{
[RemoteClass(alias="cn.edu.zzti.cs.bean.AbsJobOrder")]
public class Entity
{
private var _id:int; //id信息
private var _title:String; //信息标题
private var _authorID:int;
private var _user:User; //信息的坐着
private var _content:String; //信息的详细内容
private var _url:String; //与信息相关的... | zzti-cs-2008 | trunk/flex/src/com/zzti/model/Entity.as | ActionScript | oos | 1,969 |
package com.zzti.events
{
import flash.events.Event;
public class SelectedChanged extends Event
{
public static const CHANGED:String = "SelectedChanged";
public var selectedID:int;
public function SelectedChanged(type:String, bubbles:Boolean=false, cancelable:Boolean=false)
{
super(type, bubbl... | zzti-cs-2008 | trunk/flex/src/com/zzti/events/SelectedChanged.as | ActionScript | oos | 348 |
package com.zzti.events
{
import flash.events.Event;
public class AppEvent extends Event
{
public static const LOGINSUCCESS:String = "LoginSuccess";
public static const LOGINFAILD:String = "LoginFaild";
public static const REGIST:String = "Regist";
public static const LOGIN:String = "Login";
pu... | zzti-cs-2008 | trunk/flex/src/com/zzti/events/AppEvent.as | ActionScript | oos | 574 |
package com.zzti.data
{
import com.zzti.model.User;
import mx.collections.ArrayCollection;
import mx.messaging.AbstractConsumer;
public class ExtraceData
{
private var obj:Object;
public function ExtraceData()
{
}
public function getAddress(users:Array):ArrayCollection
{
return... | zzti-cs-2008 | trunk/flex/src/com/zzti/data/ExtraceData.as | ActionScript | oos | 360 |
package com.zzti.test
{
import com.zzti.AppGlobal;
import com.zzti.model.Job;
public class CreateJob
{
public function CreateJob()
{
}
public static function getJob():Job
{
var job:Job = new Job();
job.author = AppGlobal.currentUser;
job.title = "测试招聘信息";
job.content = "这是一条测试招... | zzti-cs-2008 | trunk/flex/src/com/zzti/test/CreateJob.as | ActionScript | oos | 502 |
package com.zzti.manager
{
import flash.events.EventDispatcher;
import flash.events.IEventDispatcher;
[Event(name="LoginSuccess", type="com.zzti.events.AppEvent")]
[Event(name="LoginFaild", type="com.zzti.events.AppEvent")]
[Event(name="Regist", type="com.zzti.events.AppEvent")]
[Event(name="Login", typ... | zzti-cs-2008 | trunk/flex/src/com/zzti/manager/AppManager.as | ActionScript | oos | 752 |
package com.zzti.manager
{
import com.vion.loader.XMLLoader;
import flash.events.Event;
import flash.events.EventDispatcher;
import flash.events.IEventDispatcher;
import flash.events.IOErrorEvent;
import mx.collections.ArrayCollection;
import mx.rpc.events.ResultEvent;
public class ConfigManag... | zzti-cs-2008 | trunk/flex/src/com/zzti/manager/ConfigManager.as | ActionScript | oos | 2,086 |
package com.zzti.ui.component
{
import com.vion.loader.MediaLoader;
import com.zzti.manager.AppManager;
import flash.utils.ByteArray;
import spark.components.BorderContainer;
public class BaseComponent extends BorderContainer
{
private var mediaLoader:MediaLoader ;
public function BaseCompon... | zzti-cs-2008 | trunk/flex/src/com/zzti/ui/component/BaseComponent.as | ActionScript | oos | 507 |
import com.zzti.AppGlobal;
import com.zzti.events.AppEvent;
import com.zzti.manager.AppManager;
import com.zzti.manager.ConfigManager;
import com.zzti.model.User;
import com.zzti.ui.component.AppPanel;
import com.zzti.ui.control.copyright.CopyRight;
import com.zzti.ui.control.login.LoginPanel;
import com.zz... | zzti-cs-2008 | trunk/flex/src/mainLogic.as | ActionScript | oos | 4,191 |
package cn.edu.zzti.cs.bean;
public class Order extends AbsJobOrder{
public Order(){
}
public Order(int authorID,String title,String content,int state,String publishDate,String lastEditDate,String url){
this.authorID = authorID;
this.title = title;
this.content = content;
this.state= stat... | zzti-cs-2008 | trunk/java/src/cn/edu/zzti/cs/bean/Order.java | Java | oos | 1,896 |
package cn.edu.zzti.cs.bean;
public class Notice {
public Notice(){
}
public Notice(String inserttime,String content,int adminid,String title){
this.inserttime = inserttime;
this.content = content;
this.adminid = adminid;
this.title = title;
}
public Notice(int id,String inserttime,String... | zzti-cs-2008 | trunk/java/src/cn/edu/zzti/cs/bean/Notice.java | Java | oos | 1,368 |
package cn.edu.zzti.cs.bean;
public class Swuserinfo
{
private Integer id;
private String username;
private String password;
private String realname;
private String email;
private String addressNow;
private String qq;
private String addressHome;
private String company;
private String t... | zzti-cs-2008 | trunk/java/src/cn/edu/zzti/cs/bean/Swuserinfo.java | Java | oos | 3,059 |
/**
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may... | zzysiat-mycrawler | src/test/java/edu/uci/ics/crawler4j/examples/multiple/BasicCrawler.java | Java | asf20 | 2,650 |
/**
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may... | zzysiat-mycrawler | src/test/java/edu/uci/ics/crawler4j/examples/multiple/MultipleCrawlerController.java | Java | asf20 | 3,711 |
/**
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may... | zzysiat-mycrawler | src/test/java/edu/uci/ics/crawler4j/examples/statushandler/StatusHandlerCrawler.java | Java | asf20 | 2,391 |
/**
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may... | zzysiat-mycrawler | src/test/java/edu/uci/ics/crawler4j/examples/statushandler/StatusHandlerCrawlController.java | Java | asf20 | 3,971 |
/**
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may... | zzysiat-mycrawler | src/test/java/edu/uci/ics/crawler4j/examples/shutdown/ControllerWithShutdown.java | Java | asf20 | 3,150 |
/**
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may... | zzysiat-mycrawler | src/test/java/edu/uci/ics/crawler4j/examples/shutdown/BasicCrawler.java | Java | asf20 | 2,463 |
/**
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may... | zzysiat-mycrawler | src/test/java/edu/uci/ics/crawler4j/examples/imagecrawler/Cryptography.java | Java | asf20 | 1,683 |
/**
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may... | zzysiat-mycrawler | src/test/java/edu/uci/ics/crawler4j/examples/imagecrawler/ImageCrawlController.java | Java | asf20 | 2,674 |
/**
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may... | zzysiat-mycrawler | src/test/java/edu/uci/ics/crawler4j/examples/imagecrawler/ImageCrawler.java | Java | asf20 | 3,162 |
/**
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may... | zzysiat-mycrawler | src/test/java/edu/uci/ics/crawler4j/examples/basic/BasicCrawlController.java | Java | asf20 | 3,948 |
/**
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may... | zzysiat-mycrawler | src/test/java/edu/uci/ics/crawler4j/examples/basic/BasicCrawler.java | Java | asf20 | 2,950 |
/**
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may... | zzysiat-mycrawler | src/test/java/edu/uci/ics/crawler4j/examples/localdata/Downloader.java | Java | asf20 | 3,135 |
/**
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may... | zzysiat-mycrawler | src/test/java/edu/uci/ics/crawler4j/examples/localdata/LocalDataCollectorController.java | Java | asf20 | 2,776 |
/**
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may... | zzysiat-mycrawler | src/test/java/edu/uci/ics/crawler4j/examples/localdata/CrawlStat.java | Java | asf20 | 1,675 |
/**
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may... | zzysiat-mycrawler | src/test/java/edu/uci/ics/crawler4j/examples/localdata/LocalDataCollectorCrawler.java | Java | asf20 | 3,144 |
/**
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may... | zzysiat-mycrawler | src/main/java/edu/uci/ics/crawler4j/crawler/Page.java | Java | asf20 | 3,758 |
/**
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may... | zzysiat-mycrawler | src/main/java/edu/uci/ics/crawler4j/crawler/CrawlController.java | Java | asf20 | 13,015 |
/**
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may... | zzysiat-mycrawler | src/main/java/edu/uci/ics/crawler4j/crawler/Configurable.java | Java | asf20 | 1,203 |
/**
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may... | zzysiat-mycrawler | src/main/java/edu/uci/ics/crawler4j/crawler/CrawlConfig.java | Java | asf20 | 10,898 |
/**
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may... | zzysiat-mycrawler | src/main/java/edu/uci/ics/crawler4j/crawler/WebCrawler.java | Java | asf20 | 10,327 |
/**
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may... | zzysiat-mycrawler | src/main/java/edu/uci/ics/crawler4j/util/Util.java | Java | asf20 | 2,746 |
/**
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may... | zzysiat-mycrawler | src/main/java/edu/uci/ics/crawler4j/util/IO.java | Java | asf20 | 1,755 |
/**
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may... | zzysiat-mycrawler | src/main/java/edu/uci/ics/crawler4j/robotstxt/RobotstxtServer.java | Java | asf20 | 4,018 |