text
stringlengths
6
99.5k
meta
dict
# Add project specific ProGuard rules here. # By default, the flags in this file are appended to flags specified # in /Users/jaychang/Library/Android/sdk/tools/proguard/proguard-android.txt # You can edit the include path and order by changing the proguardFiles # directive in build.gradle. # # For more details, see # ...
{ "pile_set_name": "Github" }
<%-- DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. Copyright (c) 2007 Sun Microsystems Inc. All Rights Reserved The contents of this file are subject to the terms of the Common Development and Distribution License (the License). You may not use this file except in compliance with the ...
{ "pile_set_name": "Github" }
[android-components](../../index.md) / [mozilla.components.concept.sync](../index.md) / [SyncableStore](./index.md) # SyncableStore `interface SyncableStore` [(source)](https://github.com/mozilla-mobile/android-components/blob/master/components/concept/sync/src/main/java/mozilla/components/concept/sync/Sync.kt#L48) ...
{ "pile_set_name": "Github" }
package com.jeesuite.mybatis.crud.builder; import org.apache.ibatis.executor.keygen.Jdbc3KeyGenerator; import org.apache.ibatis.executor.keygen.KeyGenerator; import org.apache.ibatis.executor.keygen.NoKeyGenerator; import org.apache.ibatis.mapping.MappedStatement; import org.apache.ibatis.mapping.SqlCommandType; impor...
{ "pile_set_name": "Github" }
/* * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. * * Copyright (c) 2015-2017 Oracle and/or its affiliates. All rights reserved. * * The contents of this file are subject to the terms of either the GNU * General Public License Version 2 only ("GPL") or the Common Development * and Distribution Licens...
{ "pile_set_name": "Github" }
/* * Licensed to Elasticsearch under one or more contributor * license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright * ownership. Elasticsearch licenses this file to you under * the Apache License, Version 2.0 (the "License"); you may * not use this fi...
{ "pile_set_name": "Github" }
import io.reactivex.rxjava3.core.Completable; import io.reactivex.rxjava3.core.Notification; import io.reactivex.rxjava3.core.Single; import io.reactivex.rxjava3.functions.Consumer; import io.reactivex.rxjava3.functions.Function; import utils.BigFraction; import utils.BigFractionUtils; import java.math.BigInteger; imp...
{ "pile_set_name": "Github" }
com/itranswarp/learnjava/Application.class com/itranswarp/learnjava/Application$1.class
{ "pile_set_name": "Github" }
package okhttp3.internal.http2; import android.support.v4.widget.ExploreByTouchHelper; import java.io.Closeable; import java.io.IOException; import java.util.List; import java.util.logging.Level; import java.util.logging.Logger; import okhttp3.internal.Util; import okio.Buffer; import okio.BufferedSink; final class H...
{ "pile_set_name": "Github" }
zipcmp=${pc_top_builddir}/${pcfiledir}/src/zipcmp Name: libzip uninstalled Description: library for handling zip archvies, uninstalled Version: @VERSION@ Libs: ${pc_top_builddir}/${pcfiledir}/lib/libzip.la @LIBS@ Cflags: -I${pc_top_builddir}/${pcfiledir}/@srcdir@/lib
{ "pile_set_name": "Github" }
/* * Copyright (c) 1997, 2012, Oracle and/or its affiliates. All rights reserved. * ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms. * * * * * * * * * * * * * * * * * * * * */ package com.sun.xml.internal.bind.v2.runtime.reflect.opt; /** * Class defined for safe calls of getCl...
{ "pile_set_name": "Github" }
/* * Zed Attack Proxy (ZAP) and its related class files. * * ZAP is an HTTP/HTTPS proxy for assessing web application security. * * Copyright 2012 The ZAP Development Team * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * Yo...
{ "pile_set_name": "Github" }
/* * $Id: Rups.java 4031 2009-07-23 11:09:59Z blowagie $ * * Copyright 2007 Bruno Lowagie. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the Li...
{ "pile_set_name": "Github" }
package com.tigergraph.connector.hadoop; import java.io.*; import java.util.*; import java.text.DecimalFormat; import java.net.*; import java.nio.charset.StandardCharsets; public class HadoopTGWriter { private TGHadoopConfig tghadoop_config = null; private String url; private StringBuffer StrBuf = null; ...
{ "pile_set_name": "Github" }
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License")...
{ "pile_set_name": "Github" }
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (version 1.7.0_79) on Mon Apr 02 19:24:20 PDT 2018 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>AsyncByteArrayFeeder...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <!-- ~ Copyright 2015 Hippo Seven ~ ~ 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 ~ ...
{ "pile_set_name": "Github" }
/** * * Copyright (c) 2014, the Railo Company Ltd. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) ...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2012 - 2020 Splice Machine, Inc. * * This file is part of Splice Machine. * Splice Machine is free software: you can redistribute it and/or modify it under the terms of the * GNU Affero General Public License as published by the Free Software Foundation, either * version 3, or (at your option) ...
{ "pile_set_name": "Github" }
package example import scalikejdbc._ object SetupJdbc { def apply(driver: String, host: String, user: String, password: String): Unit = { Class.forName(driver) ConnectionPool.singleton(host, user, password) } }
{ "pile_set_name": "Github" }
package net.glowstone.generator.objects.trees; import net.glowstone.util.BlockStateDelegate; import org.bukkit.Location; import java.util.Random; public class TallBirchTree extends BirchTree { public TallBirchTree(Random random, Location location, BlockStateDelegate delegate) { super(random, location, d...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://xmlns.jcp.org/xml/ns/javaee" xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee http://xmlns.jcp.org/xml/ns/javaee/web-app_3_1.xsd" id="WebApp_ID" version="3.1"> <display-name>HelloWorld</display-na...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2003, 2015, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free ...
{ "pile_set_name": "Github" }
package com.baomidou.mybatisplus.test.h2.issues.genericid; import com.baomidou.mybatisplus.core.MybatisConfiguration; import com.baomidou.mybatisplus.extension.plugins.PaginationInterceptor; import com.baomidou.mybatisplus.extension.spring.MybatisSqlSessionFactoryBean; import org.apache.ibatis.session.ExecutorType; im...
{ "pile_set_name": "Github" }
package org.zstack.sdk; import java.util.HashMap; import java.util.Map; import org.zstack.sdk.*; public class DetachPolicyFromUserGroupAction extends AbstractAction { private static final HashMap<String, Parameter> parameterMap = new HashMap<>(); private static final HashMap<String, Parameter> nonAPIParamet...
{ "pile_set_name": "Github" }
open module soat.vending.machine.gui { requires java.desktopa ; requires soat.vending.machine.model; requires transitive soat.core; exports fr.soat.vending.machine.model to another , again, ano; exports fr.soat.vending.machine.model.it.should.be.breaking.but.only.a.part to another , again, ano; expor...
{ "pile_set_name": "Github" }
/** * A high-level abstraction layer for codebases, classes, and components of * classes (methods, fields, instructions, etc.). The idea is to decouple * FindBugs as much as possible from any particular bytecode framework (BCEL, * ASM, etc.) * * Implementations of these interfaces may be found in the * edu.umd.c...
{ "pile_set_name": "Github" }
/* * Copyright 2012 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of * the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to i...
{ "pile_set_name": "Github" }
/* * JBoss, Home of Professional Open Source * Copyright 2010, Red Hat Inc., and individual contributors as indicated * by the @authors tag. See the copyright.txt in the distribution for a * full listing of individual contributors. * * This is free software; you can redistribute it and/or modify it * under the t...
{ "pile_set_name": "Github" }
/* (c) 2014 Open Source Geospatial Foundation - all rights reserved * (c) 2001 - 2013 OpenPlans * This code is licensed under the GPL 2.0 license, available at the root * application directory. */ package org.geoserver.wcs.kvp; import static org.vfny.geoserver.wcs.WcsException.WcsExceptionCode.InvalidParameterValu...
{ "pile_set_name": "Github" }
/* * JBoss, Home of Professional Open Source * Copyright 2010, Red Hat, Inc., and individual contributors * by the @authors tag. See the copyright.txt in the distribution for a * full listing of individual contributors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this fi...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <!-- ~ Copyright 2019 Google LLC ~ ~ 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 ~ ~ https://www.apache.org/licenses/LICENSE-2.0 ~ ...
{ "pile_set_name": "Github" }
/******************************************************************************* * Copyright (c) 2017, 2018 GK Software AG, and others. * * This program and the accompanying materials * are made available under the terms of the Eclipse Public License 2.0 * which accompanies this distribution, and is available at ...
{ "pile_set_name": "Github" }
<?xml version="1.0"?> <simulation> <project id="qmc_short_kspace_4_4" series="0"> <application name="qmcapp" role="molecu" class="serial" version="1.0"/> </project> <qmcsystem> <simulationcell> <parameter name="lattice" units="bohr"> 3.37316115 3.37316115 0....
{ "pile_set_name": "Github" }
msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" "POT-Creation-Date: 2020-05-21 12:08+0000\n" "Last-Translator: \n" "Language-Team: Afrikaans\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: redgettext 3.1\n" "Plural-Forms: nplurals=2; plur...
{ "pile_set_name": "Github" }
/* * HA-JDBC: High-Availability JDBC * Copyright (C) 2013 Paul Ferraro * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> <artifactId>shiro-example</artifactId...
{ "pile_set_name": "Github" }
package me.saket.dank.ui.submission; import me.saket.dank.ui.submission.events.SubmissionChangeCommentSortClicked; import me.saket.dank.utils.DankSubmissionRequest; interface SubmissionUi { void showProgress(); void hideProgress(); void acceptRequest(DankSubmissionRequest lastRequest); void showChangeSort...
{ "pile_set_name": "Github" }
/******************************************************************************* * Copyright (c) 2013 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is a...
{ "pile_set_name": "Github" }
//////////////////////////////////////////////////////////////////////////////// // // Licensed to the Apache Software Foundation (ASF) under one or more // contributor license agreements. See the NOTICE file distributed with // this work for additional information regarding copyright ownership. // The ASF license...
{ "pile_set_name": "Github" }
package sacloud // CDROM ISOイメージ(CDROM) type CDROM struct { *Resource // ID propName // 名称 propDescription // 説明 propAvailability // 有功状態 propSizeMB // サイズ(MB単位) propScope // スコープ propServiceClass // サービスクラス propStorageClass // ストレージクラス propStorage // ストレージ propIcon ...
{ "pile_set_name": "Github" }
import java.util.Objects; /** * 学生类 * * @author fraser * @date 2019/12/16 9:34 PM */ public class Student { private String name; private int age; @Override public boolean equals(Object o) { if (this == o) return true; if (o == null || getClass() != o.getClass()) return false; Student student = (Stude...
{ "pile_set_name": "Github" }
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "//www.w3.org/TR/html4/strict.dtd"> <HTML style="overflow:auto;"> <HEAD> <meta name="generator" content="JDiff v1.1.0"> <!-- Generated by the JDiff Javadoc doclet --> <!-- (http://www.jdiff.org) --> <meta name="description" content="JDiff is a Javadoc doclet which gener...
{ "pile_set_name": "Github" }
<TextView xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:id="@+id/tile_text" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_gravity="center" android:layout_margin="@dimen/half_margin" ...
{ "pile_set_name": "Github" }
package nucleus.example.util.adapters; import android.support.v7.widget.RecyclerView; import android.view.ViewGroup; import java.util.Collections; import java.util.List; import static java.util.Arrays.asList; public abstract class BaseRecyclerViewAdapter extends RecyclerView.Adapter<BaseViewHolder> { private f...
{ "pile_set_name": "Github" }
/******************************************************************************* * Copyright (c) 2013-2015 Sierra Wireless and others. * * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v2.0 * and Eclipse Distribution License v1....
{ "pile_set_name": "Github" }
// // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v1.0.6-b27-fcs // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> // Any modifications to this file will be lost upon recompilation of the source schema. // Generated on: 2012.06.11 at...
{ "pile_set_name": "Github" }
/** * Copyright © 2019 同程艺龙 (zhihui.li@ly.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 la...
{ "pile_set_name": "Github" }
<?xml version="1.0"?> <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to You under the Apache License, Version 2.0 (the "...
{ "pile_set_name": "Github" }
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <!-- /* //device/apps/common/assets/res/any/strings.xml ** ** Copyright 2006, The Android Open Source Project ** ** Licensed under the Apache License, Version 2.0 (the "License"); ** you may not use this file except in compliance with the License. ** You may obtain a copy of the ...
{ "pile_set_name": "Github" }
/* * Copyright (C) 2007 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
{ "pile_set_name": "Github" }
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
{ "pile_set_name": "Github" }
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
{ "pile_set_name": "Github" }
<!-- doc/src/sgml/ref/security_label.sgml PostgreSQL documentation --> <refentry id="SQL-SECURITY-LABEL"> <refmeta> <refentrytitle>SECURITY LABEL</refentrytitle> <manvolnum>7</manvolnum> <refmiscinfo>SQL - Language Statements</refmiscinfo> </refmeta> <refnamediv> <refname>SECURITY LABEL</refname> <refpur...
{ "pile_set_name": "Github" }
package org.eclipse.ceylon.compiler.java.test.annotations; @.org.eclipse.ceylon.compiler.java.metadata.Ceylon( major = 8, minor = 1) @.org.eclipse.ceylon.compiler.java.metadata.Attribute @.org.eclipse.ceylon.compiler.java.metadata.Name("attr1") final class attr1_ { private attr1_() { } ...
{ "pile_set_name": "Github" }
--- title: Companion - --- //[detekt-api](../../../index.md)/[io.gitlab.arturbosch.detekt.api.internal](../../index.md)/[YamlConfig](../index.md)/[Companion](index.md) # Companion [jvm] object [Companion](index.md) ## Functions | Name| Summary| |---|---| | [equals](index.md#kotlin/Any/equals/#kotlin....
{ "pile_set_name": "Github" }
/* * OptParse.java * <p> * This file is part of JaCoP. * <p> * JaCoP is a Java Constraint Programming solver. * <p> * Copyright (C) 2000-2008 Krzysztof Kuchcinski and Radoslaw Szymanek * <p> * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General P...
{ "pile_set_name": "Github" }
/* * RelativeMeanAbsoluteDeviationMT.java * Copyright (C) 2017 University of Porto, Portugal * @author J. Duarte, J. Gama * * 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...
{ "pile_set_name": "Github" }