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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
Java | apache-2.0 | 9b3597dcd50fb8af77fe9fd32c1a5a3b4a7ad33c | 0 | trekawek/sling,headwirecom/sling,awadheshv/sling,headwirecom/sling,awadheshv/sling,anchela/sling,awadheshv/sling,vladbailescu/sling,awadheshv/sling,anchela/sling,ist-dresden/sling,trekawek/sling,tmaret/sling,tmaret/sling,tmaret/sling,trekawek/sling,headwirecom/sling,trekawek/sling,ieb/sling,anchela/sling,ist-dresden/sl... | /*
* 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 ... | testing/mocks/sling-mock/src/main/java/org/apache/sling/testing/mock/sling/loader/ContentLoader.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 ... | SLING-6874 activate json quote tick parsing by default
git-svn-id: 6eed74fe9a15c8da84b9a8d7f2960c0406113ece@1796819 13f79535-47bb-0310-9956-ffa450edef68
| testing/mocks/sling-mock/src/main/java/org/apache/sling/testing/mock/sling/loader/ContentLoader.java | SLING-6874 activate json quote tick parsing by default | <ide><path>esting/mocks/sling-mock/src/main/java/org/apache/sling/testing/mock/sling/loader/ContentLoader.java
<ide>
<ide> import java.io.IOException;
<ide> import java.io.InputStream;
<add>import java.util.EnumSet;
<ide> import java.util.HashMap;
<ide> import java.util.Map;
<ide> import java.util.Set;
<ide> import or... | |
JavaScript | mit | 6b215fce3f803186f598158cd3e51738b7a1c295 | 0 | PencilCode/pencilcode,PencilCode/pencilcode,PencilCode/pencilcode,PencilCode/pencilcode,cacticouncil/pencilcode,cacticouncil/pencilcode,cacticouncil/pencilcode,cacticouncil/pencilcode | function filterblocks(a) {
// Show 'say' block only on browsers that support speech synthesis.
if (!window.SpeechSynthesisUtterance || !window.speechSynthesis) {
a = a.filter(function(b) { return !/^@?say\b/.test(b.block); });
}
// Show 'listen' blocks only on browsers that support speech recognition.
if ... | content/src/palette.js | function filterblocks(a) {
// Show 'say' block only on browsers that support speech synthesis.
if (!window.SpeechSynthesisUtterance || !window.speechSynthesis) {
a = a.filter(function(b) { return !/^@?say\b/.test(b.block); });
}
// Show 'listen' blocks only on browsers that support speech recognition.
if ... | Updated palette to fix issues temporarily
| content/src/palette.js | Updated palette to fix issues temporarily | <ide><path>ontent/src/palette.js
<ide> color: 'orange',
<ide> blocks: filterblocks([
<ide> {
<del> block: 'for range(0,3):\n ``',
<del> title: 'Do something multiple times'
<del> }, {
<del> block: 'for x in range([0,10):\n ``',
<add> block: "for x in rang... | |
Java | apache-2.0 | c98d19d884d0f4115b9eb439be5097b3e80ab5d7 | 0 | dslomov/intellij-community,caot/intellij-community,fengbaicanhe/intellij-community,vladmm/intellij-community,vladmm/intellij-community,muntasirsyed/intellij-community,fitermay/intellij-community,asedunov/intellij-community,pwoodworth/intellij-community,adedayo/intellij-community,ol-loginov/intellij-community,MichaelNed... | package com.intellij.remoteServer.impl.configuration;
import com.intellij.openapi.actionSystem.ActionGroup;
import com.intellij.openapi.actionSystem.AnAction;
import com.intellij.openapi.actionSystem.AnActionEvent;
import com.intellij.openapi.actionSystem.CommonShortcuts;
import com.intellij.openapi.options.Configurat... | platform/remote-servers/impl/src/com/intellij/remoteServer/impl/configuration/RemoteServerListConfigurable.java | package com.intellij.remoteServer.impl.configuration;
import com.intellij.openapi.actionSystem.ActionGroup;
import com.intellij.openapi.actionSystem.AnAction;
import com.intellij.openapi.actionSystem.AnActionEvent;
import com.intellij.openapi.actionSystem.CommonShortcuts;
import com.intellij.openapi.options.Configurat... | IDEA-130752: Help available for Settings/Clouds
| platform/remote-servers/impl/src/com/intellij/remoteServer/impl/configuration/RemoteServerListConfigurable.java | IDEA-130752: Help available for Settings/Clouds | <ide><path>latform/remote-servers/impl/src/com/intellij/remoteServer/impl/configuration/RemoteServerListConfigurable.java
<ide> import com.intellij.remoteServer.configuration.RemoteServer;
<ide> import com.intellij.remoteServer.configuration.RemoteServersManager;
<ide> import com.intellij.util.IconUtil;
<add>import com... | |
Java | apache-2.0 | c10c80d56ccc99bbf9c01d1b3f68b0276306b676 | 0 | allotria/intellij-community,alphafoobar/intellij-community,adedayo/intellij-community,izonder/intellij-community,petteyg/intellij-community,ibinti/intellij-community,amith01994/intellij-community,xfournet/intellij-community,supersven/intellij-community,hurricup/intellij-community,apixandru/intellij-community,apixandru/... | /*
* 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... | platform/platform-impl/src/com/intellij/openapi/fileEditor/impl/EditorWithProviderComposite.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... | Convert CSV editor editor provider to explicit action
| platform/platform-impl/src/com/intellij/openapi/fileEditor/impl/EditorWithProviderComposite.java | Convert CSV editor editor provider to explicit action | <ide><path>latform/platform-impl/src/com/intellij/openapi/fileEditor/impl/EditorWithProviderComposite.java
<ide> return new HistoryEntry(getFile(), providers, states, providers[selectedProviderIndex]);
<ide> }
<ide>
<del> void addEditor(FileEditor editor, FileEditorProvider provider) {
<add> public void addEdi... | |
JavaScript | mit | aaf3c8dc5fc6cc10eb81a0e637421188ffae6f64 | 0 | javiercejudo/arbitrary-precision | /*jshint node:true, mocha:true */
'use strict';
require('should');
var adapter = require('floating-adapter');
var Decimal = require('../src/arbitrary-precision')(adapter);
describe('linear operations with floating', function() {
var ONE = new Decimal('1');
it('should have all linear arbitrary precision methods... | test/spec.js | /*jshint node:true, mocha:true */
'use strict';
require('should');
var adapter = require('floating-adapter');
var Decimal = require('../src/arbitrary-precision')(adapter);
describe('linear operations with floating', function() {
var ONE = new Decimal('1');
it('should have all linear arbitrary precision methods... | test: presence of mod
| test/spec.js | test: presence of mod | <ide><path>est/spec.js
<ide> ONE.minus.should.have.type('function');
<ide> ONE.times.should.have.type('function');
<ide> ONE.div.should.have.type('function');
<add> ONE.mod.should.have.type('function');
<ide> ONE.equals.should.have.type('function');
<ide> });
<ide> | |
Java | mit | b36dd6d094f78fd635ec81c05631ae99c9f1fab4 | 0 | dreamhead/moco,dreamhead/moco | package com.github.dreamhead.moco.resource;
import com.github.dreamhead.moco.ConfigApplier;
import com.github.dreamhead.moco.MocoConfig;
import com.github.dreamhead.moco.Request;
import com.github.dreamhead.moco.model.MessageContent;
import com.google.common.base.Optional;
public final class Resource implements Ident... | moco-core/src/main/java/com/github/dreamhead/moco/resource/Resource.java | package com.github.dreamhead.moco.resource;
import com.github.dreamhead.moco.ConfigApplier;
import com.github.dreamhead.moco.MocoConfig;
import com.github.dreamhead.moco.Request;
import com.github.dreamhead.moco.model.MessageContent;
import com.google.common.base.Optional;
public class Resource implements Identifiabl... | added missing final to resource
| moco-core/src/main/java/com/github/dreamhead/moco/resource/Resource.java | added missing final to resource | <ide><path>oco-core/src/main/java/com/github/dreamhead/moco/resource/Resource.java
<ide> import com.github.dreamhead.moco.model.MessageContent;
<ide> import com.google.common.base.Optional;
<ide>
<del>public class Resource implements Identifiable, ConfigApplier<Resource>, ResourceReader {
<add>public final class Resou... | |
Java | apache-2.0 | 8338d633bbc1fa445ee5aa7066569845dcd038aa | 0 | ibissource/iaf,ibissource/iaf,ibissource/iaf,ibissource/iaf,ibissource/iaf | /*
* $Log: IfsaMessagingSource.java,v $
* Revision 1.3 2010-02-10 09:36:24 L190409
* fixed getPhysicalName()
*
* Revision 1.2 2010/01/28 15:01:57 Gerrit van Brakel <gerrit.van.brakel@ibissource.org>
* removed unused imports
*
* Revision 1.1 2010/01/28 14:49:06 Gerrit van Brakel <gerrit.van.brakel@ibissour... | JavaSource/nl/nn/adapterframework/extensions/ifsa/jms/IfsaMessagingSource.java | /*
* $Log: IfsaMessagingSource.java,v $
* Revision 1.2 2010-01-28 15:01:57 L190409
* removed unused imports
*
* Revision 1.1 2010/01/28 14:49:06 Gerrit van Brakel <gerrit.van.brakel@ibissource.org>
* renamed 'Connection' classes to 'MessageSource'
*
* Revision 1.3 2008/07/24 12:26:26 Gerrit van Brakel <ge... | fixed getPhysicalName()
| JavaSource/nl/nn/adapterframework/extensions/ifsa/jms/IfsaMessagingSource.java | fixed getPhysicalName() | <ide><path>avaSource/nl/nn/adapterframework/extensions/ifsa/jms/IfsaMessagingSource.java
<ide> /*
<ide> * $Log: IfsaMessagingSource.java,v $
<del> * Revision 1.2 2010-01-28 15:01:57 L190409
<add> * Revision 1.3 2010-02-10 09:36:24 L190409
<add> * fixed getPhysicalName()
<add> *
<add> * Revision 1.2 2010/01/28 15:... | |
Java | apache-2.0 | 743001023bb5eae9b9d86edc2d4af2fad442924c | 0 | amit-jain/jackrabbit-oak,trekawek/jackrabbit-oak,amit-jain/jackrabbit-oak,apache/jackrabbit-oak,anchela/jackrabbit-oak,anchela/jackrabbit-oak,trekawek/jackrabbit-oak,mreutegg/jackrabbit-oak,mreutegg/jackrabbit-oak,mreutegg/jackrabbit-oak,amit-jain/jackrabbit-oak,trekawek/jackrabbit-oak,amit-jain/jackrabbit-oak,apache/j... | /*
* 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 ... | oak-lucene/src/test/java/org/apache/jackrabbit/oak/plugins/index/lucene/IndexCopierTest.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 ... | OAK-3629 - Index corruption seen with CopyOnRead when index definition is recreated
Checked with Vikas that now test pass on windows also. So enabling those test for windows also
git-svn-id: 67138be12999c61558c3dd34328380c8e4523e73@1751420 13f79535-47bb-0310-9956-ffa450edef68
| oak-lucene/src/test/java/org/apache/jackrabbit/oak/plugins/index/lucene/IndexCopierTest.java | OAK-3629 - Index corruption seen with CopyOnRead when index definition is recreated | <ide><path>ak-lucene/src/test/java/org/apache/jackrabbit/oak/plugins/index/lucene/IndexCopierTest.java
<ide>
<ide> @Test
<ide> public void deleteOldPostReindex() throws Exception{
<del> assumeNotWindows();
<ide> IndexDefinition defn = new IndexDefinition(root, builder.getNodeState());
<ide> ... | |
Java | isc | b67290af82f89c3091668c2667e8152012db7405 | 0 | ylfonline/ormlite-jdbc,dankito/ormlite-jpa-jdbc,j256/ormlite-jdbc,isbm/ormlite-jdbc,t9nf/ormlite-jdbc | package com.j256.ormlite.dao;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertFalse;
import static org.junit.Assert.assertNotNull;
import static org.junit.Assert.assertNotSame;
import static org.junit.Assert.assertNull;
import static org.junit.Assert.assertSame;
import static org.juni... | src/test/java/com/j256/ormlite/dao/JdbcBaseDaoImplTest.java | package com.j256.ormlite.dao;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertFalse;
import static org.junit.Assert.assertNotNull;
import static org.junit.Assert.assertNotSame;
import static org.junit.Assert.assertNull;
import static org.junit.Assert.assertSame;
import static org.juni... | Fixed foreignAutoCreate bug where parent object didn't get foreign id. Thanks to Chase. Fixes bug #3434550.
| src/test/java/com/j256/ormlite/dao/JdbcBaseDaoImplTest.java | Fixed foreignAutoCreate bug where parent object didn't get foreign id. Thanks to Chase. Fixes bug #3434550. | <ide><path>rc/test/java/com/j256/ormlite/dao/JdbcBaseDaoImplTest.java
<ide> }
<ide> }
<ide>
<add> @Test
<add> public void testForeignAutoCreate() throws Exception {
<add> Dao<ForeignAutoCreate, Long> foreignAutoCreateDao = createDao(ForeignAutoCreate.class, true);
<add> Dao<ForeignAutoCreateForeign, Long> foreign... | |
Java | apache-2.0 | 6a295dfcf677fee698751c2fa784f03d642503b7 | 0 | apache/aries,graben/aries,alien11689/aries,apache/aries,graben/aries,alien11689/aries,graben/aries,rotty3000/aries,apache/aries,rotty3000/aries,rotty3000/aries,alien11689/aries,graben/aries,rotty3000/aries,alien11689/aries,apache/aries | /**
* 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"); yo... | jmx/jmx-core/src/main/java/org/apache/aries/jmx/framework/Framework.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"); yo... | ARIES-177
git-svn-id: 212869a37fe990abe2323f86150f3c4d5a6279c2@922890 13f79535-47bb-0310-9956-ffa450edef68
| jmx/jmx-core/src/main/java/org/apache/aries/jmx/framework/Framework.java | ARIES-177 | <ide><path>mx/jmx-core/src/main/java/org/apache/aries/jmx/framework/Framework.java
<ide> bundles = new Bundle[bundleIdentifiers.length];
<ide> for (int i = 0; i < bundleIdentifiers.length; i++)
<ide> {
<del> bundles[i] = context.getBundle(bundleIdentifiers[i]);
<add> ... | |
Java | mit | fcdaff8f6e31e050da6c2872e964732523873631 | 0 | gscrot/gscrot | package com.redpois0n.guiscrot;
import java.awt.AWTException;
import java.awt.Color;
import java.awt.Font;
import java.awt.Graphics;
import java.awt.Graphics2D;
import java.awt.GraphicsDevice;
import java.awt.Image;
import java.awt.Rectangle;
import java.awt.RenderingHints;
import java.awt.Robot;
import java.awt.event... | src/com/redpois0n/guiscrot/CoverFrame.java | package com.redpois0n.guiscrot;
import java.awt.AWTException;
import java.awt.Color;
import java.awt.Font;
import java.awt.Graphics;
import java.awt.Graphics2D;
import java.awt.GraphicsDevice;
import java.awt.Image;
import java.awt.Rectangle;
import java.awt.RenderingHints;
import java.awt.Robot;
import java.awt.event... | Behavior changed
| src/com/redpois0n/guiscrot/CoverFrame.java | Behavior changed | <ide><path>rc/com/redpois0n/guiscrot/CoverFrame.java
<ide>
<ide> RendererUtils.drawOutlinedString("X " + (x + rect.x) + " / Y " + (y + rect.y), x + 2, y - 2, Color.white, Color.black, g);
<ide>
<del> if (dragging) {
<add> if (x2 != 0 && y2 != 0) {
<ide> RendererUtils.drawOutlinedString("Width " + (x2 - x... | |
Java | apache-2.0 | 2c817225e4551c8dec5ba39d56bc60dbc06ea154 | 0 | dhmay/msInspect,dhmay/msInspect,dhmay/msInspect | /*
* Copyright (c) 2003-2007 Fred Hutchinson Cancer Research Center
*
* 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 req... | src/org/fhcrc/cpl/viewer/amt/commandline/AmtDatabaseManagerCommandLineModule.java | /*
* Copyright (c) 2003-2007 Fred Hutchinson Cancer Research Center
*
* 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 req... | adding the ability to strip peptides containing a particular residue from AMT databases
| src/org/fhcrc/cpl/viewer/amt/commandline/AmtDatabaseManagerCommandLineModule.java | adding the ability to strip peptides containing a particular residue from AMT databases | <ide><path>rc/org/fhcrc/cpl/viewer/amt/commandline/AmtDatabaseManagerCommandLineModule.java
<ide> protected static final int REMOVE_RUNS_WITHOUT_MASS_MATCHES_MODE=3;
<ide> protected static final int ALIGN_ALL_RUNS_MODE=4;
<ide> protected static final int ADJUST_ACRYLAMIDE_MODE=5;
<add> protected static f... | |
Java | mit | 7d3a266185e1dbab312427f5b8a67537c1affd26 | 0 | eaglesakura/andriders-central-engine-sdk | package com.eaglesakura.andriders.central;
import com.eaglesakura.andriders.command.CommandKey;
import com.eaglesakura.andriders.serialize.NotificationProtocol;
import com.eaglesakura.andriders.serialize.RawIntent;
import android.support.annotation.NonNull;
import android.support.annotation.Nullable;
import java.uti... | src/main/java/com/eaglesakura/andriders/central/CentralNotificationHandler.java | package com.eaglesakura.andriders.central;
import com.eaglesakura.andriders.command.CommandKey;
import com.eaglesakura.andriders.command.SerializableIntent;
import com.eaglesakura.andriders.serialize.NotificationProtocol;
import com.eaglesakura.andriders.serialize.RawIntent;
import android.support.annotation.NonNull;... | import整理
| src/main/java/com/eaglesakura/andriders/central/CentralNotificationHandler.java | import整理 | <ide><path>rc/main/java/com/eaglesakura/andriders/central/CentralNotificationHandler.java
<ide> package com.eaglesakura.andriders.central;
<ide>
<ide> import com.eaglesakura.andriders.command.CommandKey;
<del>import com.eaglesakura.andriders.command.SerializableIntent;
<ide> import com.eaglesakura.andriders.serialize.... | |
Java | bsd-2-clause | 361b1315e6819747c0ed3bcb854824d65e2bda37 | 0 | chototsu/MikuMikuStudio,chototsu/MikuMikuStudio,chototsu/MikuMikuStudio,chototsu/MikuMikuStudio | /*
* Copyright (c) 2003-2005 jMonkeyEngine
* 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 ... | src/jmetest/TestChooser.java | /*
* Copyright (c) 2003-2005 jMonkeyEngine
* 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 ... | MINOR: Added TestThirdPersonController to test lineup.
git-svn-id: 5afc437a751a4ff2ced778146f5faadda0b504ab@2588 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
| src/jmetest/TestChooser.java | MINOR: Added TestThirdPersonController to test lineup. | <ide><path>rc/jmetest/TestChooser.java
<ide> import jmetest.effects.TestDynamicSmoker;
<ide> import jmetest.effects.TestParticleSystem;
<ide> import jmetest.effects.cloth.TestCloth;
<add>import jmetest.input.TestThirdPersonController;
<ide> import jmetest.intersection.TestCollision;
<ide> import jmetest.intersection.Te... | |
Java | apache-2.0 | abf89399ccbe79d1705a22f14e2cd589cf10d212 | 0 | Donnerbart/hazelcast,mesutcelik/hazelcast,tombujok/hazelcast,dbrimley/hazelcast,Donnerbart/hazelcast,mdogan/hazelcast,juanavelez/hazelcast,tkountis/hazelcast,mesutcelik/hazelcast,dbrimley/hazelcast,emre-aydin/hazelcast,dbrimley/hazelcast,tkountis/hazelcast,dsukhoroslov/hazelcast,mdogan/hazelcast,mesutcelik/hazelcast,ds... | /*
* Copyright (c) 2008-2017, Hazelcast, Inc. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required ... | hazelcast/src/main/java/com/hazelcast/internal/networking/Channel.java | /*
* Copyright (c) 2008-2017, Hazelcast, Inc. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required ... | Added javadoc notes to Channel
| hazelcast/src/main/java/com/hazelcast/internal/networking/Channel.java | Added javadoc notes to Channel | <ide><path>azelcast/src/main/java/com/hazelcast/internal/networking/Channel.java
<ide> *
<ide> * In the future we should get rid of this class and rely on {@link ChannelInboundHandler}/{@link ChannelOutboundHandler}
<ide> * chaining to add encryption. This will remove more artifacts from the architecture that can't ... | |
JavaScript | apache-2.0 | ad54321d94aad7567ca99e6b2c17e019a2dc9aa3 | 0 | rojr/SuperCMS,rojr/SuperCMS | var bridge = function (leafPath) {
window.rhubarb.viewBridgeClasses.ViewBridge.apply(this, arguments);
};
bridge.prototype = new window.rhubarb.viewBridgeClasses.ViewBridge();
bridge.prototype.constructor = bridge;
bridge.prototype.attachEvents = function () {
var firstTab = $('.nav-bar-tabs-first');
var self = th... | src/Leaves/Admin/Products/ProductsEditViewBridge.js | var bridge = function (leafPath) {
window.rhubarb.viewBridgeClasses.ViewBridge.apply(this, arguments);
};
bridge.prototype = new window.rhubarb.viewBridgeClasses.ViewBridge();
bridge.prototype.constructor = bridge;
bridge.prototype.attachEvents = function () {
var firstTab = $('.nav-bar-tabs-first');
var self = th... | Detaching javascript events from event edit viewbridge
| src/Leaves/Admin/Products/ProductsEditViewBridge.js | Detaching javascript events from event edit viewbridge | <ide><path>rc/Leaves/Admin/Products/ProductsEditViewBridge.js
<ide> var firstTab = $('.nav-bar-tabs-first');
<ide> var self = this;
<ide>
<del> $('.product-variation-tab').click(function(event) {
<del> $(this).closest('.form-body').addClass('ajax-progress');
<del> if (!event.target.classList.contains('fa')) {
<del... | |
Java | isc | c498d9a5cee30705ad8761586cce9790214d2b42 | 0 | TealCube/facecore | /**
* The MIT License
* Copyright (c) 2015 Teal Cube Games
*
* 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/main/java/com/tealcube/minecraft/bukkit/facecore/ui/ActionBarMessage.java | /**
* The MIT License
* Copyright (c) 2015 Teal Cube Games
*
* 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... | fixing class location in ActionBarMessage
| src/main/java/com/tealcube/minecraft/bukkit/facecore/ui/ActionBarMessage.java | fixing class location in ActionBarMessage | <ide><path>rc/main/java/com/tealcube/minecraft/bukkit/facecore/ui/ActionBarMessage.java
<ide>
<ide> public ActionBarMessage(String message) {
<ide> this.message = message;
<del> this.chatSerializer = Mirror.getClass("ChatSerializer", ClassType.NMS);
<add> this.chatSerializer = Mirror.getClass... | |
Java | apache-2.0 | 2bf7f20127a2d01ed9cecf300e74fed3247b0d17 | 0 | ibissource/iaf,ibissource/iaf,ibissource/iaf,ibissource/iaf,ibissource/iaf | /*
Copyright 2017 Integration Partners B.V.
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... | core/src/main/java/nl/nn/adapterframework/jdbc/migration/Migrator.java | /*
Copyright 2017 Integration Partners B.V.
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... | Add option to configure jdbcMigrators without configurationName
| core/src/main/java/nl/nn/adapterframework/jdbc/migration/Migrator.java | Add option to configure jdbcMigrators without configurationName | <ide><path>ore/src/main/java/nl/nn/adapterframework/jdbc/migration/Migrator.java
<ide> public Migrator() {
<ide> }
<ide>
<add> public void configure() throws ConfigurationException {
<add> configure(null, null, null);
<add> }
<add>
<ide> public void configure(String configurationName) throws ConfigurationException... | |
Java | apache-2.0 | e866faf76106640edeb5d340cca91b4fdc50cd4f | 0 | PSCGroup/mongo-java-driver,gianpaj/mongo-java-driver,jyemin/mongo-java-driver,kay-kim/mongo-java-driver,wanggc/mongo-java-driver,davydotcom/mongo-java-driver,rozza/mongo-java-driver,jsonking/mongo-java-driver,jsonking/mongo-java-driver,jyemin/mongo-java-driver,wanggc/mongo-java-driver,rozza/mongo-java-driver,davydotcom... | /**
* Copyright 2008 Atlassian Pty Ltd
*
* 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... | src/main/org/bson/util/concurrent/AbstractCopyOnWriteMap.java | /**
* Copyright 2008 mongodb Pty Ltd
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law o... | Fix accidental conversion of copyright from Atlassian -> mongodb in a
package search
| src/main/org/bson/util/concurrent/AbstractCopyOnWriteMap.java | Fix accidental conversion of copyright from Atlassian -> mongodb in a package search | <ide><path>rc/main/org/bson/util/concurrent/AbstractCopyOnWriteMap.java
<ide> /**
<del> * Copyright 2008 mongodb Pty Ltd
<add> * Copyright 2008 Atlassian Pty Ltd
<ide> *
<ide> * Licensed under the Apache License, Version 2.0 (the "License");
<ide> * you may not use this file except in compliance with the License... | |
Java | apache-2.0 | 6b218edc12473740722fc69a32a22fb0c0fcf78c | 0 | SlideKB/SlideBar | /**
Copyright 2017 John Kester (Jack Kester)
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 writ... | src/main/java/com/github/slidekb/back/MainBack.java | /**
Copyright 2017 John Kester (Jack Kester)
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 writ... | Revise plugin run loop
| src/main/java/com/github/slidekb/back/MainBack.java | Revise plugin run loop | <ide><path>rc/main/java/com/github/slidekb/back/MainBack.java
<ide>
<ide> package com.github.slidekb.back;
<ide>
<add>import java.io.File;
<add>import java.io.FileReader;
<ide> import java.io.IOException;
<add>import java.io.Reader;
<ide> import java.net.URI;
<ide> import java.net.URISyntaxException;
<ide> import jav... | |
Java | apache-2.0 | 8034f3d8b1723fffc7c8d9ea6217a69aed6d9cf8 | 0 | freme-project/basic-services,freme-project/basic-services,freme-project/basic-services | package eu.freme.bservices.testhelper;
import com.mashape.unirest.http.HttpResponse;
import com.mashape.unirest.http.Unirest;
import com.mashape.unirest.http.exceptions.UnirestException;
import com.mashape.unirest.request.HttpRequest;
import eu.freme.common.rest.BaseRestController;
import org.apache.log4j.Logger;
impo... | test-helper/src/main/java/eu/freme/bservices/testhelper/AuthenticatedTestHelper.java | package eu.freme.bservices.testhelper;
import com.mashape.unirest.http.HttpResponse;
import com.mashape.unirest.http.Unirest;
import com.mashape.unirest.http.exceptions.UnirestException;
import com.mashape.unirest.request.HttpRequest;
import eu.freme.common.rest.BaseRestController;
import org.apache.log4j.Logger;
impo... | minor fix
| test-helper/src/main/java/eu/freme/bservices/testhelper/AuthenticatedTestHelper.java | minor fix | <ide><path>est-helper/src/main/java/eu/freme/bservices/testhelper/AuthenticatedTestHelper.java
<ide> private static String tokenAdmin;
<ide>
<ide> private static boolean authenticated = false;
<del> private static boolean authenticatedRemoved = false;
<ide>
<ide> private final String usernameWithPermis... | |
JavaScript | mit | 2457f22b4135429cc1b276bb2ff29364d31adb19 | 0 | buildkite/frontend,fotinakis/buildkite-frontend,buildkite/frontend,fotinakis/buildkite-frontend | import React from 'react';
import Relay from 'react-relay';
import PusherStore from '../../../stores/PusherStore';
import Button from '../../shared/Button';
import Spinner from '../../shared/Spinner';
import Build from './build';
class BuildsDropdown extends React.Component {
static propTypes = {
viewer: React... | app/components/user/BuildsDropdown/index.js | import React from 'react';
import Relay from 'react-relay';
import PusherStore from '../../../stores/PusherStore';
import Button from '../../shared/Button';
import Spinner from '../../shared/Spinner';
import Build from './build';
class BuildsDropdown extends React.Component {
static propTypes = {
viewer: React... | Update color and spacing
| app/components/user/BuildsDropdown/index.js | Update color and spacing | <ide><path>pp/components/user/BuildsDropdown/index.js
<ide> renderSetupInstructions() {
<ide> return (
<ide> <div className="px3 py2">
<del> <div className="mb3 dark-gray">To have your builds shown here, make sure to add and verify your commit email address (e.g. <code className="border border-gray b... | |
JavaScript | apache-2.0 | e8f4cd55155fef8e256b81b8047799eedcc009bd | 0 | lato333/guacamole-client,necouchman/incubator-guacamole-client,mike-jumper/incubator-guacamole-client,lato333/guacamole-client,mike-jumper/incubator-guacamole-client,necouchman/incubator-guacamole-client,glyptodon/guacamole-client,mike-jumper/incubator-guacamole-client,lato333/guacamole-client,jmuehlner/incubator-guaca... | /*
* 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 ... | guacamole-common-js/src/main/webapp/modules/Client.js | /*
* 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 ... | GUACAMOLE-250: Merge asynchronous client state export.
| guacamole-common-js/src/main/webapp/modules/Client.js | GUACAMOLE-250: Merge asynchronous client state export. | <ide><path>uacamole-common-js/src/main/webapp/modules/Client.js
<ide> }
<ide>
<ide> /**
<del> * Returns an opaque representation of Guacamole.Client state which can be
<add> * Produces an opaque representation of Guacamole.Client state which can be
<ide> * later imported through a call to importSt... | |
JavaScript | mit | a7a1af5e26abcbc67d18603080ea606c3b7fb8d9 | 0 | anyWareSculpture/anyware,anyWareSculpture/anyware | import PanelsActionCreator from '../actions/panels-action-creator';
import SculptureActionCreator from '../actions/sculpture-action-creator';
import SimonGameActionCreator from '../actions/simon-game-action-creator';
import PanelAnimation from '../animation/panel-animation';
import NormalizeStripFrame from '../animatio... | src/game-logic/logic/simon-game-logic.js | import PanelsActionCreator from '../actions/panels-action-creator';
import SculptureActionCreator from '../actions/sculpture-action-creator';
import SimonGameActionCreator from '../actions/simon-game-action-creator';
import PanelAnimation from '../animation/panel-animation';
import NormalizeStripFrame from '../animatio... | Bugfix: Correct simon game play failed on the 3rd pattern repetition
| src/game-logic/logic/simon-game-logic.js | Bugfix: Correct simon game play failed on the 3rd pattern repetition | <ide><path>rc/game-logic/logic/simon-game-logic.js
<ide> // master only
<ide> _playCurrentSequence() {
<ide> this.clearUser();
<add>
<add> this._replayCount += 1;
<add> if (this._replayCount > 3) {
<add> this.setPattern((this.getPattern() + 1) % this.getNumPatterns());
<add> this._replayCount = ... | |
Java | apache-2.0 | 01230139d3606ddc79d7d7c68996ce38a282648d | 0 | ham1/jmeter,ham1/jmeter,etnetera/jmeter,ham1/jmeter,apache/jmeter,ham1/jmeter,etnetera/jmeter,ham1/jmeter,benbenw/jmeter,apache/jmeter,apache/jmeter,benbenw/jmeter,etnetera/jmeter,etnetera/jmeter,benbenw/jmeter,apache/jmeter,benbenw/jmeter,apache/jmeter,etnetera/jmeter | /*
* 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 ... | src/core/src/main/java/org/apache/jmeter/gui/util/TristateCheckBox.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 ... | Avoid NPE in TCP Sampler when Darklaf look and feel is used
The NPE is caused because LaF does not have CheckBox.icon property
| src/core/src/main/java/org/apache/jmeter/gui/util/TristateCheckBox.java | Avoid NPE in TCP Sampler when Darklaf look and feel is used | <ide><path>rc/core/src/main/java/org/apache/jmeter/gui/util/TristateCheckBox.java
<ide> public TristateCheckBoxIcon() {
<ide> // Assume that the UI has not changed since the checkbox was created
<ide> UIDefaults defaults = UIManager.getLookAndFeelDefaults();
<del> final Icon i... | |
Java | apache-2.0 | 5647f4bd1c7d4df2b6ae0186bf317afb4114a229 | 0 | maduhu/head,AArhin/head,AArhin/head,maduhu/head,AArhin/head,maduhu/head,maduhu/head,maduhu/head,AArhin/head,AArhin/head | package org.mifos.framework.components.batchjobs.helpers;
import java.io.BufferedReader;
import java.io.File;
import java.io.IOException;
import java.io.InputStreamReader;
import java.io.PrintWriter;
import java.sql.SQLException;
import java.util.ArrayList;
import java.util.regex.Matcher;
import java.util.regex.Patter... | application/src/main/java/org/mifos/framework/components/batchjobs/helpers/ETLReportDWHelper.java | package org.mifos.framework.components.batchjobs.helpers;
import java.io.BufferedReader;
import java.io.File;
import java.io.IOException;
import java.io.InputStreamReader;
import java.io.PrintWriter;
import java.sql.SQLException;
import java.util.ArrayList;
import java.util.regex.Matcher;
import java.util.regex.Patter... | MIFOS-5876 Fixed batch job freezing when started on some databases
| application/src/main/java/org/mifos/framework/components/batchjobs/helpers/ETLReportDWHelper.java | MIFOS-5876 Fixed batch job freezing when started on some databases | <ide><path>pplication/src/main/java/org/mifos/framework/components/batchjobs/helpers/ETLReportDWHelper.java
<ide> String jarPath = configPath + "/ETL/mifos-etl-plugin-1.0-SNAPSHOT.one-jar.jar";
<ide> String javaHome = System.getProperty("java.home") + "/bin/java";
<ide> String pathT... | |
Java | apache-2.0 | 55de2f0dfa9ef127a8b30b59bba86b15fbe1e6f1 | 0 | googlegsa/documentum.v3,googlegsa/documentum.v3 | // Copyright 2007 Google Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in... | projects/google-enterprise-connector-dctm/source/java/com/google/enterprise/connector/dctm/DctmSysobjectDocument.java | // Copyright 2007 Google Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in... | Broke up the 180-line findProperty method into six methods:
findProperty
findCoreProperty - shared properties between add and delete
findAddProperty - properties unique to add
findFolderProperty - google:folder property, based on r_folder_path
findDctmAttribute - Documentum ... | projects/google-enterprise-connector-dctm/source/java/com/google/enterprise/connector/dctm/DctmSysobjectDocument.java | Broke up the 180-line findProperty method into six methods: | <ide><path>rojects/google-enterprise-connector-dctm/source/java/com/google/enterprise/connector/dctm/DctmSysobjectDocument.java
<ide> import java.util.ArrayList;
<ide> import java.util.Calendar;
<ide> import java.util.Date;
<del>import java.util.HashMap;
<ide> import java.util.HashSet;
<ide> import java.util.LinkedList... | |
JavaScript | mit | ccd78b3a2a4740c2adbc35b19f44f7f7fd82a440 | 0 | sensortower/daterangepicker,sensortower/daterangepicker | // generated using generator-gulp-webapp 1.0.3
import gulp from 'gulp';
import coffee from 'gulp-coffee';
import gutil from 'gulp-util';
import include from 'gulp-include';
import gulpLoadPlugins from 'gulp-load-plugins';
import browserSync from 'browser-sync';
import del from 'del';
const $ = gulpLoadPlugins();
const... | gulpfile.babel.js | // generated using generator-gulp-webapp 1.0.3
import gulp from 'gulp';
import coffee from 'gulp-coffee';
import gutil from 'gulp-util';
import include from 'gulp-include';
import gulpLoadPlugins from 'gulp-load-plugins';
import browserSync from 'browser-sync';
import del from 'del';
const $ = gulpLoadPlugins();
const... | disabled sourcemaps
| gulpfile.babel.js | disabled sourcemaps | <ide><path>ulpfile.babel.js
<ide> 'app/styles/*.scss'
<ide> ])
<ide> .pipe($.plumber())
<del> .pipe($.sourcemaps.init())
<ide> .pipe($.sass.sync({
<ide> outputStyle: 'expanded',
<ide> precision: 10,
<ide> includePaths: ['.']
<ide> }).on('error', gutil.log))
<ide> .pipe($.a... | |
Java | mit | e398c5035b29b6e409f6a46c48ace7c9da4fcbde | 0 | mzmine/mzmine3,mzmine/mzmine3 | /*
* Copyright 2006-2008 The MZmine Development Team
*
* This file is part of MZmine.
*
* MZmine is free software; you can redistribute it and/or modify it under the
* terms of the GNU General Public License as published by the Free Software
* Foundation; either version 2 of the License, or (at your opt... | src/net/sf/mzmine/modules/peakpicking/threestep/massdetection/FakePeak.java | /*
* Copyright 2006-2008 The MZmine Development Team
*
* This file is part of MZmine.
*
* MZmine is free software; you can redistribute it and/or modify it under the
* terms of the GNU General Public License as published by the Free Software
* Foundation; either version 2 of the License, or (at your opt... | Cleanup
| src/net/sf/mzmine/modules/peakpicking/threestep/massdetection/FakePeak.java | Cleanup | <ide><path>rc/net/sf/mzmine/modules/peakpicking/threestep/massdetection/FakePeak.java
<ide> * @param datapoint
<ide> */
<ide> public FakePeak(int scanNumber, DataPoint datapoint) {
<del> super();
<ide> this.datapoint = datapoint;
<ide> this.scanNumber = scanNumber;
<ide> mzRange = new Range(datapoint.getMZ(... | |
Java | apache-2.0 | 333060bebb07eb7cd4d0654dbfba742ba5bbd5dd | 0 | rcordovano/autopsy,millmanorama/autopsy,wschaeferB/autopsy,esaunders/autopsy,rcordovano/autopsy,esaunders/autopsy,wschaeferB/autopsy,rcordovano/autopsy,wschaeferB/autopsy,millmanorama/autopsy,rcordovano/autopsy,wschaeferB/autopsy,esaunders/autopsy,esaunders/autopsy,wschaeferB/autopsy,millmanorama/autopsy,millmanorama/a... | /*
*
* Autopsy Forensic Browser
*
* Copyright 2018 Basis Technology Corp.
* Contact: carrier <at> sleuthkit <dot> org
*
* 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
*
* ht... | Core/src/org/sleuthkit/autopsy/commonfilesearch/UserInputErrorManager.java | /*
*
* Autopsy Forensic Browser
*
* Copyright 2018 Basis Technology Corp.
* Contact: carrier <at> sleuthkit <dot> org
*
* 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
*
* ht... | ui text added to bundles
| Core/src/org/sleuthkit/autopsy/commonfilesearch/UserInputErrorManager.java | ui text added to bundles | <ide><path>ore/src/org/sleuthkit/autopsy/commonfilesearch/UserInputErrorManager.java
<ide> import java.util.List;
<ide> import java.util.Map;
<ide> import java.util.stream.Collectors;
<add>import org.openide.util.NbBundle;
<ide>
<ide> /**
<ide> * Manager for present state of errors on the Common Files Search.
<ide> ... | |
Java | mit | 4792c05a9e9d5043689ba1fea216df84bccb206f | 0 | colus001/Bean-Android-SDK,androidgrl/Bean-Android-SDK,swstack/Bean-Android-SDK,PunchThrough/Bean-Android-SDK,colus001/Bean-Android-SDK,PunchThrough/bean-sdk-android,hongbinz/Bean-Android-SDK,hongbinz/Bean-Android-SDK,PunchThrough/Bean-Android-SDK,PunchThrough/bean-sdk-android,androidgrl/Bean-Android-SDK,swstack/Bean-An... | package com.punchthrough.bean.sdk.internal.ble;
import android.bluetooth.BluetoothDevice;
import android.bluetooth.BluetoothGatt;
import android.bluetooth.BluetoothGattCallback;
import android.bluetooth.BluetoothGattCharacteristic;
import android.bluetooth.BluetoothGattDescriptor;
import android.bluetooth.BluetoothGat... | beansdk/src/main/java/com/punchthrough/bean/sdk/internal/ble/GattClient.java | package com.punchthrough.bean.sdk.internal.ble;
import android.bluetooth.BluetoothDevice;
import android.bluetooth.BluetoothGatt;
import android.bluetooth.BluetoothGattCallback;
import android.bluetooth.BluetoothGattCharacteristic;
import android.bluetooth.BluetoothGattDescriptor;
import android.bluetooth.BluetoothGat... | Fix enable notify to not infinitely recurse
| beansdk/src/main/java/com/punchthrough/bean/sdk/internal/ble/GattClient.java | Fix enable notify to not infinitely recurse | <ide><path>eansdk/src/main/java/com/punchthrough/bean/sdk/internal/ble/GattClient.java
<ide> oadIdentifyNotifying = enableNotifyForChar(oadIdentify);
<ide> oadBlockNotifying = enableNotifyForChar(oadBlock);
<ide> if (oadIdentifyNotifying && oadBlockNotifying) {
<del> enableOADNotifica... | |
Java | mit | c40c472aede8c36b501b6cbde34f520ca73dba0d | 0 | Aquerr/EagleFactions,Aquerr/EagleFactions | package io.github.aquerr.eaglefactions.common.commands;
import io.github.aquerr.eaglefactions.api.EagleFactions;
import io.github.aquerr.eaglefactions.api.entities.Claim;
import io.github.aquerr.eaglefactions.api.entities.Faction;
import io.github.aquerr.eaglefactions.common.EagleFactionsPlugin;
import io.github.aquer... | common/src/main/java/io/github/aquerr/eaglefactions/common/commands/RegenCommand.java | package io.github.aquerr.eaglefactions.common.commands;
import io.github.aquerr.eaglefactions.api.EagleFactions;
import io.github.aquerr.eaglefactions.api.entities.Claim;
import io.github.aquerr.eaglefactions.api.entities.Faction;
import io.github.aquerr.eaglefactions.common.EagleFactionsPlugin;
import io.github.aquer... | Fix code formatting
| common/src/main/java/io/github/aquerr/eaglefactions/common/commands/RegenCommand.java | Fix code formatting | <ide><path>ommon/src/main/java/io/github/aquerr/eaglefactions/common/commands/RegenCommand.java
<ide> import org.spongepowered.api.entity.living.player.Player;
<ide> import org.spongepowered.api.text.Text;
<ide> import org.spongepowered.api.text.format.TextColors;
<add>import org.spongepowered.api.world.World;
<ide>
<... | |
Java | mit | 0073f09a6c4cb8789f064965e8e1f2a923d06f99 | 0 | jeottesen/21CardTrickCS3750 | import java.awt.Color;
import java.awt.Dimension;
import java.util.Stack;
import javax.swing.JFrame;
import javax.swing.JOptionPane;
import javax.swing.JPanel;
public class Dealer{
// Association with Board class
private Board board;
// Association between Player and Dealer
private Player player;
private Stac... | src/Dealer.java | import java.awt.Color;
import java.awt.Dimension;
import java.util.Stack;
import javax.swing.JFrame;
import javax.swing.JOptionPane;
import javax.swing.JPanel;
public class Dealer{
// Association with Board class
private Board board;
// Association between Player and Dealer
private Player player;
private Stac... | "revealCard()" Method Updates
"revealCard()" method updates.
| src/Dealer.java | "revealCard()" Method Updates | <ide><path>rc/Dealer.java
<ide>
<ide> public void revealCard()
<ide> {
<del> //Card SecretCard;
<del> //SecretCard = trickDeck.get(10);
<add> Card revealCard = board.getColumnTwo().getCards().get(4);
<add> JPanel overlay = new JPanel();
<ide>
<del>
<del> // setDefaultCloseOperation(EXIT_ON_CLOSE);
<... | |
Java | apache-2.0 | 6b1ae762fd3cdba46f788bd2e0af778013ef13cb | 0 | bozimmerman/CoffeeMud,bozimmerman/CoffeeMud,bozimmerman/CoffeeMud,bozimmerman/CoffeeMud | package com.planet_ink.coffee_mud.Common;
import com.planet_ink.coffee_mud.core.interfaces.*;
import com.planet_ink.coffee_mud.core.interfaces.ItemPossessor.Expire;
import com.planet_ink.coffee_mud.core.exceptions.*;
import com.planet_ink.coffee_mud.core.*;
import com.planet_ink.coffee_mud.core.CMClass.CMObjectTyp... | com/planet_ink/coffee_mud/Common/DefaultScriptingEngine.java | package com.planet_ink.coffee_mud.Common;
import com.planet_ink.coffee_mud.core.interfaces.*;
import com.planet_ink.coffee_mud.core.interfaces.ItemPossessor.Expire;
import com.planet_ink.coffee_mud.core.exceptions.*;
import com.planet_ink.coffee_mud.core.*;
import com.planet_ink.coffee_mud.core.CMClass.CMObjectTyp... | improved HAS debugging.
git-svn-id: 0cdf8356e41b2d8ccbb41bb76c82068fe80b2514@19100 0d6f1817-ed0e-0410-87c9-987e46238f29
| com/planet_ink/coffee_mud/Common/DefaultScriptingEngine.java | improved HAS debugging. | <ide><path>om/planet_ink/coffee_mud/Common/DefaultScriptingEngine.java
<ide> final Environmental E=getArgumentItem(arg1,source,monster,scripted,target,primaryItem,secondaryItem,msg,tmp);
<ide> if(arg2.length()==0)
<ide> {
<del> logError(scripted,"HAS","Syntax",eval[0][t]);
<add> logError(script... | |
Java | apache-2.0 | 95c78f469c4eaa37dff7ca17dd16dd98e72c4ffb | 0 | jbartece/pnc,jdcasey/pnc,ruhan1/pnc,thescouser89/pnc,pkocandr/pnc,jbartece/pnc,alexcreasy/pnc,project-ncl/pnc,rnc/pnc,alexcreasy/pnc,matedo1/pnc,matedo1/pnc,jbartece/pnc,matedo1/pnc,ruhan1/pnc,alexcreasy/pnc,jdcasey/pnc,ruhan1/pnc,jdcasey/pnc,matejonnet/pnc | /**
* JBoss, Home of Professional Open Source.
* Copyright 2014 Red Hat, Inc., and individual contributors
* as indicated by the @author tags.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the Lice... | rest-model/src/main/java/org/jboss/pnc/rest/restmodel/RepositoryConfigurationRest.java | /**
* JBoss, Home of Professional Open Source.
* Copyright 2014 Red Hat, Inc., and individual contributors
* as indicated by the @author tags.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the Lice... | Allow empty internalURL when creating new RC.
| rest-model/src/main/java/org/jboss/pnc/rest/restmodel/RepositoryConfigurationRest.java | Allow empty internalURL when creating new RC. | <ide><path>est-model/src/main/java/org/jboss/pnc/rest/restmodel/RepositoryConfigurationRest.java
<ide>
<ide> @Getter
<ide> @Setter
<del> @NotBlank(groups = {WhenUpdating.class, WhenCreatingNew.class})
<add> @NotBlank(groups = {WhenUpdating.class})
<ide> @ScmUrl(groups = {WhenUpdating.class, WhenCreat... | |
Java | apache-2.0 | cd31f467137aa60ef10f36f8b7dc86ce2014744f | 0 | graphhopper/graphhopper,fbonzon/graphhopper,fbonzon/graphhopper,graphhopper/graphhopper,boldtrn/graphhopper,fbonzon/graphhopper,boldtrn/graphhopper,boldtrn/graphhopper,boldtrn/graphhopper,graphhopper/graphhopper,fbonzon/graphhopper,graphhopper/graphhopper | /*
* Copyright (c) 2015, Conveyal
* 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... | reader-gtfs/src/main/java/com/conveyal/gtfs/GTFSFeed.java | /*
* Copyright (c) 2015, Conveyal
* 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... | closeOnJvmShutdown and deleteFilesAfterClose temporary files in test; fixes #2325
| reader-gtfs/src/main/java/com/conveyal/gtfs/GTFSFeed.java | closeOnJvmShutdown and deleteFilesAfterClose temporary files in test; fixes #2325 | <ide><path>eader-gtfs/src/main/java/com/conveyal/gtfs/GTFSFeed.java
<ide>
<ide> /** Create a GTFS feed in a temp file */
<ide> public GTFSFeed () {
<del> // calls to this must be first operation in constructor - why, Java?
<ide> this(DBMaker.newTempFileDB()
<ide> .transactionDisa... | |
Java | apache-2.0 | 2e02c01ab33b42e5727d2f3e63371cae7b2e6c78 | 0 | allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/int... | // Copyright 2000-2019 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file.
package com.intellij.openapi.editor.richcopy;
import com.intellij.codeInsight.daemon.impl.HighlightInfo;
import com.intellij.codeInsight.daemon.impl.HighlightInfoType;
import com... | platform/lang-impl/src/com/intellij/openapi/editor/richcopy/SyntaxInfoBuilder.java | // Copyright 2000-2019 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file.
package com.intellij.openapi.editor.richcopy;
import com.intellij.codeInsight.daemon.impl.HighlightInfo;
import com.intellij.codeInsight.daemon.impl.HighlightInfoType;
import com... | EA-142496 - assert: TextWithMarkupProcessor.collectTransferableData
GitOrigin-RevId: 4880837fcfae8ba18f506fc3aa99e4904a20a7d1 | platform/lang-impl/src/com/intellij/openapi/editor/richcopy/SyntaxInfoBuilder.java | EA-142496 - assert: TextWithMarkupProcessor.collectTransferableData | <ide><path>latform/lang-impl/src/com/intellij/openapi/editor/richcopy/SyntaxInfoBuilder.java
<ide> static MyMarkupIterator createMarkupIterator(@NotNull EditorHighlighter highlighter,
<ide> @NotNull CharSequence text,
<ide> ... | |
Java | apache-2.0 | d45417cffa63e05c11ad959449e6c4e320a72c79 | 0 | pveentjer/hazelcast-simulator,Danny-Hazelcast/hazelcast-stabilizer,hazelcast/hazelcast-simulator,jerrinot/hazelcast-stabilizer,Donnerbart/hazelcast-simulator,pveentjer/hazelcast-simulator,hasancelik/hazelcast-stabilizer,hasancelik/hazelcast-stabilizer,jerrinot/hazelcast-stabilizer,Danny-Hazelcast/hazelcast-stabilizer,h... | /*
* Copyright (c) 2008-2015, Hazelcast, Inc. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required ... | simulator/src/main/java/com/hazelcast/simulator/coordinator/FailureContainer.java | /*
* Copyright (c) 2008-2015, Hazelcast, Inc. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required ... | Enhanced worker shutdown log message.
| simulator/src/main/java/com/hazelcast/simulator/coordinator/FailureContainer.java | Enhanced worker shutdown log message. | <ide><path>imulator/src/main/java/com/hazelcast/simulator/coordinator/FailureContainer.java
<ide> return finishedWorkers.keySet();
<ide> }
<ide>
<del> boolean waitForWorkerShutdown(int expectedFinishedWorkerCount, int timeoutSeconds) {
<add> boolean waitForWorkerShutdown(int expectedWorkerCount, int ... | |
Java | apache-2.0 | 35ee0e6c0b77719d552a22425158c1a02e206d5b | 0 | andreaturli/legacy-brooklyn,andreaturli/legacy-brooklyn,bmwshop/brooklyn,neykov/incubator-brooklyn,aledsage/legacy-brooklyn,bmwshop/brooklyn,aledsage/legacy-brooklyn,bmwshop/brooklyn,neykov/incubator-brooklyn,neykov/incubator-brooklyn,andreaturli/legacy-brooklyn,aledsage/legacy-brooklyn,aledsage/legacy-brooklyn,bmwshop... | package brooklyn.location.basic;
import static brooklyn.util.GroovyJavaMethods.truth;
import groovy.lang.Closure;
import java.io.Closeable;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileNotFoundException;
import java.io.IOException;
import java.io.InputStream;
import java.io.OutputStream;
im... | core/src/main/java/brooklyn/location/basic/SshMachineLocation.java | package brooklyn.location.basic;
import static brooklyn.util.GroovyJavaMethods.truth;
import groovy.lang.Closure;
import java.io.Closeable;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileNotFoundException;
import java.io.IOException;
import java.io.InputStream;
import java.io.OutputStream;
im... | Added comments why the SshMachineLocation support serialization
| core/src/main/java/brooklyn/location/basic/SshMachineLocation.java | Added comments why the SshMachineLocation support serialization | <ide><path>ore/src/main/java/brooklyn/location/basic/SshMachineLocation.java
<ide> return mutexSupport.hasMutex(mutexId);
<ide> }
<ide>
<add> //We want want the SshMachineLocation to be serializable and therefor the pool needs to be dealt with correctly.
<add> //In this case we are not serializing th... | |
Java | mpl-2.0 | error: pathspec 'etomica-apps/src/main/java/etomica/mappedDensity/positionOrientation/LJMCDimer.java' did not match any file(s) known to git
| 96eb22e8c2bbd84c242b1959da2d320e951aec16 | 1 | etomica/etomica,etomica/etomica,etomica/etomica | /* 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 etomica.mappedDensity.positionOrientation;
import etomica.action.BoxInflate;
import etomica.action.activi... | etomica-apps/src/main/java/etomica/mappedDensity/positionOrientation/LJMCDimer.java | add confined dimer simulation
| etomica-apps/src/main/java/etomica/mappedDensity/positionOrientation/LJMCDimer.java | add confined dimer simulation | <ide><path>tomica-apps/src/main/java/etomica/mappedDensity/positionOrientation/LJMCDimer.java
<add>/* This Source Code Form is subject to the terms of the Mozilla Public
<add> * License, v. 2.0. If a copy of the MPL was not distributed with this
<add> * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
<add>
... | |
JavaScript | apache-2.0 | bd86158ec8259efd8b955427020b883d9b8f830b | 0 | jbeezley/girder,RafaelPalomar/girder,kotfic/girder,kotfic/girder,RafaelPalomar/girder,data-exp-lab/girder,data-exp-lab/girder,jbeezley/girder,Kitware/girder,Kitware/girder,Xarthisius/girder,RafaelPalomar/girder,Xarthisius/girder,Xarthisius/girder,sutartmelson/girder,sutartmelson/girder,Xarthisius/girder,girder/girder,R... | module.exports = function(config) {
config.module.loaders.push({
test: /\.glsl$/,
loader: 'shader',
include: [/node_modules(\/|\\)vtk\.js(\/|\\)/],
});
config.module.loaders.push({
test: /\.js$/,
include: [/node_modules(\/|\\)vtk\.js(\/|\\)/],
loader: 'babel?p... | plugins/dicom_viewer/webpack.helper.js | module.exports = function(config) {
config.module.loaders.push({
test: /\.json$/,
loader: 'json',
include: [
/node_modules(\/|\\)vtk\.js(\/|\\)/,
/node_modules(\/|\\)diffie-hellman(\/|\\)/,
/node_modules(\/|\\)elliptic(\/|\\)/,
/node_modules(\/... | remove json loader in webpack helper
| plugins/dicom_viewer/webpack.helper.js | remove json loader in webpack helper | <ide><path>lugins/dicom_viewer/webpack.helper.js
<ide> module.exports = function(config) {
<del> config.module.loaders.push({
<del> test: /\.json$/,
<del> loader: 'json',
<del> include: [
<del> /node_modules(\/|\\)vtk\.js(\/|\\)/,
<del> /node_modules(\/|\\)diffie-hellman(\/... | |
Java | agpl-3.0 | e9355878572afb4b18fedb86c6b2342de0b8a2cd | 0 | bharavi/jPOS,jpos/jPOS,atancasis/jPOS,c0deh4xor/jPOS,juanibdn/jPOS,alcarraz/jPOS,jpos/jPOS,atancasis/jPOS,c0deh4xor/jPOS,bharavi/jPOS,poynt/jPOS,sebastianpacheco/jPOS,sebastianpacheco/jPOS,barspi/jPOS,barspi/jPOS,juanibdn/jPOS,alcarraz/jPOS,atancasis/jPOS,poynt/jPOS,jpos/jPOS,poynt/jPOS,bharavi/jPOS,yinheli/jPOS,barspi... | /*
* jPOS Project [http://jpos.org]
* Copyright (C) 2000-2015 Alejandro P. Revilla
*
* 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 ... | jpos/src/main/java/org/jpos/transaction/TransactionManager.java | /*
* jPOS Project [http://jpos.org]
* Copyright (C) 2000-2015 Alejandro P. Revilla
*
* 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 ... | prof.checkPoint on resume
| jpos/src/main/java/org/jpos/transaction/TransactionManager.java | prof.checkPoint on resume | <ide><path>pos/src/main/java/org/jpos/transaction/TransactionManager.java
<ide> );
<ide> if (prof == null)
<ide> prof = new Profiler();
<add> else
<add> prof.checkPoint("resume");
<ide> startTim... | |
Java | agpl-3.0 | error: pathspec 'arbil/src/main/java/nl/mpi/arbil/ui/ArbilIconCellRenderer.java' did not match any file(s) known to git
| 4c4825dbce3fb98388ce65357cc830e84ddeae61 | 1 | TheLanguageArchive/Arbil,TheLanguageArchive/Arbil,TheLanguageArchive/Arbil,TheLanguageArchive/Arbil,TheLanguageArchive/Arbil | package nl.mpi.arbil.ui;
import java.awt.BorderLayout;
import javax.swing.Icon;
import javax.swing.JLabel;
import javax.swing.JPanel;
import javax.swing.SwingConstants;
/**
* Document : ArbilIconCellRenderer
* Panel that wraps the table cell renderer allowing an icon to be added at either end of the label
* Create... | arbil/src/main/java/nl/mpi/arbil/ui/ArbilIconCellRenderer.java | Created a table cell renderer that conforms to the EDT requirements and displays icons at either end of the label.
Addressed reasons for the table cell renderer not being rendered correctly due to EDT issues.
#2229
| arbil/src/main/java/nl/mpi/arbil/ui/ArbilIconCellRenderer.java | Created a table cell renderer that conforms to the EDT requirements and displays icons at either end of the label. Addressed reasons for the table cell renderer not being rendered correctly due to EDT issues. #2229 | <ide><path>rbil/src/main/java/nl/mpi/arbil/ui/ArbilIconCellRenderer.java
<add>package nl.mpi.arbil.ui;
<add>
<add>import java.awt.BorderLayout;
<add>import javax.swing.Icon;
<add>import javax.swing.JLabel;
<add>import javax.swing.JPanel;
<add>import javax.swing.SwingConstants;
<add>
<add>/**
<add> * Document : ArbilIco... | |
Java | apache-2.0 | 11d6950730a16c3e3dde17dacb177de2e2798f2d | 0 | cdegroot/river,pfirmstone/river-internet,pfirmstone/JGDMS,pfirmstone/JGDMS,cdegroot/river,pfirmstone/river-internet,pfirmstone/JGDMS,pfirmstone/river-internet,pfirmstone/JGDMS | /*
* 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 m... | src/net/jini/loader/pref/PreferredClassLoader.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 m... | Work around sun bug ID6536522 NPE thrown instead of MalformedURLException
git-svn-id: c7bbe51404944d9b279db17c7a6e06b416cefbc7@1369539 13f79535-47bb-0310-9956-ffa450edef68
| src/net/jini/loader/pref/PreferredClassLoader.java | Work around sun bug ID6536522 NPE thrown instead of MalformedURLException | <ide><path>rc/net/jini/loader/pref/PreferredClassLoader.java
<ide> * does, don't bother granting or requiring any permissions
<ide> * for this URL.
<ide> */
<del> }
<add> } catch (NullPointerException e){
<add> // Sun Bug ID: 6536522
<add> }
<ide> }
<ide> }
<ide> } | |
Java | apache-2.0 | 6de89987389bdb2f338da47eb414bb67c739ca40 | 0 | sequenceiq/cloudbreak,hortonworks/cloudbreak,sequenceiq/cloudbreak,hortonworks/cloudbreak,hortonworks/cloudbreak,hortonworks/cloudbreak,sequenceiq/cloudbreak,sequenceiq/cloudbreak,hortonworks/cloudbreak,sequenceiq/cloudbreak,hortonworks/cloudbreak | package com.sequenceiq.cloudbreak.service.stack.connector.aws;
import static com.amazonaws.services.cloudformation.model.StackStatus.CREATE_COMPLETE;
import static com.amazonaws.services.cloudformation.model.StackStatus.CREATE_FAILED;
import static com.amazonaws.services.cloudformation.model.StackStatus.DELETE_COMPLET... | src/main/java/com/sequenceiq/cloudbreak/service/stack/connector/aws/AwsConnector.java | package com.sequenceiq.cloudbreak.service.stack.connector.aws;
import static com.amazonaws.services.cloudformation.model.StackStatus.CREATE_COMPLETE;
import static com.amazonaws.services.cloudformation.model.StackStatus.CREATE_FAILED;
import static com.amazonaws.services.cloudformation.model.StackStatus.DELETE_COMPLET... | CLOUD-470 use ip address instead of dns name when restarting instances
| src/main/java/com/sequenceiq/cloudbreak/service/stack/connector/aws/AwsConnector.java | CLOUD-470 use ip address instead of dns name when restarting instances | <ide><path>rc/main/java/com/sequenceiq/cloudbreak/service/stack/connector/aws/AwsConnector.java
<ide> for (Instance instance : reservation.getInstances()) {
<ide> for (InstanceMetaData metaData : instanceMetaData) {
<ide> if (metaData.getInstanceId().equals(instance.getIn... | |
Java | apache-2.0 | e2a6de00f1f8c3d116150e01b56fb0eee8c27955 | 0 | whumph/sakai,pushyamig/sakai,zqian/sakai,lorenamgUMU/sakai,rodriguezdevera/sakai,OpenCollabZA/sakai,whumph/sakai,hackbuteer59/sakai,joserabal/sakai,duke-compsci290-spring2016/sakai,clhedrick/sakai,noondaysun/sakai,frasese/sakai,kwedoff1/sakai,wfuedu/sakai,udayg/sakai,lorenamgUMU/sakai,joserabal/sakai,kingmook/sakai,sur... | user/user-impl/integration-test/src/test/java/org/sakaiproject/user/impl/UserDirectoryServiceIntegrationTest.java | /**********************************************************************************
*
* $Id$
*
***********************************************************************************
*
* Copyright (c) 2007 The Regents of the University of California
*
* Licensed under the Educational Community License, Version 1.0 (the "Li... | SAK-9983 Remove anticipatory integration test merged in by mistake at rev 31172
git-svn-id: 470921d30149416e94c2486af53d02cfc164742e@32094 66ffb92e-73f9-0310-93c1-f5514f145a0a
| user/user-impl/integration-test/src/test/java/org/sakaiproject/user/impl/UserDirectoryServiceIntegrationTest.java | SAK-9983 Remove anticipatory integration test merged in by mistake at rev 31172 | <ide><path>ser/user-impl/integration-test/src/test/java/org/sakaiproject/user/impl/UserDirectoryServiceIntegrationTest.java
<del>/**********************************************************************************
<del>*
<del>* $Id$
<del>*
<del>****************************************************************************... | ||
Java | agpl-3.0 | 7afa613b42d0cb5310d45b823cd48515874a908f | 0 | picoded/JavaCommons,picoded/JavaCommons,picoded/JavaCommons,picoded/JavaCommons,picoded/JavaCommons,picoded/JavaCommons,picoded/JavaCommons | package picoded.jSql.db;
import java.lang.String;
import java.io.File;
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.sql.Statement;
import java.util.ArrayList;
import java.util.logging.Logger;
import ja... | src/picoded/jSql/db/JSql_Mssql.java | package picoded.jSql.db;
import java.lang.String;
import java.io.File;
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.sql.Statement;
import java.util.ArrayList;
import java.util.logging.Logger;
import ja... | upsert fix for mssql - uncomplete
| src/picoded/jSql/db/JSql_Mssql.java | upsert fix for mssql - uncomplete | <ide><path>rc/picoded/jSql/db/JSql_Mssql.java
<ide> import picoded.jSql.JSqlResult;
<ide> import picoded.jSql.JSqlException;
<ide>
<del>import picoded.jSql.JSql;
<add>import picoded.jSql.*;
<ide> import picoded.jSql.db.BaseInterface;
<ide>
<ide> /// Pure SQL Server 2012 implentation of JSql
<ide> return execute_raw... | |
Java | apache-2.0 | 34756ae7280fef4a108358107b5ba55555fa97d1 | 0 | gchq/stroom,gchq/stroom,gchq/stroom,gchq/stroom,gchq/stroom,gchq/stroom | /*
* Copyright 2016 Crown Copyright
*
* 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... | stroom-index/src/main/java/stroom/search/server/taskqueue/TaskExecutor.java | /*
* Copyright 2016 Crown Copyright
*
* 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... | Now only starts the executor when started by lifecycle
| stroom-index/src/main/java/stroom/search/server/taskqueue/TaskExecutor.java | Now only starts the executor when started by lifecycle | <ide><path>troom-index/src/main/java/stroom/search/server/taskqueue/TaskExecutor.java
<ide> import org.slf4j.LoggerFactory;
<ide> import stroom.task.server.StroomThreadGroup;
<ide> import stroom.util.spring.StroomShutdown;
<add>import stroom.util.spring.StroomStartup;
<ide> import stroom.util.thread.CustomThreadFactory... | |
Java | epl-1.0 | error: pathspec 'jenjin-core-client/src/test/java/com/jenjinstudios/client/AuthClientTest.java' did not match any file(s) known to git
| 46ae8eb380d3c3ad136445c816a205e434051192 | 1 | floralvikings/jenjin | package com.jenjinstudios.client;
import com.jenjinstudios.client.net.AuthClient;
import com.jenjinstudios.client.net.ClientUser;
import com.jenjinstudios.core.MessageIO;
import org.testng.Assert;
import org.testng.annotations.Test;
import static org.mockito.Mockito.mock;
/**
* @author Caleb Brinkman
*/
public cla... | jenjin-core-client/src/test/java/com/jenjinstudios/client/AuthClientTest.java | Added AuthClientTest back with much simpler tests
| jenjin-core-client/src/test/java/com/jenjinstudios/client/AuthClientTest.java | Added AuthClientTest back with much simpler tests | <ide><path>enjin-core-client/src/test/java/com/jenjinstudios/client/AuthClientTest.java
<add>package com.jenjinstudios.client;
<add>
<add>import com.jenjinstudios.client.net.AuthClient;
<add>import com.jenjinstudios.client.net.ClientUser;
<add>import com.jenjinstudios.core.MessageIO;
<add>import org.testng.Assert;
<add... | |
Java | mit | 7fa52abd31dc5739d137ec659e4df4bfb9d43f3c | 0 | BloomBooks/BloomReader,BloomBooks/BloomReader | package org.sil.bloom.reader;
import android.content.Context;
import android.content.SharedPreferences;
import android.os.AsyncTask;
import java.io.File;
/*
We were storing thumbnails with the extension .png
but now that we have .jpg thumbnails too, we're keeping
the extension out of the filename.
T... | app/src/main/java/org/sil/bloom/reader/ThumbnailCleanup.java | package org.sil.bloom.reader;
import android.content.Context;
import android.content.SharedPreferences;
import android.os.AsyncTask;
import java.io.File;
/*
We were storing thumbnails with the extension .png
but now that we have .jpg thumbnails too, we're keeping
the extension out of the filename.
T... | [5726] Fix path error in thumbnail cleanup
| app/src/main/java/org/sil/bloom/reader/ThumbnailCleanup.java | [5726] Fix path error in thumbnail cleanup | <ide><path>pp/src/main/java/org/sil/bloom/reader/ThumbnailCleanup.java
<ide>
<ide> public class ThumbnailCleanup extends AsyncTask<File, Void, Void> {
<ide>
<del> public static final String DID_THUMB_CLEANUP = "didThumbCleanup";
<add> public static final String DID_THUMB_CLEANUP = "didThumbCleanupRight";
<ide> ... | |
Java | apache-2.0 | d65d4ed7e8ffc7848fdba63a6de2ec8775f81944 | 0 | alficles/incubator-trafficcontrol,robert-butts/traffic_control,serDrem/incubator-trafficcontrol,alficles/incubator-trafficcontrol,mdb/incubator-trafficcontrol,orifinkelman/incubator-trafficcontrol,naamashoresh/incubator-trafficcontrol,mdb/incubator-trafficcontrol,rscrimojr/incubator-trafficcontrol,dangogh/traffic_contr... | package com.comcast.cdn.traffic_control.traffic_router.core.secure;
import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
import com.fasterxml.jackson.annotation.JsonProperty;
@JsonIgnoreProperties(ignoreUnknown = true)
public class CertificateData {
@JsonProperty
private String deliveryservice;
@JsonProp... | traffic_router/core/src/main/java/com/comcast/cdn/traffic_control/traffic_router/core/secure/CertificateData.java | package com.comcast.cdn.traffic_control.traffic_router.core.secure;
import com.fasterxml.jackson.annotation.JsonProperty;
public class CertificateData {
@JsonProperty
private String deliveryservice;
@JsonProperty
private Certificate certificate;
public String getDeliveryservice() {
return deliveryservice;
}... | TR now ignores all json fields for certificate data except deliveryservice and certificate
| traffic_router/core/src/main/java/com/comcast/cdn/traffic_control/traffic_router/core/secure/CertificateData.java | TR now ignores all json fields for certificate data except deliveryservice and certificate | <ide><path>raffic_router/core/src/main/java/com/comcast/cdn/traffic_control/traffic_router/core/secure/CertificateData.java
<ide> package com.comcast.cdn.traffic_control.traffic_router.core.secure;
<ide>
<add>import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
<ide> import com.fasterxml.jackson.annotation.Js... | |
Java | mit | 0e4f960f2298f1a24533466e99acb3c38160c485 | 0 | Narwhalprime/simcity201-team-project | package simcity.gui;
import housing.Housing;
import housing.ResidentAgent.State;
import housing.gui.HousingAnimationPanel;
import housing.test.mock.LoggedEvent;
import javax.swing.*;
import market.Market;
import market.gui.MarketAnimationPanel;
import java.awt.*;
import java.awt.event.*;
import restaurant_bayou.gu... | src/simcity/gui/SimCityGui.java | package simcity.gui;
import housing.Housing;
import housing.ResidentAgent.State;
import housing.gui.HousingAnimationPanel;
import housing.test.mock.LoggedEvent;
import javax.swing.*;
import market.Market;
import market.gui.MarketAnimationPanel;
import java.awt.*;
import java.awt.event.*;
import restaurant_bayou.gu... | modified simcitygui
| src/simcity/gui/SimCityGui.java | modified simcitygui | <ide><path>rc/simcity/gui/SimCityGui.java
<ide> restRancho = new RestaurantRancho(this, "Rancho Del Zocalo");
<ide> restBayou = new RestaurantBayou(this, "The Blue Bayou");
<ide> restPizza = new RestaurantPizza(this);
<del>
<del> simCityPanel = new SimCityPanel(this);
<del>
<ide> hauntedMansion = new Housi... | |
Java | mit | f61e13db851874d27f4a580aabaa50781c2454e8 | 0 | opacapp/opacclient,raphaelm/opacclient,ruediger-w/opacclient,ruediger-w/opacclient,johan12345/opacclient,ruediger-w/opacclient,opacapp/opacclient,ruediger-w/opacclient,raphaelm/opacclient,raphaelm/opacclient,opacapp/opacclient,johan12345/opacclient,opacapp/opacclient,johan12345/opacclient,johan12345/opacclient,johan123... | /**
* Copyright (C) 2013 by Raphael Michel under the MIT license:
*
* 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 u... | opacclient/opacapp/src/main/java/de/geeksfactory/opacclient/barcode/BarcodeScanIntegrator.java | /**
* Copyright (C) 2013 by Raphael Michel under the MIT license:
*
* 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 u... | Enable QR scanning (because why not?)
| opacclient/opacapp/src/main/java/de/geeksfactory/opacclient/barcode/BarcodeScanIntegrator.java | Enable QR scanning (because why not?) | <ide><path>pacclient/opacapp/src/main/java/de/geeksfactory/opacclient/barcode/BarcodeScanIntegrator.java
<ide> }
<ide>
<ide> public void initiate_scan_zxing() {
<del> final Collection<String> desiredBarcodeFormats = list("UPC_A", "UPC_E",
<del> "EAN_8", "EAN_13", "CODE_39", "CODE_93", "CO... | |
JavaScript | mit | 3c8e00182d569220b6b675be874301e2a0e7d30c | 0 | tpoikela/battles,tpoikela/battles,tpoikela/battles,tpoikela/battles,tpoikela/battles | /* Base class foe entities such as actors and items in the game. Each entity can
* contain any number of components. The base class provides functionality such
* as emitting specific events when component is added/removed. Each entity has
* also unique ID which is preserved throughout single game. */
const RG = req... | client/src/entity.js | /* Base class foe entities such as actors and items in the game. Each entity can
* contain any number of components. The base class provides functionality such
* as emitting specific events when component is added/removed. Each entity has
* also unique ID which is preserved throughout single game. */
const RG = req... | Added support for multiple comps of same type. Issue was raised by Shield spell.
| client/src/entity.js | Added support for multiple comps of same type. Issue was raised by Shield spell. | <ide><path>lient/src/entity.js
<ide> getID() {return this._id;}
<ide> setID(id) {this._id = id;}
<ide>
<add> /* Gets component with given name. If entity has multiple of them, returns
<add> * the first found. */
<ide> get(name) {
<del> if (this._comps.hasOwnProperty(name)) {return this._comps... | |
Java | mit | 662cbea2da30537b6153c07aea0c5a6e6c2b0968 | 0 | trendrr/java-oss-lib,MarkG/java-oss-lib | /**
*
*/
package com.trendrr.oss.casting;
import com.trendrr.oss.StringHelper;
import com.trendrr.oss.TypeCast;
/**
* @author Dustin Norlander
* @created Nov 30, 2010
*
*/
public class NumberCaster extends TypeCaster<Number> {
/* (non-Javadoc)
* @see com.trendrr.oss.casting.TypeCaster#cast(java.lang.Obj... | src/main/com/trendrr/oss/casting/NumberCaster.java | /**
*
*/
package com.trendrr.oss.casting;
import com.trendrr.oss.StringHelper;
import com.trendrr.oss.TypeCast;
/**
* @author Dustin Norlander
* @created Nov 30, 2010
*
*/
public class NumberCaster extends TypeCaster<Number> {
/* (non-Javadoc)
* @see com.trendrr.oss.casting.TypeCaster#cast(java.lang.Obj... | revert back to minimal cleaning of string before we try to parse the number
| src/main/com/trendrr/oss/casting/NumberCaster.java | revert back to minimal cleaning of string before we try to parse the number | <ide><path>rc/main/com/trendrr/oss/casting/NumberCaster.java
<ide> String str = TypeCast.cast(String.class, obj);
<ide> if (str == null)
<ide> return null;
<del> str = str.replaceAll("[^0-9\\.\\-eE]", "");//StringHelper.removeAll(TypeCast.cast(String.class, obj), ' ', ',', '$');
<add> // We need to count ... | |
Java | apache-2.0 | ab4fb7a22f34adaae4a45429a117f7a89b4acfdf | 0 | slipstream/SlipStreamServer,slipstream/SlipStreamServer,slipstream/SlipStreamServer,slipstream/SlipStreamServer | package com.sixsq.slipstream.persistence;
/*
* +=================================================================+
* SlipStream Server (WAR)
* =====
* Copyright (C) 2013 SixSq Sarl (sixsq.com)
* =====
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in complia... | jar-persistence/src/main/java/com/sixsq/slipstream/persistence/Metadata.java | package com.sixsq.slipstream.persistence;
/*
* +=================================================================+
* SlipStream Server (WAR)
* =====
* Copyright (C) 2013 SixSq Sarl (sixsq.com)
* =====
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in complia... | Remove Version attribute
Lost reason for having used it
Deprecated field
| jar-persistence/src/main/java/com/sixsq/slipstream/persistence/Metadata.java | Remove Version attribute Lost reason for having used it Deprecated field | <ide><path>ar-persistence/src/main/java/com/sixsq/slipstream/persistence/Metadata.java
<ide> @Temporal(TemporalType.TIMESTAMP)
<ide> protected Date lastModified;
<ide>
<del> @Version
<add> @SuppressWarnings("unused")
<add> @Deprecated
<ide> private int jpaVersion;
<ide>
<ide> @Attribute(required = false) | |
Java | bsd-3-clause | 1fda4aa9fe22af878b4f75532e6bf570c75d4361 | 0 | NCIP/catissue-advanced-query,NCIP/catissue-advanced-query | package edu.wustl.common.query.impl;
/**
* QueryIdentifier is responsible for solely
* identifying a query
*
* @author ravindra_jain
* @version 1.0
*
*/
public class QueryIdentifierObject
{
private int queryId;
private int userId;
/**
* DEFAULT CONSTRUCTOR
*/
public QueryIdent... | WEB-INF/src/edu/wustl/common/query/impl/QueryIdentifierObject.java | package edu.wustl.common.query.impl;
import edu.wustl.common.beans.NameValueBean;
/**
* QueryIdentifier is responsible for solely
* identifying a query
*
* @author ravindra_jain
* @version 1.0
*
*/
public class QueryIdentifierObject
{
private int queryId;
private int userId;
/**
* ... | removed unused imports
SVN-Revision: 4431
| WEB-INF/src/edu/wustl/common/query/impl/QueryIdentifierObject.java | removed unused imports | <ide><path>EB-INF/src/edu/wustl/common/query/impl/QueryIdentifierObject.java
<ide> package edu.wustl.common.query.impl;
<ide>
<del>import edu.wustl.common.beans.NameValueBean;
<ide>
<ide> /**
<ide> * QueryIdentifier is responsible for solely | |
Java | mit | acbc121484ba43d9e1322f40823951dcaca7319c | 0 | kiruthikasp/PushPlugin,kiruthikasp/PushPlugin,kiruthikasp/PushPlugin,kiruthikasp/PushPlugin,kiruthikasp/PushPlugin | src/android/com/adobe/phonegap/push/RingtonePickerActivity.java | package com.adobe.phonegap.push;
import android.app.NotificationManager;
import android.content.Context;
import android.content.SharedPreferences;
import android.os.Bundle;
import android.util.Log;
import android.content.Context;
import android.content.Intent;
import android.media.RingtoneManager;
import com.google.a... | Delete RingtonePickerActivity.java | src/android/com/adobe/phonegap/push/RingtonePickerActivity.java | Delete RingtonePickerActivity.java | <ide><path>rc/android/com/adobe/phonegap/push/RingtonePickerActivity.java
<del>package com.adobe.phonegap.push;
<del>
<del>import android.app.NotificationManager;
<del>import android.content.Context;
<del>import android.content.SharedPreferences;
<del>import android.os.Bundle;
<del>import android.util.Log;
<del>import ... | ||
Java | apache-2.0 | 34a3d69de3a6e523d5d664a1a251a826842689cd | 0 | drndos/pentaho-kettle,emartin-pentaho/pentaho-kettle,stepanovdg/pentaho-kettle,ddiroma/pentaho-kettle,Advent51/pentaho-kettle,flbrino/pentaho-kettle,stevewillcock/pentaho-kettle,mbatchelor/pentaho-kettle,sajeetharan/pentaho-kettle,pavel-sakun/pentaho-kettle,jbrant/pentaho-kettle,roboguy/pentaho-kettle,marcoslarsen/pent... | /* Copyright (c) 2007 Pentaho Corporation. All rights reserved.
* This software was developed by Pentaho Corporation and is provided under the terms
* of the GNU Lesser General Public License, Version 2.1. You may not use
* this file except in compliance with the license. If you need a copy of the license,
... | src/org/pentaho/di/trans/steps/tableinput/TableInputMeta.java | /* Copyright (c) 2007 Pentaho Corporation. All rights reserved.
* This software was developed by Pentaho Corporation and is provided under the terms
* of the GNU Lesser General Public License, Version 2.1. You may not use
* this file except in compliance with the license. If you need a copy of the license,
... | Fixed reading rowLimit into table input step
git-svn-id: 51b39fcfd0d3a6ea7caa15377cad4af13b9d2664@11747 5fb7f6ec-07c1-534a-b4ca-9155e429e800
| src/org/pentaho/di/trans/steps/tableinput/TableInputMeta.java | Fixed reading rowLimit into table input step | <ide><path>rc/org/pentaho/di/trans/steps/tableinput/TableInputMeta.java
<ide> databaseMeta = rep.loadDatabaseMetaFromStepAttribute(id_step, "id_connection", databases); //$NON-NLS-1$
<ide>
<ide> sql = rep.getStepAttributeString (id_step, "sql");
<del> String rowLimit = rep.getSte... | |
Java | apache-2.0 | d87983d7f22843e7f86bbbb08549e2599feae4c4 | 0 | Activiti/Activiti,Activiti/Activiti | package org.activiti.spring.boot.process;
import static org.assertj.core.api.Assertions.assertThat;
import static org.assertj.core.api.Assertions.catchThrowable;
import static org.mockito.Mockito.spy;
import static org.mockito.Mockito.verify;
import org.activiti.api.process.model.ProcessDefinition;
import org.activit... | activiti-spring-boot-starter/src/test/java/org/activiti/spring/boot/process/ProcessRuntimeTest.java | package org.activiti.spring.boot.process;
import static org.assertj.core.api.Assertions.assertThat;
import static org.mockito.Mockito.verify;
import static org.mockito.Mockito.spy;
import static org.assertj.core.api.Assertions.catchThrowable;
import org.activiti.api.process.model.ProcessDefinition;
import org.activit... | fix: use spy on eventPublisher in ProcessRuntimeTest
| activiti-spring-boot-starter/src/test/java/org/activiti/spring/boot/process/ProcessRuntimeTest.java | fix: use spy on eventPublisher in ProcessRuntimeTest | <ide><path>ctiviti-spring-boot-starter/src/test/java/org/activiti/spring/boot/process/ProcessRuntimeTest.java
<ide> package org.activiti.spring.boot.process;
<ide>
<ide> import static org.assertj.core.api.Assertions.assertThat;
<add>import static org.assertj.core.api.Assertions.catchThrowable;
<add>import static org.m... | |
Java | apache-2.0 | 0bf906dd65a17a11e12e1aa212abce493c83b668 | 0 | alireza-hosseini/libgdx,czyzby/libgdx,MovingBlocks/libgdx,titovmaxim/libgdx,alireza-hosseini/libgdx,TheAks999/libgdx,noelsison2/libgdx,thepullman/libgdx,basherone/libgdxcn,hyvas/libgdx,jberberick/libgdx,saqsun/libgdx,anserran/libgdx,alex-dorokhov/libgdx,Wisienkas/libgdx,saqsun/libgdx,Heart2009/libgdx,thepullman/libgdx,... | /*
* Copyright 2010 Mario Zechner (contact@badlogicgames.com), Nathan Sweet (admin@esotericsoftware.com)
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the
* License. You may obtain a copy of the License at
*
* http://www.apache.org/... | gdx/src/com/badlogic/gdx/utils/GdxNativesLoader.java | /*
* Copyright 2010 Mario Zechner (contact@badlogicgames.com), Nathan Sweet (admin@esotericsoftware.com)
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the
* License. You may obtain a copy of the License at
*
* http://www.apache.org/... | Better exception handling for an error extracting natives from classpath.
| gdx/src/com/badlogic/gdx/utils/GdxNativesLoader.java | Better exception handling for an error extracting natives from classpath. | <ide><path>dx/src/com/badlogic/gdx/utils/GdxNativesLoader.java
<ide> }
<ide>
<ide> static public String extractLibrary (String native32, String native64) {
<add> String nativeFileName = is64Bit ? native64 : native32;
<ide> try {
<ide> // Extract native from classpath to temp dir.
<del> String nativeFileName ... | |
JavaScript | apache-2.0 | 5d0425a3e63c17764976d6430dbe2f00c89a993e | 0 | soajs/soajs.dashboard | /**
* Created by nicolas on 10/19/16.
*/
'use strict';
var soajsCore = require("soajs");
var Mongo = soajsCore.mongo;
var mongoObj = null;
var soajsUtils = soajsCore.utils;
var servicesCollectionName = 'services';
var daemonsCollectionName = 'daemons';
var groupConfigCollectionName = 'daemon_grpconf';
var environme... | models/mongo.js | /**
* Created by nicolas on 10/19/16.
*/
'use strict';
var soajsCore = require("soajs");
var Mongo = soajsCore.mongo;
var mongoObj = null;
var soajsUtils = soajsCore.utils;
var servicesCollectionName = 'services';
var daemonsCollectionName = 'daemons';
var groupConfigCollectionName = 'daemon_grpconf';
var environme... | BUG FIX
| models/mongo.js | BUG FIX | <ide><path>odels/mongo.js
<ide> if (process.env.SOAJS_SAAS) {
<ide> soajs.log.info(soajs.servicesConfig);
<ide> }
<del> if (process.env.SOAJS_SAAS && (process.env.SOAJS_SAAS === true) && !soajs.tenant.locked) {
<add> if (process.env.SOAJS_SAAS && !soajs.tenant.locked) {
<ide> if (soajs.servicesConfig && soa... | |
JavaScript | mit | d084a8fe572a65ecadea0132afe4b395cc96c2b3 | 0 | CodeWall-EStudio/XZone,CodeWall-EStudio/XZone,CodeWall-EStudio/XZone | var ObjectID = require('mongodb').ObjectID;
var DBRef = require('mongodb').DBRef;
var EventProxy = require('eventproxy');
var EventEmitter = require('events').EventEmitter;
var us = require('underscore');
var db = require('./db');
var ERR = require('../errorcode');
var U = require('../util');
var Logger = require('../... | server/models/folder.js | var ObjectID = require('mongodb').ObjectID;
var DBRef = require('mongodb').DBRef;
var EventProxy = require('eventproxy');
var EventEmitter = require('events').EventEmitter;
var us = require('underscore');
var db = require('./db');
var ERR = require('../errorcode');
var U = require('../util');
var Logger = require('../... | update
| server/models/folder.js | update | <ide><path>erver/models/folder.js
<ide> updateUsed: true
<ide> };
<ide>
<del> mFile.batchDelete({ 'folder.$id': folder._id }, options, function(err, count){
<add> mFile.batchDelete({ 'folder.$id': folder._id, del: false }, options, function(err, count){
<ide>
<ide... | |
Java | apache-2.0 | 158ede1c5eee2a6b5f387eb2422b70a810c0c7f2 | 0 | SpineEventEngine/core-java,SpineEventEngine/core-java,SpineEventEngine/core-java | /*
*
* Copyright 2016, TeamDev Ltd. 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 EXP... | client/src/test/java/org/spine3/base/QueriesShould.java | /*
*
* Copyright 2016, TeamDev Ltd. 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 EXP... | Cover one of `Queries#readByIds()` cases with tests.
| client/src/test/java/org/spine3/base/QueriesShould.java | Cover one of `Queries#readByIds()` cases with tests. | <ide><path>lient/src/test/java/org/spine3/base/QueriesShould.java
<ide> import com.google.protobuf.ProtocolStringList;
<ide> import org.junit.Test;
<ide> import org.spine3.client.EntityFilters;
<add>import org.spine3.client.EntityId;
<add>import org.spine3.client.EntityIdFilter;
<ide> import org.spine3.client.Query;
<i... | |
Java | apache-2.0 | 674697a12fe5155875349940c3f7ca3a8cea1fdb | 0 | ProgrammingLife2016/PL4-2016 | package application.controllers;
import core.graph.Graph;
import core.graph.PhylogeneticTree;
import edu.umd.cs.findbugs.annotations.SuppressFBWarnings;
import javafx.collections.FXCollections;
import javafx.fxml.FXML;
import javafx.geometry.Rectangle2D;
import javafx.scene.control.Label;
import javafx.scene.control.L... | src/main/java/application/controllers/MainController.java | package application.controllers;
import core.graph.Graph;
import core.graph.PhylogeneticTree;
import edu.umd.cs.findbugs.annotations.SuppressFBWarnings;
import javafx.collections.FXCollections;
import javafx.collections.ObservableList;
import javafx.fxml.FXML;
import javafx.geometry.Rectangle2D;
import javafx.scene.co... | Genomes are now in natural order.
| src/main/java/application/controllers/MainController.java | Genomes are now in natural order. | <ide><path>rc/main/java/application/controllers/MainController.java
<ide> import core.graph.PhylogeneticTree;
<ide> import edu.umd.cs.findbugs.annotations.SuppressFBWarnings;
<ide> import javafx.collections.FXCollections;
<del>import javafx.collections.ObservableList;
<ide> import javafx.fxml.FXML;
<ide> import javafx.... | |
Java | apache-2.0 | abaac0b29cf93315b75f3b6f6136adc90bd1f6b6 | 0 | wenwei-dev/rest-client,junefun/rest-client,junefun/rest-client,EonHa-Lee/rest-client,snitheesh/rest-client,jmsosa/rest-client,dybdalk/rest-client,abbasmajeed/rest-client,rvkiran/rest-client,cotarola93/rest-client,geub/rest-client,sequethin/rest-client,vit256/rest-client,minafaw/rest-client,truvakitap/rest-client,msezgi... | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package org.wiztools.restclient.ui;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.awt.event.KeyEvent;
import java.awt.event.WindowAdapter;
import java.awt.event.WindowEvent;
impor... | src/main/java/org/wiztools/restclient/ui/RESTFrame.java | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package org.wiztools.restclient.ui;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.awt.event.KeyEvent;
import java.awt.event.WindowAdapter;
import java.awt.event.WindowEvent;
impor... | adding key binding Ctrl+S for save request.
git-svn-id: bf7e6665a5fa9ed84da90b6cc1bef00f9ffe166f@57 08545216-953f-0410-99bf-93b34cd2520f
| src/main/java/org/wiztools/restclient/ui/RESTFrame.java | adding key binding Ctrl+S for save request. | <ide><path>rc/main/java/org/wiztools/restclient/ui/RESTFrame.java
<ide>
<ide> JMenuItem jmi_save_req = new JMenuItem("Save Request");
<ide> jmi_save_req.setMnemonic('q');
<add> jmi_save_req.setAccelerator(KeyStroke.getKeyStroke(
<add> KeyEvent.VK_S, ActionEvent.CTRL_MASK))... | |
Java | apache-2.0 | 482733a382071a60b4fd725d7884bf050784b836 | 0 | allotria/intellij-community,samthor/intellij-community,supersven/intellij-community,suncycheng/intellij-community,diorcety/intellij-community,idea4bsd/idea4bsd,dslomov/intellij-community,jagguli/intellij-community,adedayo/intellij-community,Lekanich/intellij-community,kool79/intellij-community,alphafoobar/intellij-comm... | /*
* 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... | plugins/svn4idea/src/org/jetbrains/idea/svn/history/LatestExistentSearcher.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... | svn: Refactored LatestExistentSearcher - use common client factory model (instead of direct SVNLogClient usage)
| plugins/svn4idea/src/org/jetbrains/idea/svn/history/LatestExistentSearcher.java | svn: Refactored LatestExistentSearcher - use common client factory model (instead of direct SVNLogClient usage) | <ide><path>lugins/svn4idea/src/org/jetbrains/idea/svn/history/LatestExistentSearcher.java
<ide> */
<ide> package org.jetbrains.idea.svn.history;
<ide>
<add>import com.intellij.openapi.diagnostic.Logger;
<ide> import com.intellij.openapi.util.Ref;
<add>import com.intellij.openapi.vcs.VcsException;
<ide> import com.int... | |
Java | apache-2.0 | 6b7be7e0868756303785b106461f8ff33dbb888e | 0 | osgi/osgi,osgi/osgi,osgi/osgi,osgi/osgi,osgi/osgi,osgi/osgi,osgi/osgi,osgi/osgi | /*
* ============================================================================
* (c) Copyright 2004 Nokia
* This material, including documentation and any related computer programs,
* is protected by copyright controlled by Nokia and its licensors.
* All rights are reserved.
*
* These materials have been co... | org.osgi.impl.service.deploymentadmin/src/org/osgi/impl/service/deploymentadmin/DeploymentPackageImpl.java | /*
* ============================================================================
* (c) Copyright 2004 Nokia
* This material, including documentation and any related computer programs,
* is protected by copyright controlled by Nokia and its licensors.
* All rights are reserved.
*
* These materials have been co... | Empty dp is stale
| org.osgi.impl.service.deploymentadmin/src/org/osgi/impl/service/deploymentadmin/DeploymentPackageImpl.java | Empty dp is stale | <ide><path>rg.osgi.impl.service.deploymentadmin/src/org/osgi/impl/service/deploymentadmin/DeploymentPackageImpl.java
<ide> dp.mainSection = new CaseInsensitiveMap(null, dp);
<ide> dp.mainSection.put(DAConstants.DP_NAME, "");
<ide> dp.mainSection.put(DAConstants.DP_VERSION, "0.0.0");
<add> ... | |
Java | apache-2.0 | 00e0c072cfab5bcb6cde1c6eeae1979dc1bc6e50 | 0 | jmrozanec/cron-utils,meincs/cron-utils | /*
* Copyright 2015 jmrozanec
* 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 writin... | src/test/java/com/cronutils/Issue367Test.java | /*
* Copyright 2015 jmrozanec
* 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 writin... | Ignore failing test.
| src/test/java/com/cronutils/Issue367Test.java | Ignore failing test. | <ide><path>rc/test/java/com/cronutils/Issue367Test.java
<ide> import com.cronutils.model.definition.CronDefinitionBuilder;
<ide> import com.cronutils.parser.CronParser;
<ide> import org.junit.Before;
<add>import org.junit.Ignore;
<ide> import org.junit.Test;
<ide>
<ide> import java.text.ParseException;
<ide> /**
<ide>... | |
JavaScript | mit | error: pathspec 'src/utilities/byProgram.js' did not match any file(s) known to git
| 2c1d4ccdf91661d0841189f1b7ced150f728d667 | 1 | sussol/mobile,sussol/mobile,sussol/mobile,sussol/mobile | const thisStoreUsesPrograms = (settings, database) => {
const thisStoresTags = settings.get('ThisStoreTags');
const programs = database.objects('MasterList').filtered('isProgram = $0', true);
const hasAProgram = programs.find(program => program.canUseProgram(thisStoresTags));
return !!hasAProgram;
};
const get... | src/utilities/byProgram.js | Add helper byProgram helper methods
| src/utilities/byProgram.js | Add helper byProgram helper methods | <ide><path>rc/utilities/byProgram.js
<add>const thisStoreUsesPrograms = (settings, database) => {
<add> const thisStoresTags = settings.get('ThisStoreTags');
<add> const programs = database.objects('MasterList').filtered('isProgram = $0', true);
<add> const hasAProgram = programs.find(program => program.canUseProgra... | |
Java | lgpl-2.1 | eb338fb4e361b2e6a41e6d09ec411993b2f4fffb | 0 | julie-sullivan/phytomine,julie-sullivan/phytomine,julie-sullivan/phytomine,julie-sullivan/phytomine,julie-sullivan/phytomine,julie-sullivan/phytomine,julie-sullivan/phytomine | package org.intermine.web.config;
/*
* Copyright (C) 2002-2005 FlyMine
*
* This code may be freely distributed and modified under the
* terms of the GNU Lesser General Public Licence. This should
* be distributed with the code. See the LICENSE file for more
* information or http://www.gnu.org/copyleft/lesser.h... | intermine/web/main/src/org/intermine/web/config/Type.java | package org.intermine.web.config;
/*
* Copyright (C) 2002-2005 FlyMine
*
* This code may be freely distributed and modified under the
* terms of the GNU Lesser General Public Licence. This should
* be distributed with the code. See the LICENSE file for more
* information or http://www.gnu.org/copyleft/lesser.h... | fixing NPE in equals and hashCode
Former-commit-id: a780a526ead3a45d6fcd1d065deb317c2e5646fc | intermine/web/main/src/org/intermine/web/config/Type.java | fixing NPE in equals and hashCode | <ide><path>ntermine/web/main/src/org/intermine/web/config/Type.java
<ide> import java.util.Collections;
<ide>
<ide> import org.apache.commons.collections.set.ListOrderedSet;
<add>import org.apache.commons.lang.ObjectUtils;
<ide>
<ide> /**
<ide> * Configuration object for displaying a class
<ide>
<ide> ... | |
Java | mit | b8baabf5ca5ca61640b169b5aed8da59f73a2cc8 | 0 | noogotte/DiamondRush | package fr.aumgn.diamondrush.game;
import java.util.ArrayList;
import java.util.Collections;
import java.util.List;
import org.bukkit.ChatColor;
import fr.aumgn.bukkitutils.util.Util;
public enum TeamColor {
BLUE (ChatColor.BLUE, 11, "Bleu" ),
RED (ChatColor.DARK_RED... | src/main/java/fr/aumgn/diamondrush/game/TeamColor.java | package fr.aumgn.diamondrush.game;
import java.util.ArrayList;
import java.util.Collections;
import java.util.List;
import org.bukkit.ChatColor;
import fr.aumgn.bukkitutils.util.Util;
public enum TeamColor {
BLUE (ChatColor.BLUE, 11, "Bleue" ),
RED (ChatColor.DARK_RE... | Update colors (again)
| src/main/java/fr/aumgn/diamondrush/game/TeamColor.java | Update colors (again) | <ide><path>rc/main/java/fr/aumgn/diamondrush/game/TeamColor.java
<ide>
<ide> public enum TeamColor {
<ide>
<del> BLUE (ChatColor.BLUE, 11, "Bleue" ),
<add> BLUE (ChatColor.BLUE, 11, "Bleu" ),
<ide> RED (ChatColor.DARK_RED, 14, "R... | |
Java | apache-2.0 | b3ac122e9e52818c124924c627a6d4f0f58b649d | 0 | andrewpw/surferpedia,andrewpw/surferpedia | import java.util.Date;
import models.Surfer;
import models.SurferDB;
import models.UserInfoDB;
import play.Application;
import play.GlobalSettings;
import play.Play;
import views.formdata.SurferFormData;
public class Global extends GlobalSettings {
public void onStart(Application app) {
String adminEmail = Pla... | app/Global.java | import java.util.Date;
import models.Surfer;
import models.SurferDB;
import models.UserInfoDB;
import play.Application;
import play.GlobalSettings;
import play.Play;
import views.formdata.SurferFormData;
public class Global extends GlobalSettings {
public void onStart(Application app) {
String adminEmail = Pla... | Fixed Global.java.
Fixed error in which Surfer3 was added multiple times. Also added
isEmpty() clause to stop same Surfer's being added upon startup.
| app/Global.java | Fixed Global.java. | <ide><path>pp/Global.java
<ide> String adminEmail = Play.application().configuration().getString("digits.admin.email");
<ide> String adminPassword = Play.application().configuration().getString("digits.admin.password");
<ide> UserInfoDB.defineAdmin("Andrew", adminEmail, adminPassword);
<add>
<add> if... | |
Java | apache-2.0 | error: pathspec 'languages/Natlab/src/natlab/toolkits/DependenceAnalysis/Profiler.java' did not match any file(s) known to git
| e584516eccd373d5390a5a61acfcc244722ba341 | 1 | bpilania/Comp621Project,bpilania/Comp621Project,bpilania/Comp621Project,bpilania/Comp621Project,bpilania/Comp621Project,bpilania/Comp621Project,bpilania/Comp621Project | package natlab.toolkits.DependenceAnalysis;
import natlab.ast.ForStmt;
import natlab.ast.Program;
import natlab.ast.AssignStmt;
import natlab.ast.*;
import natlab.ast.ASTNode;
import natlab.toolkits.analysis.ForVisitor;
/*
* Author:Amina Aslam
* Date:11 Sep,2009
* Profiler class does the following.
* 1.Changes the... | languages/Natlab/src/natlab/toolkits/DependenceAnalysis/Profiler.java | Added profiler code
git-svn-id: a2312d33856acf09907bc700940b4d7cc158d4b3@1442 89b902b4-d83f-0410-b942-89f7a419ffdb
| languages/Natlab/src/natlab/toolkits/DependenceAnalysis/Profiler.java | Added profiler code | <ide><path>anguages/Natlab/src/natlab/toolkits/DependenceAnalysis/Profiler.java
<add>package natlab.toolkits.DependenceAnalysis;
<add>import natlab.ast.ForStmt;
<add>import natlab.ast.Program;
<add>import natlab.ast.AssignStmt;
<add>import natlab.ast.*;
<add>import natlab.ast.ASTNode;
<add>import natlab.toolkits.analys... | |
Java | mit | a83f8ae280c37ba3e2512089697583c2d10bfbed | 0 | student-capture/student-capture | package studentcapture.submission;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.PathVariable;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestMethod;
import org.springframework.web.bind... | src/main/java/studentcapture/submission/SubmissionResource.java | package studentcapture.submission;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.PathVariable;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestMethod;
import org.springframework.web.bind... | Changes variablenames
| src/main/java/studentcapture/submission/SubmissionResource.java | Changes variablenames | <ide><path>rc/main/java/studentcapture/submission/SubmissionResource.java
<ide> @Autowired
<ide> SubmissionDAO DAO;
<ide>
<del> @RequestMapping(value = "{submissionID}", method = RequestMethod.GET)
<add> @RequestMapping(value = "{studentID}", method = RequestMethod.GET)
<ide> public Submission getSub... | |
JavaScript | agpl-3.0 | f6ed98f255c9b8c52e25378fed22cf3095764f7f | 0 | adunning/zotero,rmzelle/zotero,gracile-fr/zotero,retorquere/zotero,rmzelle/zotero,fbennett/zotero,robamler/zotero,robamler/zotero,hoehnp/zotero,sendecomp/zotero,LinuxMercedes/zotero,egh/zotero,retorquere/zotero,retorquere/zotero,aurimasv/zotero,LinuxMercedes/zotero,gracile-fr/zotero,sendecomp/zotero,egh/zotero,robamler... | var items = {};
var selectArray = {};
// builds a list of DOIs
function getDOIs(doc) {
// TODO Detect DOIs more correctly.
// The actual rules for DOIs are very lax-- but we're more strict.
// Specifically, we should allow space characters, and all Unicode
// characters except for control characters. Here, we're c... | translators/DOI.js | {
"translatorID":"c159dcfe-8a53-4301-a499-30f6549c340d",
"translatorType":4,
"label":"DOI",
"creator":"Simon Kornblith",
"target":null,
"minVersion":"1.0.10",
"maxVersion":"",
"priority":300,
"browserSupport":"gcs",
"inRepository":true,
"lastUpdated":"2011-06-23 08:58:22"
}
var items = {};
var selectArray =... | Also add tests to DOI translator
| translators/DOI.js | Also add tests to DOI translator | <ide><path>ranslators/DOI.js
<del>{
<del> "translatorID":"c159dcfe-8a53-4301-a499-30f6549c340d",
<del> "translatorType":4,
<del> "label":"DOI",
<del> "creator":"Simon Kornblith",
<del> "target":null,
<del> "minVersion":"1.0.10",
<del> "maxVersion":"",
<del> "priority":300,
<del> "browserSupport":"gcs",
<del> "inReposit... | |
JavaScript | mit | 0075f19b176ed6963ad9b664374b0805b025bb5f | 0 | ArthurSeaton/Quink,ArthurSeaton/Quink,ArthurSeaton/Quink,ArthurSeaton/Quink | /**
* Copyright (c), 2013-2014 IMD - International Institute for Management Development, Switzerland.
*
* See the file license.txt for copying permission.
*/
define([
'Underscore',
'jquery',
'ui/Mask',
'util/Event',
'util/Env',
'util/ViewportRelative'
], function (_, $, Mask, Event, Env, Vi... | quink/js/ui/PopupMenu.js | /**
* Copyright (c), 2013-2014 IMD - International Institute for Management Development, Switzerland.
*
* See the file license.txt for copying permission.
*/
define([
'Underscore',
'jquery',
'ui/Mask',
'util/Event',
'util/Env',
'util/ViewportRelative'
], function (_, $, Mask, Event, Env, Vi... | Make the menu add the close option.
| quink/js/ui/PopupMenu.js | Make the menu add the close option. | <ide><path>uink/js/ui/PopupMenu.js
<ide> this.callback = callback;
<ide> this.isMultiSelect = isMultiSelect;
<ide> this.hiddenCss = isMultiSelect ? 'qk_invisible' : 'qk_hidden';
<add> this.addCloseDef(this.menuDef, this.isMultiSelect);
<ide> };
<ide>
<ide> PopupMenu.prototype.MEN... | |
Java | apache-2.0 | dc4c18abec02e8f4b3295c4c8e4bfd07a8ce7123 | 0 | realityforge/gwt-websockets,realityforge/gwt-websockets | package org.realityforge.gwt.websockets.client;
import com.google.gwt.core.client.JavaScriptObject;
import com.google.gwt.typedarrays.shared.ArrayBuffer;
import com.google.gwt.typedarrays.shared.ArrayBufferView;
import javax.annotation.Nonnull;
import javax.annotation.Nullable;
/**
* The browser-based WebSocket impl... | src/main/java/org/realityforge/gwt/websockets/client/Html5WebSocket.java | package org.realityforge.gwt.websockets.client;
import com.google.gwt.core.client.JavaScriptObject;
import com.google.gwt.typedarrays.shared.ArrayBuffer;
import com.google.gwt.typedarrays.shared.ArrayBufferView;
import javax.annotation.Nonnull;
import javax.annotation.Nullable;
/**
* The browser-based WebSocket impl... | Avoid potential type coercion problem
| src/main/java/org/realityforge/gwt/websockets/client/Html5WebSocket.java | Avoid potential type coercion problem | <ide><path>rc/main/java/org/realityforge/gwt/websockets/client/Html5WebSocket.java
<ide> } );
<ide> ws.onmessage = $entry( function ( response )
<ide> {
<del> if ( typeof(response.data) == 'string' )
<add> ... | |
Java | mit | d51992f4698fdb4d9d2df33857e6cb85741bceb9 | 0 | sake/bouncycastle-java | package org.bouncycastle.bcpg;
import java.io.EOFException;
import java.io.IOException;
import java.io.InputStream;
/**
* reader for PGP objects
*/
public class BCPGInputStream
extends InputStream implements PacketTags
{
InputStream in;
boolean next = false;
int nextB;
... | src/org/bouncycastle/bcpg/BCPGInputStream.java | package org.bouncycastle.bcpg;
import java.io.EOFException;
import java.io.IOException;
import java.io.InputStream;
/**
* reader for PGP objects
*/
public class BCPGInputStream
extends InputStream implements PacketTags
{
InputStream in;
boolean next = false;
int nextB;
... | javadoc
| src/org/bouncycastle/bcpg/BCPGInputStream.java | javadoc | <ide><path>rc/org/bouncycastle/bcpg/BCPGInputStream.java
<ide>
<ide> /**
<ide> * a stream that overlays our input stream, allowing the user to only read a segment of it.
<add> *
<add> * NB: dataLength will be zero if the segment length is in the upper range above 2**31.
<ide> */
<ide> pri... | |
Java | epl-1.0 | error: pathspec 'opendaylight/md-sal/sal-clustering-commons/src/test/java/org/opendaylight/controller/cluster/datastore/node/utils/stream/SerializationUtilsTest.java' did not match any file(s) known to git
| 0acee4f257eeb2ef1d07fbf37d3f1e2bcc313829 | 1 | opendaylight/controller | /*
* Copyright (c) 2017 Pantheon Technologies s.r.o. and others. All rights reserved.
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License v1.0 which accompanies this distribution,
* and is available at http://www.eclipse.org/legal/epl-v10.html
*/
pac... | opendaylight/md-sal/sal-clustering-commons/src/test/java/org/opendaylight/controller/cluster/datastore/node/utils/stream/SerializationUtilsTest.java | Add SerializationUtils unit test
Change-Id: I7e8533c8c54c6d2cab234e9ad7db6037a97bdbdc
Signed-off-by: Andrej Mak <6efefc472e43a9e9444c47990e741ce20a2ce2db@pantheon.tech>
| opendaylight/md-sal/sal-clustering-commons/src/test/java/org/opendaylight/controller/cluster/datastore/node/utils/stream/SerializationUtilsTest.java | Add SerializationUtils unit test | <ide><path>pendaylight/md-sal/sal-clustering-commons/src/test/java/org/opendaylight/controller/cluster/datastore/node/utils/stream/SerializationUtilsTest.java
<add>/*
<add> * Copyright (c) 2017 Pantheon Technologies s.r.o. and others. All rights reserved.
<add> *
<add> * This program and the accompanying materials are... | |
Java | apache-2.0 | 2df7b244ccb556a817e6ed76eb776abe26fbe9ae | 0 | nmcl/scratch,nmcl/scratch,nmcl/scratch,nmcl/wfswarm-example-arjuna-old,nmcl/scratch,nmcl/scratch,nmcl/scratch,nmcl/scratch,nmcl/scratch,nmcl/scratch,nmcl/scratch,nmcl/scratch,nmcl/scratch | import java.util.Objects;
public class MovementRoutine
{
public MovementRoutine (String command, int numberOfCommands)
{
_command = command;
_numberOfCommands = numberOfCommands;
System.out.println("NumberOfCommands "+numberOfCommands);
if ((command == null) || (command.equals... | AdventOfCode/2019/day17/part2/MovementRoutine.java | import java.util.Objects;
public class MovementRoutine
{
public MovementRoutine (String command, int numberOfCommands)
{
_command = command;
_numberOfCommands = numberOfCommands;
System.out.println("NumberOfCommands "+numberOfCommands);
if ((command == null) || (command.equals... | Update MovementRoutine.java
| AdventOfCode/2019/day17/part2/MovementRoutine.java | Update MovementRoutine.java | <ide><path>dventOfCode/2019/day17/part2/MovementRoutine.java
<ide> System.out.println("OOPS");
<ide> System.exit(0);
<ide> }
<add> }
<add>
<add> public boolean contains (MovementRoutine compare)
<add> {
<add> return (_command.indexOf(compare.getCommand()) != -1);
<ide> ... | |
Java | mit | 54b15b92ea678c6ed03b6a8df9bba4fd328da4e0 | 0 | aviolette/foodtrucklocator,aviolette/foodtrucklocator,aviolette/foodtrucklocator,aviolette/foodtrucklocator | package foodtruck.schedule;
import java.io.IOException;
import java.net.MalformedURLException;
import java.net.URL;
import java.util.List;
import java.util.logging.Level;
import java.util.logging.Logger;
import javax.annotation.Nullable;
import com.google.common.base.Strings;
import com.google.common.collect.Immutab... | src/main/java/foodtruck/schedule/GoogleCalendar.java | package foodtruck.schedule;
import java.io.IOException;
import java.net.MalformedURLException;
import java.net.URL;
import java.util.List;
import java.util.logging.Level;
import java.util.logging.Logger;
import javax.annotation.Nullable;
import com.google.common.base.Strings;
import com.google.common.collect.Immutab... | Removed zip,USA from the end of google-normalized addresses
| src/main/java/foodtruck/schedule/GoogleCalendar.java | Removed zip,USA from the end of google-normalized addresses | <ide><path>rc/main/java/foodtruck/schedule/GoogleCalendar.java
<ide> if (!Strings.isNullOrEmpty(whereString)) {
<ide> if (whereString.endsWith(", United States")) {
<ide> whereString = whereString.substring(0, whereString.lastIndexOf(","));
<add> // Fixes how google calendar norma... | |
JavaScript | mit | 75a5a35e3f3e76f9bc9148b4665f2c77146401a1 | 0 | akrherz/iem,akrherz/iem,akrherz/iem,akrherz/iem,akrherz/iem | var Base64 = (function() {
// private property
var keyStr = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=";
// private method for UTF-8 encoding
function utf8Encode(string) {
string = string.replace(/\r\n/g,"\n");
var utftext = "";
for (var n = 0; n < strin... | htdocs/ext/ux/ExcelGridPanel.js | var Base64 = (function() {
// private property
var keyStr = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=";
// private method for UTF-8 encoding
function utf8Encode(string) {
string = string.replace(/\r\n/g,"\n");
var utftext = "";
for (var n = 0; n < strin... | use xlsx for firefox
| htdocs/ext/ux/ExcelGridPanel.js | use xlsx for firefox | <ide><path>tdocs/ext/ux/ExcelGridPanel.js
<ide> if (Ext.isChrome || Ext.isGecko) { // local download
<ide> var gridEl = this.getEl();
<ide> var extension = 'xml';
<del> if (Ext.isGecko) extension = 'xls';
<add> if (Ext.isGecko) extension = 'xlsx';
<ide> ... | |
Java | bsd-2-clause | 545c4c4b4d4594a1b36c304a978b6e9922aeaed3 | 0 | clementval/claw-compiler,clementval/claw-compiler | /*
* This file is released under terms of BSD license
* See LICENSE file for more information
*/
package claw.wani.transformation.sca;
import claw.shenron.transformation.Transformation;
import claw.shenron.translator.Translator;
import claw.tatsu.common.*;
import claw.tatsu.directive.common.Directive;
import claw.t... | cx2t/src/claw/wani/transformation/sca/Parallelize.java | /*
* This file is released under terms of BSD license
* See LICENSE file for more information
*/
package claw.wani.transformation.sca;
import claw.shenron.transformation.Transformation;
import claw.shenron.translator.Translator;
import claw.tatsu.common.*;
import claw.tatsu.directive.common.Directive;
import claw.t... | SCA-CPU: Only wrap IFs if the current condition is matched
The previous approach would wrap all ifs in nested conditionals if one
of them matches.
| cx2t/src/claw/wani/transformation/sca/Parallelize.java | SCA-CPU: Only wrap IFs if the current condition is matched | <ide><path>x2t/src/claw/wani/transformation/sca/Parallelize.java
<ide> }
<ide>
<ide> // We need to wrap the whole IF based on the condition
<del> List<Xnode> condNode = node.matchAll(Xcode.CONDITION);
<del> for (Xnode xnode : condNode) {
<del> if (Condition.dependsOn(xnode, affec... | |
Java | apache-2.0 | 6e3aa711f82fdf44f0fad645e248f84cc0734548 | 0 | libgdx/libgdx,libgdx/libgdx,libgdx/libgdx,libgdx/libgdx,libgdx/libgdx | /*******************************************************************************
* Copyright 2011 See AUTHORS file.
*
* 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.a... | gdx/src/com/badlogic/gdx/graphics/g3d/Attribute.java | /*******************************************************************************
* Copyright 2011 See AUTHORS file.
*
* 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.a... | Run spotlessApply
| gdx/src/com/badlogic/gdx/graphics/g3d/Attribute.java | Run spotlessApply | <ide><path>dx/src/com/badlogic/gdx/graphics/g3d/Attribute.java
<ide> }
<ide>
<ide> /** Call this method to register a custom attribute type, see the wiki for an example. If the alias already exists, then that
<del> * ID will be reused. The alias should be unambiguously and will by default be returned by the call to... | |
Java | apache-2.0 | a19df39fea21b9448cbdd64a241732a4191b876c | 0 | androidx/androidx,AndroidX/androidx,androidx/androidx,AndroidX/androidx,androidx/androidx,AndroidX/androidx,AndroidX/androidx,androidx/androidx,AndroidX/androidx,androidx/androidx,androidx/androidx,androidx/androidx,androidx/androidx,AndroidX/androidx,AndroidX/androidx,androidx/androidx,AndroidX/androidx,AndroidX/andro... | /*
* Copyright 2020 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applica... | car/app/app/src/main/java/androidx/car/app/model/Pane.java | /*
* Copyright 2020 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applica... | Updated PaneTemplate image sizing rules to be a square bounding box
Bug: 219542939
Relnote: updated `PaneTemplate` image sizing rules to be a square bounding box
Test: n/a
Change-Id: Idd72e4584dfa066f8db113afb567a71017fcca85
| car/app/app/src/main/java/androidx/car/app/model/Pane.java | Updated PaneTemplate image sizing rules to be a square bounding box | <ide><path>ar/app/app/src/main/java/androidx/car/app/model/Pane.java
<ide> * <h4>Image Sizing Guidance</h4>
<ide> *
<ide> * To minimize scaling artifacts across a wide range of car screens, apps should provide
<del> * images targeting a 480 x 854 (9:16) dp bounding box. If the image e... | |
Java | apache-2.0 | b70cd7e5d48b895a8073cfac490a0eafb15b77b7 | 0 | jcamachor/hive,jcamachor/hive,sankarh/hive,anishek/hive,vergilchiu/hive,vergilchiu/hive,anishek/hive,sankarh/hive,alanfgates/hive,lirui-apache/hive,lirui-apache/hive,b-slim/hive,nishantmonu51/hive,nishantmonu51/hive,b-slim/hive,jcamachor/hive,lirui-apache/hive,anishek/hive,jcamachor/hive,nishantmonu51/hive,nishantmonu5... | /**
* 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... | ql/src/java/org/apache/hadoop/hive/ql/io/orc/OrcRecordUpdater.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... | HIVE-14297 OrcRecordUpdater floods logs trying to create _orc_acid_version file (Eugene Koifman, reviewed by Owen O'Malley)
| ql/src/java/org/apache/hadoop/hive/ql/io/orc/OrcRecordUpdater.java | HIVE-14297 OrcRecordUpdater floods logs trying to create _orc_acid_version file (Eugene Koifman, reviewed by Owen O'Malley) | <ide><path>l/src/java/org/apache/hadoop/hive/ql/io/orc/OrcRecordUpdater.java
<ide> fs = path.getFileSystem(options.getConfiguration());
<ide> }
<ide> this.fs = fs;
<del> try {
<del> FSDataOutputStream strm = fs.create(new Path(path, ACID_FORMAT), false);
<del> strm.writeInt(ORC_ACID_VERSION);... | |
JavaScript | mit | 8c9ca84725df799784f9d5d70bf15581e85efbab | 0 | RAllner/fassets_core,RAllner/fassets_core | $(function(){
$( "#facets" ).sortable({
axis: "y",
handle: ".handle",
update: function (e, ui){
$.post($(this).data('update-url'), $(this).sortable('serialize')+"&catalog_id="+$(this).data('catalog_id'))
}
});
$("#assets li.asset").draggable({
handle: ".handle",
helper: "clone",... | app/assets/javascripts/fassets_core/catalogs.js | $(function(){
$("#assets li.asset").draggable({
handle: ".handle",
helper: "clone",
connectToSortable: "#tray ol",
start:function(e, ui) {
$('#tray ol').addClass("active");
},
stop:function(e, ui) {
$('#tray ol').removeClass("active");
}
});
$("#catalog_main").droppable({
... | Add jquery-ui sortable function
| app/assets/javascripts/fassets_core/catalogs.js | Add jquery-ui sortable function | <ide><path>pp/assets/javascripts/fassets_core/catalogs.js
<ide> $(function(){
<add> $( "#facets" ).sortable({
<add> axis: "y",
<add> handle: ".handle",
<add> update: function (e, ui){
<add> $.post($(this).data('update-url'), $(this).sortable('serialize')+"&catalog_id="+$(this).data('catalog_id'))
<add> ... | |
Java | mpl-2.0 | a0931edcc1709b74570a7acdd8e6ac9cca3b2321 | 0 | pith/seed,adrienlauer/seed,adrienlauer/seed,kavi87/seed,Sherpard/seed,seedstack/seed,seedstack/seed,adrienlauer/seed,seedstack/seed,Sherpard/seed,pith/seed,Sherpard/seed,kavi87/seed,pith/seed,kavi87/seed | /**
* Copyright (c) 2013-2015, The SeedStack authors <http://seedstack.org>
*
* 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 org.seedstack.seed.rest.in... | rest/jersey1/src/main/java/org/seedstack/seed/rest/internal/RestPlugin.java | /**
* Copyright (c) 2013-2015, The SeedStack authors <http://seedstack.org>
*
* 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 org.seedstack.seed.rest.in... | Add access to REST paths from plugin
| rest/jersey1/src/main/java/org/seedstack/seed/rest/internal/RestPlugin.java | Add access to REST paths from plugin | <ide><path>est/jersey1/src/main/java/org/seedstack/seed/rest/internal/RestPlugin.java
<ide> private final Map<Variant, Class<? extends RootResource>> rootResourceClasses = new HashMap<Variant, Class<? extends RootResource>>();
<ide> private RelRegistry relRegistry;
<ide> private JsonHome jsonHome;
<add> ... | |
JavaScript | mpl-2.0 | 62e67b7e97a3b4f6fe681312061de73835a46faa | 0 | rse/slideshow-forecast,rse/slideshow-forecast | /*
** slideshow-forecast -- Slideshow Duration Forecasting
** Copyright (c) 2014 Ralf S. Engelschall <http://engelschall.com>
**
** This Source Code Form is subject to the terms of the Mozilla Public
** License (MPL), version 2.0. If a copy of the MPL was not distributed
** with this file, You can obtain one at ht... | src/cli/cli.js | /*
** slideshow-forecast -- Slideshow Duration Forecasting
** Copyright (c) 2014 Ralf S. Engelschall <http://engelschall.com>
**
** This Source Code Form is subject to the terms of the Mozilla Public
** License (MPL), version 2.0. If a copy of the MPL was not distributed
** with this file, You can obtain one at ht... | use red also on CLI
| src/cli/cli.js | use red also on CLI | <ide><path>rc/cli/cli.js
<ide> var exp = ppt(Math.round(FC.T[focus][speed].exp))
<ide> var x = " " + exp + " (" + min + ") "
<ide> if (focus === myFocus && speed === mySpeed)
<del> x = chalk.inverse(x)
<add> x = chalk.inverse.red(x)
<... | |
Java | apache-2.0 | fe3b2da761b919f6a6a69be700216ad1b1162109 | 0 | Teradata/kylo,Teradata/kylo,Teradata/kylo,Teradata/kylo,Teradata/kylo | package com.thinkbiganalytics.integration.domaintype;
/*-
* #%L
* kylo-service-app
* %%
* Copyright (C) 2017 - 2018 ThinkBig Analytics
* %%
* 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... | services/service-app/src/test/java/com/thinkbiganalytics/integration/domaintype/DomainTypeIT.java | package com.thinkbiganalytics.integration.domaintype;
/*-
* #%L
* kylo-service-app
* %%
* Copyright (C) 2017 - 2018 ThinkBig Analytics
* %%
* 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... | KYLO-1140 Integration tests for Domain Types, implementation for complete Domain Type definition
| services/service-app/src/test/java/com/thinkbiganalytics/integration/domaintype/DomainTypeIT.java | KYLO-1140 Integration tests for Domain Types, implementation for complete Domain Type definition | <ide><path>ervices/service-app/src/test/java/com/thinkbiganalytics/integration/domaintype/DomainTypeIT.java
<ide> * #L%
<ide> */
<ide>
<add>import com.thinkbiganalytics.discovery.model.DefaultField;
<add>import com.thinkbiganalytics.discovery.model.DefaultTag;
<add>import com.thinkbiganalytics.discovery.schema.Field... | |
Java | lgpl-2.1 | de2fd8e903be5e8d7d0c54f582b99994e59d8ae2 | 0 | GNOME/java-atk-wrapper,GNOME/java-atk-wrapper,GNOME/java-atk-wrapper | /*
* Java ATK Wrapper for GNOME
* Copyright (C) 2009 Sun Microsystems Inc.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option... | wrapper/org/GNOME/Accessibility/AtkText.java | /*
* Java ATK Wrapper for GNOME
* Copyright (C) 2009 Sun Microsystems Inc.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option... | Text: reuse char_count
| wrapper/org/GNOME/Accessibility/AtkText.java | Text: reuse char_count | <ide><path>rapper/org/GNOME/Accessibility/AtkText.java
<ide> }
<ide> case AtkTextBoundary.WORD_START :
<ide> {
<del> if (offset == get_character_count())
<del> return new StringSequence("", 0, 0);
<del>
<del> String s = get_text(0, get_character_count());
<add> if (offset == char_count)
<add> ... | |
Java | mit | 495ba85bff0e614a9c5ff04ce47a5e5ff269e6b7 | 0 | delight-im/Android-AdvancedWebView | package im.delight.android.webview;
/*
* Android-AdvancedWebView (https://github.com/delight-im/Android-AdvancedWebView)
* Copyright (c) delight.im (https://www.delight.im/)
* Licensed under the MIT License (https://opensource.org/licenses/MIT)
*/
import android.view.ViewGroup;
import android.app.DownloadManager;... | Source/library/src/main/java/im/delight/android/webview/AdvancedWebView.java | package im.delight.android.webview;
/*
* Android-AdvancedWebView (https://github.com/delight-im/Android-AdvancedWebView)
* Copyright (c) delight.im (https://www.delight.im/)
* Licensed under the MIT License (https://opensource.org/licenses/MIT)
*/
import android.view.ViewGroup;
import android.app.DownloadManager;... | Mitigate inconsistent interpretations of hosts by 'Uri' and 'WebView'
| Source/library/src/main/java/im/delight/android/webview/AdvancedWebView.java | Mitigate inconsistent interpretations of hosts by 'Uri' and 'WebView' | <ide><path>ource/library/src/main/java/im/delight/android/webview/AdvancedWebView.java
<ide> return true;
<ide> }
<ide>
<del> // get the actual hostname of the URL that is to be checked
<del> final String actualHost = Uri.parse(url).getHost();
<add> final Uri parsedUrl = Uri.parse(url);
<add>
<add> // get the... | |
Java | epl-1.0 | c03367adeeaec6b35166ed748447659e8cd0ae18 | 0 | crapo/sadlos2,crapo/sadlos2,crapo/sadlos2,crapo/sadlos2,crapo/sadlos2,crapo/sadlos2 | /************************************************************************
* Copyright © 2007-2017 - General Electric Company, All Rights Reserved
*
* Project: SADL
*
* Description: The Semantic Application Design Language (SADL) is a
* language for building semantic models and expressing rules that
* capture ad... | sadl3/com.ge.research.sadl.parent/com.ge.research.sadl.jena/src/com/ge/research/sadl/jena/IntermediateFormTranslator.java | /************************************************************************
* Copyright © 2007-2017 - General Electric Company, All Rights Reserved
*
* Project: SADL
*
* Description: The Semantic Application Design Language (SADL) is a
* language for building semantic models and expressing rules that
* capture ad... | looking at fixing test failure in "is not" constructs
| sadl3/com.ge.research.sadl.parent/com.ge.research.sadl.jena/src/com/ge/research/sadl/jena/IntermediateFormTranslator.java | looking at fixing test failure in "is not" constructs | <ide><path>adl3/com.ge.research.sadl.parent/com.ge.research.sadl.jena/src/com/ge/research/sadl/jena/IntermediateFormTranslator.java
<ide> }
<ide> }
<ide> }
<del> else if (obj == null) {
<add> else if (obj == null && returnNode == null) {
<add> // if the subject was null, so returnNode is not null, don't cr... | |
Java | lgpl-2.1 | 73fcf6c13230a10194542b7866b6ab4a5b58ea6f | 0 | quarnster/silence | /* BassTest.java - An example player for the Bass device
* Copyright (C) 2000 Fredrik Ehnbom
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2 of the Licens... | tests/BassTest.java | /* BassTest.java - An example player for the Bass device
* Copyright (C) 2000 Fredrik Ehnbom
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2 of the Licens... | fixed main which started the FmodTest...
| tests/BassTest.java | fixed main which started the FmodTest... | <ide><path>ests/BassTest.java
<ide> /**
<ide> * An example player for the Bass device
<ide> * @author Fredrik Ehnbom
<del> * @version $Id: BassTest.java,v 1.1 2000/06/10 18:04:39 quarn Exp $
<add> * @version $Id: BassTest.java,v 1.2 2000/06/11 20:44:40 quarn Exp $
<ide> */
<ide> public class BassTest extends Frame {... | |
JavaScript | mit | 6802851fea70c499ee3504bbd0b66771d0682969 | 0 | telyn/ebnf-lint |
var util = require('util');
var SanityChecker = function(ast) {
var areSequencesEqual = function(a, b) {
a.list.reduce(function(equal, item, index) {
return areProductionsEqual(item, b.list[index]);
});
}
//TODO placeholder (requires both sets of options to be in same order.)
var areChoicesEqual = functi... | lib/sanitychecker.js |
var util = require('util');
var SanityChecker = function(ast) {
var areSequencesEqual = function(a, b) {
a.list.reduce(function(equal, item, index) {
return areProductionsEqual(item, b.list[index]);
});
}
//TODO placeholder (requires both sets of options to be in same order.)
var areChoicesEqual = functi... | Fixed sanitychecker.
Was missing a break in a switch.
| lib/sanitychecker.js | Fixed sanitychecker. | <ide><path>ib/sanitychecker.js
<ide> case "exception":
<ide> traverse(root.from);
<ide> traverse(root.exception);
<add> break;
<ide> case "choice":
<ide> root.options.forEach(traverse);
<ide> break; | |
Java | apache-2.0 | a27ffd2caac9d870fe249797cc07878f65832277 | 0 | albertotn/VividSwingAnimations | package de.anormalmedia.vividswinganimations.panels;
import java.awt.Graphics;
import java.awt.Graphics2D;
import java.awt.Rectangle;
import java.awt.RenderingHints;
import javax.swing.JPanel;
public class SlidePanel extends JPanel {
public enum DIRECTION {
fromLeft, fromRight, fromBottom, fromTop;
... | src/de/anormalmedia/vividswinganimations/panels/SlidePanel.java | package de.anormalmedia.vividswinganimations.panels;
import java.awt.Graphics;
import java.awt.Graphics2D;
import java.awt.RenderingHints;
import java.awt.Shape;
import javax.swing.JPanel;
public class SlidePanel extends JPanel {
public enum DIRECTION {
fromLeft, fromRight, fromBottom, fromTop;
}
... | Tweaked SlidePanel: No need to restore clip and translation. Intersect with existing clips.
| src/de/anormalmedia/vividswinganimations/panels/SlidePanel.java | Tweaked SlidePanel: No need to restore clip and translation. Intersect with existing clips. | <ide><path>rc/de/anormalmedia/vividswinganimations/panels/SlidePanel.java
<ide>
<ide> import java.awt.Graphics;
<ide> import java.awt.Graphics2D;
<add>import java.awt.Rectangle;
<ide> import java.awt.RenderingHints;
<del>import java.awt.Shape;
<ide>
<ide> import javax.swing.JPanel;
<ide>
<ide>
<ide> @Override
<... | |
Java | mit | 96597d04b4b374cff5ef0b602196d65dfb325449 | 0 | tupilabs/tap4j,tupilabs/tap4j | /*
* The MIT License
*
* Copyright (c) 2010 tap4j team (see AUTHORS)
*
* 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
* t... | src/main/java/org/tap4j/parser/Tap13Parser.java | /*
* The MIT License
*
* Copyright (c) 2010 tap4j team (see AUTHORS)
*
* 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
* t... | Fix unit tests and spotbugs
| src/main/java/org/tap4j/parser/Tap13Parser.java | Fix unit tests and spotbugs | <ide><path>rc/main/java/org/tap4j/parser/Tap13Parser.java
<ide> // filter out cursor related control sequences ESC[25?l and ESC[25?h
<ide> String tapLine = tapLineOrig.replaceAll("\u001B\\[\\?25[lh]", "");
<ide>
<del> TapElement tapElement = TapElementFactory.createTapElement(tapLine);
<del> ... | |
Java | apache-2.0 | 92cfc4c1b0565cbb309c53806ed649009237008d | 0 | rasika90/carbon-uuf,sajithar/carbon-uuf,Shan1024/carbon-uuf,sajithar/carbon-uuf,manuranga/carbon-uuf,wso2/carbon-uuf,manuranga/carbon-uuf,wso2/carbon-uuf,rasika90/carbon-uuf,wso2/carbon-uuf,Shan1024/carbon-uuf,rasika90/carbon-uuf,manuranga/carbon-uuf,manuranga/carbon-uuf,Shan1024/carbon-uuf,wso2/carbon-uuf,this/carbon-... | package org.wso2.carbon.uuf.core;
import org.wso2.carbon.uuf.model.Model;
import java.util.Optional;
public class Page implements Comparable<Page> {
private final UriPatten uriPatten;
private final Renderable renderer;
private final Optional<Layout> layout;
public Page(UriPatten uriPatten, Renderab... | uuf-core/src/main/java/org/wso2/carbon/uuf/core/Page.java | package org.wso2.carbon.uuf.core;
import org.wso2.carbon.uuf.model.Model;
import java.util.Optional;
public class Page implements Comparable<Page> {
private final UriPatten uriPatten;
private final Renderable renderer;
private final Optional<Layout> layout;
public Page(UriPatten uriPatten, Renderab... | corrected 'toString' method of Page class
| uuf-core/src/main/java/org/wso2/carbon/uuf/core/Page.java | corrected 'toString' method of Page class | <ide><path>uf-core/src/main/java/org/wso2/carbon/uuf/core/Page.java
<ide>
<ide> @Override
<ide> public String toString() {
<del> return "{\"uriPattern\": \"" + uriPatten.toString() + "\", \"renderer\": \"" + renderer + "\"}";
<add> return "{\"uriPattern\": " + uriPatten + ", \"renderer\": " + ren... | |
Java | epl-1.0 | error: pathspec 'src/de/finetech/utils/InfosystemcallResult.java' did not match any file(s) known to git
| f08f05896075f6f6d424b2b7e2f24e4289400c25 | 1 | mrothenbuecher/GroovyFO,mkuerbis/GroovyFO | package de.finetech.utils;
import java.io.BufferedReader;
import java.io.FileReader;
import java.io.IOException;
import java.util.TreeMap;
import java.util.Vector;
import de.abas.eks.jfop.remote.FO;
/**
* stellt das ergebnis eines Infosystem aufrufs dar.
*
* @author MKürbis
*
*/
public class InfosystemcallResu... | src/de/finetech/utils/InfosystemcallResult.java | Create InfosystemcallResult.java | src/de/finetech/utils/InfosystemcallResult.java | Create InfosystemcallResult.java | <ide><path>rc/de/finetech/utils/InfosystemcallResult.java
<add>package de.finetech.utils;
<add>
<add>import java.io.BufferedReader;
<add>import java.io.FileReader;
<add>import java.io.IOException;
<add>import java.util.TreeMap;
<add>import java.util.Vector;
<add>
<add>import de.abas.eks.jfop.remote.FO;
<add>
<add>/**
<... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.