blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 4 410 | content_id stringlengths 40 40 | detected_licenses listlengths 0 51 | license_type stringclasses 2 values | repo_name stringlengths 5 132 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringlengths 4 80 | visit_date timestamp[us] | revision_date timestamp[us] | committer_date timestamp[us] | github_id int64 5.85k 689M ⌀ | star_events_count int64 0 209k | fork_events_count int64 0 110k | gha_license_id stringclasses 22 values | gha_event_created_at timestamp[us] | gha_created_at timestamp[us] | gha_language stringclasses 131 values | src_encoding stringclasses 34 values | language stringclasses 1 value | is_vendor bool 1 class | is_generated bool 2 classes | length_bytes int64 3 9.45M | extension stringclasses 32 values | content stringlengths 3 9.45M | authors listlengths 1 1 | author_id stringlengths 0 313 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
3cf1fdc46c3eea4ced4cba0b11884373665be89d | 07f661550199c25a74319bdb0e2452844af5612a | /智品惠/src/main/java/com/zph/commerce/eventbus/MsgEvent11.java | da49c6236c8a2aa7523d8f95e718556a34045ec3 | [] | no_license | yekai0115/ZhiPinHui | 3e141314f7d6538f0be4ffcddcee38908d8bb482 | ff5cce36d68d3b727b40597b895e85dc8c63b803 | refs/heads/master | 2021-09-01T05:43:51.773806 | 2017-12-25T05:57:03 | 2017-12-25T05:57:03 | 107,392,266 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 211 | java | package com.zph.commerce.eventbus;
/**
*/
public class MsgEvent11 {
private int code;
public int getCode() {
return code;
}
public MsgEvent11(int code) {
this.code = code;
}
}
| [
"244489565@qq.com"
] | 244489565@qq.com |
5d75775222436a55c76e0b6d6357e996782c8a00 | 4b0bf4787e89bcae7e4759bde6d7f3ab2c81f849 | /aliyun-java-sdk-premiumpics/src/main/java/com/aliyuncs/premiumpics/transform/v20200505/QueryBarrelImageListResponseUnmarshaller.java | 6153eb891bcee48a510a6dd323c855c0f514b2e6 | [
"Apache-2.0"
] | permissive | aliyun/aliyun-openapi-java-sdk | a263fa08e261f12d45586d1b3ad8a6609bba0e91 | e19239808ad2298d32dda77db29a6d809e4f7add | refs/heads/master | 2023-09-03T12:28:09.765286 | 2023-09-01T09:03:00 | 2023-09-01T09:03:00 | 39,555,898 | 1,542 | 1,317 | NOASSERTION | 2023-09-14T07:27:05 | 2015-07-23T08:41:13 | Java | UTF-8 | Java | false | false | 4,099 | java | /*
* 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 writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.premiumpics.transform.v20200505;
import java.util.ArrayList;
import java.util.List;
import com.aliyuncs.premiumpics.model.v20200505.QueryBarrelImageListResponse;
import com.aliyuncs.premiumpics.model.v20200505.QueryBarrelImageListResponse.Image;
import com.aliyuncs.premiumpics.model.v20200505.QueryBarrelImageListResponse.Image.Specification;
import com.aliyuncs.transform.UnmarshallerContext;
public class QueryBarrelImageListResponseUnmarshaller {
public static QueryBarrelImageListResponse unmarshall(QueryBarrelImageListResponse queryBarrelImageListResponse, UnmarshallerContext _ctx) {
queryBarrelImageListResponse.setRequestId(_ctx.stringValue("QueryBarrelImageListResponse.RequestId"));
queryBarrelImageListResponse.setPageSize(_ctx.integerValue("QueryBarrelImageListResponse.PageSize"));
queryBarrelImageListResponse.setErrorMsg(_ctx.stringValue("QueryBarrelImageListResponse.ErrorMsg"));
queryBarrelImageListResponse.setErrorCode(_ctx.stringValue("QueryBarrelImageListResponse.ErrorCode"));
queryBarrelImageListResponse.setHasNext(_ctx.booleanValue("QueryBarrelImageListResponse.HasNext"));
queryBarrelImageListResponse.setSuccess(_ctx.booleanValue("QueryBarrelImageListResponse.Success"));
queryBarrelImageListResponse.setNextId(_ctx.integerValue("QueryBarrelImageListResponse.NextId"));
List<Image> images = new ArrayList<Image>();
for (int i = 0; i < _ctx.lengthValue("QueryBarrelImageListResponse.Images.Length"); i++) {
Image image = new Image();
image.setBuy(_ctx.booleanValue("QueryBarrelImageListResponse.Images["+ i +"].Buy"));
image.setMidImage(_ctx.stringValue("QueryBarrelImageListResponse.Images["+ i +"].MidImage"));
image.setBigImage(_ctx.stringValue("QueryBarrelImageListResponse.Images["+ i +"].BigImage"));
image.setSmallImage(_ctx.stringValue("QueryBarrelImageListResponse.Images["+ i +"].SmallImage"));
image.setTitle(_ctx.stringValue("QueryBarrelImageListResponse.Images["+ i +"].Title"));
image.setTag(_ctx.stringValue("QueryBarrelImageListResponse.Images["+ i +"].Tag"));
image.setImageId(_ctx.stringValue("QueryBarrelImageListResponse.Images["+ i +"].ImageId"));
List<Specification> specifications = new ArrayList<Specification>();
for (int j = 0; j < _ctx.lengthValue("QueryBarrelImageListResponse.Images["+ i +"].Specifications.Length"); j++) {
Specification specification = new Specification();
specification.setPrice(_ctx.stringValue("QueryBarrelImageListResponse.Images["+ i +"].Specifications["+ j +"].Price"));
specification.setWidth(_ctx.integerValue("QueryBarrelImageListResponse.Images["+ i +"].Specifications["+ j +"].Width"));
specification.setHeight(_ctx.integerValue("QueryBarrelImageListResponse.Images["+ i +"].Specifications["+ j +"].Height"));
specification.setName(_ctx.stringValue("QueryBarrelImageListResponse.Images["+ i +"].Specifications["+ j +"].Name"));
specification.setImageId(_ctx.stringValue("QueryBarrelImageListResponse.Images["+ i +"].Specifications["+ j +"].ImageId"));
specification.setId(_ctx.longValue("QueryBarrelImageListResponse.Images["+ i +"].Specifications["+ j +"].Id"));
specification.setSuffix(_ctx.stringValue("QueryBarrelImageListResponse.Images["+ i +"].Specifications["+ j +"].Suffix"));
specifications.add(specification);
}
image.setSpecifications(specifications);
images.add(image);
}
queryBarrelImageListResponse.setImages(images);
return queryBarrelImageListResponse;
}
} | [
"sdk-team@alibabacloud.com"
] | sdk-team@alibabacloud.com |
13db97f70ad55139956111f39b8874494ba22308 | 8af1164bac943cef64e41bae312223c3c0e38114 | /results-java/JetBrains--intellij-community/1fd676d6baa55e64d73afa477257eb5f711dcf4f/after/InvertIfConditionAction.java | a37f05144ee32be5012c3b931786bdf8df411846 | [] | no_license | fracz/refactor-extractor | 3ae45c97cc63f26d5cb8b92003b12f74cc9973a9 | dd5e82bfcc376e74a99e18c2bf54c95676914272 | refs/heads/master | 2021-01-19T06:50:08.211003 | 2018-11-30T13:00:57 | 2018-11-30T13:00:57 | 87,353,478 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 16,880 | java | /*
* Copyright 2000-2016 JetBrains s.r.o.
*
* 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 writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.intellij.codeInsight.intention.impl;
import com.intellij.codeInsight.CodeInsightBundle;
import com.intellij.codeInsight.CodeInsightServicesUtil;
import com.intellij.codeInsight.intention.PsiElementBaseIntentionAction;
import com.intellij.openapi.diagnostic.Logger;
import com.intellij.openapi.editor.Editor;
import com.intellij.openapi.project.Project;
import com.intellij.openapi.util.TextRange;
import com.intellij.psi.*;
import com.intellij.psi.codeStyle.CodeStyleManager;
import com.intellij.psi.controlFlow.*;
import com.intellij.psi.util.PsiTreeUtil;
import com.intellij.util.ArrayUtilRt;
import com.intellij.util.IncorrectOperationException;
import org.jetbrains.annotations.NotNull;
import java.util.List;
/**
* @author mike
*/
public class InvertIfConditionAction extends PsiElementBaseIntentionAction {
private static final Logger LOG = Logger.getInstance("#com.intellij.codeInsight.intention.impl.InvertIfConditionAction");
@Override
public boolean isAvailable(@NotNull Project project, Editor editor, @NotNull PsiElement element) {
int offset = editor.getCaretModel().getOffset();
final PsiIfStatement ifStatement = PsiTreeUtil.getParentOfType(element, PsiIfStatement.class);
if (ifStatement == null) return false;
final PsiExpression condition = ifStatement.getCondition();
if (condition == null) return false;
if (ifStatement.getThenBranch() == null) return false;
if (element instanceof PsiKeyword) {
PsiKeyword keyword = (PsiKeyword) element;
if ((keyword.getTokenType() == JavaTokenType.IF_KEYWORD || keyword.getTokenType() == JavaTokenType.ELSE_KEYWORD)
&& keyword.getParent() == ifStatement) {
return true;
}
}
final TextRange condTextRange = condition.getTextRange();
if (condTextRange == null) return false;
if (!condTextRange.contains(offset)) return false;
PsiElement block = findCodeBlock(ifStatement);
return block != null;
}
@Override
@NotNull
public String getText() {
return getFamilyName();
}
@Override
@NotNull
public String getFamilyName() {
return CodeInsightBundle.message("intention.invert.if.condition");
}
@Override
public void invoke(@NotNull Project project, Editor editor, @NotNull PsiElement element) throws IncorrectOperationException {
PsiIfStatement ifStatement = PsiTreeUtil.getParentOfType(element, PsiIfStatement.class);
LOG.assertTrue(ifStatement != null);
PsiElement block = findCodeBlock(ifStatement);
ControlFlow controlFlow = buildControlFlow(block);
PsiExpression condition = (PsiExpression) ifStatement.getCondition().copy();
ifStatement = setupBranches(ifStatement, controlFlow);
if (condition != null) {
ifStatement.getCondition().replace(CodeInsightServicesUtil.invertCondition(condition));
}
formatIf(ifStatement);
}
private static void formatIf(PsiIfStatement ifStatement) throws IncorrectOperationException {
final Project project = ifStatement.getProject();
PsiElementFactory factory = JavaPsiFacade.getInstance(project).getElementFactory();
PsiElement thenBranch = ifStatement.getThenBranch().copy();
PsiElement elseBranch = ifStatement.getElseBranch() != null ? ifStatement.getElseBranch().copy() : null;
PsiElement condition = ifStatement.getCondition().copy();
final CodeStyleManager codeStyle = CodeStyleManager.getInstance(project);
PsiBlockStatement codeBlock = (PsiBlockStatement)factory.createStatementFromText("{}", null);
codeBlock = (PsiBlockStatement)codeStyle.reformat(codeBlock);
ifStatement.getThenBranch().replace(codeBlock);
if (elseBranch != null) {
ifStatement.getElseBranch().replace(codeBlock);
}
ifStatement.getCondition().replace(factory.createExpressionFromText("true", null));
ifStatement = (PsiIfStatement)codeStyle.reformat(ifStatement);
if (!(thenBranch instanceof PsiBlockStatement)) {
PsiBlockStatement codeBlock1 = (PsiBlockStatement)ifStatement.getThenBranch().replace(codeBlock);
codeBlock1 = (PsiBlockStatement)codeStyle.reformat(codeBlock1);
codeBlock1.getCodeBlock().add(thenBranch);
}
else {
ifStatement.getThenBranch().replace(thenBranch);
}
if (elseBranch != null) {
if (!(elseBranch instanceof PsiBlockStatement)) {
PsiBlockStatement codeBlock1 = (PsiBlockStatement)ifStatement.getElseBranch().replace(codeBlock);
codeBlock1 = (PsiBlockStatement)codeStyle.reformat(codeBlock1);
codeBlock1.getCodeBlock().add(elseBranch);
}
else {
elseBranch = ifStatement.getElseBranch().replace(elseBranch);
if (emptyBlock(((PsiBlockStatement)elseBranch).getCodeBlock())) {
ifStatement.getElseBranch().delete();
}
}
}
ifStatement.getCondition().replace(condition);
}
private static boolean emptyBlock (PsiCodeBlock block) {
PsiElement[] children = block.getChildren();
for (PsiElement child : children) {
if (child instanceof PsiComment) return false;
if (!(child instanceof PsiWhiteSpace) && !(child instanceof PsiJavaToken)) return false;
}
return true;
}
private static PsiElement findCodeBlock(PsiIfStatement ifStatement) {
PsiElement e = PsiTreeUtil.getParentOfType(ifStatement, PsiMethod.class, PsiClassInitializer.class, PsiLambdaExpression.class);
if (e instanceof PsiMethod) return ((PsiMethod) e).getBody();
if (e instanceof PsiLambdaExpression) return ((PsiLambdaExpression)e).getBody();
if (e instanceof PsiClassInitializer) return ((PsiClassInitializer) e).getBody();
return null;
}
private static ControlFlow buildControlFlow(PsiElement element) {
try {
return ControlFlowFactory.getInstance(element.getProject()).getControlFlow(element, LocalsOrMyInstanceFieldsControlFlowPolicy.getInstance(), false);
}
catch (AnalysisCanceledException e) {
return ControlFlow.EMPTY;
}
}
private static PsiIfStatement setupBranches(PsiIfStatement ifStatement, ControlFlow flow) throws IncorrectOperationException {
PsiElementFactory factory = JavaPsiFacade.getInstance(ifStatement.getProject()).getElementFactory();
Project project = ifStatement.getProject();
PsiStatement thenBranch = ifStatement.getThenBranch();
PsiStatement elseBranch = ifStatement.getElseBranch();
if (elseBranch != null) {
elseBranch = (PsiStatement) elseBranch.copy();
setElseBranch(ifStatement, thenBranch, flow);
ifStatement.getThenBranch().replace(elseBranch);
return ifStatement;
}
final CodeStyleManager codeStyle = CodeStyleManager.getInstance(project);
if (flow.getSize() == 0) {
ifStatement.setElseBranch(thenBranch);
PsiStatement statement = factory.createStatementFromText("{}", null);
statement = (PsiStatement) codeStyle.reformat(statement);
statement = (PsiStatement) ifStatement.getThenBranch().replace(statement);
codeStyle.reformat(statement);
return ifStatement;
}
int endOffset = calcEndOffset(flow, ifStatement);
LOG.assertTrue(endOffset >= 0);
if (endOffset >= flow.getSize()) {
PsiStatement statement = factory.createStatementFromText("return;", null);
statement = (PsiStatement) codeStyle.reformat(statement);
if (thenBranch instanceof PsiBlockStatement) {
PsiStatement[] statements = ((PsiBlockStatement) thenBranch).getCodeBlock().getStatements();
if (statements.length > 0) {
PsiElement firstElement = statements [0];
while (firstElement.getPrevSibling() instanceof PsiWhiteSpace || firstElement.getPrevSibling() instanceof PsiComment) {
firstElement = firstElement.getPrevSibling();
}
ifStatement.getParent().addRangeAfter(firstElement, statements[statements.length - 1], ifStatement);
}
} else {
if (!(thenBranch instanceof PsiReturnStatement)) {
ifStatement = addAfterWithinCodeBlock(ifStatement, thenBranch);
}
}
ifStatement.getThenBranch().replace(statement);
return ifStatement;
}
PsiElement element = flow.getElement(endOffset);
while (element != null && !(element instanceof PsiStatement)) element = element.getParent();
if (element != null && element.getParent() instanceof PsiForStatement && ((PsiForStatement)element.getParent()).getUpdate() == element ||
element instanceof PsiWhileStatement && flow.getStartOffset(element) == endOffset ||
element instanceof PsiForeachStatement && flow.getStartOffset(element) + 1 == endOffset) {
PsiStatement statement = factory.createStatementFromText("continue;", null);
statement = (PsiStatement)codeStyle.reformat(statement);
ifStatement = addAfterWithinCodeBlock(ifStatement, thenBranch);
ifStatement.getThenBranch().replace(statement);
return ifStatement;
}
if (element instanceof PsiReturnStatement) {
PsiReturnStatement returnStatement = (PsiReturnStatement) element;
ifStatement = addAfterWithinCodeBlock(ifStatement, thenBranch);
ifStatement.getThenBranch().replace(returnStatement.copy());
ControlFlow flow2 = buildControlFlow(findCodeBlock(ifStatement));
if (!ControlFlowUtil.isInstructionReachable(flow2, flow2.getStartOffset(returnStatement), 0)) returnStatement.delete();
return ifStatement;
}
boolean nextUnreachable = flow.getEndOffset(ifStatement) == flow.getSize();
if (!nextUnreachable) {
PsiElement parent = ifStatement.getParent();
if (parent != null) {
if (!(parent instanceof PsiCodeBlock)) {
ifStatement = (PsiIfStatement)wrapWithCodeBlock(ifStatement);
parent = ifStatement.getParent();
thenBranch = ifStatement.getThenBranch();
}
ControlFlow localFlow = buildControlFlow(parent);
int startThenOffset = getThenOffset(localFlow, ifStatement);
int afterIfOffset = localFlow.getEndOffset(ifStatement);
nextUnreachable = !ControlFlowUtil.isInstructionReachable(localFlow, afterIfOffset, startThenOffset);
}
}
if (nextUnreachable) {
setElseBranch(ifStatement, thenBranch, flow);
PsiElement first = ifStatement.getNextSibling();
if (first != null) {
PsiElement last = first;
PsiElement next = last.getNextSibling();
while (next != null && !(next instanceof PsiSwitchLabelStatement)) {
last = next;
next = next.getNextSibling();
}
while (first != last && (last instanceof PsiWhiteSpace ||
last instanceof PsiJavaToken && ((PsiJavaToken) last).getTokenType() == JavaTokenType.RBRACE))
last = last.getPrevSibling();
PsiBlockStatement codeBlock = (PsiBlockStatement) factory.createStatementFromText("{}", null);
codeBlock.getCodeBlock().addRange(first, last);
first.getParent().deleteChildRange(first, last);
ifStatement.getThenBranch().replace(codeBlock);
}
codeStyle.reformat(ifStatement);
return ifStatement;
}
setElseBranch(ifStatement, thenBranch, flow);
PsiStatement statement = factory.createStatementFromText("{}", null);
statement = (PsiStatement) codeStyle.reformat(statement);
statement = (PsiStatement) ifStatement.getThenBranch().replace(statement);
codeStyle.reformat(statement);
return ifStatement;
}
private static void setElseBranch(PsiIfStatement ifStatement, PsiStatement thenBranch, ControlFlow flow)
throws IncorrectOperationException {
if (flow.getEndOffset(ifStatement) == flow.getEndOffset(thenBranch)) {
final PsiLoopStatement loopStmt = PsiTreeUtil.getParentOfType(ifStatement, PsiLoopStatement.class);
if (loopStmt != null) {
final PsiStatement body = loopStmt.getBody();
if (body instanceof PsiBlockStatement) {
final PsiStatement[] statements = ((PsiBlockStatement)body).getCodeBlock().getStatements();
if (statements.length > 0 && !PsiTreeUtil.isAncestor(statements[statements.length - 1], ifStatement, false) &&
ArrayUtilRt.find(statements, ifStatement) < 0) {
ifStatement.setElseBranch(thenBranch);
return;
}
}
}
if (thenBranch instanceof PsiContinueStatement) {
PsiStatement elseBranch = ifStatement.getElseBranch();
if (elseBranch != null) {
elseBranch.delete();
}
return;
}
else if (thenBranch instanceof PsiBlockStatement) {
PsiStatement[] statements = ((PsiBlockStatement) thenBranch).getCodeBlock().getStatements();
if (statements.length > 0 && statements[statements.length - 1] instanceof PsiContinueStatement) {
statements[statements.length - 1].delete();
}
}
}
ifStatement.setElseBranch(thenBranch);
}
private static PsiStatement wrapWithCodeBlock(@NotNull PsiStatement statement) {
final Project project = statement.getProject();
final PsiElementFactory factory = JavaPsiFacade.getInstance(project).getElementFactory();
final CodeStyleManager codeStyle = CodeStyleManager.getInstance(project);
PsiCodeBlock codeBlock = factory.createCodeBlockFromText("{}", statement);
codeBlock = (PsiCodeBlock)codeStyle.reformat(codeBlock);
codeBlock.add(statement);
codeBlock = (PsiCodeBlock)statement.replace(codeBlock);
return codeBlock.getStatements()[0];
}
private static PsiIfStatement addAfterWithinCodeBlock(@NotNull PsiIfStatement ifStatement, @NotNull PsiStatement branch) {
final PsiElement parent = ifStatement.getParent();
if (parent != null && !(parent instanceof PsiCodeBlock)) {
branch = (PsiStatement)branch.copy();
ifStatement = (PsiIfStatement)wrapWithCodeBlock(ifStatement);
}
addAfter(ifStatement, branch);
return ifStatement;
}
static void addAfter(PsiIfStatement ifStatement, PsiStatement branch) throws IncorrectOperationException {
if (branch instanceof PsiBlockStatement) {
PsiBlockStatement blockStatement = (PsiBlockStatement) branch;
final PsiCodeBlock block = blockStatement.getCodeBlock();
final PsiElement firstBodyElement = block.getFirstBodyElement();
final PsiElement lastBodyElement = block.getLastBodyElement();
if (firstBodyElement != null && lastBodyElement != null) {
ifStatement.getParent().addRangeAfter(firstBodyElement, lastBodyElement, ifStatement);
}
} else {
ifStatement.getParent().addAfter(branch, ifStatement);
}
}
private static int getThenOffset(ControlFlow controlFlow, PsiIfStatement ifStatement) {
PsiStatement thenBranch = ifStatement.getThenBranch();
for (int i = 0; i < controlFlow.getSize(); i++) {
if (PsiTreeUtil.isAncestor(thenBranch, controlFlow.getElement(i), false)) return i;
}
return -1;
}
private static int calcEndOffset(ControlFlow controlFlow, PsiIfStatement ifStatement) {
int endOffset = -1;
List<Instruction> instructions = controlFlow.getInstructions();
for (int i = 0; i < instructions.size(); i++) {
Instruction instruction = instructions.get(i);
if (controlFlow.getElement(i) != ifStatement) continue;
if (instruction instanceof GoToInstruction) {
GoToInstruction goToInstruction = (GoToInstruction)instruction;
if (goToInstruction.role != BranchingInstruction.Role.END) continue;
endOffset = goToInstruction.offset;
break;
}
else if (instruction instanceof ConditionalGoToInstruction) {
ConditionalGoToInstruction goToInstruction = (ConditionalGoToInstruction)instruction;
if (goToInstruction.role != BranchingInstruction.Role.END) continue;
endOffset = goToInstruction.offset;
break;
}
}
if (endOffset == -1) {
endOffset = controlFlow.getSize();
}
while (endOffset < instructions.size() && instructions.get(endOffset) instanceof GoToInstruction &&
!((GoToInstruction) instructions.get(endOffset)).isReturn && !(controlFlow.getElement(endOffset) instanceof PsiBreakStatement)) {
endOffset = ((BranchingInstruction)instructions.get(endOffset)).offset;
}
return endOffset;
}
} | [
"fraczwojciech@gmail.com"
] | fraczwojciech@gmail.com |
f5d3531ff670309c2332001944e25c972c839a6d | d2045a30a68aafdda93d5a8a24869951b49e45fb | /desafioAndroid/src/main/java/br/com/gallotti/desafioandroid/components/ItemPhotoAdapter.java | 8f7ef081cda0d031fd11f1b90aac50017756ad3e | [] | no_license | gallotti/android-challenge | d6fe5f3ad88d1197c8c1e49d5c5fb4806cbf2bec | 537ad63dfb8f5ba0c78d31354bf5089c793140ad | refs/heads/master | 2021-01-21T08:51:44.398269 | 2015-07-15T21:19:29 | 2015-07-15T21:19:29 | 38,491,095 | 0 | 0 | null | 2015-07-03T12:13:31 | 2015-07-03T12:13:30 | null | UTF-8 | Java | false | false | 3,055 | java | package br.com.gallotti.desafioandroid.components;
import java.util.List;
import android.annotation.SuppressLint;
import android.content.Context;
import android.graphics.Bitmap;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ArrayAdapter;
import android.widget.ImageView;
import android.widget.ProgressBar;
import android.widget.TextView;
import br.com.gallotti.desafioandroid.R;
import br.com.gallotti.desafioandroid.bean.Photo;
import br.com.gallotti.desafioandroid.util.Util;
import com.androidquery.AQuery;
import com.androidquery.callback.AjaxStatus;
import com.androidquery.callback.BitmapAjaxCallback;
public class ItemFotoAdapter extends ArrayAdapter<Photo> {
private List<Photo> listPhoto;
public Context context;
public ItemFotoAdapter(Context context, int textViewResourceId,
List<Photo> objects) {
super(context, textViewResourceId, objects);
this.context = context;
this.listPhoto = objects;
}
@SuppressLint("ViewHolder")
@Override
public View getView(int position, View convertView, ViewGroup parent) {
final ViewHolderItem viewHolder;
if (convertView == null) {
LayoutInflater inflater = (LayoutInflater) context
.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
convertView = inflater.inflate(R.layout.item_foto, parent, false);
viewHolder = new ViewHolderItem();
viewHolder.textViewAuthor = (TextView) convertView.findViewById(R.id.txtAuthorItem);
viewHolder.textViewTitle = (TextView) convertView.findViewById(R.id.txtTitleItem);
viewHolder.progressView = (ProgressBar) convertView.findViewById(R.id.progress);
viewHolder.imgView = (ImageView) convertView.findViewById(R.id.imgItem);
//Lib Android - Query
convertView.setTag(viewHolder);
} else {
viewHolder = (ViewHolderItem) convertView.getTag();
}
viewHolder.textViewAuthor.setText(this.listPhoto.get(position).getAuthor().getName());
viewHolder.textViewTitle.setText(this.listPhoto.get(position).getTitle());
AQuery aq = new AQuery(convertView);
aq.id(viewHolder.imgView).progress(viewHolder.progressView).image(Util.formatarURLImagem(this.listPhoto.get(position), 'm'), true, true, 0, R.drawable.base_mascara_usuario, new BitmapAjaxCallback() {
@Override
public void callback(String url, ImageView iv, Bitmap bm, AjaxStatus status) {
viewHolder.progressView.setVisibility(View.GONE);
viewHolder.imgView.setImageBitmap(Util.getCircleBitmap(bm));
}
});
viewHolder.photo = listPhoto.get(position);
return convertView;
}
static class ViewHolderItem {
TextView textViewAuthor;
TextView textViewTitle;
ImageView imgView;
ProgressBar progressView;
Photo photo;
}
} | [
"bruno@D779.reconcavotecnologia.org.br"
] | bruno@D779.reconcavotecnologia.org.br |
9cb18bc7c6f7115b414a5403b678837c17856ecb | 56ae011275d73602a71614ef0b1255ea35897601 | /chengdujin --username chengdujin/InterviewQuestions/src/yuan/jin/interviewQuestions/LongestIncreasingSubsequence.java | bec109b59d98814da724a95fec335b2a17bae6f4 | [] | no_license | yaobind/chengdujin | 764ab98c6c274efb54de647a580a2a83be79c4ca | ba07fd3fca1afc74603436bdde31e28266018989 | refs/heads/master | 2021-01-20T12:20:31.827588 | 2015-08-27T19:30:27 | 2015-08-27T19:30:27 | 40,365,801 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,637 | java | package yuan.jin.interviewQuestions;
import java.util.Arrays;
/**
* int[] Seq1 = { 9, 5, 2, 8, 7, 3, 1, 6, 4 };
* int[] Seq2 = { 11, 17, 5, 8, 6, 4, 7, 12, 3 };
* int[] Seq3 = { 1, 9, 3, 8, 11, 4, 5, 6, 4, 19, 7, 1, 7 };
* int[] Seq4 = { 1, 3, 2, 4, 3, 5, 4, 6 };
* int[] Seq5 = { 0, 8, 4, 12, 2, 10, 6, 14, 1, 9, 5, 13, 3, 11, 7, 15 };
* int[] Seq6 = { 1, 5, 8, 3, 6, 7 };
* int[] Seq7 = { 1, 5, 8, 3 };
* int[] Seq8 = { 11, 17, 5, 8, 6, 4, 7, 12, 13 };
*/
/**
* CareerCup Top 150 Questions 1.9
*/
public class LongestIncreasingSubsequence {
public static int binarySearchNear(int[] sequence, int end, int value) {
int low = 0, high = end;
if (value < sequence[0])
return 0;
if (value > sequence[end])
return end + 1;
while (low <= high) {
if (low == high)
return low;
else {
int middle = (low + high) / 2;
if (sequence[middle] == value)
return middle;
if (value < sequence[middle])
high = middle;
else
low = middle + 1;
}
}
return -1;
}
public static int LISLength(int[] sequence) {
int size = sequence.length;
int d[] = new int[size];
d[0] = sequence[0];
int end = 0;
for (int i = 1; i < size; i++) {
int index = binarySearchNear(d, end, sequence[i]);
if (index <= end)
d[index] = sequence[i];
else {
end++;
d[end] = sequence[i];
}
}
return end + 1;
}
public static int[] LIS(int[] sequence) {
int size = sequence.length;
int end = 0;
int mat[][] = new int[size][size];
mat[0][0] = sequence[0];
int d[] = new int[size];
d[0] = sequence[0];
for (int i = 1; i < size; i++) {
int index = binarySearchNear(d, end, sequence[i]);
mat[index][index] = sequence[i];
for (int j = 0; j < index; j++)
mat[index][j] = mat[index - 1][j];
d[index] = sequence[i];
for (int j = 0; j < index; j++)
d[j] = mat[index - 1][j];
if (index > end)
end++;
}
int ans[] = new int[end + 1];
for (int j = 0; j <= end; j++)
ans[j] = mat[end][j];
return ans;
}
public static void main(String[] args) {
int[] Seq = { 11, 17, 5, 8, 6, 4 };
// int[] Seq = { 9, 5, 2, 8, 7, 3, 1, 6, 4 };
// int[] Seq = { 11, 17, 5, 8, 6, 4, 7, 12, 3 };
// int[] Seq = { 1, 9, 3, 8, 11, 4, 5, 6, 4, 19, 7, 1, 7 };
// int[] Seq = { 1, 3, 2, 4, 3, 5, 4, 6 };
// int[] Seq = { 0, 8, 4, 12, 2, 10, 6, 14, 1, 9, 5, 13, 3, 11, 7, 15 };
// int[] Seq = { 1, 5, 8, 3, 6, 7 };
// int[] Seq = { 1, 5, 8, 3 };
// int[] Seq = { 11, 17, 5, 8, 6, 4, 7, 12, 13 };
// int m = LISLength(seq);
// System.out.println("m = " + m);
int[] d = LIS(Seq);
System.out.println(Arrays.toString(d));
}
}
| [
"chengdujin@e278ccd4-830a-94ed-d9a5-d49dda5f815c"
] | chengdujin@e278ccd4-830a-94ed-d9a5-d49dda5f815c |
612371053fbebe438e31e16dadf69502326db2b6 | b490b795ea5d30b82fd09227e8195745b9a4eafe | /epubgen/com.adobe.dp.office.word/src/com/adobe/dp/office/vml/VMLCoordPair.java | 6b1a0895e14e9e71a1590af537761e9b460f0591 | [
"Apache-2.0"
] | permissive | likrant/FB2OnlineConverter | 395c29dbe4d3063712a92d8ca49fa2ea457618e4 | 21871399a97027b33c7b7dd43b87ff166584a669 | refs/heads/master | 2023-07-17T10:33:15.649244 | 2014-04-10T07:37:49 | 2014-04-10T07:37:49 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,945 | java | /*******************************************************************************
* Copyright (c) 2009, Adobe Systems Incorporated
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
* - Redistributions of source code must retain the above copyright
* notice, this list of conditions and the following disclaimer.
*
* - Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in the
* documentation and/or other materials provided with the distribution.
*
* - Neither the name of Adobe Systems Incorporated nor the names of its
* contributors may be used to endorse or promote products derived from
* this software without specific prior written permission.
*
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
* AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
* DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
* ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
* (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
* OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
* THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*******************************************************************************/
package com.adobe.dp.office.vml;
public class VMLCoordPair {
public VMLCoordPair(int x, int y) {
this.x = x;
this.y = y;
}
public static VMLCoordPair parse(String str) {
if (str == null)
return null;
return parse(str, 0, 0);
}
static VMLCoordPair parse(String str, int x, int y) {
if (str != null) {
int index = str.indexOf(',');
if (index > 0) {
String xstr = str.substring(0, index);
try {
if (xstr.endsWith("pt")) {
double r = Double.parseDouble(xstr.substring(0, xstr.length() - 2));
x = (int) Math.round(r * 20);
} else
x = Integer.parseInt(xstr);
} catch (Exception e) {
e.printStackTrace();
}
String ystr = str.substring(index + 1);
try {
if (ystr.endsWith("pt")) {
double r = Double.parseDouble(ystr.substring(0, ystr.length() - 2));
y = (int) Math.round(r * 20);
} else
y = Integer.parseInt(ystr);
} catch (Exception e) {
e.printStackTrace();
}
}
}
return new VMLCoordPair(x, y);
}
public final int x;
public final int y;
}
| [
"akolpakov@merchantry.com"
] | akolpakov@merchantry.com |
9b986f79281d31662dfa629f6a24202a94e0b793 | 5e7c81d5521e7ddc93669627619b51d0b9af5de7 | /src/main/java/Test.java | 41d176b7d32a6273a7bfab6da93919be299f6987 | [] | no_license | AlexEvdokimovSpb/java_test | c843f98f4161a06b7684cbc4113f297439703b27 | e8eaf5f7dbbeea03ba33e1eb97799f9a0ed01804 | refs/heads/master | 2023-01-02T13:46:45.421239 | 2020-10-26T11:37:31 | 2020-10-26T11:37:31 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 579 | java | import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.METHOD)
public @interface Test {
String description() default "Без описания";
/**
* Определяет приоритет.
* От 1 до 10.
* 1 - наименьший, 10 наибольший.
* @return
*/
int priority();
// int priority() default 1;
}
| [
"3416216@gmail.com"
] | 3416216@gmail.com |
0e02b1c231494b9afac37584aa5a1085a4a401b6 | 1afb8a7e77939ddb2c6d0ad99d391bc3b76c6486 | /Buoi7_baiTap/src/BaiLam/Infor/Infor.java | 8f5486106518f0e3f8e6d10df34355bc16f8f548 | [] | no_license | HIEYNEU/Bai_tap | d0c16b9a275678d866e94b837bd65e917784751d | da7a7485544b308f080aa3d8f0cbfba2812a5483 | refs/heads/main | 2023-08-29T11:50:02.319843 | 2021-10-17T04:40:02 | 2021-10-17T04:40:02 | 402,782,736 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 588 | java | package BaiLam.Infor;
import BaiLam.Emun.ChucVu;
import BaiLam.Emun.GioiTinh;
public abstract class Infor {
private String ho;
private String ten;
private int tuoi;
private int id;
static private int count;
public Infor(String ho, String ten, int tuoi) {
super();
this.ho = ho;
this.ten = ten;
this.tuoi = tuoi;
this.id=++count;
}
public int getId() {
return id;
}
public String getHo() {
return ho;
}
public String getTen() {
return ten;
}
public int getTuoi() {
return tuoi;
}
abstract public GioiTinh gioiTinh();
abstract public ChucVu chucVu();
}
| [
"87109360+HIEYNEU@users.noreply.github.com"
] | 87109360+HIEYNEU@users.noreply.github.com |
ee07fe8773a73d95ae021c1a0ee8739375e6812b | 550d7d8afe6628bcc52083c9d1703075d08bf53a | /semestr1/programming/lab3/Univer.java | 1ccf9b46fae2ef420ab3329748710f397dcec4dc | [] | no_license | RooBarsic/ITMO | b8d7975ff482634bdd1e6c23289e9bbd5b92c961 | 0b052ffc0ad1bdf1d12e752bd3606b857d285262 | refs/heads/master | 2022-12-08T19:26:56.311794 | 2021-04-04T11:04:08 | 2021-04-04T11:04:08 | 150,983,043 | 5 | 3 | null | 2022-11-24T09:37:47 | 2018-09-30T16:11:41 | Java | UTF-8 | Java | false | false | 213 | java | abstract class Univer{
public abstract boolean haveBookBJ(String name, Janrs jan);
public abstract boolean canAddnewBook();
@Override
public String toString() {
return "Univer{}";
}
}
| [
"Karimov.farrux@list.ru"
] | Karimov.farrux@list.ru |
f5ab968e7e38a13df84380513d49b36a58803d0d | e925bae4141804d3c286d41ee702169f718a3943 | /GeeksforGeeks/LinkedLists/MergeKsortedlinkedlists.java | 711726130a8a09af2867539093f0401b9b200c12 | [] | no_license | dream-achiever/Coding-Questions | dde4b9940f1d955ecbb27afb564e9d01009aaa1b | 93aa07efb85255271e980bc5691755c2c2d425c3 | refs/heads/master | 2021-12-12T00:42:24.687485 | 2021-12-09T17:54:11 | 2021-12-09T17:54:11 | 249,751,290 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 2,030 | java | /*
Given K sorted linked lists of different sizes. The task is to merge them in such a way that after merging they will be a single sorted linked list.
Example 1:
Input:
K = 4
value = {{1,2,3},{4 5},{5 6},{7,8}}
Output: 1 2 3 4 5 5 6 7 8
Explanation:
The test case has 4 sorted linked
list of size 3, 2, 2, 2
1st list 1 -> 2-> 3
2nd list 4->5
3rd list 5->6
4th list 7->8
The merged list will be
1->2->3->4->5->5->6->7->8.
Example 2:
Input:
K = 3
value = {{1,3},{4,5,6},{8}}
Output: 1 3 4 5 6 8
Explanation:
The test case has 3 sorted linked
list of size 2, 3, 1.
1st list 1 -> 3
2nd list 4 -> 5 -> 6
3rd list 8
The merged list will be
1->3->4->5->6->8.
Your Task:
The task is to complete the function mergeKList() which merges the K given lists into a sorted one. The printing is done automatically by the driver code.
Expected Time Complexity: O(nk Logk)
Expected Auxiliary Space: O(k)
Note: n is the maximum size of all the k link list
Constraints
1 <= K <= 103
##############################################################################Solution##############################################################################
*/
class Merge
{
Node sortedMerge(Node a,Node b){
Node res=null;
if(a==null){
return b;
}
if(b==null){
return a;
}
if(a.data<=b.data){
res=a;
res.next=sortedMerge(a.next,b);
}
else {
res=b;
res.next=sortedMerge(a,b.next);
}
return res;
}
Node mergeKList(Node[]a,int N)
{
//Add your code here.
if(a.length==0){
return null;
}
if(a.length==1){
return a[0];
}
Node head=null;
int i=1;
for(;i<N;i+=2){
Node head1=sortedMerge(a[i-1],a[i]);
head=sortedMerge(head,head1);
}
if(i==N){
head=sortedMerge(head,a[i-1]);
}
return head;
}
}
| [
"noreply@github.com"
] | dream-achiever.noreply@github.com |
9b901bce480ccdc957ff3e2336b275233f3a290c | 01a75975996e18ecc3145d6020050141380997ae | /Tasks/MySecondApplication/app/src/test/java/edu/ktu/mysecondapplication/ExampleUnitTest.java | ebd14efd70412670df33d011b8dc1f0a29c59ba8 | [] | no_license | ElenaM96/AndroidLabs | dac3423b74eac7bcf7373a6315ed1c9bf3ec23d4 | 9615ea376bfcbf138475ff1c28cdb3ebbb2b3f42 | refs/heads/master | 2020-04-16T13:46:00.131949 | 2019-01-14T10:44:22 | 2019-01-14T10:44:22 | 165,641,688 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 388 | java | package edu.ktu.mysecondapplication;
import org.junit.Test;
import static org.junit.Assert.*;
/**
* Example local unit test, which will execute on the development machine (host).
*
* @see <a href="http://d.android.com/tools/testing">Testing documentation</a>
*/
public class ExampleUnitTest {
@Test
public void addition_isCorrect() {
assertEquals(4, 2 + 2);
}
} | [
"elena.morelli3@studio.unibo.it"
] | elena.morelli3@studio.unibo.it |
25d81f4cd859abcbbe4c4c30a8419e51ae2892a2 | 0c9ab112e7621004c2b60658a7c4563399c8ea05 | /Box2d world/src/com/box2d/main/GlobalSettings.java | e68132170c4028b9f58589751d833f395bf794e6 | [] | no_license | harshinlko/gamedev_0 | 18c3af999273ef346d0d2c1b2056626d68849bc6 | 1c2709c9176b43780639df5f581e3797ab7e53d1 | refs/heads/master | 2021-01-21T13:18:25.250027 | 2012-08-03T19:30:16 | 2012-08-03T19:30:16 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 370 | java | package com.box2d.main;
import com.badlogic.gdx.Gdx;
public class GlobalSettings {
public static final int SCREEN_WIDTH=1920;
public static final int SCREEN_HEIGHT=1080;
public static int GROUND_HEIGHT=128;
public static final float BOX_STEP=1/60f;
public static final int VELOCITY_ITERATIONS=8;
public static final int POSITION_ITERATIONS=3;
}
| [
"harshinlko@gmail.com"
] | harshinlko@gmail.com |
c8a9c6e5f3080f6dfb73a73f9c202372ce897ff9 | 483bcef05f543276944561301174ace72051b904 | /app/src/main/java/com/example/furkanbaycan/gasstation/Common.java | 42b2888fa8853a48f4ade5a528755ce99e07e49d | [] | no_license | furkanbaycn/gas-station | 4c8220c77404c080515d3fdb3b570584de1179a7 | a6d63a3cedf100fe97d381286943cbe456432e9c | refs/heads/master | 2021-09-15T05:31:26.729405 | 2018-05-26T23:04:08 | 2018-05-26T23:04:08 | 134,630,800 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 493 | java | package com.example.furkanbaycan.gasstation;
import com.example.furkanbaycan.gasstation.Remote.IGoogleAPIService;
import com.example.furkanbaycan.gasstation.Remote.RetrofitClient;
/**
* Created by Furkan BAYCAN on 12.03.2018.
*/
public class Common {
private static final String GOOGLE_API_URL = "https://maps.googleapis.com/";
public static IGoogleAPIService getGoogleAPIService(){
return RetrofitClient.getClient(GOOGLE_API_URL).create(IGoogleAPIService.class);
}
}
| [
"furkanbycn26@gmail.com"
] | furkanbycn26@gmail.com |
9cbbdc52a3e28123fd96d2db878924d1d6c95683 | 6f684831bf2ef9c6f0286fac9aed963f3a67242a | /Jan3_2017/src/com/jaga/Person.java | f766166ed07867b909f3301860e03c6e107835ff | [] | no_license | jaga2prasad/practiseTest | 1fc8dbe53d8fa9a6f6d896538a2f336de75a22cc | 962501374062929e06882d640428da8a04c0dc06 | refs/heads/master | 2020-07-13T15:43:08.895341 | 2019-08-29T07:43:15 | 2019-08-29T07:43:15 | 205,108,346 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 340 | java | package com.jaga;
public class Person {
String name;
String id;
Person(String id,String name){
this.id = id;
this.name = name;
}
public String getName() {
return name;
}
public void setName(String name) {
this.name = name;
}
public String getId() {
return id;
}
public void setId(String id) {
this.id = id;
}
}
| [
"boprasad@cisco.com"
] | boprasad@cisco.com |
e018332ba7ad62ee0e3f3a22c7b66bfe4f4eb791 | 514b8d255b9100282446540e8692324cc74d713b | /MeasureProject/Server/CenterServer/src/main/java/handler/LoginResponseHandler.java | eea2cbd686718f69b3152047bd413190548975ea | [] | no_license | centurygate/AliyunCodes | 8ba8cae7e78347c47c06d33d5fd059da74d551b5 | c6ceb8b593442dbe81a4a642ae39a233d587866a | refs/heads/master | 2021-01-20T08:15:12.116419 | 2017-05-03T06:48:14 | 2017-05-03T06:48:14 | 90,122,279 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,749 | java | package handler;
import log.SystemLog;
import message.KeepAliveRequestMessage;
import message.KeepAliveResponseMessage;
import message.LoginResponseMessage;
import io.netty.channel.ChannelHandlerContext;
import io.netty.channel.ChannelInboundHandlerAdapter;
import message.RequestCmdHeader;
import session.Session;
import java.util.concurrent.ScheduledFuture;
import java.util.concurrent.TimeUnit;
/**
* Created by free on 2016/9/1.
*/
public class LoginResponseHandler extends ChannelInboundHandlerAdapter
{
private volatile ScheduledFuture<?> keepAliveFuture;
private class KeepAliveTask implements Runnable
{
private final ChannelHandlerContext ctx;
private KeepAliveTask(ChannelHandlerContext ctx)
{
this.ctx = ctx;
}
public void run()
{
KeepAliveRequestMessage keepAliveRequestMessage = new KeepAliveRequestMessage();
RequestCmdHeader requestCmdHeader = new RequestCmdHeader();
requestCmdHeader.setClientID(Session.clientID);
keepAliveRequestMessage.setClienttime(System.currentTimeMillis());
keepAliveRequestMessage.setCmdHeader(requestCmdHeader);
ctx.writeAndFlush(keepAliveRequestMessage);
}
}
@Override
public void channelRead(ChannelHandlerContext ctx, Object msg) throws Exception
{
if (msg instanceof LoginResponseMessage)
{
Session.clientID = ((LoginResponseMessage) msg).getClientID();
SystemLog.log(Session.clientID);
if (((LoginResponseMessage) msg).getRespCmdHeader().getResultcode() == 0)
{
//pull the measure message
// PullBulkMeasureMeaage pullBulkMeasureMeaage = new PullBulkMeasureMeaage();
// RequestCmdHeader requestCmdHeader = new RequestCmdHeader();
// requestCmdHeader.setClientID(Session.clientID);
// pullBulkMeasureMeaage.setRequestCmdHeader(requestCmdHeader);
// List<String> deviceAddrLst = new ArrayList();
// deviceAddrLst.add("Dev1");
// deviceAddrLst.add("Dev2");
// deviceAddrLst.add("Dev3");
// pullBulkMeasureMeaage.setDeviceAddrLst(deviceAddrLst);
// pullBulkMeasureMeaage.setStartTime(System.currentTimeMillis()-24*60*60*1000);
// pullBulkMeasureMeaage.setEndTime(System.currentTimeMillis());
// SystemLog.log(pullBulkMeasureMeaage);
// ctx.writeAndFlush(pullBulkMeasureMeaage);
keepAliveFuture = ctx.executor().scheduleAtFixedRate(new LoginResponseHandler.KeepAliveTask(ctx),0,50000, TimeUnit.MILLISECONDS);
}
}
else
{
ctx.fireChannelRead(msg);
}
}
@Override
public void exceptionCaught(ChannelHandlerContext ctx, Throwable cause) throws Exception
{
if (keepAliveFuture != null)
{
keepAliveFuture.cancel(true);
keepAliveFuture = null;
}
ctx.fireExceptionCaught(cause);
}
}
| [
"centurygate@163.com"
] | centurygate@163.com |
210fd0e75181c44675f9e12d9dbe91f5fad9a9c8 | 22076fa6d90936566450647b4777c5712c70d118 | /tytyhelper/src/main/java/com/mli/crown/tytyhelper/activity/adapter/base/iReceiverData.java | 901ca8718efbe6c850aaf53c6154a1f6840aef08 | [] | no_license | mianli/TytyHelper | 87686ac808f52deb9217377609b4de44b5a2a078 | cf0f526c8ec094f64f1d38a72febbed9de7fe1c8 | refs/heads/master | 2021-01-18T17:54:08.105634 | 2017-06-06T16:39:50 | 2017-06-06T16:39:50 | 86,822,675 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 229 | java | package com.mli.crown.tytyhelper.activity.adapter.base;
/**
* Created by mli on 2017/4/17.
*/
public interface iReceiverData<DATA_TYPE> {
void receiveData(int startPos, int endPos, iDataReceiver<DATA_TYPE> receiver);
}
| [
"1114875269@qq.com"
] | 1114875269@qq.com |
82e96b3ab08a5dbbf69bd73ae0cae67f9797db1e | a50af2d0e26121c471a97dffe3090c7ec5c494d3 | /src/com/infosys/test/Test.java | 21d0a9a32c108360d7900b108cdd42939b1de7a9 | [] | no_license | li1230cheng/shipment | fdd1cce49bc259b33234f97d23938655a662518c | 912317e8784e8da1cec136bcdcdf5476aebf46a3 | refs/heads/master | 2022-07-05T01:51:13.681679 | 2020-05-19T08:58:35 | 2020-05-19T08:58:35 | 263,873,942 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,514 | java | package com.infosys.test;
import com.infosys.model.Container;
import com.infosys.service.ContainerService;
import java.math.BigDecimal;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;
public class Test {
public static ContainerService containerService=new ContainerService();
public static void main(String[] args) {
Container container=init();
//test split
System.out.println(splitTest1(container,5));
//test Merge
mergeTest1(container,container.getChildNode().get(1),container.getChildNode().get(2),container.getChildNode().get(3));
changeRootQuantity(container,50);
}
/**
* Test whether the total quantity of shipment is equal to root quantity
* @param container change Container
* @param i After change quantity
*/
private static void changeRootQuantity(Container container, int i) {
containerService.changeNodeQuantity(container,i);
List<Container> leafNodesValue=outputLeafNode(container,null);
boolean flag1=container.getQuantity().intValue()==listValueSum(leafNodesValue);
System.out.println(flag1);
}
/**
*
* test mergeTest
* Three cases
*
* 1. Judge whether the shipment quantity after consolidation = previous quantity - consolidated quantity + 1
*
* 2. Judge the sum of shipment quantity after consolidation = the sum of shipment quantity to be consolidated
*
* 3.Test whether the total quantity of shipment is equal to root quantity
*
*
* @param root
* @param containers
*/
private static void mergeTest1(Container root,Container... containers) {
//Judge whether the shipment quantity after consolidation = previous quantity - consolidated quantity + 1
List<Container> beforeMergeleafNodesValue=outputLeafNode(root,null);
containerService.merge(Arrays.asList(containers));
List<Container> leafNodesValue=outputLeafNode(root,null);
boolean flag1=beforeMergeleafNodesValue.size()-leafNodesValue.size()==containers.length-1;
//Judge the sum of shipment quantity after consolidation = the sum of shipment quantity to be consolidated
Integer containersSum=Arrays.asList(containers).stream().map(Container::getQuantity).reduce(Integer::sum).get();
boolean flag2=containersSum.intValue()==containers[0].getChildNode().get(0).getQuantity().intValue();
//Test whether the total quantity of shipment is equal to root quantity
leafNodesValue=outputLeafNode(root,null);
boolean flag3=root.getQuantity().intValue()==listValueSum(leafNodesValue);
System.out.println(flag1&&flag2&&flag3);
}
public static Container init(){
return Container.newInstance(1000,new BigDecimal(100));
}
/**
* Two cases
*
* 1. Test whether the number of shipment is equal to num
*
* 2. Test whether the total quantity of shipment is equal to root quantity
* @param root
* @return
*/
public static boolean splitTest1(Container root,Integer num) {
//Test whether the number of shipment is equal to num
containerService.createChildNode(root,num);
List<Container> leafNodesValue=outputLeafNode(root,null);
boolean flag1=leafNodesValue.size()==num;
//Test whether the total quantity of shipment is equal to root quantity
boolean flag2=root.getQuantity().intValue()==listValueSum(leafNodesValue);
return flag1&&flag2;
}
/**
* out put container leaf Shipment For testing
* @param container
* @param leafNodeList
* @return
*/
public static List<Container> outputLeafNode(Container container,List<Container> leafNodeList){
if(leafNodeList==null){
leafNodeList=new ArrayList<>();
}
if(container==null){
return leafNodeList;
}
if(container.getChildNode()!=null){
for (Container childContainer:container.getChildNode()){
outputLeafNode(childContainer,leafNodeList);
}
}else{
if(!leafNodeList.contains(container)) {
leafNodeList.add(container);
}
}
return leafNodeList;
}
/**
* output List sum
*/
public static long listValueSum(List<Container> list){
return list.stream().map(Container::getQuantity).reduce(Integer::sum).get();
}
}
| [
"Abcd123456"
] | Abcd123456 |
5bffa9b284c31f837ac335fa44438f4680192a8f | 7d90834081b20312625c33c947df9afd3e11d0c0 | /src/main/java/com/kh/onepart/manager/survey/model/service/ManagerSurveyServiceImpl.java | 67917aacd82d7d289e2fb1345d4072b8ead247ff | [] | no_license | kyj9168/onepart | 9dd52420e6d43b4f708412953bf0f355f7af9e86 | eee62e5ed10f3a85d3a0d65b1e7e4890e4ff8bd8 | refs/heads/master | 2023-04-19T12:44:45.503673 | 2021-05-04T16:56:47 | 2021-05-04T16:56:47 | 364,326,416 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,946 | java | package com.kh.onepart.manager.survey.model.service;
import java.util.ArrayList;
import java.util.List;
import org.mybatis.spring.SqlSessionTemplate;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import com.kh.onepart.common.PageInfo;
import com.kh.onepart.manager.survey.model.dao.ManagerSurveyDao;
import com.kh.onepart.manager.survey.model.vo.RequestSurveyQstn;
import com.kh.onepart.manager.survey.model.vo.RequestSurveyQstnOption;
import com.kh.onepart.manager.survey.model.vo.RequestSurveyVO;
import com.kh.onepart.manager.survey.model.vo.SurveyQstn;
import com.kh.onepart.manager.survey.model.vo.SurveyQstnOption;
import com.kh.onepart.manager.survey.model.vo.SurveyVO;
@Service
public class ManagerSurveyServiceImpl implements ManagerSurveyService{
@Autowired
ManagerSurveyDao managerSurveyDao;
@Autowired
private SqlSessionTemplate sqlSession;
/** 설문조사 리스트 전체 카운트 */
@Override
public int surveyListCount() {
// TODO Auto-generated method stub
int surveyListCount = managerSurveyDao.selectSurveyListCount(sqlSession);
return surveyListCount;
}
/** 설문조사 메인화면 */
@Override
public ArrayList<SurveyVO> getSurveyList(PageInfo pi) {
// TODO Auto-generated method stub
ArrayList<SurveyVO> surveyVOList = managerSurveyDao.selectSurveyList(sqlSession, pi);
return surveyVOList;
}
/** 설문조사 검색*/
@Override
public ArrayList<SurveyVO> getSearchSurvey(PageInfo pi, SurveyVO requestSurveyVO){
// TODO Auto-generated method stub
ArrayList<SurveyVO> surveyVOList = managerSurveyDao.selectSearchSurveyList(sqlSession, requestSurveyVO, pi);
return surveyVOList;
}
/** 설문조사 등록 */
@Override
public void insertSurvey(RequestSurveyVO requestSurveyVO, ArrayList<RequestSurveyQstn> requestSurveyQstn,
List<RequestSurveyQstnOption> surveyQstnOption) {
// TODO Auto-generated method stub
// INSERT SURVEY
int surveySeq = managerSurveyDao.insertSurvey(sqlSession, requestSurveyVO);
// INSERT SURVEY_QSTN
for(int i=0; i<requestSurveyQstn.size(); i++) {
requestSurveyQstn.get(i).setSurveySeq(surveySeq);
int surveyQstnSeq = managerSurveyDao.insertsurveyQstn(sqlSession, requestSurveyQstn.get(i));
// 객관식, 체크박스 일 경우
if (requestSurveyQstn.get(i).getSurveyQstnType() == 3 || requestSurveyQstn.get(i).getSurveyQstnType() == 4) {
// 받아온 전체 옵션 개수만큼 반복
for(int j=0; j<surveyQstnOption.size(); j++) {
// 문제 번호가 같은 것 끼리 INSERT
if(requestSurveyQstn.get(i).getSurveyQstnNum() == surveyQstnOption.get(j).getSurveyQstnNum()) {
surveyQstnOption.get(j).setSurveyQstnSeq(surveyQstnSeq);
managerSurveyDao.insertSurveyQstnOption(sqlSession, surveyQstnOption.get(j));
}
} // end for j
} // end if
} // end for i
}
/** 설문조사 상세정보 */
@Override
public ArrayList<Object> selectSurveyDetail(int surveySeq) {
// TODO Auto-generated method stub
ArrayList<Object> surveyDetailList = new ArrayList<Object>();
// 설문조사 기본 정보
SurveyVO surveyVO = managerSurveyDao.selectSurveyBasicInfo(sqlSession, surveySeq);
// 설문조사 문제 정보
ArrayList<SurveyQstn> surveyQstnList = managerSurveyDao.selectSurveyQstnList(sqlSession, surveySeq);
// 설문조사 옵션 정보
ArrayList<SurveyQstnOption> surveyQstnOptionList = managerSurveyDao.selectsurveyQstnOptionList(sqlSession, surveyQstnList);
System.out.println("==================== 상세정보 ====================");
System.out.println("surveyVO ::: " + surveyVO);
System.out.println("surveyQstnList ::: " + surveyQstnList);
System.out.println("surveyQstnOptionList ::: " + surveyQstnOptionList);
surveyDetailList.add(surveyVO);
surveyDetailList.add(surveyQstnList);
surveyDetailList.add(surveyQstnOptionList);
return surveyDetailList;
}
}
| [
"youngjunkim-ibricks@gmail.com"
] | youngjunkim-ibricks@gmail.com |
8689cc04b4d6169694867292813eb19276151263 | 12e200d9e03d809fabb2654fc69665192113d503 | /TimerExample/app/src/androidTest/java/com/example/timerexample/ExampleInstrumentedTest.java | 9834b6d854ec9154d40de54f423e8a1db70832a7 | [] | no_license | PrakashReddy97/Android-Examples | f75a8e7e8b3a92045fdac3619d8d0a8a699db9ec | 7716a69898405e6aff306a5a463c1ea612463604 | refs/heads/master | 2020-04-22T16:22:21.752204 | 2019-02-13T12:39:30 | 2019-02-13T12:39:30 | 170,505,653 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 732 | java | package com.example.timerexample;
import android.content.Context;
import android.support.test.InstrumentationRegistry;
import android.support.test.runner.AndroidJUnit4;
import org.junit.Test;
import org.junit.runner.RunWith;
import static org.junit.Assert.*;
/**
* Instrumented test, which will execute on an Android device.
*
* @see <a href="http://d.android.com/tools/testing">Testing documentation</a>
*/
@RunWith(AndroidJUnit4.class)
public class ExampleInstrumentedTest {
@Test
public void useAppContext() {
// Context of the app under test.
Context appContext = InstrumentationRegistry.getTargetContext();
assertEquals("com.example.timerexample", appContext.getPackageName());
}
}
| [
"venkata.sangu@bluepi.in"
] | venkata.sangu@bluepi.in |
9a185cffa5d5d49a4da4a1d511c33ae9147e5e39 | be73270af6be0a811bca4f1710dc6a038e4a8fd2 | /crash-reproduction-moho/results/XWIKI-14612-2-12-FEMO-WeightedSum:TestLen:CallDiversity/org/xwiki/rendering/internal/parser/DefaultContentParser_ESTest.java | 379edcde2c0a19b53a97166da61d646045f38935 | [] | no_license | STAMP-project/Botsing-multi-objectivization-using-helper-objectives-application | cf118b23ecb87a8bf59643e42f7556b521d1f754 | 3bb39683f9c343b8ec94890a00b8f260d158dfe3 | refs/heads/master | 2022-07-29T14:44:00.774547 | 2020-08-10T15:14:49 | 2020-08-10T15:14:49 | 285,804,495 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,013 | java | /*
* This file was automatically generated by EvoSuite
* Fri Apr 03 21:55:26 UTC 2020
*/
package org.xwiki.rendering.internal.parser;
import org.junit.Test;
import static org.junit.Assert.*;
import static org.evosuite.runtime.EvoAssertions.*;
import org.evosuite.runtime.EvoRunner;
import org.evosuite.runtime.EvoRunnerParameters;
import org.junit.runner.RunWith;
import org.xwiki.model.reference.EntityReference;
import org.xwiki.rendering.internal.parser.DefaultContentParser;
import org.xwiki.rendering.syntax.Syntax;
@RunWith(EvoRunner.class) @EvoRunnerParameters(useVFS = true, useJEE = true)
public class DefaultContentParser_ESTest extends DefaultContentParser_ESTest_scaffolding {
@Test(timeout = 4000)
public void test0() throws Throwable {
DefaultContentParser defaultContentParser0 = new DefaultContentParser();
Syntax syntax0 = Syntax.XWIKI_2_0;
// Undeclared exception!
defaultContentParser0.parse("49ldTF)5xlG\u0000'pr", syntax0, (EntityReference) null);
}
}
| [
"pouria.derakhshanfar@gmail.com"
] | pouria.derakhshanfar@gmail.com |
15a59176001f6df2fc3b5cf1fb205c975d892074 | 238c7b1ab169e7eea7a4701001948c21e9e491c6 | /src/main/java/ch/admin/bag/covidcertificate/config/security/validation/AudienceJwtValidator.java | ea4025cb6e4fb33bca08a446fadef7c6449806bf | [
"MIT"
] | permissive | ThatYankeeDoodle/CovidCertificate-Printing-Service | 344a14d6943f51cb872e47f1209ca38f308d11cc | fc13bfb71656992a28cae686c00ece3e75bd53c4 | refs/heads/master | 2023-07-14T12:47:13.648779 | 2021-08-18T11:49:44 | 2021-08-18T11:49:44 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,258 | java | package ch.admin.bag.covidcertificate.config.security.validation;
import lombok.extern.slf4j.Slf4j;
import org.springframework.security.oauth2.core.OAuth2Error;
import org.springframework.security.oauth2.core.OAuth2TokenValidator;
import org.springframework.security.oauth2.core.OAuth2TokenValidatorResult;
import org.springframework.security.oauth2.jwt.Jwt;
@Slf4j
public class AudienceJwtValidator implements OAuth2TokenValidator<Jwt> {
private final String audience;
private final OAuth2Error error;
public AudienceJwtValidator(String audience) {
this.audience = audience;
this.error = new OAuth2Error("invalid_token", "The token is is not valid for audience '" + audience + "'.", null);
}
public OAuth2TokenValidatorResult validate(Jwt jwt) {
if(jwt.getAudience() == null || jwt.getAudience().isEmpty()) {
//If audience is missing this means token is valid for every system
return OAuth2TokenValidatorResult.success();
}
if (jwt.getAudience().contains(audience)) {
return OAuth2TokenValidatorResult.success();
} else {
log.warn(error.getDescription());
return OAuth2TokenValidatorResult.failure(error);
}
}
}
| [
"fabien.cerf@bit.admin.ch"
] | fabien.cerf@bit.admin.ch |
adb818db700c307412210db77bdfafc94c888ed2 | 9b28f629ac0eb2a263a3668261a59657f8738eb4 | /src/main/java/storepro/service/ProductCategoryService.java | b6adcdde233d34ae21d4b2c6a7dcd134c708e9cf | [] | no_license | 15389033811/storepro | caa91a0a0e3212ba81806ec6e53e2567ec4dc3c9 | 3b050e66fd8876f16aa84addcd07801151d829cf | refs/heads/master | 2020-03-26T05:01:43.352344 | 2018-08-13T06:36:57 | 2018-08-13T06:36:57 | 144,535,022 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 603 | java | package storepro.service;
import storepro.dto.ProductCategoryExecution;
import storepro.entity.ProductCategory;
import java.util.List;
public interface ProductCategoryService {
//通过shopid查询商品下的所有类别
List<ProductCategory> getProductCategoryList(long shopId);
//批量增加商品类别信息
ProductCategoryExecution batchInsertProductCategory(List<ProductCategory> list);
/*
* 删除商品类别,还要将此类别下的商品的类别id置为空
* */
ProductCategoryExecution deleteProductCategory(long productCategoryId,long shopId);
}
| [
"447190095@qq.com"
] | 447190095@qq.com |
416c61f6fdcb1c0ba3140b02f111872db4f89e0f | ed882885b1f9760d85dfb3125477aecc0e63d6a5 | /net/minecraft/world/chunk/ChunkPrimer.java | 3fa8f5e421bead60099e7ffae08fbabd26295a08 | [] | no_license | UserNumberOne/Nothing | 6c43dd3c92e568252c3873859320b40e10d4a920 | 7d9a8a40599353cd6f5199653dbecee93b2df7c9 | refs/heads/master | 2021-01-10T15:25:23.957005 | 2017-09-13T15:55:46 | 2017-09-13T15:55:46 | 46,665,593 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,219 | java | package net.minecraft.world.chunk;
import net.minecraft.block.Block;
import net.minecraft.block.state.IBlockState;
import net.minecraft.init.Blocks;
public class ChunkPrimer {
private static final IBlockState DEFAULT_STATE = Blocks.AIR.getDefaultState();
private final char[] data = new char[65536];
public IBlockState getBlockState(int var1, int var2, int var3) {
IBlockState var4 = (IBlockState)Block.BLOCK_STATE_IDS.getByValue(this.data[getBlockIndex(var1, var2, var3)]);
return var4 == null ? DEFAULT_STATE : var4;
}
public void setBlockState(int var1, int var2, int var3, IBlockState var4) {
this.data[getBlockIndex(var1, var2, var3)] = (char)Block.BLOCK_STATE_IDS.get(var4);
}
private static int getBlockIndex(int var0, int var1, int var2) {
return var0 << 12 | var2 << 8 | var1;
}
public int findGroundBlockIdx(int var1, int var2) {
int var3 = (var1 << 12 | var2 << 8) + 256 - 1;
for(int var4 = 255; var4 >= 0; --var4) {
IBlockState var5 = (IBlockState)Block.BLOCK_STATE_IDS.getByValue(this.data[var3 + var4]);
if (var5 != null && var5 != DEFAULT_STATE) {
return var4;
}
}
return 0;
}
}
| [
"hazeevaidar@yandex.ru"
] | hazeevaidar@yandex.ru |
bf7bd7119b6e9059cccf96d2b92b400e0b14dbd0 | 340a6f937b50cf3c5dadc2499b6bece13d976767 | /src/main/java/ru/dsoccer1980/repository/UserRepository.java | a64d4098588e2a4e55552b3f6de06cd9b6ee8ad7 | [] | no_license | dsoccer1980/restaurant_rating_system | d6b68ebb9a0c3566fcbcafe03561677845954f7d | f03bf6d3ebf3c23dea60f98455e74420d76c9ecb | refs/heads/master | 2022-09-16T04:48:44.932680 | 2019-09-05T07:49:59 | 2019-09-05T07:49:59 | 199,267,677 | 0 | 0 | null | 2022-09-08T01:02:02 | 2019-07-28T09:31:20 | Java | UTF-8 | Java | false | false | 415 | java | package ru.dsoccer1980.repository;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.transaction.annotation.Transactional;
import ru.dsoccer1980.domain.User;
import java.util.Optional;
@Transactional(readOnly = true)
public interface UserRepository extends JpaRepository<User, Long> {
User findByEmail(String email);
Optional<User> findByName(String username);
}
| [
"dsoccer1980@gmail.com"
] | dsoccer1980@gmail.com |
c7ae3a6202d7c393c50c0d5195d3504f4f530b67 | 64a42a32e8542a9100fda0ef486155241048ef17 | /src/main/java/ru/javawebinar/topjava/web/AuthenticationResponse.java | 5bb5e5ff668de522405a386773d70f2c56a83a54 | [] | no_license | evgeniycheban/topjava | f8d4d11136c5cd836b018c28fdc80c9a7a877abc | 53410b5add3c607820673212729fcaf4dade7331 | refs/heads/master | 2021-06-09T07:23:54.795489 | 2016-12-20T20:13:50 | 2016-12-20T20:13:50 | 52,513,140 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 477 | java | package ru.javawebinar.topjava.web;
import java.io.Serializable;
public class AuthenticationResponse implements Serializable {
private static final long serialVersionUID = 1L;
private String token;
public AuthenticationResponse() {
}
public AuthenticationResponse(String token) {
this.token = token;
}
public String getToken() {
return token;
}
public void setToken(String token) {
this.token = token;
}
}
| [
"mister.cheban@gmail.com"
] | mister.cheban@gmail.com |
82a3a1aab8d0aced4c041e49fb9aa8c6dc3be184 | 73709f76271dc06b5f745eb4c733b72041306ced | /12_FunctionalInterface/src/com/itheima/demo06/Predicate/Demo03Predicate_or.java | cc334f38c9b1da8ac2736aa97cd2bfeba1f6608e | [] | no_license | lianshuailing/javase | c3ba4dd11f277da0c7998f92b3554b1664a14b75 | 79b0eaf65eff560617aebb240e3873dc4474cf6f | refs/heads/master | 2020-09-10T22:57:40.588797 | 2019-11-15T06:40:34 | 2019-11-15T06:40:34 | 221,858,659 | 3 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,687 | java | package com.itheima.demo06.Predicate;
import java.util.function.Predicate;
/*
需求:判断一个字符串,有两个判断的条件
1.判断字符串的长度是否大于5
2.判断字符串中是否包含a
满足一个条件即可,我们就可以使用||运算符连接两个条件
Predicate接口中有一个方法or,表示或者关系,也可以用于连接两个判断条件
default Predicate<T> or(Predicate<? super T> other) {
Objects.requireNonNull(other);
return (t) -> test(t) || other.test(t);
}
方法内部的两个判断条件,也是使用||运算符连接起来的
*/
public class Demo03Predicate_or {
/*
定义一个方法,方法的参数,传递一个字符串
传递两个Predicate接口
一个用于判断字符串的长度是否大于5
一个用于判断字符串中是否包含a
满足一个条件即可
*/
public static boolean checkString(String s, Predicate<String> pre1, Predicate<String> pre2){
//return pre1.test(s) || pre2.test(s);
return pre1.or(pre2).test(s);//等价于return pre1.test(s) || pre2.test(s);
}
public static void main(String[] args) {
//定义一个字符串
String s = "bc";
//调用checkString方法,参数传递字符串和两个Lambda表达式
boolean b = checkString(s,(String str)->{
//判断字符串的长度是否大于5
return str.length()>5;
},(String str)->{
//判断字符串中是否包含a
return str.contains("a");
});
System.out.println(b);
}
}
| [
"lianshuailing@sina.com"
] | lianshuailing@sina.com |
b6a5fdaa884005cbdc709e9dc33907a5d34d0a6f | 292aa1362fda54dc7b72e5161c0addf7b9be4b53 | /src/main/java/br/com/tcon/coracaopapel/negocio/cliente/ValidarCPFStrategy.java | ef3cc1454708cd08ef49043e8e12700725a247e8 | [] | no_license | tais-nissizaki/coracao-papel-api | 49edc0f4de7ebdc38a07bc33ebc41ceb9b4c1d1a | 6ee7efe9052ec7f0ddaad2781a34dbd65491e2cc | refs/heads/master | 2023-08-07T13:19:12.290492 | 2021-09-22T23:35:33 | 2021-09-22T23:35:33 | 347,221,414 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,841 | java | package br.com.tcon.coracaopapel.negocio.cliente;
import br.com.tcon.coracaopapel.modelo.dominio.Cliente;
import br.com.tcon.coracaopapel.modelo.dominio.Documento;
import br.com.tcon.coracaopapel.modelo.dominio.EntidadeDominio;
import br.com.tcon.coracaopapel.negocio.IStrategy;
public class ValidarCPFStrategy implements IStrategy {
@Override
public String processar(EntidadeDominio entidade) {
StringBuilder retorno = new StringBuilder();
if(entidade instanceof Documento) {
Documento documentoCPF = (Documento) entidade;
String cpfSemMascara = documentoCPF.getCodigo().replace("\\D", "");
while (cpfSemMascara.length() < 11) {
cpfSemMascara = "0"+cpfSemMascara;
}
// considera-se erro CPF's formados por uma sequencia de numeros iguais
if (cpfSemMascara.equals("00000000000") || cpfSemMascara.equals("11111111111")
|| cpfSemMascara.equals("22222222222") || cpfSemMascara.equals("33333333333")
|| cpfSemMascara.equals("44444444444") || cpfSemMascara.equals("55555555555")
|| cpfSemMascara.equals("66666666666") || cpfSemMascara.equals("77777777777")
|| cpfSemMascara.equals("88888888888") || cpfSemMascara.equals("99999999999")
|| (cpfSemMascara.length() != 11)) {
retorno.append("CPF inválido");
} else {
String primeiroDV, segundoDV;
int somatorio, resto, peso;
// Calculo do 1o. Digito Verificador
somatorio = 0;
peso = 10;
for (int i = 0; i < 9; i++) {
somatorio = somatorio + (Integer.valueOf(cpfSemMascara.substring(i, i+1)) * (peso-i));
}
resto = 11 - (somatorio % 11);
if ((resto == 10) || (resto == 11)) {
primeiroDV = "0";
} else {
primeiroDV = String.valueOf(resto);
}
if (!primeiroDV.equals(cpfSemMascara.substring(9, 10))) {
retorno.append("CPF inválido.");
} else {
// Calculo do 2o. Digito Verificador
somatorio = 0;
peso = 11;
for (int i = 0; i < 10; i++) {
somatorio = somatorio + (Integer.valueOf(cpfSemMascara.substring(i, i+1)) * (peso-i));
}
resto = 11 - (somatorio % 11);
if ((resto == 10) || (resto == 11)) {
segundoDV = "0";
} else {
segundoDV = String.valueOf(resto);
}
// Verifica se os digitos calculados conferem com os digitos informados.
if (!segundoDV.equals(cpfSemMascara.substring(10, 11))) {
retorno.append("CPF inválido.");
}
}
}
} else if(entidade instanceof Cliente) {
Cliente cliente = (Cliente) entidade;
if(cliente.getDocumentos() != null && !cliente.getDocumentos().isEmpty()) {
for(int i=0; i< cliente.getDocumentos().size(); i++) {
if(cliente.getDocumentos().get(i).getTipoDocumento().getNome().equalsIgnoreCase("CPF")) {
return processar(cliente.getDocumentos().get(i));
}
}
}
}
return retorno.toString();
}
}
| [
"tais.nissizaki@gmail.com"
] | tais.nissizaki@gmail.com |
864ae4fb43e5008f472c7a7f03238c311d87d126 | b341e1a677b17535f5531bc2b0cc941d0c5c91d1 | /Memoeri/app/src/androidTest/java/com/example/liang/memoeri/ExampleInstrumentedTest.java | 79032c2eb2d51fec7ec5bc4288235a2514e25fe4 | [] | no_license | lqr1999/gitApp | 17d53448db25252dcf162784453567f9d5743742 | 832bbd51e28d1aa5227506886f6b5b269c904607 | refs/heads/master | 2020-04-10T21:45:54.568059 | 2018-12-11T09:10:44 | 2018-12-11T09:10:44 | 161,305,876 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 734 | java | package com.example.liang.memoeri;
import android.content.Context;
import android.support.test.InstrumentationRegistry;
import android.support.test.runner.AndroidJUnit4;
import org.junit.Test;
import org.junit.runner.RunWith;
import static org.junit.Assert.*;
/**
* Instrumented test, which will execute on an Android device.
*
* @see <a href="http://d.android.com/tools/testing">Testing documentation</a>
*/
@RunWith(AndroidJUnit4.class)
public class ExampleInstrumentedTest {
@Test
public void useAppContext() {
// Context of the app under test.
Context appContext = InstrumentationRegistry.getTargetContext();
assertEquals("com.example.liang.memoeri", appContext.getPackageName());
}
}
| [
"485793251@qq.com"
] | 485793251@qq.com |
5f0959cc78da4b7c88acf5f7e1afad24c86ab7f3 | 719a12586388db643b466faf83d4e6a59725fbe4 | /common/src/main/java/com/thirdparty/proxy/net/frecso/OkHttpNetworkFetcher.java | 3959f67e54dd97e0d76f3fc0373bdee20f9cd3b5 | [] | no_license | CommonLib/Recruitment | af014637c14e08b3f9e04a0721fe69003d0ad1e6 | 4713dbdb87ce18ab999ee181eac17a3ef73114c2 | refs/heads/master | 2021-01-21T22:00:54.538456 | 2017-07-27T09:41:07 | 2017-07-27T09:41:07 | 98,519,572 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 6,192 | java | /*
* Copyright (c) 2015-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
* LICENSE file in the root directory of this source tree. An additional grant
* of patent rights can be found in the PATENTS file in the same directory.
*/
package com.thirdparty.proxy.net.frecso;
import android.net.Uri;
import android.os.Looper;
import android.os.SystemClock;
import com.facebook.common.logging.FLog;
import com.facebook.imagepipeline.image.EncodedImage;
import com.facebook.imagepipeline.producers.BaseNetworkFetcher;
import com.facebook.imagepipeline.producers.BaseProducerContextCallbacks;
import com.facebook.imagepipeline.producers.Consumer;
import com.facebook.imagepipeline.producers.FetchState;
import com.facebook.imagepipeline.producers.ProducerContext;
import java.io.IOException;
import java.util.HashMap;
import java.util.Map;
import java.util.concurrent.Executor;
import java.util.concurrent.TimeUnit;
import okhttp3.CacheControl;
import okhttp3.Call;
import okhttp3.OkHttpClient;
import okhttp3.Request;
import okhttp3.Response;
import okhttp3.ResponseBody;
/**
* Network fetcher that uses OkHttp 3 as a backend.
*/
public class OkHttpNetworkFetcher extends
BaseNetworkFetcher<OkHttpNetworkFetcher.OkHttpNetworkFetchState> {
public static class OkHttpNetworkFetchState extends FetchState {
public long submitTime;
public long responseTime;
public long fetchCompleteTime;
public OkHttpNetworkFetchState(
Consumer<EncodedImage> consumer,
ProducerContext producerContext) {
super(consumer, producerContext);
}
}
private static final String TAG = "OkHttpNetworkFetchProducer";
private static final String QUEUE_TIME = "queue_time";
private static final String FETCH_TIME = "fetch_time";
private static final String TOTAL_TIME = "total_time";
private static final String IMAGE_SIZE = "image_size";
private final OkHttpClient mOkHttpClient;
private Executor mCancellationExecutor;
public OkHttpNetworkFetcher(){
this(new OkHttpClient().newBuilder()
.readTimeout(20000, TimeUnit.MILLISECONDS)
.connectTimeout(20000, TimeUnit.MILLISECONDS)
.writeTimeout(20000, TimeUnit.MILLISECONDS).build());
}
/**
* @param okHttpClient client to use
*/
public OkHttpNetworkFetcher(OkHttpClient okHttpClient) {
mOkHttpClient = okHttpClient;
mCancellationExecutor = okHttpClient.dispatcher().executorService();
}
@Override
public OkHttpNetworkFetchState createFetchState(
Consumer<EncodedImage> consumer,
ProducerContext context) {
return new OkHttpNetworkFetchState(consumer, context);
}
@Override
public void fetch(final OkHttpNetworkFetchState fetchState, final Callback callback) {
fetchState.submitTime = SystemClock.elapsedRealtime();
final Uri uri = fetchState.getUri();
final Request request = new Request.Builder()
.cacheControl(new CacheControl.Builder().noStore().build())
.url(uri.toString())
.get()
.build();
final Call call = mOkHttpClient.newCall(request);
fetchState.getContext().addCallbacks(
new BaseProducerContextCallbacks() {
@Override
public void onCancellationRequested() {
if (Looper.myLooper() != Looper.getMainLooper()) {
call.cancel();
} else {
mCancellationExecutor.execute(new Runnable() {
@Override public void run() {
call.cancel();
}
});
}
}
});
call.enqueue(
new okhttp3.Callback() {
@Override
public void onResponse(Call call, Response response) throws IOException {
fetchState.responseTime = SystemClock.elapsedRealtime();
if (!response.isSuccessful()) {
handleException(call, new IOException("Unexpected HTTP code " + response), callback);
return;
}
final ResponseBody body = response.body();
try {
long contentLength = body.contentLength();
if (contentLength < 0) {
contentLength = 0;
}
callback.onResponse(body.byteStream(), (int) contentLength);
} catch (Exception e) {
handleException(call, e, callback);
} finally {
try {
body.close();
} catch (Exception e) {
FLog.w(TAG, "Exception when closing response body", e);
}
}
}
@Override
public void onFailure(Call call, IOException e) {
handleException(call, e, callback);
}
});
}
@Override
public void onFetchCompletion(OkHttpNetworkFetchState fetchState, int byteSize) {
fetchState.fetchCompleteTime = SystemClock.elapsedRealtime();
}
@Override
public Map<String, String> getExtraMap(OkHttpNetworkFetchState fetchState, int byteSize) {
Map<String, String> extraMap = new HashMap<>(4);
extraMap.put(QUEUE_TIME, Long.toString(fetchState.responseTime - fetchState.submitTime));
extraMap.put(FETCH_TIME, Long.toString(fetchState.fetchCompleteTime - fetchState.responseTime));
extraMap.put(TOTAL_TIME, Long.toString(fetchState.fetchCompleteTime - fetchState.submitTime));
extraMap.put(IMAGE_SIZE, Integer.toString(byteSize));
return extraMap;
}
/**
* Handles exceptions.
*
* <p> OkHttp notifies callers of cancellations via an IOException. If IOException is caught
* after request cancellation, then the exception is interpreted as successful cancellation
* and onCancellation is called. Otherwise onFailure is called.
*/
private void handleException(final Call call, final Exception e, final Callback callback) {
if (call.isCanceled()) {
callback.onCancellation();
} else {
callback.onFailure(e);
}
}
}
| [
"burt.yang@pwc.com"
] | burt.yang@pwc.com |
14dc857b18d7a4acdc0869e478189196ab29e336 | 79951785f0888362427047e500599f63d635b186 | /app/src/main/java/com/example/proiect_licenta/view/FavoritesFragment.java | b031c5248ef20fa95a0865cd96d21b12ea56b6cf | [] | no_license | georgianaciobanu/LICENTA_fin | 1abfbe9ce2b37e7b1634674751695e2d8053469f | 4990af4f2732c0b7ef3112a9a7de1b6d286930ca | refs/heads/master | 2021-01-05T05:03:10.181171 | 2020-07-15T12:33:57 | 2020-07-15T12:33:57 | 240,889,296 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,363 | java | package com.example.proiect_licenta.view;
import android.app.ProgressDialog;
import android.content.Intent;
import android.os.Bundle;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ListAdapter;
import android.widget.ListView;
import android.widget.RatingBar;
import android.widget.Toast;
import androidx.annotation.Nullable;
import androidx.fragment.app.Fragment;
import com.example.proiect_licenta.R;
import com.example.proiect_licenta.model.OnGetDataListener;
import com.example.proiect_licenta.model.Review;
import com.example.proiect_licenta.model.Service;
import com.example.proiect_licenta.model.ServiceDataModel;
import com.example.proiect_licenta.presenter.FavServicesAdapter;
import com.example.proiect_licenta.presenter.FirebaseFunctions;
import com.example.proiect_licenta.presenter.ReviewsAdapter;
import com.example.proiect_licenta.presenter.ServiceSwipeMapAdapter;
import com.google.firebase.auth.FirebaseAuth;
import com.google.firebase.auth.FirebaseUser;
import com.google.firebase.database.DataSnapshot;
import com.google.firebase.database.DatabaseError;
import java.util.ArrayList;
import java.util.List;
public class FavoritesFragment extends Fragment {
View view;
OnGetDataListener listenerFavoritesService;
OnGetDataListener listenerBestReviews;
ArrayList<String> servicesIds=new ArrayList<>();
ListView listaFavServices;
ArrayList<Service> favServices= new ArrayList<>();
List<ServiceDataModel> dataModelList;
Service service;
Review review;
FirebaseUser firebaseUser;
// ServiceSwipeMapAdapter adpater;
//FavServicesAdapter adapter;
@Nullable
@Override
public View onCreateView(LayoutInflater inflater, @Nullable ViewGroup container, @Nullable Bundle savedInstanceState) {
view=inflater.inflate(R.layout.fragment_favorites, container, false);
listaFavServices=(ListView)view.findViewById(R.id.lista_fav_services) ;
service=new Service();
review=new Review();
firebaseUser= FirebaseAuth.getInstance().getCurrentUser();
final String currentUserEmail= firebaseUser.getEmail();
listenerFavoritesService=new OnGetDataListener() {
@Override
public void onStartFirebaseRequest() {
}
@Override
public void onSuccess(DataSnapshot data) {
for(DataSnapshot singleSnapshot : data.getChildren()) {
service = singleSnapshot.getValue(Service.class);
if(servicesIds.contains(service.getServiceId())) {
favServices.add(service);
}
}
if(favServices.size()>0){
FavServicesAdapter adapter = new FavServicesAdapter(view.getContext(),favServices);
listaFavServices.setAdapter(adapter);
}else{
Toast.makeText(view.getContext(),"Nu aveti service-uri favorite!",Toast.LENGTH_LONG).show();
}
}
@Override
public void onFailed(DatabaseError databaseError) {
Toast.makeText(view.getContext(),databaseError.toString(),Toast.LENGTH_LONG).show();
}
};
listenerBestReviews=new OnGetDataListener() {
@Override
public void onStartFirebaseRequest() {
}
@Override
public void onSuccess(DataSnapshot data) {
if(data==null) {
Toast.makeText(view.getContext(),"Nu aveti service-uri favorite!",Toast.LENGTH_LONG).show();
}
for(DataSnapshot singleSnapshot : data.getChildren()) {
review = singleSnapshot.getValue(Review.class);
if(Integer.parseInt(review.getRateValue())==5){
servicesIds.add(review.getIdService());
}
}
FirebaseFunctions.getServicesFirebase(listenerFavoritesService);
}
@Override
public void onFailed(DatabaseError databaseError) {
}
};
FirebaseFunctions.getReviewFirebase("idClient",currentUserEmail,listenerBestReviews);
return view;
}
} | [
"georgiana.ciobanu@simbiodata.ro"
] | georgiana.ciobanu@simbiodata.ro |
420ed0e566f8d330d6e8325c7b80ae7c8410becb | 19d96d0041022e808fbc98dfa2d0294a56685bde | /src/main/java/com/library/service/SingInServer.java | 20fb825740bb1feae824551b83139c4865cb151b | [] | no_license | 13542202544/LibrarySingIn | 6a55d56e8d580edd0f7dc7d7f452fc8f2df44933 | 2e77be1869ecc1d33b5f96ac05e8dcfda7b77789 | refs/heads/master | 2020-03-21T22:01:04.093535 | 2018-06-29T04:02:14 | 2018-06-29T04:02:18 | 139,094,984 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,855 | java | package com.library.service;
import com.library.model.Employee;
import com.library.model.SingIn;
import com.library.model.WorkContent;
import org.springframework.stereotype.Service;
import java.text.SimpleDateFormat;
import java.util.Date;
import java.util.List;
/**
* Created by mobk on 2015/11/28.
*/
@Service
public class SingInServer extends BaseService {
/**
* 签到开始时间
* @param jobId
* @param workContent
* @param notes
* @param beJobId
* @return
*/
public boolean startTime(String jobId, int workContent, String notes, String beJobId){
if (getSingInBaseDao().find("FROM SingIn WHERE siEmployee = '" + jobId + "' AND siEndTime IS NULL").size() > 0) {
return false;
}
SingIn singIn = new SingIn();
singIn.setSiEmployee(getEmployeeBaseDao().findById(Employee.class, jobId));
singIn.setSiStartTime(new Date());
singIn.setSiWorkContent(getWorkContentBaseDao().findById(WorkContent.class, workContent));
singIn.setSiNotes(notes);
if (!("").equals(beJobId) && beJobId != null) {
if (getSingInBaseDao().find("FROM SingIn WHERE siEndTime IS NULL AND siReplaceEmployee = '" + beJobId + "'").size() > 0) {
return false;
}
singIn.setSiReplaceEmployee(getEmployeeBaseDao().findById(Employee.class, beJobId));
}
return getSingInBaseDao().save(singIn);
}
/**
* 签到结束时间
* @param SIid
* @param workContent
* @param notes
* @return
*/
public boolean endTime(String SIid, int workContent, String notes){
SingIn singIn = getSingInBaseDao().findById(SingIn.class, SIid);
if (singIn.getSiWorkContent().getWcId() != workContent) {
return false;
}
singIn.setSiEndTime(new Date());
singIn.setSiNotes(singIn.getSiNotes() + " |-----| " + notes);
return getSingInBaseDao().saveOrUpdate(singIn);
}
/**
* 获取总的工作时间
* @param SIid
*/
public void getWorkTime(String SIid){
SimpleDateFormat time = new SimpleDateFormat("E");
SingIn singIn = getSingInBaseDao().findById(SingIn.class, SIid);
Date startTime = singIn.getSiStartTime();
System.out.println(time.format(startTime));
Date endTime = singIn.getSiEndTime();
System.out.println(endTime);
}
/**
* 登录
* @param jobId
* @param number
* @return
*/
public boolean login(String jobId, String number) {
List<Employee> employeeList = getEmployeeBaseDao().listByHql("FROM Employee as e WHERE e.eId = '" + jobId + "' AND e.eNumber = '" + number + "'");
if (employeeList.size() > 0) {
return true;
} else {
return false;
}
}
}
| [
"435656923@qq.com"
] | 435656923@qq.com |
9e596a6c7d5f63bc09eb7eacc2f31ab9ccd1d160 | fadfc40528c5473c8454a4835ba534a83468bb3b | /domain-services/jbb-frontend/src/main/java/org/jbb/frontend/impl/faq/dao/FaqCategoryRepository.java | bd820e6953748b55485737293100c34a0f996385 | [
"Apache-2.0"
] | permissive | jbb-project/jbb | 8d04e72b2f2d6c088b870e9a6c9dba8aa2e1768e | cefa12cda40804395b2d6e8bea0fb8352610b761 | refs/heads/develop | 2023-08-06T15:26:08.537367 | 2019-08-25T21:32:19 | 2019-08-25T21:32:19 | 60,918,871 | 4 | 3 | Apache-2.0 | 2023-09-01T22:21:04 | 2016-06-11T17:20:33 | Java | UTF-8 | Java | false | false | 671 | java | /*
* Copyright (C) 2016 the original author or authors.
*
* This file is part of jBB Application Project.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* You may obtain a copy of the License at
* http://www.apache.org/licenses/LICENSE-2.0
*/
package org.jbb.frontend.impl.faq.dao;
import org.jbb.frontend.impl.faq.model.FaqCategoryEntity;
import org.springframework.data.repository.CrudRepository;
import org.springframework.stereotype.Repository;
import java.util.List;
@Repository
public interface FaqCategoryRepository extends CrudRepository<FaqCategoryEntity, Long> {
List<FaqCategoryEntity> findByOrderByPosition();
}
| [
"baart92@gmail.com"
] | baart92@gmail.com |
b4ab4651b2006266d8294dcec569832d305da07e | 1518c5b0007498020cd63df585d9d296be892b24 | /src/main/java/com/nhat/naschool/service/ClassService.java | cb0992d9cf86e31507073272cf6236af2492ff90 | [] | no_license | NguyenNhat98/NaSchool | ea3c2fce932101f02e1062e75b07775a829b749a | 449e949f79ca1970cf544a65b1920e07cebdead4 | refs/heads/master | 2023-05-25T22:37:08.153440 | 2021-06-01T10:57:08 | 2021-06-01T10:57:08 | 281,342,301 | 0 | 0 | null | 2021-06-01T10:51:17 | 2020-07-21T08:36:43 | CSS | UTF-8 | Java | false | false | 1,078 | java | package com.nhat.naschool.service;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import com.nhat.naschool.entity.ClassEntity;
import com.nhat.naschool.repository.ClassRepo;
@Service
public class ClassService {
@Autowired
private ClassRepo ClassRepo;
public List<ClassEntity> listAllClass(){
return ClassRepo.findAll();
}
public ClassEntity getClass(int id){
return ClassRepo.findById(id);
}
public void saveClass(ClassEntity classEntity){
ClassRepo.save(classEntity);
}
public void deleteClass(int id){
ClassRepo.deleteById(id);
}
public ClassEntity updateClass(ClassEntity classEntity){
return ClassRepo.save(classEntity);
}
public List<ClassEntity> findByName(String name){
return ClassRepo.findByName(name);
}
public ClassEntity findById(int id){
return ClassRepo.findById(id);
}
public ClassEntity findName(int id) {
return ClassRepo.findName(id);
}
}
| [
"NhatNV62@wru.vn"
] | NhatNV62@wru.vn |
d1c07a1780b9432ababadb5630d9d9ad82499485 | d60c819c446fbe0c4127f24007943231ba4107db | /01_JavaWorkspace/09_Looping/src/looping/test/LoopingBasicTest1.java | a3cc04d318f71f586d53fed974166b1e0230cc1b | [] | no_license | MartinPSE/Encore | 8f0028533265f6f2b2ca2ce32cd3ef85860533f2 | be624ba2371f9729818afb35bb0b8df968189e4a | refs/heads/master | 2023-03-29T03:56:33.881831 | 2021-04-07T10:52:29 | 2021-04-07T10:52:29 | 350,769,738 | 0 | 0 | null | null | null | null | UHC | Java | false | false | 519 | java | package looping.test;
/*
* 반복문 중에서 가장 많이 사용되는 for문이 어떻게 동작하는지 정확하게 이해한다.
*
* for( 초기식 ; 조건문 ; 증감 )
*/
public class LoopingBasicTest1 {
public static void main(String[] args) {
for ( int i = 0 ; i < 10 ; i ++ ) {
System.out.println(i);
}
int i =0 ;
while ( i < 10 ) {
System.out.println(i);
i ++;
}
int j = 10 ;
do {
System.out.println("멍청아" + j );
j ++;
}
while (j < 10 );
}
}
| [
"gidtnrl12@naver.com"
] | gidtnrl12@naver.com |
731b08d2c10925b182e5a436cd871ee85daf688a | 37835a4d34374aedf9fcf44b65373d6752f047ea | /app/src/main/java/me/carc/btown/db/tours/Converters.java | 1e2bae42440627c881d6859583a6a17799a1ba79 | [] | no_license | carcme/btown_mvp | 2f6582631517acc7ecc3c5a0933ec8d4eac1690a | f9d8f0479fd11a925bc115a9f392d38103f99019 | refs/heads/master | 2018-10-10T15:28:10.311350 | 2018-08-14T12:04:40 | 2018-08-14T12:04:40 | 105,852,756 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,903 | java | package me.carc.btown.db.tours;
import android.arch.persistence.room.TypeConverter;
import com.google.gson.Gson;
import com.google.gson.reflect.TypeToken;
import java.util.Collections;
import java.util.List;
import me.carc.btown.db.tours.model.Attraction;
import me.carc.btown.db.tours.model.LatLon;
import me.carc.btown.db.tours.model.POIs;
import me.carc.btown.db.tours.model.StopInfo;
/**
* Created by bamptonm on 12/05/2018.
*/
public class Converters {
@TypeConverter
public static List<Attraction> attractionsToList(String string) {
if (string == null) {
return Collections.emptyList();
}
return new Gson().fromJson(string, new TypeToken<List<Attraction>>() {}.getType());
}
@TypeConverter
public static String attractionToString(List<Attraction> list) {
return new Gson().toJson(list);
}
/*******************************************/
@TypeConverter
public static List<String> stringToList(String string) {
if (string == null) {
return Collections.emptyList();
}
return new Gson().fromJson(string, new TypeToken<List<String>>() {}.getType());
}
@TypeConverter
public static String stringListToString(List<String> list) {
return new Gson().toJson(list);
}
/*******************************************/
@TypeConverter
public static LatLon stringToLatLon(String str) {
if (str == null) {
return new LatLon();
}
return new Gson().fromJson(str, new TypeToken<LatLon>() {}.getType());
}
@TypeConverter
public static String latLonToString(LatLon latLon) {
return new Gson().toJson(latLon);
}
/*******************************************/
@TypeConverter
public static List<POIs> stringToPoisList(String string) {
if (string == null) {
return Collections.emptyList();
}
return new Gson().fromJson(string, new TypeToken<List<POIs>>() {}.getType());
}
@TypeConverter
public static String poisListToString(List<POIs> pois) {
return new Gson().toJson(pois);
}
@TypeConverter
public static POIs stringToPoi(String str) {
if (str == null) {
return new POIs();
}
return new Gson().fromJson(str, new TypeToken<POIs>() {}.getType());
}
@TypeConverter
public static String poiToString(POIs poi) {
return new Gson().toJson(poi);
}
/*******************************************/
@TypeConverter
public static StopInfo stringToStopInfo(String str) {
if (str == null) {
return new StopInfo();
}
return new Gson().fromJson(str, new TypeToken<StopInfo>() {}.getType());
}
@TypeConverter
public static String latLonToString(StopInfo info) {
return new Gson().toJson(info);
}
} | [
"carcmedev@gmail.com"
] | carcmedev@gmail.com |
ee21189e682c015a4933fb9b6098d76b9839cea5 | c3329576e55650bb6983cfe1e48dac2cd63a6b39 | /src/main/java/com/adobe/cq/commerce/magento/graphql/NegotiableQuoteUidNonFatalResultInterface.java | f667005d7be7e9a3ff3cd473edcd1bbad895a332 | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | adobe/commerce-cif-magento-graphql | 2e36f37cb4a348eddf150a1d8c045aa4d3c17909 | 0bc22bb767a8270f94ee04d85ab2571569a146a1 | refs/heads/master | 2023-08-31T13:11:11.159541 | 2022-07-12T14:41:59 | 2022-07-12T14:41:59 | 183,461,219 | 20 | 13 | Apache-2.0 | 2023-03-01T11:34:01 | 2019-04-25T15:25:29 | Java | UTF-8 | Java | false | false | 1,167 | java | /*******************************************************************************
*
* Copyright 2020 Adobe. All rights reserved.
* This file is licensed to you 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 writing, software distributed under
* the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
* OF ANY KIND, either express or implied. See the License for the specific language
* governing permissions and limitations under the License.
*
******************************************************************************/
package com.adobe.cq.commerce.magento.graphql;
import com.shopify.graphql.support.CustomFieldInterface;
import com.shopify.graphql.support.ID;
public interface NegotiableQuoteUidNonFatalResultInterface extends CustomFieldInterface {
String getGraphQlTypeName();
/**
* The unique ID of a `NegotiableQuote` object.
*/
ID getQuoteUid();
}
| [
"noreply@github.com"
] | adobe.noreply@github.com |
437403fcb858857faab8355437bb3f8f24a45ab2 | 1b242b51128f41bfefc9a0f28507052e40427c98 | /ecomm-userAPI/src/test/java/com/gayathri/EcommUserApiApplicationTests.java | 2763eaace1b25f72c0fa0c772e171ac1a36b688e | [] | no_license | gayathrirao/ecommAPI | 46b7251e4b111835174d02adb6e7e00b487fd982 | 92d15789b1f75b950cac981b283c1ea0c9eacce9 | refs/heads/master | 2020-04-13T04:41:57.745104 | 2019-03-19T07:07:21 | 2019-03-19T07:07:21 | 162,968,884 | 0 | 0 | null | 2019-03-19T07:07:22 | 2018-12-24T08:32:10 | Java | UTF-8 | Java | false | false | 336 | java | package com.gayathri;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.test.context.junit4.SpringRunner;
@RunWith(SpringRunner.class)
@SpringBootTest
public class EcommUserApiApplicationTests {
@Test
public void contextLoads() {
}
}
| [
"gayrao@publicisgroupe.net"
] | gayrao@publicisgroupe.net |
37ce1970a7647b470abf60d82204604c314f7be2 | 9ea55958086b393221eb0a7da63d649fb063ec49 | /projects/camposdl/Assignment-4/Calendar/src/main/java/calendar/DataHandler.java | 485a0781320a7e2c679bf4f0ad5c7ee02fd24ada | [] | no_license | Lucas-Campos-Davis/CS362-001-S2018 | ef5799f41f5507b0d106e091c8174bb37efa0228 | c3d15bee56afe98f571e676956aad54b29526bad | refs/heads/master | 2020-03-08T16:51:04.750607 | 2018-06-05T02:48:13 | 2018-06-05T02:48:13 | 128,252,325 | 0 | 0 | null | 2018-04-05T19:08:42 | 2018-04-05T19:08:42 | null | UTF-8 | Java | false | false | 23,455 | java | /**
* DataHandler.java
*
**/
package calendar;
import java.util.*;
import java.io.*;
import javax.xml.parsers.*;
import javax.xml.transform.*;
import javax.xml.transform.dom.*;
import javax.xml.transform.stream.*;
import org.xml.sax.*;
import org.w3c.dom.*;
/**
* This handles all data that is read and written from disk.
**/
public class DataHandler {
/** Default file name **/
private static String DEFAULT_FILE_NAME = "calendar.xml";
/** Default auto-save setting after each change to an appointment **/
private static boolean DEFAULT_AUTO_SAVE = true;
/** Very top of the XML document **/
private Document document;
/** Stores whether or not the datahandler was initialized **/
private boolean valid;
/** The file name (with the path) to read and write XML to **/
private String fileName;
/** The auto-save setting to use **/
private boolean autoSave;
/**
* Default constructor
* Creates a new DataHandler with the default filename and auto-save setting
**/
public DataHandler() throws IOException {
//Call the other constructor using the default file name.
//The default file is stored in the user's home directory.
this(System.getProperty("user.dir") +
System.getProperty("file.separator") + DEFAULT_FILE_NAME);
}
/**
* Creates a new data handler with the specified filename.
* Uses the default auto-save setting.
**/
public DataHandler(String fileName) throws IOException {
this(fileName, DEFAULT_AUTO_SAVE);
}
/**
* Creates a new data handler with the specified filename and auto-save
* setting
**/
public DataHandler(String fileName, boolean autoSave) throws IOException {
//Record the line separator for later use
String separator = System.getProperty("line.separator");
//The data handler isn't valid unless everything is set up correctly
valid = false;
//Record the auto-save setting and file name
this.autoSave = autoSave;
setFileName(fileName);
//Read the XML file...
//Step 1. Set up document builder factory and its settings
DocumentBuilderFactory dbf = DocumentBuilderFactory.newInstance();
dbf.setValidating(false);
dbf.setIgnoringComments(false);
dbf.setIgnoringElementContentWhitespace(false);
dbf.setCoalescing(false);
dbf.setExpandEntityReferences(true);
//Step 2. Create a document builder from the factory
DocumentBuilder db = null;
try {
db = dbf.newDocumentBuilder();
}
catch (ParserConfigurationException pce) {
throw new IOException("Invalid parser configuration." + separator +
pce.getMessage());
}
db.setErrorHandler(new XmlParserErrorHandler());
//Step 3. Parse the file now (or a default string if it doesn't exist)
Document doc = null;
try {
File file = new File(fileName);
if (file.isFile()) {
doc = db.parse(file);
}
else {
String newFile = "<?xml version=\"1.0\"?><calendar/>";
InputSource is = new InputSource(new StringReader(newFile));
doc = db.parse(is);
}
}
catch (SAXException se) {
throw new IOException("Unable to read document." + separator +
se.getMessage());
}
//Set the document node now
setDocument(doc);
valid = true;
}
/**
* Retrieves a range of appointments between two dates.
* @return A list of all of the CalDays between firstDate (inclusive)
* and lastDate (exclusive) with their respective appointments. If the
* data handler has not been initialized correctly, null is returned.
* @throws DateOutOfRangeException If any of the days constructed by the
* given values are invalid, or if date 2 is not after date 1.
**/
public List<CalDay> getApptRange(GregorianCalendar firstDay,
GregorianCalendar lastDay) throws DateOutOfRangeException {
//Internal Diagnositic Messages turned on when true
//boolean diagnose = false;
//If the data handler isn't initialized return null
if (isValid() == false) {
return null;
}
//Make sure that the first day is before the last day
if (!firstDay.before(lastDay)) {
throw new DateOutOfRangeException("Second date specified is not " +
"before the first date specified.");
}
//Create a linked list of calendar days to return
LinkedList<CalDay> calDays = new LinkedList<CalDay>();
//Create the first CalDay object with the starting date and add to list
GregorianCalendar nextDay = (GregorianCalendar) firstDay.clone();
while (nextDay.before(lastDay)) {
calDays.add(new CalDay(nextDay));
nextDay.add(nextDay.DAY_OF_MONTH, 1);
}
/* if (diagnose) {
System.out.println("=======================================");
System.out.println("DEBUGGING GETTING OF APPOINTMENTS ");
}*/
//Retrieve the root node - <calendar>
Document doc = getDocument();
Element root = doc.getDocumentElement();
/* if (diagnose) {
System.out.println("Root node: " + root.getTagName());
System.out.println("All following nodes should be appt nodes.");
}*/
//Retrieve the root's children - <appt> nodes
NodeList appts = root.getChildNodes();
for (int i = 0; i < appts.getLength(); i++) {
Element currentAppt = (Element) appts.item(i);
/*if (diagnose) {
System.out.println("Nodes under the root: " +
currentAppt.getTagName());
}*/
//For this appointment, get the values of all fields
NodeList fieldNodes = currentAppt.getChildNodes();
Hashtable<String, String> fields = new Hashtable<String, String>();
/* if (diagnose) {
System.out.println("Preparing to read each field for the appt");
}*/
for (int j = 0; j < fieldNodes.getLength(); j++) {
Element currentField = (Element) fieldNodes.item(j);
String fieldName = currentField.getTagName();
/*if (diagnose) {
System.out.println("Reading field: " + fieldName);
}*/
String fieldValue = "";
NodeList fieldValueNodes = currentField.getChildNodes();
for (int k = 0; k < fieldValueNodes.getLength(); k++) {
Text text = (Text)fieldValueNodes.item(k);
fieldValue += text.getData();
}
/* if (diagnose) {
System.out.println("Reading field's value: " + fieldValue);
}*/
fields.put(fieldName, fieldValue);
}
//Construct a new Appointment object with the data found
Appt appt = new Appt(
Integer.parseInt((String)fields.get("startHour")),
Integer.parseInt((String)fields.get("startMinute")),
Integer.parseInt((String)fields.get("startDay")),
Integer.parseInt((String)fields.get("startMonth")),
Integer.parseInt((String)fields.get("startYear")),
(String)fields.get("title"),
(String)fields.get("description"),
(String)fields.get("location"));
LinkedList<String> recurDaysList = new LinkedList<String>();
StringTokenizer stk =
new StringTokenizer((String)fields.get("recurDays"));
while (stk.hasMoreTokens()) {
recurDaysList.add(stk.nextToken(","));
}
int[] recurDaysArr = new int[recurDaysList.size()];
for (int j = 0; j < recurDaysList.size(); j++) {
recurDaysArr[j] = Integer.parseInt((String)recurDaysList.get(j));
}
appt.setRecurrence(recurDaysArr,
Integer.parseInt((String)fields.get("recurBy")),
Integer.parseInt((String)fields.get("recurIncrement")),
Integer.parseInt((String)fields.get("recurNumber")));
//**When changing these later, remember to check for NULL ***/
/* if (diagnose) {
System.out.println("Calculating appointment occurrences.");
}*/
//Figure out which days the appointment occurs on
LinkedList<GregorianCalendar> apptOccursOnDays =
getApptOccurences(appt, firstDay, lastDay);
/* if (diagnose) {
System.out.println("This appointment occurs on: ");
}*/
//For each day in the list, calculate the difference between the
//first day and the day of occurrence and add the appointment to
//the correct CalDay
int daysDifference = 0;
nextDay = (GregorianCalendar)firstDay.clone();
Iterator itr = apptOccursOnDays.iterator();
while (itr.hasNext()) {
GregorianCalendar apptOccursOn = (GregorianCalendar)itr.next();
/* if (diagnose) {
System.out.println("\t" + apptOccursOn);
}*/
while(nextDay.before(apptOccursOn)) {
daysDifference++;
nextDay.add(nextDay.DAY_OF_MONTH, 1);
}
CalDay calDayOfAppt = (CalDay)calDays.get(daysDifference);
calDayOfAppt.addAppt(appt);
}
//This appointment has been added to all CalDays
/* if (diagnose) {
System.out.println("This appointment is done.");
}*/
} //for nodelist
return calDays;
}
/**
* This takes the given appointment and constructs a linked list of
* GregorianCalendar's, each of which represent a day when the appointment
* occurs. The days are guaranteed to be between firstDay (inclusive) and
* lastDay (exclusive). They are guaranteed to be in order.
**/
private static LinkedList<GregorianCalendar> getApptOccurences(Appt appt,
GregorianCalendar firstDay, GregorianCalendar lastDay) {
LinkedList<GregorianCalendar> result = new LinkedList<GregorianCalendar>();
//Make sure that the firstDay is before the last day
if (!firstDay.before(lastDay)) {
return result;
}
//Get the first recurrence taken care of
GregorianCalendar occurrenceDay =
new GregorianCalendar(appt.getStartYear(), appt.getStartMonth()-1,
appt.getStartDay());
//If the first occurrence is after the last day, then it doesn't matter
//when it recurs because those dates must be after the last day too
if (!occurrenceDay.before(lastDay)) {
return result;
}
//Make sure that there is a limited number of recurrences
for (int i = 0; i < appt.getRecurNumber()+1; i++) {
//Add the day of occurrence to the list if it is after the first day
if (!occurrenceDay.before(firstDay)) {
result.add(occurrenceDay);
}
//Calculate the next recurrence day
occurrenceDay = getNextApptOccurrence(appt, occurrenceDay);
if (occurrenceDay == null) {
break;
}
//Keep cycling while the occurence day is in range
if (!occurrenceDay.before(lastDay)) {
break;
}
}
return result;
}
/**
* Calculates the next recurring day in the given appointment. If the
* appointment does not recur it returns null. If the date cannot be
* calculated for some reason it returns null.
**/
private static GregorianCalendar getNextApptOccurrence(Appt appt,
GregorianCalendar day) {
//If the appointment does not recur then return null
if (appt.isRecurring()) {
return null;
}
//Leave the original day untouched.
GregorianCalendar nextDay = (GregorianCalendar)day.clone();
//This depends on the recurrence settings
switch (appt.getRecurBy()) {
case Appt.RECUR_BY_WEEKLY:
int[] recurDays = appt.getRecurDays();
//If the user specified weekly recurrence and didn't specify
//which week days, then assume it is the same week day of the
//first occurrence
if (recurDays.length == 0) {
//Add 7 days and return that by default
nextDay.add(nextDay.DAY_OF_MONTH, 7);
return nextDay;
}
//The user did specify weekly recurrence, so increment the
//day until it falls on a weekday the user specified
for (int k = 0; k < 7; k++) {
nextDay.add(nextDay.DAY_OF_MONTH, 1);
int newDayOfWeek = nextDay.get(nextDay.DAY_OF_WEEK);
for (int i = 0; i < recurDays.length; i++) {
//If the calendar is set to a day of the week that the
//appt recurs on then return that day.
if (recurDays[i] == newDayOfWeek) {
return nextDay;
}
}
}
//The loop above should have found a day. If the program
//execution is here then the weekdays specified are not in the
//range of valid Gregorian Calendar Days. Return null here.
return null;
case Appt.RECUR_BY_MONTHLY:
//Just increment the month and return the day. Not sure what
//happens when the day is 31 and the next month has 30 days...
nextDay.add(nextDay.MONTH, 1);
return nextDay;
case Appt.RECUR_BY_YEARLY:
//Just increment the year. The only possible problem is an
//appointment that recurs on February 29.
nextDay.add(nextDay.YEAR, 1);
return nextDay;
}
return null;
}
/**
* Saves an appointment's information to the XML data tree. Does not
* write a new XML file to disk.
* @return True if the appointment was saved correctly
**/
public boolean saveAppt(Appt appt) {
//First things first - Do not save invalid appointments
if (!appt.getValid()) {
return false;
}
//Add a new appt element node to the XML tree
Document doc = getDocument();
Element root = doc.getDocumentElement();
Element apptElement = doc.createElement("appt");
root.appendChild(apptElement);
/* Take the appointment's data and put it in XML tree of elements.
* Unfortunately, this is a little sloppy because the work needs to be
* done someplace. I am explaining one of the entries. The others
* are similar. **/
//Step 1 - Create a new element node that will store the start hour
Element startHourElement = doc.createElement("startHour");
//Step 2 - Create a new text node that stores the data (these aren't
// elements) The appt data is an integer and it is converted to string
Text startHourText = doc.createTextNode(
Integer.toString(appt.getStartHour()));
//Step 3 - The text node is a child of the element node
startHourElement.appendChild(startHourText);
//Step 4 - The element is a child of the appt node
apptElement.appendChild(startHourElement);
//The above is repeated for each element
Element startMinuteElement = doc.createElement("startMinute");
Text startMinuteText = doc.createTextNode(
Integer.toString(appt.getStartMinute()));
startMinuteElement.appendChild(startMinuteText);
apptElement.appendChild(startMinuteElement);
Element startDayElement = doc.createElement("startDay");
Text startDayText = doc.createTextNode(
Integer.toString(appt.getStartDay()));
startDayElement.appendChild(startDayText);
apptElement.appendChild(startDayElement);
Element startMonthElement = doc.createElement("startMonth");
Text startMonthText = doc.createTextNode(
Integer.toString(appt.getStartMonth()));
startMonthElement.appendChild(startMonthText);
apptElement.appendChild(startMonthElement);
Element startYearElement = doc.createElement("startYear");
Text startYearText = doc.createTextNode(
Integer.toString(appt.getStartYear()));
startYearElement.appendChild(startYearText);
apptElement.appendChild(startYearElement);
Element titleElement = doc.createElement("title");
Text titleText = doc.createTextNode(appt.getTitle());
titleElement.appendChild(titleText);
apptElement.appendChild(titleElement);
Element descriptionElement = doc.createElement("description");
Text descriptionText = doc.createTextNode(appt.getDescription());
descriptionElement.appendChild(descriptionText);
apptElement.appendChild(descriptionElement);
Element emailAddressElement = doc.createElement("emailAddress");
Text emailAddressText = doc.createTextNode(appt.getEmailAddress());
emailAddressElement.appendChild(emailAddressText);
apptElement.appendChild(emailAddressElement);
Element recurDaysElement = doc.createElement("recurDays");
String recurDaysString = "";
for (int i = 0; i < appt.getRecurDays().length; i++) {
recurDaysString += appt.getRecurDays()[i] + ",";
}
Text recurDaysText = doc.createTextNode(recurDaysString);
recurDaysElement.appendChild(recurDaysText);
apptElement.appendChild(recurDaysElement);
Element recurByElement = doc.createElement("recurBy");
Text recurByText = doc.createTextNode(
Integer.toString(appt.getRecurBy()));
recurByElement.appendChild(recurByText);
apptElement.appendChild(recurByElement);
Element recurIncrementElement = doc.createElement("recurIncrement");
Text recurIncrementText = doc.createTextNode(
Integer.toString(appt.getRecurIncrement()));
recurIncrementElement.appendChild(recurIncrementText);
apptElement.appendChild(recurIncrementElement);
Element recurNumberElement = doc.createElement("recurNumber");
Text recurNumberText = doc.createTextNode(
Integer.toString(appt.getRecurNumber()));
recurNumberElement.appendChild(recurNumberText);
apptElement.appendChild(recurNumberElement);
//Let the appointment know where it is stored in the XML tree
((Appt) appt).setXmlElement(apptElement);
//Handle the auto saving option
if (isAutoSave()) {
return save();
}
else {
return true;
}
}
/**
* Deletes the appointment's information from the XML data tree. Does not
* write a new XML file to disk.
* @return True if the appointment is deleted successfully.
**/
public boolean deleteAppt(Appt appt) {
//Do not do anything to invalid appointments
if (!appt.getValid()) {
return false;
}
//Remove the appointment from the XML tree if applicable
Element apptElement = appt.getXmlElement();
if (apptElement == null) {
return false;
}
Node parentNode = apptElement.getParentNode();
parentNode.removeChild(apptElement);
appt.setXmlElement(null);
if (isAutoSave()) {
return save();
}
else {
return true;
}
}
/**
* Writes a new XML file to disk.
**/
public boolean save() {
try {
//Create a transformer. The transformer is not really transforming
//much, it is just outputting XML
TransformerFactory tFactory = TransformerFactory.newInstance();
Transformer transformer = tFactory.newTransformer();
DOMSource source = new DOMSource(getDocument());
File outputFile = new File(getFileName());
StreamResult result = new StreamResult(outputFile);
transformer.transform(source, result);
}
//These exceptions should never be thrown because the structure of
//the XML document is preset and they are simple, any problems
//should be covered in testing. Therefore, they just return false.
catch (TransformerConfigurationException tce) {
return false;
}
catch (TransformerException te) {
return false;
}
return true;
}
/**
* @return True if autoSave is set
**/
private boolean isAutoSave() {
return autoSave;
}
/**
* @return True if the dataHandler is initialized correctly
**/
private boolean isValid() {
return valid;
}
/** Sets parent **/
private void setDocument(Document document) {
this.document = document;
}
/** Sets fileName **/
private void setFileName(String fileName) {
this.fileName = fileName;
}
/** Gets parent **/
private Document getDocument() {
return document;
}
/** Gets filename **/
private String getFileName() {
return fileName;
}
} | [
"camposdl@oregonstate.edu"
] | camposdl@oregonstate.edu |
550157b219a74ed3d501567881cbb322f87c5191 | b8e078de1651c0a8434b71f816e3472dc295b734 | /src/main/java/FindingKthSmallestElementInUnsortedArray.java | 76350e8ccb26ddc8f85505fbe794b3c4d09dc527 | [] | no_license | nikhilagrwl07/Daily-Coding-Problem | 07008042c1fc0ddd01651df50b24d0277ebe11b2 | 25f02d805b65c8a87e43b2b4d41b36f5c702457a | refs/heads/master | 2020-05-21T00:17:17.640958 | 2019-06-28T18:08:40 | 2019-06-28T18:08:40 | 185,822,041 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 2,168 | java | package main.java;
public class FindingKthSmallestElementInUnsortedArray {
public static void main(String[] args) {
Integer[] arr = new Integer[]{12, 3, 5, 7, 4, 19, 26};
int k = 3;
System.out.print("K'th smallest element is " +
kthSmallest(arr, 0, arr.length - 1, k));
}
// This function returns k'th smallest element
// in a[left..right] using QuickSort based method.
// ASSUMPTION: ALL ELEMENTS IN ARR[] ARE DISTINCT
public static int kthSmallest(Integer[] a, int left, int right, int k) {
// If k is smaller than number of elements
// in array
if (k > 0 && k <= right - left + 1) {
// Partition the array around last
// element and get position of pivot
// element in sorted array
int pos = partition(a, left, right);
// If position is same as k
if (pos - left == k - 1)
return a[pos];
// If position is more, recur for
// left subarray
if (pos - left > k - 1)
return kthSmallest(a, left, pos - 1, k);
// Else recur for right subarray
return kthSmallest(a, pos + 1, right, k - 1 + left - pos); // Not able to understand this part, hence
// ignoring the solution
}
// If k is more than number of elements
// in array
return Integer.MAX_VALUE;
}
// Standard partition process of QuickSort.
// It considers the last element as pivot
// and moves all smaller element to left of
// it and greater elements to right
public static int partition(Integer[] arr, int l,
int r) {
int x = arr[r], i = l;
for (int j = l; j <= r - 1; j++) {
if (arr[j] <= x) {
//Swapping arr[i] and arr[j]
int temp = arr[i];
arr[i] = arr[j];
arr[j] = temp;
i++;
}
}
//Swapping arr[i] and arr[r]
int temp = arr[i];
arr[i] = arr[r];
arr[r] = temp;
return i;
}
}
| [
"nikhil.agrwl07@gmail.com"
] | nikhil.agrwl07@gmail.com |
b1674df250a75a3dc8bd8989b403e383145aa752 | 5467709231315fd41bf9aba98f23cdea50ea76b9 | /src/main/java/si/inspired/votingsys/persistence/model/Restaurant.java | 640db30343443d9ad78724f556365c6338992b7d | [] | no_license | JavaEEPRO/votingsys | 55035ca56f56c08db420172e5b2f2bdccc549367 | 9bbca29b6e6f89ccb82d28e45c540342a6fa8853 | refs/heads/master | 2023-06-24T13:18:53.709739 | 2020-07-06T13:18:24 | 2020-07-06T13:18:24 | 275,181,840 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,160 | java | package si.inspired.votingsys.persistence.model;
import si.inspired.votingsys.persistence.model.abstractModel.AbstractNamedEntity;
import javax.persistence.*;
import java.util.Collection;
@Entity
@Table(name = "vs_restaurant")
public class Restaurant extends AbstractNamedEntity {
@OneToMany(fetch = FetchType.LAZY)
@JoinTable(name = "restaurants_menus", joinColumns = @JoinColumn(name = "restaurant_id", referencedColumnName = "id"), inverseJoinColumns = @JoinColumn(name = "menu_id", referencedColumnName = "id"))
private Collection<Menu> menus;
@OneToMany(fetch = FetchType.EAGER)
@JoinTable(name = "restaurants_votes", joinColumns = @JoinColumn(name = "restaurant_id", referencedColumnName = "id"), inverseJoinColumns = @JoinColumn(name = "vote_id", referencedColumnName = "id"))
private Collection<Vote> votes;
public Collection<Menu> getMenus() {
return menus;
}
public void setMenus(Collection<Menu> menus) {
this.menus = menus;
}
public Collection<Vote> getVotes() {
return votes;
}
public void setVotes(Collection<Vote> votes) {
this.votes = votes;
}
}
| [
"j2eengineer@gmail.com"
] | j2eengineer@gmail.com |
0e3030903148dddfe3c7a47e81278ba7bec1329b | 5da7b4a375df03902f21c21939451f653f12554d | /MaiBo/src/com/mb/android/maiboapp/activity/AddMBMenu.java | b90f22ffe931921bb0e73d489f7ede026107847b | [] | no_license | cgy529387306/Maibo | d7d404d1b8279a05afe9f215a4a903298b8173b3 | 16d9b2e3f0b02788797723b70921c53b8d326c1e | refs/heads/master | 2020-04-26T03:30:28.567125 | 2019-03-01T09:01:32 | 2019-03-01T09:01:32 | 173,269,015 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,032 | java | package com.mb.android.maiboapp.activity;
import android.content.Intent;
import android.media.MediaPlayer;
import android.os.Bundle;
import android.view.View;
import android.view.animation.AnimationUtils;
import android.widget.LinearLayout;
import android.widget.RelativeLayout;
import android.widget.TextView;
import com.mb.android.maiboapp.BaseActivity;
import com.mb.android.maiboapp.R;
import com.mb.android.maiboapp.constants.ProjectConstants;
import com.mb.android.maiboapp.entity.UserEntity;
import com.mb.android.maiboapp.utils.NavigationHelper;
import com.mb.android.maiboapp.utils.ProjectHelper;
import com.tandy.android.fw2.utils.PreferencesHelper;
/**
* Created by Administrator on 2015/8/30.
*/
public class AddMBMenu extends BaseActivity implements View.OnClickListener {
private TextView addText,addPicture,addFriend,addLong,addCamera;
private LinearLayout addCancle = null;
private LinearLayout add = null;
private RelativeLayout addBg = null;
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_add_menu);
addText = findView(R.id.menu_add_text);
addPicture = findView(R.id.menu_add_pic);
addCamera = findView(R.id.menu_add_camera);
addFriend = findView(R.id.menu_add_friend);
addLong = findView(R.id.menu_add_long);
addCancle = findView(R.id.menu_add_cancle);
add = findView(R.id.menu_add_layout);
addBg = findView(R.id.menu_add_bg);
addText.setOnClickListener(this);
addPicture.setOnClickListener(this);
addCamera.setOnClickListener(this);
addFriend.setOnClickListener(this);
addLong.setOnClickListener(this);
addCancle.setOnClickListener(this);
addBg.setOnClickListener(this);
addText.setOnLongClickListener(new View.OnLongClickListener() {
@Override
public boolean onLongClick(View view) {
ProjectHelper.startScaleAnimation(addText);
return false;
}
});
addPicture.setOnLongClickListener(new View.OnLongClickListener() {
@Override
public boolean onLongClick(View view) {
ProjectHelper.startScaleAnimation(addPicture);
return false;
}
});
addCamera.setOnLongClickListener(new View.OnLongClickListener() {
@Override
public boolean onLongClick(View view) {
ProjectHelper.startScaleAnimation(addCamera);
return false;
}
});
addFriend.setOnLongClickListener(new View.OnLongClickListener() {
@Override
public boolean onLongClick(View view) {
ProjectHelper.startScaleAnimation(addFriend);
return false;
}
});
addLong.setOnLongClickListener(new View.OnLongClickListener() {
@Override
public boolean onLongClick(View view) {
ProjectHelper.startScaleAnimation(addLong);
return false;
}
});
add.setAnimation(AnimationUtils.loadAnimation(this, R.anim.add_menu_in_from_down));
}
@Override
public void onClick(View view) {
Intent intent = null;
switch (view.getId()) {
case R.id.menu_add_text:
if (UserEntity.getInstance().born()){
intent = new Intent(getApplicationContext(), MBPostActivtiy.class);
intent.putExtra("type", MBPostActivtiy.AddType.Text.toString());
startActivity(intent);
}else {
Bundle bundle = new Bundle();
bundle.putBoolean(ProjectConstants.BundleExtra.KEY_IS_CLOSE, false);
NavigationHelper.startActivity(AddMBMenu.this, UserLoginActivity.class, bundle, false);
}
break;
case R.id.menu_add_pic:
if (UserEntity.getInstance().born()){
intent = new Intent(getApplicationContext(), MBPostActivtiy.class);
intent.putExtra("type", MBPostActivtiy.AddType.Picture.toString());
startActivity(intent);
}else {
Bundle bundle = new Bundle();
bundle.putBoolean(ProjectConstants.BundleExtra.KEY_IS_CLOSE, false);
NavigationHelper.startActivity(AddMBMenu.this, UserLoginActivity.class, bundle, false);
}
break;
case R.id.menu_add_camera:
if (UserEntity.getInstance().born()){
intent = new Intent(getApplicationContext(), MBPostActivtiy.class);
intent.putExtra("type", MBPostActivtiy.AddType.Camera.toString());
startActivity(intent);
}else {
Bundle bundle = new Bundle();
bundle.putBoolean(ProjectConstants.BundleExtra.KEY_IS_CLOSE, false);
NavigationHelper.startActivity(AddMBMenu.this, UserLoginActivity.class, bundle, false);
}
break;
case R.id.menu_add_friend:
if (UserEntity.getInstance().born()){
intent = new Intent(getApplicationContext(), MBPostActivtiy.class);
intent.putExtra("type", MBPostActivtiy.AddType.Friend.toString());
startActivity(intent);
}else {
Bundle bundle = new Bundle();
bundle.putBoolean(ProjectConstants.BundleExtra.KEY_IS_CLOSE, false);
NavigationHelper.startActivity(AddMBMenu.this, UserLoginActivity.class, bundle, false);
}
break;
case R.id.menu_add_long:
if (UserEntity.getInstance().born()){
intent = new Intent(getApplicationContext(), MBPostLongActivtiy.class);
startActivity(intent);
}else {
Bundle bundle = new Bundle();
bundle.putBoolean(ProjectConstants.BundleExtra.KEY_IS_CLOSE, false);
NavigationHelper.startActivity(AddMBMenu.this, UserLoginActivity.class, bundle, false);
}
break;
case R.id.menu_add_cancle:
boolean isOpen = PreferencesHelper.getInstance().getBoolean(ProjectConstants.Preferences.KEY_IS_OPEN_SOUND,true);
if (isOpen) {
showSound();
}
onBackPressed();
break;
case R.id.menu_add_bg:
break;
}
finish();
}
private void showSound() {
MediaPlayer player = MediaPlayer.create(AddMBMenu.this,
R.raw.radar_pop);
player.setOnCompletionListener(new MediaPlayer.OnCompletionListener() {
@Override
public void onCompletion(MediaPlayer mp) {
mp.release();
}
});
player.start();
}
}
| [
"661005@nd.com"
] | 661005@nd.com |
9204ea175e9864566ff2351d5ce37f3e6cb924b2 | 309120df8e3ee5d84f1099a585b73aec6d092fd2 | /mqtt-spy/src/test/java/pl/baczkowicz/mqtt/spy/versions/VersionComparison.java | 6fec85ef00f3d795ad3d8ef9b9e168ff398f062b | [] | no_license | 0x7678/mqtt-spy | 52fd6fa653a615e4eac1917aa989e1f6b59c147a | f31a25b9b930a572703d50c744b4f752df11a4ef | refs/heads/main | 2021-01-22T13:17:20.129801 | 2014-10-19T16:18:15 | 2014-10-19T16:18:15 | 38,623,648 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 955 | java | package pl.baczkowicz.mqtt.spy.versions;
import static org.junit.Assert.*;
import org.apache.maven.artifact.versioning.DefaultArtifactVersion;
import org.junit.Before;
import org.junit.Test;
public class VersionComparison
{
@Before
public void setUp() throws Exception
{
}
@Test
public final void test()
{
final String v8b1 = "0.0.8-beta-1";
final String v8b10 = "0.0.8-beta-10";
final String v8b2 = "0.0.8-beta-2";
final String v8 = "0.0.8-11";
assertTrue(0 == new DefaultArtifactVersion(v8b1).compareTo(new DefaultArtifactVersion(v8b1)));
assertTrue(0 > new DefaultArtifactVersion(v8b1).compareTo(new DefaultArtifactVersion(v8b10)));
assertTrue(0 > new DefaultArtifactVersion(v8b1).compareTo(new DefaultArtifactVersion(v8b2)));
assertTrue(0 > new DefaultArtifactVersion(v8b2).compareTo(new DefaultArtifactVersion(v8b10)));
assertTrue(0 > new DefaultArtifactVersion(v8b2).compareTo(new DefaultArtifactVersion(v8)));
}
}
| [
"kamil.baczkowicz@gmail.com"
] | kamil.baczkowicz@gmail.com |
ed367a64a4daa0f2cbbbee1c8258b26d541015fc | 87cbfc4f3f34a07da9be8aa5260edf322b2a163b | /src/tests/AnimationDataTest.java | 40506a33aedb2dbc598d3848bf48358c841f6fa9 | [] | no_license | conor-mcmullan/Graph-Algorithm-Animation-JavaFX-App | c1c8f5b08a605b08a76123565f83acb34cd21454 | 78aeae30e4322d763f6519734e0cbcf93937898b | refs/heads/master | 2021-05-24T11:53:37.614001 | 2020-04-08T12:41:11 | 2020-04-08T12:41:11 | 253,547,037 | 3 | 0 | null | null | null | null | UTF-8 | Java | false | false | 809 | java | package tests;
import org.junit.jupiter.api.AfterEach;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Test;
public class AnimationDataTest {
@BeforeEach
void setUp() {
}
@AfterEach
void tearDown() {
}
@Test
void test() {
}
/*
* TEST
*
* AnimationData
* constructor - class != null and method Access
*
* Setters & Getters
* addLogInfo
* addLogInfo - initial
* addLogInfo - appened data
*
* addTravesal
* addTravesal - new t
* addTravesal - exitsing t
*
* setTravesalValues
* setTravesalValues - un ordered cost map
* setTravesalValues - empty cost map
* setTravesalValues - complete cost map
*
* */
} | [
"cmcmullan58@qub.ac.uk"
] | cmcmullan58@qub.ac.uk |
11d351bb0c2e1ea4c9081b17681bd0b7f8246c49 | 85c29973f1b9c4dfe1ebf666dfd867d667ca90a5 | /src/main/java/datasetCulturalPractice/Town.java | b6a4e2a2cf498e89ccd31527c378af56358af5fa | [] | no_license | giuspo8/ProgettoProgrammazioneOggetti | 01b7efb97649a01b3def2a2b7c8ea4567014346e | 38995043427f790a04c817904da74b90ba835c7f | refs/heads/master | 2020-05-21T16:00:07.427196 | 2019-06-18T06:16:25 | 2019-06-18T06:16:25 | 186,103,893 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,734 | java | package datasetCulturalPractice;
/**
* Città di un {@link Proponent}
* @author Giuseppe Costantini
* @author Davide Vitaletti
* @version 1.0
*/
public class Town {
//Attributi
private String name;
private String province;
//Metodi
/**
* Crea una nuova citta'
* @param name nome della citta'
*/
public Town(String name) {
super();
this.name = name;
}
/**
* Crea una nuova citta'
* @param name nome della citta'
* @param province provincia della citta'
*/
public Town(String name, String province) {
this.name = name;
this.province = province;
}
public String getName() {
return name;
}
public void setName(String name) {
this.name = name;
}
public String getProvince() {
return province;
}
public void setProvince(String province) {
this.province = province;
}
@Override
public String toString() {
return "Town [name=" + name + ", province=" + province + "]";
}
@Override
public int hashCode() {
final int prime = 31;
int result = 1;
result = prime * result + ((name == null) ? 0 : name.hashCode());
result = prime * result + ((province == null) ? 0 : province.hashCode());
return result;
}
@Override
public boolean equals(Object obj) {
if (this == obj)
return true;
if (obj == null)
return false;
if (getClass() != obj.getClass())
return false;
Town other = (Town) obj;
if (name == null) {
if (other.name != null)
return false;
} else if (!name.equals(other.name))
return false;
if (province == null) {
if (other.province != null)
return false;
} else if (!province.equals(other.province))
return false;
return true;
}
}
| [
"giuspo89@hotmail.com"
] | giuspo89@hotmail.com |
bfe75a87e7b1137f9e44fed448a0816399f4f3e5 | 035651b8b8414447f8831bfcc4808b3c4d253e03 | /Template2.1/src/main/java/com/awei/config/MyHandlerInterceptor.java | ee463bdb494bc585b383054ab05a09a45917708b | [] | no_license | zhouwenhao123456/dianshangshixun | 731f1d373931ff222988abf75fe6c4da6076e4f8 | 9a78602535fd26def55293232307748cb3025723 | refs/heads/master | 2023-03-23T07:08:32.634023 | 2021-03-16T13:16:59 | 2021-03-16T13:16:59 | 348,331,839 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 867 | java | package com.awei.config;
import org.springframework.web.servlet.HandlerInterceptor;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
public class MyHandlerInterceptor implements HandlerInterceptor {
//对未登录的用户进行拦截
@Override
public boolean preHandle(HttpServletRequest request, HttpServletResponse response, Object handler) throws Exception {
//获取Session
Object loginUser = request.getSession().getAttribute("username");
//如果不存在 则未登录 无法访问
if (loginUser == null){
request.setAttribute("msg","没有权限,请先登录!");
request.getRequestDispatcher("/view/login.html").forward(request,response);
return false;
}
//如果存在就放行
return true;
}
}
| [
"903985300@qq.com"
] | 903985300@qq.com |
3aeb84c5871cb45311e7d3e2fb5c6c8d0f726a49 | 425c02bd27bb62fcf673b352dd6f38efca341254 | /baselib/src/main/java/com/yeluodev/lib/utils/imageloader/BaseImageLoaderProvider.java | 37f2e82af9d9cc7646c642530b874bf73b79b404 | [] | no_license | yeluodev/libdemo | 1312ab3719020ca3069b32fdad50e7f5996300bf | f1ab8c0a674e83bc90107eb0ef64d77f88773971 | refs/heads/master | 2020-12-25T22:57:16.939546 | 2017-09-24T15:02:53 | 2017-09-24T15:02:53 | 68,575,547 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 326 | java | package com.yeluodev.lib.utils.imageloader;
import android.content.Context;
/**
* 图片加载的抽象类
* 作者:yeluodev
* 创建时间:2016/9/26 17:23
* 修改时间:2016/9/26 17:23
*/
public abstract class BaseImageLoaderProvider {
public abstract void loadImage(Context context, ImageLoader loader);
}
| [
"714079340@qq.com"
] | 714079340@qq.com |
cdbbcc63278a85466f6a6da2bcbe58c447c9402c | 9cc52e12cf1a35736811e50ef5d0db6f54757b81 | /app/src/main/java/adm/cristina/mobilemgmt/SignupActivity.java | 836465ac4c9f6c0748742b45fd79eb8e9d7f9043 | [] | no_license | Sadrith-Mora/MobileMgmt | f64d558e780577e7c19e6612430c327565f8f16a | a96c46c900d65e42c8ee3dc7715a9abad160b8e8 | refs/heads/master | 2021-01-22T03:40:05.828712 | 2017-02-09T12:32:24 | 2017-02-09T12:32:24 | 81,448,433 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,502 | java | package adm.cristina.mobilemgmt;
import android.content.Intent;
import android.os.Bundle;
import android.support.annotation.NonNull;
import android.support.v7.app.AppCompatActivity;
import android.text.TextUtils;
import android.view.View;
import android.widget.Button;
import android.widget.EditText;
import android.widget.ProgressBar;
import android.widget.Toast;
import com.google.android.gms.tasks.OnCompleteListener;
import com.google.android.gms.tasks.Task;
import com.google.firebase.auth.AuthResult;
import com.google.firebase.auth.FirebaseAuth;
public class SignupActivity extends AppCompatActivity {
private EditText inputEmail, inputPassword;
private Button btnSignIn, btnSignUp, btnResetPassword;
private ProgressBar progressBar;
private FirebaseAuth auth;
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_signup);
//Get Firebase auth instance
auth = FirebaseAuth.getInstance();
btnSignIn = (Button) findViewById(R.id.sign_in_button);
btnSignUp = (Button) findViewById(R.id.sign_up_button);
inputEmail = (EditText) findViewById(R.id.email);
inputPassword = (EditText) findViewById(R.id.password);
progressBar = (ProgressBar) findViewById(R.id.progressBar);
btnResetPassword = (Button) findViewById(R.id.btn_reset_password);
btnResetPassword.setOnClickListener(new View.OnClickListener() {
@Override
public void onClick(View v) {
startActivity(new Intent(SignupActivity.this, ResetPasswordActivity.class));
}
});
btnSignIn.setOnClickListener(new View.OnClickListener() {
@Override
public void onClick(View v) {
finish();
}
});
btnSignUp.setOnClickListener(new View.OnClickListener() {
@Override
public void onClick(View v) {
String email = inputEmail.getText().toString().trim();
String password = inputPassword.getText().toString().trim();
if (TextUtils.isEmpty(email)) {
Toast.makeText(getApplicationContext(), "Enter email address!", Toast.LENGTH_SHORT).show();
return;
}
if (TextUtils.isEmpty(password)) {
Toast.makeText(getApplicationContext(), "Enter password!", Toast.LENGTH_SHORT).show();
return;
}
if (password.length() < 6) {
Toast.makeText(getApplicationContext(), "Password too short, enter minimum 6 characters!", Toast.LENGTH_SHORT).show();
return;
}
progressBar.setVisibility(View.VISIBLE);
//create user
auth.createUserWithEmailAndPassword(email, password)
.addOnCompleteListener(SignupActivity.this, new OnCompleteListener<AuthResult>() {
@Override
public void onComplete(@NonNull Task<AuthResult> task) {
Toast.makeText(SignupActivity.this, "createUserWithEmail:onComplete:" + task.isSuccessful(), Toast.LENGTH_SHORT).show();
progressBar.setVisibility(View.GONE);
// If sign in fails, display a message to the user. If sign in succeeds
// the auth state listener will be notified and logic to handle the
// signed in user can be handled in the listener.
if (!task.isSuccessful()) {
Toast.makeText(SignupActivity.this, "Authentication failed." + task.getException(),
Toast.LENGTH_SHORT).show();
} else {
startActivity(new Intent(SignupActivity.this, MainActivity.class));
finish();
}
}
});
}
});
}
@Override
protected void onResume() {
super.onResume();
progressBar.setVisibility(View.GONE);
}
} | [
"kudruni@gmail.com"
] | kudruni@gmail.com |
08551c0a7eb41dc600ccb8f414ba093f1f2a63a3 | a986b91b8050fc32ad8b4c3512ba601b23bb8128 | /app/build/generated/source/r/debug/com/graeme/movienight/R.java | de44f0bc03e488881af331cfee6de064408a38a6 | [] | no_license | grae22/MovieNight | 66b7a0ff149830b2a2943a2bb284b5ffcc188dba | 28ff2f32a42170863006a89d103de02c761f20d0 | refs/heads/master | 2021-01-23T08:52:54.053761 | 2015-04-13T02:01:57 | 2015-04-13T02:01:57 | 33,437,284 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 308,136 | java | /* AUTO-GENERATED FILE. DO NOT MODIFY.
*
* This class was automatically generated by the
* aapt tool from the resource data it found. It
* should not be modified by hand.
*/
package com.graeme.movienight;
public final class R {
public static final class anim {
public static final int abc_fade_in=0x7f050000;
public static final int abc_fade_out=0x7f050001;
public static final int abc_grow_fade_in_from_bottom=0x7f050002;
public static final int abc_shrink_fade_out_from_bottom=0x7f050003;
public static final int abc_slide_in_bottom=0x7f050004;
public static final int abc_slide_in_top=0x7f050005;
public static final int abc_slide_out_bottom=0x7f050006;
public static final int abc_slide_out_top=0x7f050007;
}
public static final class attr {
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int actionBarDivider=0x7f01005a;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int actionBarItemBackground=0x7f01005b;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int actionBarPopupTheme=0x7f010054;
/** <p>May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
<p>May be one of the following constant values.</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Constant</th><th>Value</th><th>Description</th></tr>
<tr><td><code>wrap_content</code></td><td>0</td><td></td></tr>
</table>
*/
public static final int actionBarSize=0x7f010059;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int actionBarSplitStyle=0x7f010056;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int actionBarStyle=0x7f010055;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int actionBarTabBarStyle=0x7f010050;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int actionBarTabStyle=0x7f01004f;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int actionBarTabTextStyle=0x7f010051;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int actionBarTheme=0x7f010057;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int actionBarWidgetTheme=0x7f010058;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int actionButtonStyle=0x7f010072;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int actionDropDownStyle=0x7f01006d;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int actionLayout=0x7f01002c;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int actionMenuTextAppearance=0x7f01005c;
/** <p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
<p>May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
*/
public static final int actionMenuTextColor=0x7f01005d;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int actionModeBackground=0x7f010060;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int actionModeCloseButtonStyle=0x7f01005f;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int actionModeCloseDrawable=0x7f010062;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int actionModeCopyDrawable=0x7f010064;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int actionModeCutDrawable=0x7f010063;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int actionModeFindDrawable=0x7f010068;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int actionModePasteDrawable=0x7f010065;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int actionModePopupWindowStyle=0x7f01006a;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int actionModeSelectAllDrawable=0x7f010066;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int actionModeShareDrawable=0x7f010067;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int actionModeSplitBackground=0x7f010061;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int actionModeStyle=0x7f01005e;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int actionModeWebSearchDrawable=0x7f010069;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int actionOverflowButtonStyle=0x7f010052;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int actionOverflowMenuStyle=0x7f010053;
/** <p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int actionProviderClass=0x7f01002e;
/** <p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int actionViewClass=0x7f01002d;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int activityChooserViewStyle=0x7f010079;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int background=0x7f01000c;
/** <p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
<p>May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
*/
public static final int backgroundSplit=0x7f01000e;
/** <p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
<p>May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
*/
public static final int backgroundStacked=0x7f01000d;
/** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int barSize=0x7f010026;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int buttonBarButtonStyle=0x7f010074;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int buttonBarStyle=0x7f010073;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int closeIcon=0x7f010035;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int closeItemLayout=0x7f01001c;
/** <p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int collapseContentDescription=0x7f0100a4;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int collapseIcon=0x7f0100a3;
/** <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int color=0x7f010020;
/** <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int colorAccent=0x7f010094;
/** <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int colorButtonNormal=0x7f010098;
/** <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int colorControlActivated=0x7f010096;
/** <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int colorControlHighlight=0x7f010097;
/** <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int colorControlNormal=0x7f010095;
/** <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int colorPrimary=0x7f010092;
/** <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int colorPrimaryDark=0x7f010093;
/** <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int colorSwitchThumbNormal=0x7f010099;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int commitIcon=0x7f010039;
/** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int contentInsetEnd=0x7f010017;
/** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int contentInsetLeft=0x7f010018;
/** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int contentInsetRight=0x7f010019;
/** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int contentInsetStart=0x7f010016;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int customNavigationLayout=0x7f01000f;
/** <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int disableChildrenWhenDisabled=0x7f010040;
/** <p>Must be one or more (separated by '|') of the following constant values.</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Constant</th><th>Value</th><th>Description</th></tr>
<tr><td><code>none</code></td><td>0</td><td></td></tr>
<tr><td><code>useLogo</code></td><td>0x1</td><td></td></tr>
<tr><td><code>showHome</code></td><td>0x2</td><td></td></tr>
<tr><td><code>homeAsUp</code></td><td>0x4</td><td></td></tr>
<tr><td><code>showTitle</code></td><td>0x8</td><td></td></tr>
<tr><td><code>showCustom</code></td><td>0x10</td><td></td></tr>
<tr><td><code>disableHome</code></td><td>0x20</td><td></td></tr>
</table>
*/
public static final int displayOptions=0x7f010005;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int divider=0x7f01000b;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int dividerHorizontal=0x7f010078;
/** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int dividerPadding=0x7f01002a;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int dividerVertical=0x7f010077;
/** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int drawableSize=0x7f010022;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int drawerArrowStyle=0x7f010000;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int dropDownListViewStyle=0x7f01008a;
/** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int dropdownListPreferredItemHeight=0x7f01006e;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int editTextBackground=0x7f01007f;
/** <p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
<p>May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
*/
public static final int editTextColor=0x7f01007e;
/** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int elevation=0x7f01001a;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int expandActivityOverflowButtonDrawable=0x7f01001e;
/** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int gapBetweenBars=0x7f010023;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int goIcon=0x7f010036;
/** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int height=0x7f010001;
/** <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int hideOnContentScroll=0x7f010015;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int homeAsUpIndicator=0x7f010071;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int homeLayout=0x7f010010;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int icon=0x7f010009;
/** <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int iconifiedByDefault=0x7f010033;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int indeterminateProgressStyle=0x7f010012;
/** <p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int initialActivityCount=0x7f01001d;
/** <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int isLightTheme=0x7f010002;
/** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int itemPadding=0x7f010014;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int layout=0x7f010032;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int listChoiceBackgroundIndicator=0x7f010091;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int listPopupWindowStyle=0x7f01008b;
/** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int listPreferredItemHeight=0x7f010085;
/** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int listPreferredItemHeightLarge=0x7f010087;
/** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int listPreferredItemHeightSmall=0x7f010086;
/** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int listPreferredItemPaddingLeft=0x7f010088;
/** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int listPreferredItemPaddingRight=0x7f010089;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int logo=0x7f01000a;
/** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int maxButtonHeight=0x7f0100a1;
/** <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int measureWithLargestChild=0x7f010028;
/** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int middleBarArrowSize=0x7f010025;
/** <p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int navigationContentDescription=0x7f0100a6;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int navigationIcon=0x7f0100a5;
/** <p>Must be one of the following constant values.</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Constant</th><th>Value</th><th>Description</th></tr>
<tr><td><code>normal</code></td><td>0</td><td></td></tr>
<tr><td><code>listMode</code></td><td>1</td><td></td></tr>
<tr><td><code>tabMode</code></td><td>2</td><td></td></tr>
</table>
*/
public static final int navigationMode=0x7f010004;
/** <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int overlapAnchor=0x7f010030;
/** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int paddingEnd=0x7f0100a8;
/** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int paddingStart=0x7f0100a7;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int panelBackground=0x7f01008e;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int panelMenuListTheme=0x7f010090;
/** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int panelMenuListWidth=0x7f01008f;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int popupMenuStyle=0x7f01007c;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int popupPromptView=0x7f01003f;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int popupTheme=0x7f01001b;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int popupWindowStyle=0x7f01007d;
/** <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int preserveIconSpacing=0x7f01002f;
/** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int progressBarPadding=0x7f010013;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int progressBarStyle=0x7f010011;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int prompt=0x7f01003d;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int queryBackground=0x7f01003b;
/** <p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int queryHint=0x7f010034;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int searchIcon=0x7f010037;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int searchViewStyle=0x7f010084;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int selectableItemBackground=0x7f010075;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int selectableItemBackgroundBorderless=0x7f010076;
/** <p>Must be one or more (separated by '|') of the following constant values.</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Constant</th><th>Value</th><th>Description</th></tr>
<tr><td><code>never</code></td><td>0</td><td></td></tr>
<tr><td><code>ifRoom</code></td><td>1</td><td></td></tr>
<tr><td><code>always</code></td><td>2</td><td></td></tr>
<tr><td><code>withText</code></td><td>4</td><td></td></tr>
<tr><td><code>collapseActionView</code></td><td>8</td><td></td></tr>
</table>
*/
public static final int showAsAction=0x7f01002b;
/** <p>Must be one or more (separated by '|') of the following constant values.</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Constant</th><th>Value</th><th>Description</th></tr>
<tr><td><code>none</code></td><td>0</td><td></td></tr>
<tr><td><code>beginning</code></td><td>1</td><td></td></tr>
<tr><td><code>middle</code></td><td>2</td><td></td></tr>
<tr><td><code>end</code></td><td>4</td><td></td></tr>
</table>
*/
public static final int showDividers=0x7f010029;
/** <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int showText=0x7f010047;
/** <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int spinBars=0x7f010021;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int spinnerDropDownItemStyle=0x7f010070;
/** <p>Must be one of the following constant values.</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Constant</th><th>Value</th><th>Description</th></tr>
<tr><td><code>dialog</code></td><td>0</td><td></td></tr>
<tr><td><code>dropdown</code></td><td>1</td><td></td></tr>
</table>
*/
public static final int spinnerMode=0x7f01003e;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int spinnerStyle=0x7f01006f;
/** <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int splitTrack=0x7f010046;
/** <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int state_above_anchor=0x7f010031;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int submitBackground=0x7f01003c;
/** <p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int subtitle=0x7f010006;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int subtitleTextAppearance=0x7f01009b;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int subtitleTextStyle=0x7f010008;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int suggestionRowLayout=0x7f01003a;
/** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int switchMinWidth=0x7f010044;
/** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int switchPadding=0x7f010045;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int switchStyle=0x7f010080;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int switchTextAppearance=0x7f010043;
/** <p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
<p>May be a boolean value, either "<code>true</code>" or "<code>false</code>".
*/
public static final int textAllCaps=0x7f01001f;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int textAppearanceLargePopupMenu=0x7f01006b;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int textAppearanceListItem=0x7f01008c;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int textAppearanceListItemSmall=0x7f01008d;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int textAppearanceSearchResultSubtitle=0x7f010082;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int textAppearanceSearchResultTitle=0x7f010081;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int textAppearanceSmallPopupMenu=0x7f01006c;
/** <p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
<p>May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
*/
public static final int textColorSearchUrl=0x7f010083;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int theme=0x7f0100a2;
/** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int thickness=0x7f010027;
/** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int thumbTextPadding=0x7f010042;
/** <p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int title=0x7f010003;
/** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int titleMarginBottom=0x7f0100a0;
/** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int titleMarginEnd=0x7f01009e;
/** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int titleMarginStart=0x7f01009d;
/** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int titleMarginTop=0x7f01009f;
/** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int titleMargins=0x7f01009c;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int titleTextAppearance=0x7f01009a;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int titleTextStyle=0x7f010007;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int toolbarNavigationButtonStyle=0x7f01007b;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int toolbarStyle=0x7f01007a;
/** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int topBottomBarArrowSize=0x7f010024;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int track=0x7f010041;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int voiceIcon=0x7f010038;
/** <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int windowActionBar=0x7f010048;
/** <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int windowActionBarOverlay=0x7f010049;
/** <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int windowActionModeOverlay=0x7f01004a;
/** <p>May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>May be a fractional value, which is a floating point number appended with either % or %p, such as "<code>14.5%</code>".
The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to
some parent container.
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int windowFixedHeightMajor=0x7f01004e;
/** <p>May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>May be a fractional value, which is a floating point number appended with either % or %p, such as "<code>14.5%</code>".
The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to
some parent container.
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int windowFixedHeightMinor=0x7f01004c;
/** <p>May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>May be a fractional value, which is a floating point number appended with either % or %p, such as "<code>14.5%</code>".
The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to
some parent container.
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int windowFixedWidthMajor=0x7f01004b;
/** <p>May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>May be a fractional value, which is a floating point number appended with either % or %p, such as "<code>14.5%</code>".
The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to
some parent container.
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int windowFixedWidthMinor=0x7f01004d;
}
public static final class bool {
public static final int abc_action_bar_embed_tabs=0x7f060000;
public static final int abc_action_bar_embed_tabs_pre_jb=0x7f060001;
public static final int abc_action_bar_expanded_action_views_exclusive=0x7f060002;
public static final int abc_config_actionMenuItemAllCaps=0x7f060003;
public static final int abc_config_allowActionMenuItemTextWithIcon=0x7f060004;
public static final int abc_config_showMenuShortcutsWhenKeyboardPresent=0x7f060005;
}
public static final class color {
public static final int abc_background_cache_hint_selector_material_dark=0x7f070031;
public static final int abc_background_cache_hint_selector_material_light=0x7f070032;
public static final int abc_input_method_navigation_guard=0x7f070000;
public static final int abc_primary_text_disable_only_material_dark=0x7f070033;
public static final int abc_primary_text_disable_only_material_light=0x7f070034;
public static final int abc_primary_text_material_dark=0x7f070035;
public static final int abc_primary_text_material_light=0x7f070036;
public static final int abc_search_url_text=0x7f070037;
public static final int abc_search_url_text_normal=0x7f070001;
public static final int abc_search_url_text_pressed=0x7f070002;
public static final int abc_search_url_text_selected=0x7f070003;
public static final int abc_secondary_text_material_dark=0x7f070038;
public static final int abc_secondary_text_material_light=0x7f070039;
public static final int accent_material_dark=0x7f070004;
public static final int accent_material_light=0x7f070005;
public static final int background_floating_material_dark=0x7f070006;
public static final int background_floating_material_light=0x7f070007;
public static final int background_material_dark=0x7f070008;
public static final int background_material_light=0x7f070009;
public static final int bright_foreground_disabled_material_dark=0x7f07000a;
public static final int bright_foreground_disabled_material_light=0x7f07000b;
public static final int bright_foreground_inverse_material_dark=0x7f07000c;
public static final int bright_foreground_inverse_material_light=0x7f07000d;
public static final int bright_foreground_material_dark=0x7f07000e;
public static final int bright_foreground_material_light=0x7f07000f;
public static final int button_material_dark=0x7f070010;
public static final int button_material_light=0x7f070011;
public static final int dim_foreground_disabled_material_dark=0x7f070012;
public static final int dim_foreground_disabled_material_light=0x7f070013;
public static final int dim_foreground_material_dark=0x7f070014;
public static final int dim_foreground_material_light=0x7f070015;
public static final int highlighted_text_material_dark=0x7f070016;
public static final int highlighted_text_material_light=0x7f070017;
public static final int hint_foreground_material_dark=0x7f070018;
public static final int hint_foreground_material_light=0x7f070019;
public static final int link_text_material_dark=0x7f07001a;
public static final int link_text_material_light=0x7f07001b;
public static final int material_blue_grey_800=0x7f07001c;
public static final int material_blue_grey_900=0x7f07001d;
public static final int material_blue_grey_950=0x7f07001e;
public static final int material_deep_teal_200=0x7f07001f;
public static final int material_deep_teal_500=0x7f070020;
public static final int primary_dark_material_dark=0x7f070021;
public static final int primary_dark_material_light=0x7f070022;
public static final int primary_material_dark=0x7f070023;
public static final int primary_material_light=0x7f070024;
public static final int primary_text_default_material_dark=0x7f070025;
public static final int primary_text_default_material_light=0x7f070026;
public static final int primary_text_disabled_material_dark=0x7f070027;
public static final int primary_text_disabled_material_light=0x7f070028;
public static final int ripple_material_dark=0x7f070029;
public static final int ripple_material_light=0x7f07002a;
public static final int secondary_text_default_material_dark=0x7f07002b;
public static final int secondary_text_default_material_light=0x7f07002c;
public static final int secondary_text_disabled_material_dark=0x7f07002d;
public static final int secondary_text_disabled_material_light=0x7f07002e;
public static final int switch_thumb_normal_material_dark=0x7f07002f;
public static final int switch_thumb_normal_material_light=0x7f070030;
}
public static final class dimen {
public static final int abc_action_bar_default_height_material=0x7f080000;
public static final int abc_action_bar_default_padding_material=0x7f080001;
public static final int abc_action_bar_icon_vertical_padding_material=0x7f080002;
public static final int abc_action_bar_progress_bar_size=0x7f080003;
public static final int abc_action_bar_stacked_max_height=0x7f080004;
public static final int abc_action_bar_stacked_tab_max_width=0x7f080005;
public static final int abc_action_bar_subtitle_bottom_margin_material=0x7f080006;
public static final int abc_action_bar_subtitle_top_margin_material=0x7f080007;
public static final int abc_action_button_min_height_material=0x7f080008;
public static final int abc_action_button_min_width_material=0x7f080009;
public static final int abc_action_button_min_width_overflow_material=0x7f08000a;
public static final int abc_button_inset_horizontal_material=0x7f08000b;
public static final int abc_button_inset_vertical_material=0x7f08000c;
public static final int abc_button_padding_horizontal_material=0x7f08000d;
public static final int abc_button_padding_vertical_material=0x7f08000e;
public static final int abc_config_prefDialogWidth=0x7f08000f;
public static final int abc_control_corner_material=0x7f080010;
public static final int abc_control_inset_material=0x7f080011;
public static final int abc_control_padding_material=0x7f080012;
public static final int abc_dropdownitem_icon_width=0x7f080013;
public static final int abc_dropdownitem_text_padding_left=0x7f080014;
public static final int abc_dropdownitem_text_padding_right=0x7f080015;
public static final int abc_panel_menu_list_width=0x7f080016;
public static final int abc_search_view_preferred_width=0x7f080017;
public static final int abc_search_view_text_min_width=0x7f080018;
public static final int abc_text_size_body_1_material=0x7f080019;
public static final int abc_text_size_body_2_material=0x7f08001a;
public static final int abc_text_size_button_material=0x7f08001b;
public static final int abc_text_size_caption_material=0x7f08001c;
public static final int abc_text_size_display_1_material=0x7f08001d;
public static final int abc_text_size_display_2_material=0x7f08001e;
public static final int abc_text_size_display_3_material=0x7f08001f;
public static final int abc_text_size_display_4_material=0x7f080020;
public static final int abc_text_size_headline_material=0x7f080021;
public static final int abc_text_size_large_material=0x7f080022;
public static final int abc_text_size_medium_material=0x7f080023;
public static final int abc_text_size_menu_material=0x7f080024;
public static final int abc_text_size_small_material=0x7f080025;
public static final int abc_text_size_subhead_material=0x7f080026;
public static final int abc_text_size_subtitle_material_toolbar=0x7f080027;
public static final int abc_text_size_title_material=0x7f080028;
public static final int abc_text_size_title_material_toolbar=0x7f080029;
public static final int activity_horizontal_margin=0x7f08002a;
public static final int activity_vertical_margin=0x7f08002b;
public static final int dialog_fixed_height_major=0x7f08002c;
public static final int dialog_fixed_height_minor=0x7f08002d;
public static final int dialog_fixed_width_major=0x7f08002e;
public static final int dialog_fixed_width_minor=0x7f08002f;
public static final int disabled_alpha_material_dark=0x7f080030;
public static final int disabled_alpha_material_light=0x7f080031;
}
public static final class drawable {
public static final int abc_ab_share_pack_mtrl_alpha=0x7f020000;
public static final int abc_btn_check_material=0x7f020001;
public static final int abc_btn_check_to_on_mtrl_000=0x7f020002;
public static final int abc_btn_check_to_on_mtrl_015=0x7f020003;
public static final int abc_btn_default_mtrl_shape=0x7f020004;
public static final int abc_btn_radio_material=0x7f020005;
public static final int abc_btn_radio_to_on_mtrl_000=0x7f020006;
public static final int abc_btn_radio_to_on_mtrl_015=0x7f020007;
public static final int abc_btn_rating_star_off_mtrl_alpha=0x7f020008;
public static final int abc_btn_rating_star_on_mtrl_alpha=0x7f020009;
public static final int abc_btn_switch_to_on_mtrl_00001=0x7f02000a;
public static final int abc_btn_switch_to_on_mtrl_00012=0x7f02000b;
public static final int abc_cab_background_internal_bg=0x7f02000c;
public static final int abc_cab_background_top_material=0x7f02000d;
public static final int abc_cab_background_top_mtrl_alpha=0x7f02000e;
public static final int abc_edit_text_material=0x7f02000f;
public static final int abc_ic_ab_back_mtrl_am_alpha=0x7f020010;
public static final int abc_ic_clear_mtrl_alpha=0x7f020011;
public static final int abc_ic_commit_search_api_mtrl_alpha=0x7f020012;
public static final int abc_ic_go_search_api_mtrl_alpha=0x7f020013;
public static final int abc_ic_menu_copy_mtrl_am_alpha=0x7f020014;
public static final int abc_ic_menu_cut_mtrl_alpha=0x7f020015;
public static final int abc_ic_menu_moreoverflow_mtrl_alpha=0x7f020016;
public static final int abc_ic_menu_paste_mtrl_am_alpha=0x7f020017;
public static final int abc_ic_menu_selectall_mtrl_alpha=0x7f020018;
public static final int abc_ic_menu_share_mtrl_alpha=0x7f020019;
public static final int abc_ic_search_api_mtrl_alpha=0x7f02001a;
public static final int abc_ic_voice_search_api_mtrl_alpha=0x7f02001b;
public static final int abc_item_background_holo_dark=0x7f02001c;
public static final int abc_item_background_holo_light=0x7f02001d;
public static final int abc_list_divider_mtrl_alpha=0x7f02001e;
public static final int abc_list_focused_holo=0x7f02001f;
public static final int abc_list_longpressed_holo=0x7f020020;
public static final int abc_list_pressed_holo_dark=0x7f020021;
public static final int abc_list_pressed_holo_light=0x7f020022;
public static final int abc_list_selector_background_transition_holo_dark=0x7f020023;
public static final int abc_list_selector_background_transition_holo_light=0x7f020024;
public static final int abc_list_selector_disabled_holo_dark=0x7f020025;
public static final int abc_list_selector_disabled_holo_light=0x7f020026;
public static final int abc_list_selector_holo_dark=0x7f020027;
public static final int abc_list_selector_holo_light=0x7f020028;
public static final int abc_menu_hardkey_panel_mtrl_mult=0x7f020029;
public static final int abc_popup_background_mtrl_mult=0x7f02002a;
public static final int abc_ratingbar_full_material=0x7f02002b;
public static final int abc_spinner_mtrl_am_alpha=0x7f02002c;
public static final int abc_spinner_textfield_background_material=0x7f02002d;
public static final int abc_switch_thumb_material=0x7f02002e;
public static final int abc_switch_track_mtrl_alpha=0x7f02002f;
public static final int abc_tab_indicator_material=0x7f020030;
public static final int abc_tab_indicator_mtrl_alpha=0x7f020031;
public static final int abc_textfield_activated_mtrl_alpha=0x7f020032;
public static final int abc_textfield_default_mtrl_alpha=0x7f020033;
public static final int abc_textfield_search_activated_mtrl_alpha=0x7f020034;
public static final int abc_textfield_search_default_mtrl_alpha=0x7f020035;
public static final int abc_textfield_search_material=0x7f020036;
}
public static final class id {
public static final int action_bar=0x7f090031;
public static final int action_bar_activity_content=0x7f090000;
public static final int action_bar_container=0x7f090030;
public static final int action_bar_root=0x7f09002c;
public static final int action_bar_spinner=0x7f090001;
public static final int action_bar_subtitle=0x7f09001f;
public static final int action_bar_title=0x7f09001e;
public static final int action_context_bar=0x7f090032;
public static final int action_menu_divider=0x7f090002;
public static final int action_menu_presenter=0x7f090003;
public static final int action_mode_bar=0x7f09002e;
public static final int action_mode_bar_stub=0x7f09002d;
public static final int action_mode_close_button=0x7f090020;
public static final int action_settings=0x7f090060;
public static final int activity_chooser_view_content=0x7f090021;
public static final int always=0x7f090016;
public static final int beginning=0x7f090013;
public static final int btnAnswer1=0x7f09005a;
public static final int btnAnswer2=0x7f09005b;
public static final int btnAnswer3=0x7f09005c;
public static final int btnStartGame=0x7f09005f;
public static final int button=0x7f090053;
public static final int checkbox=0x7f090029;
public static final int collapseActionView=0x7f090017;
public static final int decor_content_parent=0x7f09002f;
public static final int default_activity_button=0x7f090024;
public static final int dialog=0x7f09001b;
public static final int disableHome=0x7f09000c;
public static final int dropdown=0x7f09001c;
public static final int edit_query=0x7f090033;
public static final int end=0x7f090014;
public static final int expand_activities_button=0x7f090022;
public static final int expanded_menu=0x7f090028;
public static final int fraWheel=0x7f090042;
public static final int home=0x7f090004;
public static final int homeAsUp=0x7f09000d;
public static final int icon=0x7f090026;
public static final int ifRoom=0x7f090018;
public static final int image=0x7f090023;
public static final int imgPoster=0x7f090057;
public static final int layCategoryScreenRoot=0x7f09003f;
public static final int layLoadingScreenRoot=0x7f090054;
public static final int layQuestionScreenRoot=0x7f090056;
public static final int lblCategory=0x7f090043;
public static final int lblEnterYourName=0x7f09005d;
public static final int lblLoading=0x7f090055;
public static final int lblName1=0x7f090045;
public static final int lblName2=0x7f090048;
public static final int lblName3=0x7f09004b;
public static final int lblName4=0x7f09004e;
public static final int lblName5=0x7f090051;
public static final int lblPoints1=0x7f090046;
public static final int lblPoints2=0x7f090049;
public static final int lblPoints3=0x7f09004c;
public static final int lblPoints4=0x7f09004f;
public static final int lblPoints5=0x7f090052;
public static final int lblQuestion=0x7f090058;
public static final int lblRound=0x7f090040;
public static final int lblTapInstruction=0x7f090041;
public static final int listMode=0x7f090009;
public static final int list_item=0x7f090025;
public static final int middle=0x7f090015;
public static final int never=0x7f090019;
public static final int none=0x7f09000e;
public static final int normal=0x7f09000a;
public static final int pbTimer=0x7f090059;
public static final int progress_circular=0x7f090005;
public static final int progress_horizontal=0x7f090006;
public static final int radio=0x7f09002b;
public static final int search_badge=0x7f090035;
public static final int search_bar=0x7f090034;
public static final int search_button=0x7f090036;
public static final int search_close_btn=0x7f09003b;
public static final int search_edit_frame=0x7f090037;
public static final int search_go_btn=0x7f09003d;
public static final int search_mag_icon=0x7f090038;
public static final int search_plate=0x7f090039;
public static final int search_src_text=0x7f09003a;
public static final int search_voice_btn=0x7f09003e;
public static final int shortcut=0x7f09002a;
public static final int showCustom=0x7f09000f;
public static final int showHome=0x7f090010;
public static final int showTitle=0x7f090011;
public static final int split_action_bar=0x7f090007;
public static final int submit_area=0x7f09003c;
public static final int tabMode=0x7f09000b;
public static final int textView=0x7f090044;
public static final int textView2=0x7f090047;
public static final int textView3=0x7f09004a;
public static final int textView4=0x7f09004d;
public static final int textView5=0x7f090050;
public static final int title=0x7f090027;
public static final int txtName=0x7f09005e;
public static final int up=0x7f090008;
public static final int useLogo=0x7f090012;
public static final int withText=0x7f09001a;
public static final int wrap_content=0x7f09001d;
}
public static final class integer {
public static final int abc_config_activityDefaultDur=0x7f0a0000;
public static final int abc_config_activityShortDur=0x7f0a0001;
public static final int abc_max_action_buttons=0x7f0a0002;
}
public static final class layout {
public static final int abc_action_bar_title_item=0x7f040000;
public static final int abc_action_bar_up_container=0x7f040001;
public static final int abc_action_bar_view_list_nav_layout=0x7f040002;
public static final int abc_action_menu_item_layout=0x7f040003;
public static final int abc_action_menu_layout=0x7f040004;
public static final int abc_action_mode_bar=0x7f040005;
public static final int abc_action_mode_close_item_material=0x7f040006;
public static final int abc_activity_chooser_view=0x7f040007;
public static final int abc_activity_chooser_view_list_item=0x7f040008;
public static final int abc_expanded_menu_layout=0x7f040009;
public static final int abc_list_menu_item_checkbox=0x7f04000a;
public static final int abc_list_menu_item_icon=0x7f04000b;
public static final int abc_list_menu_item_layout=0x7f04000c;
public static final int abc_list_menu_item_radio=0x7f04000d;
public static final int abc_popup_menu_item_layout=0x7f04000e;
public static final int abc_screen_content_include=0x7f04000f;
public static final int abc_screen_simple=0x7f040010;
public static final int abc_screen_simple_overlay_action_mode=0x7f040011;
public static final int abc_screen_toolbar=0x7f040012;
public static final int abc_search_dropdown_item_icons_2line=0x7f040013;
public static final int abc_search_view=0x7f040014;
public static final int abc_simple_dropdown_hint=0x7f040015;
public static final int activity_category_screen=0x7f040016;
public static final int activity_leader_board_screen=0x7f040017;
public static final int activity_loading=0x7f040018;
public static final int activity_question_screen=0x7f040019;
public static final int activity_start_screen=0x7f04001a;
public static final int support_simple_spinner_dropdown_item=0x7f04001b;
}
public static final class menu {
public static final int menu_category_screen=0x7f0d0000;
public static final int menu_leader_board_screen=0x7f0d0001;
public static final int menu_loading=0x7f0d0002;
public static final int menu_question_screen=0x7f0d0003;
public static final int menu_start_screen=0x7f0d0004;
}
public static final class mipmap {
public static final int ic_launcher=0x7f030000;
}
public static final class string {
public static final int abc_action_bar_home_description=0x7f0b0000;
public static final int abc_action_bar_home_description_format=0x7f0b0001;
public static final int abc_action_bar_home_subtitle_description_format=0x7f0b0002;
public static final int abc_action_bar_up_description=0x7f0b0003;
public static final int abc_action_menu_overflow_description=0x7f0b0004;
public static final int abc_action_mode_done=0x7f0b0005;
public static final int abc_activity_chooser_view_see_all=0x7f0b0006;
public static final int abc_activitychooserview_choose_application=0x7f0b0007;
public static final int abc_searchview_description_clear=0x7f0b0008;
public static final int abc_searchview_description_query=0x7f0b0009;
public static final int abc_searchview_description_search=0x7f0b000a;
public static final int abc_searchview_description_submit=0x7f0b000b;
public static final int abc_searchview_description_voice=0x7f0b000c;
public static final int abc_shareactionprovider_share_with=0x7f0b000d;
public static final int abc_shareactionprovider_share_with_application=0x7f0b000e;
public static final int abc_toolbar_collapse_description=0x7f0b000f;
public static final int action_settings=0x7f0b0010;
public static final int app_name=0x7f0b0011;
public static final int enter_your_name=0x7f0b0012;
public static final int loading=0x7f0b0013;
public static final int restart_game=0x7f0b0014;
public static final int round=0x7f0b0015;
public static final int start_game=0x7f0b0016;
public static final int tap_instruction=0x7f0b0017;
public static final int title_activity_category_screen=0x7f0b0018;
public static final int title_activity_leader_board_screen=0x7f0b0019;
public static final int title_activity_loading=0x7f0b001a;
public static final int title_activity_question_screen=0x7f0b001b;
}
public static final class style {
public static final int Animation_AppCompat_DropDownUp=0x7f0c0000;
/** Customize your theme here.
*/
public static final int AppTheme=0x7f0c0001;
public static final int Base_Animation_AppCompat_DropDownUp=0x7f0c0002;
public static final int Base_TextAppearance_AppCompat=0x7f0c0003;
public static final int Base_TextAppearance_AppCompat_Body1=0x7f0c0004;
public static final int Base_TextAppearance_AppCompat_Body2=0x7f0c0005;
public static final int Base_TextAppearance_AppCompat_Button=0x7f0c0006;
public static final int Base_TextAppearance_AppCompat_Caption=0x7f0c0007;
public static final int Base_TextAppearance_AppCompat_Display1=0x7f0c0008;
public static final int Base_TextAppearance_AppCompat_Display2=0x7f0c0009;
public static final int Base_TextAppearance_AppCompat_Display3=0x7f0c000a;
public static final int Base_TextAppearance_AppCompat_Display4=0x7f0c000b;
public static final int Base_TextAppearance_AppCompat_Headline=0x7f0c000c;
public static final int Base_TextAppearance_AppCompat_Inverse=0x7f0c000d;
public static final int Base_TextAppearance_AppCompat_Large=0x7f0c000e;
public static final int Base_TextAppearance_AppCompat_Large_Inverse=0x7f0c000f;
public static final int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large=0x7f0c0010;
public static final int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small=0x7f0c0011;
public static final int Base_TextAppearance_AppCompat_Medium=0x7f0c0012;
public static final int Base_TextAppearance_AppCompat_Medium_Inverse=0x7f0c0013;
public static final int Base_TextAppearance_AppCompat_Menu=0x7f0c0014;
public static final int Base_TextAppearance_AppCompat_SearchResult=0x7f0c0015;
public static final int Base_TextAppearance_AppCompat_SearchResult_Subtitle=0x7f0c0016;
public static final int Base_TextAppearance_AppCompat_SearchResult_Title=0x7f0c0017;
public static final int Base_TextAppearance_AppCompat_Small=0x7f0c0018;
public static final int Base_TextAppearance_AppCompat_Small_Inverse=0x7f0c0019;
public static final int Base_TextAppearance_AppCompat_Subhead=0x7f0c001a;
public static final int Base_TextAppearance_AppCompat_Subhead_Inverse=0x7f0c001b;
public static final int Base_TextAppearance_AppCompat_Title=0x7f0c001c;
public static final int Base_TextAppearance_AppCompat_Title_Inverse=0x7f0c001d;
public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Menu=0x7f0c001e;
public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle=0x7f0c001f;
public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse=0x7f0c0020;
public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Title=0x7f0c0021;
public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse=0x7f0c0022;
public static final int Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle=0x7f0c0023;
public static final int Base_TextAppearance_AppCompat_Widget_ActionMode_Title=0x7f0c0024;
public static final int Base_TextAppearance_AppCompat_Widget_DropDownItem=0x7f0c0025;
public static final int Base_TextAppearance_AppCompat_Widget_PopupMenu_Large=0x7f0c0026;
public static final int Base_TextAppearance_AppCompat_Widget_PopupMenu_Small=0x7f0c0027;
public static final int Base_TextAppearance_AppCompat_Widget_Switch=0x7f0c0028;
public static final int Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem=0x7f0c0029;
public static final int Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item=0x7f0c002a;
public static final int Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle=0x7f0c002b;
public static final int Base_TextAppearance_Widget_AppCompat_Toolbar_Title=0x7f0c002c;
public static final int Base_Theme_AppCompat=0x7f0c002d;
public static final int Base_Theme_AppCompat_CompactMenu=0x7f0c002e;
public static final int Base_Theme_AppCompat_Dialog=0x7f0c002f;
public static final int Base_Theme_AppCompat_Dialog_FixedSize=0x7f0c0030;
public static final int Base_Theme_AppCompat_DialogWhenLarge=0x7f0c0031;
public static final int Base_Theme_AppCompat_Light=0x7f0c0032;
public static final int Base_Theme_AppCompat_Light_DarkActionBar=0x7f0c0033;
public static final int Base_Theme_AppCompat_Light_Dialog=0x7f0c0034;
public static final int Base_Theme_AppCompat_Light_Dialog_FixedSize=0x7f0c0035;
public static final int Base_Theme_AppCompat_Light_DialogWhenLarge=0x7f0c0036;
public static final int Base_ThemeOverlay_AppCompat=0x7f0c0037;
public static final int Base_ThemeOverlay_AppCompat_ActionBar=0x7f0c0038;
public static final int Base_ThemeOverlay_AppCompat_Dark=0x7f0c0039;
public static final int Base_ThemeOverlay_AppCompat_Dark_ActionBar=0x7f0c003a;
public static final int Base_ThemeOverlay_AppCompat_Light=0x7f0c003b;
public static final int Base_V11_Theme_AppCompat=0x7f0c00ed;
public static final int Base_V11_Theme_AppCompat_Dialog=0x7f0c00ee;
public static final int Base_V11_Theme_AppCompat_Light=0x7f0c00ef;
public static final int Base_V11_Theme_AppCompat_Light_Dialog=0x7f0c00f0;
public static final int Base_V14_Theme_AppCompat=0x7f0c00f1;
public static final int Base_V14_Theme_AppCompat_Dialog=0x7f0c00f2;
public static final int Base_V14_Theme_AppCompat_Light=0x7f0c00f3;
public static final int Base_V14_Theme_AppCompat_Light_Dialog=0x7f0c00f4;
public static final int Base_V21_Theme_AppCompat=0x7f0c00f5;
public static final int Base_V21_Theme_AppCompat_Dialog=0x7f0c00f6;
public static final int Base_V21_Theme_AppCompat_Light=0x7f0c00f7;
public static final int Base_V21_Theme_AppCompat_Light_Dialog=0x7f0c00f8;
public static final int Base_V7_Theme_AppCompat=0x7f0c003c;
public static final int Base_V7_Theme_AppCompat_Dialog=0x7f0c003d;
public static final int Base_V7_Theme_AppCompat_Light=0x7f0c003e;
public static final int Base_Widget_AppCompat_ActionBar=0x7f0c003f;
public static final int Base_Widget_AppCompat_ActionBar_Solid=0x7f0c0040;
public static final int Base_Widget_AppCompat_ActionBar_TabBar=0x7f0c0041;
public static final int Base_Widget_AppCompat_ActionBar_TabText=0x7f0c0042;
public static final int Base_Widget_AppCompat_ActionBar_TabView=0x7f0c0043;
public static final int Base_Widget_AppCompat_ActionButton=0x7f0c0044;
public static final int Base_Widget_AppCompat_ActionButton_CloseMode=0x7f0c0045;
public static final int Base_Widget_AppCompat_ActionButton_Overflow=0x7f0c0046;
public static final int Base_Widget_AppCompat_ActionMode=0x7f0c0047;
public static final int Base_Widget_AppCompat_ActivityChooserView=0x7f0c0048;
public static final int Base_Widget_AppCompat_AutoCompleteTextView=0x7f0c0049;
public static final int Base_Widget_AppCompat_Button=0x7f0c004a;
public static final int Base_Widget_AppCompat_Button_Small=0x7f0c004b;
public static final int Base_Widget_AppCompat_CompoundButton_Switch=0x7f0c004c;
public static final int Base_Widget_AppCompat_DrawerArrowToggle=0x7f0c004d;
public static final int Base_Widget_AppCompat_DrawerArrowToggle_Common=0x7f0c004e;
public static final int Base_Widget_AppCompat_DropDownItem_Spinner=0x7f0c004f;
public static final int Base_Widget_AppCompat_EditText=0x7f0c0050;
public static final int Base_Widget_AppCompat_Light_ActionBar=0x7f0c0051;
public static final int Base_Widget_AppCompat_Light_ActionBar_Solid=0x7f0c0052;
public static final int Base_Widget_AppCompat_Light_ActionBar_TabBar=0x7f0c0053;
public static final int Base_Widget_AppCompat_Light_ActionBar_TabText=0x7f0c0054;
public static final int Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse=0x7f0c0055;
public static final int Base_Widget_AppCompat_Light_ActionBar_TabView=0x7f0c0056;
public static final int Base_Widget_AppCompat_Light_PopupMenu=0x7f0c0057;
public static final int Base_Widget_AppCompat_Light_PopupMenu_Overflow=0x7f0c0058;
public static final int Base_Widget_AppCompat_ListPopupWindow=0x7f0c0059;
public static final int Base_Widget_AppCompat_ListView_DropDown=0x7f0c005a;
public static final int Base_Widget_AppCompat_ListView_Menu=0x7f0c005b;
public static final int Base_Widget_AppCompat_PopupMenu=0x7f0c005c;
public static final int Base_Widget_AppCompat_PopupMenu_Overflow=0x7f0c005d;
public static final int Base_Widget_AppCompat_PopupWindow=0x7f0c005e;
public static final int Base_Widget_AppCompat_ProgressBar=0x7f0c005f;
public static final int Base_Widget_AppCompat_ProgressBar_Horizontal=0x7f0c0060;
public static final int Base_Widget_AppCompat_RatingBar=0x7f0c0061;
public static final int Base_Widget_AppCompat_SearchView=0x7f0c0062;
public static final int Base_Widget_AppCompat_Spinner=0x7f0c0063;
public static final int Base_Widget_AppCompat_Spinner_DropDown_ActionBar=0x7f0c0064;
public static final int Base_Widget_AppCompat_Spinner_Underlined=0x7f0c0065;
public static final int Base_Widget_AppCompat_TextView_SpinnerItem=0x7f0c0066;
public static final int Base_Widget_AppCompat_Toolbar=0x7f0c0067;
public static final int Base_Widget_AppCompat_Toolbar_Button_Navigation=0x7f0c0068;
public static final int Platform_AppCompat=0x7f0c0069;
public static final int Platform_AppCompat_Dialog=0x7f0c006a;
public static final int Platform_AppCompat_Light=0x7f0c006b;
public static final int Platform_AppCompat_Light_Dialog=0x7f0c006c;
public static final int RtlOverlay_Widget_AppCompat_ActionBar_TitleItem=0x7f0c006d;
public static final int RtlOverlay_Widget_AppCompat_ActionButton_CloseMode=0x7f0c006e;
public static final int RtlOverlay_Widget_AppCompat_ActionButton_Overflow=0x7f0c006f;
public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem=0x7f0c0070;
public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup=0x7f0c0071;
public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem_Text=0x7f0c0072;
public static final int RtlOverlay_Widget_AppCompat_Search_DropDown=0x7f0c0073;
public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1=0x7f0c0074;
public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2=0x7f0c0075;
public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Query=0x7f0c0076;
public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Text=0x7f0c0077;
public static final int RtlOverlay_Widget_AppCompat_SearchView_MagIcon=0x7f0c0078;
public static final int TextAppearance_AppCompat=0x7f0c0079;
public static final int TextAppearance_AppCompat_Body1=0x7f0c007a;
public static final int TextAppearance_AppCompat_Body2=0x7f0c007b;
public static final int TextAppearance_AppCompat_Button=0x7f0c007c;
public static final int TextAppearance_AppCompat_Caption=0x7f0c007d;
public static final int TextAppearance_AppCompat_Display1=0x7f0c007e;
public static final int TextAppearance_AppCompat_Display2=0x7f0c007f;
public static final int TextAppearance_AppCompat_Display3=0x7f0c0080;
public static final int TextAppearance_AppCompat_Display4=0x7f0c0081;
public static final int TextAppearance_AppCompat_Headline=0x7f0c0082;
public static final int TextAppearance_AppCompat_Inverse=0x7f0c0083;
public static final int TextAppearance_AppCompat_Large=0x7f0c0084;
public static final int TextAppearance_AppCompat_Large_Inverse=0x7f0c0085;
public static final int TextAppearance_AppCompat_Light_SearchResult_Subtitle=0x7f0c0086;
public static final int TextAppearance_AppCompat_Light_SearchResult_Title=0x7f0c0087;
public static final int TextAppearance_AppCompat_Light_Widget_PopupMenu_Large=0x7f0c0088;
public static final int TextAppearance_AppCompat_Light_Widget_PopupMenu_Small=0x7f0c0089;
public static final int TextAppearance_AppCompat_Medium=0x7f0c008a;
public static final int TextAppearance_AppCompat_Medium_Inverse=0x7f0c008b;
public static final int TextAppearance_AppCompat_Menu=0x7f0c008c;
public static final int TextAppearance_AppCompat_SearchResult_Subtitle=0x7f0c008d;
public static final int TextAppearance_AppCompat_SearchResult_Title=0x7f0c008e;
public static final int TextAppearance_AppCompat_Small=0x7f0c008f;
public static final int TextAppearance_AppCompat_Small_Inverse=0x7f0c0090;
public static final int TextAppearance_AppCompat_Subhead=0x7f0c0091;
public static final int TextAppearance_AppCompat_Subhead_Inverse=0x7f0c0092;
public static final int TextAppearance_AppCompat_Title=0x7f0c0093;
public static final int TextAppearance_AppCompat_Title_Inverse=0x7f0c0094;
public static final int TextAppearance_AppCompat_Widget_ActionBar_Menu=0x7f0c0095;
public static final int TextAppearance_AppCompat_Widget_ActionBar_Subtitle=0x7f0c0096;
public static final int TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse=0x7f0c0097;
public static final int TextAppearance_AppCompat_Widget_ActionBar_Title=0x7f0c0098;
public static final int TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse=0x7f0c0099;
public static final int TextAppearance_AppCompat_Widget_ActionMode_Subtitle=0x7f0c009a;
public static final int TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse=0x7f0c009b;
public static final int TextAppearance_AppCompat_Widget_ActionMode_Title=0x7f0c009c;
public static final int TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse=0x7f0c009d;
public static final int TextAppearance_AppCompat_Widget_DropDownItem=0x7f0c009e;
public static final int TextAppearance_AppCompat_Widget_PopupMenu_Large=0x7f0c009f;
public static final int TextAppearance_AppCompat_Widget_PopupMenu_Small=0x7f0c00a0;
public static final int TextAppearance_AppCompat_Widget_Switch=0x7f0c00a1;
public static final int TextAppearance_AppCompat_Widget_TextView_SpinnerItem=0x7f0c00a2;
public static final int TextAppearance_Widget_AppCompat_ExpandedMenu_Item=0x7f0c00a3;
public static final int TextAppearance_Widget_AppCompat_Toolbar_Subtitle=0x7f0c00a4;
public static final int TextAppearance_Widget_AppCompat_Toolbar_Title=0x7f0c00a5;
public static final int Theme_AppCompat=0x7f0c00a6;
public static final int Theme_AppCompat_CompactMenu=0x7f0c00a7;
public static final int Theme_AppCompat_Dialog=0x7f0c00a8;
public static final int Theme_AppCompat_DialogWhenLarge=0x7f0c00a9;
public static final int Theme_AppCompat_Light=0x7f0c00aa;
public static final int Theme_AppCompat_Light_DarkActionBar=0x7f0c00ab;
public static final int Theme_AppCompat_Light_Dialog=0x7f0c00ac;
public static final int Theme_AppCompat_Light_DialogWhenLarge=0x7f0c00ad;
public static final int Theme_AppCompat_Light_NoActionBar=0x7f0c00ae;
public static final int Theme_AppCompat_NoActionBar=0x7f0c00af;
public static final int ThemeOverlay_AppCompat=0x7f0c00b0;
public static final int ThemeOverlay_AppCompat_ActionBar=0x7f0c00b1;
public static final int ThemeOverlay_AppCompat_Dark=0x7f0c00b2;
public static final int ThemeOverlay_AppCompat_Dark_ActionBar=0x7f0c00b3;
public static final int ThemeOverlay_AppCompat_Light=0x7f0c00b4;
public static final int Widget_AppCompat_ActionBar=0x7f0c00b5;
public static final int Widget_AppCompat_ActionBar_Solid=0x7f0c00b6;
public static final int Widget_AppCompat_ActionBar_TabBar=0x7f0c00b7;
public static final int Widget_AppCompat_ActionBar_TabText=0x7f0c00b8;
public static final int Widget_AppCompat_ActionBar_TabView=0x7f0c00b9;
public static final int Widget_AppCompat_ActionButton=0x7f0c00ba;
public static final int Widget_AppCompat_ActionButton_CloseMode=0x7f0c00bb;
public static final int Widget_AppCompat_ActionButton_Overflow=0x7f0c00bc;
public static final int Widget_AppCompat_ActionMode=0x7f0c00bd;
public static final int Widget_AppCompat_ActivityChooserView=0x7f0c00be;
public static final int Widget_AppCompat_AutoCompleteTextView=0x7f0c00bf;
public static final int Widget_AppCompat_Button=0x7f0c00c0;
public static final int Widget_AppCompat_Button_Small=0x7f0c00c1;
public static final int Widget_AppCompat_CompoundButton_Switch=0x7f0c00c2;
public static final int Widget_AppCompat_DrawerArrowToggle=0x7f0c00c3;
public static final int Widget_AppCompat_DropDownItem_Spinner=0x7f0c00c4;
public static final int Widget_AppCompat_EditText=0x7f0c00c5;
public static final int Widget_AppCompat_Light_ActionBar=0x7f0c00c6;
public static final int Widget_AppCompat_Light_ActionBar_Solid=0x7f0c00c7;
public static final int Widget_AppCompat_Light_ActionBar_Solid_Inverse=0x7f0c00c8;
public static final int Widget_AppCompat_Light_ActionBar_TabBar=0x7f0c00c9;
public static final int Widget_AppCompat_Light_ActionBar_TabBar_Inverse=0x7f0c00ca;
public static final int Widget_AppCompat_Light_ActionBar_TabText=0x7f0c00cb;
public static final int Widget_AppCompat_Light_ActionBar_TabText_Inverse=0x7f0c00cc;
public static final int Widget_AppCompat_Light_ActionBar_TabView=0x7f0c00cd;
public static final int Widget_AppCompat_Light_ActionBar_TabView_Inverse=0x7f0c00ce;
public static final int Widget_AppCompat_Light_ActionButton=0x7f0c00cf;
public static final int Widget_AppCompat_Light_ActionButton_CloseMode=0x7f0c00d0;
public static final int Widget_AppCompat_Light_ActionButton_Overflow=0x7f0c00d1;
public static final int Widget_AppCompat_Light_ActionMode_Inverse=0x7f0c00d2;
public static final int Widget_AppCompat_Light_ActivityChooserView=0x7f0c00d3;
public static final int Widget_AppCompat_Light_AutoCompleteTextView=0x7f0c00d4;
public static final int Widget_AppCompat_Light_DropDownItem_Spinner=0x7f0c00d5;
public static final int Widget_AppCompat_Light_ListPopupWindow=0x7f0c00d6;
public static final int Widget_AppCompat_Light_ListView_DropDown=0x7f0c00d7;
public static final int Widget_AppCompat_Light_PopupMenu=0x7f0c00d8;
public static final int Widget_AppCompat_Light_PopupMenu_Overflow=0x7f0c00d9;
public static final int Widget_AppCompat_Light_SearchView=0x7f0c00da;
public static final int Widget_AppCompat_Light_Spinner_DropDown_ActionBar=0x7f0c00db;
public static final int Widget_AppCompat_ListPopupWindow=0x7f0c00dc;
public static final int Widget_AppCompat_ListView_DropDown=0x7f0c00dd;
public static final int Widget_AppCompat_ListView_Menu=0x7f0c00de;
public static final int Widget_AppCompat_PopupMenu=0x7f0c00df;
public static final int Widget_AppCompat_PopupMenu_Overflow=0x7f0c00e0;
public static final int Widget_AppCompat_PopupWindow=0x7f0c00e1;
public static final int Widget_AppCompat_ProgressBar=0x7f0c00e2;
public static final int Widget_AppCompat_ProgressBar_Horizontal=0x7f0c00e3;
public static final int Widget_AppCompat_RatingBar=0x7f0c00e4;
public static final int Widget_AppCompat_SearchView=0x7f0c00e5;
public static final int Widget_AppCompat_Spinner=0x7f0c00e6;
public static final int Widget_AppCompat_Spinner_DropDown=0x7f0c00e7;
public static final int Widget_AppCompat_Spinner_DropDown_ActionBar=0x7f0c00e8;
public static final int Widget_AppCompat_Spinner_Underlined=0x7f0c00e9;
public static final int Widget_AppCompat_TextView_SpinnerItem=0x7f0c00ea;
public static final int Widget_AppCompat_Toolbar=0x7f0c00eb;
public static final int Widget_AppCompat_Toolbar_Button_Navigation=0x7f0c00ec;
}
public static final class styleable {
/** Attributes that can be used with a ActionBar.
<p>Includes the following attributes:</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Attribute</th><th>Description</th></tr>
<tr><td><code>{@link #ActionBar_background com.graeme.movienight:background}</code></td><td></td></tr>
<tr><td><code>{@link #ActionBar_backgroundSplit com.graeme.movienight:backgroundSplit}</code></td><td></td></tr>
<tr><td><code>{@link #ActionBar_backgroundStacked com.graeme.movienight:backgroundStacked}</code></td><td></td></tr>
<tr><td><code>{@link #ActionBar_contentInsetEnd com.graeme.movienight:contentInsetEnd}</code></td><td></td></tr>
<tr><td><code>{@link #ActionBar_contentInsetLeft com.graeme.movienight:contentInsetLeft}</code></td><td></td></tr>
<tr><td><code>{@link #ActionBar_contentInsetRight com.graeme.movienight:contentInsetRight}</code></td><td></td></tr>
<tr><td><code>{@link #ActionBar_contentInsetStart com.graeme.movienight:contentInsetStart}</code></td><td></td></tr>
<tr><td><code>{@link #ActionBar_customNavigationLayout com.graeme.movienight:customNavigationLayout}</code></td><td></td></tr>
<tr><td><code>{@link #ActionBar_displayOptions com.graeme.movienight:displayOptions}</code></td><td></td></tr>
<tr><td><code>{@link #ActionBar_divider com.graeme.movienight:divider}</code></td><td></td></tr>
<tr><td><code>{@link #ActionBar_elevation com.graeme.movienight:elevation}</code></td><td></td></tr>
<tr><td><code>{@link #ActionBar_height com.graeme.movienight:height}</code></td><td></td></tr>
<tr><td><code>{@link #ActionBar_hideOnContentScroll com.graeme.movienight:hideOnContentScroll}</code></td><td></td></tr>
<tr><td><code>{@link #ActionBar_homeAsUpIndicator com.graeme.movienight:homeAsUpIndicator}</code></td><td></td></tr>
<tr><td><code>{@link #ActionBar_homeLayout com.graeme.movienight:homeLayout}</code></td><td></td></tr>
<tr><td><code>{@link #ActionBar_icon com.graeme.movienight:icon}</code></td><td></td></tr>
<tr><td><code>{@link #ActionBar_indeterminateProgressStyle com.graeme.movienight:indeterminateProgressStyle}</code></td><td></td></tr>
<tr><td><code>{@link #ActionBar_itemPadding com.graeme.movienight:itemPadding}</code></td><td></td></tr>
<tr><td><code>{@link #ActionBar_logo com.graeme.movienight:logo}</code></td><td></td></tr>
<tr><td><code>{@link #ActionBar_navigationMode com.graeme.movienight:navigationMode}</code></td><td></td></tr>
<tr><td><code>{@link #ActionBar_popupTheme com.graeme.movienight:popupTheme}</code></td><td></td></tr>
<tr><td><code>{@link #ActionBar_progressBarPadding com.graeme.movienight:progressBarPadding}</code></td><td></td></tr>
<tr><td><code>{@link #ActionBar_progressBarStyle com.graeme.movienight:progressBarStyle}</code></td><td></td></tr>
<tr><td><code>{@link #ActionBar_subtitle com.graeme.movienight:subtitle}</code></td><td></td></tr>
<tr><td><code>{@link #ActionBar_subtitleTextStyle com.graeme.movienight:subtitleTextStyle}</code></td><td></td></tr>
<tr><td><code>{@link #ActionBar_title com.graeme.movienight:title}</code></td><td></td></tr>
<tr><td><code>{@link #ActionBar_titleTextStyle com.graeme.movienight:titleTextStyle}</code></td><td></td></tr>
</table>
@see #ActionBar_background
@see #ActionBar_backgroundSplit
@see #ActionBar_backgroundStacked
@see #ActionBar_contentInsetEnd
@see #ActionBar_contentInsetLeft
@see #ActionBar_contentInsetRight
@see #ActionBar_contentInsetStart
@see #ActionBar_customNavigationLayout
@see #ActionBar_displayOptions
@see #ActionBar_divider
@see #ActionBar_elevation
@see #ActionBar_height
@see #ActionBar_hideOnContentScroll
@see #ActionBar_homeAsUpIndicator
@see #ActionBar_homeLayout
@see #ActionBar_icon
@see #ActionBar_indeterminateProgressStyle
@see #ActionBar_itemPadding
@see #ActionBar_logo
@see #ActionBar_navigationMode
@see #ActionBar_popupTheme
@see #ActionBar_progressBarPadding
@see #ActionBar_progressBarStyle
@see #ActionBar_subtitle
@see #ActionBar_subtitleTextStyle
@see #ActionBar_title
@see #ActionBar_titleTextStyle
*/
public static final int[] ActionBar = {
0x7f010001, 0x7f010003, 0x7f010004, 0x7f010005,
0x7f010006, 0x7f010007, 0x7f010008, 0x7f010009,
0x7f01000a, 0x7f01000b, 0x7f01000c, 0x7f01000d,
0x7f01000e, 0x7f01000f, 0x7f010010, 0x7f010011,
0x7f010012, 0x7f010013, 0x7f010014, 0x7f010015,
0x7f010016, 0x7f010017, 0x7f010018, 0x7f010019,
0x7f01001a, 0x7f01001b, 0x7f010071
};
/**
<p>This symbol is the offset where the {@link com.graeme.movienight.R.attr#background}
attribute's value can be found in the {@link #ActionBar} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name com.graeme.movienight:background
*/
public static final int ActionBar_background = 10;
/**
<p>This symbol is the offset where the {@link com.graeme.movienight.R.attr#backgroundSplit}
attribute's value can be found in the {@link #ActionBar} array.
<p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
<p>May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
@attr name com.graeme.movienight:backgroundSplit
*/
public static final int ActionBar_backgroundSplit = 12;
/**
<p>This symbol is the offset where the {@link com.graeme.movienight.R.attr#backgroundStacked}
attribute's value can be found in the {@link #ActionBar} array.
<p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
<p>May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
@attr name com.graeme.movienight:backgroundStacked
*/
public static final int ActionBar_backgroundStacked = 11;
/**
<p>This symbol is the offset where the {@link com.graeme.movienight.R.attr#contentInsetEnd}
attribute's value can be found in the {@link #ActionBar} array.
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name com.graeme.movienight:contentInsetEnd
*/
public static final int ActionBar_contentInsetEnd = 21;
/**
<p>This symbol is the offset where the {@link com.graeme.movienight.R.attr#contentInsetLeft}
attribute's value can be found in the {@link #ActionBar} array.
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name com.graeme.movienight:contentInsetLeft
*/
public static final int ActionBar_contentInsetLeft = 22;
/**
<p>This symbol is the offset where the {@link com.graeme.movienight.R.attr#contentInsetRight}
attribute's value can be found in the {@link #ActionBar} array.
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name com.graeme.movienight:contentInsetRight
*/
public static final int ActionBar_contentInsetRight = 23;
/**
<p>This symbol is the offset where the {@link com.graeme.movienight.R.attr#contentInsetStart}
attribute's value can be found in the {@link #ActionBar} array.
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name com.graeme.movienight:contentInsetStart
*/
public static final int ActionBar_contentInsetStart = 20;
/**
<p>This symbol is the offset where the {@link com.graeme.movienight.R.attr#customNavigationLayout}
attribute's value can be found in the {@link #ActionBar} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name com.graeme.movienight:customNavigationLayout
*/
public static final int ActionBar_customNavigationLayout = 13;
/**
<p>This symbol is the offset where the {@link com.graeme.movienight.R.attr#displayOptions}
attribute's value can be found in the {@link #ActionBar} array.
<p>Must be one or more (separated by '|') of the following constant values.</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Constant</th><th>Value</th><th>Description</th></tr>
<tr><td><code>none</code></td><td>0</td><td></td></tr>
<tr><td><code>useLogo</code></td><td>0x1</td><td></td></tr>
<tr><td><code>showHome</code></td><td>0x2</td><td></td></tr>
<tr><td><code>homeAsUp</code></td><td>0x4</td><td></td></tr>
<tr><td><code>showTitle</code></td><td>0x8</td><td></td></tr>
<tr><td><code>showCustom</code></td><td>0x10</td><td></td></tr>
<tr><td><code>disableHome</code></td><td>0x20</td><td></td></tr>
</table>
@attr name com.graeme.movienight:displayOptions
*/
public static final int ActionBar_displayOptions = 3;
/**
<p>This symbol is the offset where the {@link com.graeme.movienight.R.attr#divider}
attribute's value can be found in the {@link #ActionBar} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name com.graeme.movienight:divider
*/
public static final int ActionBar_divider = 9;
/**
<p>This symbol is the offset where the {@link com.graeme.movienight.R.attr#elevation}
attribute's value can be found in the {@link #ActionBar} array.
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name com.graeme.movienight:elevation
*/
public static final int ActionBar_elevation = 24;
/**
<p>This symbol is the offset where the {@link com.graeme.movienight.R.attr#height}
attribute's value can be found in the {@link #ActionBar} array.
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name com.graeme.movienight:height
*/
public static final int ActionBar_height = 0;
/**
<p>This symbol is the offset where the {@link com.graeme.movienight.R.attr#hideOnContentScroll}
attribute's value can be found in the {@link #ActionBar} array.
<p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name com.graeme.movienight:hideOnContentScroll
*/
public static final int ActionBar_hideOnContentScroll = 19;
/**
<p>This symbol is the offset where the {@link com.graeme.movienight.R.attr#homeAsUpIndicator}
attribute's value can be found in the {@link #ActionBar} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name com.graeme.movienight:homeAsUpIndicator
*/
public static final int ActionBar_homeAsUpIndicator = 26;
/**
<p>This symbol is the offset where the {@link com.graeme.movienight.R.attr#homeLayout}
attribute's value can be found in the {@link #ActionBar} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name com.graeme.movienight:homeLayout
*/
public static final int ActionBar_homeLayout = 14;
/**
<p>This symbol is the offset where the {@link com.graeme.movienight.R.attr#icon}
attribute's value can be found in the {@link #ActionBar} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name com.graeme.movienight:icon
*/
public static final int ActionBar_icon = 7;
/**
<p>This symbol is the offset where the {@link com.graeme.movienight.R.attr#indeterminateProgressStyle}
attribute's value can be found in the {@link #ActionBar} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name com.graeme.movienight:indeterminateProgressStyle
*/
public static final int ActionBar_indeterminateProgressStyle = 16;
/**
<p>This symbol is the offset where the {@link com.graeme.movienight.R.attr#itemPadding}
attribute's value can be found in the {@link #ActionBar} array.
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name com.graeme.movienight:itemPadding
*/
public static final int ActionBar_itemPadding = 18;
/**
<p>This symbol is the offset where the {@link com.graeme.movienight.R.attr#logo}
attribute's value can be found in the {@link #ActionBar} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name com.graeme.movienight:logo
*/
public static final int ActionBar_logo = 8;
/**
<p>This symbol is the offset where the {@link com.graeme.movienight.R.attr#navigationMode}
attribute's value can be found in the {@link #ActionBar} array.
<p>Must be one of the following constant values.</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Constant</th><th>Value</th><th>Description</th></tr>
<tr><td><code>normal</code></td><td>0</td><td></td></tr>
<tr><td><code>listMode</code></td><td>1</td><td></td></tr>
<tr><td><code>tabMode</code></td><td>2</td><td></td></tr>
</table>
@attr name com.graeme.movienight:navigationMode
*/
public static final int ActionBar_navigationMode = 2;
/**
<p>This symbol is the offset where the {@link com.graeme.movienight.R.attr#popupTheme}
attribute's value can be found in the {@link #ActionBar} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name com.graeme.movienight:popupTheme
*/
public static final int ActionBar_popupTheme = 25;
/**
<p>This symbol is the offset where the {@link com.graeme.movienight.R.attr#progressBarPadding}
attribute's value can be found in the {@link #ActionBar} array.
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name com.graeme.movienight:progressBarPadding
*/
public static final int ActionBar_progressBarPadding = 17;
/**
<p>This symbol is the offset where the {@link com.graeme.movienight.R.attr#progressBarStyle}
attribute's value can be found in the {@link #ActionBar} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name com.graeme.movienight:progressBarStyle
*/
public static final int ActionBar_progressBarStyle = 15;
/**
<p>This symbol is the offset where the {@link com.graeme.movienight.R.attr#subtitle}
attribute's value can be found in the {@link #ActionBar} array.
<p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name com.graeme.movienight:subtitle
*/
public static final int ActionBar_subtitle = 4;
/**
<p>This symbol is the offset where the {@link com.graeme.movienight.R.attr#subtitleTextStyle}
attribute's value can be found in the {@link #ActionBar} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name com.graeme.movienight:subtitleTextStyle
*/
public static final int ActionBar_subtitleTextStyle = 6;
/**
<p>This symbol is the offset where the {@link com.graeme.movienight.R.attr#title}
attribute's value can be found in the {@link #ActionBar} array.
<p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name com.graeme.movienight:title
*/
public static final int ActionBar_title = 1;
/**
<p>This symbol is the offset where the {@link com.graeme.movienight.R.attr#titleTextStyle}
attribute's value can be found in the {@link #ActionBar} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name com.graeme.movienight:titleTextStyle
*/
public static final int ActionBar_titleTextStyle = 5;
/** Attributes that can be used with a ActionBarLayout.
<p>Includes the following attributes:</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Attribute</th><th>Description</th></tr>
<tr><td><code>{@link #ActionBarLayout_android_layout_gravity android:layout_gravity}</code></td><td></td></tr>
</table>
@see #ActionBarLayout_android_layout_gravity
*/
public static final int[] ActionBarLayout = {
0x010100b3
};
/**
<p>This symbol is the offset where the {@link android.R.attr#layout_gravity}
attribute's value can be found in the {@link #ActionBarLayout} array.
@attr name android:layout_gravity
*/
public static final int ActionBarLayout_android_layout_gravity = 0;
/** Attributes that can be used with a ActionMenuItemView.
<p>Includes the following attributes:</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Attribute</th><th>Description</th></tr>
<tr><td><code>{@link #ActionMenuItemView_android_minWidth android:minWidth}</code></td><td></td></tr>
</table>
@see #ActionMenuItemView_android_minWidth
*/
public static final int[] ActionMenuItemView = {
0x0101013f
};
/**
<p>This symbol is the offset where the {@link android.R.attr#minWidth}
attribute's value can be found in the {@link #ActionMenuItemView} array.
@attr name android:minWidth
*/
public static final int ActionMenuItemView_android_minWidth = 0;
/** Attributes that can be used with a ActionMenuView.
*/
public static final int[] ActionMenuView = {
};
/** Attributes that can be used with a ActionMode.
<p>Includes the following attributes:</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Attribute</th><th>Description</th></tr>
<tr><td><code>{@link #ActionMode_background com.graeme.movienight:background}</code></td><td></td></tr>
<tr><td><code>{@link #ActionMode_backgroundSplit com.graeme.movienight:backgroundSplit}</code></td><td></td></tr>
<tr><td><code>{@link #ActionMode_closeItemLayout com.graeme.movienight:closeItemLayout}</code></td><td></td></tr>
<tr><td><code>{@link #ActionMode_height com.graeme.movienight:height}</code></td><td></td></tr>
<tr><td><code>{@link #ActionMode_subtitleTextStyle com.graeme.movienight:subtitleTextStyle}</code></td><td></td></tr>
<tr><td><code>{@link #ActionMode_titleTextStyle com.graeme.movienight:titleTextStyle}</code></td><td></td></tr>
</table>
@see #ActionMode_background
@see #ActionMode_backgroundSplit
@see #ActionMode_closeItemLayout
@see #ActionMode_height
@see #ActionMode_subtitleTextStyle
@see #ActionMode_titleTextStyle
*/
public static final int[] ActionMode = {
0x7f010001, 0x7f010007, 0x7f010008, 0x7f01000c,
0x7f01000e, 0x7f01001c
};
/**
<p>This symbol is the offset where the {@link com.graeme.movienight.R.attr#background}
attribute's value can be found in the {@link #ActionMode} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name com.graeme.movienight:background
*/
public static final int ActionMode_background = 3;
/**
<p>This symbol is the offset where the {@link com.graeme.movienight.R.attr#backgroundSplit}
attribute's value can be found in the {@link #ActionMode} array.
<p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
<p>May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
@attr name com.graeme.movienight:backgroundSplit
*/
public static final int ActionMode_backgroundSplit = 4;
/**
<p>This symbol is the offset where the {@link com.graeme.movienight.R.attr#closeItemLayout}
attribute's value can be found in the {@link #ActionMode} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name com.graeme.movienight:closeItemLayout
*/
public static final int ActionMode_closeItemLayout = 5;
/**
<p>This symbol is the offset where the {@link com.graeme.movienight.R.attr#height}
attribute's value can be found in the {@link #ActionMode} array.
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name com.graeme.movienight:height
*/
public static final int ActionMode_height = 0;
/**
<p>This symbol is the offset where the {@link com.graeme.movienight.R.attr#subtitleTextStyle}
attribute's value can be found in the {@link #ActionMode} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name com.graeme.movienight:subtitleTextStyle
*/
public static final int ActionMode_subtitleTextStyle = 2;
/**
<p>This symbol is the offset where the {@link com.graeme.movienight.R.attr#titleTextStyle}
attribute's value can be found in the {@link #ActionMode} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name com.graeme.movienight:titleTextStyle
*/
public static final int ActionMode_titleTextStyle = 1;
/** Attributes that can be used with a ActivityChooserView.
<p>Includes the following attributes:</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Attribute</th><th>Description</th></tr>
<tr><td><code>{@link #ActivityChooserView_expandActivityOverflowButtonDrawable com.graeme.movienight:expandActivityOverflowButtonDrawable}</code></td><td></td></tr>
<tr><td><code>{@link #ActivityChooserView_initialActivityCount com.graeme.movienight:initialActivityCount}</code></td><td></td></tr>
</table>
@see #ActivityChooserView_expandActivityOverflowButtonDrawable
@see #ActivityChooserView_initialActivityCount
*/
public static final int[] ActivityChooserView = {
0x7f01001d, 0x7f01001e
};
/**
<p>This symbol is the offset where the {@link com.graeme.movienight.R.attr#expandActivityOverflowButtonDrawable}
attribute's value can be found in the {@link #ActivityChooserView} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name com.graeme.movienight:expandActivityOverflowButtonDrawable
*/
public static final int ActivityChooserView_expandActivityOverflowButtonDrawable = 1;
/**
<p>This symbol is the offset where the {@link com.graeme.movienight.R.attr#initialActivityCount}
attribute's value can be found in the {@link #ActivityChooserView} array.
<p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name com.graeme.movienight:initialActivityCount
*/
public static final int ActivityChooserView_initialActivityCount = 0;
/** Attributes that can be used with a CompatTextView.
<p>Includes the following attributes:</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Attribute</th><th>Description</th></tr>
<tr><td><code>{@link #CompatTextView_textAllCaps com.graeme.movienight:textAllCaps}</code></td><td></td></tr>
</table>
@see #CompatTextView_textAllCaps
*/
public static final int[] CompatTextView = {
0x7f01001f
};
/**
<p>This symbol is the offset where the {@link com.graeme.movienight.R.attr#textAllCaps}
attribute's value can be found in the {@link #CompatTextView} array.
<p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
<p>May be a boolean value, either "<code>true</code>" or "<code>false</code>".
@attr name com.graeme.movienight:textAllCaps
*/
public static final int CompatTextView_textAllCaps = 0;
/** Attributes that can be used with a DrawerArrowToggle.
<p>Includes the following attributes:</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Attribute</th><th>Description</th></tr>
<tr><td><code>{@link #DrawerArrowToggle_barSize com.graeme.movienight:barSize}</code></td><td></td></tr>
<tr><td><code>{@link #DrawerArrowToggle_color com.graeme.movienight:color}</code></td><td></td></tr>
<tr><td><code>{@link #DrawerArrowToggle_drawableSize com.graeme.movienight:drawableSize}</code></td><td></td></tr>
<tr><td><code>{@link #DrawerArrowToggle_gapBetweenBars com.graeme.movienight:gapBetweenBars}</code></td><td></td></tr>
<tr><td><code>{@link #DrawerArrowToggle_middleBarArrowSize com.graeme.movienight:middleBarArrowSize}</code></td><td></td></tr>
<tr><td><code>{@link #DrawerArrowToggle_spinBars com.graeme.movienight:spinBars}</code></td><td></td></tr>
<tr><td><code>{@link #DrawerArrowToggle_thickness com.graeme.movienight:thickness}</code></td><td></td></tr>
<tr><td><code>{@link #DrawerArrowToggle_topBottomBarArrowSize com.graeme.movienight:topBottomBarArrowSize}</code></td><td></td></tr>
</table>
@see #DrawerArrowToggle_barSize
@see #DrawerArrowToggle_color
@see #DrawerArrowToggle_drawableSize
@see #DrawerArrowToggle_gapBetweenBars
@see #DrawerArrowToggle_middleBarArrowSize
@see #DrawerArrowToggle_spinBars
@see #DrawerArrowToggle_thickness
@see #DrawerArrowToggle_topBottomBarArrowSize
*/
public static final int[] DrawerArrowToggle = {
0x7f010020, 0x7f010021, 0x7f010022, 0x7f010023,
0x7f010024, 0x7f010025, 0x7f010026, 0x7f010027
};
/**
<p>This symbol is the offset where the {@link com.graeme.movienight.R.attr#barSize}
attribute's value can be found in the {@link #DrawerArrowToggle} array.
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name com.graeme.movienight:barSize
*/
public static final int DrawerArrowToggle_barSize = 6;
/**
<p>This symbol is the offset where the {@link com.graeme.movienight.R.attr#color}
attribute's value can be found in the {@link #DrawerArrowToggle} array.
<p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name com.graeme.movienight:color
*/
public static final int DrawerArrowToggle_color = 0;
/**
<p>This symbol is the offset where the {@link com.graeme.movienight.R.attr#drawableSize}
attribute's value can be found in the {@link #DrawerArrowToggle} array.
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name com.graeme.movienight:drawableSize
*/
public static final int DrawerArrowToggle_drawableSize = 2;
/**
<p>This symbol is the offset where the {@link com.graeme.movienight.R.attr#gapBetweenBars}
attribute's value can be found in the {@link #DrawerArrowToggle} array.
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name com.graeme.movienight:gapBetweenBars
*/
public static final int DrawerArrowToggle_gapBetweenBars = 3;
/**
<p>This symbol is the offset where the {@link com.graeme.movienight.R.attr#middleBarArrowSize}
attribute's value can be found in the {@link #DrawerArrowToggle} array.
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name com.graeme.movienight:middleBarArrowSize
*/
public static final int DrawerArrowToggle_middleBarArrowSize = 5;
/**
<p>This symbol is the offset where the {@link com.graeme.movienight.R.attr#spinBars}
attribute's value can be found in the {@link #DrawerArrowToggle} array.
<p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name com.graeme.movienight:spinBars
*/
public static final int DrawerArrowToggle_spinBars = 1;
/**
<p>This symbol is the offset where the {@link com.graeme.movienight.R.attr#thickness}
attribute's value can be found in the {@link #DrawerArrowToggle} array.
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name com.graeme.movienight:thickness
*/
public static final int DrawerArrowToggle_thickness = 7;
/**
<p>This symbol is the offset where the {@link com.graeme.movienight.R.attr#topBottomBarArrowSize}
attribute's value can be found in the {@link #DrawerArrowToggle} array.
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name com.graeme.movienight:topBottomBarArrowSize
*/
public static final int DrawerArrowToggle_topBottomBarArrowSize = 4;
/** Attributes that can be used with a LinearLayoutCompat.
<p>Includes the following attributes:</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Attribute</th><th>Description</th></tr>
<tr><td><code>{@link #LinearLayoutCompat_android_baselineAligned android:baselineAligned}</code></td><td></td></tr>
<tr><td><code>{@link #LinearLayoutCompat_android_baselineAlignedChildIndex android:baselineAlignedChildIndex}</code></td><td></td></tr>
<tr><td><code>{@link #LinearLayoutCompat_android_gravity android:gravity}</code></td><td></td></tr>
<tr><td><code>{@link #LinearLayoutCompat_android_orientation android:orientation}</code></td><td></td></tr>
<tr><td><code>{@link #LinearLayoutCompat_android_weightSum android:weightSum}</code></td><td></td></tr>
<tr><td><code>{@link #LinearLayoutCompat_divider com.graeme.movienight:divider}</code></td><td></td></tr>
<tr><td><code>{@link #LinearLayoutCompat_dividerPadding com.graeme.movienight:dividerPadding}</code></td><td></td></tr>
<tr><td><code>{@link #LinearLayoutCompat_measureWithLargestChild com.graeme.movienight:measureWithLargestChild}</code></td><td></td></tr>
<tr><td><code>{@link #LinearLayoutCompat_showDividers com.graeme.movienight:showDividers}</code></td><td></td></tr>
</table>
@see #LinearLayoutCompat_android_baselineAligned
@see #LinearLayoutCompat_android_baselineAlignedChildIndex
@see #LinearLayoutCompat_android_gravity
@see #LinearLayoutCompat_android_orientation
@see #LinearLayoutCompat_android_weightSum
@see #LinearLayoutCompat_divider
@see #LinearLayoutCompat_dividerPadding
@see #LinearLayoutCompat_measureWithLargestChild
@see #LinearLayoutCompat_showDividers
*/
public static final int[] LinearLayoutCompat = {
0x010100af, 0x010100c4, 0x01010126, 0x01010127,
0x01010128, 0x7f01000b, 0x7f010028, 0x7f010029,
0x7f01002a
};
/**
<p>This symbol is the offset where the {@link android.R.attr#baselineAligned}
attribute's value can be found in the {@link #LinearLayoutCompat} array.
@attr name android:baselineAligned
*/
public static final int LinearLayoutCompat_android_baselineAligned = 2;
/**
<p>This symbol is the offset where the {@link android.R.attr#baselineAlignedChildIndex}
attribute's value can be found in the {@link #LinearLayoutCompat} array.
@attr name android:baselineAlignedChildIndex
*/
public static final int LinearLayoutCompat_android_baselineAlignedChildIndex = 3;
/**
<p>This symbol is the offset where the {@link android.R.attr#gravity}
attribute's value can be found in the {@link #LinearLayoutCompat} array.
@attr name android:gravity
*/
public static final int LinearLayoutCompat_android_gravity = 0;
/**
<p>This symbol is the offset where the {@link android.R.attr#orientation}
attribute's value can be found in the {@link #LinearLayoutCompat} array.
@attr name android:orientation
*/
public static final int LinearLayoutCompat_android_orientation = 1;
/**
<p>This symbol is the offset where the {@link android.R.attr#weightSum}
attribute's value can be found in the {@link #LinearLayoutCompat} array.
@attr name android:weightSum
*/
public static final int LinearLayoutCompat_android_weightSum = 4;
/**
<p>This symbol is the offset where the {@link com.graeme.movienight.R.attr#divider}
attribute's value can be found in the {@link #LinearLayoutCompat} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name com.graeme.movienight:divider
*/
public static final int LinearLayoutCompat_divider = 5;
/**
<p>This symbol is the offset where the {@link com.graeme.movienight.R.attr#dividerPadding}
attribute's value can be found in the {@link #LinearLayoutCompat} array.
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name com.graeme.movienight:dividerPadding
*/
public static final int LinearLayoutCompat_dividerPadding = 8;
/**
<p>This symbol is the offset where the {@link com.graeme.movienight.R.attr#measureWithLargestChild}
attribute's value can be found in the {@link #LinearLayoutCompat} array.
<p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name com.graeme.movienight:measureWithLargestChild
*/
public static final int LinearLayoutCompat_measureWithLargestChild = 6;
/**
<p>This symbol is the offset where the {@link com.graeme.movienight.R.attr#showDividers}
attribute's value can be found in the {@link #LinearLayoutCompat} array.
<p>Must be one or more (separated by '|') of the following constant values.</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Constant</th><th>Value</th><th>Description</th></tr>
<tr><td><code>none</code></td><td>0</td><td></td></tr>
<tr><td><code>beginning</code></td><td>1</td><td></td></tr>
<tr><td><code>middle</code></td><td>2</td><td></td></tr>
<tr><td><code>end</code></td><td>4</td><td></td></tr>
</table>
@attr name com.graeme.movienight:showDividers
*/
public static final int LinearLayoutCompat_showDividers = 7;
/** Attributes that can be used with a LinearLayoutCompat_Layout.
<p>Includes the following attributes:</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Attribute</th><th>Description</th></tr>
<tr><td><code>{@link #LinearLayoutCompat_Layout_android_layout_gravity android:layout_gravity}</code></td><td></td></tr>
<tr><td><code>{@link #LinearLayoutCompat_Layout_android_layout_height android:layout_height}</code></td><td></td></tr>
<tr><td><code>{@link #LinearLayoutCompat_Layout_android_layout_weight android:layout_weight}</code></td><td></td></tr>
<tr><td><code>{@link #LinearLayoutCompat_Layout_android_layout_width android:layout_width}</code></td><td></td></tr>
</table>
@see #LinearLayoutCompat_Layout_android_layout_gravity
@see #LinearLayoutCompat_Layout_android_layout_height
@see #LinearLayoutCompat_Layout_android_layout_weight
@see #LinearLayoutCompat_Layout_android_layout_width
*/
public static final int[] LinearLayoutCompat_Layout = {
0x010100b3, 0x010100f4, 0x010100f5, 0x01010181
};
/**
<p>This symbol is the offset where the {@link android.R.attr#layout_gravity}
attribute's value can be found in the {@link #LinearLayoutCompat_Layout} array.
@attr name android:layout_gravity
*/
public static final int LinearLayoutCompat_Layout_android_layout_gravity = 0;
/**
<p>This symbol is the offset where the {@link android.R.attr#layout_height}
attribute's value can be found in the {@link #LinearLayoutCompat_Layout} array.
@attr name android:layout_height
*/
public static final int LinearLayoutCompat_Layout_android_layout_height = 2;
/**
<p>This symbol is the offset where the {@link android.R.attr#layout_weight}
attribute's value can be found in the {@link #LinearLayoutCompat_Layout} array.
@attr name android:layout_weight
*/
public static final int LinearLayoutCompat_Layout_android_layout_weight = 3;
/**
<p>This symbol is the offset where the {@link android.R.attr#layout_width}
attribute's value can be found in the {@link #LinearLayoutCompat_Layout} array.
@attr name android:layout_width
*/
public static final int LinearLayoutCompat_Layout_android_layout_width = 1;
/** Attributes that can be used with a ListPopupWindow.
<p>Includes the following attributes:</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Attribute</th><th>Description</th></tr>
<tr><td><code>{@link #ListPopupWindow_android_dropDownHorizontalOffset android:dropDownHorizontalOffset}</code></td><td></td></tr>
<tr><td><code>{@link #ListPopupWindow_android_dropDownVerticalOffset android:dropDownVerticalOffset}</code></td><td></td></tr>
</table>
@see #ListPopupWindow_android_dropDownHorizontalOffset
@see #ListPopupWindow_android_dropDownVerticalOffset
*/
public static final int[] ListPopupWindow = {
0x010102ac, 0x010102ad
};
/**
<p>This symbol is the offset where the {@link android.R.attr#dropDownHorizontalOffset}
attribute's value can be found in the {@link #ListPopupWindow} array.
@attr name android:dropDownHorizontalOffset
*/
public static final int ListPopupWindow_android_dropDownHorizontalOffset = 0;
/**
<p>This symbol is the offset where the {@link android.R.attr#dropDownVerticalOffset}
attribute's value can be found in the {@link #ListPopupWindow} array.
@attr name android:dropDownVerticalOffset
*/
public static final int ListPopupWindow_android_dropDownVerticalOffset = 1;
/** Attributes that can be used with a MenuGroup.
<p>Includes the following attributes:</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Attribute</th><th>Description</th></tr>
<tr><td><code>{@link #MenuGroup_android_checkableBehavior android:checkableBehavior}</code></td><td></td></tr>
<tr><td><code>{@link #MenuGroup_android_enabled android:enabled}</code></td><td></td></tr>
<tr><td><code>{@link #MenuGroup_android_id android:id}</code></td><td></td></tr>
<tr><td><code>{@link #MenuGroup_android_menuCategory android:menuCategory}</code></td><td></td></tr>
<tr><td><code>{@link #MenuGroup_android_orderInCategory android:orderInCategory}</code></td><td></td></tr>
<tr><td><code>{@link #MenuGroup_android_visible android:visible}</code></td><td></td></tr>
</table>
@see #MenuGroup_android_checkableBehavior
@see #MenuGroup_android_enabled
@see #MenuGroup_android_id
@see #MenuGroup_android_menuCategory
@see #MenuGroup_android_orderInCategory
@see #MenuGroup_android_visible
*/
public static final int[] MenuGroup = {
0x0101000e, 0x010100d0, 0x01010194, 0x010101de,
0x010101df, 0x010101e0
};
/**
<p>This symbol is the offset where the {@link android.R.attr#checkableBehavior}
attribute's value can be found in the {@link #MenuGroup} array.
@attr name android:checkableBehavior
*/
public static final int MenuGroup_android_checkableBehavior = 5;
/**
<p>This symbol is the offset where the {@link android.R.attr#enabled}
attribute's value can be found in the {@link #MenuGroup} array.
@attr name android:enabled
*/
public static final int MenuGroup_android_enabled = 0;
/**
<p>This symbol is the offset where the {@link android.R.attr#id}
attribute's value can be found in the {@link #MenuGroup} array.
@attr name android:id
*/
public static final int MenuGroup_android_id = 1;
/**
<p>This symbol is the offset where the {@link android.R.attr#menuCategory}
attribute's value can be found in the {@link #MenuGroup} array.
@attr name android:menuCategory
*/
public static final int MenuGroup_android_menuCategory = 3;
/**
<p>This symbol is the offset where the {@link android.R.attr#orderInCategory}
attribute's value can be found in the {@link #MenuGroup} array.
@attr name android:orderInCategory
*/
public static final int MenuGroup_android_orderInCategory = 4;
/**
<p>This symbol is the offset where the {@link android.R.attr#visible}
attribute's value can be found in the {@link #MenuGroup} array.
@attr name android:visible
*/
public static final int MenuGroup_android_visible = 2;
/** Attributes that can be used with a MenuItem.
<p>Includes the following attributes:</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Attribute</th><th>Description</th></tr>
<tr><td><code>{@link #MenuItem_actionLayout com.graeme.movienight:actionLayout}</code></td><td></td></tr>
<tr><td><code>{@link #MenuItem_actionProviderClass com.graeme.movienight:actionProviderClass}</code></td><td></td></tr>
<tr><td><code>{@link #MenuItem_actionViewClass com.graeme.movienight:actionViewClass}</code></td><td></td></tr>
<tr><td><code>{@link #MenuItem_android_alphabeticShortcut android:alphabeticShortcut}</code></td><td></td></tr>
<tr><td><code>{@link #MenuItem_android_checkable android:checkable}</code></td><td></td></tr>
<tr><td><code>{@link #MenuItem_android_checked android:checked}</code></td><td></td></tr>
<tr><td><code>{@link #MenuItem_android_enabled android:enabled}</code></td><td></td></tr>
<tr><td><code>{@link #MenuItem_android_icon android:icon}</code></td><td></td></tr>
<tr><td><code>{@link #MenuItem_android_id android:id}</code></td><td></td></tr>
<tr><td><code>{@link #MenuItem_android_menuCategory android:menuCategory}</code></td><td></td></tr>
<tr><td><code>{@link #MenuItem_android_numericShortcut android:numericShortcut}</code></td><td></td></tr>
<tr><td><code>{@link #MenuItem_android_onClick android:onClick}</code></td><td></td></tr>
<tr><td><code>{@link #MenuItem_android_orderInCategory android:orderInCategory}</code></td><td></td></tr>
<tr><td><code>{@link #MenuItem_android_title android:title}</code></td><td></td></tr>
<tr><td><code>{@link #MenuItem_android_titleCondensed android:titleCondensed}</code></td><td></td></tr>
<tr><td><code>{@link #MenuItem_android_visible android:visible}</code></td><td></td></tr>
<tr><td><code>{@link #MenuItem_showAsAction com.graeme.movienight:showAsAction}</code></td><td></td></tr>
</table>
@see #MenuItem_actionLayout
@see #MenuItem_actionProviderClass
@see #MenuItem_actionViewClass
@see #MenuItem_android_alphabeticShortcut
@see #MenuItem_android_checkable
@see #MenuItem_android_checked
@see #MenuItem_android_enabled
@see #MenuItem_android_icon
@see #MenuItem_android_id
@see #MenuItem_android_menuCategory
@see #MenuItem_android_numericShortcut
@see #MenuItem_android_onClick
@see #MenuItem_android_orderInCategory
@see #MenuItem_android_title
@see #MenuItem_android_titleCondensed
@see #MenuItem_android_visible
@see #MenuItem_showAsAction
*/
public static final int[] MenuItem = {
0x01010002, 0x0101000e, 0x010100d0, 0x01010106,
0x01010194, 0x010101de, 0x010101df, 0x010101e1,
0x010101e2, 0x010101e3, 0x010101e4, 0x010101e5,
0x0101026f, 0x7f01002b, 0x7f01002c, 0x7f01002d,
0x7f01002e
};
/**
<p>This symbol is the offset where the {@link com.graeme.movienight.R.attr#actionLayout}
attribute's value can be found in the {@link #MenuItem} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name com.graeme.movienight:actionLayout
*/
public static final int MenuItem_actionLayout = 14;
/**
<p>This symbol is the offset where the {@link com.graeme.movienight.R.attr#actionProviderClass}
attribute's value can be found in the {@link #MenuItem} array.
<p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name com.graeme.movienight:actionProviderClass
*/
public static final int MenuItem_actionProviderClass = 16;
/**
<p>This symbol is the offset where the {@link com.graeme.movienight.R.attr#actionViewClass}
attribute's value can be found in the {@link #MenuItem} array.
<p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name com.graeme.movienight:actionViewClass
*/
public static final int MenuItem_actionViewClass = 15;
/**
<p>This symbol is the offset where the {@link android.R.attr#alphabeticShortcut}
attribute's value can be found in the {@link #MenuItem} array.
@attr name android:alphabeticShortcut
*/
public static final int MenuItem_android_alphabeticShortcut = 9;
/**
<p>This symbol is the offset where the {@link android.R.attr#checkable}
attribute's value can be found in the {@link #MenuItem} array.
@attr name android:checkable
*/
public static final int MenuItem_android_checkable = 11;
/**
<p>This symbol is the offset where the {@link android.R.attr#checked}
attribute's value can be found in the {@link #MenuItem} array.
@attr name android:checked
*/
public static final int MenuItem_android_checked = 3;
/**
<p>This symbol is the offset where the {@link android.R.attr#enabled}
attribute's value can be found in the {@link #MenuItem} array.
@attr name android:enabled
*/
public static final int MenuItem_android_enabled = 1;
/**
<p>This symbol is the offset where the {@link android.R.attr#icon}
attribute's value can be found in the {@link #MenuItem} array.
@attr name android:icon
*/
public static final int MenuItem_android_icon = 0;
/**
<p>This symbol is the offset where the {@link android.R.attr#id}
attribute's value can be found in the {@link #MenuItem} array.
@attr name android:id
*/
public static final int MenuItem_android_id = 2;
/**
<p>This symbol is the offset where the {@link android.R.attr#menuCategory}
attribute's value can be found in the {@link #MenuItem} array.
@attr name android:menuCategory
*/
public static final int MenuItem_android_menuCategory = 5;
/**
<p>This symbol is the offset where the {@link android.R.attr#numericShortcut}
attribute's value can be found in the {@link #MenuItem} array.
@attr name android:numericShortcut
*/
public static final int MenuItem_android_numericShortcut = 10;
/**
<p>This symbol is the offset where the {@link android.R.attr#onClick}
attribute's value can be found in the {@link #MenuItem} array.
@attr name android:onClick
*/
public static final int MenuItem_android_onClick = 12;
/**
<p>This symbol is the offset where the {@link android.R.attr#orderInCategory}
attribute's value can be found in the {@link #MenuItem} array.
@attr name android:orderInCategory
*/
public static final int MenuItem_android_orderInCategory = 6;
/**
<p>This symbol is the offset where the {@link android.R.attr#title}
attribute's value can be found in the {@link #MenuItem} array.
@attr name android:title
*/
public static final int MenuItem_android_title = 7;
/**
<p>This symbol is the offset where the {@link android.R.attr#titleCondensed}
attribute's value can be found in the {@link #MenuItem} array.
@attr name android:titleCondensed
*/
public static final int MenuItem_android_titleCondensed = 8;
/**
<p>This symbol is the offset where the {@link android.R.attr#visible}
attribute's value can be found in the {@link #MenuItem} array.
@attr name android:visible
*/
public static final int MenuItem_android_visible = 4;
/**
<p>This symbol is the offset where the {@link com.graeme.movienight.R.attr#showAsAction}
attribute's value can be found in the {@link #MenuItem} array.
<p>Must be one or more (separated by '|') of the following constant values.</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Constant</th><th>Value</th><th>Description</th></tr>
<tr><td><code>never</code></td><td>0</td><td></td></tr>
<tr><td><code>ifRoom</code></td><td>1</td><td></td></tr>
<tr><td><code>always</code></td><td>2</td><td></td></tr>
<tr><td><code>withText</code></td><td>4</td><td></td></tr>
<tr><td><code>collapseActionView</code></td><td>8</td><td></td></tr>
</table>
@attr name com.graeme.movienight:showAsAction
*/
public static final int MenuItem_showAsAction = 13;
/** Attributes that can be used with a MenuView.
<p>Includes the following attributes:</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Attribute</th><th>Description</th></tr>
<tr><td><code>{@link #MenuView_android_headerBackground android:headerBackground}</code></td><td></td></tr>
<tr><td><code>{@link #MenuView_android_horizontalDivider android:horizontalDivider}</code></td><td></td></tr>
<tr><td><code>{@link #MenuView_android_itemBackground android:itemBackground}</code></td><td></td></tr>
<tr><td><code>{@link #MenuView_android_itemIconDisabledAlpha android:itemIconDisabledAlpha}</code></td><td></td></tr>
<tr><td><code>{@link #MenuView_android_itemTextAppearance android:itemTextAppearance}</code></td><td></td></tr>
<tr><td><code>{@link #MenuView_android_verticalDivider android:verticalDivider}</code></td><td></td></tr>
<tr><td><code>{@link #MenuView_android_windowAnimationStyle android:windowAnimationStyle}</code></td><td></td></tr>
<tr><td><code>{@link #MenuView_preserveIconSpacing com.graeme.movienight:preserveIconSpacing}</code></td><td></td></tr>
</table>
@see #MenuView_android_headerBackground
@see #MenuView_android_horizontalDivider
@see #MenuView_android_itemBackground
@see #MenuView_android_itemIconDisabledAlpha
@see #MenuView_android_itemTextAppearance
@see #MenuView_android_verticalDivider
@see #MenuView_android_windowAnimationStyle
@see #MenuView_preserveIconSpacing
*/
public static final int[] MenuView = {
0x010100ae, 0x0101012c, 0x0101012d, 0x0101012e,
0x0101012f, 0x01010130, 0x01010131, 0x7f01002f
};
/**
<p>This symbol is the offset where the {@link android.R.attr#headerBackground}
attribute's value can be found in the {@link #MenuView} array.
@attr name android:headerBackground
*/
public static final int MenuView_android_headerBackground = 4;
/**
<p>This symbol is the offset where the {@link android.R.attr#horizontalDivider}
attribute's value can be found in the {@link #MenuView} array.
@attr name android:horizontalDivider
*/
public static final int MenuView_android_horizontalDivider = 2;
/**
<p>This symbol is the offset where the {@link android.R.attr#itemBackground}
attribute's value can be found in the {@link #MenuView} array.
@attr name android:itemBackground
*/
public static final int MenuView_android_itemBackground = 5;
/**
<p>This symbol is the offset where the {@link android.R.attr#itemIconDisabledAlpha}
attribute's value can be found in the {@link #MenuView} array.
@attr name android:itemIconDisabledAlpha
*/
public static final int MenuView_android_itemIconDisabledAlpha = 6;
/**
<p>This symbol is the offset where the {@link android.R.attr#itemTextAppearance}
attribute's value can be found in the {@link #MenuView} array.
@attr name android:itemTextAppearance
*/
public static final int MenuView_android_itemTextAppearance = 1;
/**
<p>This symbol is the offset where the {@link android.R.attr#verticalDivider}
attribute's value can be found in the {@link #MenuView} array.
@attr name android:verticalDivider
*/
public static final int MenuView_android_verticalDivider = 3;
/**
<p>This symbol is the offset where the {@link android.R.attr#windowAnimationStyle}
attribute's value can be found in the {@link #MenuView} array.
@attr name android:windowAnimationStyle
*/
public static final int MenuView_android_windowAnimationStyle = 0;
/**
<p>This symbol is the offset where the {@link com.graeme.movienight.R.attr#preserveIconSpacing}
attribute's value can be found in the {@link #MenuView} array.
<p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name com.graeme.movienight:preserveIconSpacing
*/
public static final int MenuView_preserveIconSpacing = 7;
/** Attributes that can be used with a PopupWindow.
<p>Includes the following attributes:</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Attribute</th><th>Description</th></tr>
<tr><td><code>{@link #PopupWindow_android_popupBackground android:popupBackground}</code></td><td></td></tr>
<tr><td><code>{@link #PopupWindow_overlapAnchor com.graeme.movienight:overlapAnchor}</code></td><td></td></tr>
</table>
@see #PopupWindow_android_popupBackground
@see #PopupWindow_overlapAnchor
*/
public static final int[] PopupWindow = {
0x01010176, 0x7f010030
};
/**
<p>This symbol is the offset where the {@link android.R.attr#popupBackground}
attribute's value can be found in the {@link #PopupWindow} array.
@attr name android:popupBackground
*/
public static final int PopupWindow_android_popupBackground = 0;
/**
<p>This symbol is the offset where the {@link com.graeme.movienight.R.attr#overlapAnchor}
attribute's value can be found in the {@link #PopupWindow} array.
<p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name com.graeme.movienight:overlapAnchor
*/
public static final int PopupWindow_overlapAnchor = 1;
/** Attributes that can be used with a PopupWindowBackgroundState.
<p>Includes the following attributes:</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Attribute</th><th>Description</th></tr>
<tr><td><code>{@link #PopupWindowBackgroundState_state_above_anchor com.graeme.movienight:state_above_anchor}</code></td><td></td></tr>
</table>
@see #PopupWindowBackgroundState_state_above_anchor
*/
public static final int[] PopupWindowBackgroundState = {
0x7f010031
};
/**
<p>This symbol is the offset where the {@link com.graeme.movienight.R.attr#state_above_anchor}
attribute's value can be found in the {@link #PopupWindowBackgroundState} array.
<p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name com.graeme.movienight:state_above_anchor
*/
public static final int PopupWindowBackgroundState_state_above_anchor = 0;
/** Attributes that can be used with a SearchView.
<p>Includes the following attributes:</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Attribute</th><th>Description</th></tr>
<tr><td><code>{@link #SearchView_android_focusable android:focusable}</code></td><td></td></tr>
<tr><td><code>{@link #SearchView_android_imeOptions android:imeOptions}</code></td><td></td></tr>
<tr><td><code>{@link #SearchView_android_inputType android:inputType}</code></td><td></td></tr>
<tr><td><code>{@link #SearchView_android_maxWidth android:maxWidth}</code></td><td></td></tr>
<tr><td><code>{@link #SearchView_closeIcon com.graeme.movienight:closeIcon}</code></td><td></td></tr>
<tr><td><code>{@link #SearchView_commitIcon com.graeme.movienight:commitIcon}</code></td><td></td></tr>
<tr><td><code>{@link #SearchView_goIcon com.graeme.movienight:goIcon}</code></td><td></td></tr>
<tr><td><code>{@link #SearchView_iconifiedByDefault com.graeme.movienight:iconifiedByDefault}</code></td><td></td></tr>
<tr><td><code>{@link #SearchView_layout com.graeme.movienight:layout}</code></td><td></td></tr>
<tr><td><code>{@link #SearchView_queryBackground com.graeme.movienight:queryBackground}</code></td><td></td></tr>
<tr><td><code>{@link #SearchView_queryHint com.graeme.movienight:queryHint}</code></td><td></td></tr>
<tr><td><code>{@link #SearchView_searchIcon com.graeme.movienight:searchIcon}</code></td><td></td></tr>
<tr><td><code>{@link #SearchView_submitBackground com.graeme.movienight:submitBackground}</code></td><td></td></tr>
<tr><td><code>{@link #SearchView_suggestionRowLayout com.graeme.movienight:suggestionRowLayout}</code></td><td></td></tr>
<tr><td><code>{@link #SearchView_voiceIcon com.graeme.movienight:voiceIcon}</code></td><td></td></tr>
</table>
@see #SearchView_android_focusable
@see #SearchView_android_imeOptions
@see #SearchView_android_inputType
@see #SearchView_android_maxWidth
@see #SearchView_closeIcon
@see #SearchView_commitIcon
@see #SearchView_goIcon
@see #SearchView_iconifiedByDefault
@see #SearchView_layout
@see #SearchView_queryBackground
@see #SearchView_queryHint
@see #SearchView_searchIcon
@see #SearchView_submitBackground
@see #SearchView_suggestionRowLayout
@see #SearchView_voiceIcon
*/
public static final int[] SearchView = {
0x010100da, 0x0101011f, 0x01010220, 0x01010264,
0x7f010032, 0x7f010033, 0x7f010034, 0x7f010035,
0x7f010036, 0x7f010037, 0x7f010038, 0x7f010039,
0x7f01003a, 0x7f01003b, 0x7f01003c
};
/**
<p>This symbol is the offset where the {@link android.R.attr#focusable}
attribute's value can be found in the {@link #SearchView} array.
@attr name android:focusable
*/
public static final int SearchView_android_focusable = 0;
/**
<p>This symbol is the offset where the {@link android.R.attr#imeOptions}
attribute's value can be found in the {@link #SearchView} array.
@attr name android:imeOptions
*/
public static final int SearchView_android_imeOptions = 3;
/**
<p>This symbol is the offset where the {@link android.R.attr#inputType}
attribute's value can be found in the {@link #SearchView} array.
@attr name android:inputType
*/
public static final int SearchView_android_inputType = 2;
/**
<p>This symbol is the offset where the {@link android.R.attr#maxWidth}
attribute's value can be found in the {@link #SearchView} array.
@attr name android:maxWidth
*/
public static final int SearchView_android_maxWidth = 1;
/**
<p>This symbol is the offset where the {@link com.graeme.movienight.R.attr#closeIcon}
attribute's value can be found in the {@link #SearchView} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name com.graeme.movienight:closeIcon
*/
public static final int SearchView_closeIcon = 7;
/**
<p>This symbol is the offset where the {@link com.graeme.movienight.R.attr#commitIcon}
attribute's value can be found in the {@link #SearchView} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name com.graeme.movienight:commitIcon
*/
public static final int SearchView_commitIcon = 11;
/**
<p>This symbol is the offset where the {@link com.graeme.movienight.R.attr#goIcon}
attribute's value can be found in the {@link #SearchView} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name com.graeme.movienight:goIcon
*/
public static final int SearchView_goIcon = 8;
/**
<p>This symbol is the offset where the {@link com.graeme.movienight.R.attr#iconifiedByDefault}
attribute's value can be found in the {@link #SearchView} array.
<p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name com.graeme.movienight:iconifiedByDefault
*/
public static final int SearchView_iconifiedByDefault = 5;
/**
<p>This symbol is the offset where the {@link com.graeme.movienight.R.attr#layout}
attribute's value can be found in the {@link #SearchView} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name com.graeme.movienight:layout
*/
public static final int SearchView_layout = 4;
/**
<p>This symbol is the offset where the {@link com.graeme.movienight.R.attr#queryBackground}
attribute's value can be found in the {@link #SearchView} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name com.graeme.movienight:queryBackground
*/
public static final int SearchView_queryBackground = 13;
/**
<p>This symbol is the offset where the {@link com.graeme.movienight.R.attr#queryHint}
attribute's value can be found in the {@link #SearchView} array.
<p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name com.graeme.movienight:queryHint
*/
public static final int SearchView_queryHint = 6;
/**
<p>This symbol is the offset where the {@link com.graeme.movienight.R.attr#searchIcon}
attribute's value can be found in the {@link #SearchView} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name com.graeme.movienight:searchIcon
*/
public static final int SearchView_searchIcon = 9;
/**
<p>This symbol is the offset where the {@link com.graeme.movienight.R.attr#submitBackground}
attribute's value can be found in the {@link #SearchView} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name com.graeme.movienight:submitBackground
*/
public static final int SearchView_submitBackground = 14;
/**
<p>This symbol is the offset where the {@link com.graeme.movienight.R.attr#suggestionRowLayout}
attribute's value can be found in the {@link #SearchView} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name com.graeme.movienight:suggestionRowLayout
*/
public static final int SearchView_suggestionRowLayout = 12;
/**
<p>This symbol is the offset where the {@link com.graeme.movienight.R.attr#voiceIcon}
attribute's value can be found in the {@link #SearchView} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name com.graeme.movienight:voiceIcon
*/
public static final int SearchView_voiceIcon = 10;
/** Attributes that can be used with a Spinner.
<p>Includes the following attributes:</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Attribute</th><th>Description</th></tr>
<tr><td><code>{@link #Spinner_android_background android:background}</code></td><td></td></tr>
<tr><td><code>{@link #Spinner_android_dropDownHorizontalOffset android:dropDownHorizontalOffset}</code></td><td></td></tr>
<tr><td><code>{@link #Spinner_android_dropDownSelector android:dropDownSelector}</code></td><td></td></tr>
<tr><td><code>{@link #Spinner_android_dropDownVerticalOffset android:dropDownVerticalOffset}</code></td><td></td></tr>
<tr><td><code>{@link #Spinner_android_dropDownWidth android:dropDownWidth}</code></td><td></td></tr>
<tr><td><code>{@link #Spinner_android_gravity android:gravity}</code></td><td></td></tr>
<tr><td><code>{@link #Spinner_android_popupBackground android:popupBackground}</code></td><td></td></tr>
<tr><td><code>{@link #Spinner_disableChildrenWhenDisabled com.graeme.movienight:disableChildrenWhenDisabled}</code></td><td></td></tr>
<tr><td><code>{@link #Spinner_popupPromptView com.graeme.movienight:popupPromptView}</code></td><td></td></tr>
<tr><td><code>{@link #Spinner_prompt com.graeme.movienight:prompt}</code></td><td></td></tr>
<tr><td><code>{@link #Spinner_spinnerMode com.graeme.movienight:spinnerMode}</code></td><td></td></tr>
</table>
@see #Spinner_android_background
@see #Spinner_android_dropDownHorizontalOffset
@see #Spinner_android_dropDownSelector
@see #Spinner_android_dropDownVerticalOffset
@see #Spinner_android_dropDownWidth
@see #Spinner_android_gravity
@see #Spinner_android_popupBackground
@see #Spinner_disableChildrenWhenDisabled
@see #Spinner_popupPromptView
@see #Spinner_prompt
@see #Spinner_spinnerMode
*/
public static final int[] Spinner = {
0x010100af, 0x010100d4, 0x01010175, 0x01010176,
0x01010262, 0x010102ac, 0x010102ad, 0x7f01003d,
0x7f01003e, 0x7f01003f, 0x7f010040
};
/**
<p>This symbol is the offset where the {@link android.R.attr#background}
attribute's value can be found in the {@link #Spinner} array.
@attr name android:background
*/
public static final int Spinner_android_background = 1;
/**
<p>This symbol is the offset where the {@link android.R.attr#dropDownHorizontalOffset}
attribute's value can be found in the {@link #Spinner} array.
@attr name android:dropDownHorizontalOffset
*/
public static final int Spinner_android_dropDownHorizontalOffset = 5;
/**
<p>This symbol is the offset where the {@link android.R.attr#dropDownSelector}
attribute's value can be found in the {@link #Spinner} array.
@attr name android:dropDownSelector
*/
public static final int Spinner_android_dropDownSelector = 2;
/**
<p>This symbol is the offset where the {@link android.R.attr#dropDownVerticalOffset}
attribute's value can be found in the {@link #Spinner} array.
@attr name android:dropDownVerticalOffset
*/
public static final int Spinner_android_dropDownVerticalOffset = 6;
/**
<p>This symbol is the offset where the {@link android.R.attr#dropDownWidth}
attribute's value can be found in the {@link #Spinner} array.
@attr name android:dropDownWidth
*/
public static final int Spinner_android_dropDownWidth = 4;
/**
<p>This symbol is the offset where the {@link android.R.attr#gravity}
attribute's value can be found in the {@link #Spinner} array.
@attr name android:gravity
*/
public static final int Spinner_android_gravity = 0;
/**
<p>This symbol is the offset where the {@link android.R.attr#popupBackground}
attribute's value can be found in the {@link #Spinner} array.
@attr name android:popupBackground
*/
public static final int Spinner_android_popupBackground = 3;
/**
<p>This symbol is the offset where the {@link com.graeme.movienight.R.attr#disableChildrenWhenDisabled}
attribute's value can be found in the {@link #Spinner} array.
<p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name com.graeme.movienight:disableChildrenWhenDisabled
*/
public static final int Spinner_disableChildrenWhenDisabled = 10;
/**
<p>This symbol is the offset where the {@link com.graeme.movienight.R.attr#popupPromptView}
attribute's value can be found in the {@link #Spinner} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name com.graeme.movienight:popupPromptView
*/
public static final int Spinner_popupPromptView = 9;
/**
<p>This symbol is the offset where the {@link com.graeme.movienight.R.attr#prompt}
attribute's value can be found in the {@link #Spinner} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name com.graeme.movienight:prompt
*/
public static final int Spinner_prompt = 7;
/**
<p>This symbol is the offset where the {@link com.graeme.movienight.R.attr#spinnerMode}
attribute's value can be found in the {@link #Spinner} array.
<p>Must be one of the following constant values.</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Constant</th><th>Value</th><th>Description</th></tr>
<tr><td><code>dialog</code></td><td>0</td><td></td></tr>
<tr><td><code>dropdown</code></td><td>1</td><td></td></tr>
</table>
@attr name com.graeme.movienight:spinnerMode
*/
public static final int Spinner_spinnerMode = 8;
/** Attributes that can be used with a SwitchCompat.
<p>Includes the following attributes:</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Attribute</th><th>Description</th></tr>
<tr><td><code>{@link #SwitchCompat_android_textOff android:textOff}</code></td><td></td></tr>
<tr><td><code>{@link #SwitchCompat_android_textOn android:textOn}</code></td><td></td></tr>
<tr><td><code>{@link #SwitchCompat_android_thumb android:thumb}</code></td><td></td></tr>
<tr><td><code>{@link #SwitchCompat_showText com.graeme.movienight:showText}</code></td><td></td></tr>
<tr><td><code>{@link #SwitchCompat_splitTrack com.graeme.movienight:splitTrack}</code></td><td></td></tr>
<tr><td><code>{@link #SwitchCompat_switchMinWidth com.graeme.movienight:switchMinWidth}</code></td><td></td></tr>
<tr><td><code>{@link #SwitchCompat_switchPadding com.graeme.movienight:switchPadding}</code></td><td></td></tr>
<tr><td><code>{@link #SwitchCompat_switchTextAppearance com.graeme.movienight:switchTextAppearance}</code></td><td></td></tr>
<tr><td><code>{@link #SwitchCompat_thumbTextPadding com.graeme.movienight:thumbTextPadding}</code></td><td></td></tr>
<tr><td><code>{@link #SwitchCompat_track com.graeme.movienight:track}</code></td><td></td></tr>
</table>
@see #SwitchCompat_android_textOff
@see #SwitchCompat_android_textOn
@see #SwitchCompat_android_thumb
@see #SwitchCompat_showText
@see #SwitchCompat_splitTrack
@see #SwitchCompat_switchMinWidth
@see #SwitchCompat_switchPadding
@see #SwitchCompat_switchTextAppearance
@see #SwitchCompat_thumbTextPadding
@see #SwitchCompat_track
*/
public static final int[] SwitchCompat = {
0x01010124, 0x01010125, 0x01010142, 0x7f010041,
0x7f010042, 0x7f010043, 0x7f010044, 0x7f010045,
0x7f010046, 0x7f010047
};
/**
<p>This symbol is the offset where the {@link android.R.attr#textOff}
attribute's value can be found in the {@link #SwitchCompat} array.
@attr name android:textOff
*/
public static final int SwitchCompat_android_textOff = 1;
/**
<p>This symbol is the offset where the {@link android.R.attr#textOn}
attribute's value can be found in the {@link #SwitchCompat} array.
@attr name android:textOn
*/
public static final int SwitchCompat_android_textOn = 0;
/**
<p>This symbol is the offset where the {@link android.R.attr#thumb}
attribute's value can be found in the {@link #SwitchCompat} array.
@attr name android:thumb
*/
public static final int SwitchCompat_android_thumb = 2;
/**
<p>This symbol is the offset where the {@link com.graeme.movienight.R.attr#showText}
attribute's value can be found in the {@link #SwitchCompat} array.
<p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name com.graeme.movienight:showText
*/
public static final int SwitchCompat_showText = 9;
/**
<p>This symbol is the offset where the {@link com.graeme.movienight.R.attr#splitTrack}
attribute's value can be found in the {@link #SwitchCompat} array.
<p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name com.graeme.movienight:splitTrack
*/
public static final int SwitchCompat_splitTrack = 8;
/**
<p>This symbol is the offset where the {@link com.graeme.movienight.R.attr#switchMinWidth}
attribute's value can be found in the {@link #SwitchCompat} array.
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name com.graeme.movienight:switchMinWidth
*/
public static final int SwitchCompat_switchMinWidth = 6;
/**
<p>This symbol is the offset where the {@link com.graeme.movienight.R.attr#switchPadding}
attribute's value can be found in the {@link #SwitchCompat} array.
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name com.graeme.movienight:switchPadding
*/
public static final int SwitchCompat_switchPadding = 7;
/**
<p>This symbol is the offset where the {@link com.graeme.movienight.R.attr#switchTextAppearance}
attribute's value can be found in the {@link #SwitchCompat} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name com.graeme.movienight:switchTextAppearance
*/
public static final int SwitchCompat_switchTextAppearance = 5;
/**
<p>This symbol is the offset where the {@link com.graeme.movienight.R.attr#thumbTextPadding}
attribute's value can be found in the {@link #SwitchCompat} array.
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name com.graeme.movienight:thumbTextPadding
*/
public static final int SwitchCompat_thumbTextPadding = 4;
/**
<p>This symbol is the offset where the {@link com.graeme.movienight.R.attr#track}
attribute's value can be found in the {@link #SwitchCompat} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name com.graeme.movienight:track
*/
public static final int SwitchCompat_track = 3;
/** Attributes that can be used with a SwitchCompatTextAppearance.
<p>Includes the following attributes:</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Attribute</th><th>Description</th></tr>
<tr><td><code>{@link #SwitchCompatTextAppearance_android_textColor android:textColor}</code></td><td></td></tr>
<tr><td><code>{@link #SwitchCompatTextAppearance_android_textSize android:textSize}</code></td><td></td></tr>
<tr><td><code>{@link #SwitchCompatTextAppearance_textAllCaps com.graeme.movienight:textAllCaps}</code></td><td></td></tr>
</table>
@see #SwitchCompatTextAppearance_android_textColor
@see #SwitchCompatTextAppearance_android_textSize
@see #SwitchCompatTextAppearance_textAllCaps
*/
public static final int[] SwitchCompatTextAppearance = {
0x01010095, 0x01010098, 0x7f01001f
};
/**
<p>This symbol is the offset where the {@link android.R.attr#textColor}
attribute's value can be found in the {@link #SwitchCompatTextAppearance} array.
@attr name android:textColor
*/
public static final int SwitchCompatTextAppearance_android_textColor = 1;
/**
<p>This symbol is the offset where the {@link android.R.attr#textSize}
attribute's value can be found in the {@link #SwitchCompatTextAppearance} array.
@attr name android:textSize
*/
public static final int SwitchCompatTextAppearance_android_textSize = 0;
/**
<p>This symbol is the offset where the {@link com.graeme.movienight.R.attr#textAllCaps}
attribute's value can be found in the {@link #SwitchCompatTextAppearance} array.
<p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
<p>May be a boolean value, either "<code>true</code>" or "<code>false</code>".
@attr name com.graeme.movienight:textAllCaps
*/
public static final int SwitchCompatTextAppearance_textAllCaps = 2;
/** Attributes that can be used with a Theme.
<p>Includes the following attributes:</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Attribute</th><th>Description</th></tr>
<tr><td><code>{@link #Theme_actionBarDivider com.graeme.movienight:actionBarDivider}</code></td><td></td></tr>
<tr><td><code>{@link #Theme_actionBarItemBackground com.graeme.movienight:actionBarItemBackground}</code></td><td></td></tr>
<tr><td><code>{@link #Theme_actionBarPopupTheme com.graeme.movienight:actionBarPopupTheme}</code></td><td></td></tr>
<tr><td><code>{@link #Theme_actionBarSize com.graeme.movienight:actionBarSize}</code></td><td></td></tr>
<tr><td><code>{@link #Theme_actionBarSplitStyle com.graeme.movienight:actionBarSplitStyle}</code></td><td></td></tr>
<tr><td><code>{@link #Theme_actionBarStyle com.graeme.movienight:actionBarStyle}</code></td><td></td></tr>
<tr><td><code>{@link #Theme_actionBarTabBarStyle com.graeme.movienight:actionBarTabBarStyle}</code></td><td></td></tr>
<tr><td><code>{@link #Theme_actionBarTabStyle com.graeme.movienight:actionBarTabStyle}</code></td><td></td></tr>
<tr><td><code>{@link #Theme_actionBarTabTextStyle com.graeme.movienight:actionBarTabTextStyle}</code></td><td></td></tr>
<tr><td><code>{@link #Theme_actionBarTheme com.graeme.movienight:actionBarTheme}</code></td><td></td></tr>
<tr><td><code>{@link #Theme_actionBarWidgetTheme com.graeme.movienight:actionBarWidgetTheme}</code></td><td></td></tr>
<tr><td><code>{@link #Theme_actionButtonStyle com.graeme.movienight:actionButtonStyle}</code></td><td></td></tr>
<tr><td><code>{@link #Theme_actionDropDownStyle com.graeme.movienight:actionDropDownStyle}</code></td><td></td></tr>
<tr><td><code>{@link #Theme_actionMenuTextAppearance com.graeme.movienight:actionMenuTextAppearance}</code></td><td></td></tr>
<tr><td><code>{@link #Theme_actionMenuTextColor com.graeme.movienight:actionMenuTextColor}</code></td><td></td></tr>
<tr><td><code>{@link #Theme_actionModeBackground com.graeme.movienight:actionModeBackground}</code></td><td></td></tr>
<tr><td><code>{@link #Theme_actionModeCloseButtonStyle com.graeme.movienight:actionModeCloseButtonStyle}</code></td><td></td></tr>
<tr><td><code>{@link #Theme_actionModeCloseDrawable com.graeme.movienight:actionModeCloseDrawable}</code></td><td></td></tr>
<tr><td><code>{@link #Theme_actionModeCopyDrawable com.graeme.movienight:actionModeCopyDrawable}</code></td><td></td></tr>
<tr><td><code>{@link #Theme_actionModeCutDrawable com.graeme.movienight:actionModeCutDrawable}</code></td><td></td></tr>
<tr><td><code>{@link #Theme_actionModeFindDrawable com.graeme.movienight:actionModeFindDrawable}</code></td><td></td></tr>
<tr><td><code>{@link #Theme_actionModePasteDrawable com.graeme.movienight:actionModePasteDrawable}</code></td><td></td></tr>
<tr><td><code>{@link #Theme_actionModePopupWindowStyle com.graeme.movienight:actionModePopupWindowStyle}</code></td><td></td></tr>
<tr><td><code>{@link #Theme_actionModeSelectAllDrawable com.graeme.movienight:actionModeSelectAllDrawable}</code></td><td></td></tr>
<tr><td><code>{@link #Theme_actionModeShareDrawable com.graeme.movienight:actionModeShareDrawable}</code></td><td></td></tr>
<tr><td><code>{@link #Theme_actionModeSplitBackground com.graeme.movienight:actionModeSplitBackground}</code></td><td></td></tr>
<tr><td><code>{@link #Theme_actionModeStyle com.graeme.movienight:actionModeStyle}</code></td><td></td></tr>
<tr><td><code>{@link #Theme_actionModeWebSearchDrawable com.graeme.movienight:actionModeWebSearchDrawable}</code></td><td></td></tr>
<tr><td><code>{@link #Theme_actionOverflowButtonStyle com.graeme.movienight:actionOverflowButtonStyle}</code></td><td></td></tr>
<tr><td><code>{@link #Theme_actionOverflowMenuStyle com.graeme.movienight:actionOverflowMenuStyle}</code></td><td></td></tr>
<tr><td><code>{@link #Theme_activityChooserViewStyle com.graeme.movienight:activityChooserViewStyle}</code></td><td></td></tr>
<tr><td><code>{@link #Theme_android_windowAnimationStyle android:windowAnimationStyle}</code></td><td></td></tr>
<tr><td><code>{@link #Theme_android_windowIsFloating android:windowIsFloating}</code></td><td></td></tr>
<tr><td><code>{@link #Theme_buttonBarButtonStyle com.graeme.movienight:buttonBarButtonStyle}</code></td><td></td></tr>
<tr><td><code>{@link #Theme_buttonBarStyle com.graeme.movienight:buttonBarStyle}</code></td><td></td></tr>
<tr><td><code>{@link #Theme_colorAccent com.graeme.movienight:colorAccent}</code></td><td></td></tr>
<tr><td><code>{@link #Theme_colorButtonNormal com.graeme.movienight:colorButtonNormal}</code></td><td></td></tr>
<tr><td><code>{@link #Theme_colorControlActivated com.graeme.movienight:colorControlActivated}</code></td><td></td></tr>
<tr><td><code>{@link #Theme_colorControlHighlight com.graeme.movienight:colorControlHighlight}</code></td><td></td></tr>
<tr><td><code>{@link #Theme_colorControlNormal com.graeme.movienight:colorControlNormal}</code></td><td></td></tr>
<tr><td><code>{@link #Theme_colorPrimary com.graeme.movienight:colorPrimary}</code></td><td></td></tr>
<tr><td><code>{@link #Theme_colorPrimaryDark com.graeme.movienight:colorPrimaryDark}</code></td><td></td></tr>
<tr><td><code>{@link #Theme_colorSwitchThumbNormal com.graeme.movienight:colorSwitchThumbNormal}</code></td><td></td></tr>
<tr><td><code>{@link #Theme_dividerHorizontal com.graeme.movienight:dividerHorizontal}</code></td><td></td></tr>
<tr><td><code>{@link #Theme_dividerVertical com.graeme.movienight:dividerVertical}</code></td><td></td></tr>
<tr><td><code>{@link #Theme_dropDownListViewStyle com.graeme.movienight:dropDownListViewStyle}</code></td><td></td></tr>
<tr><td><code>{@link #Theme_dropdownListPreferredItemHeight com.graeme.movienight:dropdownListPreferredItemHeight}</code></td><td></td></tr>
<tr><td><code>{@link #Theme_editTextBackground com.graeme.movienight:editTextBackground}</code></td><td></td></tr>
<tr><td><code>{@link #Theme_editTextColor com.graeme.movienight:editTextColor}</code></td><td></td></tr>
<tr><td><code>{@link #Theme_homeAsUpIndicator com.graeme.movienight:homeAsUpIndicator}</code></td><td></td></tr>
<tr><td><code>{@link #Theme_listChoiceBackgroundIndicator com.graeme.movienight:listChoiceBackgroundIndicator}</code></td><td></td></tr>
<tr><td><code>{@link #Theme_listPopupWindowStyle com.graeme.movienight:listPopupWindowStyle}</code></td><td></td></tr>
<tr><td><code>{@link #Theme_listPreferredItemHeight com.graeme.movienight:listPreferredItemHeight}</code></td><td></td></tr>
<tr><td><code>{@link #Theme_listPreferredItemHeightLarge com.graeme.movienight:listPreferredItemHeightLarge}</code></td><td></td></tr>
<tr><td><code>{@link #Theme_listPreferredItemHeightSmall com.graeme.movienight:listPreferredItemHeightSmall}</code></td><td></td></tr>
<tr><td><code>{@link #Theme_listPreferredItemPaddingLeft com.graeme.movienight:listPreferredItemPaddingLeft}</code></td><td></td></tr>
<tr><td><code>{@link #Theme_listPreferredItemPaddingRight com.graeme.movienight:listPreferredItemPaddingRight}</code></td><td></td></tr>
<tr><td><code>{@link #Theme_panelBackground com.graeme.movienight:panelBackground}</code></td><td></td></tr>
<tr><td><code>{@link #Theme_panelMenuListTheme com.graeme.movienight:panelMenuListTheme}</code></td><td></td></tr>
<tr><td><code>{@link #Theme_panelMenuListWidth com.graeme.movienight:panelMenuListWidth}</code></td><td></td></tr>
<tr><td><code>{@link #Theme_popupMenuStyle com.graeme.movienight:popupMenuStyle}</code></td><td></td></tr>
<tr><td><code>{@link #Theme_popupWindowStyle com.graeme.movienight:popupWindowStyle}</code></td><td></td></tr>
<tr><td><code>{@link #Theme_searchViewStyle com.graeme.movienight:searchViewStyle}</code></td><td></td></tr>
<tr><td><code>{@link #Theme_selectableItemBackground com.graeme.movienight:selectableItemBackground}</code></td><td></td></tr>
<tr><td><code>{@link #Theme_selectableItemBackgroundBorderless com.graeme.movienight:selectableItemBackgroundBorderless}</code></td><td></td></tr>
<tr><td><code>{@link #Theme_spinnerDropDownItemStyle com.graeme.movienight:spinnerDropDownItemStyle}</code></td><td></td></tr>
<tr><td><code>{@link #Theme_spinnerStyle com.graeme.movienight:spinnerStyle}</code></td><td></td></tr>
<tr><td><code>{@link #Theme_switchStyle com.graeme.movienight:switchStyle}</code></td><td></td></tr>
<tr><td><code>{@link #Theme_textAppearanceLargePopupMenu com.graeme.movienight:textAppearanceLargePopupMenu}</code></td><td></td></tr>
<tr><td><code>{@link #Theme_textAppearanceListItem com.graeme.movienight:textAppearanceListItem}</code></td><td></td></tr>
<tr><td><code>{@link #Theme_textAppearanceListItemSmall com.graeme.movienight:textAppearanceListItemSmall}</code></td><td></td></tr>
<tr><td><code>{@link #Theme_textAppearanceSearchResultSubtitle com.graeme.movienight:textAppearanceSearchResultSubtitle}</code></td><td></td></tr>
<tr><td><code>{@link #Theme_textAppearanceSearchResultTitle com.graeme.movienight:textAppearanceSearchResultTitle}</code></td><td></td></tr>
<tr><td><code>{@link #Theme_textAppearanceSmallPopupMenu com.graeme.movienight:textAppearanceSmallPopupMenu}</code></td><td></td></tr>
<tr><td><code>{@link #Theme_textColorSearchUrl com.graeme.movienight:textColorSearchUrl}</code></td><td></td></tr>
<tr><td><code>{@link #Theme_toolbarNavigationButtonStyle com.graeme.movienight:toolbarNavigationButtonStyle}</code></td><td></td></tr>
<tr><td><code>{@link #Theme_toolbarStyle com.graeme.movienight:toolbarStyle}</code></td><td></td></tr>
<tr><td><code>{@link #Theme_windowActionBar com.graeme.movienight:windowActionBar}</code></td><td></td></tr>
<tr><td><code>{@link #Theme_windowActionBarOverlay com.graeme.movienight:windowActionBarOverlay}</code></td><td></td></tr>
<tr><td><code>{@link #Theme_windowActionModeOverlay com.graeme.movienight:windowActionModeOverlay}</code></td><td></td></tr>
<tr><td><code>{@link #Theme_windowFixedHeightMajor com.graeme.movienight:windowFixedHeightMajor}</code></td><td></td></tr>
<tr><td><code>{@link #Theme_windowFixedHeightMinor com.graeme.movienight:windowFixedHeightMinor}</code></td><td></td></tr>
<tr><td><code>{@link #Theme_windowFixedWidthMajor com.graeme.movienight:windowFixedWidthMajor}</code></td><td></td></tr>
<tr><td><code>{@link #Theme_windowFixedWidthMinor com.graeme.movienight:windowFixedWidthMinor}</code></td><td></td></tr>
</table>
@see #Theme_actionBarDivider
@see #Theme_actionBarItemBackground
@see #Theme_actionBarPopupTheme
@see #Theme_actionBarSize
@see #Theme_actionBarSplitStyle
@see #Theme_actionBarStyle
@see #Theme_actionBarTabBarStyle
@see #Theme_actionBarTabStyle
@see #Theme_actionBarTabTextStyle
@see #Theme_actionBarTheme
@see #Theme_actionBarWidgetTheme
@see #Theme_actionButtonStyle
@see #Theme_actionDropDownStyle
@see #Theme_actionMenuTextAppearance
@see #Theme_actionMenuTextColor
@see #Theme_actionModeBackground
@see #Theme_actionModeCloseButtonStyle
@see #Theme_actionModeCloseDrawable
@see #Theme_actionModeCopyDrawable
@see #Theme_actionModeCutDrawable
@see #Theme_actionModeFindDrawable
@see #Theme_actionModePasteDrawable
@see #Theme_actionModePopupWindowStyle
@see #Theme_actionModeSelectAllDrawable
@see #Theme_actionModeShareDrawable
@see #Theme_actionModeSplitBackground
@see #Theme_actionModeStyle
@see #Theme_actionModeWebSearchDrawable
@see #Theme_actionOverflowButtonStyle
@see #Theme_actionOverflowMenuStyle
@see #Theme_activityChooserViewStyle
@see #Theme_android_windowAnimationStyle
@see #Theme_android_windowIsFloating
@see #Theme_buttonBarButtonStyle
@see #Theme_buttonBarStyle
@see #Theme_colorAccent
@see #Theme_colorButtonNormal
@see #Theme_colorControlActivated
@see #Theme_colorControlHighlight
@see #Theme_colorControlNormal
@see #Theme_colorPrimary
@see #Theme_colorPrimaryDark
@see #Theme_colorSwitchThumbNormal
@see #Theme_dividerHorizontal
@see #Theme_dividerVertical
@see #Theme_dropDownListViewStyle
@see #Theme_dropdownListPreferredItemHeight
@see #Theme_editTextBackground
@see #Theme_editTextColor
@see #Theme_homeAsUpIndicator
@see #Theme_listChoiceBackgroundIndicator
@see #Theme_listPopupWindowStyle
@see #Theme_listPreferredItemHeight
@see #Theme_listPreferredItemHeightLarge
@see #Theme_listPreferredItemHeightSmall
@see #Theme_listPreferredItemPaddingLeft
@see #Theme_listPreferredItemPaddingRight
@see #Theme_panelBackground
@see #Theme_panelMenuListTheme
@see #Theme_panelMenuListWidth
@see #Theme_popupMenuStyle
@see #Theme_popupWindowStyle
@see #Theme_searchViewStyle
@see #Theme_selectableItemBackground
@see #Theme_selectableItemBackgroundBorderless
@see #Theme_spinnerDropDownItemStyle
@see #Theme_spinnerStyle
@see #Theme_switchStyle
@see #Theme_textAppearanceLargePopupMenu
@see #Theme_textAppearanceListItem
@see #Theme_textAppearanceListItemSmall
@see #Theme_textAppearanceSearchResultSubtitle
@see #Theme_textAppearanceSearchResultTitle
@see #Theme_textAppearanceSmallPopupMenu
@see #Theme_textColorSearchUrl
@see #Theme_toolbarNavigationButtonStyle
@see #Theme_toolbarStyle
@see #Theme_windowActionBar
@see #Theme_windowActionBarOverlay
@see #Theme_windowActionModeOverlay
@see #Theme_windowFixedHeightMajor
@see #Theme_windowFixedHeightMinor
@see #Theme_windowFixedWidthMajor
@see #Theme_windowFixedWidthMinor
*/
public static final int[] Theme = {
0x01010057, 0x010100ae, 0x7f010048, 0x7f010049,
0x7f01004a, 0x7f01004b, 0x7f01004c, 0x7f01004d,
0x7f01004e, 0x7f01004f, 0x7f010050, 0x7f010051,
0x7f010052, 0x7f010053, 0x7f010054, 0x7f010055,
0x7f010056, 0x7f010057, 0x7f010058, 0x7f010059,
0x7f01005a, 0x7f01005b, 0x7f01005c, 0x7f01005d,
0x7f01005e, 0x7f01005f, 0x7f010060, 0x7f010061,
0x7f010062, 0x7f010063, 0x7f010064, 0x7f010065,
0x7f010066, 0x7f010067, 0x7f010068, 0x7f010069,
0x7f01006a, 0x7f01006b, 0x7f01006c, 0x7f01006d,
0x7f01006e, 0x7f01006f, 0x7f010070, 0x7f010071,
0x7f010072, 0x7f010073, 0x7f010074, 0x7f010075,
0x7f010076, 0x7f010077, 0x7f010078, 0x7f010079,
0x7f01007a, 0x7f01007b, 0x7f01007c, 0x7f01007d,
0x7f01007e, 0x7f01007f, 0x7f010080, 0x7f010081,
0x7f010082, 0x7f010083, 0x7f010084, 0x7f010085,
0x7f010086, 0x7f010087, 0x7f010088, 0x7f010089,
0x7f01008a, 0x7f01008b, 0x7f01008c, 0x7f01008d,
0x7f01008e, 0x7f01008f, 0x7f010090, 0x7f010091,
0x7f010092, 0x7f010093, 0x7f010094, 0x7f010095,
0x7f010096, 0x7f010097, 0x7f010098, 0x7f010099
};
/**
<p>This symbol is the offset where the {@link com.graeme.movienight.R.attr#actionBarDivider}
attribute's value can be found in the {@link #Theme} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name com.graeme.movienight:actionBarDivider
*/
public static final int Theme_actionBarDivider = 20;
/**
<p>This symbol is the offset where the {@link com.graeme.movienight.R.attr#actionBarItemBackground}
attribute's value can be found in the {@link #Theme} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name com.graeme.movienight:actionBarItemBackground
*/
public static final int Theme_actionBarItemBackground = 21;
/**
<p>This symbol is the offset where the {@link com.graeme.movienight.R.attr#actionBarPopupTheme}
attribute's value can be found in the {@link #Theme} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name com.graeme.movienight:actionBarPopupTheme
*/
public static final int Theme_actionBarPopupTheme = 14;
/**
<p>This symbol is the offset where the {@link com.graeme.movienight.R.attr#actionBarSize}
attribute's value can be found in the {@link #Theme} array.
<p>May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
<p>May be one of the following constant values.</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Constant</th><th>Value</th><th>Description</th></tr>
<tr><td><code>wrap_content</code></td><td>0</td><td></td></tr>
</table>
@attr name com.graeme.movienight:actionBarSize
*/
public static final int Theme_actionBarSize = 19;
/**
<p>This symbol is the offset where the {@link com.graeme.movienight.R.attr#actionBarSplitStyle}
attribute's value can be found in the {@link #Theme} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name com.graeme.movienight:actionBarSplitStyle
*/
public static final int Theme_actionBarSplitStyle = 16;
/**
<p>This symbol is the offset where the {@link com.graeme.movienight.R.attr#actionBarStyle}
attribute's value can be found in the {@link #Theme} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name com.graeme.movienight:actionBarStyle
*/
public static final int Theme_actionBarStyle = 15;
/**
<p>This symbol is the offset where the {@link com.graeme.movienight.R.attr#actionBarTabBarStyle}
attribute's value can be found in the {@link #Theme} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name com.graeme.movienight:actionBarTabBarStyle
*/
public static final int Theme_actionBarTabBarStyle = 10;
/**
<p>This symbol is the offset where the {@link com.graeme.movienight.R.attr#actionBarTabStyle}
attribute's value can be found in the {@link #Theme} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name com.graeme.movienight:actionBarTabStyle
*/
public static final int Theme_actionBarTabStyle = 9;
/**
<p>This symbol is the offset where the {@link com.graeme.movienight.R.attr#actionBarTabTextStyle}
attribute's value can be found in the {@link #Theme} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name com.graeme.movienight:actionBarTabTextStyle
*/
public static final int Theme_actionBarTabTextStyle = 11;
/**
<p>This symbol is the offset where the {@link com.graeme.movienight.R.attr#actionBarTheme}
attribute's value can be found in the {@link #Theme} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name com.graeme.movienight:actionBarTheme
*/
public static final int Theme_actionBarTheme = 17;
/**
<p>This symbol is the offset where the {@link com.graeme.movienight.R.attr#actionBarWidgetTheme}
attribute's value can be found in the {@link #Theme} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name com.graeme.movienight:actionBarWidgetTheme
*/
public static final int Theme_actionBarWidgetTheme = 18;
/**
<p>This symbol is the offset where the {@link com.graeme.movienight.R.attr#actionButtonStyle}
attribute's value can be found in the {@link #Theme} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name com.graeme.movienight:actionButtonStyle
*/
public static final int Theme_actionButtonStyle = 44;
/**
<p>This symbol is the offset where the {@link com.graeme.movienight.R.attr#actionDropDownStyle}
attribute's value can be found in the {@link #Theme} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name com.graeme.movienight:actionDropDownStyle
*/
public static final int Theme_actionDropDownStyle = 39;
/**
<p>This symbol is the offset where the {@link com.graeme.movienight.R.attr#actionMenuTextAppearance}
attribute's value can be found in the {@link #Theme} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name com.graeme.movienight:actionMenuTextAppearance
*/
public static final int Theme_actionMenuTextAppearance = 22;
/**
<p>This symbol is the offset where the {@link com.graeme.movienight.R.attr#actionMenuTextColor}
attribute's value can be found in the {@link #Theme} array.
<p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
<p>May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
@attr name com.graeme.movienight:actionMenuTextColor
*/
public static final int Theme_actionMenuTextColor = 23;
/**
<p>This symbol is the offset where the {@link com.graeme.movienight.R.attr#actionModeBackground}
attribute's value can be found in the {@link #Theme} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name com.graeme.movienight:actionModeBackground
*/
public static final int Theme_actionModeBackground = 26;
/**
<p>This symbol is the offset where the {@link com.graeme.movienight.R.attr#actionModeCloseButtonStyle}
attribute's value can be found in the {@link #Theme} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name com.graeme.movienight:actionModeCloseButtonStyle
*/
public static final int Theme_actionModeCloseButtonStyle = 25;
/**
<p>This symbol is the offset where the {@link com.graeme.movienight.R.attr#actionModeCloseDrawable}
attribute's value can be found in the {@link #Theme} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name com.graeme.movienight:actionModeCloseDrawable
*/
public static final int Theme_actionModeCloseDrawable = 28;
/**
<p>This symbol is the offset where the {@link com.graeme.movienight.R.attr#actionModeCopyDrawable}
attribute's value can be found in the {@link #Theme} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name com.graeme.movienight:actionModeCopyDrawable
*/
public static final int Theme_actionModeCopyDrawable = 30;
/**
<p>This symbol is the offset where the {@link com.graeme.movienight.R.attr#actionModeCutDrawable}
attribute's value can be found in the {@link #Theme} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name com.graeme.movienight:actionModeCutDrawable
*/
public static final int Theme_actionModeCutDrawable = 29;
/**
<p>This symbol is the offset where the {@link com.graeme.movienight.R.attr#actionModeFindDrawable}
attribute's value can be found in the {@link #Theme} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name com.graeme.movienight:actionModeFindDrawable
*/
public static final int Theme_actionModeFindDrawable = 34;
/**
<p>This symbol is the offset where the {@link com.graeme.movienight.R.attr#actionModePasteDrawable}
attribute's value can be found in the {@link #Theme} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name com.graeme.movienight:actionModePasteDrawable
*/
public static final int Theme_actionModePasteDrawable = 31;
/**
<p>This symbol is the offset where the {@link com.graeme.movienight.R.attr#actionModePopupWindowStyle}
attribute's value can be found in the {@link #Theme} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name com.graeme.movienight:actionModePopupWindowStyle
*/
public static final int Theme_actionModePopupWindowStyle = 36;
/**
<p>This symbol is the offset where the {@link com.graeme.movienight.R.attr#actionModeSelectAllDrawable}
attribute's value can be found in the {@link #Theme} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name com.graeme.movienight:actionModeSelectAllDrawable
*/
public static final int Theme_actionModeSelectAllDrawable = 32;
/**
<p>This symbol is the offset where the {@link com.graeme.movienight.R.attr#actionModeShareDrawable}
attribute's value can be found in the {@link #Theme} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name com.graeme.movienight:actionModeShareDrawable
*/
public static final int Theme_actionModeShareDrawable = 33;
/**
<p>This symbol is the offset where the {@link com.graeme.movienight.R.attr#actionModeSplitBackground}
attribute's value can be found in the {@link #Theme} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name com.graeme.movienight:actionModeSplitBackground
*/
public static final int Theme_actionModeSplitBackground = 27;
/**
<p>This symbol is the offset where the {@link com.graeme.movienight.R.attr#actionModeStyle}
attribute's value can be found in the {@link #Theme} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name com.graeme.movienight:actionModeStyle
*/
public static final int Theme_actionModeStyle = 24;
/**
<p>This symbol is the offset where the {@link com.graeme.movienight.R.attr#actionModeWebSearchDrawable}
attribute's value can be found in the {@link #Theme} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name com.graeme.movienight:actionModeWebSearchDrawable
*/
public static final int Theme_actionModeWebSearchDrawable = 35;
/**
<p>This symbol is the offset where the {@link com.graeme.movienight.R.attr#actionOverflowButtonStyle}
attribute's value can be found in the {@link #Theme} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name com.graeme.movienight:actionOverflowButtonStyle
*/
public static final int Theme_actionOverflowButtonStyle = 12;
/**
<p>This symbol is the offset where the {@link com.graeme.movienight.R.attr#actionOverflowMenuStyle}
attribute's value can be found in the {@link #Theme} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name com.graeme.movienight:actionOverflowMenuStyle
*/
public static final int Theme_actionOverflowMenuStyle = 13;
/**
<p>This symbol is the offset where the {@link com.graeme.movienight.R.attr#activityChooserViewStyle}
attribute's value can be found in the {@link #Theme} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name com.graeme.movienight:activityChooserViewStyle
*/
public static final int Theme_activityChooserViewStyle = 51;
/**
<p>This symbol is the offset where the {@link android.R.attr#windowAnimationStyle}
attribute's value can be found in the {@link #Theme} array.
@attr name android:windowAnimationStyle
*/
public static final int Theme_android_windowAnimationStyle = 1;
/**
<p>This symbol is the offset where the {@link android.R.attr#windowIsFloating}
attribute's value can be found in the {@link #Theme} array.
@attr name android:windowIsFloating
*/
public static final int Theme_android_windowIsFloating = 0;
/**
<p>This symbol is the offset where the {@link com.graeme.movienight.R.attr#buttonBarButtonStyle}
attribute's value can be found in the {@link #Theme} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name com.graeme.movienight:buttonBarButtonStyle
*/
public static final int Theme_buttonBarButtonStyle = 46;
/**
<p>This symbol is the offset where the {@link com.graeme.movienight.R.attr#buttonBarStyle}
attribute's value can be found in the {@link #Theme} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name com.graeme.movienight:buttonBarStyle
*/
public static final int Theme_buttonBarStyle = 45;
/**
<p>This symbol is the offset where the {@link com.graeme.movienight.R.attr#colorAccent}
attribute's value can be found in the {@link #Theme} array.
<p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name com.graeme.movienight:colorAccent
*/
public static final int Theme_colorAccent = 78;
/**
<p>This symbol is the offset where the {@link com.graeme.movienight.R.attr#colorButtonNormal}
attribute's value can be found in the {@link #Theme} array.
<p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name com.graeme.movienight:colorButtonNormal
*/
public static final int Theme_colorButtonNormal = 82;
/**
<p>This symbol is the offset where the {@link com.graeme.movienight.R.attr#colorControlActivated}
attribute's value can be found in the {@link #Theme} array.
<p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name com.graeme.movienight:colorControlActivated
*/
public static final int Theme_colorControlActivated = 80;
/**
<p>This symbol is the offset where the {@link com.graeme.movienight.R.attr#colorControlHighlight}
attribute's value can be found in the {@link #Theme} array.
<p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name com.graeme.movienight:colorControlHighlight
*/
public static final int Theme_colorControlHighlight = 81;
/**
<p>This symbol is the offset where the {@link com.graeme.movienight.R.attr#colorControlNormal}
attribute's value can be found in the {@link #Theme} array.
<p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name com.graeme.movienight:colorControlNormal
*/
public static final int Theme_colorControlNormal = 79;
/**
<p>This symbol is the offset where the {@link com.graeme.movienight.R.attr#colorPrimary}
attribute's value can be found in the {@link #Theme} array.
<p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name com.graeme.movienight:colorPrimary
*/
public static final int Theme_colorPrimary = 76;
/**
<p>This symbol is the offset where the {@link com.graeme.movienight.R.attr#colorPrimaryDark}
attribute's value can be found in the {@link #Theme} array.
<p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name com.graeme.movienight:colorPrimaryDark
*/
public static final int Theme_colorPrimaryDark = 77;
/**
<p>This symbol is the offset where the {@link com.graeme.movienight.R.attr#colorSwitchThumbNormal}
attribute's value can be found in the {@link #Theme} array.
<p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name com.graeme.movienight:colorSwitchThumbNormal
*/
public static final int Theme_colorSwitchThumbNormal = 83;
/**
<p>This symbol is the offset where the {@link com.graeme.movienight.R.attr#dividerHorizontal}
attribute's value can be found in the {@link #Theme} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name com.graeme.movienight:dividerHorizontal
*/
public static final int Theme_dividerHorizontal = 50;
/**
<p>This symbol is the offset where the {@link com.graeme.movienight.R.attr#dividerVertical}
attribute's value can be found in the {@link #Theme} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name com.graeme.movienight:dividerVertical
*/
public static final int Theme_dividerVertical = 49;
/**
<p>This symbol is the offset where the {@link com.graeme.movienight.R.attr#dropDownListViewStyle}
attribute's value can be found in the {@link #Theme} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name com.graeme.movienight:dropDownListViewStyle
*/
public static final int Theme_dropDownListViewStyle = 68;
/**
<p>This symbol is the offset where the {@link com.graeme.movienight.R.attr#dropdownListPreferredItemHeight}
attribute's value can be found in the {@link #Theme} array.
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name com.graeme.movienight:dropdownListPreferredItemHeight
*/
public static final int Theme_dropdownListPreferredItemHeight = 40;
/**
<p>This symbol is the offset where the {@link com.graeme.movienight.R.attr#editTextBackground}
attribute's value can be found in the {@link #Theme} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name com.graeme.movienight:editTextBackground
*/
public static final int Theme_editTextBackground = 57;
/**
<p>This symbol is the offset where the {@link com.graeme.movienight.R.attr#editTextColor}
attribute's value can be found in the {@link #Theme} array.
<p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
<p>May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
@attr name com.graeme.movienight:editTextColor
*/
public static final int Theme_editTextColor = 56;
/**
<p>This symbol is the offset where the {@link com.graeme.movienight.R.attr#homeAsUpIndicator}
attribute's value can be found in the {@link #Theme} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name com.graeme.movienight:homeAsUpIndicator
*/
public static final int Theme_homeAsUpIndicator = 43;
/**
<p>This symbol is the offset where the {@link com.graeme.movienight.R.attr#listChoiceBackgroundIndicator}
attribute's value can be found in the {@link #Theme} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name com.graeme.movienight:listChoiceBackgroundIndicator
*/
public static final int Theme_listChoiceBackgroundIndicator = 75;
/**
<p>This symbol is the offset where the {@link com.graeme.movienight.R.attr#listPopupWindowStyle}
attribute's value can be found in the {@link #Theme} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name com.graeme.movienight:listPopupWindowStyle
*/
public static final int Theme_listPopupWindowStyle = 69;
/**
<p>This symbol is the offset where the {@link com.graeme.movienight.R.attr#listPreferredItemHeight}
attribute's value can be found in the {@link #Theme} array.
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name com.graeme.movienight:listPreferredItemHeight
*/
public static final int Theme_listPreferredItemHeight = 63;
/**
<p>This symbol is the offset where the {@link com.graeme.movienight.R.attr#listPreferredItemHeightLarge}
attribute's value can be found in the {@link #Theme} array.
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name com.graeme.movienight:listPreferredItemHeightLarge
*/
public static final int Theme_listPreferredItemHeightLarge = 65;
/**
<p>This symbol is the offset where the {@link com.graeme.movienight.R.attr#listPreferredItemHeightSmall}
attribute's value can be found in the {@link #Theme} array.
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name com.graeme.movienight:listPreferredItemHeightSmall
*/
public static final int Theme_listPreferredItemHeightSmall = 64;
/**
<p>This symbol is the offset where the {@link com.graeme.movienight.R.attr#listPreferredItemPaddingLeft}
attribute's value can be found in the {@link #Theme} array.
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name com.graeme.movienight:listPreferredItemPaddingLeft
*/
public static final int Theme_listPreferredItemPaddingLeft = 66;
/**
<p>This symbol is the offset where the {@link com.graeme.movienight.R.attr#listPreferredItemPaddingRight}
attribute's value can be found in the {@link #Theme} array.
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name com.graeme.movienight:listPreferredItemPaddingRight
*/
public static final int Theme_listPreferredItemPaddingRight = 67;
/**
<p>This symbol is the offset where the {@link com.graeme.movienight.R.attr#panelBackground}
attribute's value can be found in the {@link #Theme} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name com.graeme.movienight:panelBackground
*/
public static final int Theme_panelBackground = 72;
/**
<p>This symbol is the offset where the {@link com.graeme.movienight.R.attr#panelMenuListTheme}
attribute's value can be found in the {@link #Theme} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name com.graeme.movienight:panelMenuListTheme
*/
public static final int Theme_panelMenuListTheme = 74;
/**
<p>This symbol is the offset where the {@link com.graeme.movienight.R.attr#panelMenuListWidth}
attribute's value can be found in the {@link #Theme} array.
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name com.graeme.movienight:panelMenuListWidth
*/
public static final int Theme_panelMenuListWidth = 73;
/**
<p>This symbol is the offset where the {@link com.graeme.movienight.R.attr#popupMenuStyle}
attribute's value can be found in the {@link #Theme} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name com.graeme.movienight:popupMenuStyle
*/
public static final int Theme_popupMenuStyle = 54;
/**
<p>This symbol is the offset where the {@link com.graeme.movienight.R.attr#popupWindowStyle}
attribute's value can be found in the {@link #Theme} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name com.graeme.movienight:popupWindowStyle
*/
public static final int Theme_popupWindowStyle = 55;
/**
<p>This symbol is the offset where the {@link com.graeme.movienight.R.attr#searchViewStyle}
attribute's value can be found in the {@link #Theme} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name com.graeme.movienight:searchViewStyle
*/
public static final int Theme_searchViewStyle = 62;
/**
<p>This symbol is the offset where the {@link com.graeme.movienight.R.attr#selectableItemBackground}
attribute's value can be found in the {@link #Theme} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name com.graeme.movienight:selectableItemBackground
*/
public static final int Theme_selectableItemBackground = 47;
/**
<p>This symbol is the offset where the {@link com.graeme.movienight.R.attr#selectableItemBackgroundBorderless}
attribute's value can be found in the {@link #Theme} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name com.graeme.movienight:selectableItemBackgroundBorderless
*/
public static final int Theme_selectableItemBackgroundBorderless = 48;
/**
<p>This symbol is the offset where the {@link com.graeme.movienight.R.attr#spinnerDropDownItemStyle}
attribute's value can be found in the {@link #Theme} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name com.graeme.movienight:spinnerDropDownItemStyle
*/
public static final int Theme_spinnerDropDownItemStyle = 42;
/**
<p>This symbol is the offset where the {@link com.graeme.movienight.R.attr#spinnerStyle}
attribute's value can be found in the {@link #Theme} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name com.graeme.movienight:spinnerStyle
*/
public static final int Theme_spinnerStyle = 41;
/**
<p>This symbol is the offset where the {@link com.graeme.movienight.R.attr#switchStyle}
attribute's value can be found in the {@link #Theme} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name com.graeme.movienight:switchStyle
*/
public static final int Theme_switchStyle = 58;
/**
<p>This symbol is the offset where the {@link com.graeme.movienight.R.attr#textAppearanceLargePopupMenu}
attribute's value can be found in the {@link #Theme} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name com.graeme.movienight:textAppearanceLargePopupMenu
*/
public static final int Theme_textAppearanceLargePopupMenu = 37;
/**
<p>This symbol is the offset where the {@link com.graeme.movienight.R.attr#textAppearanceListItem}
attribute's value can be found in the {@link #Theme} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name com.graeme.movienight:textAppearanceListItem
*/
public static final int Theme_textAppearanceListItem = 70;
/**
<p>This symbol is the offset where the {@link com.graeme.movienight.R.attr#textAppearanceListItemSmall}
attribute's value can be found in the {@link #Theme} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name com.graeme.movienight:textAppearanceListItemSmall
*/
public static final int Theme_textAppearanceListItemSmall = 71;
/**
<p>This symbol is the offset where the {@link com.graeme.movienight.R.attr#textAppearanceSearchResultSubtitle}
attribute's value can be found in the {@link #Theme} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name com.graeme.movienight:textAppearanceSearchResultSubtitle
*/
public static final int Theme_textAppearanceSearchResultSubtitle = 60;
/**
<p>This symbol is the offset where the {@link com.graeme.movienight.R.attr#textAppearanceSearchResultTitle}
attribute's value can be found in the {@link #Theme} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name com.graeme.movienight:textAppearanceSearchResultTitle
*/
public static final int Theme_textAppearanceSearchResultTitle = 59;
/**
<p>This symbol is the offset where the {@link com.graeme.movienight.R.attr#textAppearanceSmallPopupMenu}
attribute's value can be found in the {@link #Theme} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name com.graeme.movienight:textAppearanceSmallPopupMenu
*/
public static final int Theme_textAppearanceSmallPopupMenu = 38;
/**
<p>This symbol is the offset where the {@link com.graeme.movienight.R.attr#textColorSearchUrl}
attribute's value can be found in the {@link #Theme} array.
<p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
<p>May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
@attr name com.graeme.movienight:textColorSearchUrl
*/
public static final int Theme_textColorSearchUrl = 61;
/**
<p>This symbol is the offset where the {@link com.graeme.movienight.R.attr#toolbarNavigationButtonStyle}
attribute's value can be found in the {@link #Theme} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name com.graeme.movienight:toolbarNavigationButtonStyle
*/
public static final int Theme_toolbarNavigationButtonStyle = 53;
/**
<p>This symbol is the offset where the {@link com.graeme.movienight.R.attr#toolbarStyle}
attribute's value can be found in the {@link #Theme} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name com.graeme.movienight:toolbarStyle
*/
public static final int Theme_toolbarStyle = 52;
/**
<p>This symbol is the offset where the {@link com.graeme.movienight.R.attr#windowActionBar}
attribute's value can be found in the {@link #Theme} array.
<p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name com.graeme.movienight:windowActionBar
*/
public static final int Theme_windowActionBar = 2;
/**
<p>This symbol is the offset where the {@link com.graeme.movienight.R.attr#windowActionBarOverlay}
attribute's value can be found in the {@link #Theme} array.
<p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name com.graeme.movienight:windowActionBarOverlay
*/
public static final int Theme_windowActionBarOverlay = 3;
/**
<p>This symbol is the offset where the {@link com.graeme.movienight.R.attr#windowActionModeOverlay}
attribute's value can be found in the {@link #Theme} array.
<p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name com.graeme.movienight:windowActionModeOverlay
*/
public static final int Theme_windowActionModeOverlay = 4;
/**
<p>This symbol is the offset where the {@link com.graeme.movienight.R.attr#windowFixedHeightMajor}
attribute's value can be found in the {@link #Theme} array.
<p>May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>May be a fractional value, which is a floating point number appended with either % or %p, such as "<code>14.5%</code>".
The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to
some parent container.
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name com.graeme.movienight:windowFixedHeightMajor
*/
public static final int Theme_windowFixedHeightMajor = 8;
/**
<p>This symbol is the offset where the {@link com.graeme.movienight.R.attr#windowFixedHeightMinor}
attribute's value can be found in the {@link #Theme} array.
<p>May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>May be a fractional value, which is a floating point number appended with either % or %p, such as "<code>14.5%</code>".
The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to
some parent container.
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name com.graeme.movienight:windowFixedHeightMinor
*/
public static final int Theme_windowFixedHeightMinor = 6;
/**
<p>This symbol is the offset where the {@link com.graeme.movienight.R.attr#windowFixedWidthMajor}
attribute's value can be found in the {@link #Theme} array.
<p>May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>May be a fractional value, which is a floating point number appended with either % or %p, such as "<code>14.5%</code>".
The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to
some parent container.
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name com.graeme.movienight:windowFixedWidthMajor
*/
public static final int Theme_windowFixedWidthMajor = 5;
/**
<p>This symbol is the offset where the {@link com.graeme.movienight.R.attr#windowFixedWidthMinor}
attribute's value can be found in the {@link #Theme} array.
<p>May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>May be a fractional value, which is a floating point number appended with either % or %p, such as "<code>14.5%</code>".
The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to
some parent container.
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name com.graeme.movienight:windowFixedWidthMinor
*/
public static final int Theme_windowFixedWidthMinor = 7;
/** Attributes that can be used with a Toolbar.
<p>Includes the following attributes:</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Attribute</th><th>Description</th></tr>
<tr><td><code>{@link #Toolbar_android_gravity android:gravity}</code></td><td></td></tr>
<tr><td><code>{@link #Toolbar_android_minHeight android:minHeight}</code></td><td></td></tr>
<tr><td><code>{@link #Toolbar_collapseContentDescription com.graeme.movienight:collapseContentDescription}</code></td><td></td></tr>
<tr><td><code>{@link #Toolbar_collapseIcon com.graeme.movienight:collapseIcon}</code></td><td></td></tr>
<tr><td><code>{@link #Toolbar_contentInsetEnd com.graeme.movienight:contentInsetEnd}</code></td><td></td></tr>
<tr><td><code>{@link #Toolbar_contentInsetLeft com.graeme.movienight:contentInsetLeft}</code></td><td></td></tr>
<tr><td><code>{@link #Toolbar_contentInsetRight com.graeme.movienight:contentInsetRight}</code></td><td></td></tr>
<tr><td><code>{@link #Toolbar_contentInsetStart com.graeme.movienight:contentInsetStart}</code></td><td></td></tr>
<tr><td><code>{@link #Toolbar_maxButtonHeight com.graeme.movienight:maxButtonHeight}</code></td><td></td></tr>
<tr><td><code>{@link #Toolbar_navigationContentDescription com.graeme.movienight:navigationContentDescription}</code></td><td></td></tr>
<tr><td><code>{@link #Toolbar_navigationIcon com.graeme.movienight:navigationIcon}</code></td><td></td></tr>
<tr><td><code>{@link #Toolbar_popupTheme com.graeme.movienight:popupTheme}</code></td><td></td></tr>
<tr><td><code>{@link #Toolbar_subtitle com.graeme.movienight:subtitle}</code></td><td></td></tr>
<tr><td><code>{@link #Toolbar_subtitleTextAppearance com.graeme.movienight:subtitleTextAppearance}</code></td><td></td></tr>
<tr><td><code>{@link #Toolbar_theme com.graeme.movienight:theme}</code></td><td></td></tr>
<tr><td><code>{@link #Toolbar_title com.graeme.movienight:title}</code></td><td></td></tr>
<tr><td><code>{@link #Toolbar_titleMarginBottom com.graeme.movienight:titleMarginBottom}</code></td><td></td></tr>
<tr><td><code>{@link #Toolbar_titleMarginEnd com.graeme.movienight:titleMarginEnd}</code></td><td></td></tr>
<tr><td><code>{@link #Toolbar_titleMarginStart com.graeme.movienight:titleMarginStart}</code></td><td></td></tr>
<tr><td><code>{@link #Toolbar_titleMarginTop com.graeme.movienight:titleMarginTop}</code></td><td></td></tr>
<tr><td><code>{@link #Toolbar_titleMargins com.graeme.movienight:titleMargins}</code></td><td></td></tr>
<tr><td><code>{@link #Toolbar_titleTextAppearance com.graeme.movienight:titleTextAppearance}</code></td><td></td></tr>
</table>
@see #Toolbar_android_gravity
@see #Toolbar_android_minHeight
@see #Toolbar_collapseContentDescription
@see #Toolbar_collapseIcon
@see #Toolbar_contentInsetEnd
@see #Toolbar_contentInsetLeft
@see #Toolbar_contentInsetRight
@see #Toolbar_contentInsetStart
@see #Toolbar_maxButtonHeight
@see #Toolbar_navigationContentDescription
@see #Toolbar_navigationIcon
@see #Toolbar_popupTheme
@see #Toolbar_subtitle
@see #Toolbar_subtitleTextAppearance
@see #Toolbar_theme
@see #Toolbar_title
@see #Toolbar_titleMarginBottom
@see #Toolbar_titleMarginEnd
@see #Toolbar_titleMarginStart
@see #Toolbar_titleMarginTop
@see #Toolbar_titleMargins
@see #Toolbar_titleTextAppearance
*/
public static final int[] Toolbar = {
0x010100af, 0x01010140, 0x7f010003, 0x7f010006,
0x7f010016, 0x7f010017, 0x7f010018, 0x7f010019,
0x7f01001b, 0x7f01009a, 0x7f01009b, 0x7f01009c,
0x7f01009d, 0x7f01009e, 0x7f01009f, 0x7f0100a0,
0x7f0100a1, 0x7f0100a2, 0x7f0100a3, 0x7f0100a4,
0x7f0100a5, 0x7f0100a6
};
/**
<p>This symbol is the offset where the {@link android.R.attr#gravity}
attribute's value can be found in the {@link #Toolbar} array.
@attr name android:gravity
*/
public static final int Toolbar_android_gravity = 0;
/**
<p>This symbol is the offset where the {@link android.R.attr#minHeight}
attribute's value can be found in the {@link #Toolbar} array.
@attr name android:minHeight
*/
public static final int Toolbar_android_minHeight = 1;
/**
<p>This symbol is the offset where the {@link com.graeme.movienight.R.attr#collapseContentDescription}
attribute's value can be found in the {@link #Toolbar} array.
<p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name com.graeme.movienight:collapseContentDescription
*/
public static final int Toolbar_collapseContentDescription = 19;
/**
<p>This symbol is the offset where the {@link com.graeme.movienight.R.attr#collapseIcon}
attribute's value can be found in the {@link #Toolbar} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name com.graeme.movienight:collapseIcon
*/
public static final int Toolbar_collapseIcon = 18;
/**
<p>This symbol is the offset where the {@link com.graeme.movienight.R.attr#contentInsetEnd}
attribute's value can be found in the {@link #Toolbar} array.
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name com.graeme.movienight:contentInsetEnd
*/
public static final int Toolbar_contentInsetEnd = 5;
/**
<p>This symbol is the offset where the {@link com.graeme.movienight.R.attr#contentInsetLeft}
attribute's value can be found in the {@link #Toolbar} array.
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name com.graeme.movienight:contentInsetLeft
*/
public static final int Toolbar_contentInsetLeft = 6;
/**
<p>This symbol is the offset where the {@link com.graeme.movienight.R.attr#contentInsetRight}
attribute's value can be found in the {@link #Toolbar} array.
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name com.graeme.movienight:contentInsetRight
*/
public static final int Toolbar_contentInsetRight = 7;
/**
<p>This symbol is the offset where the {@link com.graeme.movienight.R.attr#contentInsetStart}
attribute's value can be found in the {@link #Toolbar} array.
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name com.graeme.movienight:contentInsetStart
*/
public static final int Toolbar_contentInsetStart = 4;
/**
<p>This symbol is the offset where the {@link com.graeme.movienight.R.attr#maxButtonHeight}
attribute's value can be found in the {@link #Toolbar} array.
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name com.graeme.movienight:maxButtonHeight
*/
public static final int Toolbar_maxButtonHeight = 16;
/**
<p>This symbol is the offset where the {@link com.graeme.movienight.R.attr#navigationContentDescription}
attribute's value can be found in the {@link #Toolbar} array.
<p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name com.graeme.movienight:navigationContentDescription
*/
public static final int Toolbar_navigationContentDescription = 21;
/**
<p>This symbol is the offset where the {@link com.graeme.movienight.R.attr#navigationIcon}
attribute's value can be found in the {@link #Toolbar} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name com.graeme.movienight:navigationIcon
*/
public static final int Toolbar_navigationIcon = 20;
/**
<p>This symbol is the offset where the {@link com.graeme.movienight.R.attr#popupTheme}
attribute's value can be found in the {@link #Toolbar} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name com.graeme.movienight:popupTheme
*/
public static final int Toolbar_popupTheme = 8;
/**
<p>This symbol is the offset where the {@link com.graeme.movienight.R.attr#subtitle}
attribute's value can be found in the {@link #Toolbar} array.
<p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name com.graeme.movienight:subtitle
*/
public static final int Toolbar_subtitle = 3;
/**
<p>This symbol is the offset where the {@link com.graeme.movienight.R.attr#subtitleTextAppearance}
attribute's value can be found in the {@link #Toolbar} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name com.graeme.movienight:subtitleTextAppearance
*/
public static final int Toolbar_subtitleTextAppearance = 10;
/**
<p>This symbol is the offset where the {@link com.graeme.movienight.R.attr#theme}
attribute's value can be found in the {@link #Toolbar} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name com.graeme.movienight:theme
*/
public static final int Toolbar_theme = 17;
/**
<p>This symbol is the offset where the {@link com.graeme.movienight.R.attr#title}
attribute's value can be found in the {@link #Toolbar} array.
<p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name com.graeme.movienight:title
*/
public static final int Toolbar_title = 2;
/**
<p>This symbol is the offset where the {@link com.graeme.movienight.R.attr#titleMarginBottom}
attribute's value can be found in the {@link #Toolbar} array.
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name com.graeme.movienight:titleMarginBottom
*/
public static final int Toolbar_titleMarginBottom = 15;
/**
<p>This symbol is the offset where the {@link com.graeme.movienight.R.attr#titleMarginEnd}
attribute's value can be found in the {@link #Toolbar} array.
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name com.graeme.movienight:titleMarginEnd
*/
public static final int Toolbar_titleMarginEnd = 13;
/**
<p>This symbol is the offset where the {@link com.graeme.movienight.R.attr#titleMarginStart}
attribute's value can be found in the {@link #Toolbar} array.
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name com.graeme.movienight:titleMarginStart
*/
public static final int Toolbar_titleMarginStart = 12;
/**
<p>This symbol is the offset where the {@link com.graeme.movienight.R.attr#titleMarginTop}
attribute's value can be found in the {@link #Toolbar} array.
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name com.graeme.movienight:titleMarginTop
*/
public static final int Toolbar_titleMarginTop = 14;
/**
<p>This symbol is the offset where the {@link com.graeme.movienight.R.attr#titleMargins}
attribute's value can be found in the {@link #Toolbar} array.
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name com.graeme.movienight:titleMargins
*/
public static final int Toolbar_titleMargins = 11;
/**
<p>This symbol is the offset where the {@link com.graeme.movienight.R.attr#titleTextAppearance}
attribute's value can be found in the {@link #Toolbar} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name com.graeme.movienight:titleTextAppearance
*/
public static final int Toolbar_titleTextAppearance = 9;
/** Attributes that can be used with a View.
<p>Includes the following attributes:</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Attribute</th><th>Description</th></tr>
<tr><td><code>{@link #View_android_focusable android:focusable}</code></td><td></td></tr>
<tr><td><code>{@link #View_paddingEnd com.graeme.movienight:paddingEnd}</code></td><td></td></tr>
<tr><td><code>{@link #View_paddingStart com.graeme.movienight:paddingStart}</code></td><td></td></tr>
</table>
@see #View_android_focusable
@see #View_paddingEnd
@see #View_paddingStart
*/
public static final int[] View = {
0x010100da, 0x7f0100a7, 0x7f0100a8
};
/**
<p>This symbol is the offset where the {@link android.R.attr#focusable}
attribute's value can be found in the {@link #View} array.
@attr name android:focusable
*/
public static final int View_android_focusable = 0;
/**
<p>This symbol is the offset where the {@link com.graeme.movienight.R.attr#paddingEnd}
attribute's value can be found in the {@link #View} array.
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name com.graeme.movienight:paddingEnd
*/
public static final int View_paddingEnd = 2;
/**
<p>This symbol is the offset where the {@link com.graeme.movienight.R.attr#paddingStart}
attribute's value can be found in the {@link #View} array.
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name com.graeme.movienight:paddingStart
*/
public static final int View_paddingStart = 1;
/** Attributes that can be used with a ViewStubCompat.
<p>Includes the following attributes:</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Attribute</th><th>Description</th></tr>
<tr><td><code>{@link #ViewStubCompat_android_id android:id}</code></td><td></td></tr>
<tr><td><code>{@link #ViewStubCompat_android_inflatedId android:inflatedId}</code></td><td></td></tr>
<tr><td><code>{@link #ViewStubCompat_android_layout android:layout}</code></td><td></td></tr>
</table>
@see #ViewStubCompat_android_id
@see #ViewStubCompat_android_inflatedId
@see #ViewStubCompat_android_layout
*/
public static final int[] ViewStubCompat = {
0x010100d0, 0x010100f2, 0x010100f3
};
/**
<p>This symbol is the offset where the {@link android.R.attr#id}
attribute's value can be found in the {@link #ViewStubCompat} array.
@attr name android:id
*/
public static final int ViewStubCompat_android_id = 0;
/**
<p>This symbol is the offset where the {@link android.R.attr#inflatedId}
attribute's value can be found in the {@link #ViewStubCompat} array.
@attr name android:inflatedId
*/
public static final int ViewStubCompat_android_inflatedId = 2;
/**
<p>This symbol is the offset where the {@link android.R.attr#layout}
attribute's value can be found in the {@link #ViewStubCompat} array.
@attr name android:layout
*/
public static final int ViewStubCompat_android_layout = 1;
};
}
| [
"grae22@gmail.com"
] | grae22@gmail.com |
4d6cbd86532897627ca0025074d36d988c596375 | 5af39809f4b1dd60460163cdcff7702ccbf9907a | /projectYoseksa/src/com/memberdao/MemberDAO.java | f5ca29cb5c87ea9204b835cb9c2252925fa53ebd | [] | no_license | bluebomb89/YoSekSa | 201197a4cea40a0ff7ff714125a9f8bf860701e2 | 907edb54f476f86b4258f70589ecf036757e16f6 | refs/heads/master | 2021-01-10T14:18:45.844221 | 2015-11-13T07:11:37 | 2015-11-13T07:11:37 | 44,222,193 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,408 | java | package com.memberdao;
import java.io.Reader;
import org.apache.ibatis.io.Resources;
import org.apache.ibatis.session.SqlSession;
import org.apache.ibatis.session.SqlSessionFactory;
import org.apache.ibatis.session.SqlSessionFactoryBuilder;
import com.memberdao.MemberDTO;
public class MemberDAO {
private static SqlSessionFactory ssf;
static {
try {
Reader reader = Resources.getResourceAsReader("Config.xml");
ssf = new SqlSessionFactoryBuilder().build(reader);
} catch (Exception ex) {
System.out.println(ex.getMessage());
}
}
public static int memberIdCount(String member_id)
{
int count=0;
SqlSession session=ssf.openSession();
count=session.selectOne("memberIdCount",member_id);
session.close();
return count;
}
/*
*
*/
public static MemberDTO memberGetInfo(String member_id)
{
MemberDTO d=new MemberDTO();
SqlSession session=ssf.openSession();
d=session.selectOne("memberGetInfo",member_id);
session.close();
return d;
}
public static void memberInsert(MemberDTO d)
{
SqlSession session = null;
try
{
session = ssf.openSession(true);
session.insert("memberInsert", d);
// session.commit();
}
catch (Exception ex)
{
// session.rollback();
System.out.println(ex.getMessage());
}
finally
{
if (session != null)
session.close();
}
}
}
| [
"ptj0913@naver.com"
] | ptj0913@naver.com |
ff19142a1c6b7971266430bb9fb62c3d573cd155 | e5edb0c1ce6837ffdde894ddf8d93f60628529bc | /src/main/java/ru/todo100/activer/controller/PrivatePageController.java | de21f7c7f3ce47b0edf8237f1aa9e1e162f9d8a7 | [] | no_license | IBobko/activer | b39c3606c5c4cd13d0d884388b606aac204e70ff | 6f6f348711145fee7c9dfd269517fdd0ad3c5c42 | refs/heads/master | 2020-04-04T07:08:13.807570 | 2019-01-21T22:52:31 | 2019-01-21T22:52:31 | 43,249,149 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,857 | java | package ru.todo100.activer.controller;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.security.access.prepost.PreAuthorize;
import org.springframework.stereotype.Controller;
import org.springframework.ui.Model;
import org.springframework.validation.BindingResult;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestMethod;
import ru.todo100.activer.dao.AccountDao;
import ru.todo100.activer.dao.SettingDao;
import ru.todo100.activer.form.PrivateForm;
import ru.todo100.activer.model.AccountItem;
import javax.validation.Valid;
/**
* @author Igor Bobko <limit-speed@yandex.ru>.
*/
@Controller
@RequestMapping("/private")
@PreAuthorize("isAuthenticated()")
public class PrivatePageController {
private SettingDao settingService;
private AccountDao accountService;
public AccountDao getAccountService() {
return accountService;
}
@Autowired
public void setAccountService(AccountDao accountService) {
this.accountService = accountService;
}
public SettingDao getSettingService() {
return settingService;
}
@Autowired
public void setSettingService(SettingDao settingService) {
this.settingService = settingService;
}
@RequestMapping(method = RequestMethod.GET)
public String index(final Model model) {
model.addAttribute("pageType", "settings/private");
final AccountItem accountItem = getAccountService().getCurrentAccount();
if (!model.containsAttribute("privateForm")) {
final PrivateForm privateForm = new PrivateForm();
privateForm.setShowOnline(!Boolean.valueOf(getSettingService().getAccountSetting(accountItem.getId(), "showOnline")));
privateForm.setShowPremium(!Boolean.valueOf(getSettingService().getAccountSetting(accountItem.getId(), "showPremium")));
model.addAttribute("privateForm", privateForm);
}
return "private/index";
}
@RequestMapping(method = RequestMethod.POST)
public String post(@Valid final PrivateForm privateForm, final BindingResult bindingResult) {
if (!bindingResult.hasErrors()) {
final AccountItem accountItem = getAccountService().getCurrentAccount();
getSettingService().setAccountSetting(accountItem.getId(), "showOnline", String.valueOf(!privateForm.getShowOnline()));
getSettingService().setAccountSetting(accountItem.getId(), "showPremium", String.valueOf(!privateForm.getShowPremium()));
getAccountService().addSynchronizer(accountItem.getId(),"showOnline",privateForm.getShowOnline());
getAccountService().addSynchronizer(accountItem.getId(),"showPremium",privateForm.getShowPremium());
}
return "redirect:/private";
}
}
| [
"limit-speed@yandex.ru"
] | limit-speed@yandex.ru |
309d54469faaf39eba90510a87d0f1387a73a0b4 | 8e11565bc011e523e2cd21837c8f1ce9a6e5c5ef | /MongoSample/src/main/java/com/ror/vo/User.java | f13c6e782286e78635202b9b152d75dace6d5975 | [] | no_license | akash050695/TestMongoDB | 29464802efe6f24b830e28323cc9862ef49e4630 | b9abc4b59dbab228ec8bf06a37868fe7cb16a5c7 | refs/heads/master | 2020-03-11T23:45:04.890703 | 2018-04-20T08:16:23 | 2018-04-20T08:16:23 | 130,250,810 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 459 | java | package com.ror.vo;
public class User {
int id;
String name;
public User(int id, String name) {
super();
this.id = id;
this.name = name;
}
public int getId() {
return id;
}
public void setId(int id) {
this.id = id;
}
public String getName() {
return name;
}
public void setName(String name) {
this.name = name;
}
@Override
public String toString() {
return this.id + " " + this.name;
}
} | [
"574384@PC267095.cts.com"
] | 574384@PC267095.cts.com |
058f267be23c60f6647381804579a8f82178bd5c | 60017744f4184aace7d6f0d166634c9fa125a7df | /src/GraphAlgorithms/BuildingRoads.java | 2435a7d9ee3c492b0d3e7d1443e074b46a42dfb9 | [] | no_license | mhamedouadghiri/CSES | ec5a3069cd484d7d3f48941aec9fdbbf5412ad1b | 2be1326b407c22063eeed30263022bc6d0f88331 | refs/heads/master | 2021-07-14T19:39:23.271531 | 2020-10-25T20:14:17 | 2020-10-25T20:14:17 | 220,056,764 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,338 | java | package GraphAlgorithms;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import java.io.PrintWriter;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.StringTokenizer;
public class BuildingRoads {
private static final long MOD = 1000000007;
private static BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
private static StringTokenizer st;
private static HashMap<Integer, ArrayList<Integer>> adj;
private static boolean[] visited;
public static void main(String[] args) {
PrintWriter pw = new PrintWriter(System.out);
int n = nextInt();
int m = nextInt();
adj = new HashMap<>();
visited = new boolean[n + 1];
for (int i = 0; i < n; i++)
adj.put(i + 1, new ArrayList<>());
for (int i = 0; i < m; i++) {
int a = nextInt();
int b = nextInt();
adj.get(a).add(b);
adj.get(b).add(a);
}
ArrayList<Integer> r = new ArrayList<>();
for (int i = 1; i <= n; i++) {
if (!visited[i]) {
r.add(i);
dfs(i);
}
}
pw.println(r.size() - 1);
for (int i = 0; i < r.size() - 1; i++)
pw.println(r.get(i) + " " + r.get(i + 1));
pw.close();
}
private static void dfs(int u) {
visited[u] = true;
for (int v : adj.get(u)) {
if (!visited[v]) {
dfs(v);
}
}
}
private static String next() {
while (st == null || !st.hasMoreElements()) {
try {
st = new StringTokenizer(br.readLine());
} catch (IOException e) {
e.printStackTrace();
}
}
return st.nextToken();
}
private static String nextLine() {
String str = "";
try {
str = br.readLine();
} catch (IOException e) {
e.printStackTrace();
}
return str;
}
private static int nextInt() {
return Integer.parseInt(next());
}
private static long nextLong() {
return Long.parseLong(next());
}
private static double nextDouble() {
return Double.parseDouble(next());
}
}
| [
"mhamed.sefianeelouadghiri@gmail.com"
] | mhamed.sefianeelouadghiri@gmail.com |
41f26b9def75562b30b2377332ff0c76114eb9b6 | 6ae15043fb1f500653a020b0f6f000c7f130c880 | /beontime/src/fr/umlv/smoreau/beontime/filter/_BelongStudentGroupFilter.java | f738d843c508b6e23bec18b9041c472bf8be4bd9 | [] | no_license | BackupTheBerlios/beontime | dc1a8025fb89843fa20f821cb6593392bbe3263f | 9cb20bd198dd1888195be019ed1305d72c70c0ee | refs/heads/master | 2020-05-20T03:13:52.722389 | 2005-04-06T16:39:32 | 2005-04-06T16:39:32 | 40,052,901 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,164 | java | package fr.umlv.smoreau.beontime.filter;
import java.util.HashMap;
import fr.umlv.smoreau.beontime.model.association.BelongStudentGroup;
/**
* @author BeOnTime
*/
public class _BelongStudentGroupFilter extends BelongStudentGroup implements Filter {
private static final HashMap corres;
static {
corres = new HashMap();
corres.put("IdGroup.IdGroup", new FilterObject("id_groupe"));
corres.put("IdStudent", new FilterObject("id_etudiant"));
}
public _BelongStudentGroupFilter() {
super();
}
public _BelongStudentGroupFilter(BelongStudentGroup belong) {
super();
try {
FilterUtils.fillFilterClass(this, belong, corres.keySet());
} catch (Exception e) {
throw new RuntimeException("Erreur lors de l'introspection", e);
}
}
/* (non-Javadoc)
* @see fr.umlv.smoreau.beontime.filter.Filter#getQueryHQL()
*/
public String getHQLQuery() {
try {
return FilterUtils.createHQLQuery(this, corres);
} catch (Exception e) {
throw new RuntimeException("Erreur lors de l'introspection", e);
}
}
} | [
"cstefkivoila"
] | cstefkivoila |
17e45a2d6523cbfd926883bb135f8619ce1dc45d | 4a32a2bef343da49b79ae6962a77695f7bbc46d8 | /src/test/java/com/empanada/app/webservice/pagination/PageTest.java | c58a97a0d674e8c858db614a0714f2df4545df4b | [] | no_license | ivanlp10n2/webservice-app | b0c14bedc9fbbcc22035b2c7553c9a5957a00abe | 64e96907c7a9c591274fdf26de2ba73d700d8cb5 | refs/heads/master | 2022-10-11T11:02:29.305778 | 2022-09-28T16:44:39 | 2022-09-28T16:44:39 | 183,466,832 | 1 | 1 | null | 2022-09-28T16:44:40 | 2019-04-25T15:59:02 | Java | UTF-8 | Java | false | false | 769 | java | package com.empanada.app.webservice.pagination;
import static org.junit.jupiter.api.Assertions.assertEquals;
import org.junit.jupiter.api.Test;
public class PageTest {
@Test
private void buildObjectWithParameters() {
int numberOfPage = 0;
int sizeOfPage = 5;
Page page = Page.build(numberOfPage, sizeOfPage);
assertEquals(numberOfPage, page.getNumber());
assertEquals(sizeOfPage, page.getSize());
}
@Test
private void buildObjectWithDefaultValues() {
int defaultPageNumber = 0;
int defaultPageResults = 5;
Page paginationIndex = Page.build(defaultPageNumber, defaultPageResults);
assertEquals(defaultPageNumber, paginationIndex.getNumber());
assertEquals(defaultPageResults, paginationIndex.getSize());
}
}
| [
"ivanlp10n2@gmail.com"
] | ivanlp10n2@gmail.com |
3d362a9eaac497633d5f65f7de223c6033c28273 | c433f5299f3ab33bdfccbdb2f125a42c7f5a5b6a | /ProjectBBS/src/main/java/net/reply/controller/ReplyController.java | c91924303be9466a2f8762ae0e75a361e5c12205 | [] | no_license | bale02/project | 48fac55e827e9ffe26b6496b50dd208428c31331 | e2e83a1dd819b72d84bd8b1b48231294169bfe83 | refs/heads/master | 2022-12-15T06:04:24.643967 | 2022-12-06T05:05:48 | 2022-12-06T05:05:48 | 170,680,877 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,560 | java | package net.reply.controller;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import javax.inject.Inject;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.HttpStatus;
import org.springframework.http.ResponseEntity;
import org.springframework.web.bind.annotation.PathVariable;
import org.springframework.web.bind.annotation.RequestBody;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestMethod;
import org.springframework.web.bind.annotation.RestController;
import net.reply.domain.replyVO;
import net.reply.service.replyService;
@RestController
public class ReplyController {
@Autowired
private final replyService replyService;
@Inject
public ReplyController(replyService replyService) {
this.replyService = replyService;
}
@RequestMapping(value="/replies", method=RequestMethod.POST)
public ResponseEntity<String> register(@RequestBody replyVO replyVO){
ResponseEntity<String> entity =null;
try {
replyService.create(replyVO);
entity = new ResponseEntity<String>("regSuccess",HttpStatus.OK);
}catch(Exception e){
e.printStackTrace();
entity = new ResponseEntity<String>(e.getMessage(),HttpStatus.BAD_REQUEST);
}
return entity;
}
@RequestMapping(value="/list/{board_No}", method = RequestMethod.GET)
public ResponseEntity<List<replyVO>> list(@PathVariable("board_No") Integer board_No){
ResponseEntity<List<replyVO>> entity =null;
try {
entity = new ResponseEntity<List<replyVO>>(replyService.list(board_No),HttpStatus.OK);
}catch(Exception e) {
e.printStackTrace();
entity= new ResponseEntity<List<replyVO>>(HttpStatus.BAD_REQUEST);
}
return entity;
}
@RequestMapping(value="/update/{reply_No}",method = {RequestMethod.PUT, RequestMethod.PATCH})
public ResponseEntity<String> update(@PathVariable("reply_No") Integer reply_No,@RequestBody replyVO replyVO){
ResponseEntity<String> entity =null;
try {
replyVO.setReply_No(reply_No);
replyService.update(replyVO);
entity = new ResponseEntity<String>("modSuccess",HttpStatus.OK);
}catch(Exception e) {
e.printStackTrace();
entity = new ResponseEntity<String>(e.getMessage(),HttpStatus.BAD_REQUEST);
}
return entity;
}
@RequestMapping(value="/delete/{reply_No}",method = RequestMethod.DELETE)
public ResponseEntity<String> delete(@PathVariable("reply_No") Integer reply_No){
ResponseEntity<String> entity =null;
try {
replyService.delete(reply_No);
entity = new ResponseEntity<String>("delSuccess",HttpStatus.OK);
}catch(Exception e) {
e.printStackTrace();
entity = new ResponseEntity<String>(e.getMessage(),HttpStatus.BAD_REQUEST);
}
return entity;
}
@RequestMapping(value = "/count/{board_No}",method = RequestMethod.GET)
public ResponseEntity<Map<String, Object>> count(@PathVariable("board_No") Integer board_No){
ResponseEntity<Map<String, Object>> entity = null;
try {
List<replyVO> replies = replyService.list(board_No);
int repliesCount = replyService.count(board_No);
Map<String, Object> map = new HashMap<String, Object>();
map.put("replies", replies);
map.put("repliesCount", repliesCount);
entity = new ResponseEntity<Map<String,Object>>(map,HttpStatus.OK);
}catch(Exception e) {
e.printStackTrace();
entity = new ResponseEntity<Map<String,Object>>(HttpStatus.OK);
}
return entity;
}
}
| [
"bale02@nate.com"
] | bale02@nate.com |
a0c7f46419c0ec3d8ce2aa2c1049b834de4094e3 | c5ef3b18687962b306afe92f892a655baf94e963 | /src/action/GetOrderAll.java | 00bacf68fd038d70d2a9c5f2c15f16b0c4eecf73 | [] | no_license | changqing16/Striker | fc72bc9b9f99c09f7a0dc0ec32445de0e6841935 | 30fc13ea5f2f32ec47a49b3035e47f4c8e8f73c4 | refs/heads/master | 2021-03-16T05:39:22.344957 | 2018-08-18T10:41:07 | 2018-08-18T10:41:07 | 93,398,730 | 1 | 2 | null | null | null | null | UTF-8 | Java | false | false | 1,867 | java | package action;
import com.google.gson.Gson;
import model.Order;
import model.OrderAddress;
import org.apache.ibatis.session.SqlSession;
import org.apache.ibatis.session.SqlSessionFactory;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import javax.servlet.http.HttpSession;
import java.io.IOException;
import java.io.PrintWriter;
import java.util.ArrayList;
import java.util.List;
/**
* Created by 28713 on 2017/6/28.
*/
@WebServlet(value = "/servlet/GetOrderAll", name = "GetOrderAll")
public class GetOrderAll extends HttpServlet {
protected void doGet(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException {
response.setCharacterEncoding("UTF-8");
response.setContentType("application/json");
HttpSession session = request.getSession();
String admin = (String) session.getAttribute("admin");
if (admin != null) {
SqlSessionFactory sqlSessionFactory = data.SessionFactoryUtil.getSqlSessionFactory();
SqlSession sqlSession = sqlSessionFactory.openSession();
List<OrderAddress> orderAddresses = new ArrayList<>();
List<Order> list = sqlSession.selectList("data.UserSqlMap.getOrderAll");
for (Order aList : list) {
OrderAddress temp = new OrderAddress(aList, sqlSession.selectOne("getAddressbyId", aList.getAddressid()));
orderAddresses.add(temp);
}
sqlSession.close();
System.out.print(orderAddresses);
Gson gson = new Gson();
PrintWriter out = response.getWriter();
gson.toJson(orderAddresses, out);
out.close();
}
}
}
| [
"changqing16@users.noreply.github.com"
] | changqing16@users.noreply.github.com |
72148c80c9451dc20bdd3d9b9001521e5471fda3 | 3bf5df0fe08e20a1a74a18d6d2237c2db83ae1f9 | /app/src/main/java/com/app/shukdash/Unused/DashDataBase.java | 5fef96e7e449497f91039f42d69d833942ac1735 | [] | no_license | Tarlsie/ShukDash2017 | 9ca9eb90e5c68490e6464dd30f0e1410e5a59977 | 11fa798334e2732dfdb94d22540444159e637d50 | refs/heads/master | 2021-01-20T12:22:53.285173 | 2017-02-21T08:12:21 | 2017-02-21T08:12:21 | 82,652,730 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,170 | java | package com.app.shukdash.Unused;
import android.content.Context;
import android.database.sqlite.SQLiteDatabase;
import android.database.sqlite.SQLiteOpenHelper;
public class DashDataBase extends SQLiteOpenHelper {
private static final String DATABASE_NAME = "DASHDB";
public static final String TABLE_NAME = "data";
private static final int VERSION = 1;
private static final String _ID = "id";
public static final String EDITTEXTDATA = "Edittextdata";
public static final String CATEGORY = "Category";
public static final String TASK = "Task";
public static final String POINTS_NUMBER = "Points";
private static final String createDb = " create table if not exists "
+ TABLE_NAME + " ( " + _ID + " INTEGER PRIMARY KEY AUTOINCREMENT, "
+ CATEGORY + " text, "
+ TASK + " text, "
+ POINTS_NUMBER + " text, "
+ EDITTEXTDATA + " text );";
public DashDataBase(Context context) {
super(context, DATABASE_NAME, null, VERSION);
}
@Override
public void onCreate(SQLiteDatabase db) {
db.execSQL(createDb);
}
@Override
public void onUpgrade(SQLiteDatabase db, int oldVersion, int newVersion) {
// TODO Auto-generated method stub
}
}
| [
"danieltarlow@gmail.com"
] | danieltarlow@gmail.com |
b653904287e292e8cd3b387873a8d3916003fb68 | e9c9c47bcaf6c9a1f7624496b93e2f058c153646 | /paascloud-gateway/src/main/java/com/paascloud/gateway/filter/RenewFilter.java | 7ee4c120150a527abec79d60f8811ec96c162946 | [
"Apache-2.0"
] | permissive | boneleo/paas-cloud | b5c2a4e72c935a80373d064fd7ef395cfcdfe1a8 | 24cdb291ae1b1627d8c3f51b4d151813d26a8758 | refs/heads/master | 2020-06-21T14:43:39.318272 | 2018-04-20T10:39:38 | 2018-04-20T10:39:38 | 197,483,789 | 1 | 0 | null | 2019-07-18T00:48:13 | 2019-07-18T00:48:13 | null | UTF-8 | Java | false | false | 2,308 | java | package com.paascloud.gateway.filter;
import com.netflix.zuul.ZuulFilter;
import com.netflix.zuul.context.RequestContext;
import com.paascloud.base.enums.ErrorCodeEnum;
import com.paascloud.base.exception.BusinessException;
import lombok.extern.slf4j.Slf4j;
import org.apache.commons.lang.StringUtils;
import org.springframework.http.HttpHeaders;
import org.springframework.security.oauth2.common.OAuth2AccessToken;
import org.springframework.security.oauth2.provider.token.store.JwtTokenStore;
import org.springframework.stereotype.Component;
import javax.annotation.Resource;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
/**
* The class Renew filter.
*
* @author paascloud.net @gmail.com
*/
@Component
@Slf4j
public class RenewFilter extends ZuulFilter {
@Resource
private JwtTokenStore jwtTokenStore;
private static final int EXPIRES_IN = 60 * 20;
/**
* Filter type string.
*
* @return the string
*/
@Override
public String filterType() {
return "post";
}
/**
* Filter order int.
*
* @return the int
*/
@Override
public int filterOrder() {
return 10;
}
/**
* Should filter boolean.
*
* @return the boolean
*/
@Override
public boolean shouldFilter() {
return true;
}
/**
* Run object.
*
* @return the object
*/
@Override
public Object run() {
log.info("RenewFilter - token续租...");
RequestContext requestContext = RequestContext.getCurrentContext();
try {
doSomething(requestContext);
} catch (Exception e) {
log.error("RenewFilter - token续租. [FAIL] EXCEPTION={}", e.getMessage(), e);
throw new BusinessException(ErrorCodeEnum.UAC10011041);
}
return null;
}
private void doSomething(RequestContext requestContext) {
HttpServletRequest request = requestContext.getRequest();
String token = StringUtils.substringAfter(request.getHeader(HttpHeaders.AUTHORIZATION), "bearer ");
if (StringUtils.isEmpty(token)) {
return;
}
//检查token是否过期了
OAuth2AccessToken oAuth2AccessToken = jwtTokenStore.readAccessToken(token);
int expiresIn = oAuth2AccessToken.getExpiresIn();
if (expiresIn < EXPIRES_IN) {
HttpServletResponse servletResponse = requestContext.getResponse();
servletResponse.addHeader("Renew-Header", "true");
}
}
} | [
"861971291@qq.com"
] | 861971291@qq.com |
4b3b6537151a3a9e43d3366a6ddce579cf81bb6f | 3027ab86acb71fe19b340ec90eb9be748ead09fb | /src/main/java/com/augurit/awater/bpm/common/form/FeatureForm.java | 42bf09af3f0c6ab2872e195e392574675a5b1f09 | [] | no_license | vae5340/psxj | fcb9275dc6ba539acfe8ab5f0bd6abc1990d4ca0 | da2a77fae82c958143af11375846e2a664a8b5bf | refs/heads/master | 2020-04-04T01:04:52.546318 | 2018-12-18T01:14:26 | 2018-12-18T01:14:26 | 155,666,904 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 8,689 | java | package com.augurit.awater.bpm.common.form;
public class FeatureForm {
private Long id;
private Long objectid;
private String mark_pid;
private String mark_person;
private Long mark_time;
private Long update_time;
private String desription;
private String report_type;
private String correct_type;
private String attr_one;
private String attr_two;
private String attr_three;
private String attr_four;
private String attr_five;
private String road;
private String addr;
private Double x;
private Double y;
private String layer_name;
private String us_id;
private String team_org_id;
private String team_org_name;
private String direct_org_id;
private String direct_org_name;
private String supervise_org_id;
private String supervise_org_name;
private String parent_org_id;
private String parent_org_name;
private String check_state;
private String check_person_id;
private String check_person;
private Long check_time;
private String check_desription;
private String check_type; //数据审核时bs端默认为2
private Long mark_id;
private String origin_addr;
private String origin_road;
private Double orgin_x;
private Double orgin_y;
private String origin_attr_one;
private String origin_attr_two;
private String origin_attr_three;
private String origin_attr_four;
private String origin_attr_five;
private String user_addr;
private Double user_x;
private Double user_y;
private Long user_id;
private String pcode;
private String child_code;
private String city_village;
public Long getObjectid() {
return objectid;
}
public void setObjectid(Long objectid) {
this.objectid = objectid;
}
public String getMark_pid() {
return mark_pid;
}
public void setMark_pid(String mark_pid) {
this.mark_pid = mark_pid;
}
public String getMark_person() {
return mark_person;
}
public void setMark_person(String mark_person) {
this.mark_person = mark_person;
}
public Long getMark_time() {
return mark_time;
}
public void setMark_time(Long mark_time) {
this.mark_time = mark_time;
}
public String getDesription() {
return desription;
}
public void setDesription(String desription) {
this.desription = desription;
}
public String getReport_type() {
return report_type;
}
public void setReport_type(String report_type) {
this.report_type = report_type;
}
public String getCorrect_type() {
return correct_type;
}
public void setCorrect_type(String correct_type) {
this.correct_type = correct_type;
}
public String getAttr_one() {
return attr_one;
}
public void setAttr_one(String attr_one) {
this.attr_one = attr_one;
}
public String getAttr_two() {
return attr_two;
}
public void setAttr_two(String attr_two) {
this.attr_two = attr_two;
}
public String getAttr_three() {
return attr_three;
}
public void setAttr_three(String attr_three) {
this.attr_three = attr_three;
}
public String getAttr_four() {
return attr_four;
}
public void setAttr_four(String attr_four) {
this.attr_four = attr_four;
}
public String getAttr_five() {
return attr_five;
}
public void setAttr_five(String attr_five) {
this.attr_five = attr_five;
}
public String getRoad() {
return road;
}
public void setRoad(String road) {
this.road = road;
}
public String getAddr() {
return addr;
}
public void setAddr(String addr) {
this.addr = addr;
}
public Double getX() {
return x;
}
public void setX(Double x) {
this.x = x;
}
public Double getY() {
return y;
}
public void setY(Double y) {
this.y = y;
}
public String getLayer_name() {
return layer_name;
}
public void setLayer_name(String layer_name) {
this.layer_name = layer_name;
}
public String getUs_id() {
return us_id;
}
public void setUs_id(String us_id) {
this.us_id = us_id;
}
public String getTeam_org_id() {
return team_org_id;
}
public void setTeam_org_id(String team_org_id) {
this.team_org_id = team_org_id;
}
public String getTeam_org_name() {
return team_org_name;
}
public void setTeam_org_name(String team_org_name) {
this.team_org_name = team_org_name;
}
public String getDirect_org_id() {
return direct_org_id;
}
public void setDirect_org_id(String direct_org_id) {
this.direct_org_id = direct_org_id;
}
public String getDirect_org_name() {
return direct_org_name;
}
public void setDirect_org_name(String direct_org_name) {
this.direct_org_name = direct_org_name;
}
public String getSupervise_org_id() {
return supervise_org_id;
}
public void setSupervise_org_id(String supervise_org_id) {
this.supervise_org_id = supervise_org_id;
}
public String getSupervise_org_name() {
return supervise_org_name;
}
public void setSupervise_org_name(String supervise_org_name) {
this.supervise_org_name = supervise_org_name;
}
public String getParent_org_id() {
return parent_org_id;
}
public void setParent_org_id(String parent_org_id) {
this.parent_org_id = parent_org_id;
}
public String getParent_org_name() {
return parent_org_name;
}
public void setParent_org_name(String parent_org_name) {
this.parent_org_name = parent_org_name;
}
public String getCheck_state() {
return check_state;
}
public void setCheck_state(String check_state) {
this.check_state = check_state;
}
public String getCheck_person_id() {
return check_person_id;
}
public void setCheck_person_id(String check_person_id) {
this.check_person_id = check_person_id;
}
public String getCheck_person() {
return check_person;
}
public void setCheck_person(String check_person) {
this.check_person = check_person;
}
public Long getCheck_time() {
return check_time;
}
public void setCheck_time(Long check_time) {
this.check_time = check_time;
}
public String getCheck_desription() {
return check_desription;
}
public void setCheck_desription(String check_desription) {
this.check_desription = check_desription;
}
public Long getId() {
return id;
}
public void setId(Long id) {
this.id = id;
}
public String getCheck_type() {
return check_type;
}
public void setCheck_type(String check_type) {
this.check_type = check_type;
}
public String getOrigin_addr() {
return origin_addr;
}
public void setOrigin_addr(String origin_addr) {
this.origin_addr = origin_addr;
}
public String getOrigin_road() {
return origin_road;
}
public void setOrigin_road(String origin_road) {
this.origin_road = origin_road;
}
public String getOrigin_attr_one() {
return origin_attr_one;
}
public void setOrigin_attr_one(String origin_attr_one) {
this.origin_attr_one = origin_attr_one;
}
public String getOrigin_attr_two() {
return origin_attr_two;
}
public void setOrigin_attr_two(String origin_attr_two) {
this.origin_attr_two = origin_attr_two;
}
public String getOrigin_attr_three() {
return origin_attr_three;
}
public void setOrigin_attr_three(String origin_attr_three) {
this.origin_attr_three = origin_attr_three;
}
public String getOrigin_attr_four() {
return origin_attr_four;
}
public void setOrigin_attr_four(String origin_attr_four) {
this.origin_attr_four = origin_attr_four;
}
public String getOrigin_attr_five() {
return origin_attr_five;
}
public void setOrigin_attr_five(String origin_attr_five) {
this.origin_attr_five = origin_attr_five;
}
public String getUser_addr() {
return user_addr;
}
public void setUser_addr(String user_addr) {
this.user_addr = user_addr;
}
public Long getMark_id() {
return mark_id;
}
public void setMark_id(Long mark_id) {
this.mark_id = mark_id;
}
public Double getOrgin_x() {
return orgin_x;
}
public void setOrgin_x(Double orgin_x) {
this.orgin_x = orgin_x;
}
public Double getOrgin_y() {
return orgin_y;
}
public void setOrgin_y(Double orgin_y) {
this.orgin_y = orgin_y;
}
public Double getUser_x() {
return user_x;
}
public void setUser_x(Double user_x) {
this.user_x = user_x;
}
public Double getUser_y() {
return user_y;
}
public void setUser_y(Double user_y) {
this.user_y = user_y;
}
public Long getUser_id() {
return user_id;
}
public void setUser_id(Long user_id) {
this.user_id = user_id;
}
public Long getUpdate_time() {
return update_time;
}
public void setUpdate_time(Long update_time) {
this.update_time = update_time;
}
public String getPcode() {
return pcode;
}
public void setPcode(String pcode) {
this.pcode = pcode;
}
public String getChild_code() {
return child_code;
}
public void setChild_code(String child_code) {
this.child_code = child_code;
}
public String getCity_village() {
return city_village;
}
public void setCity_village(String city_village) {
this.city_village = city_village;
}
}
| [
"1763352208@qq.com"
] | 1763352208@qq.com |
ce8f4eb00cfb7aa047944ec9c451d8cfc24da5e0 | 3f62e9241f37b5d39ca8c885f308ee3971fdf7b8 | /iotsys-obix/src/obix/contracts/Point.java | a7e77b07602e05edca8352d745acddb3166ffe55 | [] | no_license | niclash/iotsys | e014617c175a9e5b8648195459fdc53cce6b0a53 | 4d8a60d31b921306bae1069d082e451968ec8e5a | refs/heads/master | 2021-01-22T18:23:46.892442 | 2014-09-10T15:34:52 | 2014-09-10T15:34:52 | 32,944,656 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 237 | java | package obix.contracts;
import obix.*;
/**
* Point
*
* @author obix.tools.Obixc
* @creation 24 May 06
* @version $Revision$ $Date$
*/
public interface Point extends IObj
{
public static final String CONTRACT = "obix:Point";
}
| [
"jschober88@gmail.com"
] | jschober88@gmail.com |
5e200bddc7deebde7f9ba3f1bc49ef1686cc658a | 0a70763828de50a6501d4b67447246c01e18a3d0 | /demo/src/main/java/com/xpay/demoapp/MainActivity.java | 02c52611132ac85d227a08b86b108921e1098e21 | [] | no_license | 9soft/ean-pay-an-sdk-open | 6c8deb77b2041ed63d91fa221f9da7bf9f61a1f8 | 21b14e772671027ebba8e1b62f59f8f2b392adff | refs/heads/master | 2021-01-20T09:49:57.623874 | 2018-03-20T13:17:25 | 2018-03-20T13:17:25 | 101,610,444 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,529 | java | package com.xpay.demoapp;
import android.app.Activity;
import android.content.Intent;
import android.os.Bundle;
import android.view.View;
import com.xpay.sdk.XPay;
import org.json.JSONObject;
import java.util.HashMap;
import java.util.Map;
/**
* Created with IntelliJ IDEA.
* @author : 402536196@qq.com
* Time: 2018-03-19 19:42
*/
public class MainActivity extends Activity {
private static String YOUR_SERVER_URL = "http://106.15.61.30:8087/payment/api_payment";
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_main);
}
public void btnClick(View v) {
switch (v.getId()) {
case R.id.client_sdk:
Intent intent = new Intent(MainActivity.this, ClientCashierActivity.class);
startActivity(intent);
break;
case R.id.client_cashier:
Map map = new HashMap<String,Object>();
map.put("url",YOUR_SERVER_URL);
map.put("subject","测试商品名称");
map.put("body","测试商品信息描述");
map.put("amount","1");
map.put("remark","备注信息");
map.put("channel","ALI_SCAN,ALI_APP,WX_APP,UN_APP");
JSONObject data = new JSONObject(map);
XPay.createCashier(MainActivity.this, data.toString());
break;
default:
break;
}
}
}
| [
"402536196@qq.com"
] | 402536196@qq.com |
8f6593c266c46fa14793ef00e8838497403fa520 | ee851f4d2db2af543d9c9d86848a527693fbb8e6 | /MyZoo/src/main/java/Zoo/Vertebrateses/Rat.java | 05433694bf9812387bf2f53e839e3bd5fd7a95e1 | [] | no_license | ded-elisej/Task11_Zoo | de0d94d1efe3900cc5f5f9bb1bc4859afe586aa8 | 62d7e0c60fefd6264b7ef3c5a5c1f7381e94f642 | refs/heads/main | 2023-08-30T08:22:16.161760 | 2021-11-16T13:53:08 | 2021-11-16T13:53:08 | 425,206,346 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,476 | java | package Zoo.Vertebrateses;
import Zoo.Pets;
public class Rat extends NonPredators implements Pets {
String name;
public Rat (String name){
this.name = name;
}
@Override
public String whoIAm() {
String inform = " I'm vertebrates, i'm non-predator.";
return inform;
}
@Override
public String iAmMoving() {
String move = " I'm moving with 4 small paws.";
return move;
}
@Override
public String iAmBreathing() {
String breath = " I'm breathing by air.";
return breath;
}
@Override
public String iHaveSkeleton() {
String skeleton = " I'm vertebrates. I have skeleton.";
return skeleton;
}
@Override
public String iAmMammals() {
String type = " I'm mammals.";
return type;
}
@Override
public String iAmNonPredator() {
String type2 = " I eat different plants.";
return type2;
}
@Override
public String canILiveAtHome() {
String home = " I can often be a pet and live in a cage.";
return home;
}
public String inform(){
String informAboutThisAnimal = " I'm rat. I am a small animal that can adapt to any conditions.";
return informAboutThisAnimal;
}
public String toString(){
return super.toString() + iHaveSkeleton() + iAmMammals() + iAmNonPredator() + canILiveAtHome() + "\nMy name is " + this.name + inform();
}
}
| [
"roimze@mail.ru"
] | roimze@mail.ru |
3f650a2e182e5cab01dd13652d4b6589510309f5 | 66dce59378ff7bf18edb72f8e5ea60c1116df4d0 | /src/sample/BallCreation.java | c44d9237edf18d96c436c972a44cfe3a0e34965f | [] | no_license | Dennis-lzy/Asst2-Pool | aee34db0f5927d7d1bd29f091f3c5b24d27d1f5a | 4961cc341c1fac0b06521d7d3d0b17be0220a386 | refs/heads/master | 2020-03-30T00:43:52.446322 | 2018-10-02T11:04:45 | 2018-10-02T11:04:45 | 150,540,804 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 203 | java | package sample;
public class BallCreation extends GameObjectCreation {
@Override
protected GameObject makeGameObject(String type) {
GameObject ball = null;
return ball;
}
}
| [
"zyl1251994@gmail.com"
] | zyl1251994@gmail.com |
451d9fe310a12068a52699fb04d8d8f5d27bfaa7 | f21a15b89c1ff9eb9cfac4a6d0cb8b5792509cf1 | /src/pattern/behavioral/chainofresponsibility/Expert.java | a7b12c502b731e50c2c25f61d2e7ed0dfcc77eee | [] | no_license | kinamJung/patternall | 0049a07619987fb904616d682dac3075d4a57b77 | e926616079e6ba404a158ab306a99c693fc2ac16 | refs/heads/master | 2021-01-16T20:31:54.279574 | 2016-01-25T00:30:17 | 2016-01-25T00:30:17 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 881 | java | package pattern.behavioral.chainofresponsibility;
public abstract class Expert {
private Expert next;
protected String expertName;
//support가 하는일은 자기가 해결할 수 있으면 하고 못하면 다음 전문가한테 넘김. 떠넘길 다음 전문가 없으면 못한다고 씀.
public final void support(Problem p){
//solve는 각각 개별 클래스가 자기가 해결 가능한지 불가능한지 판단하는 메소드.객체에 떠넘김.
if(solve(p)){
System.out.println(expertName+"이(가)"+p.getProblemName()+" 을(를) 해결해 버렸네");
}else{
if(next!=null){
next.support(p);
}else{
System.out.println(p.getProblemName()+ "은(는) 해결할 넘이 없다");
}
}
}
public Expert setNext(Expert next){
this.next = next;
return next;
}
protected abstract boolean solve(Problem p);
}
| [
"manderg@naver.com"
] | manderg@naver.com |
d7021550eead90db38a1453e0250860e82e2a31a | 02a326ac94cee5eeb9e3c89962cd5ead8a6aaf19 | /src/test/java/com/cybertek/pages/fleet/VehiclesPage.java | 8ee66cf5c6aa5225a89099bd1c4e30752f3d755f | [] | no_license | btlcrt/Bitrix24 | f09f5e52bd931cb0726c3d1180661337464a505b | 8ea23a8891aa857a7354a5894b2f5e98d9a443a1 | refs/heads/master | 2021-12-15T01:39:58.690491 | 2019-08-27T01:50:50 | 2019-08-27T01:50:50 | 203,249,382 | 0 | 0 | null | 2021-12-14T20:41:21 | 2019-08-19T20:59:04 | HTML | UTF-8 | Java | false | false | 425 | java | package com.cybertek.pages.fleet;
import com.cybertek.utilities.BasePage;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.support.FindBy;
public class VehiclesPage extends BasePage {
@FindBy(xpath = "//label[text()='Page:']/following-sibling::ul//input")
public WebElement pageNumber;
public Integer getPageNumber(){
return Integer.valueOf(pageNumber.getAttribute("value"));
}
}
| [
"bbogush72@gmail.com"
] | bbogush72@gmail.com |
726f7afec4032a48b6a4e3cae19dfffd58a3bab8 | 54a94cb840b91a7f63f95327b35023a80154822b | /shoppingbackend/src/main/java/net/kzn/shoppingbackend/daoimpl/CategoryDAOImpl.java | d17fc80ae6cbf263349d57abeaed2593146bdc33 | [] | no_license | neharajgariya/online-shopping | 2fc28cb2105f60306ce1296382412e32bcd66089 | 62be5c7eb56daa67635d1245489f667fdc21698b | refs/heads/master | 2021-05-06T02:43:06.236920 | 2017-12-20T10:01:10 | 2017-12-20T10:01:10 | 114,614,028 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,402 | java | package net.kzn.shoppingbackend.daoimpl;
import java.util.ArrayList;
import java.util.List;
import org.springframework.stereotype.Repository;
import net.kzn.shoppingbackend.dao.CategoryDAO;
import net.kzn.shoppingbackend.dto.Category;
@Repository("categoryDAO")
public class CategoryDAOImpl implements CategoryDAO {
private static List<Category> categories = new ArrayList<>();
static{
Category category = new Category();
category.setId(1);
category.setName("Mobile");
category.setDescription("description");
category.setImageURL("image URL");
categories.add(category);
category = new Category();
category.setId(2);
category.setName("TV");
category.setDescription("descriptionTV");
category.setImageURL("image TV URL");
categories.add(category);
category = new Category();
category.setId(3);
category.setName("sdcdfasdasds");
category.setDescription("descriptidsdfdsfonTV");
category.setImageURL("imaasdasfsage TV URL");
categories.add(category);
}
@Override
public List<Category> list() {
// TODO Auto-generated method stub
return categories;
}
@Override
public Category get(int id) {
for(Category category : categories){
if(category.getId() == id) return category;
}
return null;
}
}
| [
"neha.rajgariya123@gmail.com"
] | neha.rajgariya123@gmail.com |
107515b67f32c25f31caff794a5f8d70dc16efab | 46396c8e3862347918b7728951cc85193c8b479e | /ChapterNine/Assignment2/Account.java | ccde1dc92b8e5ca6f17d61c740ece9ccc9c52c13 | [] | no_license | Charlesccharris/CS2 | 6aeb6a3f7b0357743a7849e340b9ac168c373fad | 4ae4fc0e33800e4d3e41f28ef90197eadd3ae8a8 | refs/heads/main | 2023-03-27T16:39:46.671189 | 2021-03-21T16:58:11 | 2021-03-21T16:58:11 | 332,505,923 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,967 | java | import java.util.Date;
class Account{
/* ---------------------------------------
Account
---------------------------------------
-id: int
-balance: double
-annualInterestRate: double
-monthlyInterestRate: double
-dateCreated: string
---------------------------------------
Account()
Account(newID: int,
initialBalance: double)
setID(newID: int): void
setBalance(newBalance: double): void
setAnnualIR(newAnnualIR: double): void
getID(): int
getBalance(): double
getAnnualIR(): double
getDateCreated(): String
getMonthyInterestRate(): double
getMonthlyInterest(): double
withdraw(withdraw: double): void
deposit(deposit: double): void
---------------------------------------
*/
java.util.Date date = new java.util.Date();
private int id;
private double balance;
private double annualInterestRate;
private double monthlyInterestRate;
private String dateCreated = date.toString();
Account(){
}
Account(int newID , double initialBalance){
this.id = newID;
this.balance = initialBalance;
}
public void setID(int newID){
this.id = newID;
}
public void setBalance(double newBalance){
this.balance = newBalance;
}
public void setAnnualIR(double newAnnualIR){
newAnnualIR = newAnnualIR / 100;
this.annualInterestRate = newAnnualIR;
}
public int getID(){
return this.id;
}
public double getBalance(){
return this.balance;
}
public double getAnnualIR(){
return this.annualInterestRate*100;
}
public String getDateCreated(){
return this.dateCreated;
}
public double getMonthlyInterestRate(){
this.monthlyInterestRate = this.annualInterestRate/12;
return this.monthlyInterestRate*100;
}
public double getMonthlyInterest(){
double monthlyInterest = this.monthlyInterestRate * this.balance;
return monthlyInterest;
}
public void withdraw(double withdraw){
this.balance = this.balance - withdraw;
}
public void deposit(double deposit){
this.balance = this.balance + deposit;
}
}
| [
"harriscc@student.swosu.edu"
] | harriscc@student.swosu.edu |
94ad7d42c4ae4b98506852d8f6945192dc1afc65 | 6ad15565f4fdb2e8cd9eed950d2f651f2866f849 | /src/test/java/gojava/web/rest/errors/ExceptionTranslatorIntTest.java | 78d9a54d1dece64359f9b60fd31ee4808c798464 | [] | no_license | babagay/mono-sandbox | b56e213ec090199321c3ff9e0ef93a29c01f9920 | 1d7c69a4657c2652e2761a32c0b081c561994426 | refs/heads/master | 2020-03-18T16:13:08.142712 | 2018-07-16T17:37:19 | 2018-07-16T17:37:19 | 134,953,587 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,479 | java | package gojava.web.rest.errors;
import gojava.MonoSandboxApp;
import org.junit.Before;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.http.MediaType;
import org.springframework.http.converter.json.MappingJackson2HttpMessageConverter;
import org.springframework.test.context.junit4.SpringRunner;
import org.springframework.test.web.servlet.MockMvc;
import org.springframework.test.web.servlet.setup.MockMvcBuilders;
import org.zalando.problem.spring.web.advice.MediaTypes;
import static org.springframework.test.web.servlet.request.MockMvcRequestBuilders.get;
import static org.springframework.test.web.servlet.request.MockMvcRequestBuilders.post;
import static org.springframework.test.web.servlet.result.MockMvcResultMatchers.content;
import static org.springframework.test.web.servlet.result.MockMvcResultMatchers.jsonPath;
import static org.springframework.test.web.servlet.result.MockMvcResultMatchers.status;
/**
* Test class for the ExceptionTranslator controller advice.
*
* @see ExceptionTranslator
*/
@RunWith(SpringRunner.class)
@SpringBootTest(classes = MonoSandboxApp.class)
public class ExceptionTranslatorIntTest {
@Autowired
private ExceptionTranslatorTestController controller;
@Autowired
private ExceptionTranslator exceptionTranslator;
@Autowired
private MappingJackson2HttpMessageConverter jacksonMessageConverter;
private MockMvc mockMvc;
@Before
public void setup() {
mockMvc = MockMvcBuilders.standaloneSetup(controller)
.setControllerAdvice(exceptionTranslator)
.setMessageConverters(jacksonMessageConverter)
.build();
}
@Test
public void testConcurrencyFailure() throws Exception {
mockMvc.perform(get("/test/concurrency-failure"))
.andExpect(status().isConflict())
.andExpect(content().contentType(MediaTypes.PROBLEM))
.andExpect(jsonPath("$.message").value(ErrorConstants.ERR_CONCURRENCY_FAILURE));
}
@Test
public void testMethodArgumentNotValid() throws Exception {
mockMvc.perform(post("/test/method-argument").content("{}").contentType(MediaType.APPLICATION_JSON))
.andExpect(status().isBadRequest())
.andExpect(content().contentType(MediaTypes.PROBLEM))
.andExpect(jsonPath("$.message").value(ErrorConstants.ERR_VALIDATION))
.andExpect(jsonPath("$.fieldErrors.[0].objectName").value("testDTO"))
.andExpect(jsonPath("$.fieldErrors.[0].field").value("test"))
.andExpect(jsonPath("$.fieldErrors.[0].message").value("NotNull"));
}
@Test
public void testParameterizedError() throws Exception {
mockMvc.perform(get("/test/parameterized-error"))
.andExpect(status().isBadRequest())
.andExpect(content().contentType(MediaTypes.PROBLEM))
.andExpect(jsonPath("$.message").value("test parameterized error"))
.andExpect(jsonPath("$.params.param0").value("param0_value"))
.andExpect(jsonPath("$.params.param1").value("param1_value"));
}
@Test
public void testParameterizedError2() throws Exception {
mockMvc.perform(get("/test/parameterized-error2"))
.andExpect(status().isBadRequest())
.andExpect(content().contentType(MediaTypes.PROBLEM))
.andExpect(jsonPath("$.message").value("test parameterized error"))
.andExpect(jsonPath("$.params.foo").value("foo_value"))
.andExpect(jsonPath("$.params.bar").value("bar_value"));
}
@Test
public void testMissingServletRequestPartException() throws Exception {
mockMvc.perform(get("/test/missing-servlet-request-part"))
.andExpect(status().isBadRequest())
.andExpect(content().contentType(MediaTypes.PROBLEM))
.andExpect(jsonPath("$.message").value("error.http.400"));
}
@Test
public void testMissingServletRequestParameterException() throws Exception {
mockMvc.perform(get("/test/missing-servlet-request-parameter"))
.andExpect(status().isBadRequest())
.andExpect(content().contentType(MediaTypes.PROBLEM))
.andExpect(jsonPath("$.message").value("error.http.400"));
}
@Test
public void testAccessDenied() throws Exception {
mockMvc.perform(get("/test/access-denied"))
.andExpect(status().isForbidden())
.andExpect(content().contentType(MediaTypes.PROBLEM))
.andExpect(jsonPath("$.message").value("error.http.403"))
.andExpect(jsonPath("$.detail").value("test access denied!"));
}
@Test
public void testUnauthorized() throws Exception {
mockMvc.perform(get("/test/unauthorized"))
.andExpect(status().isUnauthorized())
.andExpect(content().contentType(MediaTypes.PROBLEM))
.andExpect(jsonPath("$.message").value("error.http.401"))
.andExpect(jsonPath("$.path").value("/test/unauthorized"))
.andExpect(jsonPath("$.detail").value("test authentication failed!"));
}
@Test
public void testMethodNotSupported() throws Exception {
mockMvc.perform(post("/test/access-denied"))
.andExpect(status().isMethodNotAllowed())
.andExpect(content().contentType(MediaTypes.PROBLEM))
.andExpect(jsonPath("$.message").value("error.http.405"))
.andExpect(jsonPath("$.detail").value("Request method 'POST' not supported"));
}
@Test
public void testExceptionWithResponseStatus() throws Exception {
mockMvc.perform(get("/test/response-status"))
.andExpect(status().isBadRequest())
.andExpect(content().contentType(MediaTypes.PROBLEM))
.andExpect(jsonPath("$.message").value("error.http.400"))
.andExpect(jsonPath("$.title").value("test response status"));
}
@Test
public void testInternalServerError() throws Exception {
mockMvc.perform(get("/test/internal-server-error"))
.andExpect(status().isInternalServerError())
.andExpect(content().contentType(MediaTypes.PROBLEM))
.andExpect(jsonPath("$.message").value("error.http.500"))
.andExpect(jsonPath("$.title").value("Internal Server Error"));
}
}
| [
"a.panov@program-ace.com.ua"
] | a.panov@program-ace.com.ua |
e4000f2c2bcca78a633c62e085781da109be38ff | 190589e9e8fc79737caf0ca026edf69e8c0474e4 | /gmall-user/src/test/java/com/hhh/gmall/user/GmallUserApplicationTests.java | 2fc69e9f6bdeae25cd094b4d3f0ee6cfecaf2111 | [] | no_license | Zepbyrzzz/0405demo | 9c3d4cc238f6e26c7dc84f13b0522848a7f64015 | 5977111c049ad3e9eb97f5105dc5f3884ba922af | refs/heads/master | 2021-05-26T04:19:32.225658 | 2020-04-08T15:15:31 | 2020-04-08T15:15:31 | 254,050,415 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 338 | java | package com.hhh.gmall.user;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.test.context.junit4.SpringRunner;
@RunWith(SpringRunner.class)
@SpringBootTest
public class GmallUserApplicationTests {
@Test
public void contextLoads() {
}
}
| [
"463495114@qq.com"
] | 463495114@qq.com |
b6e49ffac14f5f6cf6cb177350530403a8e54bcf | 2c1fc867204f48a6f1b863035722103c59f46ef2 | /scitemav-tp/src/main/java/com/scitemav/controller/TipoVehiculoController.java | 6880c2a02d7212ade9376cccbaca066c80d4c2c5 | [] | no_license | AdminAFT/SCITEMAV | 8321e8a26752feb36299d2a5e4aae075eb35100a | 4751c2722d7b786f3ec79b2eb877427ca7c25ff7 | refs/heads/master | 2020-05-06T14:05:56.474209 | 2014-04-14T02:03:43 | 2014-04-14T02:03:43 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,117 | java | package com.scitemav.controller;
import javax.servlet.http.HttpServletRequest;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.ui.Model;
import org.springframework.web.bind.annotation.ModelAttribute;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestMethod;
import com.scitemav.bean.TipoVehiculoBean;
import com.scitemav.service.TipoVehiculoService;
@Controller
public class TipoVehiculoController {
@Autowired
TipoVehiculoService tipoVehiculoService;
@RequestMapping(value="registroTipoVehiculo", method = RequestMethod.POST)
public String registroTipoVehiculo(@ModelAttribute("tipovehiculobean") TipoVehiculoBean tipvb, Model model, HttpServletRequest req){
String path="registrarCarroceria";
if(tipoVehiculoService.registro(tipvb)){
model.addAttribute("msgOk", "Se ha registrado correctamente");
}
else{
model.addAttribute("msg", "Se ha producido un error al registrarse");
}
return path;
}
}
| [
"Arturo@192.168.1.33"
] | Arturo@192.168.1.33 |
a273b61b01e4c535b2d7d52cef4a3fea5a171797 | 668496e4beee69591f98c5738a75f972093b805d | /carnival-spring-boot-starter-restful-flow/src/main/java/com/github/yingzhuo/carnival/restful/flow/signature/AbstractRSAAlgorithmGenerator.java | 18ee0dacb8409f3f2bfc90024681595910282c58 | [
"Apache-2.0"
] | permissive | floodboad/carnival | ca1e4b181746f47248b0f3d82a54f6fe4c31b41f | 9e18d5ce4dbc1e518102bc60ac13954156d93bd2 | refs/heads/master | 2023-01-04T07:18:35.514865 | 2020-10-28T04:15:31 | 2020-10-28T04:15:31 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,141 | java | /*
* ____ _ ____ _ _ _____ ___ _
* / ___| / \ | _ \| \ | |_ _\ \ / / \ | |
* | | / _ \ | |_) | \| || | \ \ / / _ \ | |
* | |___/ ___ \| _ <| |\ || | \ V / ___ \| |___
* \____/_/ \_\_| \_\_| \_|___| \_/_/ \_\_____|
*
* https://github.com/yingzhuo/carnival
*/
package com.github.yingzhuo.carnival.restful.flow.signature;
import java.security.KeyFactory;
import java.security.NoSuchAlgorithmException;
import java.security.interfaces.RSAPrivateKey;
import java.security.interfaces.RSAPublicKey;
import java.security.spec.InvalidKeySpecException;
import java.security.spec.PKCS8EncodedKeySpec;
import java.security.spec.X509EncodedKeySpec;
import java.util.Base64;
/**
* @author 应卓
* @since 1.6.1
*/
abstract class AbstractRSAAlgorithmGenerator implements AlgorithmGenerator {
private final static String RSA = "RSA";
private byte[] decryptBase64(String key) {
return Base64.getDecoder().decode(key);
}
protected RSAPublicKey toPublicKey(String key) {
try {
byte[] bytes = decryptBase64(key);
X509EncodedKeySpec spec = new X509EncodedKeySpec(bytes);
KeyFactory factory = KeyFactory.getInstance(RSA);
java.security.PublicKey result = factory.generatePublic(spec);
return (RSAPublicKey) result;
} catch (NoSuchAlgorithmException e) {
throw new AssertionError();
} catch (InvalidKeySpecException e) {
throw new IllegalArgumentException(e.getMessage(), e);
}
}
protected RSAPrivateKey toPrivateKey(String key) {
try {
byte[] bytes = decryptBase64(key);
PKCS8EncodedKeySpec spec = new PKCS8EncodedKeySpec(bytes);
KeyFactory factory = KeyFactory.getInstance(RSA);
java.security.PrivateKey result = factory.generatePrivate(spec);
return (RSAPrivateKey) result;
} catch (NoSuchAlgorithmException e) {
throw new AssertionError();
} catch (InvalidKeySpecException e) {
throw new IllegalArgumentException(e.getMessage(), e);
}
}
}
| [
"yingzhor@gmail.com"
] | yingzhor@gmail.com |
be1c0823e7f8807b93c11e7cb9015610e9a2dbe1 | f4630ae09656c02be343e52d7aa1279e908813ad | /src/com/myvoice/PhoneReceiver.java | 75c3b62a480536dac60444087dca8260caa6594a | [] | no_license | deepakrameshrao/VoiceMail | 77f1b027d7548c6ef958bf81ac6a0b1ea39d2266 | 6e79f8946598ae06b3b365eca737dcd2ce0724ef | refs/heads/master | 2021-01-11T14:23:25.016328 | 2017-02-08T17:42:11 | 2017-02-08T17:42:11 | 81,357,578 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,449 | java | package com.myvoice;
import android.content.BroadcastReceiver;
import android.content.Context;
import android.content.Intent;
import android.content.SharedPreferences;
import android.telephony.TelephonyManager;
import android.util.Log;
public class PhoneReceiver extends BroadcastReceiver {
@Override
public void onReceive(Context context, Intent intent) {
Log.v("PhoneReceiver", "----------Deepak: on RECV ");
SharedPreferences p = context.getSharedPreferences("myvoicemail", 0);
boolean prompt = p.getBoolean("voicemail", false);
String state = intent.getStringExtra(TelephonyManager.EXTRA_STATE);
String number = intent
.getStringExtra(TelephonyManager.EXTRA_INCOMING_NUMBER);
if (state.equals(TelephonyManager.EXTRA_STATE_RINGING) && prompt) {
Log.v("PhoneReceiver", "----------Deepak: RINGING && prompt ");
// MyVoiceMail.launch(context, number);//start it immediately when
// state is received.
Intent in = new Intent(context, RecordService.class);
in.putExtra(TelephonyManager.EXTRA_INCOMING_NUMBER, number);
context.startService(in);
// the only time we manage to start visible phase before phone
// is call coming from sleep - prompt handles this itself in onStop
// In other words, the phone start causes our onStop
// then we take control back!
}
else if(state.equals(TelephonyManager.EXTRA_STATE_RINGING)){
Log.v("PhoneReceiver", "----------Deepak: RINGING ");
}
}
} | [
"noreply@github.com"
] | deepakrameshrao.noreply@github.com |
d5e732aff2773854914300a69981760b311d802a | ee3f4dab6a61d5db5a0f24c8ad29c77d61990499 | /SQLEmployeesProject/src/main/java/com/sparta/chris/controllers/MyLocalDAO.java | e40438f3b14fc2ae02ceeeaad46dc689010a82ab | [] | no_license | ChrisC1996/PersonalProjects | 6e4566177417c0a5827b33e4ad331eb37d4d112b | c1c5d4c58acf55a43c0540faa42b5474c43bb4fb | refs/heads/master | 2023-02-08T03:46:46.478438 | 2020-12-31T12:12:21 | 2020-12-31T12:12:21 | 313,255,841 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,517 | java | package com.sparta.chris.controllers;
import com.sparta.chris.view.Printer;
import java.io.FileReader;
import java.io.IOException;
import java.sql.*;
import java.util.Properties;
public class MyLocalDAO {
private String URL = "jdbc:mysql://localhost:3306/myLocal?serverTimeZone=GMT&rewriteBatchedStatements=true";
private Properties properties = new Properties();
private Connection connection = null;
private long timeTaken;
private Connection connectToDB() {
try {
properties.load(new FileReader("resources/login.properties"));
// connection= DriverManager.getConnection(URL, properties.getProperty("username"), properties.getProperty("password"));
connection = DriverManager.getConnection(URL, System.getenv("java_username"), System.getenv("java_password"));
} catch (IOException e) {
e.printStackTrace();
} catch (SQLException throwables) {
throwables.printStackTrace();
}
return connection;
}
public void createTable() {
String createTable = "CREATE TABLE employees (" +
"emp_id INTEGER AUTO_INCREMENT PRIMARY KEY, " +
"name_prefix VARCHAR(5), " +
"first_name VARCHAR(30), " +
"middle_initial CHAR, " +
"last_name VARCHAR(30), " +
"gender CHAR, " +
"email VARCHAR(40), " +
"date_of_birth DATE, " +
"join_date DATE, " +
"salary INTEGER)";
Statement statement = null;
try {
statement = connectToDB().createStatement();
statement.executeUpdate(createTable);
Printer.print("Table created");
} catch (SQLException throwables) {
throwables.printStackTrace();
}
}
public void dropTable() {
String dropTable = "DROP TABLE employees";
Statement statement = null;
try {
statement = connectToDB().createStatement();
statement.executeUpdate(dropTable);
Printer.print("Table dropped");
} catch (SQLException throwables) {
throwables.printStackTrace();
}
}
public void addEmployees() {
// dropTable();
createTable();
long startTime = System.currentTimeMillis();
String insertEmployees = "INSERT INTO employees (name_prefix, first_name, middle_initial" +
", last_name, gender, email, date_of_birth, join_date, salary) VALUES(?, ?, ?, ?, ?, ?, ?, ?, ?)";
MyFileReader myFileReader = new MyFileReader();
int numberOfObjects = myFileReader.employeeObjects.size();
try {
PreparedStatement preparedStatement = connectToDB().prepareStatement(insertEmployees);
for(int i=0; i<numberOfObjects; i++) {
preparedStatement.setString(1, myFileReader.employeeObjects.get(i).getNamePrefix());
preparedStatement.setString(2, myFileReader.employeeObjects.get(i).getFirstName());
preparedStatement.setString(3, String.valueOf(myFileReader.employeeObjects.get(i).getMiddleName()));
preparedStatement.setString(4, myFileReader.employeeObjects.get(i).getLastName());
preparedStatement.setString(5, String.valueOf(myFileReader.employeeObjects.get(i).getGender()));
preparedStatement.setString(6, myFileReader.employeeObjects.get(i).getEmail());
preparedStatement.setObject(7, myFileReader.employeeObjects.get(i).getDateOfBirth());
preparedStatement.setObject(8, myFileReader.employeeObjects.get(i).getJoinDate());
preparedStatement.setInt(9, myFileReader.employeeObjects.get(i).getSalary());
preparedStatement.addBatch();
}
preparedStatement.executeBatch();
closeConnection();
long endTime = System.currentTimeMillis();
long timeTaken = endTime - startTime;
Printer.print("Time taken to populate the database: " + timeTaken + "ms");
Printer.print("Total time for migration: " + ((timeTaken + myFileReader.timeTaken) + "ms"));
} catch (SQLException throwables) {
throwables.printStackTrace();
}
}
private void closeConnection() {
try {
connection.close();
} catch (SQLException throwables) {
throwables.printStackTrace();
}
}
} | [
"cjcunningham@hotmail.co.uk"
] | cjcunningham@hotmail.co.uk |
fe04d9cf90a1ce073d7aa3724539e0a8760596e1 | a619f4dab59a8006a46c9cecf24fc433bb69dbba | /Prática 3/Pratica3/src/Ordenacao/Ordenacao.java | f0e45fb3a006083c15cf0e7499fe1b21f56d96eb | [] | no_license | rafaeldoria/Praticas-Analise-de-Algoritmo | 711cd7ca07798f2b95245780496538eaae93b147 | f4ca4b0758d96c8f4aaaccd75d794484ebfa94bf | refs/heads/master | 2021-01-20T17:54:02.873466 | 2016-06-28T23:00:57 | 2016-06-28T23:00:57 | 62,179,501 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,939 | java | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package Ordenacao;
import Ordena.Bolha;
import Item.Item;
import Ordena.Selecao;
import java.util.Random;
/**
*
* @author Rafael
*/
public class Ordenacao {
public static void main (String[] args) {
Random random = new Random();
int tamanho = random.nextInt(1001);
Ordenacao ordenar = new Ordenacao ();
ordenar.OrdenaBolha(tamanho);
ordenar.ordenaSelecao(tamanho);
}
// METODO BOLHA
public void OrdenaBolha(int tamanho){
int i;
Random random = new Random();
Item[] vet = new Item[tamanho];
for (i = 0; i < tamanho; i++){
vet[i] = new Item (random.nextInt(1001));
}
Bolha result = new Bolha (vet);
System.out.println ("-------------- Método de Bolha -------------");
System.out.print ("Tamanho do vetor: "+tamanho+"\n");
System.out.print ("Vetor desordenado: ");
result.imprimir ();
result.bolha();
System.out.print ("Vetor ordenado: ");
result.imprimir ();
System.out.println ("---------------------------------------------\n");
}
//METODO SELEÇÃO
public void ordenaSelecao (int tamanho) {
int i;
Random random = new Random();
Item[] vet = new Item[tamanho];
for (i = 0; i < tamanho; i++)
vet[i] = new Item (random.nextInt(1001));
Selecao result = new Selecao (vet);
System.out.println ("-------------- Método da Selecao -------------");
System.out.println ("Tamanho do vetor: "+tamanho+"\n");
result.imprimir();
result.selecao();
System.out.println ("Vetor ordenado: ");
result.imprimir ();
System.out.println ("---------------------------------------------\n");
}
}
| [
"ieieldoria@hotmail.com"
] | ieieldoria@hotmail.com |
5dcd79eb33c8f90f5ece4f1fab96776a00724acb | 82304d7db83bdd9201d34b4b25051ec18cdef646 | /pcbl-royals/src/main/java/com/main/pcblroyals/bean/BattingStatBean.java | 368a867f5e0f6eb650049c5534b328af0136a9f6 | [] | no_license | srkamo/pcbl_api | b2158af6845320d9d50c0bc822f5cbd7c837e152 | fbb5ff2e3872c703683ab525c70804a6d63014e1 | refs/heads/master | 2020-03-30T08:19:51.752364 | 2018-11-28T17:44:17 | 2018-11-28T17:44:17 | 151,006,693 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,810 | java | package com.main.pcblroyals.bean;
import java.io.Serializable;
import java.io.StreamCorruptedException;
import java.text.DecimalFormat;
public class BattingStatBean implements Serializable {
protected long atBats;
protected long singles;
protected long doubles;
protected long triples;
protected long homeRuns;
protected long walks;
protected long hitByPitch;
protected long sacrifices;
protected long runs;
protected long rbis;
protected long stolenBases;
protected long passedBalls;
protected long caughtStealing;
protected long strikeOuts;
protected long hits;
protected String battingAverage;
protected String onBasePercentage;
protected String sluggingAverage;
public long getAtBats() {
return atBats;
}
public void setAtBats(long atBats) {
this.atBats = atBats;
}
public long getSingles() {
return singles;
}
public void setSingles(long singles) {
this.singles = singles;
}
public long getDoubles() {
return doubles;
}
public void setDoubles(long doubles) {
this.doubles = doubles;
}
public long getTriples() {
return triples;
}
public void setTriples(long triples) {
this.triples = triples;
}
public long getHomeRuns() {
return homeRuns;
}
public void setHomeRuns(long homeRuns) {
this.homeRuns = homeRuns;
}
public long getWalks() {
return walks;
}
public void setWalks(long walks) {
this.walks = walks;
}
public long getHitByPitch() {
return hitByPitch;
}
public void setHitByPitch(long hitByPitch) {
this.hitByPitch = hitByPitch;
}
public long getSacrifices() {
return sacrifices;
}
public void setSacrifices(long sacrifices) {
this.sacrifices = sacrifices;
}
public long getRuns() {
return runs;
}
public void setRuns(long runs) {
this.runs = runs;
}
public long getRbis() {
return rbis;
}
public void setRbis(long rbis) {
this.rbis = rbis;
}
public long getStolenBases() {
return stolenBases;
}
public void setStolenBases(long stolenBases) {
this.stolenBases = stolenBases;
}
public long getHits() { return hits; }
public void setHits(long hits) { this.hits = hits; }
public long getPassedBalls() {
return passedBalls;
}
public void setPassedBalls(long passedBalls) {
this.passedBalls = passedBalls;
}
public long getCaughtStealing() {
return caughtStealing;
}
public void setCaughtStealing(long caughtStealing) {
this.caughtStealing = caughtStealing;
}
public long getStrikeOuts() {
return strikeOuts;
}
public void setStrikeOuts(long strikeOuts) {
this.strikeOuts = strikeOuts;
}
public String getBattingAverage() {
return battingAverage;
}
public void setBattingAverage(String battingAverage) {
this.battingAverage = battingAverage;
}
public String getOnBasePercentage() {
return onBasePercentage;
}
public void setOnBasePercentage(String onBasePercentage) {
this.onBasePercentage = onBasePercentage;
}
public String getSluggingAverage() {
return sluggingAverage;
}
public void setSluggingAverage(String sluggingAverage) {
this.sluggingAverage = sluggingAverage;
}
//constructor for single season or game batting stats
public BattingStatBean(long atBats, long singles, long doubles, long triples, long homeRuns, long walks, long hitByPitch, long sacrifices, long runs, long rbis, long stolenBases, long passedBalls, long caughtStealing, long strikeOuts) {
this.atBats = atBats;
this.singles = singles;
this.doubles = doubles;
this.triples = triples;
this.homeRuns = homeRuns;
this.walks = walks;
this.hitByPitch = hitByPitch;
this.sacrifices = sacrifices;
this.runs = runs;
this.rbis = rbis;
this.stolenBases = stolenBases;
this.passedBalls = passedBalls;
this.caughtStealing = caughtStealing;
this.strikeOuts = strikeOuts;
calculateHits();
calculateBattingAverage();
calculateOnBasePercentage();
calculateSluggingAverage();
}
//default constructor
public BattingStatBean() {
this.atBats = 0;
this.singles = 0;
this.doubles = 0;
this.triples = 0;
this.homeRuns = 0;
this.walks = 0;
this.hitByPitch = 0;
this.sacrifices = 0;
this.runs = 0;
this.rbis = 0;
this.stolenBases = 0;
this.passedBalls = 0;
this.caughtStealing = 0;
this.strikeOuts = 0;
calculateHits();
calculateBattingAverage();
calculateOnBasePercentage();
calculateSluggingAverage();
}
public void calculateHits(){
this.hits = this.singles + this.doubles + this.triples + this.homeRuns;
}
protected void calculateBattingAverage(){
float tempBattingAverage;
if(atBats == 0){
tempBattingAverage = 0;
}
else {
tempBattingAverage = (float)hits/atBats;
tempBattingAverage = (float)Math.round(tempBattingAverage * 1000f)/1000f;
}
DecimalFormat df = new DecimalFormat("0.000");
battingAverage = df.format(tempBattingAverage);
}
protected void calculateOnBasePercentage(){
float tempOnBasePercentage;
if(atBats + walks + hitByPitch + sacrifices == 0){
tempOnBasePercentage = 0;
tempOnBasePercentage = (float)Math.round(tempOnBasePercentage * 1000f)/1000f;
}
else{
tempOnBasePercentage = ((float)singles + walks + hitByPitch)/(atBats + walks + hitByPitch + sacrifices);
tempOnBasePercentage = (float)Math.round(tempOnBasePercentage * 1000f)/1000f;
}
DecimalFormat df = new DecimalFormat("0.000");
onBasePercentage = df.format(tempOnBasePercentage);
}
protected void calculateSluggingAverage(){
float tempSluggingAverage;
if(atBats == 0){
tempSluggingAverage = 0;
tempSluggingAverage = (float)Math.round(tempSluggingAverage * 1000f)/1000f;
}
else{
tempSluggingAverage = ((float) singles + 2*doubles + 3*triples + 4*homeRuns)/(atBats);
tempSluggingAverage = (float)Math.round(tempSluggingAverage * 1000f)/1000f;
}
DecimalFormat df = new DecimalFormat("0.000");
sluggingAverage = df.format(tempSluggingAverage);
}
}
| [
"rblay@terra.com.br"
] | rblay@terra.com.br |
424821abe268c7932425faac37858b20078ca00b | d6a2bb635bddce21d4bf00fcebde8d629e50fab8 | /week3-055.WordInsideWord/src/WordInsideWord.java | 68f7cb85641963d5721dae14a291500a21615f5a | [] | no_license | sstothec/mooc-2013-OOProgrammingWithJava-PART1 | 3073d3a3d7a02150bdf7c7d252e263263af1e7fb | 108f7ced2f24c6675e6b44f1b568d56bfd62e9bf | refs/heads/master | 2021-10-10T11:05:40.390582 | 2019-01-10T02:04:47 | 2019-01-10T02:04:47 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 739 | java |
import java.util.Scanner;
public class WordInsideWord {
public static void main(String[] args) {
Scanner reader = new Scanner(System.in);
System.out.print("Type the first word: ");
String firstWord = reader.nextLine();
System.out.print("Type the second word: ");
String secondWord = reader.nextLine();
int index = firstWord.indexOf(secondWord);
if (index == -1) { //index returns -1 if it cant find the string
System.out.println("The word '" + secondWord + "' is not found in the word '" + firstWord +"'.");
} else {
System.out.println("The word '" + secondWord + "' is found in the word '" + firstWord + "'.");
}
}
}
| [
"solomosc@uci.edu"
] | solomosc@uci.edu |
da95e47afd3790b5f8c41b8eb9b4dd6081e0c0b7 | 2a10ae9571dafcaa2d672ce1fcaf5c39cb1eff43 | /src/main/java/com/h3c/framework/web/system/client/ClientSort.java | 69c6e50b2ec68a36112d8e2c750205d1facd4b8f | [] | no_license | woai425/portal-web | bf35264f1ba3be69d84be83cd7daa682f4702d2b | 291fb118985edc1cd061882f0bc8978c79158133 | refs/heads/master | 2021-05-10T18:06:41.984048 | 2019-04-04T01:20:31 | 2019-04-04T01:20:31 | 118,622,287 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 344 | java | package com.h3c.framework.web.system.client;
import java.util.Comparator;
import com.h3c.framework.common.dto.ClientDTO;
public class ClientSort implements Comparator<ClientDTO> {
public int compare(ClientDTO prev, ClientDTO now) {
return (int) (now.getLogindatetime().getTime()-prev.getLogindatetime().getTime());
}
}
| [
"1161249253@qq.com"
] | 1161249253@qq.com |
9ce129dcb78303e6e61cda14da83c256f2895623 | 7ea39a20982999b38c3f79aec2295f838e4032c6 | /src/KYLON/Report.java | ff2687541894c7f914feb66f8836157263d6a9df | [
"MIT"
] | permissive | ken-turner/kylos | 7cbe18f82e8290c20139ebfc60d70735bb1e2bde | 8388bbe8a43fdafd4bbf2783f201592b63fbc4a2 | refs/heads/master | 2021-08-15T02:45:05.548506 | 2017-11-17T07:16:14 | 2017-11-17T07:16:14 | 111,059,858 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 47 | java | package KYLON;
public class Report {
}
| [
"Makenna@10.0.0.166"
] | Makenna@10.0.0.166 |
5bccb361738effd24f4e2cfa6948e8ae481d83b6 | e624466fd50e849075923021e0281ecdbb4435fb | /app/src/main/java/com/example/khaerulumam/hac/Jakarta/Adapter/CustomAdapterStore.java | 5e49b16383c0e8bdf0a6412cf88adb0a0b8cb885 | [] | no_license | khaerulumam11/HaC | 6e3d4966ecbf172c06b85d008971151439f332f9 | ce477393d23875820adf00a8d3a788a495746576 | refs/heads/master | 2021-05-01T11:23:28.016977 | 2018-02-12T16:04:53 | 2018-02-12T16:04:53 | 121,118,797 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,359 | java | package com.example.khaerulumam.hac.Jakarta.Adapter;
import android.content.Context;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.BaseAdapter;
import android.widget.ImageView;
import android.widget.TextView;
import com.example.khaerulumam.hac.R;
/**
* Created by Umam on 2/8/2018.
*/
public class CustomAdapterStore extends BaseAdapter {
Context context;
String nama2[];
int flags[];
LayoutInflater inflter;
public CustomAdapterStore(Context applicationContext, String[] nama, int[] flags) {
this.context = context;
this.nama2 = nama;
this.flags = flags;
inflter = (LayoutInflater.from(applicationContext));
}
@Override
public int getCount() {
return nama2.length;
}
@Override
public Object getItem(int i) {
return null;
}
@Override
public long getItemId(int i) {
return 0;
}
@Override
public View getView(int i, View view, ViewGroup viewGroup) {
view = inflter.inflate(R.layout.activity_listview, null);
TextView nama1 = (TextView) view.findViewById(R.id.textView);
ImageView icon = (ImageView) view.findViewById(R.id.icon);
nama1.setText(nama2[i]);
icon.setImageResource(flags[i]);
return view;
}
}
| [
"ukhaerul8@gmail.com"
] | ukhaerul8@gmail.com |
aa1497d5ca6ef9879df26be1b275e979e4760914 | 7a7fe8428ef307182af669d00aa37c075aa697b5 | /CustomerSystem/src/main/java/py/com/progweb/fidelizacionclientes/util/PuntosNulos.java | 48040fe18f3e4ca9d6198f39f2c65601a34ea235 | [] | no_license | JuanArguello092/CustomerSystemGrupo5 | 22c2f15899ad9b372d80efb89ad980efc35af662 | 36d0ced2fa607224832c4a693856576363396795 | refs/heads/master | 2023-01-02T21:31:16.220570 | 2020-10-24T02:20:27 | 2020-10-24T02:20:27 | 290,876,541 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 269 | java | package py.com.progweb.fidelizacionclientes.util;
public class PuntosNulos extends AbstractPuntos{
@Override
public boolean esNulo() {
return true;
}
@Override
public String verConcepto() {
return "Concepto no disponible";
}
}
| [
"juanarguello092@gmail.com"
] | juanarguello092@gmail.com |
1817411a1cbb22c2065af8c4910ad87d76a099c7 | fe2be0d5ee988f50f431f3fb256303849295afe0 | /src/main/java/com/helger/wsimport/plugin/PluginCodingStyleguideUnaware.java | d43e55d71f2bd215e621e5f74e1cfee12a6cb7da | [
"Apache-2.0"
] | permissive | jdrew1303/ph-wsimport-plugin | 0b1b481fd1157f9b80c02d69a11ba32429511b2e | 99cfd1a42a7609003187b718c524b22d7e86a2b2 | refs/heads/master | 2023-08-30T14:16:32.531104 | 2021-10-30T19:33:55 | 2021-10-30T19:33:55 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,390 | java | /*
* Copyright (C) 2015-2021 Philip Helger (www.helger.com)
* philip[at]helger[dot]com
*
* 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 writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.helger.wsimport.plugin;
import java.util.Iterator;
import org.xml.sax.SAXException;
import com.helger.commons.annotation.CodingStyleguideUnaware;
import com.helger.commons.annotation.IsSPIImplementation;
import com.sun.codemodel.JCodeModel;
import com.sun.codemodel.JDefinedClass;
import com.sun.codemodel.JPackage;
import com.sun.tools.ws.processor.model.Model;
import com.sun.tools.ws.wscompile.ErrorReceiver;
import com.sun.tools.ws.wscompile.Plugin;
import com.sun.tools.ws.wscompile.WsimportOptions;
/**
* Create {@link CodingStyleguideUnaware} annotations in all bean generated
* classes as well as in the ObjectFactory classes
*
* @author Philip Helger
*/
@IsSPIImplementation
public class PluginCodingStyleguideUnaware extends Plugin
{
private static final String OPT = "ph-csu";
@Override
public String getOptionName ()
{
return OPT;
}
@Override
public String getUsage ()
{
return " -" + OPT + " : add CodingStyleguideUnaware annotations to all classes";
}
@Override
public boolean run (final Model model, final WsimportOptions wo, final ErrorReceiver er) throws SAXException
{
final JCodeModel aCodeModel = wo.getCodeModel ();
// For all packages
final Iterator <JPackage> itPackages = aCodeModel.packages ();
while (itPackages.hasNext ())
{
final JPackage aPackage = itPackages.next ();
// For all classes in the package
final Iterator <JDefinedClass> itClasses = aPackage.classes ();
while (itClasses.hasNext ())
{
final JDefinedClass aDefinedClass = itClasses.next ();
// Add annotation
aDefinedClass.annotate (CodingStyleguideUnaware.class);
}
}
return true;
}
}
| [
"philip@helger.com"
] | philip@helger.com |
81f5c20ab5a28a53fc0d228a04435f610894c51e | 9efd8a4e36333da86deba560dcdb86424825974a | /qaDocker/src-gen/xtext/qactor/qADocker/ActionMove.java | 4add766e3381cf00f191fdcc7710547d8eeb01db | [
"MIT"
] | permissive | sabbio93/QDocker | 4297975747c9a07c9337b07a132bfb12e9fa3975 | dabc8492ccfb2267070122ad03263c7e464ba051 | refs/heads/master | 2021-03-22T04:27:08.455296 | 2017-07-05T12:44:13 | 2017-07-05T12:44:13 | 94,809,896 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 371 | java | /**
* generated by Xtext 2.10.0
*/
package xtext.qactor.qADocker;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Action Move</b></em>'.
* <!-- end-user-doc -->
*
*
* @see xtext.qactor.qADocker.QADockerPackage#getActionMove()
* @model
* @generated
*/
public interface ActionMove extends Move
{
} // ActionMove
| [
"riccardo.buscaroli@studio.unibo.it"
] | riccardo.buscaroli@studio.unibo.it |
6709f2bc00f1b1b3b96d7ad114cd1efcbb70e8f6 | 08924e455a3659d2354e5c45bd89051a6f18bdca | /servlet/src/main/java/io/undertow/servlet/api/ServletInfo.java | 524fcbefaa65d41cee59dde7f36f20ab370bda1c | [
"Apache-2.0"
] | permissive | gnomix/undertow | c4ed56da83acca7c9279301b665a12f540069ad9 | cbd85ca1ad28687742edeec39e517a55fe4a2401 | refs/heads/master | 2021-01-16T18:50:18.988289 | 2012-11-19T04:00:05 | 2012-11-19T04:00:15 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,516 | java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2012 Red Hat, Inc., and individual contributors
* as indicated by the @author tags.
*
* 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 writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package io.undertow.servlet.api;
import java.lang.reflect.Constructor;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Collection;
import java.util.Collections;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import javax.servlet.MultipartConfigElement;
import javax.servlet.Servlet;
import io.undertow.servlet.UndertowServletMessages;
import io.undertow.servlet.util.ConstructorInstanceFactory;
/**
* @author Stuart Douglas
*/
public class ServletInfo implements Cloneable {
private final Class<? extends Servlet> servletClass;
private final String name;
private final List<String> mappings = new ArrayList<String>();
private final Map<String, String> initParams = new HashMap<String, String>();
private final List<SecurityRoleRef> securityRoleRefs = new ArrayList<SecurityRoleRef>();
private final List<HandlerChainWrapper> handlerChainWrappers = new ArrayList<HandlerChainWrapper>();
private volatile InstanceFactory<? extends Servlet> instanceFactory;
private volatile String jspFile;
private volatile Integer loadOnStartup;
private volatile boolean enabled;
private volatile boolean asyncSupported;
private volatile String runAs;
private volatile MultipartConfigElement multipartConfig;
public ServletInfo(final String name, final Class<? extends Servlet> servletClass) {
if (name == null) {
throw UndertowServletMessages.MESSAGES.paramCannotBeNull("name");
}
if (servletClass == null) {
throw UndertowServletMessages.MESSAGES.paramCannotBeNull("servletClass", "Servlet", name);
}
if (!Servlet.class.isAssignableFrom(servletClass)) {
throw UndertowServletMessages.MESSAGES.servletMustImplementServlet(name, servletClass);
}
try {
final Constructor<? extends Servlet> ctor = servletClass.getDeclaredConstructor();
ctor.setAccessible(true);
this.instanceFactory = new ConstructorInstanceFactory(ctor);
this.name = name;
this.servletClass = servletClass;
} catch (NoSuchMethodException e) {
throw UndertowServletMessages.MESSAGES.componentMustHaveDefaultConstructor("Servlet", servletClass);
}
}
public ServletInfo(final String name, final Class<? extends Servlet> servletClass, final InstanceFactory<? extends Servlet> instanceFactory) {
if (name == null) {
throw UndertowServletMessages.MESSAGES.paramCannotBeNull("name");
}
if (servletClass == null) {
throw UndertowServletMessages.MESSAGES.paramCannotBeNull("servletClass", "Servlet", name);
}
if (!Servlet.class.isAssignableFrom(servletClass)) {
throw UndertowServletMessages.MESSAGES.servletMustImplementServlet(name, servletClass);
}
this.instanceFactory = instanceFactory;
this.name = name;
this.servletClass = servletClass;
}
public void validate() {
//TODO
}
@Override
public ServletInfo clone() {
ServletInfo info = new ServletInfo(name, servletClass, instanceFactory)
.setJspFile(jspFile)
.setLoadOnStartup(loadOnStartup)
.setEnabled(enabled)
.setAsyncSupported(asyncSupported)
.setRunAs(runAs)
.setMultipartConfig(multipartConfig);
info.mappings.addAll(mappings);
info.initParams.putAll(initParams);
info.securityRoleRefs.addAll(securityRoleRefs);
info.handlerChainWrappers.addAll(handlerChainWrappers);
return info;
}
public Class<? extends Servlet> getServletClass() {
return servletClass;
}
public String getName() {
return name;
}
public void setInstanceFactory(final InstanceFactory<? extends Servlet> instanceFactory) {
if(instanceFactory == null) {
throw UndertowServletMessages.MESSAGES.paramCannotBeNull("instanceFactory");
}
this.instanceFactory = instanceFactory;
}
public InstanceFactory<? extends Servlet> getInstanceFactory() {
return instanceFactory;
}
public List<String> getMappings() {
return Collections.unmodifiableList(mappings);
}
public ServletInfo addMapping(final String mapping) {
mappings.add(mapping);
return this;
}
public ServletInfo addMappings(final Collection<String> mappings) {
this.mappings.addAll(mappings);
return this;
}
public ServletInfo addMappings(final String ... mappings) {
this.mappings.addAll(Arrays.asList(mappings));
return this;
}
public ServletInfo addInitParam(final String name, final String value) {
initParams.put(name, value);
return this;
}
public Map<String, String> getInitParams() {
return Collections.unmodifiableMap(initParams);
}
public String getJspFile() {
return jspFile;
}
public ServletInfo setJspFile(final String jspFile) {
this.jspFile = jspFile;
return this;
}
public Integer getLoadOnStartup() {
return loadOnStartup;
}
public ServletInfo setLoadOnStartup(final Integer loadOnStartup) {
this.loadOnStartup = loadOnStartup;
return this;
}
public boolean isAsyncSupported() {
return asyncSupported;
}
public ServletInfo setAsyncSupported(final boolean asyncSupported) {
this.asyncSupported = asyncSupported;
return this;
}
public boolean isEnabled() {
return enabled;
}
public ServletInfo setEnabled(final boolean enabled) {
this.enabled = enabled;
return this;
}
public String getRunAs() {
return runAs;
}
public ServletInfo setRunAs(final String runAs) {
this.runAs = runAs;
return this;
}
public MultipartConfigElement getMultipartConfig() {
return multipartConfig;
}
public ServletInfo setMultipartConfig(final MultipartConfigElement multipartConfig) {
this.multipartConfig = multipartConfig;
return this;
}
public void addSecurityRoleRef(final String role, final String linkedRole) {
this.securityRoleRefs.add(new SecurityRoleRef(role, linkedRole));
}
public List<SecurityRoleRef> getSecurityRoleRefs() {
return Collections.unmodifiableList(securityRoleRefs);
}
public ServletInfo addAdditionalHandler(final HandlerChainWrapper wrapper) {
this.handlerChainWrappers.add(wrapper);
return this;
}
public List<HandlerChainWrapper> getHandlerChainWrappers() {
return Collections.unmodifiableList(handlerChainWrappers);
}
}
| [
"stuart.w.douglas@gmail.com"
] | stuart.w.douglas@gmail.com |
5b8389a3378ba239574d208fe75106ff27717c80 | 8a18bd43e88d08602aa0ee38c179ab3824ccab61 | /iutils-admin/src/main/java/com/mzlion/core/io/resource/AbstractResourceDescriptor.java | 1b3b253d79cbcb27f27511489378314eaeda1db1 | [] | no_license | hadenhoo1994/military-training | 47b41aa221f995b4794680b57c7ecff5fee7b470 | 108de9859b4632ff712f0e3a610b2d6dfc47adfe | refs/heads/master | 2021-09-08T12:27:21.725133 | 2018-03-09T16:19:55 | 2018-03-09T16:19:55 | 103,386,213 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,439 | java | /*
* Copyright (C) 2016-2017 mzlion(mzllon@qq.com).
*
* 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 writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.mzlion.core.io.resource;
import com.mzlion.core.io.IOUtils;
import com.mzlion.core.io.ResourceUtils;
import java.io.File;
import java.io.FileNotFoundException;
import java.io.IOException;
import java.io.InputStream;
import java.net.URI;
import java.net.URISyntaxException;
import java.net.URL;
/**
* {@linkplain ResourceDescriptor}抽象实现
*
* @author mzlion on 2016/4/11.
*/
public abstract class AbstractResourceDescriptor implements ResourceDescriptor {
/**
* 判断资源是否存在
*/
@Override
public boolean exists() {
File file;
try {
file = this.getFile();
} catch (IOException e) {
e.printStackTrace();
return false;
}
if (file == null) {
try {
InputStream in = this.getInputStream();
in.close();
return true;
} catch (IOException e) {
e.printStackTrace();
return false;
}
}
return file.exists();
}
/**
* 返回{@code URL}资源
*
* @throws IOException I/O异常
*/
@Override
public URL getURL() throws IOException {
throw new FileNotFoundException(this.getDescription() + " cannot be resolved to URL");
}
/**
* 返回{@code URI}资源
*
* @throws IOException I/O异常
*/
@Override
public URI getURI() throws IOException {
URL url = this.getURL();
try {
return ResourceUtils.toURI(url);
} catch (URISyntaxException e) {
throw new IOException("Invalid URI [" + url + "]", e);
}
}
/**
* 返回文件对象,如果对象不存在则返回{@code null}
*
* @return 文件对象
*/
@Override
public File getFile() throws IOException {
return null;
}
/**
* 返回资源的内容长度,如果资源不存在则返回{@code -1}
*
* @return 文件资源内容长度
*/
@Override
public long length() {
InputStream in = this.getInputStream();
if (in == null) {
return -1;
}
long size = 0;
byte[] buffer = new byte[1024];
int read;
try {
while ((read = in.read(buffer)) != -1) {
size += read;
}
return size;
} catch (IOException e) {
return -1;
} finally {
IOUtils.closeQuietly(in);
}
}
/**
* 返回文件名,如果资源不存在,则返回{@code null}
*
* @return 文件名
*/
@Override
public String getFilename() {
return null;
}
@Override
public String toString() {
return this.getDescription();
}
}
| [
"759079594@qq.com"
] | 759079594@qq.com |
68fd7af987efbc9c53e1e7e1d3d07becb673e710 | 99631f95d8072ca654904b595f0b3b7936dd4dfe | /team2/ezMiro/board/src/test/java/ntut/csie/sslab/miro/entity/model/workflow/LaneTest.java | 5f8270a62de335e26add8a84c157566c000ae790 | [] | no_license | PoChuanHuang/SA_ezMiro2021 | 94ac117f82f1525e340b194082dfbef15561be3c | c18a7a6fba785701afb18fb55cb5c4f4ff2299a4 | refs/heads/master | 2023-04-13T03:47:10.111636 | 2021-04-16T12:20:19 | 2021-04-16T12:20:19 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,912 | java | package ntut.csie.sslab.miro.entity.model.workflow;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.DisplayNameGeneration;
import org.junit.jupiter.api.DisplayNameGenerator;
import org.junit.jupiter.api.Test;
import static org.assertj.core.api.AssertionsForClassTypes.assertThat;
import static org.junit.jupiter.api.Assertions.*;
@DisplayNameGeneration(DisplayNameGenerator.ReplaceUnderscores.class)
public class LaneTest {
private Stage rootStage;
private Lane swimLane1;
private Lane swimLane2;
private Lane swimLane2a;
private Lane swimLane2b;
private String cardId1;
private String cardId2;
private String cardId3;
@BeforeEach
public void setUp() {
rootStage = new Stage(
"rootStage id",
"workflow id",
NullLane.newInstance(),
"To Do",
WipLimit.valueOf(-1),
0,
LaneType.Standard);
swimLane1 = rootStage.createSwimLane(
"swimlane id 1",
-1,
LaneType.Standard);
swimLane2 = rootStage.createSwimLane(
"swimlane id 2",
-1,
LaneType.Standard);
swimLane2a = swimLane2.createSwimLane(
"swimlane id 2a",
-1,
LaneType.Standard);
swimLane2b =swimLane2.createSwimLane(
"swimlane id 2b",
-1,
LaneType.Standard);
cardId1 = "A";
cardId2 = "B";
cardId3 = "C";
rootStage.addCard(cardId1);
rootStage.addCard(cardId2);
rootStage.addCard(cardId3);
}
@Test
public void should_have_correct_card_order_when_add_three_cards () {
assertEquals(0, rootStage.getCardById(cardId1).get().getOrder());
assertEquals(1, rootStage.getCardById(cardId2).get().getOrder());
assertEquals(2, rootStage.getCardById(cardId3).get().getOrder());
}
@Test
public void should_have_correct_card_order_when_add_a_card_at_position_0 () {
String cardId4 = "B-2";
rootStage.addCard(cardId4, 0);
assertEquals(0, rootStage.getCardById(cardId4).get().getOrder());
assertEquals(1, rootStage.getCardById(cardId1).get().getOrder());
assertEquals(2, rootStage.getCardById(cardId2).get().getOrder());
assertEquals(3, rootStage.getCardById(cardId3).get().getOrder());
}
@Test
public void should_have_correct_card_order_when_remove_the_first_card () {
rootStage.removeCard(cardId1);
assertEquals(0, rootStage.getCardById(cardId2).get().getOrder());
assertEquals(1, rootStage.getCardById(cardId3).get().getOrder());
}
@Test
public void should_succeed_when_get_lane_by_id () {
assertTrue(rootStage.getLaneById(rootStage, rootStage.getId()).isPresent());
assertTrue(rootStage.getLaneById(rootStage, swimLane1.getId()).isPresent());
assertTrue(rootStage.getLaneById(rootStage, swimLane2.getId()).isPresent());
assertTrue(rootStage.getLaneById(rootStage, swimLane2a.getId()).isPresent());
assertTrue(rootStage.getLaneById(rootStage, swimLane2b.getId()).isPresent());
assertTrue(rootStage.getLaneById(swimLane1, swimLane1.getId()).isPresent());
assertFalse(rootStage.getLaneById(swimLane1, swimLane2.getId()).isPresent());
assertFalse(rootStage.getLaneById(swimLane1, swimLane2a.getId()).isPresent());
assertFalse(rootStage.getLaneById(swimLane1, swimLane2b.getId()).isPresent());
assertTrue(rootStage.getLaneById(swimLane2, swimLane2.getId()).isPresent());
assertTrue(rootStage.getLaneById(swimLane2, swimLane2a.getId()).isPresent());
assertTrue(rootStage.getLaneById(swimLane2, swimLane2b.getId()).isPresent());
}
}
| [
"c20m76z@gmail.com"
] | c20m76z@gmail.com |
d66e3b927d19eeeec637c16e78f8e5a87e2c67b6 | c52d10478436bd84b4641e2ccbc8e30175d63edc | /domino-jna-mime-javaxmail/src/main/java/com/mindoo/domino/jna/mime/internal/javax/mail/org/apache/commons/mail/resolver/package-info.java | 09e827155110335eecf710708c8e1407e5ff08ec | [
"Apache-2.0"
] | permissive | klehmann/domino-jna | a04f90cbd44f6b724ccce03a9beca2814a8c4f22 | 4820a406702bbaab5de13ab6cd92409ab9ad199c | refs/heads/master | 2023-05-26T13:58:42.713347 | 2022-05-31T13:27:03 | 2022-05-31T13:27:48 | 54,467,476 | 72 | 23 | Apache-2.0 | 2023-04-14T18:50:03 | 2016-03-22T10:48:44 | Java | UTF-8 | Java | false | false | 1,185 | java | /**
* ==========================================================================
* Copyright (C) 2019-2020 HCL ( http://www.hcl.com/ )
* 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 applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
* License for the specific language governing permissions and limitations
* under the License.
* ==========================================================================
*/
/**
* Contains implementation classes to resolve data sources from the following locations:
* <ul>
* <li>class path</li>
* <li>file system</li>
* <li>URL</li>
* </ul>
*/
package com.mindoo.domino.jna.mime.internal.javax.mail.org.apache.commons.mail.resolver;
| [
"karsten.lehmann@mindoo.de"
] | karsten.lehmann@mindoo.de |
8d6d0bde8feac2ec8a05c749313a4692b2990c93 | 74b47b895b2f739612371f871c7f940502e7165b | /aws-java-sdk-ssm/src/main/java/com/amazonaws/services/simplesystemsmanagement/model/transform/DeleteOpsMetadataResultJsonUnmarshaller.java | a7edb7bdba196663da3d8e6f7c16541e2916b8b6 | [
"Apache-2.0"
] | permissive | baganda07/aws-sdk-java | fe1958ed679cd95b4c48f971393bf03eb5512799 | f19bdb30177106b5d6394223a40a382b87adf742 | refs/heads/master | 2022-11-09T21:55:43.857201 | 2022-10-24T21:08:19 | 2022-10-24T21:08:19 | 221,028,223 | 0 | 0 | Apache-2.0 | 2019-11-11T16:57:12 | 2019-11-11T16:57:11 | null | UTF-8 | Java | false | false | 1,677 | java | /*
* Copyright 2017-2022 Amazon.com, Inc. or its affiliates. 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. A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" file accompanying this file. This file is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
* CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions
* and limitations under the License.
*/
package com.amazonaws.services.simplesystemsmanagement.model.transform;
import java.math.*;
import javax.annotation.Generated;
import com.amazonaws.services.simplesystemsmanagement.model.*;
import com.amazonaws.transform.SimpleTypeJsonUnmarshallers.*;
import com.amazonaws.transform.*;
import static com.fasterxml.jackson.core.JsonToken.*;
/**
* DeleteOpsMetadataResult JSON Unmarshaller
*/
@Generated("com.amazonaws:aws-java-sdk-code-generator")
public class DeleteOpsMetadataResultJsonUnmarshaller implements Unmarshaller<DeleteOpsMetadataResult, JsonUnmarshallerContext> {
public DeleteOpsMetadataResult unmarshall(JsonUnmarshallerContext context) throws Exception {
DeleteOpsMetadataResult deleteOpsMetadataResult = new DeleteOpsMetadataResult();
return deleteOpsMetadataResult;
}
private static DeleteOpsMetadataResultJsonUnmarshaller instance;
public static DeleteOpsMetadataResultJsonUnmarshaller getInstance() {
if (instance == null)
instance = new DeleteOpsMetadataResultJsonUnmarshaller();
return instance;
}
}
| [
""
] | |
5e43346a0ab08fdadc7f0d7c73629236873a6cb1 | 32f38cd53372ba374c6dab6cc27af78f0a1b0190 | /app/src/main/java/defpackage/eim.java | a3d5afd5b1f3fcce1ccc6c6a2c5b87464a9ba9a7 | [
"BSD-3-Clause"
] | permissive | shuixi2013/AmapCode | 9ea7aefb42e0413f348f238f0721c93245f4eac6 | 1a3a8d4dddfcc5439df8df570000cca12b15186a | refs/heads/master | 2023-06-06T23:08:57.391040 | 2019-08-29T04:36:02 | 2019-08-29T04:36:02 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,584 | java | package defpackage;
import android.view.View;
import android.widget.CheckBox;
import android.widget.ImageView;
import android.widget.TextView;
import com.autonavi.map.fragmentcontainer.page.AbstractBasePage;
import com.autonavi.minimap.R;
import com.autonavi.minimap.route.train.adapter.TrainPlanListAdapter;
import com.autonavi.minimap.route.train.adapter.TrainPlanListAdapter.a;
import com.autonavi.minimap.route.train.model.TrainPlanBaseInfoItem;
import com.autonavi.minimap.route.train.page.TrainPlanListPage;
import java.util.ArrayList;
/* renamed from: eim reason: default package */
/* compiled from: TrainPlanBottomBarController */
public final class eim {
public TrainPlanListAdapter a;
public ArrayList<TrainPlanBaseInfoItem> b;
AbstractBasePage<?> c;
public CheckBox d;
public TextView e;
public CheckBox f;
public TextView g;
public View h;
public ImageView i;
public TextView j;
public eim(AbstractBasePage<?> abstractBasePage) {
this.c = abstractBasePage;
}
public final void a() {
if (!this.a.isEmpty() && this.c != null && this.c.isAlive() && (this.c instanceof TrainPlanListPage)) {
TrainPlanListPage trainPlanListPage = (TrainPlanListPage) this.c;
if (trainPlanListPage.a != null && trainPlanListPage.a.getAdapter() != null && !trainPlanListPage.a.getAdapter().isEmpty()) {
trainPlanListPage.a.setSelection(0);
}
}
}
public final void b() {
this.d.setChecked(false);
this.e.setTextColor(this.c.getResources().getColor(R.color.f_c_3));
this.f.setChecked(false);
this.g.setTextColor(this.c.getResources().getColor(R.color.f_c_3));
}
public final void c() {
if (this.a != null && this.a.getFilterCondition() != null && this.i != null && this.j != null) {
a filterCondition = this.a.getFilterCondition();
if (!filterCondition.d[0] || !filterCondition.f[0] || !filterCondition.e[0]) {
this.i.setImageResource(R.drawable.train_plan_filter_icon_selected);
this.j.setTextColor(this.c.getResources().getColor(R.color.f_c_6));
return;
}
this.i.setImageResource(R.drawable.train_plan_filter_icon);
this.j.setTextColor(this.c.getResources().getColor(R.color.f_c_3));
}
}
static /* synthetic */ void a(eim eim) {
if (eim.c != null && eim.c.isAlive() && (eim.c instanceof TrainPlanListPage)) {
((TrainPlanListPage) eim.c).c();
}
}
}
| [
"hubert.yang@nf-3.com"
] | hubert.yang@nf-3.com |
6d21ac9c7f8b8e6d4e8667a7cf68734501637693 | 807ea225a0df69190cea13867fd394056bd03b61 | /src/test/java/com/simplilearn/Calc/CalcApplicationTests.java | 3f3c96fb4a8d3f8e4ed65cb217ced48c9b33562e | [] | no_license | amikshas/Calculator1 | 6f0c95108e8d962c3f041c7b0822b91e0150d683 | 79980ae6cd0295b1ec939719f25aa91cf509dfe9 | refs/heads/master | 2023-06-30T16:43:53.340146 | 2021-08-02T15:27:08 | 2021-08-02T15:27:08 | 391,997,233 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 210 | java | package com.simplilearn.Calc;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest
class CalcApplicationTests {
@Test
void contextLoads() {
}
}
| [
"amiksha.thakkar@gmail.com"
] | amiksha.thakkar@gmail.com |
b31d86e22cfceb1b86056c75e26b9bab787d0c05 | 55516a2e0e89fced335021fae4da8dc4492e32df | /app/src/main/java/com/whooo/babr/view/binding/RecyclerViewBinding.java | 1049c4338b6fe48b391cf074a7af322747024619 | [
"Apache-2.0"
] | permissive | thuongleit/BarCodeScanner | b50f4868a23bd8d6570a5f705e4ac41442995ff2 | 6c3147dc4a96bbf41f12aea6d2d3dac0fb77ed57 | refs/heads/master | 2021-09-10T09:40:14.157776 | 2016-08-15T08:22:42 | 2016-08-15T08:22:42 | 126,522,297 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,971 | java | package com.whooo.babr.view.binding;
import android.databinding.BindingAdapter;
import android.support.v7.widget.RecyclerView;
import android.support.v7.widget.helper.ItemTouchHelper;
import java.util.Collection;
public class RecyclerViewBinding {
private static final int KEY_ITEMS = -123;
private static final int KEY_CLICK_HANDLER = -124;
private static final int KEY_LONG_CLICK_HANDLER = -125;
private static final int KEY_ITEM_TOUCH_HANDLER = -126;
private static final int KEY_ENABLE_SWIPE = -127;
private static final int KEY_CHILD_ITEMS_CLICK_BINDER = -128;
@SuppressWarnings("unchecked")
@BindingAdapter(value = "items", requireAll = true)
public static <T> void setItems(RecyclerView recyclerView, Collection<T> items) {
BindingRecyclerViewAdapter<T> adapter = (BindingRecyclerViewAdapter<T>) recyclerView.getAdapter();
if (adapter != null) {
adapter.setItems(items);
} else {
recyclerView.setTag(KEY_ITEMS, items);
}
}
@SuppressWarnings("unchecked")
@BindingAdapter(value = "itemViewBinder", requireAll = false)
public static <T> void setItemViewBinder(RecyclerView recyclerView, ItemBinder<T> itemViewMapper) {
Collection<T> items = (Collection<T>) recyclerView.getTag(KEY_ITEMS);
ClickHandler<T> clickHandler = (ClickHandler<T>) recyclerView.getTag(KEY_CLICK_HANDLER);
LongClickHandler<T> longClickHandler = (LongClickHandler<T>) recyclerView.getTag(KEY_LONG_CLICK_HANDLER);
ItemTouchHandler<T> itemTouchHandler = (ItemTouchHandler<T>) recyclerView.getTag(KEY_ITEM_TOUCH_HANDLER);
ChildItemsClickBinder<T> childItemsClickBinder = (ChildItemsClickBinder<T>) recyclerView.getTag(KEY_CHILD_ITEMS_CLICK_BINDER);
Boolean enableSwipe = (Boolean) recyclerView.getTag(KEY_ENABLE_SWIPE);
BindingRecyclerViewAdapter<T> adapter = new BindingRecyclerViewAdapter<>(itemViewMapper, items);
if (clickHandler != null) {
adapter.setClickHandler(clickHandler);
}
if (longClickHandler != null) {
adapter.setLongClickHandler(longClickHandler);
}
if (itemTouchHandler != null) {
adapter.setTouchHandler(itemTouchHandler);
}
if (childItemsClickBinder != null) {
adapter.setChildItemsClickBinder(childItemsClickBinder);
}
recyclerView.setAdapter(adapter);
if (enableSwipe != null && enableSwipe) {
ItemTouchHelper.Callback callback = new ItemTouchHelperCallback(adapter, recyclerView.getContext());
ItemTouchHelper itemTouchHelper = new ItemTouchHelper(callback);
itemTouchHelper.attachToRecyclerView(recyclerView);
}
}
@SuppressWarnings("unchecked")
@BindingAdapter(value = "clickHandler", requireAll = false)
public static <T> void setHandler(RecyclerView recyclerView, ClickHandler<T> handler) {
BindingRecyclerViewAdapter<T> adapter = (BindingRecyclerViewAdapter<T>) recyclerView.getAdapter();
if (adapter != null) {
adapter.setClickHandler(handler);
} else {
recyclerView.setTag(KEY_CLICK_HANDLER, handler);
}
}
@SuppressWarnings("unchecked")
@BindingAdapter(value = "longClickHandler", requireAll = false)
public static <T> void setHandler(RecyclerView recyclerView, LongClickHandler<T> handler) {
BindingRecyclerViewAdapter<T> adapter = (BindingRecyclerViewAdapter<T>) recyclerView.getAdapter();
if (adapter != null) {
adapter.setLongClickHandler(handler);
} else {
recyclerView.setTag(KEY_LONG_CLICK_HANDLER, handler);
}
}
@SuppressWarnings("unchecked")
@BindingAdapter(value = "touchHandler", requireAll = false)
public static <T> void setHandler(RecyclerView recyclerView, ItemTouchHandler<T> handler) {
BindingRecyclerViewAdapter<T> adapter = (BindingRecyclerViewAdapter<T>) recyclerView.getAdapter();
if (adapter != null) {
adapter.setTouchHandler(handler);
} else {
recyclerView.setTag(KEY_ITEM_TOUCH_HANDLER, handler);
}
}
@SuppressWarnings("unchecked")
@BindingAdapter(value = "enableSwipe", requireAll = false)
public static void setHandler(RecyclerView recyclerView, Boolean enableSwipe) {
if (enableSwipe) {
recyclerView.setTag(KEY_ENABLE_SWIPE, enableSwipe);
}
}
@BindingAdapter(value = "childItemsClickBinder", requireAll = false)
public static <T> void setChildItemsClickHandler(RecyclerView recyclerView, ChildItemsClickBinder<T> binder) {
BindingRecyclerViewAdapter<T> adapter = (BindingRecyclerViewAdapter<T>) recyclerView.getAdapter();
if (adapter != null) {
adapter.setChildItemsClickBinder(binder);
} else {
recyclerView.setTag(KEY_CHILD_ITEMS_CLICK_BINDER, binder);
}
}
} | [
"thuongle.it@gmail.com"
] | thuongle.it@gmail.com |
e7196113f586b4a3e896736d519f767be4ad86bf | 72836e75419c4ddbdc2611a40dc03b916652d8a2 | /AlekyaKunadharaju_152627/src/Program81.java | acc2c9af3085b1f35b5a1a4df41ffd8c7a812501 | [] | no_license | tina0606/core-java | 7f249db647c188a5fbd23c72065fc4a9fbdc5608 | fb0553635fa812f6b56503141194edf2d0d80dee | refs/heads/master | 2020-03-27T23:35:20.140160 | 2018-09-04T10:52:55 | 2018-09-04T10:52:55 | 147,330,513 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 687 | java |
import java.io.FileInputStream;
import java.io.FileOutputStream;
import java.io.IOException;
public class Program81 extends Thread
{
public Program81(FileInputStream fis, FileOutputStream fos)
{
int i;
try {
i=fis.read();
int count=0;
while(i!=-1)
{
fos.write(i);
i=fis.read();
count++;
if(count==10)
{
System.out.println("10 characters are copied ");
try
{
Thread.sleep(5000);
}catch(InterruptedException e) {
e.printStackTrace();
}
count=0;
}
}
}
catch (IOException e1)
{
e1.printStackTrace();
}
}
}
| [
"noreply@github.com"
] | tina0606.noreply@github.com |
f450345454a80601bac670577c6f823d6730330c | 3c3f80e5b959068e8d78c7aa40e9bb950a13f682 | /src/main/java/com/lanbing/spring/xnolscan/model/ProductIdBO.java | 4b79993d8fdbc90cd802f432c22f2b44f523f070 | [] | no_license | xiaoqieee/xnolscan-app | 0d3a1dd25d6474844d5b86eef1530ff12ec8bc21 | b9e53196e6704c8ede49cd1ef75626dedfa63bc5 | refs/heads/master | 2020-04-20T18:42:26.936689 | 2019-03-07T02:49:45 | 2019-03-07T02:49:45 | 169,028,358 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,051 | java | package com.lanbing.spring.xnolscan.model;
import com.lanbing.spring.xnolscan.helper.ProductMaxIdHelper;
import com.lanbing.spring.xnolscan.util.DateUtils;
import java.util.Date;
public class ProductIdBO {
private Integer custProductId;
private int interval;
private int step;
public ProductIdBO(Integer custProductId, int interval, int step) {
this.custProductId = custProductId + interval;
this.interval = interval;
this.step = step;
}
public void resetCustProductId() {
int realStep = getStep(this.step);
this.custProductId = ProductMaxIdHelper.currentMaxProductId.get() - interval;
}
public int getNextProductId() {
int realStep = getStep(this.step);
this.custProductId += realStep;
return this.custProductId;
}
public int getCurrentProductId() {
return this.custProductId;
}
public Integer getCustProductId() {
return custProductId;
}
public void setCustProductId(Integer custProductId) {
this.custProductId = custProductId;
}
public int getStep() {
return step;
}
public void setStep(int step) {
this.step = step;
}
@Override
public String toString() {
return "ProductIdBO{" +
"custProductId=" + custProductId +
", step=" + step +
'}';
}
private int getStep(int step) {
int hour = DateUtils.getHour(new Date());
if (hour >= 0 && hour <= 4) {
return 100;
}
if (custProductId < ProductMaxIdHelper.currentMaxProductId.get() - step + 1) {
return getStep(custProductId, ProductMaxIdHelper.currentMaxProductId.get(), step);
}
return step;
}
private int getStep(int custProductId, int curMaxId, int step) {
int result = 0;
int temp = custProductId;
while (temp < curMaxId) {
result += step;
temp = temp + result;
}
return result;
}
}
| [
"fengqi3389@sina.com"
] | fengqi3389@sina.com |
b2c223bc6d4ac8cb9cd8a1f3fcc06dac57dda098 | 6e483c5287fac1eb6b0c4ae0217121cdc4e08858 | /src/test/java/com/vaganov/spring/cloudstorage/CloudStorageApplicationTests.java | 960f197b1487e2c9a48d2dd6d368bf47d52c3ff1 | [] | no_license | for3mail/cloudOnSpring | 95894d9e1aca56b26371fb57c564da258b5a6e0c | caef1a932f566581add142f8e1505485f12eecdd | refs/heads/master | 2020-06-17T05:36:45.071341 | 2019-07-22T18:41:54 | 2019-07-22T18:41:54 | 195,815,620 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 354 | java | package com.vaganov.spring.cloudstorage;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.test.context.junit4.SpringRunner;
@RunWith(SpringRunner.class)
@SpringBootTest
public class CloudStorageApplicationTests {
@Test
public void contextLoads() {
}
}
| [
"for3mail@mail.ru"
] | for3mail@mail.ru |
64ff8f78275de2cb131f70a764a7a24dfb6b8f69 | 65903ce7fab292aa07a856ed6c12901b6f30ea0a | /src/main/java/com/food/debug/web/home/HomeController.java | 0b29c48a5bb292d4cf0b9d750e1a9734720f18b7 | [] | no_license | ti/fooddebug | 9b59fb33eef6c3cc8c7ec34e8a0314dfd76a8773 | 6cabd3054ed84284936d0b385b92b47b5a4563dc | refs/heads/master | 2021-05-28T21:49:11.309783 | 2013-07-15T00:13:51 | 2013-07-15T00:13:51 | 39,232,327 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,321 | java | package com.food.debug.web.home;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.ModelAttribute;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestMethod;
import java.security.Principal;
@Controller
public class HomeController {
@ModelAttribute("page")
public String module() {
return "home";
}
@RequestMapping(value = "/", method = RequestMethod.GET)
public String index(Principal principal) {
return "home/index";
}
@RequestMapping(value = "/index", method = RequestMethod.GET)
public String indexPage(Principal principal) {
// return principal != null ? "home/index" : "food/nutritionCalculate";
return "home/index";
}
@RequestMapping(value = "/home", method = RequestMethod.GET)
public String homePage(Principal principal) {
// return principal != null ? "home/index" : "food/nutritionCalculate";
return "home/index";
}
@RequestMapping(value = "/messageBoard", method = RequestMethod.GET)
public String messagePage() {
return "home/message";
}
@RequestMapping(value = "/about", method = RequestMethod.GET)
public String aboutPage() {
return "home/about";
}
}
| [
"linx@tiup.us"
] | linx@tiup.us |
85bdfc0b19962bbac90e1937bc7202f7177ca1d4 | 8e77ec17ffca6fdc42279ae2e1327e3615dff653 | /soapui/target/generated-sources/xmlbeans/com/eviware/soapui/config/impl/TestOnDemandKeystorePasswordConfigImpl.java | a40e8d6d5572621c8f5ed78e13b020ab28a4912b | [] | no_license | LyleHenkeman/soap_ui_and_builds | dd24cee359f11715cf86ae2b5b1ee34b88b7dc80 | 2660bcda4633f940d832bb827104d40ee38c0436 | refs/heads/master | 2021-06-30T12:00:00.642961 | 2017-09-19T20:02:42 | 2017-09-19T20:02:42 | 104,122,267 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,620 | java | /*
* XML Type: TestOnDemandKeystorePassword
* Namespace: http://eviware.com/soapui/config
* Java type: com.eviware.soapui.config.TestOnDemandKeystorePasswordConfig
*
* Automatically generated - do not modify.
*/
package com.eviware.soapui.config.impl;
/**
* An XML TestOnDemandKeystorePassword(@http://eviware.com/soapui/config).
*
* This is an atomic type that is a restriction of com.eviware.soapui.config.TestOnDemandKeystorePasswordConfig.
*/
public class TestOnDemandKeystorePasswordConfigImpl extends org.apache.xmlbeans.impl.values.JavaStringHolderEx implements com.eviware.soapui.config.TestOnDemandKeystorePasswordConfig
{
private static final long serialVersionUID = 1L;
public TestOnDemandKeystorePasswordConfigImpl(org.apache.xmlbeans.SchemaType sType)
{
super(sType, true);
}
protected TestOnDemandKeystorePasswordConfigImpl(org.apache.xmlbeans.SchemaType sType, boolean b)
{
super(sType, b);
}
private static final javax.xml.namespace.QName ENCTYPE$0 =
new javax.xml.namespace.QName("", "enctype");
/**
* Gets the "enctype" attribute
*/
public java.lang.String getEnctype()
{
synchronized (monitor())
{
check_orphaned();
org.apache.xmlbeans.SimpleValue target = null;
target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(ENCTYPE$0);
if (target == null)
{
return null;
}
return target.getStringValue();
}
}
/**
* Gets (as xml) the "enctype" attribute
*/
public org.apache.xmlbeans.XmlString xgetEnctype()
{
synchronized (monitor())
{
check_orphaned();
org.apache.xmlbeans.XmlString target = null;
target = (org.apache.xmlbeans.XmlString)get_store().find_attribute_user(ENCTYPE$0);
return target;
}
}
/**
* True if has "enctype" attribute
*/
public boolean isSetEnctype()
{
synchronized (monitor())
{
check_orphaned();
return get_store().find_attribute_user(ENCTYPE$0) != null;
}
}
/**
* Sets the "enctype" attribute
*/
public void setEnctype(java.lang.String enctype)
{
synchronized (monitor())
{
check_orphaned();
org.apache.xmlbeans.SimpleValue target = null;
target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(ENCTYPE$0);
if (target == null)
{
target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(ENCTYPE$0);
}
target.setStringValue(enctype);
}
}
/**
* Sets (as xml) the "enctype" attribute
*/
public void xsetEnctype(org.apache.xmlbeans.XmlString enctype)
{
synchronized (monitor())
{
check_orphaned();
org.apache.xmlbeans.XmlString target = null;
target = (org.apache.xmlbeans.XmlString)get_store().find_attribute_user(ENCTYPE$0);
if (target == null)
{
target = (org.apache.xmlbeans.XmlString)get_store().add_attribute_user(ENCTYPE$0);
}
target.set(enctype);
}
}
/**
* Unsets the "enctype" attribute
*/
public void unsetEnctype()
{
synchronized (monitor())
{
check_orphaned();
get_store().remove_attribute(ENCTYPE$0);
}
}
}
| [
"l.henkeman@activevideo.com"
] | l.henkeman@activevideo.com |
4db5f8a945aa609b4169ce5ab5d4934f80d68058 | dfd39815fbbd9b7dbbb621b03d5e85c96795231a | /Day03/ex03/Download.java | e11991fc4211923db079dc682f322d332127f2bd | [] | no_license | AlicePlis/Java-piscine | 507d7a95f8a6daab5f4b124f6cc89338ee4b0cb5 | 452ba4c1c14492609ee30a9d17800e05302b127e | refs/heads/main | 2023-01-20T23:59:11.354971 | 2020-11-24T16:47:33 | 2020-11-24T16:47:33 | 315,692,973 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,870 | java | import java.io.BufferedInputStream;
import java.io.FileNotFoundException;
import java.io.FileOutputStream;
import java.io.IOException;
import java.net.MalformedURLException;
import java.net.URL;
public class Download implements Runnable {
public String Name;
public UrlsList urls;
public Download(String name, UrlsList Urls) {
this.Name = name;
this.urls = Urls;
}
public void startmsg(int number) {
System.out.printf("%s start download file number %d\n", this.Name, number);
}
private void finishmsg(int number) {
System.out.printf("%s finish download file number %d\n", this.Name, number);
}
public void run() {
while (urls.getsize() > 0) {
try {
String filename = urls.download();
if (filename != null) {
startmsg(urls.getUrlsCount(filename));
BufferedInputStream in = new BufferedInputStream(new URL(filename).openStream());
String[] namesArray = filename.split("/");
FileOutputStream out = new FileOutputStream(namesArray[namesArray.length - 1]);
byte[] buffer = new byte[4096];
int bytes;
while ((bytes = in.read(buffer, 0, 4096)) != -1) {
out.write(buffer, 0, bytes);
}
out.close();
in.close();
finishmsg(urls.getUrlsCount(filename));
}
} catch (FileNotFoundException e) {
e.printStackTrace();
} catch (MalformedURLException e) {
e.printStackTrace();
} catch (IOException e) {
e.printStackTrace();
}
}
}
}
| [
"noreply@github.com"
] | AlicePlis.noreply@github.com |
a664cdcc243df84f2697b4e701115e10bd50f1ab | 99d06b649a8499b7c2cad0983e3bf528e10e37c0 | /rpc-consumer/src/main/java/com/viewscenes/netsupervisor/controller/IndexController.java | 1f2912533dba2e1cebef953e6073692fdc44316d | [] | no_license | sunenmin/rpc-provider | 1558e59586f7b32d11c3d90f635d671800d87608 | 9fe1b1c944f1f0fab117d9244ae9cb740907e0b5 | refs/heads/master | 2023-01-24T13:06:11.490687 | 2020-12-06T22:57:06 | 2020-12-06T22:57:06 | 318,225,133 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,047 | java | package com.viewscenes.netsupervisor.controller;
import com.alibaba.fastjson.JSON;
import com.alibaba.fastjson.JSONObject;
import com.viewscenes.netsupervisor.entity.InfoUser;
import com.viewscenes.netsupervisor.service.InfoUserService;
import com.viewscenes.netsupervisor.util.IdUtil;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.ResponseBody;
import java.util.Date;
import java.util.List;
import java.util.Map;
import java.util.concurrent.CountDownLatch;
/**
* Created by MACHENIKE on 2018-12-03.
*/
@Controller
public class IndexController {
Logger logger = LoggerFactory.getLogger(this.getClass());
@Autowired
InfoUserService userService;
@RequestMapping("/index")
@ResponseBody
public String index(){
return new Date().toString();
}
@RequestMapping("/insert")
@ResponseBody
public List<InfoUser> getUserList() throws InterruptedException {
long start = System.currentTimeMillis();
int thread_count = 100;
CountDownLatch countDownLatch = new CountDownLatch(thread_count);
for (int i=0;i<thread_count;i++){
new Thread(() -> {
InfoUser infoUser = new InfoUser((int) Math.random(),"Jeen","BeiJing");
userService.insertInfoUser(infoUser);
countDownLatch.countDown();
}).start();
}
countDownLatch.await();
long end = System.currentTimeMillis();
logger.info("线程数:{},执行时间:{}",thread_count,(end-start));
return null;
}
@RequestMapping("getById")
@ResponseBody
public InfoUser getById(int id){
logger.info("根据ID查询用户信息:{}",id);
return userService.getInfoUserById(id);
}
@RequestMapping("getNameById")
@ResponseBody
public String getNameById(int id){
logger.info("根据ID查询用户名称:{}",id);
return userService.getNameById(id);
}
@RequestMapping("getAllUser")
@ResponseBody
public Map<String,InfoUser> getAllUser() throws InterruptedException {
long start = System.currentTimeMillis();
int thread_count = 1000;
CountDownLatch countDownLatch = new CountDownLatch(thread_count);
for (int i=0;i<thread_count;i++){
new Thread(() -> {
List<InfoUser> allUser = userService.getAllUser();
logger.info("查询所有用户信息:{}",JSONObject.toJSONString(allUser));
countDownLatch.countDown();
}).start();
}
countDownLatch.await();
long end = System.currentTimeMillis();
logger.info("线程数:{},执行时间:{}",thread_count,(end-start));
return null;
}
}
| [
"3219808883@qq.com"
] | 3219808883@qq.com |
5586cbfc1576eab746448ac8fed6d48a6c557631 | a7ff00e126154fdbc24a905d18b6acda0aae927d | /FinalProject/src/business/network/NetworkDirectory.java | e8b3776a3499c6d60d5e7161e375efb4428f2e46 | [] | no_license | ppoptani/Medical-Device-Management | 1218d76e3dd609f9928880ef139972a1fe8c9051 | 600f16db666bc4d0c6a0f01a888b053868a3c970 | refs/heads/master | 2021-01-10T05:18:48.079705 | 2016-01-22T20:29:24 | 2016-01-22T20:29:24 | 50,193,633 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,753 | java | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package business.network;
import business.enterprise.DistributorEnterprise;
import business.enterprise.Enterprise;
import business.enterprise.SupplierEnterprise;
import business.organization.Organization;
import business.system.SystemOrganization;
import java.util.ArrayList;
/**
*
* @author pu
*/
public class NetworkDirectory {
private ArrayList<Network> networks;
private SystemOrganization systemOrganization = business.Business.getInstance().getSystemOrganization();
public NetworkDirectory() {
networks = new ArrayList<Network>();
}
public ArrayList<Network> getNetworks() {
return networks;
}
public Network addNetwork(String networkName) {
Network network = new Network(networkName);
networks.add(network);
return network;
}
public void deleteNetwork(Network network) {
networks.add(network);
}
public ArrayList<SupplierEnterprise> getApprovedSupplier(Network network) {
ArrayList<SupplierEnterprise> enterprises = new ArrayList<>();
for (Enterprise e : network.getEnterpriseDirectory().getEnterprises()) {
if (e instanceof SupplierEnterprise) {
enterprises.add((SupplierEnterprise) e);
}
}
return enterprises;
}
public ArrayList<DistributorEnterprise> getDistributorEnterprise(Network network) {
ArrayList<DistributorEnterprise> enterprises = new ArrayList<>();
for (Enterprise e : network.getEnterpriseDirectory().getEnterprises()) {
if (e instanceof DistributorEnterprise) {
enterprises.add((DistributorEnterprise) e);
}
}
return enterprises;
}
public boolean checkIfUserNameIsPresent(String userName) {
for (Network network : systemOrganization.getNetwork().getNetworkDirectory().getNetworks()) {
for (Enterprise enterprise : network.getEnterpriseDirectory().getEnterprises()) {
//Enterprise level User Name check
if (enterprise.getUserAccountDirectory().isUserNameExist(userName)) {
return true;
}
//Organizations inside the enterprise, UserName check
for (Organization organization : enterprise.getOrganizationDirectory().getOrganizations()) {
if (organization.getUserAccountDirectory().isUserNameExist(userName)) {
return true;
}
}
}
}
return false;
}
}
| [
"poptani.p@husky.neu.edu"
] | poptani.p@husky.neu.edu |
77332608df47fb41c0694785f34bb0a12fa5ad16 | e47823f99752ec2da083ac5881f526d4add98d66 | /test_data/14_Azureus2.3.0.6/src/org/gudy/azureus2/pluginsimpl/local/network/TCPTransportImpl.java | 0ece2ddf20190dcaad8d58925b1b0beb703141a6 | [] | no_license | Echtzeitsysteme/hulk-ase-2016 | 1dee8aca80e2425ab6acab18c8166542dace25cd | fbfb7aee1b9f29355a20e365f03bdf095afe9475 | refs/heads/master | 2020-12-24T05:31:49.671785 | 2017-05-04T08:18:32 | 2017-05-04T08:18:32 | 56,681,308 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,740 | java | /*
* Created on Feb 11, 2005
* Created by Alon Rohter
* Copyright (C) 2004-2005 Aelitis, All Rights Reserved.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; either version 2
* of the License, or (at your option) any later version.
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*
* AELITIS, SARL au capital de 30,000 euros
* 8 Allee Lenotre, La Grille Royale, 78600 Le Mesnil le Roi, France.
*
*/
package org.gudy.azureus2.pluginsimpl.local.network;
import java.io.IOException;
import java.nio.ByteBuffer;
import org.gudy.azureus2.plugins.network.Transport;
import com.aelitis.azureus.core.networkmanager.TCPTransport;
/**
*
*/
public class TCPTransportImpl implements Transport {
private final TCPTransport core_transport;
public TCPTransportImpl( TCPTransport core_transport ) {
this.core_transport = core_transport;
}
public long read( ByteBuffer[] buffers, int array_offset, int length ) throws IOException {
return core_transport.read( buffers, array_offset, length );
}
public long write( ByteBuffer[] buffers, int array_offset, int length ) throws IOException {
return core_transport.write( buffers, array_offset, length );
}
}
| [
"sven.peldszus@stud.tu-darmstadt.de"
] | sven.peldszus@stud.tu-darmstadt.de |
339de53d56a88abc4344ee7f229f9434b74f52c0 | 0adef736c3e581d3e3faea9bdb02ef8ad9f9677c | /src/main/java/org/messageReceiverService/parser/BigDecimalParser.java | f6cebbb60229a4aab572f4bc5a9b303ca64628b5 | [] | no_license | Nick-Levin/MessageReceiverService | ff253e2e8d2c9fbf99579a078cbd9f439194c8bf | 9b5a222dd90c3774a690c232f74f24fced72fde5 | refs/heads/master | 2023-08-15T21:38:44.982801 | 2021-10-21T13:07:34 | 2021-10-21T13:07:34 | 419,726,834 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 151 | java | package org.messageReceiverService.parser;
import java.math.BigDecimal;
public interface BigDecimalParser {
BigDecimal parse(String string);
}
| [
"kolya666kv@gmail.com"
] | kolya666kv@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.