lang stringclasses 2
values | license stringclasses 13
values | stderr stringlengths 0 343 | commit stringlengths 40 40 | returncode int64 0 128 | repos stringlengths 6 87.7k | new_contents stringlengths 0 6.23M | new_file stringlengths 3 311 | old_contents stringlengths 0 6.23M | message stringlengths 6 9.1k | old_file stringlengths 3 311 | subject stringlengths 0 4k | git_diff stringlengths 0 6.31M |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
JavaScript | mit | 39b95aa190fe60f5107c56a42f2cd88271269339 | 0 | johniek/meteor-rock,johniek/meteor-rock | ca0d2cb0-2fbc-11e5-b64f-64700227155b | helloWorld.js | ca0b8e1e-2fbc-11e5-b64f-64700227155b | ca0d2cb0-2fbc-11e5-b64f-64700227155b | helloWorld.js | ca0d2cb0-2fbc-11e5-b64f-64700227155b | <ide><path>elloWorld.js
<del>ca0b8e1e-2fbc-11e5-b64f-64700227155b
<add>ca0d2cb0-2fbc-11e5-b64f-64700227155b | |
JavaScript | mit | 45a88ac1f55a69b1f55450ad58a00ac388401f15 | 0 | kidney/static-build,kidney/guido,kidney/guido,kidney/static-build,zuzucheFE/guido | /**
* 资源注入到html
*
* webpack.config.js:
* html: {
* injectAsset: function(assetFile) {
* return
* }
* }
*
* output files:
* dist/
* css/
* commons~pageA~pageB~pageD-chunk-327fe913.css
* js/
* commons~pageA~pageB~pageC~pageD-chunk-2b8836d9.js
* commons~pageA~pageB~pag... | lib/utils/includeAssetsHtmlPlugin.js | /**
* 资源注入到html
*
* webpack.config.js:
* html: {
* injectAsset: function(assetFile) {
* return
* }
* }
*
* output files:
* dist/
*
*
* hbs tpl:
* <html>
* <head>
* {{{assets.entryA.css.toComboTag}}}
* </head>
* <body>
* {{{assets.entryA.js.toComboTag}}}
... | html注入扩展注释
| lib/utils/includeAssetsHtmlPlugin.js | html注入扩展注释 | <ide><path>ib/utils/includeAssetsHtmlPlugin.js
<ide> *
<ide> * output files:
<ide> * dist/
<del> *
<add> * css/
<add> * commons~pageA~pageB~pageD-chunk-327fe913.css
<add> * js/
<add> * commons~pageA~pageB~pageC~pageD-chunk-2b8836d9.js
<add> * commons~pageA~pageB~pageD-chunk-3e461ae1.js
<add> * ... | |
JavaScript | mit | b1e8db4ca7cb14a6c9fd40989f554bc7359401bf | 0 | ColorfulCakeChen/query-submit-canvas,ColorfulCakeChen/query-submit-canvas | export { Params, Base };
import * as ValueMax from "../ValueMax.js";
import * as ValueDesc from "../Unpacker/ValueDesc.js";
import * as ParamDesc from "../Unpacker/ParamDesc.js";
import * as Weights from "../Unpacker/Weights.js";
import * as PointDepthPoint from "./PointDepthPoint.js";
/**
* Convolution block parame... | CNN/Conv/Block.js | export { Params, Base };
import * as ValueMax from "../ValueMax.js";
import * as ValueDesc from "../Unpacker/ValueDesc.js";
import * as ParamDesc from "../Unpacker/ParamDesc.js";
import * as Weights from "../Unpacker/Weights.js";
import * as PointDepthPoint from "./PointDepthPoint.js";
/**
* Convolution block parame... | Update Block.js | CNN/Conv/Block.js | Update Block.js | <ide><path>NN/Conv/Block.js
<ide>
<ide> this.disposeTensors();
<ide>
<add>//!!! ...unfinished... (2021/07/30) should be moved into Params. Then ParamsConfig constructor accept Params (instead of Base).
<add>// So that ParamsConfig could be tested individually.
<ide> this.sourceHeight = sourceHeight;
<ide> ... | |
Java | mit | ecc044b00aba57ba6fefdd83fd4b9682cd092648 | 0 | danschultequb/qub-java | package qub;
public class JavaTests
{
public static void test(TestRunner runner)
{
runner.testGroup(Java.class, () ->
{
runner.test("constructor()", (Test test) ->
{
final Java parser = new Java();
test.assertNotNull(parser);
}... | tests/qub/JavaTests.java | package qub;
public class JavaTests
{
public static void test(TestRunner runner)
{
runner.testGroup(Java.class, () ->
{
runner.test("constructor()", (Test test) ->
{
final Java parser = new Java();
test.assertNotNull(parser);
}... | Add another Java parse() test
| tests/qub/JavaTests.java | Add another Java parse() test | <ide><path>ests/qub/JavaTests.java
<ide> JavaIssues.expectedPackagePathLetters(new Span(8, 1)),
<ide> JavaIssues.expectedTypeDefinition(new Span(8, 1))
<ide> });
<add> parseTest.run("package qub",
<add> new JavaSegment... | |
JavaScript | agpl-3.0 | caf106f78b840d59f167c1053f13b15c44039827 | 0 | ontohub/ontohub,ontohub/ontohub,ontohub/ontohub,ontohub/ontohub,ontohub/ontohub,ontohub/ontohub | $(function(){
var form = $("#bulkupload");
if(!form[0])
return;
var uploader = {
form: form,
running: false,
// Pattern to the the URIs
uriPattern: /(https?:\/\/?\S+)/g,
jobs: [],
created: 0,
failed: 0,
remaining: 0,
// Inititialize the Upl... | app/assets/javascripts/bulkupload.js | $(function(){
var form = $("#bulkupload");
if(!form[0])
return;
var uploader = {
form: form,
running: false,
// Pattern to the the URIs
uriPattern: /(https?:\/\/?\S+)/g,
jobs: [],
created: 0,
failed: 0,
remaining: 0,
// Inititialize the Upl... | bulk uploader fixed | app/assets/javascripts/bulkupload.js | bulk uploader fixed | <ide><path>pp/assets/javascripts/bulkupload.js
<ide> url: self.uri,
<ide> data: {
<ide> 'ontology[uri]': uri,
<del> 'ontology[versions_attributes][0][remote_raw_file_url]': uri
<add> 'ontology[versions_attributes][0][source_uri]': uri
<ide> },
<ide> ... | |
Java | apache-2.0 | 9c37f644b9ef99b80188ca8abc9924bbd9189bcc | 0 | EvilMcJerkface/atlasdb,palantir/atlasdb,palantir/atlasdb,EvilMcJerkface/atlasdb,EvilMcJerkface/atlasdb,palantir/atlasdb | /**
* Copyright 2015 Palantir Technologies
*
* Licensed under the BSD-3 License (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://opensource.org/licenses/BSD-3-Clause
*
* Unless required by applicable law or agreed to in wri... | atlasdb-cassandra/src/main/java/com/palantir/atlasdb/keyvalue/cassandra/CassandraClientPool.java | /**
* Copyright 2015 Palantir Technologies
*
* Licensed under the BSD-3 License (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://opensource.org/licenses/BSD-3-Clause
*
* Unless required by applicable law or agreed to in wri... | Clarify token mapping log message
| atlasdb-cassandra/src/main/java/com/palantir/atlasdb/keyvalue/cassandra/CassandraClientPool.java | Clarify token mapping log message | <ide><path>tlasdb-cassandra/src/main/java/com/palantir/atlasdb/keyvalue/cassandra/CassandraClientPool.java
<ide> SetView<InetSocketAddress> liveOwnerHosts;
<ide>
<ide> if (hostsForKey == null) {
<del> log.debug("Cluster not fully initialized, not routing query to correct host as not token ma... | |
Java | mit | cadd2ea3c708865ecb75093a6184ced0eaa44f7b | 0 | sqlancer/sqlancer,sqlancer/sqlancer | package lama.sqlite3.gen;
import java.sql.SQLException;
import java.util.ArrayList;
import java.util.List;
import java.util.function.Supplier;
import lama.QueryAdapter;
import lama.Randomly;
import lama.sqlite3.SQLite3Provider.SQLite3GlobalState;
public class SQLite3PragmaGenerator {
/**
* Not all pragmas are ge... | src/lama/sqlite3/gen/SQLite3PragmaGenerator.java | package lama.sqlite3.gen;
import java.sql.SQLException;
import java.util.ArrayList;
import java.util.List;
import java.util.function.Supplier;
import lama.QueryAdapter;
import lama.Randomly;
import lama.sqlite3.SQLite3Provider.SQLite3GlobalState;
public class SQLite3PragmaGenerator {
/**
* Not all pragmas are ge... | Disable the writable schema PRAGMA again
| src/lama/sqlite3/gen/SQLite3PragmaGenerator.java | Disable the writable schema PRAGMA again | <ide><path>rc/lama/sqlite3/gen/SQLite3PragmaGenerator.java
<ide> THREADS, //
<ide> WAL_AUTOCHECKPOINT, //
<ide> WAL_CHECKPOINT, //
<del> WRITEABLE_SCHEMA
<add>// WRITEABLE_SCHEMA
<ide> }
<ide>
<ide> private final StringBuilder sb = new StringBuilder();
<ide> sb.append(")");
<ide> errors.add("database t... | |
Java | apache-2.0 | 9fc9591505134ea82af8088c0700dd3c9ef216b3 | 0 | h2oai/h2o-dev,h2oai/h2o-3,YzPaul3/h2o-3,YzPaul3/h2o-3,h2oai/h2o-dev,spennihana/h2o-3,jangorecki/h2o-3,h2oai/h2o-3,jangorecki/h2o-3,h2oai/h2o-dev,michalkurka/h2o-3,jangorecki/h2o-3,mathemage/h2o-3,spennihana/h2o-3,michalkurka/h2o-3,spennihana/h2o-3,michalkurka/h2o-3,h2oai/h2o-3,michalkurka/h2o-3,h2oai/h2o-3,YzPaul3/h2o-... | package hex;
import water.exceptions.H2OIllegalArgumentException;
import water.fvec.Frame;
import water.util.ArrayUtils;
import water.util.MathUtils;
public class ModelMetricsBinomial extends ModelMetricsSupervised {
public final AUC2 _auc;
public final double _logloss;
public final GainsLift _gainsLift;
pub... | h2o-core/src/main/java/hex/ModelMetricsBinomial.java | package hex;
import water.exceptions.H2OIllegalArgumentException;
import water.fvec.Frame;
import water.util.ArrayUtils;
import water.util.MathUtils;
public class ModelMetricsBinomial extends ModelMetricsSupervised {
public final AUC2 _auc;
public final double _logloss;
public final GainsLift _gainsLift;
pub... | Fix NPE.
| h2o-core/src/main/java/hex/ModelMetricsBinomial.java | Fix NPE. | <ide><path>2o-core/src/main/java/hex/ModelMetricsBinomial.java
<ide> mse = _sumsqe / _wcount;
<ide> logloss = _logloss / _wcount;
<ide> AUC2 auc = new AUC2(_auc);
<del> GainsLift gl = new GainsLift();
<del> gl.preds = preds.lastVec();
<del> gl.labels = f.vec(m._parms._respon... | |
Java | apache-2.0 | 6ada632455210552649c083200f890d0ec4400f2 | 0 | slisson/intellij-community,nicolargo/intellij-community,tmpgit/intellij-community,kool79/intellij-community,signed/intellij-community,fengbaicanhe/intellij-community,ibinti/intellij-community,ThiagoGarciaAlves/intellij-community,semonte/intellij-community,ryano144/intellij-community,vvv1559/intellij-community,Lekanich/... | /*
* Copyright 2000-2011 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 agre... | platform/platform-impl/src/com/intellij/ide/plugins/InstalledPluginsManagerMain.java | /*
* Copyright 2000-2011 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 agre... | install plugin from disk: description added (IDEA-76168)
| platform/platform-impl/src/com/intellij/ide/plugins/InstalledPluginsManagerMain.java | install plugin from disk: description added (IDEA-76168) | <ide><path>latform/platform-impl/src/com/intellij/ide/plugins/InstalledPluginsManagerMain.java
<ide> }
<ide> };
<ide> descriptor.setTitle("Choose Plugin File");
<add> descriptor.setDescription("JAR and ZIP archives are accepted");
<ide> final VirtualFile virtualFile = FileChoose... | |
Java | lgpl-2.1 | 654f87b257d277111c3dc81626d2fce615832042 | 0 | CloverETL/CloverETL-Engine,CloverETL/CloverETL-Engine,CloverETL/CloverETL-Engine,CloverETL/CloverETL-Engine | /*
* jETeL/Clover - Java based ETL application framework.
* Copyright (C) 2002-04 David Pavlis <david_pavlis@hotmail.com>
*
* 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 Foundat... | cloveretl.engine/src/org/jetel/util/ComponentXMLAttributes.java | /*
* jETeL/Clover - Java based ETL application framework.
* Copyright (C) 2002-04 David Pavlis <david_pavlis@hotmail.com>
*
* 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 Foundat... | added support for "<attr>" XML child-nodes - are translated as node's attributes
git-svn-id: 7003860f782148507aa0d02fa3b12992383fb6a5@604 a09ad3ba-1a0f-0410-b1b9-c67202f10d70
| cloveretl.engine/src/org/jetel/util/ComponentXMLAttributes.java | added support for "<attr>" XML child-nodes - are translated as node's attributes | <ide><path>loveretl.engine/src/org/jetel/util/ComponentXMLAttributes.java
<ide> /**
<ide> * Helper class (wrapper) around NamedNodeMap with possibility to parse string
<ide> * values into integers, booleans, doubles..<br>
<del> * Used in conjunction with org.jetel.Component.*
<add> * Used in conjunction with org.... | |
JavaScript | mit | 5161627a0263114e06a4bb90277d266142f8b869 | 0 | pgte/skiff | 'use strict'
const debug = require('debug')('skiff.peer-leader')
const timers = require('timers')
const EventEmitter = require('events')
const BatchTransformStream = require('./lib/batch-transform-stream')
class PeerLeader extends EventEmitter {
constructor (address, node, options) {
if (typeof address !== 's... | src/peer-leader.js | 'use strict'
const debug = require('debug')('skiff.peer-leader')
const timers = require('timers')
const EventEmitter = require('events')
const BatchTransformStream = require('./lib/batch-transform-stream')
class PeerLeader extends EventEmitter {
constructor (address, node, options) {
if (typeof address !== 's... | corrected peer leader needsMore()
| src/peer-leader.js | corrected peer leader needsMore() | <ide><path>rc/peer-leader.js
<ide> if (index > this._needsIndex) {
<ide> this._needsIndex = index
<ide> }
<del> if (this._needsMore) {
<add> if (this._needsMore()) {
<ide> timers.setImmediate(this._appendEntries.bind(this))
<ide> }
<ide> }
<ide> this._matchIndex = leaderCom... | |
Java | mit | dc75659f8f221b885f8c6c801727b0c1aa15a0b4 | 0 | Collap/bryg | package io.collap.bryg.compiler.ast;
import bryg.org.objectweb.asm.Label;
import io.collap.bryg.Unit;
import io.collap.bryg.closure.Closure;
import io.collap.bryg.closure.ClosureType;
import io.collap.bryg.compiler.ast.expression.VariableExpression;
import io.collap.bryg.compiler.helper.ObjectCompileHelper;
import io.... | src/main/java/io/collap/bryg/compiler/ast/TemplateFragmentCall.java | package io.collap.bryg.compiler.ast;
import bryg.org.objectweb.asm.Label;
import io.collap.bryg.Unit;
import io.collap.bryg.closure.Closure;
import io.collap.bryg.closure.ClosureType;
import io.collap.bryg.compiler.ast.expression.VariableExpression;
import io.collap.bryg.compiler.helper.ObjectCompileHelper;
import io.... | Only infer argument names if the called unit is a fragment.
This has to be done because closure parameters are currently not known to the compiler.
| src/main/java/io/collap/bryg/compiler/ast/TemplateFragmentCall.java | Only infer argument names if the called unit is a fragment. This has to be done because closure parameters are currently not known to the compiler. | <ide><path>rc/main/java/io/collap/bryg/compiler/ast/TemplateFragmentCall.java
<ide> if (ctx.argumentList () != null) {
<ide> argumentExpressions = FunctionUtil.parseArgumentList (context, ctx.argumentList ());
<ide>
<del> /* Infer parameter/argument names. */
<del> boolean sho... | |
Java | apache-2.0 | 95d7fe419b43c3b7883a136d028e54e30da929bd | 0 | Z3r0byte/Magistify | /*
* Copyright (c) 2016-2017 Bas van den Boom 'Z3r0byte'
*
* 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 applic... | app/src/main/java/com/z3r0byte/magistify/DashboardActivity.java | /*
* Copyright (c) 2016-2017 Bas van den Boom 'Z3r0byte'
*
* 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 applic... | implemented #18
| app/src/main/java/com/z3r0byte/magistify/DashboardActivity.java | implemented #18 | <ide><path>pp/src/main/java/com/z3r0byte/magistify/DashboardActivity.java
<ide> }
<ide> );
<ide>
<del> setupAppointmentCard();
<del> retrieveGrades();
<del>
<ide> configUtil = new ConfigUtil(this);
<ide>
<ide> if (!configUtil.getBoolean("disable_ads")) {
<ide> ... | |
JavaScript | mit | 5fd8d8e2336824eb175238d58814573a342bcea6 | 0 | papernotes/actemotion,papernotes/actemotion | import React, {Component} from 'react';
import {Button, FormGroup, FormControl} from 'react-bootstrap';
import Toolbar from './Toolbar';
class EditEvent extends Component {
getValidationState() {
const length = this.state.value.length;
if (length > 10) return 'success';
else if (length > 5) return 'warn... | src/components/EditEvent.js | import React, {Component} from 'react';
import Toolbar from './Toolbar';
class EditEvent extends Component {
// TODO take in props
render() {
return(
<div>
<Toolbar/>
<h1> Edit/Add Event Page </h1>
</div>
);
}
}
export default EditEvent; | Set up base for EditEvent page
| src/components/EditEvent.js | Set up base for EditEvent page | <ide><path>rc/components/EditEvent.js
<ide> import React, {Component} from 'react';
<add>import {Button, FormGroup, FormControl} from 'react-bootstrap';
<ide> import Toolbar from './Toolbar';
<ide>
<ide> class EditEvent extends Component {
<add>
<add> getValidationState() {
<add> const length = this.state.value.le... | |
Java | apache-2.0 | 7325640a9b8dd19e2973007e93ad06c64443d860 | 0 | nezda/yawni,nezda/yawni,nezda/yawni,nezda/yawni,nezda/yawni | /*
* 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... | core/src/main/java/org/yawni/wn/RelationTarget.java | /*
* 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... | tweaked defintion of getRelations(); see javadoc
| core/src/main/java/org/yawni/wn/RelationTarget.java | tweaked defintion of getRelations(); see javadoc | <ide><path>ore/src/main/java/org/yawni/wn/RelationTarget.java
<ide> * A {@code RelationTarget} is the <em>source</em> or <em>target</em> of a {@link Relation}.
<ide> * The target (and source) of a {@link SemanticRelation} is a {@link Synset};
<ide> * the target (and source) of a {@link LexicalRelation} is a {@link W... | |
JavaScript | mit | 8282a32a04618ad699ceefb665039d8b711c9ad0 | 0 | irjudson/client,leeric92/client,irjudson/client,nitrogenjs/client,leeric92/client,nitrogenjs/client | /**
* The Message object is the core of the Nitrogen framework. Applications, devices, and
* services use Messages to communicate with and issue commands to each other. All messages
* that don't begin with an unscore are checked against a schema chosen by the messages 'type'
* and 'schema_version' fields such that... | lib/message.js | /**
* The Message object is the core of the Nitrogen framework. Applications, devices, and
* services use Messages to communicate with and issue commands to each other. All messages
* that don't begin with an unscore are checked against a schema chosen by the messages 'type'
* and 'schema_version' fields such that... | add NEVER_EXPIRES and INDEX_UNTIL constants
| lib/message.js | add NEVER_EXPIRES and INDEX_UNTIL constants | <ide><path>ib/message.js
<ide> return this.ts - new Date().getTime();
<ide> };
<ide>
<add>Message.NEVER_EXPIRE = new Date(Date.UTC(2500, 0, 1));
<add>Message.INDEX_FOREVER = new Date(Date.UTC(2500, 0, 1));
<add>
<ide> module.exports = Message; | |
Java | apache-2.0 | 59774093e441f70eefe5d92d01534789abee2f93 | 0 | senseidb/sensei,javasoze/sensei,senseidb/sensei,javasoze/sensei,senseidb/sensei,senseidb/sensei,javasoze/sensei,javasoze/sensei | package com.senseidb.search.node;
import java.net.InetSocketAddress;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.HashSet;
import java.util.List;
import java.util.Map;
import java.util.Map.Entry;
import java.util.Set;
import java.util.concurrent.Callable;
import java.util.concurrent.Execution... | sensei-core/src/main/java/com/senseidb/search/node/AbstractConsistentHashBroker.java | package com.senseidb.search.node;
import java.net.InetSocketAddress;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.HashSet;
import java.util.List;
import java.util.Map;
import java.util.Map.Entry;
import java.util.Set;
import java.util.concurrent.Callable;
import java.util.concurrent.Execution... | Fix the bug "sending query to all nodes for no route param specified cases"
| sensei-core/src/main/java/com/senseidb/search/node/AbstractConsistentHashBroker.java | Fix the bug "sending query to all nodes for no route param specified cases" | <ide><path>ensei-core/src/main/java/com/senseidb/search/node/AbstractConsistentHashBroker.java
<ide>
<ide> Map<Service<REQUEST, RESULT>, REQUEST> serviceToRequest = new HashMap<Service<REQUEST, RESULT>, REQUEST>();
<ide>
<add> byte[] routeBytes = getRouteParam(req).getBytes();
<ide> for (Integer shard : sh... | |
Java | apache-2.0 | 802f614a45cba89a05db9002fbd9abe2e8d6f8f7 | 0 | amith01994/intellij-community,ol-loginov/intellij-community,youdonghai/intellij-community,ThiagoGarciaAlves/intellij-community,da1z/intellij-community,ivan-fedorov/intellij-community,pwoodworth/intellij-community,signed/intellij-community,idea4bsd/idea4bsd,akosyakov/intellij-community,alphafoobar/intellij-community,izo... | /*
* Copyright 2000-2009 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 agre... | platform/lang-impl/src/com/intellij/psi/impl/source/codeStyle/CodeStyleManagerImpl.java | /*
* Copyright 2000-2009 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 agre... | EA-23891 - IOOBE: CodeStyleManagerImpl.reformatText
| platform/lang-impl/src/com/intellij/psi/impl/source/codeStyle/CodeStyleManagerImpl.java | EA-23891 - IOOBE: CodeStyleManagerImpl.reformatText | <ide><path>latform/lang-impl/src/com/intellij/psi/impl/source/codeStyle/CodeStyleManagerImpl.java
<ide> int caretLine = document.getLineNumber(caretOffset);
<ide> int lineStartOffset = document.getLineStartOffset(caretLine);
<ide> boolean fixCaretPosition = true;
<del> for (int i = caretOffset; i... | |
Java | apache-2.0 | 8fcb55a915d0560675bc7f740f845f6be719a86f | 0 | Pushpalanka/carbon-identity,Pushpalanka/carbon-identity,Pushpalanka/carbon-identity | /*
* Copyright (c) 2015, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
*
* WSO2 Inc. licenses this file 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/li... | components/workflow-mgt/org.wso2.carbon.identity.workflow.impl/src/main/java/org/wso2/carbon/identity/workflow/impl/internal/WorkflowImplServiceComponent.java | /*
* Copyright (c) 2015, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
*
* WSO2 Inc. licenses this file 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/li... | IDENTITY-3979 Cannot create workflows - Workflows/Add
| components/workflow-mgt/org.wso2.carbon.identity.workflow.impl/src/main/java/org/wso2/carbon/identity/workflow/impl/internal/WorkflowImplServiceComponent.java | IDENTITY-3979 Cannot create workflows - Workflows/Add | <ide><path>omponents/workflow-mgt/org.wso2.carbon.identity.workflow.impl/src/main/java/org/wso2/carbon/identity/workflow/impl/internal/WorkflowImplServiceComponent.java
<ide>
<ide> package org.wso2.carbon.identity.workflow.impl.internal;
<ide>
<add>import org.apache.commons.lang.StringUtils;
<ide> import org.apache.c... | |
Java | apache-2.0 | 40af773e101a0c9af36450e1d2fe84329ae75fca | 0 | charlesccychen/beam,markflyhigh/incubator-beam,markflyhigh/incubator-beam,rangadi/beam,apache/beam,rangadi/beam,charlesccychen/beam,apache/beam,charlesccychen/incubator-beam,robertwb/incubator-beam,robertwb/incubator-beam,RyanSkraba/beam,chamikaramj/beam,RyanSkraba/beam,lukecwik/incubator-beam,lukecwik/incubator-beam,c... | package cz.seznam.euphoria.core.executor.inmem;
import cz.seznam.euphoria.core.client.dataset.Dataset;
import cz.seznam.euphoria.core.client.dataset.GroupedDataset;
import cz.seznam.euphoria.core.client.dataset.windowing.Batch;
import cz.seznam.euphoria.core.client.dataset.windowing.Time;
import cz.seznam.euphoria.cor... | sdks/java/extensions/euphoria/euphoria-core/src/test/java/cz/seznam/euphoria/core/executor/inmem/InMemExecutorTest.java |
package cz.seznam.euphoria.core.executor.inmem;
import cz.seznam.euphoria.core.client.dataset.Dataset;
import cz.seznam.euphoria.core.client.dataset.GroupedDataset;
import cz.seznam.euphoria.core.client.dataset.windowing.Batch;
import cz.seznam.euphoria.core.client.dataset.windowing.MergingWindowing;
import cz.seznam... | #! [euphoria-inmem] Enable sort-state test
| sdks/java/extensions/euphoria/euphoria-core/src/test/java/cz/seznam/euphoria/core/executor/inmem/InMemExecutorTest.java | #! [euphoria-inmem] Enable sort-state test | <ide><path>dks/java/extensions/euphoria/euphoria-core/src/test/java/cz/seznam/euphoria/core/executor/inmem/InMemExecutorTest.java
<del>
<ide> package cz.seznam.euphoria.core.executor.inmem;
<ide>
<ide> import cz.seznam.euphoria.core.client.dataset.Dataset;
<ide> import cz.seznam.euphoria.core.client.dataset.GroupedDat... | |
JavaScript | apache-2.0 | 7bdc9b494d288ea6543653bbe63ba9caef20aed3 | 0 | ilkkao/mas,ilkkao/mas,ilkkao/mas,ilkkao/mas | //
// Copyright 2009-2014 Ilkka Oksanen <iao@iki.fi>
//
// 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 b... | client/app/pods/components/discussion-window/component.js | //
// Copyright 2009-2014 Ilkka Oksanen <iao@iki.fi>
//
// 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 b... | Update images list at window creation phase
| client/app/pods/components/discussion-window/component.js | Update images list at window creation phase | <ide><path>lient/app/pods/components/discussion-window/component.js
<ide> didInsertElement() {
<ide> let that = this;
<ide>
<add> this.$images = this.$('img[data-src]');
<ide> this.$messagePanel = this.$('.window-messages');
<ide> this._addScrollHandler();
<ide> | |
Java | mit | 25d225350fadb8d84af4e6f7bf1ab1449d9930ea | 0 | tcdl/msb-java,tcdl/msb-java | package io.github.tcdl;
import static io.github.tcdl.events.Event.ERROR_EVENT;
import io.github.tcdl.config.MsbMessageOptions;
import io.github.tcdl.events.*;
import io.github.tcdl.messages.Message;
import io.github.tcdl.messages.Message.MessageBuilder;
import io.github.tcdl.messages.MessageFactory;
import io.github.t... | core/src/main/java/io/github/tcdl/Requester.java | package io.github.tcdl;
import static io.github.tcdl.events.Event.ERROR_EVENT;
import io.github.tcdl.config.MsbMessageOptions;
import io.github.tcdl.events.*;
import io.github.tcdl.messages.Message;
import io.github.tcdl.messages.Message.MessageBuilder;
import io.github.tcdl.messages.MessageFactory;
import io.github.t... | resolved conflicts
| core/src/main/java/io/github/tcdl/Requester.java | resolved conflicts | <ide><path>ore/src/main/java/io/github/tcdl/Requester.java
<ide> /**
<ide> * Created by rdro on 4/27/2015.
<ide> */
<del>public class Requester extends Collector implements ExtendedEventEmitter {
<add>public class Requester implements ExtendedEventEmitter {
<ide>
<ide> public static final Logger LOG = LoggerFact... | |
JavaScript | agpl-3.0 | ca6f910f0bb3dcd1b99409f9cd17008690b3fdeb | 0 | xwiki-labs/cryptpad,xwiki-labs/cryptpad,xwiki-labs/cryptpad | define(function () {
var out = {};
out.main_title = "CryptPad: Éditeur collaboratif en temps réel, zero knowledge";
out.main_slogan = "L'unité est la force, la collaboration est la clé";
out.type = {};
out.type.pad = 'Texte';
out.type.code = 'Code';
out.type.poll = 'Sondage';
out.type.... | customize.dist/translations/messages.fr.js | define(function () {
var out = {};
out.main_title = "CryptPad: Éditeur collaboratif en temps réel, zero knowledge";
out.main_slogan = "L'unité est la force, la collaboration est la clé";
out.type = {};
out.type.pad = 'Texte';
out.type.code = 'Code';
out.type.poll = 'Sondage';
out.type.... | Add french translations for 'log out everywhere'
| customize.dist/translations/messages.fr.js | Add french translations for 'log out everywhere' | <ide><path>ustomize.dist/translations/messages.fr.js
<ide> "Pour résoudre ce problème, vous pouvez soit supprimer des pads de votre CryptDrive (y compris la corbeille), soit vous abonner à une offre premium pour augmenter la limite maximale.";
<ide> out.pinLimitNotPinned = "Vous avez atteint votre limite de... | |
Java | mpl-2.0 | error: pathspec 'qadevOOo/tests/java/ifc/sheet/_XPrintAreas.java' did not match any file(s) known to git
| 81f61484794513a8d4328853be673bf9ee9e84fa | 1 | JurassicWordExcel/core,JurassicWordExcel/core,JurassicWordExcel/core,JurassicWordExcel/core,JurassicWordExcel/core,JurassicWordExcel/core,JurassicWordExcel/core,JurassicWordExcel/core,JurassicWordExcel/core,JurassicWordExcel/core | /*************************************************************************
*
* $RCSfile: _XPrintAreas.java,v $
*
* $Revision: 1.2 $
*
* last change: $Date: 2004-11-02 11:56:56 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
*
* - GNU ... | qadevOOo/tests/java/ifc/sheet/_XPrintAreas.java | INTEGRATION: CWS qadev19 (1.1.2); FILE ADDED
2004/09/17 12:19:36 sg 1.1.2.1: #i23086#NEW: initial version
| qadevOOo/tests/java/ifc/sheet/_XPrintAreas.java | INTEGRATION: CWS qadev19 (1.1.2); FILE ADDED 2004/09/17 12:19:36 sg 1.1.2.1: #i23086#NEW: initial version | <ide><path>adevOOo/tests/java/ifc/sheet/_XPrintAreas.java
<add>/*************************************************************************
<add> *
<add> * $RCSfile: _XPrintAreas.java,v $
<add> *
<add> * $Revision: 1.2 $
<add> *
<add> * last change: $Date: 2004-11-02 11:56:56 $
<add> *
<add> * The Contents of this fi... | |
Java | agpl-3.0 | 508bc83d512233e463ec386741b0521f9bb3e5c0 | 0 | maligulzar/Rstudio-instrumented,thklaus/rstudio,edrogers/rstudio,jar1karp/rstudio,suribes/rstudio,sfloresm/rstudio,pssguy/rstudio,tbarrongh/rstudio,pssguy/rstudio,more1/rstudio,pssguy/rstudio,suribes/rstudio,jzhu8803/rstudio,tbarrongh/rstudio,brsimioni/rstudio,brsimioni/rstudio,john-r-mcpherson/rstudio,jzhu8803/rstudio... | /*
* BuildPane.java
*
* Copyright (C) 2009-12 by RStudio, Inc.
*
* This program is licensed to you under the terms of version 3 of the
* GNU Affero General Public License. This program is distributed WITHOUT
* ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT,
* MERCHANTABILITY OR FITNESS FOR... | src/gwt/src/org/rstudio/studio/client/workbench/views/buildtools/BuildPane.java | /*
* BuildPane.java
*
* Copyright (C) 2009-12 by RStudio, Inc.
*
* This program is licensed to you under the terms of version 3 of the
* GNU Affero General Public License. This program is distributed WITHOUT
* ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT,
* MERCHANTABILITY OR FITNESS FOR... | use more menu in build pane
| src/gwt/src/org/rstudio/studio/client/workbench/views/buildtools/BuildPane.java | use more menu in build pane | <ide><path>rc/gwt/src/org/rstudio/studio/client/workbench/views/buildtools/BuildPane.java
<ide> import org.rstudio.core.client.widget.ToolbarButton;
<ide> import org.rstudio.core.client.widget.ToolbarPopupMenu;
<ide> import org.rstudio.studio.client.common.OutputBuffer;
<add>import org.rstudio.studio.client.common.icon... | |
Java | apache-2.0 | error: pathspec 'app/src/main/java/cn/com/sdq/youyouqweathear/utils/HttpUtil.java' did not match any file(s) known to git
| 6cde4287c4eca8e7eb224aa6f8c107f23d2a0cf3 | 1 | sudeqiangxx/youyouqweather | package cn.com.sdq.youyouqweathear.utils;
import java.io.BufferedReader;
import java.io.InputStream;
import java.io.InputStreamReader;
import java.net.URL;
import javax.net.ssl.HttpsURLConnection;
import cn.com.sdq.youyouqweathear.common.HttpCallbackListener;
/**
* Created by Administrator on 2016/6/19.
*/
public... | app/src/main/java/cn/com/sdq/youyouqweathear/utils/HttpUtil.java | 添加了Http工具类和回调接口
| app/src/main/java/cn/com/sdq/youyouqweathear/utils/HttpUtil.java | 添加了Http工具类和回调接口 | <ide><path>pp/src/main/java/cn/com/sdq/youyouqweathear/utils/HttpUtil.java
<add>package cn.com.sdq.youyouqweathear.utils;
<add>
<add>import java.io.BufferedReader;
<add>import java.io.InputStream;
<add>import java.io.InputStreamReader;
<add>import java.net.URL;
<add>
<add>import javax.net.ssl.HttpsURLConnection;
<add>
... | |
JavaScript | mpl-2.0 | 65746a17a21e5eb7d2f1cbda0ba0ccccbd3001d3 | 0 | mmmavis/webmaker.org,jbuck/webmaker.org,mozilla/webmaker.org,mozilla/webmaker.org,alicoding/webmaker.org,mmmavis/webmaker.org,alicoding/webmaker.org,cadecairos/webmaker.org,cadecairos/webmaker.org | define(['jquery', 'google', 'forms', 'domReady!'],
function ($, google, forms) {
var $editForm = $('form#edit-event');
$editForm.validate({
rules: {
registerLink: 'url'
}
});
function toggleEditMode() {
$('.show').toggleClass('hidden');
$('.edit').toggleClas... | public/events/js/events/details/index.js | define(['jquery', 'google', 'forms', 'domReady!'],
function ($, google, forms) {
var $editForm = $('form#edit-event');
$editForm.validate({
rules: {
registerLink: 'url'
}
});
function toggleEditMode() {
$('.show').toggleClass('hidden');
$('.edit').toggleClas... | fix for bug 924704
| public/events/js/events/details/index.js | fix for bug 924704 | <ide><path>ublic/events/js/events/details/index.js
<ide>
<ide> var ac = new google.maps.places.Autocomplete(
<ide> $editForm.find('input[name="address"]')[0], { types: ['geocode'] });
<del> google.maps.event.addListener(ac, 'place_changed', function() {
<del> var place = autocomplete.getPlace... | |
Java | apache-2.0 | 8f90d9d99caee748649335ee84cec21168953d5f | 0 | wmedvede/guvnor,wmedvede/guvnor,yurloc/guvnor,porcelli-forks/guvnor,nmirasch/guvnor,hxf0801/guvnor,adrielparedes/guvnor,etirelli/guvnor,cristianonicolai/guvnor,baldimir/guvnor,etirelli/guvnor,mbiarnes/guvnor,hxf0801/guvnor,yurloc/guvnor,kiereleaseuser/guvnor,Rikkola/guvnor,wmedvede/guvnor,Rikkola/guvnor,kiereleaseuser/... | package org.drools.factconstraints.server.predefined;
import java.util.ArrayList;
import java.util.List;
import java.util.Map;
import org.drools.factconstraint.server.DefaultConstraintImpl;
import org.drools.factconstraints.client.ConstraintConfiguration;
public class MatchesConstraint extends DefaultConstraintImpl ... | drools-factconstraint/src/main/java/org/drools/factconstraints/server/predefined/MatchesConstraint.java | package org.drools.factconstraints.server.predefined;
import java.util.ArrayList;
import java.util.List;
import java.util.Map;
import org.drools.factconstraint.server.DefaultConstraintImpl;
import org.drools.factconstraints.client.ConstraintConfiguration;
public class MatchesConstraint extends DefaultConstraintImpl ... | added missing operator
git-svn-id: a243bed356d289ca0d1b6d299a0597bdc4ecaa09@32350 c60d74c8-e8f6-0310-9e8f-d4a2fc68ab70
| drools-factconstraint/src/main/java/org/drools/factconstraints/server/predefined/MatchesConstraint.java | added missing operator | <ide><path>rools-factconstraint/src/main/java/org/drools/factconstraints/server/predefined/MatchesConstraint.java
<ide> @Override
<ide> protected String internalVerifierRule(ConstraintConfiguration config, Map<String, Object> context) {
<ide> List<String> constraints = new ArrayList<String>();
<del> constraints.ad... | |
Java | apache-2.0 | efec3e34046dea84999dc9175cbe6080d3a9487f | 0 | baszero/yanel,baszero/yanel,wyona/yanel,baszero/yanel,wyona/yanel,wyona/yanel,wyona/yanel,wyona/yanel,baszero/yanel,wyona/yanel,baszero/yanel,baszero/yanel | package org.wyona.yanel.impl.resources;
import java.io.ByteArrayInputStream;
import java.io.UnsupportedEncodingException;
import org.apache.log4j.Category;
import org.wyona.yarep.core.Repository;
import org.wyona.yarep.core.RepositoryFactory;
import org.wyona.yarep.util.RepoPath;
import org.wyona.yanel.core.Yanel;
im... | src/contributions/resources/wiki/src/java/org/wyona/yanel/impl/resources/LinkChecker.java | package org.wyona.yanel.impl.resources;
import java.io.ByteArrayInputStream;
import java.io.UnsupportedEncodingException;
import org.apache.log4j.Category;
import org.wyona.yarep.core.Repository;
import org.wyona.yarep.core.RepositoryFactory;
import org.wyona.yarep.util.RepoPath;
import org.wyona.yanel.core.Yanel;
im... | log messages fixed
| src/contributions/resources/wiki/src/java/org/wyona/yanel/impl/resources/LinkChecker.java | log messages fixed | <ide><path>rc/contributions/resources/wiki/src/java/org/wyona/yanel/impl/resources/LinkChecker.java
<ide> private boolean resourceExists(String path) {
<ide> try {
<ide> String absolutePath = org.wyona.commons.io.PathUtil.concat(refererPath, path);
<del> //log.error("DEBUG: Referer: "... | |
Java | apache-2.0 | 6f7a7682be993e3b4eb29a639139dd063f51487c | 0 | gbif/registry,gbif/registry | /*
* Copyright 2020 Global Biodiversity Information Facility (GBIF)
*
* 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 requ... | registry-service/src/main/java/org/gbif/registry/service/RegistryDatasetServiceImpl.java | /*
* Copyright 2020 Global Biodiversity Information Facility (GBIF)
*
* 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 requ... | #218 Use publisher's citation for IUCN dataset
| registry-service/src/main/java/org/gbif/registry/service/RegistryDatasetServiceImpl.java | #218 Use publisher's citation for IUCN dataset | <ide><path>egistry-service/src/main/java/org/gbif/registry/service/RegistryDatasetServiceImpl.java
<ide> public class RegistryDatasetServiceImpl implements RegistryDatasetService {
<ide>
<ide> private static final Logger LOG = LoggerFactory.getLogger(RegistryDatasetServiceImpl.class);
<add>
<add> private static fin... | |
JavaScript | mit | adde839c0b88df7c892e4cbf9df5457c65d0198d | 0 | radishengine/drowsy,radishengine/drowsy |
require(['ByteSource', 'Item', 'AppleVolume'], function(ByteSource, Item, AppleVolume) {
'use strict';
function makeFileDrop(el, callback) {
if (typeof el === 'string') {
el = document.getElementById(el);
if (!el) {
console.error('filedrop element not found');
return;
}
... | main.js |
require(['ByteSource', 'AppleVolume'], function(ByteSource, AppleVolume) {
'use strict';
function makeFileDrop(el, callback) {
if (typeof el === 'string') {
el = document.getElementById(el);
if (!el) {
console.error('filedrop element not found');
return;
}
el.addEv... | Create item and pass it to extension-based opener | main.js | Create item and pass it to extension-based opener | <ide><path>ain.js
<ide>
<del>require(['ByteSource', 'AppleVolume'], function(ByteSource, AppleVolume) {
<add>require(['ByteSource', 'Item', 'AppleVolume'], function(ByteSource, Item, AppleVolume) {
<ide>
<ide> 'use strict';
<ide>
<ide>
<ide> }
<ide> else {
<add> var item = new Item(ByteSource... | |
JavaScript | mit | baa8b7d886ad555e86905b005497823054365adb | 0 | aheckmann/mpromise | 'use strict';
/*!
* Module dependencies.
*/
var slice = require('sliced');
var EventEmitter = require('events').EventEmitter;
/**
* compat with node 0.10
*/
var next = 'function' == typeof setImmediate
? setImmediate
: process.nextTick;
/**
* Promise constructor.
*
* _NOTE: The success and failure event... | lib/promise.js | 'use strict';
/*!
* Module dependencies.
*/
var slice = require('sliced');
var EventEmitter = require('events').EventEmitter;
/**
* Promise constructor.
*
* _NOTE: The success and failure event names can be overridden by setting `Promise.SUCCESS` and `Promise.FAILURE` respectively._
*
* @param {Function} back... | use setImmediate if available
| lib/promise.js | use setImmediate if available | <ide><path>ib/promise.js
<ide>
<ide> var slice = require('sliced');
<ide> var EventEmitter = require('events').EventEmitter;
<add>
<add>/**
<add> * compat with node 0.10
<add> */
<add>
<add>var next = 'function' == typeof setImmediate
<add> ? setImmediate
<add> : process.nextTick;
<ide>
<ide> /**
<ide> * Promise c... | |
Java | apache-2.0 | 5e1a42ad00608ae401906bf746e7cfd41e7e1425 | 0 | retomerz/intellij-community,fitermay/intellij-community,vvv1559/intellij-community,amith01994/intellij-community,mglukhikh/intellij-community,supersven/intellij-community,caot/intellij-community,fnouama/intellij-community,FHannes/intellij-community,lucafavatella/intellij-community,vladmm/intellij-community,gnuhub/intel... | /*
* Copyright 2000-2013 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 agre... | plugins/javaFX/javaFX-CE/testSrc/org/jetbrains/plugins/javaFX/fxml/JavaFXQuickfixTest.java | /*
* Copyright 2000-2013 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 agre... | disable JavaFXQuickfixTest on Mac
| plugins/javaFX/javaFX-CE/testSrc/org/jetbrains/plugins/javaFX/fxml/JavaFXQuickfixTest.java | disable JavaFXQuickfixTest on Mac | <ide><path>lugins/javaFX/javaFX-CE/testSrc/org/jetbrains/plugins/javaFX/fxml/JavaFXQuickfixTest.java
<ide> import com.intellij.openapi.module.Module;
<ide> import com.intellij.openapi.roots.ContentEntry;
<ide> import com.intellij.openapi.roots.ModifiableRootModel;
<add>import com.intellij.openapi.util.SystemInfo;
<ide>... | |
JavaScript | agpl-3.0 | 6e2f924d9b76a1de1483bc469178d219c0dc5cb2 | 0 | alisman/cbioportal-frontend,alisman/cbioportal-frontend,cBioPortal/cbioportal-frontend,alisman/cbioportal-frontend,cBioPortal/cbioportal-frontend,cBioPortal/cbioportal-frontend,alisman/cbioportal-frontend,cBioPortal/cbioportal-frontend,cBioPortal/cbioportal-frontend,alisman/cbioportal-frontend,cBioPortal/cbioportal-fro... | var ExtractTextPlugin = require('extract-text-webpack-plugin');
var HtmlWebpackPlugin = require('html-webpack-plugin');
var WebpackFailPlugin = require('webpack-fail-plugin');
var ProgressBarPlugin = require('progress-bar-webpack-plugin');
var CopyWebpackPlugin = require('copy-webpack-plugin');
var ForkTsCheckerWebpack... | webpack.config.js | var ExtractTextPlugin = require('extract-text-webpack-plugin');
var HtmlWebpackPlugin = require('html-webpack-plugin');
var WebpackFailPlugin = require('webpack-fail-plugin');
var ProgressBarPlugin = require('progress-bar-webpack-plugin');
var CopyWebpackPlugin = require('copy-webpack-plugin');
var ForkTsCheckerWebpack... | Readd Uglify plugin [PR feedback Aaron]
Former-commit-id: 1e5473c22bb80fad31f3eec04015fa4244917d3e | webpack.config.js | Readd Uglify plugin [PR feedback Aaron] | <ide><path>ebpack.config.js
<ide> 'process.env': {
<ide> 'NODE_ENV': `"${process.env.NODE_ENV || 'production'}"`
<ide> }
<add> }),
<add> new webpack.optimize.UglifyJsPlugin({
<add> compress: {
<add> warnings: false
<add> },
<add>... | |
Java | mit | d41908d5a63260e627adbbe612dd26adb409b309 | 0 | tennaito/entity-services | /*
* The MIT License
*
* Copyright 2015 Antonio Rabelo.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, ... | src/test/java/com/github/tennaito/test/jpa/EntityStateConverterTest.java | /*
* The MIT License
*
* Copyright 2015 Antonio Rabelo.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, ... | Adjustments. | src/test/java/com/github/tennaito/test/jpa/EntityStateConverterTest.java | Adjustments. | <ide><path>rc/test/java/com/github/tennaito/test/jpa/EntityStateConverterTest.java
<ide>
<ide> import static junit.framework.Assert.assertEquals;
<ide> import static junit.framework.Assert.assertTrue;
<add>import static junit.framework.Assert.assertFalse;
<ide>
<add>import java.lang.reflect.Field;
<ide> import java.u... | |
JavaScript | mit | b44044a3872d9df1e9e995b59c6faeb2f9f00c63 | 0 | CoughDrop/gazelinger | (function() {
var eyex;
var eyetribe;
var mygaze;
try {
eyex = require('eyex');
} catch(e) { }
try {
eyetribe = require('eyetribe');
} catch(e) { }
try {
mygaze = require('mygaze');
} catch(e) { }
if(eyex) {
try {
eyex.setup();
} catch(e) {
eyex = null;
}
}
i... | gazelinger.js | (function() {
let eyex;
let eyetribe;
let mygaze;
try {
eyex = require('eyex');
} catch(e) { }
try {
eyetribe = require('eyetribe');
} catch(e) { }
try {
mygaze = require('mygaze');
} catch(e) { }
if(eyex) {
try {
eyex.setup();
} catch(e) {
eyex = null;
}
}
i... | fix screen calculation
| gazelinger.js | fix screen calculation | <ide><path>azelinger.js
<ide> (function() {
<del> let eyex;
<del> let eyetribe;
<del> let mygaze;
<add> var eyex;
<add> var eyetribe;
<add> var mygaze;
<ide>
<ide> try {
<ide> eyex = require('eyex');
<ide> if(eyex && eyex.ping) {
<ide> data = eyex.ping()
<ide> } else if(eyet... | |
JavaScript | mit | 7fcb12abd5e394b306746b1248742025e81801c5 | 0 | HsuTing/generator-cat,HsuTing/generator-cat | 'use strict';
import assert from 'yeoman-assert';
export default () => {
it('src/__tests__/Index.js', () => {
assert.fileContent(
'src/__tests__/Index.js',
'import Index from \'components/Index\''
);
assert.fileContent(
'src/__tests__/Index.js',
'it(\'Index\', () => {'
);
... | __tests__/files/add/jest/component.js | 'use strict';
import assert from 'yeoman-assert';
export default () => {
it('src/__tests__/Index.js', () => {
assert.fileContent(
'src/__tests__/Index.js',
'import Index from \'components/Index\''
);
assert.fileContent(
'src/__tests__/Index.js',
'it(\'Index\', () => {'
);
... | fix test for component test | __tests__/files/add/jest/component.js | fix test for component test | <ide><path>_tests__/files/add/jest/component.js
<ide> );
<ide> assert.fileContent(
<ide> 'src/__tests__/Index.js',
<del> 'expect(wrapper.html()).toBe(\'This is Index!\');'
<add> '<div>This is Index!</div>'
<ide> );
<ide> });
<ide> }; | |
Java | mit | 5efe248c72a81c4c5939c0c8bce432039f1f5db5 | 0 | m-matsubara/sort | /*
* Many Pivot Sort
*
* メニー・ピボット・ソート
* 事前にピボット値をたくさん確定することで高速化を図った改良版クイックソート
*
* Copyright (c) 2015 masakazu matsubara
* Released under the MIT license
* https://github.com/m-matsubara/sort/blob/master/LICENSE.txt
*/
package mmsort;
import java.util.Comparator;
public class ManyPivotSort implements ISortAlg... | src/mmsort/ManyPivotSort.java | /*
* Many Pivot Sort
*
* メニー・ピボット・ソート
* 事前にピボット値をたくさん確定することで高速化を図った改良版クイックソート
*
* Copyright (c) 2015 masakazu matsubara
* Released under the MIT license
* https://github.com/m-matsubara/sort/blob/master/LICENSE.txt
*/
package mmsort;
import java.util.Comparator;
public class ManyPivotSort implements ISortAlg... | 不要ロジック削除 | src/mmsort/ManyPivotSort.java | 不要ロジック削除 | <ide><path>rc/mmsort/ManyPivotSort.java
<ide> final int range = to - from; // sort range / ソート範囲サイズ
<ide>
<ide> // ソート対象配列サイズが3以下のときは特別扱い
<del> if (range <= 1) {
<del> return;
<del> } else if (range == 2) {
<del> if (comparator.compare(array[from + 1], array[from]) < 0) {
<del> T work = array[from];
<del... | |
Java | apache-2.0 | 2ffa743d7745550d0e2e59681097171717a532ad | 0 | marssa/footprint | /**
* Copyright 2012 MARSEC-XL International Limited
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applica... | src/main/java/mise/marssa/footprint/datatypes/decimal/DegreesDecimal.java | /**
* Copyright 2012 MARSEC-XL International Limited
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applica... | a new constructor taking MathContext as a parameter | src/main/java/mise/marssa/footprint/datatypes/decimal/DegreesDecimal.java | a new constructor taking MathContext as a parameter | <ide><path>rc/main/java/mise/marssa/footprint/datatypes/decimal/DegreesDecimal.java
<ide> */
<ide> package mise.marssa.footprint.datatypes.decimal;
<ide>
<add>import static javax.measure.unit.NonSI.MILE;
<add>
<add>import java.math.MathContext;
<add>
<ide> import javax.persistence.Entity;
<ide> import javax.xml.bind.... | |
Java | apache-2.0 | 9f0bac50be2a19ffdc67db6f996faab7274e20cf | 0 | rdblue/kite,bbrownz/kite,prazanna/kite,gabrielreid/kite,kite-sdk/kite,bbrownz/kite,joey/kite,mkwhitacre/kite,joey/kite,prazanna/kite,gabrielreid/kite,scalingdata/cdk,andrewrothstein/kite,ronanstokes/kite,scalingdata/cdk,andrewrothstein/kite,dlanza1/kite,scalingdata/cdk,megnataraj/kite,tinkujohn/kite,bbrownz/kite,rdblue... | /**
* Copyright 2014 Cloudera 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... | kite-minicluster/src/main/java/org/kitesdk/minicluster/cli/RunCommand.java | /**
* Copyright 2014 Cloudera 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... | Fix NPE in minicluster RunCommand.
| kite-minicluster/src/main/java/org/kitesdk/minicluster/cli/RunCommand.java | Fix NPE in minicluster RunCommand. | <ide><path>ite-minicluster/src/main/java/org/kitesdk/minicluster/cli/RunCommand.java
<ide> .clean(clean).hadoopConf(conf).bindIP(bindIP)
<ide> .namenodeRpcPort(namenodeRpcPort)
<ide> .zkPort(zkPort)
<del> .hiveMetastorePort(hiveMetastorePort).hiveServerPort(hiveServerPort)
<del> .f... | |
Java | mit | 6a607166bae2d7c53e950dcb8fd391be397ab11c | 0 | JCThePants/NucleusFramework,JCThePants/NucleusFramework | /* This file is part of GenericsLib for Bukkit, licensed under the MIT License (MIT).
*
* Copyright (c) JCThePants (www.jcwhatever.com)
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software... | src/com/jcwhatever/bukkit/generic/events/GenericsEventManager.java | /* This file is part of GenericsLib for Bukkit, licensed under the MIT License (MIT).
*
* Copyright (c) JCThePants (www.jcwhatever.com)
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software... | comment fix
| src/com/jcwhatever/bukkit/generic/events/GenericsEventManager.java | comment fix | <ide><path>rc/com/jcwhatever/bukkit/generic/events/GenericsEventManager.java
<ide> /**
<ide> * Constructor.
<ide> *
<del> * @param parent The parent event manager.
<add> * @param parent The parent event manager. The parent receives all
<add> * event calls the child receives.
<... | |
Java | apache-2.0 | 4f08993a03da9891f8065444ada9e1a33977d5a5 | 0 | BD2K-DDI/ddi-annotation | package uk.ac.ebi.ddi.extservices.entrez.client.taxonomy;
import com.google.common.collect.Lists;
import org.apache.commons.lang3.ArrayUtils;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.web.util.UriComponentsBuilder;
import uk.ac.ebi.ddi.extservices.ebiprotein.utils.EBITaxonomyU... | src/main/java/uk/ac/ebi/ddi/extservices/entrez/client/taxonomy/TaxonomyWsClient.java | package uk.ac.ebi.ddi.extservices.entrez.client.taxonomy;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.web.util.UriComponentsBuilder;
import uk.ac.ebi.ddi.extservices.ebiprotein.utils.EBITaxonomyUtils;
import uk.ac.ebi.ddi.extservices.entrez.config.TaxWsConfigProd;
import uk.ac.e... | Fixed 414 Request-URI Too Long problem
| src/main/java/uk/ac/ebi/ddi/extservices/entrez/client/taxonomy/TaxonomyWsClient.java | Fixed 414 Request-URI Too Long problem | <ide><path>rc/main/java/uk/ac/ebi/ddi/extservices/entrez/client/taxonomy/TaxonomyWsClient.java
<ide> package uk.ac.ebi.ddi.extservices.entrez.client.taxonomy;
<ide>
<add>import com.google.common.collect.Lists;
<add>import org.apache.commons.lang3.ArrayUtils;
<ide> import org.slf4j.Logger;
<ide> import org.slf4j.Logger... | |
Java | apache-2.0 | 59ada1c7ad3317938054f82c8f4e58fbfd67619d | 0 | ahmadshahwan/cohorte-runtime,isandlaTech/cohorte-runtime,isandlaTech/cohorte-runtime,ahmadshahwan/cohorte-runtime,isandlaTech/cohorte-runtime,ahmadshahwan/cohorte-runtime,isandlaTech/cohorte-runtime,isandlaTech/cohorte-runtime,ahmadshahwan/cohorte-runtime,ahmadshahwan/cohorte-runtime,ahmadshahwan/cohorte-runtime,isandl... | /**
* File: CFileFinderSvc.java
* Author: Thomas Calmant
* Date: 6 sept. 2011
*/
package org.psem2m.isolates.base.dirs.impl;
import java.io.File;
import java.util.ArrayList;
import java.util.LinkedHashSet;
import java.util.List;
import java.util.Set;
import org.psem2m.isolates.services.dirs.IFileFinderSvc;
im... | trunk/org.psem2m.isolates.base/src/org/psem2m/isolates/base/dirs/impl/CFileFinderSvc.java | /**
* File: CFileFinderSvc.java
* Author: Thomas Calmant
* Date: 6 sept. 2011
*/
package org.psem2m.isolates.base.dirs.impl;
import java.io.File;
import java.util.ArrayList;
import java.util.LinkedHashSet;
import java.util.List;
import java.util.Set;
import org.psem2m.isolates.services.dirs.IFileFinderSvc;
im... | Correction du FileFinder pour tester le chemin complet
Le dernier chemin cherché est le nom donné directement, pour gérer les
noms de fichiers complets
| trunk/org.psem2m.isolates.base/src/org/psem2m/isolates/base/dirs/impl/CFileFinderSvc.java | Correction du FileFinder pour tester le chemin complet | <ide><path>runk/org.psem2m.isolates.base/src/org/psem2m/isolates/base/dirs/impl/CFileFinderSvc.java
<ide> */
<ide> public class CFileFinderSvc implements IFileFinderSvc {
<ide>
<del> /** Platform directories service */
<del> private IPlatformDirsSvc pPlatformDirs;
<add> /** Platform directories service */
<add>... | |
Java | apache-2.0 | e389daea4b9cfc417d6ddee6125465e45e326254 | 0 | kalaspuffar/pdfbox,kalaspuffar/pdfbox,apache/pdfbox,apache/pdfbox | /*
* Copyright 2015 The Apache Software Foundation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applica... | examples/src/test/java/org/apache/pdfbox/examples/pdfa/CreatePDFATest.java | /*
* Copyright 2015 The Apache Software Foundation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applica... | PDFBOX-4689: add test for preflight to make sure that signed PDF/A-1b is still PDF/A-1b
git-svn-id: c3ad59981690829a43dc34c293c4e2cd04bcd994@1869992 13f79535-47bb-0310-9956-ffa450edef68
| examples/src/test/java/org/apache/pdfbox/examples/pdfa/CreatePDFATest.java | PDFBOX-4689: add test for preflight to make sure that signed PDF/A-1b is still PDF/A-1b | <ide><path>xamples/src/test/java/org/apache/pdfbox/examples/pdfa/CreatePDFATest.java
<ide> import junit.framework.TestCase;
<ide>
<ide> import java.io.File;
<add>import java.io.FileInputStream;
<add>import java.security.KeyStore;
<ide> import org.apache.pdfbox.examples.pdmodel.CreatePDFA;
<add>import org.apache.pdfbox... | |
JavaScript | apache-2.0 | a56597b51cebf87c80dbe0c9d4cc0048311de6e0 | 0 | mitmedialab/MediaCloud-Web-Tools,mitmedialab/MediaCloud-Web-Tools,mitmedialab/MediaCloud-Web-Tools,mitmedialab/MediaCloud-Web-Tools | import { setAppName } from './config';
import { setAppColors } from './styles/colors';
import routes from './routes/sourceRoutes';
import initializeApp from './index';
/**
* This serves as the primary entry point to the Media Cloud Source Manager app.
*/
setAppName('sources');
setAppColors({
light: '#4b9fcb',
... | src/sourcesIndex.js | import { setAppName } from './config';
import { setAppColors } from './styles/colors';
import routes from './routes/sourceRoutes';
import initializeApp from './index';
/**
* This serves as the primary entry point to the Media Cloud Source Manager app.
*/
setAppName('sources');
setAppColors({
light: '#4b9fcb',
... | using #1c779d for sources rollover color for now (#45)
| src/sourcesIndex.js | using #1c779d for sources rollover color for now (#45) | <ide><path>rc/sourcesIndex.js
<ide> setAppColors({
<ide> light: '#4b9fcb',
<ide> dark: '#3c97bd',
<add> darker: '#1c779d',
<ide> });
<ide>
<ide> initializeApp(routes); | |
Java | apache-2.0 | 7be6cfd81362fb927666e93f4d20590ab4017910 | 0 | ecsec/open-ecard,ecsec/open-ecard,ecsec/open-ecard | /****************************************************************************
* Copyright (C) 2012-2014 ecsec GmbH.
* All rights reserved.
* Contact: ecsec GmbH (info@ecsec.de)
*
* This file is part of the Open eCard App.
*
* GNU General Public License Usage
* This file may be used under the terms of the GNU Ge... | addons/tr03112/src/main/java/org/openecard/sal/protocol/eac/PACEStep.java | /****************************************************************************
* Copyright (C) 2012-2014 ecsec GmbH.
* All rights reserved.
* Contact: ecsec GmbH (info@ecsec.de)
*
* This file is part of the Open eCard App.
*
* GNU General Public License Usage
* This file may be used under the terms of the GNU Ge... | Don't allow other terminal types than AUTHENTICATION_TERMINAL.
| addons/tr03112/src/main/java/org/openecard/sal/protocol/eac/PACEStep.java | Don't allow other terminal types than AUTHENTICATION_TERMINAL. | <ide><path>ddons/tr03112/src/main/java/org/openecard/sal/protocol/eac/PACEStep.java
<ide> CardVerifiableCertificateVerifier.verify(taCert, certDescription);
<ide> // Verify that the required CHAT matches the terminal certificate's CHAT
<ide> CHAT taCHAT = taCert.getCHAT();
<add>
<add> // Check t... | |
Java | apache-2.0 | bfead2ec979c95f906595ab9f82bafa2516740bd | 0 | chtyim/cdap,hsaputra/cdap,caskdata/cdap,chtyim/cdap,caskdata/cdap,caskdata/cdap,anthcp/cdap,anthcp/cdap,caskdata/cdap,anthcp/cdap,chtyim/cdap,mpouttuclarke/cdap,anthcp/cdap,hsaputra/cdap,hsaputra/cdap,anthcp/cdap,caskdata/cdap,hsaputra/cdap,chtyim/cdap,hsaputra/cdap,caskdata/cdap,mpouttuclarke/cdap,chtyim/cdap,mpouttuc... | /*
* Copyright 2014 Cask, 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 in wr... | app-fabric/src/main/java/co/cask/cdap/internal/app/services/ServiceTwillApplication.java | /*
* Copyright 2014 Cask, 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 in wr... | Pass correct configurer
| app-fabric/src/main/java/co/cask/cdap/internal/app/services/ServiceTwillApplication.java | Pass correct configurer | <ide><path>pp-fabric/src/main/java/co/cask/cdap/internal/app/services/ServiceTwillApplication.java
<ide> @Override
<ide> public TwillSpecification configure() {
<ide> ServiceConfigurer configurer = new DefaultServiceConfigurer();
<del> service.configure(new DefaultServiceConfigurer());
<add> service.confi... | |
Java | apache-2.0 | 0452dcd2e62dbbf09e5117ceb440f5ab6dc78a4c | 0 | gxa/atlas,gxa/atlas,gxa/atlas,gxa/atlas,gxa/atlas | /*
* Copyright 2008-2013 Microarray Informatics Team, EMBL-European Bioinformatics Institute
*
* 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-... | web/src/test/java/uk/ac/ebi/atlas/acceptance/selenium/pages/HeatmapTablePage.java | /*
* Copyright 2008-2013 Microarray Informatics Team, EMBL-European Bioinformatics Institute
*
* 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-... | increased waitTimeout in selenium test of ajax component
| web/src/test/java/uk/ac/ebi/atlas/acceptance/selenium/pages/HeatmapTablePage.java | increased waitTimeout in selenium test of ajax component | <ide><path>eb/src/test/java/uk/ac/ebi/atlas/acceptance/selenium/pages/HeatmapTablePage.java
<ide>
<ide> public WebElement getDisplayLevelsButton() {
<ide> new FluentWait<>(driver)
<del> .withTimeout(80, TimeUnit.SECONDS)
<add> .withTimeout(200, TimeUnit.SECONDS)
<ide> ... | |
Java | mit | 4bb671cecc4b8ea599d748b839b69c119c997e87 | 0 | dozedoff/commonj | package com.github.dozedoff.commonj.hash;
/*
* pHash-like image hash.
* Author: Elliot Shepherd (elliot@jarofworms.com)
* Based On: http://www.hackerfactor.com/blog/index.php?/archives/432-Looks-Like-It.html
*
* Original Source: http://pastebin.com/Pj9d8jt5#
*/
import java.awt.Graphics2D;
import java.awt.colo... | src/main/java/com/github/dozedoff/commonj/hash/ImagePHash.java | package com.github.dozedoff.commonj.hash;
/*
* pHash-like image hash.
* Author: Elliot Shepherd (elliot@jarofworms.com)
* Based On: http://www.hackerfactor.com/blog/index.php?/archives/432-Looks-Like-It.html
*
* Original Source: http://pastebin.com/Pj9d8jt5#
*/
import java.awt.Graphics2D;
import java.awt.colo... | REFACTOR simplified getStringHash
| src/main/java/com/github/dozedoff/commonj/hash/ImagePHash.java | REFACTOR simplified getStringHash | <ide><path>rc/main/java/com/github/dozedoff/commonj/hash/ImagePHash.java
<ide> * @param is
<ide> * file to hash
<ide> * @return a 'binary string' (like. 001010111011100010) which is easy to do a hamming distance on.
<del> * @throws IOException
<del> */
<del> public String getStringHash(InputStream is... | |
Java | apache-2.0 | 9fd97198fd3e69e0e884e226f8d612652585fd02 | 0 | bkirschn/sakai,noondaysun/sakai,willkara/sakai,introp-software/sakai,liubo404/sakai,hackbuteer59/sakai,colczr/sakai,ktakacs/sakai,puramshetty/sakai,whumph/sakai,kwedoff1/sakai,zqian/sakai,colczr/sakai,colczr/sakai,conder/sakai,joserabal/sakai,joserabal/sakai,willkara/sakai,bzhouduke123/sakai,lorenamgUMU/sakai,kingmook/... | /**********************************************************************************
* $URL$
* $Id$
***********************************************************************************
*
* Copyright (c) 2004, 2005, 2006, 2007, 2008 The Sakai Foundation
*
* Licensed under the Educational Community License, Version ... | samigo/samigo-app/src/java/org/sakaiproject/tool/assessment/ui/bean/author/AnswerBean.java | /**********************************************************************************
* $URL$
* $Id$
***********************************************************************************
*
* Copyright (c) 2004, 2005, 2006, 2007, 2008 The Sakai Foundation
*
* Licensed under the Educational Community License, Version ... | SAM-787
git-svn-id: 574bb14f304dbe16c01253ed6697ea749724087f@92377 66ffb92e-73f9-0310-93c1-f5514f145a0a
| samigo/samigo-app/src/java/org/sakaiproject/tool/assessment/ui/bean/author/AnswerBean.java | SAM-787 | <ide><path>amigo/samigo-app/src/java/org/sakaiproject/tool/assessment/ui/bean/author/AnswerBean.java
<ide> }
<ide>
<ide> public String getText() {
<add> if (text == null) {
<add> return text;
<add> }
<ide> String status;
<ide> if (text.equalsIgnoreCase("Agree"))
<ide> status = "st_agree"; | |
JavaScript | mit | eb1cf4a2a6fdbfa9fb45c1d8a25862333b7902a2 | 0 | ecomfe/veui,ecomfe/veui,ecomfe/veui,ecomfe/veui | import { isObject, startsWith, forEach } from 'lodash'
import Vue from 'vue'
import i18n from './i18n'
export class ConfigManager {
store = new Vue({
data: {
store: {},
watchers: {}
},
methods: {
setConfig (obj, key, val, ns, override) {
if (isObject(key)) {
ns = val
... | packages/veui/src/managers/config.js | import { isObject, startsWith, forEach } from 'lodash'
import Vue from 'vue'
import i18n from './i18n'
export class ConfigManager {
store = new Vue({
data: {
store: {},
watchers: {}
},
methods: {
setConfig (obj, key, val, ns, override) {
if (isObject(key)) {
ns = val
... | fix: quick fix for potential infinite recursion (when config data contains components)
| packages/veui/src/managers/config.js | fix: quick fix for potential infinite recursion (when config data contains components) | <ide><path>ackages/veui/src/managers/config.js
<ide> this.transformValue(obj, key, null)
<ide> },
<ide> transformValue (context, key, path) {
<add> if (context && (context._isVue || context._Ctor)) {
<add> return
<add> }
<add>
<ide> let watcherKey = path ? `${path}.${k... | |
Java | apache-2.0 | e978837c23b96e2fdca9ae118b96f0853d44c50e | 0 | joukojo/cache-gcfilter | package net.yogocodes.gclistener.ehcache;
import java.lang.management.ManagementFactory;
import java.util.List;
import javax.management.InstanceNotFoundException;
import javax.management.MBeanServer;
import javax.management.MalformedObjectNameException;
import javax.management.Notification;
import javax.management.No... | ehcache-gc-listener/src/main/java/net/yogocodes/gclistener/ehcache/EhCacheGCListener.java | package net.yogocodes.gclistener.ehcache;
import java.lang.management.ManagementFactory;
import java.util.List;
import javax.management.InstanceNotFoundException;
import javax.management.MBeanServer;
import javax.management.MalformedObjectNameException;
import javax.management.Notification;
import javax.management.No... | added jvm option to disable the listening
| ehcache-gc-listener/src/main/java/net/yogocodes/gclistener/ehcache/EhCacheGCListener.java | added jvm option to disable the listening | <ide><path>hcache-gc-listener/src/main/java/net/yogocodes/gclistener/ehcache/EhCacheGCListener.java
<ide>
<ide> public static void register() throws MalformedObjectNameException,
<ide> InstanceNotFoundException {
<add>
<add> boolean isListeningDisabled = "true".equals(System.getProperty("gc.listener.disable"));... | |
Java | apache-2.0 | 1b310f58d683c809a942c827b2cd8e8eb4005bdd | 0 | macula-projects/macula-framework,macula-projects/macula-framework | /*
* Copyright 2004-2019 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by app... | macula-boot/macula-boot-web/src/main/java/org/maculaframework/boot/web/config/security/WebSecurityConfig.java | /*
* Copyright 2004-2019 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by app... | 升级到spring boot 2.2.0
| macula-boot/macula-boot-web/src/main/java/org/maculaframework/boot/web/config/security/WebSecurityConfig.java | 升级到spring boot 2.2.0 | <ide><path>acula-boot/macula-boot-web/src/main/java/org/maculaframework/boot/web/config/security/WebSecurityConfig.java
<ide> @Override
<ide> public void configure(WebSecurity web) {
<ide> web.ignoring()
<del> .regexMatchers(webConfigProperties.getIgnoringRegexPattern());
<add> ... | |
Java | bsd-3-clause | 54e95e0fe986ed78dd643031a757e0b2eb8b9029 | 0 | reines/oversim-manager,reines/oversim-manager | package com.jamierf.oversim.manager;
import com.jamierf.oversim.manager.runnable.SimulationData;
import com.jamierf.oversim.manager.runnable.SimulationRun;
import com.jamierf.oversim.manager.util.DirectoryArchiver;
import org.apache.commons.configuration.Configuration;
import org.apache.commons.configuration.Configura... | src/main/java/com/jamierf/oversim/manager/Manager.java | package com.jamierf.oversim.manager;
import com.jamierf.oversim.manager.runnable.SimulationData;
import com.jamierf.oversim.manager.runnable.SimulationRun;
import com.jamierf.oversim.manager.util.DirectoryArchiver;
import org.apache.commons.configuration.Configuration;
import org.apache.commons.configuration.Configura... | Adding queue size debugging
| src/main/java/com/jamierf/oversim/manager/Manager.java | Adding queue size debugging | <ide><path>rc/main/java/com/jamierf/oversim/manager/Manager.java
<ide> }
<ide>
<ide> public synchronized void started(SimulationThread thread, Runnable runnable) {
<del> this.println(thread + " starting " + runnable + ".");
<add> this.println(thread + " starting " + runnable + ". (" + queue.size() + " left in queu... | |
JavaScript | bsd-3-clause | af5c7a9c3b44da1a64517bd8d5e4a07df32d20ba | 0 | leanprover/ace,JaroslavMoravec/ace,AaronZhangL/ace,vgrish/ace,ggalancs/ace,patope/ace,multiarc/ace,mrlong/ace,skylarkcob/ace,Eynaliyev/ace,brandonb927/ace,erezarnon/ace,JanvanCasteren/ace,jjatria/ace,mrlong/ace,multiarc/ace,skynetbot/ace,ylian/ace,shidao-fm/ace,mrlong/ace,AaronZhangL/ace,patope/ace,STRd6/ace,bcuff/ace,... | "no use strict";
;(function(window) {
if (typeof window.window != "undefined" && window.document)
return;
if (window.require && window.define)
return;
window.console = function() {
var msgs = Array.prototype.slice.call(arguments, 0);
postMessage({type: "log", data: msgs});
};
window.console.error =
win... | lib/ace/worker/worker.js | "no use strict";
;(function(window) {
if (typeof window.window != "undefined" && window.document) {
return;
}
window.console = function() {
var msgs = Array.prototype.slice.call(arguments, 0);
postMessage({type: "log", data: msgs});
};
window.console.error =
window.console.warn =
window.console.log =
wind... | improve require support in worker
| lib/ace/worker/worker.js | improve require support in worker | <ide><path>ib/ace/worker/worker.js
<ide> "no use strict";
<ide> ;(function(window) {
<del>if (typeof window.window != "undefined" && window.document) {
<add>if (typeof window.window != "undefined" && window.document)
<ide> return;
<del>}
<add>if (window.require && window.define)
<add> return;
<ide>
<ide> window... | |
Java | apache-2.0 | a68be8199f023dd19210448e192d301e46efca60 | 0 | chenxiuyang/onos,oeeagle/onos,opennetworkinglab/onos,LorenzReinhart/ONOSnew,jinlongliu/onos,VinodKumarS-Huawei/ietf96yang,gkatsikas/onos,gkatsikas/onos,y-higuchi/onos,VinodKumarS-Huawei/ietf96yang,maheshraju-Huawei/actn,osinstom/onos,kuujo/onos,Shashikanth-Huawei/bmp,gkatsikas/onos,jinlongliu/onos,LorenzReinhart/ONOSne... | /*
* Copyright 2014 Open Networking Laboratory
*
* 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... | core/store/trivial/src/main/java/org/onlab/onos/store/trivial/impl/SimpleMastershipStore.java | /*
* Copyright 2014 Open Networking Laboratory
*
* 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... | Fixed a null pointer exception in SimpleMastershipStore; need to verify whether same exists in distributed one.
Change-Id: I89ad124114586eb69bb9de3702085e8587cb315c
| core/store/trivial/src/main/java/org/onlab/onos/store/trivial/impl/SimpleMastershipStore.java | Fixed a null pointer exception in SimpleMastershipStore; need to verify whether same exists in distributed one. | <ide><path>ore/store/trivial/src/main/java/org/onlab/onos/store/trivial/impl/SimpleMastershipStore.java
<ide> import java.util.HashSet;
<ide> import java.util.List;
<ide> import java.util.Map;
<add>import java.util.Objects;
<ide> import java.util.Set;
<ide> import java.util.concurrent.atomic.AtomicInteger;
<ide>
<ide>... | |
Java | apache-2.0 | 286eb7755edd241b8f334553bbb584caa4950a07 | 0 | asciidoctor/asciidoctor-maven-plugin,asciidoctor/asciidoctor-maven-plugin,NicolasGeraud/asciidoctor-maven-plugin,abelsromero/asciidoctor-maven-plugin,abelsromero/asciidoctor-maven-plugin,abelsromero/asciidoctor-maven-plugin,mojavelinux/asciidoctor-maven-plugin,asciidoctor/asciidoctor-maven-plugin | /*
* 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
* distribut... | src/main/java/org/asciidoc/maven/AsciidoctorRefreshMojo.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
* distribut... | better logging for the first rendering
| src/main/java/org/asciidoc/maven/AsciidoctorRefreshMojo.java | better logging for the first rendering | <ide><path>rc/main/java/org/asciidoc/maven/AsciidoctorRefreshMojo.java
<ide> import org.asciidoctor.Asciidoctor;
<ide>
<ide> import java.io.File;
<del>import java.io.IOException;
<ide> import java.util.ArrayList;
<ide> import java.util.Collection;
<ide> import java.util.Scanner;
<ide> }
<ide>
<ide> protected ... | |
JavaScript | mit | 0ddf2d0303d0bc67bf8075c1090e49b4c8ea67b9 | 0 | filipedeschamps/rss-feed-emitter | 'use strict';
const FeedParser = require('feedparser');
const request = require('request');
const FeedError = require('./FeedError');
const RESPONSE_CODES = {
OK: 200,
NOT_FOUND: 404,
ISE: 500,
};
/**
* This module manages automatically how many feed items
* it will keep in memory, and basically it will have... | src/Feed.js | 'use strict';
const FeedParser = require('feedparser');
const request = require('request');
const FeedError = require('./FeedError');
const RESPONSE_CODES = {
OK: 200,
NOT_FOUND: 404,
ISE: 500,
};
/**
* This module manages automatically how many feed items
* it will keep in memory, and basically it will have... | improve FeedError message | src/Feed.js | improve FeedError message | <ide><path>rc/Feed.js
<ide> })
<ide> .on('response', (res) => {
<ide> if (res.statusCode !== RESPONSE_CODES.OK) {
<del> this.handleError(new FeedError(`This URL returned a ${res.statusCode} status code`, 'fetch_url_error', this.url));
<add> this.handleError(new FeedError(`${this.ur... | |
Java | lgpl-2.1 | error: pathspec 'src/test/java/com/celements/xwikiPatches/ConcurrentCacheTest.java' did not match any file(s) known to git
| 387877245fb7e63a5d641bdda594c0572868b63d | 1 | celements/celements-core,celements/celements-core | package com.celements.xwikiPatches;
import static com.celements.common.test.CelementsTestUtils.*;
import static org.easymock.EasyMock.*;
import static org.junit.Assert.*;
import java.util.ArrayList;
import java.util.concurrent.Callable;
import java.util.concurrent.Executors;
import java.util.concurrent.ScheduledExecu... | src/test/java/com/celements/xwikiPatches/ConcurrentCacheTest.java | start implementing concurrent document cache tests | src/test/java/com/celements/xwikiPatches/ConcurrentCacheTest.java | start implementing concurrent document cache tests | <ide><path>rc/test/java/com/celements/xwikiPatches/ConcurrentCacheTest.java
<add>package com.celements.xwikiPatches;
<add>
<add>import static com.celements.common.test.CelementsTestUtils.*;
<add>import static org.easymock.EasyMock.*;
<add>import static org.junit.Assert.*;
<add>
<add>import java.util.ArrayList;
<add>imp... | |
Java | apache-2.0 | 9b3234a742db9491c8dc965288d9728c828d7432 | 0 | ops4j/org.ops4j.pax.logging,ops4j/org.ops4j.pax.logging | /*
* Copyright (c) 2004-2007 QOS.ch
* All rights reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining
* a copy of this software and associated documentation files (the
* "Software"), to deal in the Software without restriction, including
* without limitation the rights ... | api/src/main/java/org/slf4j/impl/StaticMarkerBinder.java | /*
* Copyright (c) 2004-2007 QOS.ch
* All rights reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining
* a copy of this software and associated documentation files (the
* "Software"), to deal in the Software without restriction, including
* without limitation the rights ... | PAXLOGGING-43: Incomplete SLF4J Marker support
| api/src/main/java/org/slf4j/impl/StaticMarkerBinder.java | PAXLOGGING-43: Incomplete SLF4J Marker support | <ide><path>pi/src/main/java/org/slf4j/impl/StaticMarkerBinder.java
<ide> * {@link BasicMarkerFactory}.
<ide> */
<ide> public IMarkerFactory getMarkerFactory() {
<del> return null;
<add> return new BasicMarkerFactory();
<ide> }
<ide>
<ide> /** | |
Java | apache-2.0 | bb2c1395af3cc99be07cee7476a23c81b81a820a | 0 | mtransitapps/commons-android,mtransitapps/commons-android,mtransitapps/commons-android | package org.mtransit.android.commons.provider;
import org.junit.Before;
import org.junit.Test;
import org.mtransit.android.commons.TimeUtils;
import org.mtransit.android.commons.data.POI;
import org.mtransit.android.commons.data.POIStatus;
import org.mtransit.android.commons.data.Route;
import org.mtransit.android.com... | src/test/java/org/mtransit/android/commons/provider/CaLTCOnlineProviderTest.java | package org.mtransit.android.commons.provider;
import org.junit.Before;
import org.junit.Test;
import org.mtransit.android.commons.TimeUtils;
import org.mtransit.android.commons.data.POI;
import org.mtransit.android.commons.data.POIStatus;
import org.mtransit.android.commons.data.Route;
import org.mtransit.android.com... | Fix tests > commons-java: setup()
| src/test/java/org/mtransit/android/commons/provider/CaLTCOnlineProviderTest.java | Fix tests > commons-java: setup() | <ide><path>rc/test/java/org/mtransit/android/commons/provider/CaLTCOnlineProviderTest.java
<ide> import org.mtransit.android.commons.provider.CaLTCOnlineProvider.JBusTimes.JResult.JStopTimeResult;
<ide> import org.mtransit.android.commons.provider.CaLTCOnlineProvider.JBusTimes.JResult.JStopTimeResult.JLine;
<ide> impor... | |
Java | apache-2.0 | e7b16a5e3fba959cd76c70af002b5935bbcd9e3f | 0 | hs-jenkins-bot/Singularity,HubSpot/Singularity,HubSpot/Singularity,HubSpot/Singularity,hs-jenkins-bot/Singularity,HubSpot/Singularity,hs-jenkins-bot/Singularity,hs-jenkins-bot/Singularity,hs-jenkins-bot/Singularity,HubSpot/Singularity | package com.hubspot.singularity.executor.cleanup;
import java.io.File;
import java.io.IOException;
import java.nio.file.DirectoryStream;
import java.nio.file.Files;
import java.nio.file.Path;
import java.nio.file.Paths;
import java.util.ArrayList;
import java.util.Collection;
import java.util.Collections;
import java.... | SingularityExecutorCleanup/src/main/java/com/hubspot/singularity/executor/cleanup/SingularityExecutorCleanup.java | package com.hubspot.singularity.executor.cleanup;
import java.io.File;
import java.io.IOException;
import java.nio.file.DirectoryStream;
import java.nio.file.Files;
import java.nio.file.Path;
import java.nio.file.Paths;
import java.util.ArrayList;
import java.util.Collection;
import java.util.Collections;
import java.... | When configured, delete logrotateAdditionalFiles 15 minutes after the task terminates.
| SingularityExecutorCleanup/src/main/java/com/hubspot/singularity/executor/cleanup/SingularityExecutorCleanup.java | When configured, delete logrotateAdditionalFiles 15 minutes after the task terminates. | <ide><path>ingularityExecutorCleanup/src/main/java/com/hubspot/singularity/executor/cleanup/SingularityExecutorCleanup.java
<ide> import com.hubspot.singularity.executor.TemplateManager;
<ide> import com.hubspot.singularity.executor.cleanup.config.SingularityExecutorCleanupConfiguration;
<ide> import com.hubspot.singul... | |
JavaScript | mit | 22c9f6b1bf4954c852a9ce04bc9b702051d15089 | 0 | Indigo744/jQuery-Mapael,neveldo/jQuery-Mapael,Indigo744/jQuery-Mapael,neveldo/jQuery-Mapael | /*!
*
* Jquery Mapael - Dynamic maps jQuery plugin (based on raphael.js)
* Requires jQuery, raphael.js and jquery.mousewheel
*
* Version: 2.0.0-dev
*
* Copyright (c) 2015 Vincent Brouté (http://www.vincentbroute.fr/mapael)
* Licensed under the MIT license (http://www.opensource.org/licenses/mit-license.php).
*... | js/jquery.mapael.js | /*!
*
* Jquery Mapael - Dynamic maps jQuery plugin (based on raphael.js)
* Requires jQuery, raphael.js and jquery.mousewheel
*
* Version: 2.0.0-dev
*
* Copyright (c) 2015 Vincent Brouté (http://www.vincentbroute.fr/mapael)
* Licensed under the MIT license (http://www.opensource.org/licenses/mit-license.php).
*... | Removed redundant elem.show() | js/jquery.mapael.js | Removed redundant elem.show() | <ide><path>s/jquery.mapael.js
<ide> } else {
<ide> // Set attribute
<ide> elem.mapElem.attr({"opacity": opacity});
<del> // For extrem opacity, hide or show
<add> // For null opacity, hide it
<ide> if (opacity === 0) elem.mapElem.... | |
Java | apache-2.0 | a371b409ea09a5ddf38895de9d190eca49df1f7b | 0 | cloudera-labs/envelope | /*
* Copyright (c) 2015-2019, Cloudera, Inc. All Rights Reserved.
*
* Cloudera, Inc. licenses this file 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... | core/src/test/java/com/cloudera/labs/envelope/spark/TestContexts.java | /*
* Copyright (c) 2015-2019, Cloudera, Inc. All Rights Reserved.
*
* Cloudera, Inc. licenses this file 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... | [ENV-412] Use an in-memory HMS DB for unit tests (#280)
| core/src/test/java/com/cloudera/labs/envelope/spark/TestContexts.java | [ENV-412] Use an in-memory HMS DB for unit tests (#280) | <ide><path>ore/src/test/java/com/cloudera/labs/envelope/spark/TestContexts.java
<ide> import com.cloudera.labs.envelope.utils.ConfigUtils;
<ide> import com.typesafe.config.Config;
<ide> import com.typesafe.config.ConfigFactory;
<add>
<ide> import org.apache.spark.SparkConf;
<ide> import org.apache.spark.sql.AnalysisExc... | |
JavaScript | mit | 15e436843904cceef2410927552312b9ed242d2c | 0 | cloudmine/cloudmine-js,cloudmine/cloudmine-js,cloudmine/cloudmine-js,cloudmine/CloudMineSDK-JavaScript,cloudmine/CloudMineSDK-JavaScript,cloudmine/CloudMineSDK-JavaScript | /*
To-do list: sample Cloudmine app
Features: - Simple data pushing: Creating new items, updating them as "done," and deleting them using Cloudmine object storage
- Easy and secure user management: Logging in or registering as a new user, with the session saved
for seven days or unt... | examples/todo_app/todo.js | /*
To-do list: sample Cloudmine app
Features: - Simple data pushing: Creating new items, updating them as "done," and deleting them using Cloudmine object storage
- Easy and secure user management: Logging in or registering as a new user, with the session saved
for seven days or unt... | js updated
| examples/todo_app/todo.js | js updated | <ide><path>xamples/todo_app/todo.js
<ide>
<ide> // Make the Cloudmine library call to send the data to the cloud, along with the unique_id
<ide>
<del> cm.update(unique_id, object_data)
<add> cm.update(unique_id, data)
<ide> .on('success', function(){
<del> todo.draw_new_item(obj... | |
Java | mit | 315e6a8cb54c5b845f938bd52243f4fa07e9ec54 | 0 | marbros/Programing-Memories,marbros/Programing-Memories,marnig/Programing-Memories,marnig/Programing-Memories,marnig/Programing-Memories,marbros/Programing-Memories,marbros/Programing-Memories,marbros/Programing-Memories,marnig/Programing-Memories,marnig/Programing-Memories | /**
* @author Mario Giraldo Restrepo
* @deprecated Algorithm of Huffman
* @version 0.0.3
*/
//http://www.eztigma.tk/juegos/binary.php
import java.util.Scanner;
import java.util.TreeMap;
import java.util.PriorityQueue;
public class Huffman {
static String keys = "";
static String k = "";
/**
* Este método... | Algorithm_Of_Huffman/Huffman.java | /**
* @author Mario Giraldo Restrepo
* @deprecated Algorithm of Huffman
* @version 0.0.3
*/
//http://www.eztigma.tk/juegos/binary.php
import java.util.Scanner;
import java.util.TreeMap;
import java.util.PriorityQueue;
public class Huffman {
static String keys = "";
static String k = "";
/**
* Este método... | the method 'printTextCompress' is added.
| Algorithm_Of_Huffman/Huffman.java | the method 'printTextCompress' is added. | <ide><path>lgorithm_Of_Huffman/Huffman.java
<ide>
<ide> //Imprime Keys
<ide> System.out.println("-Keys- \n" + keys);
<del> }
<add> }
<add>
<add> /**
<add> * Este método realiza un reemplazo de cada caracter del texto
<add> * por su respectiva key asignada al arbol; luego imprime el nuevo
<add> * texto resul... | |
Java | mit | 7001ccdd237668479e341bcef81b607728b4cb45 | 0 | imhobo/iitkconv | package com.aps.iitkconv.activities;
/**
* Created by imhobo on 31/3/17.
*/
import android.app.ActionBar;
import android.app.Activity;
import android.app.SearchManager;
import android.content.Context;
import android.content.Intent;
import android.graphics.Bitmap;
import android.graphics.BitmapFactory;
import androi... | app/src/main/java/com/aps/iitkconv/activities/CardViewActivity.java | package com.aps.iitkconv.activities;
/**
* Created by imhobo on 31/3/17.
*/
import android.app.ActionBar;
import android.app.Activity;
import android.app.SearchManager;
import android.content.Context;
import android.content.Intent;
import android.graphics.Bitmap;
import android.graphics.BitmapFactory;
import androi... | Version 0.92
| app/src/main/java/com/aps/iitkconv/activities/CardViewActivity.java | Version 0.92 | <ide><path>pp/src/main/java/com/aps/iitkconv/activities/CardViewActivity.java
<ide> for (String i : tempHolder)
<ide> {
<ide> int num = db.getStudentCountInAward(i);
<del> results.add(new DataObject(i, String.valueOf(num)));
<add> if(!i.equals(""))
<add> ... | |
JavaScript | bsd-3-clause | 37e1a7f5b6c609469f658cdcac3aae1345978aa8 | 0 | erdc-cm/tethysapp-streamflow_prediction_tool,erdc-cm/tethysapp-streamflow_prediction_tool,erdc-cm/tethysapp-streamflow_prediction_tool | /*****************************************************************************
* FILE: Streamflow Prediciton Map Tool
* DATE: 08/24/2015
* AUTHOR: Alan Snow
* COPYRIGHT: (c) 2015 US Army Corps of Engineers ERDC
* LICENSE: BSD 2-Clause
************************************************************************... | tethysapp/streamflow_prediction_tool/public/js/map.js | /*****************************************************************************
* FILE: Streamflow Prediciton Map Tool
* DATE: 08/24/2015
* AUTHOR: Alan Snow
* COPYRIGHT: (c) 2015 US Army Corps of Engineers ERDC
* LICENSE: BSD 2-Clause
************************************************************************... | Fix chart selection zoom
| tethysapp/streamflow_prediction_tool/public/js/map.js | Fix chart selection zoom | <ide><path>ethysapp/streamflow_prediction_tool/public/js/map.js
<ide> Highcharts.getOptions().colors[1]);
<ide> }
<ide> $('.long-term-select').removeClass('hidden');
<add> var long_term_chart = $("#... | |
Java | apache-2.0 | be65022827e91bcc71df7adbb44c3a7c0458231a | 0 | vespa-engine/vespa,vespa-engine/vespa,vespa-engine/vespa,vespa-engine/vespa,vespa-engine/vespa,vespa-engine/vespa,vespa-engine/vespa,vespa-engine/vespa,vespa-engine/vespa,vespa-engine/vespa | // Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
package com.yahoo.vespa.hosted.controller.deployment;
import com.yahoo.config.application.api.DeploymentSpec;
import com.yahoo.config.application.api.DeploymentSpec.Step;
import com.yahoo.config.provi... | controller-server/src/main/java/com/yahoo/vespa/hosted/controller/deployment/DeploymentTrigger.java | // Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
package com.yahoo.vespa.hosted.controller.deployment;
import com.yahoo.config.application.api.DeploymentSpec;
import com.yahoo.config.application.api.DeploymentSpec.Step;
import com.yahoo.config.provi... | Test outstanding commits, when nothing else to test
| controller-server/src/main/java/com/yahoo/vespa/hosted/controller/deployment/DeploymentTrigger.java | Test outstanding commits, when nothing else to test | <ide><path>ontroller-server/src/main/java/com/yahoo/vespa/hosted/controller/deployment/DeploymentTrigger.java
<ide> if (!alreadyTriggered(application, versions)) {
<ide> testJobs = emptyList();
<ide> }
<del> ... | |
Java | mit | 25f2a5957bc5e4eee67fe52aab465cb774befb86 | 0 | rjhdby/motocitizen | package motocitizen.Activity;
import android.location.Location;
import android.os.Bundle;
import android.support.annotation.NonNull;
import android.support.v4.app.FragmentActivity;
import android.support.v4.app.FragmentManager;
import android.text.Editable;
import android.text.TextWatcher;
import android.view.KeyEvent... | Motocitizen/src/motocitizen/Activity/CreateAccActivity.java | package motocitizen.Activity;
import android.location.Location;
import android.os.Bundle;
import android.support.annotation.NonNull;
import android.support.v4.app.FragmentActivity;
import android.support.v4.app.FragmentManager;
import android.text.Editable;
import android.text.TextWatcher;
import android.view.KeyEvent... | https://github.com/rjhdby/motocitizen/issues/394
| Motocitizen/src/motocitizen/Activity/CreateAccActivity.java | https://github.com/rjhdby/motocitizen/issues/394 | <ide><path>otocitizen/src/motocitizen/Activity/CreateAccActivity.java
<ide> GoogleMap map = mapFragment.getMap();
<ide>
<ide> map.animateCamera(CameraUpdateFactory.newLatLngZoom(MyUtils.LocationToLatLng(accident.getLocation()), 16));
<add> map.setMyLocationEnabled(true);
<id... | |
Java | apache-2.0 | error: pathspec 'goci-interfaces/goci-curation/src/test/java/uk/ac/ebi/spot/goci/curation/builder/LocusBuilder.java' did not match any file(s) known to git
| 97c7cb9a275be906bce23162e912a4cabf69b73e | 1 | EBISPOT/goci,EBISPOT/goci,EBISPOT/goci,EBISPOT/goci,EBISPOT/goci,EBISPOT/goci | package uk.ac.ebi.spot.goci.curation.builder;
import uk.ac.ebi.spot.goci.model.Gene;
import uk.ac.ebi.spot.goci.model.Locus;
import uk.ac.ebi.spot.goci.model.RiskAllele;
import java.util.Collection;
/**
* Created by emma on 07/04/2016.
*
* @author emma
* <p>
* Builder for a locus object
*/
publ... | goci-interfaces/goci-curation/src/test/java/uk/ac/ebi/spot/goci/curation/builder/LocusBuilder.java | New builder for a Locus object used during testing
| goci-interfaces/goci-curation/src/test/java/uk/ac/ebi/spot/goci/curation/builder/LocusBuilder.java | New builder for a Locus object used during testing | <ide><path>oci-interfaces/goci-curation/src/test/java/uk/ac/ebi/spot/goci/curation/builder/LocusBuilder.java
<add>package uk.ac.ebi.spot.goci.curation.builder;
<add>
<add>import uk.ac.ebi.spot.goci.model.Gene;
<add>import uk.ac.ebi.spot.goci.model.Locus;
<add>import uk.ac.ebi.spot.goci.model.RiskAllele;
<add>
<add>impo... | |
Java | mit | 2ba60e7eb28f4b8b570fd98ab832f0079da41fa1 | 0 | om3g4zell/CityBuilderJSFML | package sim;
import java.util.ArrayList;
import java.util.Map;
import org.jsfml.graphics.Color;
import org.jsfml.graphics.RenderWindow;
import org.jsfml.system.Time;
import org.jsfml.system.Vector2f;
import org.jsfml.system.Vector2i;
import org.jsfml.window.VideoMode;
import graphics.Tile.TileType;
import graphics.B... | CityBuilderJSFML/src/sim/Sim.java | package sim;
import java.util.ArrayList;
import java.util.Map;
import org.jsfml.graphics.Color;
import org.jsfml.graphics.RenderWindow;
import org.jsfml.system.Time;
import org.jsfml.system.Vector2f;
import org.jsfml.system.Vector2i;
import org.jsfml.window.VideoMode;
import graphics.Tile.TileType;
import graphics.B... | Ajout du grossery store | CityBuilderJSFML/src/sim/Sim.java | Ajout du grossery store | <ide><path>ityBuilderJSFML/src/sim/Sim.java
<ide> this.buildings.add(new Building(BuildingType.ROAD, new Vector2i(38, 22)));
<ide> this.buildings.add(new Building(BuildingType.ROAD, new Vector2i(39, 22)));
<ide>
<add> // Grossery store
<add> this.buildings.add(new Building(BuildingType.GROCERY_STORE, new Vecto... | |
Java | agpl-3.0 | a8e41a7f0a9e591744dcb1d2d8d36d9485e69c05 | 0 | buhe/judge,DMOJ/judge,DMOJ/judge,buhe/judge,buhe/judge,buhe/judge,buhe/judge,DMOJ/judge,buhe/judge | import java.io.*;
import java.lang.management.ManagementFactory;
import java.lang.reflect.InvocationTargetException;
import java.lang.reflect.Method;
import java.lang.reflect.Modifier;
import java.net.MalformedURLException;
import java.net.URL;
import java.net.URLClassLoader;
import java.security.AccessControlException... | java_executor/JavaSafeExecutor.java | import java.io.*;
import java.lang.management.ManagementFactory;
import java.lang.reflect.InvocationTargetException;
import java.lang.reflect.Method;
import java.lang.reflect.Modifier;
import java.net.MalformedURLException;
import java.net.URL;
import java.net.URLClassLoader;
import java.security.AccessControlException... | Allow reading of FD
| java_executor/JavaSafeExecutor.java | Allow reading of FD | <ide><path>ava_executor/JavaSafeExecutor.java
<ide> @Override
<ide> public void checkPermission(Permission perm) {
<ide> if (perm instanceof RuntimePermission) {
<del> if (perm.getName().equals("writeFileDescriptor"))
<add> if (perm.getName().equals("writeFileDe... | |
Java | epl-1.0 | b6dd3caf096120cfdd1104dc38987a48d7da39c9 | 0 | sibvisions/javafx.DndTabPane | /*******************************************************************************
* Copyright (c) 2014 BestSolution.at 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 ... | src/org/eclipse/fx/ui/controls/tabpane/DndTabPaneFactory.java | /*******************************************************************************
* Copyright (c) 2014 BestSolution.at 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 ... | Made the setup method public, to allow more fine-grained control. | src/org/eclipse/fx/ui/controls/tabpane/DndTabPaneFactory.java | Made the setup method public, to allow more fine-grained control. | <ide><path>rc/org/eclipse/fx/ui/controls/tabpane/DndTabPaneFactory.java
<ide> * @param setup
<ide> * the setup
<ide> */
<del> static void setup(FeedbackType type, Pane layoutNode, DragSetup setup) {
<add> public static void setup(FeedbackType type, Pane layoutNode, DragSetup setup) {
<ide> setup.setS... | |
Java | apache-2.0 | 6704ef2794cf7617da658ab0a96f6aca9eb3134c | 0 | GabrielBrascher/cloudstack,GabrielBrascher/cloudstack,GabrielBrascher/cloudstack,GabrielBrascher/cloudstack,GabrielBrascher/cloudstack,GabrielBrascher/cloudstack,GabrielBrascher/cloudstack | // 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... | server/src/main/java/com/cloud/storage/VolumeApiServiceImpl.java | // 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... | server: fix comparison using nullable objects (#4256)
This PR fix some wrongs comparison using nullable objects. Preventing null pointer exception | server/src/main/java/com/cloud/storage/VolumeApiServiceImpl.java | server: fix comparison using nullable objects (#4256) | <ide><path>erver/src/main/java/com/cloud/storage/VolumeApiServiceImpl.java
<ide> // OfflineVmwareMigration: check storage tags on disk(offering)s in comparison to destination storage pool
<ide> // OfflineVmwareMigration: if no match return a proper error now
<ide> DiskOfferingVO diskOffering = _... | |
Java | apache-2.0 | error: pathspec 'plugins/job-repository-nifi/src/main/java/com/thinkbiganalytics/jobrepo/jpa/NifiEventStatisticsRepository.java' did not match any file(s) known to git
| 5f8d92c49f321807f99a1ebe9d27eb141ccfcd96 | 1 | peter-gergely-horvath/kylo,claudiu-stanciu/kylo,claudiu-stanciu/kylo,Teradata/kylo,rashidaligee/kylo,Teradata/kylo,Teradata/kylo,Teradata/kylo,rashidaligee/kylo,claudiu-stanciu/kylo,rashidaligee/kylo,peter-gergely-horvath/kylo,peter-gergely-horvath/kylo,claudiu-stanciu/kylo,Teradata/kylo,rashidaligee/kylo,peter-gergely... | package com.thinkbiganalytics.jobrepo.jpa;
import org.joda.time.DateTime;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.data.jpa.repository.Query;
import org.springframework.data.querydsl.QueryDslPredicateExecutor;
import org.springframework.data.repository.query.Param;
impo... | plugins/job-repository-nifi/src/main/java/com/thinkbiganalytics/jobrepo/jpa/NifiEventStatisticsRepository.java | renamed
| plugins/job-repository-nifi/src/main/java/com/thinkbiganalytics/jobrepo/jpa/NifiEventStatisticsRepository.java | renamed | <ide><path>lugins/job-repository-nifi/src/main/java/com/thinkbiganalytics/jobrepo/jpa/NifiEventStatisticsRepository.java
<add>package com.thinkbiganalytics.jobrepo.jpa;
<add>
<add>import org.joda.time.DateTime;
<add>import org.springframework.data.jpa.repository.JpaRepository;
<add>import org.springframework.data.jpa.r... | |
Java | mit | error: pathspec 'java/src/org/broadinstitute/sting/gatk/walkers/indels/RealignerTargetCreator.java' did not match any file(s) known to git
| 78890c0beecf0e911246ede573d6a3c0c9e691b1 | 1 | iontorrent/Torrent-Variant-Caller-stable,iontorrent/Torrent-Variant-Caller-stable,iontorrent/Torrent-Variant-Caller-stable,iontorrent/Torrent-Variant-Caller-stable,iontorrent/Torrent-Variant-Caller-stable,iontorrent/Torrent-Variant-Caller-stable,iontorrent/Torrent-Variant-Caller-stable,iontorrent/Torrent-Variant-Caller... | package org.broadinstitute.sting.gatk.walkers.indels;
import net.sf.samtools.*;
import org.broadinstitute.sting.gatk.refdata.*;
import org.broadinstitute.sting.gatk.walkers.LocusWalker;
import org.broadinstitute.sting.gatk.contexts.AlignmentContext;
import org.broadinstitute.sting.gatk.contexts.ReferenceContext;
impor... | java/src/org/broadinstitute/sting/gatk/walkers/indels/RealignerTargetCreator.java | First version of walker that combines the functionality of IndelIntervalWalker, MismatchIntervalWalker, SNPClusterWalker, and IntervalMergerWalker - plus it allows the user to input rods containing known indels (e.g. dbSNP or 1KG calls) for automatic cleaning. Basically, all pre-processing steps for cleaning are now d... | java/src/org/broadinstitute/sting/gatk/walkers/indels/RealignerTargetCreator.java | First version of walker that combines the functionality of IndelIntervalWalker, MismatchIntervalWalker, SNPClusterWalker, and IntervalMergerWalker - plus it allows the user to input rods containing known indels (e.g. dbSNP or 1KG calls) for automatic cleaning. Basically, all pre-processing steps for cleaning are now d... | <ide><path>ava/src/org/broadinstitute/sting/gatk/walkers/indels/RealignerTargetCreator.java
<add>package org.broadinstitute.sting.gatk.walkers.indels;
<add>
<add>import net.sf.samtools.*;
<add>import org.broadinstitute.sting.gatk.refdata.*;
<add>import org.broadinstitute.sting.gatk.walkers.LocusWalker;
<add>import org.... | |
Java | mit | e51aa3239baf37b0aa4ea77d68982dad553e1f19 | 0 | nking/curvature-scale-space-corners-and-transformations,nking/curvature-scale-space-corners-and-transformations | package algorithms.imageProcessing;
import algorithms.util.PairInt;
import algorithms.util.ResourceFinder;
import java.io.IOException;
import java.util.HashSet;
import java.util.LinkedHashSet;
import java.util.Set;
import java.util.logging.Logger;
/**
*
* @author nichole
*/
public class PostLineThinnerCorrections ... | src/algorithms/imageProcessing/PostLineThinnerCorrections.java | package algorithms.imageProcessing;
import algorithms.util.PairInt;
import algorithms.util.ResourceFinder;
import java.io.IOException;
import java.util.HashSet;
import java.util.LinkedHashSet;
import java.util.Set;
import java.util.logging.Logger;
/**
*
* @author nichole
*/
public class PostLineThinnerCorrections ... | more improvements to the post-line thinner methods for sparse point sets. | src/algorithms/imageProcessing/PostLineThinnerCorrections.java | more improvements to the post-line thinner methods for sparse point sets. | <ide><path>rc/algorithms/imageProcessing/PostLineThinnerCorrections.java
<ide> correctForHoleArtifacts0(points, w, h);
<ide> correctForHoleArtifacts0_1(points, w, h);
<ide> correctForHoleArtifacts0_2(points, w, h);
<del>
<add> correctForHoleArtifacts0_3(points, w, h);
<add> ... | |
Java | apache-2.0 | 53856baaccd608560605c3a5b08914839ef9bb8b | 0 | gxa/atlas,gxa/atlas,gxa/atlas,gxa/atlas,gxa/atlas | package uk.ac.ebi.atlas.experiments;
public class NumberOfExperiments {
public static final int ALL = 29;
public static final int DISTINCT_ORGANISMS = 18;
public static final int NUMBER_OF_BASELINE_SPECIES = 16;
public static final int NUMBER_OF_PLANTS_EXPERIMENTS = 9;
public static final int NUMB... | web/src/test/java/uk/ac/ebi/atlas/experiments/NumberOfExperiments.java | package uk.ac.ebi.atlas.experiments;
public class NumberOfExperiments {
public static final int ALL = 28;
public static final int DISTINCT_ORGANISMS = 18;
public static final int NUMBER_OF_BASELINE_SPECIES = 16;
public static final int NUMBER_OF_PLANTS_EXPERIMENTS = 9;
public static final int NUMB... | Fix tests
| web/src/test/java/uk/ac/ebi/atlas/experiments/NumberOfExperiments.java | Fix tests | <ide><path>eb/src/test/java/uk/ac/ebi/atlas/experiments/NumberOfExperiments.java
<ide>
<ide> public class NumberOfExperiments {
<ide>
<del> public static final int ALL = 28;
<add> public static final int ALL = 29;
<ide> public static final int DISTINCT_ORGANISMS = 18;
<ide> public static final int NUMBE... | |
Java | mpl-2.0 | d64c4e1c5c4de3f01ab8df69727afc9cf7a0fb4b | 0 | Wurst-Imperium/Wurst-MC-1.11 | /*
* Copyright 2014 - 2017 | Wurst-Imperium | All rights reserved.
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
package net.wurstclient.features.mods.item... | shared-src/net/wurstclient/features/mods/items/CrashChestMod.java | /*
* Copyright 2014 - 2017 | Wurst-Imperium | All rights reserved.
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
package net.wurstclient.features.mods.item... | Update CrashChestMod | shared-src/net/wurstclient/features/mods/items/CrashChestMod.java | Update CrashChestMod | <ide><path>hared-src/net/wurstclient/features/mods/items/CrashChestMod.java
<ide> import net.minecraft.nbt.NBTTagCompound;
<ide> import net.minecraft.nbt.NBTTagList;
<ide> import net.wurstclient.compatibility.WMinecraft;
<del>import net.wurstclient.features.HelpPage;
<ide> import net.wurstclient.features.Mod;
<ide> imp... | |
Java | apache-2.0 | 226999ef88092e619a9d9b22b79f9511db6d9224 | 0 | phrocker/accumulo-1,ctubbsii/accumulo,adamjshook/accumulo,dhutchis/accumulo,mikewalch/accumulo,lstav/accumulo,adamjshook/accumulo,mikewalch/accumulo,ivakegg/accumulo,adamjshook/accumulo,ivakegg/accumulo,lstav/accumulo,phrocker/accumulo-1,keith-turner/accumulo,lstav/accumulo,apache/accumulo,phrocker/accumulo-1,keith-tur... | /*
* 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 ... | test/src/test/java/org/apache/accumulo/proxy/TestProxyInstanceOperations.java | /*
* 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 ... | ACCUMULO-3534 Don't start the already started TServer
Also wait for the tserver to start before running the test.
| test/src/test/java/org/apache/accumulo/proxy/TestProxyInstanceOperations.java | ACCUMULO-3534 Don't start the already started TServer | <ide><path>est/src/test/java/org/apache/accumulo/proxy/TestProxyInstanceOperations.java
<ide> import static org.junit.Assert.assertTrue;
<ide>
<ide> import java.nio.ByteBuffer;
<add>import java.util.Collections;
<ide> import java.util.Properties;
<del>import java.util.TreeMap;
<ide>
<ide> import org.apache.accumulo.c... | |
Java | apache-2.0 | f2f539d1b6f59e44bb32c6905a88df216eb22a0d | 0 | apache/jena,apache/jena,atsolakid/jena,atsolakid/jena,atsolakid/jena,tr3vr/jena,adrapereira/jena,apache/jena,kidaa/jena,apache/jena,tr3vr/jena,kamir/jena,atsolakid/jena,kidaa/jena,kidaa/jena,apache/jena,CesarPantoja/jena,samaitra/jena,tr3vr/jena,kidaa/jena,adrapereira/jena,CesarPantoja/jena,adrapereira/jena,CesarPantoj... | /*
* 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 ... | jena-base/src/test/java/org/apache/jena/atlas/lib/TestFilenameProcessing.java | /*
* 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 ... | Remove dev code. | jena-base/src/test/java/org/apache/jena/atlas/lib/TestFilenameProcessing.java | Remove dev code. | <ide><path>ena-base/src/test/java/org/apache/jena/atlas/lib/TestFilenameProcessing.java
<ide> }
<ide>
<ide> @Test public void fileURL_14() {
<del> String x = cwd ;
<del> if ( isWindows )
<del> x = x.replace('\\', '/') ;
<del> x = cwd.replaceAll("/[^/]*$", "") ;
<add> Str... | |
Java | agpl-3.0 | b4770fd644e636a43db28d2dd28f38bde137d3fe | 0 | kumarrus/voltdb,deerwalk/voltdb,flybird119/voltdb,migue/voltdb,zuowang/voltdb,paulmartel/voltdb,ingted/voltdb,VoltDB/voltdb,flybird119/voltdb,deerwalk/voltdb,VoltDB/voltdb,paulmartel/voltdb,simonzhangsm/voltdb,ingted/voltdb,flybird119/voltdb,ingted/voltdb,creative-quant/voltdb,zuowang/voltdb,simonzhangsm/voltdb,flybird... | /* This file is part of VoltDB.
* Copyright (C) 2008-2015 VoltDB Inc.
*
* This program 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 of the
* License, or (at your option) any la... | src/frontend/org/voltdb/AuthSystem.java | /* This file is part of VoltDB.
* Copyright (C) 2008-2015 VoltDB Inc.
*
* This program 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 of the
* License, or (at your option) any la... | Remove unused variable.
| src/frontend/org/voltdb/AuthSystem.java | Remove unused variable. | <ide><path>rc/frontend/org/voltdb/AuthSystem.java
<ide>
<ide> private final String m_user;
<ide> private final byte [] m_password;
<del> private ClientAuthHashScheme m_hashScheme;
<ide>
<ide> public HashAuthenticationRequest(final String user, final byte [] hash, final ClientAuthHashSch... | |
Java | mpl-2.0 | 45f4902490fed21ddc0f5a42b10b5ed7e9603200 | 0 | Wurst-Imperium/Wurst-Client-for-MC-1.9.X,Wurst-Imperium/Wurst-Client-for-MC-1.9.X,Wurst-Imperium/Wurst-MC-1.9 | src/net/wurstclient/gui/options/zoom/GuiZoomManager.java | /*
* Copyright 2014 - 2017 | Wurst-Imperium | All rights reserved.
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
package net.wurstclient.gui.options.zoom;
... | Move GuiZoomManager | src/net/wurstclient/gui/options/zoom/GuiZoomManager.java | Move GuiZoomManager | <ide><path>rc/net/wurstclient/gui/options/zoom/GuiZoomManager.java
<del>/*
<del> * Copyright 2014 - 2017 | Wurst-Imperium | All rights reserved.
<del> *
<del> * This Source Code Form is subject to the terms of the Mozilla Public
<del> * License, v. 2.0. If a copy of the MPL was not distributed with this
<del> * file, ... | ||
Java | apache-2.0 | 90434a66ad26f48d9c9ccacb5d530bab1c1efc77 | 0 | sibok666/flowable-engine,zwets/flowable-engine,lsmall/flowable-engine,zwets/flowable-engine,motorina0/flowable-engine,roberthafner/flowable-engine,martin-grofcik/flowable-engine,yvoswillens/flowable-engine,robsoncardosoti/flowable-engine,roberthafner/flowable-engine,gro-mar/flowable-engine,yvoswillens/flowable-engine,m... | /* 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
* distribut... | modules/activiti-engine/src/main/java/org/activiti/engine/impl/bpmn/parser/BpmnParse.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
* distribut... | Removed typeLanguage warning who everybody hates anyway.
| modules/activiti-engine/src/main/java/org/activiti/engine/impl/bpmn/parser/BpmnParse.java | Removed typeLanguage warning who everybody hates anyway. | <ide><path>odules/activiti-engine/src/main/java/org/activiti/engine/impl/bpmn/parser/BpmnParse.java
<ide> }
<ide>
<ide> protected void parseDefinitionsAttributes() {
<del> String typeLanguage = rootElement.attribute("typeLanguage");
<del> String expressionLanguage = rootElement.attribute("expressionLanguage"... | |
JavaScript | agpl-3.0 | 44217c84a34b724d8782742087feb6fc4998e4e3 | 0 | icescrum/iceScrum,icescrum/iceScrum | /*
* Copyright (c) 2015 Kagilum SAS.
*
* This file is part of iceScrum.
*
* iceScrum 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 of the License.
*
* iceScrum is distributed... | grails-app/assets/javascripts/app/app.js | /*
* Copyright (c) 2015 Kagilum SAS.
*
* This file is part of iceScrum.
*
* iceScrum 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 of the License.
*
* iceScrum is distributed... | Formatting
| grails-app/assets/javascripts/app/app.js | Formatting | <ide><path>rails-app/assets/javascripts/app/app.js
<ide> }
<ide> ]);
<ide>
<del> $stateProvider.decorator('parent', function (state, parentFn) {
<del> state.self.$$state = function () {
<add> $stateProvider.decorator('parent', function(state, parentFn) {
<add> state.self.$$state = funct... | |
Java | apache-2.0 | 07e41c0e45566389fa5fde689dc061475682183c | 0 | asanka88/VelocityTemplateMediator | package org.asanka.dev;
import org.apache.axiom.om.OMElement;
import org.apache.commons.lang.StringUtils;
import org.apache.synapse.Mediator;
import org.apache.synapse.config.xml.AbstractMediatorFactory;
import org.apache.synapse.config.xml.XMLConfigConstants;
import org.apache.synapse.deployers.SynapseArtifactDeploym... | src/main/java/org/asanka/dev/VelocityTemplateMediatorFactory.java | package org.asanka.dev;
import org.apache.axiom.om.OMElement;
import org.apache.commons.lang.StringUtils;
import org.apache.synapse.Mediator;
import org.apache.synapse.config.xml.AbstractMediatorFactory;
import org.apache.synapse.config.xml.XMLConfigConstants;
import org.apache.synapse.deployers.SynapseArtifactDeploym... | Fixing a typo
| src/main/java/org/asanka/dev/VelocityTemplateMediatorFactory.java | Fixing a typo | <ide><path>rc/main/java/org/asanka/dev/VelocityTemplateMediatorFactory.java
<ide> try {
<ide> synXpathMap.put(name,new SynapseXPath(xpathExpression));
<ide> } catch (JaxenException e) {
<del> handleException("Error while construcing xpaths from argument "+xpathExpr... | |
Java | apache-2.0 | c29c9e6241da29622364483a38bfc1185754837e | 0 | jalkjaer/voldemort,voldemort/voldemort,medallia/voldemort,dallasmarlow/voldemort,medallia/voldemort,rickbw/voldemort,gnb/voldemort,PratikDeshpande/voldemort,PratikDeshpande/voldemort,dallasmarlow/voldemort,voldemort/voldemort,bhasudha/voldemort,jeffpc/voldemort,FelixGV/voldemort,jwlent55/voldemort,HB-SI/voldemort,bhasu... | /*
* Copyright 2010 LinkedIn, 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 in... | src/java/voldemort/store/slop/HandoffToAnyStrategy.java | /*
* Copyright 2010 LinkedIn, 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 in... | Fixed bug in HandoffToAny
| src/java/voldemort/store/slop/HandoffToAnyStrategy.java | Fixed bug in HandoffToAny | <ide><path>rc/java/voldemort/store/slop/HandoffToAnyStrategy.java
<ide> List<Node> prefList = Lists.newArrayListWithCapacity(nodes.size());
<ide> int originZoneId = origin.getZoneId();
<ide>
<del> // Adding shuffle before rather than after since then it prefers nodes
<del> // closeby
<del... | |
Java | bsd-3-clause | e28f9736c635a6c9ae0fc29ad78fd4590282e71f | 0 | UCDenver-ccp/ccp-nlp,UCDenver-ccp/ccp-nlp | /**
*
*/
package edu.ucdenver.ccp.nlp.ext.uima.annotators.entitynormalization.protein.evaluation;
import java.io.File;
import org.apache.uima.analysis_engine.AnalysisEngineDescription;
import org.apache.uima.analysis_engine.AnalysisEngineProcessException;
import org.apache.uima.resource.ResourceInitializationExcep... | ccp-nlp-ext-uima-annotators-entitynormalization/src/test/java/edu/ucdenver/ccp/nlp/ext/uima/annotators/entitynormalization/protein/evaluation/ProteinOntologyNormalizationAE_Evaluation.java | /**
*
*/
package edu.ucdenver.ccp.nlp.ext.uima.annotators.entitynormalization.protein.evaluation;
import java.io.File;
import org.apache.uima.analysis_engine.AnalysisEngineProcessException;
import org.apache.uima.resource.ResourceInitializationException;
import org.apache.uima.resource.metadata.TypeSystemDescripti... | IN PROGRESS - issue BEL-1: PRO normalization over BEL small corpus
http://compbio.ucdenver.edu:8080/browse/BEL-1
Made the sentence detector descriptor a parameter for the getAggregateDescription() method
| ccp-nlp-ext-uima-annotators-entitynormalization/src/test/java/edu/ucdenver/ccp/nlp/ext/uima/annotators/entitynormalization/protein/evaluation/ProteinOntologyNormalizationAE_Evaluation.java | IN PROGRESS - issue BEL-1: PRO normalization over BEL small corpus http://compbio.ucdenver.edu:8080/browse/BEL-1 | <ide><path>cp-nlp-ext-uima-annotators-entitynormalization/src/test/java/edu/ucdenver/ccp/nlp/ext/uima/annotators/entitynormalization/protein/evaluation/ProteinOntologyNormalizationAE_Evaluation.java
<ide>
<ide> import java.io.File;
<ide>
<add>import org.apache.uima.analysis_engine.AnalysisEngineDescription;
<ide> imp... | |
Java | apache-2.0 | 7220202a17bb05cf215a1077617a294feb216fa5 | 0 | LLParse/hdfs,mesosphere/hdfs,jan-zajic/mesos-hdfs,dmitrypekar/hdfs,nalingarg2/hdfs,jmlvanre/hdfs,jan-zajic/mesos-hbase,mesosphere/hdfs,Banno/hdfs,jan-zajic/mesos-hdfs,smorin/hdfs,smorin/hdfs,jan-zajic/mesos-hbase,Banno/hdfs,LLParse/hdfs,dmitrypekar/hdfs,edgefox/hdfs,kensipe/hdfs,andrewrothstein/hdfs,ryane/hdfs,kensipe/... | package org.apache.mesos.hdfs.state;
import com.google.protobuf.InvalidProtocolBufferException;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import org.apache.mesos.MesosNativeLibrary;
import org.apache.mesos.Protos;
import org.apache.mesos.Protos.FrameworkID;
import org.apache.... | src/main/java/org/apache/mesos/hdfs/state/PersistentState.java | package org.apache.mesos.hdfs.state;
import com.google.protobuf.InvalidProtocolBufferException;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import org.apache.mesos.MesosNativeLibrary;
import org.apache.mesos.Protos;
import org.apache.mesos.Protos.FrameworkID;
import org.apache.... | keyset -> containsKey
| src/main/java/org/apache/mesos/hdfs/state/PersistentState.java | keyset -> containsKey | <ide><path>rc/main/java/org/apache/mesos/hdfs/state/PersistentState.java
<ide> }
<ide>
<ide> public boolean journalNodeRunningOnSlave(String hostname) {
<del> return getJournalNodes().keySet().contains(hostname);
<add> return getJournalNodes().containsKey(hostname);
<ide> }
<ide>
<ide> public boolean na... | |
Java | apache-2.0 | 880aa3204ec718172e04b08b69b62f260686db4c | 0 | arthurdm/microprofile-open-api | /**
* Copyright (c) 2017 Contributors to the Eclipse Foundation
* <p>
* 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
* <p>
* http://www.apache.org/licenses/LICENSE-2.0
* <p>
* Unless ... | tck/src/main/java/org/eclipse/microprofile/openapi/tck/OASFactoryErrorTest.java | /**
* Copyright (c) 2017 Contributors to the Eclipse Foundation
* <p>
* 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
* <p>
* http://www.apache.org/licenses/LICENSE-2.0
* <p>
* Unless ... | Fix compile error
Signed-off-by: Jeremie Bresson <34c6fceca75e456f25e7e99531e2425c6c1de443@jmini.fr> | tck/src/main/java/org/eclipse/microprofile/openapi/tck/OASFactoryErrorTest.java | Fix compile error | <ide><path>ck/src/main/java/org/eclipse/microprofile/openapi/tck/OASFactoryErrorTest.java
<ide> return null;
<ide> }
<ide> @Override
<del> public void addExtension(String name, Object value) {}
<add> public License addExtension(String name, Object value) {
<add> retu... | |
Java | apache-2.0 | eb7bbfbb83c911883ddda69aff9a6ff9b7b79b7b | 0 | SpineEventEngine/base,SpineEventEngine/base,SpineEventEngine/base | /*
* Copyright 2018, TeamDev. All rights reserved.
*
* Redistribution and use in source and/or binary forms, with or without
* modification, must retain the above copyright notice and the following
* disclaimer.
*
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
* "AS IS" AND ANY EXPRESS OR... | tools/model-compiler/src/test/java/io/spine/tools/compiler/validation/VBuilderCodeTest.java | /*
* Copyright 2018, TeamDev. All rights reserved.
*
* Redistribution and use in source and/or binary forms, with or without
* modification, must retain the above copyright notice and the following
* disclaimer.
*
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
* "AS IS" AND ANY EXPRESS OR... | Enable test back
| tools/model-compiler/src/test/java/io/spine/tools/compiler/validation/VBuilderCodeTest.java | Enable test back | <ide><path>ools/model-compiler/src/test/java/io/spine/tools/compiler/validation/VBuilderCodeTest.java
<ide> import io.spine.code.proto.MessageType;
<ide> import io.spine.test.tools.validation.builder.VbtProject;
<ide> import org.junit.jupiter.api.BeforeEach;
<del>import org.junit.jupiter.api.Disabled;
<ide> import org.... | |
Java | apache-2.0 | 5bb281c57c1818106f25904d75b00deff96c092f | 0 | Cubiccl/RPGProject | package main.graphics.states;
import java.awt.Color;
import java.awt.Font;
import java.awt.FontFormatException;
import java.awt.FontMetrics;
import java.awt.Graphics;
import java.awt.event.KeyEvent;
import java.io.FileNotFoundException;
import java.io.IOException;
import java.net.MalformedURLException;
import main.ga... | src/main/graphics/states/MenuState.java | package main.graphics.states;
import java.awt.Color;
import java.awt.Font;
import java.awt.FontFormatException;
import java.awt.FontMetrics;
import java.awt.Graphics;
import java.awt.event.KeyEvent;
import java.io.FileNotFoundException;
import java.io.IOException;
import java.net.MalformedURLException;
import main.gr... | Update 2 keyCustom
| src/main/graphics/states/MenuState.java | Update 2 keyCustom | <ide><path>rc/main/graphics/states/MenuState.java
<ide> import java.io.IOException;
<ide> import java.net.MalformedURLException;
<ide>
<add>import main.game.input.KeyCustom;
<ide> import main.graphics.textures.FontBuilder;
<ide> import main.RPGProject;
<ide>
<ide> public void update() {
<ide>
<ide> if (RPGProject... | |
Java | mit | cbbbf604df7efa6d752da5b133a5af131b89a5b8 | 0 | flintproject/Flint,flintproject/Flint | /* -*- Mode: Java; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:set ts=4 sw=4 sts=4 et: */
package jp.oist.flint.form;
import jp.oist.flint.backend.ModelLoader;
import jp.oist.flint.command.Session;
import jp.oist.flint.control.FileChooser;
import jp.oist.flint.control.ModelFileTransferHandler;
impor... | flint/src/jp/oist/flint/form/MainFrame.java | /* -*- Mode: Java; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:set ts=4 sw=4 sts=4 et: */
package jp.oist.flint.form;
import jp.oist.flint.backend.ModelLoader;
import jp.oist.flint.command.Session;
import jp.oist.flint.control.FileChooser;
import jp.oist.flint.control.ModelFileTransferHandler;
impor... | drop unused field
| flint/src/jp/oist/flint/form/MainFrame.java | drop unused field | <ide><path>lint/src/jp/oist/flint/form/MainFrame.java
<ide> import javax.swing.SwingUtilities;
<ide> import javax.swing.SwingWorker;
<ide> import javax.swing.WindowConstants;
<del>import javax.swing.event.EventListenerList;
<ide> import javax.swing.filechooser.FileNameExtensionFilter;
<ide> import javax.xml.parsers.Par... | |
Java | apache-2.0 | 7e691897adafa5e5e847c259a88dfc81b8cec880 | 0 | apache/commons-compress,apache/commons-compress,apache/commons-compress | /*
* 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 ... | src/main/java/org/apache/commons/compress/archivers/ArchiveStreamProvider.java | /*
* 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 ... | Fix Javadoc 8 errors. | src/main/java/org/apache/commons/compress/archivers/ArchiveStreamProvider.java | Fix Javadoc 8 errors. | <ide><path>rc/main/java/org/apache/commons/compress/archivers/ArchiveStreamProvider.java
<ide> * Creates an archive input stream from an archiver name and an input
<ide> * stream.
<ide> *
<del> * @param archiverName
<del> * the archive name, i.e. {@value #AR}, {@value #ARJ},
<del> ... | |
Java | mit | 5b7763e4bac320ba586bbed338517f25b59c6336 | 0 | ewanld/fjdbc-codegen | package fjdbc.codegen;
import java.io.Closeable;
import java.io.File;
import java.io.FileWriter;
import java.io.IOException;
import java.io.Writer;
import java.sql.SQLException;
import java.sql.Types;
import java.util.ArrayList;
import java.util.Collection;
import java.util.Collections;
import java.util.List;
import j... | src/fjdbc/codegen/CodeGenerator.java | package fjdbc.codegen;
import java.io.File;
import java.io.FileWriter;
import java.io.IOException;
import java.io.Writer;
import java.sql.SQLException;
import java.sql.Types;
import java.util.ArrayList;
import java.util.Collection;
import java.util.Collections;
import java.util.List;
import java.util.Map;
import org.... | refactor
| src/fjdbc/codegen/CodeGenerator.java | refactor | <ide><path>rc/fjdbc/codegen/CodeGenerator.java
<ide> package fjdbc.codegen;
<ide>
<add>import java.io.Closeable;
<ide> import java.io.File;
<ide> import java.io.FileWriter;
<ide> import java.io.IOException;
<ide> private final String outputDir;
<ide>
<ide> //writers
<del> private Writer tables;
<ide> private Write... | |
Java | bsd-3-clause | 636ff5b5b3295536749745621ac8d952df3dac00 | 0 | CyanogenMod/android_external_owasp_sanitizer,thiz11/platform_external_owasp_sanitizer,xin3liang/platform_external_owasp_sanitizer,android-ia/platform_external_owasp_sanitizer,Omegaphora/external_owasp_sanitizer,android-ia/platform_external_owasp_sanitizer,thiz11/platform_external_owasp_sanitizer,geekboxzone/mmallow_ext... | // Copyright (c) 2011, Mike Samuel
// 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 an... | src/main/org/owasp/html/HtmlSanitizer.java | // Copyright (c) 2011, Mike Samuel
// 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 an... | am 75d905c9: Simplified null parameter handling in HtmlSanitizer.sanitize to present a consistently non-null html parameter to the whole function body. If html is null, the loop will be entered but there\'s no need to confuse the JIT with calls to substring on a value
* commit '75d905c90100b9b05602b1878f847142e39836a... | src/main/org/owasp/html/HtmlSanitizer.java | am 75d905c9: Simplified null parameter handling in HtmlSanitizer.sanitize to present a consistently non-null html parameter to the whole function body. If html is null, the loop will be entered but there\'s no need to confuse the JIT with calls to substring on a value | <ide><path>rc/main/org/owasp/html/HtmlSanitizer.java
<ide> * {@link HtmlPolicyBuilder} provides an easy way to create policies.
<ide> */
<ide> public static void sanitize(@Nullable String html, final Policy policy) {
<add> if (html == null) { html = ""; }
<add>
<ide> HtmlStreamEventReceiver balancer ... | |
Java | apache-2.0 | 7cd2e07b622633380741db7ffe8a77174b172e9d | 0 | gchq/stroom,gchq/stroom,gchq/stroom,gchq/stroom,gchq/stroom,gchq/stroom | package stroom.core.query;
import stroom.datasource.api.v2.AbstractField;
import stroom.docref.DocRef;
import stroom.feed.api.FeedStore;
import stroom.meta.api.MetaService;
import stroom.meta.shared.MetaFields;
import stroom.meta.shared.Status;
import stroom.pipeline.PipelineStore;
import stroom.query.shared.FetchSugg... | stroom-core/src/main/java/stroom/core/query/SuggestionsServiceImpl.java | package stroom.core.query;
import stroom.datasource.api.v2.AbstractField;
import stroom.docref.DocRef;
import stroom.feed.api.FeedStore;
import stroom.meta.api.MetaService;
import stroom.meta.shared.MetaFields;
import stroom.meta.shared.Status;
import stroom.pipeline.PipelineStore;
import stroom.query.shared.FetchSugg... | gh-2155 Add removed distinct clause
| stroom-core/src/main/java/stroom/core/query/SuggestionsServiceImpl.java | gh-2155 Add removed distinct clause | <ide><path>troom-core/src/main/java/stroom/core/query/SuggestionsServiceImpl.java
<ide> userInput,
<ide> Stream.concat(metaFeedNames.stream(), docFeedNames.stream())
<ide> .parallel())
<add> ... | |
Java | mit | 352f5c851f012dba2e93fd9064e5ff1c8e6b0924 | 0 | elBukkit/MagicPlugin,elBukkit/MagicPlugin,elBukkit/MagicLib,elBukkit/MagicPlugin | package com.elmakers.mine.bukkit.utility;
import com.elmakers.mine.bukkit.api.action.CastContext;
import com.elmakers.mine.bukkit.api.block.UndoList;
import com.elmakers.mine.bukkit.api.magic.Mage;
import com.elmakers.mine.bukkit.api.spell.TargetType;
import org.bukkit.ChatColor;
import org.bukkit.Location;
import org... | src/main/java/com/elmakers/mine/bukkit/utility/Targeting.java | package com.elmakers.mine.bukkit.utility;
import com.elmakers.mine.bukkit.api.action.CastContext;
import com.elmakers.mine.bukkit.api.block.UndoList;
import com.elmakers.mine.bukkit.api.magic.Mage;
import com.elmakers.mine.bukkit.api.spell.TargetType;
import org.bukkit.ChatColor;
import org.bukkit.Location;
import org... | Add ability to ignore specific entities by UUID when targeting
| src/main/java/com/elmakers/mine/bukkit/utility/Targeting.java | Add ability to ignore specific entities by UUID when targeting | <ide><path>rc/main/java/com/elmakers/mine/bukkit/utility/Targeting.java
<ide> import java.util.Collection;
<ide> import java.util.Collections;
<ide> import java.util.List;
<add>import java.util.Set;
<add>import java.util.UUID;
<ide>
<ide> public class Targeting {
<ide> private TargetingResult r... | |
JavaScript | mit | 5d5bd8e991d6965ae603c507409962a9345601a4 | 0 | phetsims/sun,phetsims/sun,phetsims/sun | // Copyright 2013-2015, University of Colorado Boulder
/**
* Check box.
*
* @author Chris Malley (PixelZoom, Inc.)
*/
define( function( require ) {
'use strict';
// modules
var ButtonListener = require( 'SCENERY/input/ButtonListener' );
var FontAwesomeNode = require( 'SUN/FontAwesomeNode' );
var inherit... | js/CheckBox.js | // Copyright 2013-2015, University of Colorado Boulder
/**
* Check box.
*
* @author Chris Malley (PixelZoom, Inc.)
*/
define( function( require ) {
'use strict';
// modules
var ButtonListener = require( 'SCENERY/input/ButtonListener' );
var FontAwesomeNode = require( 'SUN/FontAwesomeNode' );
var inherit... | Added docs regarding visibility of a member variable
| js/CheckBox.js | Added docs regarding visibility of a member variable | <ide><path>s/CheckBox.js
<ide> */
<ide> function CheckBox( content, property, options ) {
<ide>
<del> // Store for dispose(); Use a unique name to reduce the risk of collisions with parent/child classes
<add> // @public (together) Store for dispose(); Use a unique name to reduce the risk of collisions wit... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.