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
epl-1.0
a05ea241a2d6e67e583bbf0be9132d5f5fe257d3
0
opendaylight/yangtools,opendaylight/yangtools
/* * Copyright (c) 2014, 2015 Cisco Systems, Inc. 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 */ packa...
node/utils/stream/NormalizedNodeStreamReaderWriterTest.java
/* * Copyright (c) 2014, 2015 Cisco Systems, Inc. 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 */ packa...
Remove Helium Tx modify operation messages Removed the following deprecated Helium Tx messages and related code: DeleteData[Reply] MergeData[Reply] WriteData[Reply] ReadyTransaction Also removed the associated protobuf message classes. Change-Id: I6f5db0096a60b50e51bf94b12f38941a4be9ca20 Signed-off-by: Tom ...
node/utils/stream/NormalizedNodeStreamReaderWriterTest.java
Remove Helium Tx modify operation messages
<ide><path>ode/utils/stream/NormalizedNodeStreamReaderWriterTest.java <ide> import org.junit.Assert; <ide> import org.junit.Test; <ide> import org.opendaylight.controller.cluster.datastore.node.NormalizedNodeToNodeCodec; <del>import org.opendaylight.controller.cluster.datastore.util.InstanceIdentifierUtils; <ide> impor...
Java
mpl-2.0
ac09efa49359207dbd046f68d611a62203db4664
0
JurassicWordExcel/core,JurassicWordExcel/core,JurassicWordExcel/core,JurassicWordExcel/core,JurassicWordExcel/core,JurassicWordExcel/core,JurassicWordExcel/core,JurassicWordExcel/core,JurassicWordExcel/core,JurassicWordExcel/core
/************************************************************************* * * $RCSfile: TestParameters.java,v $ * * $Revision: 1.5 $ * * last change: $Author: pjunck $ $Date: 2004-11-02 11:42:52 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses ...
qadevOOo/runner/lib/TestParameters.java
/************************************************************************* * * $RCSfile: TestParameters.java,v $ * * $Revision: 1.4 $ * * last change: $Author: kz $ $Date: 2003-11-18 16:16:03 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses * ...
INTEGRATION: CWS qadev19 (1.4.78); FILE MERGED 2004/09/17 12:00:28 sg 1.4.78.2: #i32878#CHG: fixed bugs 2004/08/27 15:17:07 sg 1.4.78.1: #i32942#CHG: initialize 'OperatingSystem' variable.
qadevOOo/runner/lib/TestParameters.java
INTEGRATION: CWS qadev19 (1.4.78); FILE MERGED 2004/09/17 12:00:28 sg 1.4.78.2: #i32878#CHG: fixed bugs 2004/08/27 15:17:07 sg 1.4.78.1: #i32942#CHG: initialize 'OperatingSystem' variable.
<ide><path>adevOOo/runner/lib/TestParameters.java <ide> * <ide> * $RCSfile: TestParameters.java,v $ <ide> * <del> * $Revision: 1.4 $ <del> * <del> * last change: $Author: kz $ $Date: 2003-11-18 16:16:03 $ <add> * $Revision: 1.5 $ <add> * <add> * last change: $Author: pjunck $ $Date: 2004-11-02 11:42:52 $ <ide> ...
Java
apache-2.0
2ff6b1adbc09450f5681135f27fcc34e1ce9d4c9
0
GFriedrich/logging-log4j2,codescale/logging-log4j2,codescale/logging-log4j2,apache/logging-log4j2,lburgazzoli/apache-logging-log4j2,apache/logging-log4j2,lqbweb/logging-log4j2,apache/logging-log4j2,lburgazzoli/apache-logging-log4j2,lburgazzoli/logging-log4j2,lqbweb/logging-log4j2,lburgazzoli/apache-logging-log4j2,GFrie...
/* * 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 n...
log4j-core/src/main/java/org/apache/logging/log4j/core/layout/PatternLayout.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 n...
LOG4J2-1291 Fix renamed constant.
log4j-core/src/main/java/org/apache/logging/log4j/core/layout/PatternLayout.java
LOG4J2-1291 Fix renamed constant.
<ide><path>og4j-core/src/main/java/org/apache/logging/log4j/core/layout/PatternLayout.java <ide> <ide> @Override <ide> public void encode(final LogEvent event, final ByteBufferDestination destination) { <del> if (!Constants.ENABLE_OBJECT_POOLING || !(eventSerializer instanceof Serializer2)) { <add> ...
Java
apache-2.0
5fb0ef2f76b5c0c2a5ded31c6770b84ff916ae00
0
hgani/androlib,hgani/androlib,hgani/androlib
package com.gani.lib.http; import com.gani.lib.logging.GLog; import java.io.Serializable; import java.util.HashMap; import java.util.Map; public class GImmutableParams implements Serializable { // NOTE: Value should only be either String or String[] private Map<String, Object> paramMap; protected GImmutablePa...
ganilib/src/main/java/com/gani/lib/http/GImmutableParams.java
package com.gani.lib.http; import com.gani.lib.logging.GLog; import java.io.Serializable; import java.util.HashMap; import java.util.Map; public class GImmutableParams implements Serializable { // NOTE: Value should only be either String or String[] private Map<String, Object> paramMap; protected GImmutablePa...
expose params map
ganilib/src/main/java/com/gani/lib/http/GImmutableParams.java
expose params map
<ide><path>anilib/src/main/java/com/gani/lib/http/GImmutableParams.java <ide> protected GImmutableParams(Map<String, Object> initialData) { <ide> this.paramMap = new HashMap<>(); <ide> paramMap.putAll(initialData); <add> } <add> <add> protected Map<String, Object> getMap() { <add> return paramMap; <ide> ...
Java
apache-2.0
62d0cf24e8a33565799bc6994f534945e0b9c275
0
kotucz/ld28,kotucz/ld28
package com.badlogic.gradletest; import com.badlogic.gdx.*; import com.badlogic.gdx.audio.Music; import com.badlogic.gdx.audio.Sound; import com.badlogic.gdx.graphics.*; import com.badlogic.gdx.graphics.g2d.SpriteBatch; import com.badlogic.gdx.graphics.g3d.*; import com.badlogic.gdx.graphics.g3d.attributes.ColorAttri...
core/src/main/java/com/badlogic/gradletest/HelloApp.java
package com.badlogic.gradletest; import com.badlogic.gdx.*; import com.badlogic.gdx.audio.Music; import com.badlogic.gdx.audio.Sound; import com.badlogic.gdx.graphics.*; import com.badlogic.gdx.graphics.g2d.SpriteBatch; import com.badlogic.gdx.graphics.g3d.*; import com.badlogic.gdx.graphics.g3d.attributes.ColorAttri...
hidden some useless graphics, fixed collision exit direction
core/src/main/java/com/badlogic/gradletest/HelloApp.java
hidden some useless graphics, fixed collision exit direction
<ide><path>ore/src/main/java/com/badlogic/gradletest/HelloApp.java <ide> for (int i = 0; i < 10; i++) { <ide> Thing t = new Thing(TYPE_BASIC); <ide> // t.setDirection(randomize(new Vector3())); <del> randomize(t.pos); <add> randomize(t.pos, 1f); <ide> t.a...
Java
bsd-3-clause
9832b47d44199f19e37373556d8f5c01c1757581
0
Team-2502/RobotCode2014
package com.team2502.subsystems; import com.team2502.RobotMap; import com.team2502.black_box.BlackBoxProtocol; import edu.wpi.first.wpilibj.AnalogChannel; import edu.wpi.first.wpilibj.Compressor; import edu.wpi.first.wpilibj.CANJaguar; import edu.wpi.first.wpilibj.Solenoid; import edu.wpi.first.wpilibj.can.CANTimeout...
src/com/team2502/subsystems/ShooterSubsystem.java
package com.team2502.subsystems; import com.team2502.RobotMap; import com.team2502.black_box.BlackBoxProtocol; import edu.wpi.first.wpilibj.AnalogChannel; import edu.wpi.first.wpilibj.Compressor; import edu.wpi.first.wpilibj.CANJaguar; import edu.wpi.first.wpilibj.Solenoid; import edu.wpi.first.wpilibj.can.CANTimeout...
Fixed typo and removed unnecessary code
src/com/team2502/subsystems/ShooterSubsystem.java
Fixed typo and removed unnecessary code
<ide><path>rc/com/team2502/subsystems/ShooterSubsystem.java <ide> private double targetPosition; <ide> <ide> public ShooterSubsystem() { <del> initalizeCAMJaguar(); <add> initalizeCANJaguar(); <ide> latch = new Solenoid(RobotMap.SHOOTER_LATCH); <ide> loadedSensor = new AnalogChannel(RobotMap.SHOOTER_LOADED_SEN...
JavaScript
mit
761f2888c440ac71d973bb7463b9e49dbce00d72
0
aesprice/personifi
angular.module('myApp.main.avatar', ['ui.router']) .config(function ($stateProvider) { $stateProvider .state('myApp.main.avatar', { url: '/avatar', templateUrl: 'avatar/avatar.tpl.html', controller: 'AvatarController' }); }) .factory('AvatarFactory', function($http){ var methods = {}; m...
client/avatar/avatar.js
angular.module('myApp.main.avatar', ['ui.router']) .config(function ($stateProvider) { $stateProvider .state('myApp.main.avatar', { url: '/avatar', templateUrl: 'avatar/avatar.tpl.html', controller: 'AvatarController' }); }) .factory('AvatarFactory', function($http){ var methods = {}; m...
Revised color scheme and parsing
client/avatar/avatar.js
Revised color scheme and parsing
<ide><path>lient/avatar/avatar.js <ide> $scope.emoteStyle = {}; <ide> $scope.sendMood($scope.$parent.mood, function(data){ <ide> $scope.serverMood = data.serverMood; <add> var y = Math.floor(191 * $scope.serverMood) + 64; // will be used for red and green, making yellow <add> var b = Math.floor(32 * (1 - ...
Java
apache-2.0
5268977b0cac428fd3dd229716b865a58faff4ca
0
whitesource/agents,whitesource/agents
/** * Copyright (C) 2017 White Source 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 or agr...
wss-agent-hash-calculator/src/main/java/org/whitesource/agent/hash/HashCalculationResult.java
/** * Copyright (C) 2017 White Source 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 or agr...
Add equals and hashCode to HashCalculationResult
wss-agent-hash-calculator/src/main/java/org/whitesource/agent/hash/HashCalculationResult.java
Add equals and hashCode to HashCalculationResult
<ide><path>ss-agent-hash-calculator/src/main/java/org/whitesource/agent/hash/HashCalculationResult.java <ide> package org.whitesource.agent.hash; <ide> <ide> import org.apache.commons.lang.builder.CompareToBuilder; <add> <add>import java.util.Objects; <ide> <ide> /** <ide> * This object holds the various hashes calc...
Java
apache-2.0
54cb7bea25bf7ef68a0bef4f4162285db7b3a5c6
0
debezium/debezium,debezium/debezium,debezium/debezium,debezium/debezium
/* * Copyright Debezium Authors. * * Licensed under the Apache Software License version 2.0, available at http://www.apache.org/licenses/LICENSE-2.0 */ package io.debezium.connector.oracle.logminer.processor; import java.util.ArrayList; import java.util.List; import java.util.Objects; import org.slf4j.Logger; imp...
debezium-connector-oracle/src/main/java/io/debezium/connector/oracle/logminer/processor/TransactionCommitConsumer.java
/* * Copyright Debezium Authors. * * Licensed under the Apache Software License version 2.0, available at http://www.apache.org/licenses/LICENSE-2.0 */ package io.debezium.connector.oracle.logminer.processor; import java.util.ArrayList; import java.util.List; import java.util.Objects; import org.slf4j.Logger; imp...
DBZ-4384 Correctly skip emitting events when LOB_ERASE is detected
debezium-connector-oracle/src/main/java/io/debezium/connector/oracle/logminer/processor/TransactionCommitConsumer.java
DBZ-4384 Correctly skip emitting events when LOB_ERASE is detected
<ide><path>ebezium-connector-oracle/src/main/java/io/debezium/connector/oracle/logminer/processor/TransactionCommitConsumer.java <ide> // nothing is done with the event, its just consumed and treated as merged. <ide> LOGGER.warn("\tLOB_ERASE for table '{}' column '{}' is not supported.", <ide> ...
Java
apache-2.0
ef11af8676e6479189393541e74c7407987251fc
0
michael-simons/spring-boot,aahlenst/spring-boot,eddumelendez/spring-boot,scottfrederick/spring-boot,spring-projects/spring-boot,ilayaperumalg/spring-boot,wilkinsona/spring-boot,NetoDevel/spring-boot,jxblum/spring-boot,scottfrederick/spring-boot,tiarebalbi/spring-boot,mdeinum/spring-boot,Buzzardo/spring-boot,dreis2211/s...
/* * Copyright 2012-2019 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by a...
spring-boot-project/spring-boot-devtools/src/test/java/org/springframework/boot/devtools/env/DevToolsHomePropertiesPostProcessorTests.java
/* * Copyright 2012-2017 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by a...
Polish "Remove unnecessary latches in tests" Closes gh-16733
spring-boot-project/spring-boot-devtools/src/test/java/org/springframework/boot/devtools/env/DevToolsHomePropertiesPostProcessorTests.java
Polish "Remove unnecessary latches in tests"
<ide><path>pring-boot-project/spring-boot-devtools/src/test/java/org/springframework/boot/devtools/env/DevToolsHomePropertiesPostProcessorTests.java <ide> /* <del> * Copyright 2012-2017 the original author or authors. <add> * Copyright 2012-2019 the original author or authors. <ide> * <ide> * Licensed under the Apach...
Java
apache-2.0
c4efa8adfff87e0bd3420eec008ee7696d65f485
0
googleinterns/step128-2020,googleinterns/step128-2020,googleinterns/step128-2020
package com.google.sps; import com.google.appengine.api.datastore.DatastoreService; import com.google.appengine.api.datastore.DatastoreServiceFactory; import com.google.appengine.api.datastore.Entity; import com.google.appengine.api.datastore.EntityNotFoundException; import com.google.appengine.api.datastore.Key; impo...
src/main/java/com/google/sps/Recommend.java
package com.google.sps; import com.google.appengine.api.datastore.DatastoreService; import com.google.appengine.api.datastore.DatastoreServiceFactory; import com.google.appengine.api.datastore.Entity; import com.google.appengine.api.datastore.EntityNotFoundException; import com.google.appengine.api.datastore.Key; impo...
Decompose into helpers
src/main/java/com/google/sps/Recommend.java
Decompose into helpers
<ide><path>rc/main/java/com/google/sps/Recommend.java <ide> private static final double NO_INTERACTION = 1.5; <ide> private static final double ALREADY_VIEWED = 1.2; <ide> private static final double ALREADY_SAVED = 0.6; <add> private static final float ZERO = 0.1f; <ide> <ide> // comparator to sort doubles i...
Java
mit
73134417d3f5e8a5a17427f1200bcb912056939e
0
webarata3/benrippoi
package link.webarata3.poi; import org.apache.poi.ss.usermodel.Cell; import org.apache.poi.ss.usermodel.CellStyle; import org.apache.poi.ss.usermodel.CreationHelper; import org.apache.poi.ss.usermodel.Sheet; import org.apache.poi.ss.usermodel.Workbook; import java.time.Instant; import java.time.LocalDate; import java...
src/main/java/link/webarata3/poi/BenriCell.java
package link.webarata3.poi; import org.apache.poi.ss.usermodel.Cell; import org.apache.poi.ss.usermodel.CellStyle; import org.apache.poi.ss.usermodel.CreationHelper; import org.apache.poi.ss.usermodel.Sheet; import org.apache.poi.ss.usermodel.Workbook; import java.time.Instant; import java.time.LocalDate; import java...
書式を正しく
src/main/java/link/webarata3/poi/BenriCell.java
書式を正しく
<ide><path>rc/main/java/link/webarata3/poi/BenriCell.java <ide> cell.setCellValue(localDataTimeToDate(value.atStartOfDay())); <ide> CreationHelper createHelper = wb.getCreationHelper(); <ide> CellStyle cellStyle = wb.createCellStyle(); <del> short style = createHelper.createDataFormat().g...
Java
mpl-2.0
2faa6f782e9ef0b5434fd295d1c2dd8dada65148
0
vga101/gaiasky,vga101/gaiasky,langurmonkey/gaiasky,langurmonkey/gaiasky,langurmonkey/gaiasky,langurmonkey/gaiasky,vga101/gaiasky,vga101/gaiasky
package gaia.cu9.ari.gaiaorbit.desktop.render; import com.badlogic.gdx.Gdx; import com.badlogic.gdx.graphics.Texture; import com.bitfire.postprocessing.PostProcessor; import com.bitfire.postprocessing.effects.Bloom; import com.bitfire.postprocessing.effects.Fxaa; import com.bitfire.postprocessing.effects.LensFlare2; i...
desktop/src/gaia/cu9/ari/gaiaorbit/desktop/render/DesktopPostProcessor.java
package gaia.cu9.ari.gaiaorbit.desktop.render; import com.badlogic.gdx.Gdx; import com.badlogic.gdx.graphics.Texture; import com.bitfire.postprocessing.PostProcessor; import com.bitfire.postprocessing.effects.Bloom; import com.bitfire.postprocessing.effects.Fxaa; import com.bitfire.postprocessing.effects.LensFlare2; i...
FXAA span max reduced to 4
desktop/src/gaia/cu9/ari/gaiaorbit/desktop/render/DesktopPostProcessor.java
FXAA span max reduced to 4
<ide><path>esktop/src/gaia/cu9/ari/gaiaorbit/desktop/render/DesktopPostProcessor.java <ide> // ANTIALIAS <ide> if (GlobalConf.postprocess.POSTPROCESS_ANTIALIAS == -1) { <ide> ppb.antialiasing = new Fxaa(width, height); <del> ((Fxaa) ppb.antialiasing).setSpanMax(6f); <add> ...
Java
agpl-3.0
5a0f606dca09a348d1179b6998c35dffe4f06272
0
duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test
38dff116-2e61-11e5-9284-b827eb9e62be
hello.java
38da57d8-2e61-11e5-9284-b827eb9e62be
38dff116-2e61-11e5-9284-b827eb9e62be
hello.java
38dff116-2e61-11e5-9284-b827eb9e62be
<ide><path>ello.java <del>38da57d8-2e61-11e5-9284-b827eb9e62be <add>38dff116-2e61-11e5-9284-b827eb9e62be
Java
apache-2.0
1adc8650c943239cfba4d05b55197e91486781db
0
joshuairl/toothchat-client,joshuairl/toothchat-client,joshuairl/toothchat-client,joshuairl/toothchat-client
/** * $Revision: $ * $Date: $ * * Copyright (C) 2006 Jive Software. All rights reserved. * * This software is published under the terms of the GNU Lesser Public License (LGPL), * a copy of which is included in this distribution. */ package org.jivesoftware.sparkplugin; import org.jivesoftware.smac...
src/plugins/jingle/src/java/org/jivesoftware/sparkplugin/OutgoingCall.java
/** * $Revision: $ * $Date: $ * * Copyright (C) 2006 Jive Software. All rights reserved. * * This software is published under the terms of the GNU Lesser Public License (LGPL), * a copy of which is included in this distribution. */ package org.jivesoftware.sparkplugin; import org.jivesoftware.smac...
Continue working on Jingle. git-svn-id: f13e20fb8540f76a08799c0051229138c0279aa7@7709 b35dd754-fafc-0310-a699-88a17e54d16e
src/plugins/jingle/src/java/org/jivesoftware/sparkplugin/OutgoingCall.java
Continue working on Jingle.
<ide><path>rc/plugins/jingle/src/java/org/jivesoftware/sparkplugin/OutgoingCall.java <ide> package org.jivesoftware.sparkplugin; <ide> <ide> import org.jivesoftware.smack.XMPPException; <del>import org.jivesoftware.smackx.jingle.IncomingJingleSession; <ide> import org.jivesoftware.smackx.jingle.JingleNegotiator; <ide>...
Java
epl-1.0
51840031ff6c0fe952cf40a164b46e46bb780f72
0
Jenna3715/ChatBot
package utils; import java.io.IOException; import java.io.UnsupportedEncodingException; import java.net.HttpURLConnection; import java.net.URL; import java.net.URLEncoder; import java.text.SimpleDateFormat; import java.util.HashMap; import java.util.TimeZone; import java.util.regex.Matcher; import java.util.regex.Patte...
src/utils/Utils.java
package utils; import java.io.IOException; import java.io.UnsupportedEncodingException; import java.net.HttpURLConnection; import java.net.URL; import java.net.URLEncoder; import java.text.SimpleDateFormat; import java.util.HashMap; import java.util.TimeZone; import java.util.regex.Matcher; import java.util.regex.Patte...
eval fix
src/utils/Utils.java
eval fix
<ide><path>rc/utils/Utils.java <ide> connection.setRequestProperty("Referer", inputurl); <ide> connection.setRequestMethod("GET"); <ide> response = WebRequest.read(connection); <del> if(response.matches("\\s*")) <del> return ""; <del> if(containsRegex("\"error\"\\s*:\\s*true",response)) <del> //if(res...
Java
apache-2.0
ed084264153c6eef739771348eb5876f47ab1ba2
0
helyho/Voovan,helyho/Voovan,helyho/Voovan
package org.voovan.http.server.module.annontationRouter.router; import org.voovan.http.HttpContentType; import org.voovan.http.message.HttpStatic; import org.voovan.http.server.*; import org.voovan.http.server.exception.AnnotationRouterException; import org.voovan.http.server.module.annontationRouter.AnnotationModule;...
Web/src/main/java/org/voovan/http/server/module/annontationRouter/router/AnnotationRouter.java
package org.voovan.http.server.module.annontationRouter.router; import org.voovan.http.HttpContentType; import org.voovan.http.message.HttpStatic; import org.voovan.http.server.*; import org.voovan.http.server.exception.AnnotationRouterException; import org.voovan.http.server.module.annontationRouter.AnnotationModule;...
imp: 注解路由优化
Web/src/main/java/org/voovan/http/server/module/annontationRouter/router/AnnotationRouter.java
imp: 注解路由优化
<ide><path>eb/src/main/java/org/voovan/http/server/module/annontationRouter/router/AnnotationRouter.java <ide> AnnotationRouter annotationRouter = new AnnotationRouter(annotationModule, routerClass, method, <ide> annonClassR...
Java
apache-2.0
60b2f0abb81647e3333816c1a91f7f9bc2eacc9f
0
ThiagoGarciaAlves/intellij-community,SerCeMan/intellij-community,gnuhub/intellij-community,muntasirsyed/intellij-community,izonder/intellij-community,slisson/intellij-community,fitermay/intellij-community,fnouama/intellij-community,ahb0327/intellij-community,vvv1559/intellij-community,blademainer/intellij-community,Lek...
/* * Copyright 2000-2013 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
plugins/groovy/src/org/jetbrains/plugins/groovy/intentions/conversions/strings/ConvertMultilineStringToSingleLineIntention.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...
IDEA-109053 Convert to single-line string fixed
plugins/groovy/src/org/jetbrains/plugins/groovy/intentions/conversions/strings/ConvertMultilineStringToSingleLineIntention.java
IDEA-109053 Convert to single-line string fixed
<ide><path>lugins/groovy/src/org/jetbrains/plugins/groovy/intentions/conversions/strings/ConvertMultilineStringToSingleLineIntention.java <ide> */ <ide> package org.jetbrains.plugins.groovy.intentions.conversions.strings; <ide> <del>import com.intellij.lang.ASTNode; <ide> import com.intellij.openapi.diagnostic.Logger...
Java
mpl-2.0
8563cd0d72407b16142c2fa484e5bea013547c2c
0
servinglynk/servinglynk-hmis,servinglynk/servinglynk-hmis,servinglynk/hmis-lynk-open-source,servinglynk/servinglynk-hmis,servinglynk/hmis-lynk-open-source,servinglynk/servinglynk-hmis,servinglynk/hmis-lynk-open-source,servinglynk/hmis-lynk-open-source,servinglynk/servinglynk-hmis,servinglynk/hmis-lynk-open-source,servi...
package com.servinglynk.hmis.warehouse.model.v2015; import java.io.Serializable; import java.time.LocalDateTime; import java.util.Collections; import java.util.HashSet; import java.util.Map; import java.util.Set; import java.util.UUID; import java.util.WeakHashMap; import javax.persistence.Basic; import javax.persist...
hmis-model-v2015/src/main/java/com/servinglynk/hmis/warehouse/model/v2015/Export.java
package com.servinglynk.hmis.warehouse.model.v2015; import java.io.Serializable; import java.time.LocalDateTime; import java.util.Collections; import java.util.HashSet; import java.util.Map; import java.util.Set; import java.util.UUID; import java.util.WeakHashMap; import javax.persistence.Basic; import javax.persist...
Export and bulkuploads mapping configuration issue fixed
hmis-model-v2015/src/main/java/com/servinglynk/hmis/warehouse/model/v2015/Export.java
Export and bulkuploads mapping configuration issue fixed
<ide><path>mis-model-v2015/src/main/java/com/servinglynk/hmis/warehouse/model/v2015/Export.java <ide> * Return the value associated with the column: bulkUpload. <ide> * @return A Set&lt;BulkUpload&gt; object (this.bulkUpload) <ide> */ <del> @OneToMany( fetch = FetchType.LAZY, cascade = { CascadeType.PERSIST, Cas...
Java
mit
error: pathspec 'src/ctci/_7LinkedList_4.java' did not match any file(s) known to git
c1f178421c8da1136e0dd2762dcddbce85ea19e0
1
darshanhs90/Java-InterviewPrep,darshanhs90/Java-Coding
package ctci; import java.io.InputStreamReader; import java.util.Scanner; import ctci._2linkedList.Node; /*Implementation of CTCI 2.5*/ public class _7LinkedList_4 { public static void main(String[] args) { Scanner scanner =new Scanner(new InputStreamReader(System.in)); System.out.println("Enter First Number...
src/ctci/_7LinkedList_4.java
LinkedList 2.5 completed
src/ctci/_7LinkedList_4.java
LinkedList 2.5 completed
<ide><path>rc/ctci/_7LinkedList_4.java <add>package ctci; <add> <add>import java.io.InputStreamReader; <add>import java.util.Scanner; <add> <add>import ctci._2linkedList.Node; <add> <add> <add> <add> <add>/*Implementation of CTCI 2.5*/ <add>public class _7LinkedList_4 { <add> public static void main(String[] args) { <a...
Java
apache-2.0
error: pathspec 'main/src/com/pathtomani/screens/game/RightPaneLayout.java' did not match any file(s) known to git
8de3d1395f5f4a7d8d58c63d0e91c20d7b7002ab
1
BurntGameProductions/Path-to-Mani,TheNightForum/Path-to-Mani,TheNightForum/Path-to-Mani,BurntGameProductions/Path-to-Mani,TheNightForum/Path-to-Mani,BurntGameProductions/Path-to-Mani
/* * Copyright 2016 BurntGameProductions * * 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 ...
main/src/com/pathtomani/screens/game/RightPaneLayout.java
Moving files to Managers.
main/src/com/pathtomani/screens/game/RightPaneLayout.java
Moving files to Managers.
<ide><path>ain/src/com/pathtomani/screens/game/RightPaneLayout.java <add>/* <add> * Copyright 2016 BurntGameProductions <add> * <add> * Licensed under the Apache License, Version 2.0 (the "License"); <add> * you may not use this file except in compliance with the License. <add> * You may obtain a copy of the License at...
Java
mit
c279f136ae44b0f15c15fb778ae6def9f4182c28
0
yzhnasa/TASSEL-iRods,yzhnasa/TASSEL-iRods,yzhnasa/TASSEL-iRods,yzhnasa/TASSEL-iRods
/* * FilterTaxaPropertiesPlugin.java * * Created on May 9, 2013 * */ package net.maizegenetics.baseplugins; import net.maizegenetics.pal.alignment.Alignment; import net.maizegenetics.plugindef.AbstractPlugin; import net.maizegenetics.plugindef.DataSet; import net.maizegenetics.plugindef.Datum; import net.maizegen...
src/net/maizegenetics/baseplugins/FilterTaxaPropertiesPlugin.java
/* * FilterTaxaPropertiesPlugin.java * * Created on May 9, 2013 * */ package net.maizegenetics.baseplugins; import net.maizegenetics.pal.alignment.Alignment; import net.maizegenetics.plugindef.AbstractPlugin; import net.maizegenetics.plugindef.DataSet; import net.maizegenetics.plugindef.Datum; import net.maizegen...
Changed label to "Min Proportion of Sites Present" and made this calculate missing only if both alleles missing (no based on gametes).
src/net/maizegenetics/baseplugins/FilterTaxaPropertiesPlugin.java
Changed label to "Min Proportion of Sites Present" and made this calculate missing only if both alleles missing (no based on gametes).
<ide><path>rc/net/maizegenetics/baseplugins/FilterTaxaPropertiesPlugin.java <ide> <ide> StringBuilder builder = new StringBuilder(); <ide> builder.append("Filter Alignment by Taxa Properties...\n"); <del> builder.append(" Min. Not Missing Proportion: "); <add> builder.append(" Min. Pr...
Java
apache-2.0
330b7cc48cac5fb7529cb30fc8e7521c2e41b434
0
atoulme/xmlrpc
package org.apache.xmlrpc; /* * The Apache Software License, Version 1.1 * * * Copyright (c) 2001 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * *...
src/java/org/apache/xmlrpc/XmlRpc.java
package org.apache.xmlrpc; /* * The Apache Software License, Version 1.1 * * * Copyright (c) 2001 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * *...
Use the char data type for single character text. Reviewed by: Leonard Richardson <leonardr@collab.net>
src/java/org/apache/xmlrpc/XmlRpc.java
Use the char data type for single character text.
<ide><path>rc/java/org/apache/xmlrpc/XmlRpc.java <ide> <ide> public void startElement (String elem) <ide> { <del> buf.append ("<"); <add> buf.append ('<'); <ide> buf.append (elem); <del> buf.append (">"); <add> buf.append ('>'); <ide> } <i...
Java
apache-2.0
035f9fc4cea0a2ef3fb1d3dda67129985308661a
0
hasinitg/airavata,glahiru/airavata,jjj117/airavata,glahiru/airavata,jjj117/airavata,anujbhan/airavata,apache/airavata,apache/airavata,machristie/airavata,apache/airavata,gouravshenoy/airavata,dogless/airavata,anujbhan/airavata,dogless/airavata,anujbhan/airavata,machristie/airavata,dogless/airavata,anujbhan/airavata,dog...
/* * * 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"); y...
modules/gfac-axis2/src/main/java/org/apache/airavata/services/gfac/axis2/GFacService.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"); y...
Enable Dynamic Phase adding in GFac instead of using axis2.xml git-svn-id: 64c7115bac0e45f25b6ef7317621bf38f6d5f89e@1182073 13f79535-47bb-0310-9956-ffa450edef68
modules/gfac-axis2/src/main/java/org/apache/airavata/services/gfac/axis2/GFacService.java
Enable Dynamic Phase adding in GFac instead of using axis2.xml
<ide><path>odules/gfac-axis2/src/main/java/org/apache/airavata/services/gfac/axis2/GFacService.java <ide> package org.apache.airavata.services.gfac.axis2; <ide> <ide> import java.lang.reflect.Constructor; <del>import java.lang.reflect.Field; <ide> import java.net.URL; <del>import java.util.*; <add>import java.util.Has...
Java
bsd-3-clause
3f259e40a6490582a500eab7a4d9dac9494bc31c
0
NCIP/caaers,CBIIT/caaers,CBIIT/caaers,NCIP/caaers,CBIIT/caaers,NCIP/caaers,CBIIT/caaers,CBIIT/caaers,NCIP/caaers
package gov.nih.nci.cabig.caaers.web.rule.notification; import gov.nih.nci.cabig.caaers.domain.ReportFormatType; import gov.nih.nci.cabig.caaers.domain.ConfigProperty; import gov.nih.nci.cabig.caaers.domain.ConfigPropertyType; import gov.nih.nci.cabig.caaers.domain.report.TimeScaleUnit; import gov.nih.nci.cabig....
caAERS/software/web/src/main/java/gov/nih/nci/cabig/caaers/web/rule/notification/BasicsTab.java
package gov.nih.nci.cabig.caaers.web.rule.notification; import gov.nih.nci.cabig.caaers.domain.ReportFormatType; import gov.nih.nci.cabig.caaers.domain.ConfigProperty; import gov.nih.nci.cabig.caaers.domain.ConfigPropertyType; import gov.nih.nci.cabig.caaers.domain.report.TimeScaleUnit; import gov.nih.nci.cabig....
CAAERS-3676 - Make Report Definition Header and Footer fields only show if Custom PDF is select SVN-Revision: 12067
caAERS/software/web/src/main/java/gov/nih/nci/cabig/caaers/web/rule/notification/BasicsTab.java
CAAERS-3676 - Make Report Definition Header and Footer fields only show if Custom PDF is select
<ide><path>aAERS/software/web/src/main/java/gov/nih/nci/cabig/caaers/web/rule/notification/BasicsTab.java <ide> InputFieldAttributes.setColumns(descField, 50); <ide> fields.add(descField); <ide> <del> InputField headerField = InputFieldFactory.createTextArea("reportDefinition.header", "Header", ...
Java
apache-2.0
0b92255ec5d3f4e57dab601b1cae3224e9e8a252
0
MatthewTamlin/Avatar
package com.matthewtamlin.java_compiler_utilities.element_supplier; import com.matthewtamlin.java_compiler_utilities.collectors.ElementCollector; import com.matthewtamlin.java_compiler_utilities.collectors.IdBasedElementCollector; import javax.lang.model.element.Element; import javax.tools.JavaFileObject; import java...
library/src/main/java/com/matthewtamlin/java_compiler_utilities/element_supplier/IdBasedElementSupplier.java
package com.matthewtamlin.java_compiler_utilities.element_supplier; import com.matthewtamlin.java_compiler_utilities.collectors.ElementCollector; import com.matthewtamlin.java_compiler_utilities.collectors.IdBasedElementCollector; import javax.lang.model.element.Element; import javax.tools.JavaFileObject; import java...
Changed Javadoc
library/src/main/java/com/matthewtamlin/java_compiler_utilities/element_supplier/IdBasedElementSupplier.java
Changed Javadoc
<ide><path>ibrary/src/main/java/com/matthewtamlin/java_compiler_utilities/element_supplier/IdBasedElementSupplier.java <ide> <ide> import static com.matthewtamlin.java_utilities.checkers.NullChecker.checkNotNull; <ide> <add>/** <add> * Gets specific elements from a {@link JavaFileObject} via {@link ElementId} annotat...
Java
apache-2.0
fb001febb77106269b9f12432024c136347d9d1d
0
lpandzic/querydsl,querydsl/querydsl,vveloso/querydsl,gordski/querydsl,querydsl/querydsl,pkcool/querydsl,dharaburda/querydsl,Log10Solutions/querydsl,mosoft521/querydsl,tomforster/querydsl,izeye/querydsl,mosoft521/querydsl,kevinleturc/querydsl,Log10Solutions/querydsl,lpandzic/querydsl,tomforster/querydsl,balazs-zsoldos/q...
/* * Copyright 2011, Mysema 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 or agreed to in writin...
querydsl-core/src/test/java/com/mysema/query/types/QMapTest.java
/* * Copyright 2011, Mysema 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 or agreed to in writin...
Remove unused imports
querydsl-core/src/test/java/com/mysema/query/types/QMapTest.java
Remove unused imports
<ide><path>uerydsl-core/src/test/java/com/mysema/query/types/QMapTest.java <ide> <ide> import java.util.Arrays; <ide> <del>import org.junit.Ignore; <ide> import org.junit.Test; <ide> <del>import com.google.common.collect.ImmutableList; <ide> import com.mysema.query.types.path.StringPath; <ide> <ide> public class QM...
Java
apache-2.0
3eba74173252aad330f7c3379a93b05f240351b5
0
jenetics/jenetics,jenetics/jenetics,jenetics/jenetics,jenetics/jenetics,jenetics/jenetics,jenetics/jenetics,jenetics/jenetics
/* * Java Genetic Algorithm Library (@__identifier__@). * Copyright (c) @__year__@ Franz Wilhelmstötter * * 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/...
org.jenetics/src/main/java/org/jenetics/engine/Engine.java
/* * Java Genetic Algorithm Library (@__identifier__@). * Copyright (c) @__year__@ Franz Wilhelmstötter * * 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/...
#20: Add version string to new methods.
org.jenetics/src/main/java/org/jenetics/engine/Engine.java
#20: Add version string to new methods.
<ide><path>rg.jenetics/src/main/java/org/jenetics/engine/Engine.java <ide> * The phenotype validator used for detecting invalid individuals. <ide> * <i>Default value is set to {@code Phenotype::isValue}.</i> <ide> * <add> * @since 3.1 <add> * <ide> * @param validator the {@code validator} used for valid...
Java
apache-2.0
c50748d7fe4d107e86560e3b763f5ddec9888e9f
0
eFaps/eFapsApp-ElectronicBilling
/* * Copyright 2003 - 2016 The eFaps Team * * 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 ...
src/main/efaps/ESJP/org/efaps/esjp/electronicbilling/EBillingDocument_Base.java
/* * Copyright 2003 - 2016 The eFaps Team * * 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 ...
- Issue #6: Add the evaluation for email closes #6
src/main/efaps/ESJP/org/efaps/esjp/electronicbilling/EBillingDocument_Base.java
- Issue #6: Add the evaluation for email
<ide><path>rc/main/efaps/ESJP/org/efaps/esjp/electronicbilling/EBillingDocument_Base.java <ide> import org.efaps.db.Insert; <ide> import org.efaps.db.Instance; <ide> import org.efaps.db.InstanceQuery; <add>import org.efaps.db.PrintQuery; <ide> import org.efaps.db.QueryBuilder; <add>import org.efaps.db.SelectBuilder; <a...
Java
agpl-3.0
fe9020a74c340c60cb26232452acc314f01ed3ad
0
duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test
c1273a5e-2e5f-11e5-9284-b827eb9e62be
hello.java
c1218c6c-2e5f-11e5-9284-b827eb9e62be
c1273a5e-2e5f-11e5-9284-b827eb9e62be
hello.java
c1273a5e-2e5f-11e5-9284-b827eb9e62be
<ide><path>ello.java <del>c1218c6c-2e5f-11e5-9284-b827eb9e62be <add>c1273a5e-2e5f-11e5-9284-b827eb9e62be
Java
apache-2.0
d7daed9dc3da6f4213541ecf0aab45039076fb13
0
skaldarnar/TerasologyLauncher,skaldarnar/TerasologyLauncher,skaldarnar/TerasologyLauncher,MovingBlocks/TerasologyLauncher,MovingBlocks/TerasologyLauncher
/* * Copyright 2013 MovingBlocks * * 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 t...
src/main/java/org/terasology/launcher/util/DownloadUtils.java
/* * Copyright 2013 MovingBlocks * * 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 t...
Update DownloadUtils Jenkins link to http://jenkins.terasology.org
src/main/java/org/terasology/launcher/util/DownloadUtils.java
Update DownloadUtils Jenkins link to http://jenkins.terasology.org
<ide><path>rc/main/java/org/terasology/launcher/util/DownloadUtils.java <ide> <ide> private static final Logger logger = LoggerFactory.getLogger(DownloadUtils.class); <ide> <del> private static final String JENKINS_JOB_URL = "http://jenkins.movingblocks.net/job/"; <add> private static final String JENKINS_J...
Java
agpl-3.0
d0c2eb3b42f039072c3099d830a4eb89d65195f5
0
jpmml/jpmml-xgboost,jpmml/jpmml-xgboost
/* * Copyright (c) 2016 Villu Ruusmann * * This file is part of JPMML-XGBoost * * JPMML-XGBoost 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 opt...
pmml-xgboost-example/src/main/java/org/jpmml/xgboost/example/Main.java
/* * Copyright (c) 2016 Villu Ruusmann * * This file is part of JPMML-XGBoost * * JPMML-XGBoost 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 opt...
Changed the '--fmap-input' command-line option from required to optional
pmml-xgboost-example/src/main/java/org/jpmml/xgboost/example/Main.java
Changed the '--fmap-input' command-line option from required to optional
<ide><path>mml-xgboost-example/src/main/java/org/jpmml/xgboost/example/Main.java <ide> <ide> @Parameter ( <ide> names = {"--fmap-input"}, <del> description = "XGBoost feature map input file", <del> required = true <add> description = "XGBoost feature map input file" <ide> ) <ide> private File fmapInput = null;...
Java
mit
7f01742c5e4ceb8025bc534ebb508203aad58f19
0
Innovimax-SARL/mix-them
package innovimax.mixthem.io; import java.io.BufferedReader; import java.io.File; import java.io.InputStream; import java.io.InputStreamReader; import java.io.IOException; import java.nio.charset.StandardCharsets; import java.nio.file.Files; /** * <p>Reads lines from a character-input file.</p> * <p>This is the defau...
src/main/java/innovimax/mixthem/io/DefaultLineReader.java
package innovimax.mixthem.io; import java.io.BufferedReader; import java.io.File; import java.io.InputStream; import java.io.InputStreamReader; import java.io.IOException; import java.nio.charset.StandardCharsets; import java.nio.file.Files; import java.nio.file.Path; /** * <p>Reads lines from a character-input file....
Update DefaultLineReader.java
src/main/java/innovimax/mixthem/io/DefaultLineReader.java
Update DefaultLineReader.java
<ide><path>rc/main/java/innovimax/mixthem/io/DefaultLineReader.java <ide> import java.io.IOException; <ide> import java.nio.charset.StandardCharsets; <ide> import java.nio.file.Files; <del>import java.nio.file.Path; <ide> <ide> /** <ide> * <p>Reads lines from a character-input file.</p>
Java
bsd-3-clause
2738d2fa30c80e96eae8d44488677885a14ab6ff
0
compgen-io/ngsutilsj,compgen-io/ngsutilsj
package io.compgen.ngsutils.cli.bam; import htsjdk.samtools.SAMRecord; import htsjdk.samtools.SamInputResource; import htsjdk.samtools.SamReader; import htsjdk.samtools.SamReaderFactory; import htsjdk.samtools.ValidationStringency; import io.compgen.cmdline.annotation.Command; import io.compgen.cmdline.annotation.Exec...
src/java/io/compgen/ngsutils/cli/bam/BamCheck.java
package io.compgen.ngsutils.cli.bam; import htsjdk.samtools.SAMRecord; import htsjdk.samtools.SamInputResource; import htsjdk.samtools.SamReader; import htsjdk.samtools.SamReaderFactory; import htsjdk.samtools.ValidationStringency; import io.compgen.cmdline.annotation.Command; import io.compgen.cmdline.annotation.Exec...
added another check for an empty name - indicative of a corrupted file
src/java/io/compgen/ngsutils/cli/bam/BamCheck.java
added another check for an empty name - indicative of a corrupted file
<ide><path>rc/java/io/compgen/ngsutils/cli/bam/BamCheck.java <ide> return i+" "+current.getReadName() + " "+setOne.size()+"/"+setTwo.size()+"/"+goodReads.size(); <ide> }}, new CloseableFinalizer<SAMRecord>()); <ide> long i = 0; <add> SAMRecord lastRead = null; <add> int...
Java
mit
68e30cc12962bb899354e86692d0a89023593d98
0
mickele/DBFlow,Raizlabs/DBFlow,Raizlabs/DBFlow,janzoner/DBFlow,mickele/DBFlow
package com.raizlabs.android.dbflow.sql.saveable; import android.content.ContentValues; import android.support.annotation.NonNull; import com.raizlabs.android.dbflow.annotation.ConflictAction; import com.raizlabs.android.dbflow.config.FlowManager; import com.raizlabs.android.dbflow.sql.SqlUtils; import com.raizlabs.a...
dbflow/src/main/java/com/raizlabs/android/dbflow/sql/saveable/ModelSaver.java
package com.raizlabs.android.dbflow.sql.saveable; import android.content.ContentValues; import com.raizlabs.android.dbflow.annotation.ConflictAction; import com.raizlabs.android.dbflow.config.FlowManager; import com.raizlabs.android.dbflow.sql.SqlUtils; import com.raizlabs.android.dbflow.sql.language.Delete; import c...
added nononnull param annos. simplified some checks. can reuse contentvalues.
dbflow/src/main/java/com/raizlabs/android/dbflow/sql/saveable/ModelSaver.java
added nononnull param annos. simplified some checks. can reuse contentvalues.
<ide><path>bflow/src/main/java/com/raizlabs/android/dbflow/sql/saveable/ModelSaver.java <ide> package com.raizlabs.android.dbflow.sql.saveable; <ide> <ide> import android.content.ContentValues; <add>import android.support.annotation.NonNull; <ide> <ide> import com.raizlabs.android.dbflow.annotation.ConflictAction; <i...
Java
apache-2.0
34125e82365e911f5d2f5c44b73e370e83380d97
0
dropbox/bazel,snnn/bazel,dslomov/bazel-windows,werkt/bazel,dslomov/bazel-windows,bazelbuild/bazel,dslomov/bazel,dslomov/bazel-windows,perezd/bazel,snnn/bazel,davidzchen/bazel,safarmer/bazel,perezd/bazel,damienmg/bazel,dropbox/bazel,twitter-forks/bazel,damienmg/bazel,dslomov/bazel,snnn/bazel,perezd/bazel,perezd/bazel,pe...
// Copyright 2016 The Bazel Authors. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by appl...
src/main/java/com/google/devtools/build/lib/rules/objc/CrosstoolCompilationSupport.java
// Copyright 2016 The Bazel Authors. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by appl...
Bundle loader is passed to link actions for ios_test using --experimental_objc_crosstool=all PiperOrigin-RevId: 152254287
src/main/java/com/google/devtools/build/lib/rules/objc/CrosstoolCompilationSupport.java
Bundle loader is passed to link actions for ios_test using --experimental_objc_crosstool=all
<ide><path>rc/main/java/com/google/devtools/build/lib/rules/objc/CrosstoolCompilationSupport.java <ide> .addTransitiveActionInputs(objcProvider.get(DYNAMIC_FRAMEWORK_FILE)) <ide> .setCrosstoolInputs(toolchain.getLink()) <ide> .addActionInputs(prunedJ2ObjcArchives) <add> .a...
Java
mit
c9b8a9025ca4bdcf3ff8795ef33a6c542ae6df7d
0
DTAFormation/ecommerce-backend,DTAFormation/ecommerce-backend-aout-2015,DTAFormation/ecommerce-backend-aout-2015,DTAFormation/ecommerce-backend
package dta.commerce.rest; import java.util.ArrayList; import java.util.List; import javax.ejb.EJB; import javax.ws.rs.Consumes; import javax.ws.rs.DELETE; import javax.ws.rs.GET; import javax.ws.rs.POST; import javax.ws.rs.PUT; import javax.ws.rs.Path; import javax.ws.rs.PathParam; import javax.ws.rs.Pr...
src/main/java/dta/commerce/rest/UserRessource.java
package dta.commerce.rest; import java.util.ArrayList; import java.util.List; import javax.ejb.EJB; import javax.ws.rs.Consumes; import javax.ws.rs.DELETE; import javax.ws.rs.GET; import javax.ws.rs.POST; import javax.ws.rs.PUT; import javax.ws.rs.Path; import javax.ws.rs.PathParam; import javax.ws.rs.Pr...
Création commande : sauvegarde des produits dans les commandes produit
src/main/java/dta/commerce/rest/UserRessource.java
Création commande : sauvegarde des produits dans les commandes produit
<ide><path>rc/main/java/dta/commerce/rest/UserRessource.java <ide> // Commande en cours à la création <ide> commandeClient.setEtat("EC"); <ide> <add> commandeClient.getCommandeProduits().stream().forEach(commandeProduit -> { <add> commandeProduit.setCommandeClient(commandeClient); <add> }); <add> <i...
JavaScript
mit
7252da2814af48c6421422dbf03d19b3a59dcfff
0
depjs/dep
module.exports = (list, key, value, walk) => { let i = 0 let depth = 1 let ref = {} // optimize the shallowness as much as possible // @ToDo should check the version as well while (i < walk.length) { if (!list[walk[i]]) { i = 2 * depth depth++ } else { ref = list[walk[i]] i++...
lib/utils/deeper.js
module.exports = (list, key, value, walk) => { let i = 0 let depth = 1 let ref = {} // optimize the shallowness as much as possible while (i < walk.length) { if (!list[walk[i]]) { i = 2 * depth depth++ } else { ref = list[walk[i]] i++ } } if (!ref.dependencies) ref.depe...
add ToDo comment
lib/utils/deeper.js
add ToDo comment
<ide><path>ib/utils/deeper.js <ide> let depth = 1 <ide> let ref = {} <ide> // optimize the shallowness as much as possible <add> // @ToDo should check the version as well <ide> while (i < walk.length) { <ide> if (!list[walk[i]]) { <ide> i = 2 * depth
Java
apache-2.0
error: pathspec 'src/web/onClient/hr/fer/zemris/vhdllab/applets/schema/ComponentPropertyList.java' did not match any file(s) known to git
e21e43f32b601c0d63694a7394505494bda0791a
1
mbezjak/vhdllab,mbezjak/vhdllab,mbezjak/vhdllab
package hr.fer.zemris.vhdllab.applets.schema; /** * Objekt koji vraca svaka komponenta * a koji sadrzi sva svojstva dane * komponente. * @author Axel * */ public class ComponentPropertyList { }
src/web/onClient/hr/fer/zemris/vhdllab/applets/schema/ComponentPropertyList.java
Ovo je objekt koji vraca komponenta pozivom getPropertyList. U ovom trenutku ne sadrzi jos nista, jer nije jos sasvim jasno kako ga implementirati. git-svn-id: 650ffc0a3ae286c3f0a198ebc7b4f99e37498f62@112 cbae1e92-611c-0410-ab7b-b19ac7dee622
src/web/onClient/hr/fer/zemris/vhdllab/applets/schema/ComponentPropertyList.java
Ovo je objekt koji vraca komponenta pozivom getPropertyList. U ovom trenutku ne sadrzi jos nista, jer nije jos sasvim jasno kako ga implementirati.
<ide><path>rc/web/onClient/hr/fer/zemris/vhdllab/applets/schema/ComponentPropertyList.java <add>package hr.fer.zemris.vhdllab.applets.schema; <add> <add>/** <add> * Objekt koji vraca svaka komponenta <add> * a koji sadrzi sva svojstva dane <add> * komponente. <add> * @author Axel <add> * <add> */ <add>public class Comp...
Java
apache-2.0
6e394c0b377ee6c2d9dd551e349b92ce8ba5aabb
0
dimagi/javarosa,dimagi/javarosa,dimagi/javarosa
/** * */ package org.javarosa.formmanager.api; import java.util.Vector; import javax.microedition.lcdui.Canvas; import javax.microedition.media.MediaException; import javax.microedition.media.Player; import javax.microedition.media.PlayerListener; import org.javarosa.core.model.FormIndex; import org.javarosa.core...
j2me/form-entry/src/org/javarosa/formmanager/api/JrFormEntryController.java
/** * */ package org.javarosa.formmanager.api; import java.util.Vector; import javax.microedition.lcdui.Canvas; import javax.microedition.media.MediaException; import javax.microedition.media.Player; import javax.microedition.media.PlayerListener; import org.javarosa.core.model.FormIndex; import org.javarosa.core...
debugging
j2me/form-entry/src/org/javarosa/formmanager/api/JrFormEntryController.java
debugging
<ide><path>2me/form-entry/src/org/javarosa/formmanager/api/JrFormEntryController.java <ide> <ide> this.logHandler = new PlayerListener() { <ide> public void playerUpdate(Player player, String event, Object eventData) { <add>Logger.log("jls", "in playerUpdate"); <ide> String ...
Java
bsd-2-clause
bd9d43d380f5a07f2708bd6ee53b6e6087ee2b64
0
iron-io/iron_worker_java
package io.iron.ironworker.client.entities; import com.google.gson.annotations.SerializedName; import java.util.Date; public class ScheduleEntity { @SerializedName("id") String id; @SerializedName("project_id") String projectId; @SerializedName("code_name") String codeName; @SerializedNam...
client/src/main/java/io/iron/ironworker/client/entities/ScheduleEntity.java
package io.iron.ironworker.client.entities; import com.google.gson.annotations.SerializedName; import java.util.Date; public class ScheduleEntity { @SerializedName("id") String id; @SerializedName("project_id") String projectId; @SerializedName("code_name") String codeName; @SerializedNam...
Switched to dates from timestamp for schedules.
client/src/main/java/io/iron/ironworker/client/entities/ScheduleEntity.java
Switched to dates from timestamp for schedules.
<ide><path>lient/src/main/java/io/iron/ironworker/client/entities/ScheduleEntity.java <ide> @SerializedName("status") <ide> String status; <ide> @SerializedName("last_run_time") <del> long lastRunTime; <add> Date lastRunTime; <ide> @SerializedName("run_count") <ide> int runCount; <ide> @Se...
JavaScript
mit
cc0f902cec4c68756926bde930d25efc59bfdc59
0
sefzig/Robogeddon,sefzig/Robogeddon
'use strict'; const Script = require('smooch-bot').Script; // Bots const AndreasSefzig = "[AndreasSefzig] "; const SefzigBot = "[SefzigBot] "; const EmpfangsBot = "[EmpfangsBot] "; const KreationsBot = "[KreationsBot] "; const BeratungsBot = "[BeratungsBot] "; const KonzeptionsBot = "[Kon...
script.js
'use strict'; const Script = require('smooch-bot').Script; // Bots const AndreasSefzig = "[AndreasSefzig] "; const SefzigBot = "[SefzigBot] "; const EmpfangsBot = "[EmpfangsBot] "; const KreationsBot = "[KreationsBot] "; const BeratungsBot = "[BeratungsBot] "; const KonzeptionsBot = "[KonzeptionsBot] "; const Strategie...
Skript Test
script.js
Skript
<ide><path>cript.js <del>'use strict'; const Script = require('smooch-bot').Script; // Bots const AndreasSefzig = "[AndreasSefzig] "; const SefzigBot = "[SefzigBot] "; const EmpfangsBot = "[EmpfangsBot] "; const KreationsBot = "[KreationsBot] "; const BeratungsBot = "[BeratungsBot] "; const KonzeptionsBot = "[Konzeptio...
Java
bsd-3-clause
db35f2eb7bd24b1c662c63e98b89a3b55483a5df
0
markles/GeoGit,annacarol/GeoGig,annacarol/GeoGig,boundlessgeo/GeoGig,annacarol/GeoGig,markles/GeoGit,boundlessgeo/GeoGig,markles/GeoGit,markles/GeoGit,boundlessgeo/GeoGig,markles/GeoGit
/* Copyright (c) 2013 OpenPlans. All rights reserved. * This code is licensed under the GNU GPL 2.0 license, available at the root * application directory. */ package org.geogit.rest.repository; import static org.geogit.rest.repository.RESTUtils.getGeogit; import java.io.IOException; import java.io.InputStream; i...
src/web/api/src/main/java/org/geogit/rest/repository/MergeFeatureResource.java
/* Copyright (c) 2013 OpenPlans. All rights reserved. * This code is licensed under the GNU GPL 2.0 license, available at the root * application directory. */ package org.geogit.rest.repository; import static org.geogit.rest.repository.RESTUtils.getGeogit; import java.io.IOException; import java.io.InputStream; i...
Made the parsing of timestamps more flexible.
src/web/api/src/main/java/org/geogit/rest/repository/MergeFeatureResource.java
Made the parsing of timestamps more flexible.
<ide><path>rc/web/api/src/main/java/org/geogit/rest/repository/MergeFeatureResource.java <ide> case TIME: <ide> return java.sql.Time.valueOf(value); <ide> case TIMESTAMP: <del> return java.sql.Timestamp.valueOf(value); <add> return new java.sql.Timestamp(new SimpleDateF...
Java
mpl-2.0
2edebd7063dcd0fa4d9cc88b75f73d477a122778
0
Helioviewer-Project/JHelioviewer-SWHV,Helioviewer-Project/JHelioviewer-SWHV,Helioviewer-Project/JHelioviewer-SWHV,Helioviewer-Project/JHelioviewer-SWHV,Helioviewer-Project/JHelioviewer-SWHV
/* * Copyright (c) 2006 Sun Microsystems, Inc. All Rights Reserved. * Copyright (c) 2010 JogAmp Community. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are * met: * * - Redistribution of source co...
src/org/helioviewer/jhv/opengl/text/JhvTextureRenderer.java
/* * Copyright (c) 2006 Sun Microsystems, Inc. All Rights Reserved. * Copyright (c) 2010 JogAmp Community. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are * met: * * - Redistribution of source co...
Reduce
src/org/helioviewer/jhv/opengl/text/JhvTextureRenderer.java
Reduce
<ide><path>rc/org/helioviewer/jhv/opengl/text/JhvTextureRenderer.java <ide> <ide> private Texture texture; <ide> private final AWTTextureData textureData; <del> private boolean mustReallocateTexture; <ide> private Rectangle dirtyRegion; <ide> <ide> private final int width; <ide> // texture <ide> fina...
Java
apache-2.0
d875c7c886da9c269bdbbaa64df21a77de03c2da
0
permazen/permazen,archiecobbs/jsimpledb,archiecobbs/jsimpledb,tempbottle/jsimpledb,tempbottle/jsimpledb,permazen/permazen,permazen/permazen,archiecobbs/jsimpledb,tempbottle/jsimpledb
/* * Copyright (C) 2011 Archie L. Cobbs. All rights reserved. * * $Id$ */ package org.dellroad.stuff.spring; import java.lang.annotation.Documented; import java.lang.annotation.ElementType; import java.lang.annotation.Inherited; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; ...
src/java/org/dellroad/stuff/spring/ThreadConfigurable.java
/* * Copyright (C) 2011 Archie L. Cobbs. All rights reserved. * * $Id$ */ package org.dellroad.stuff.spring; import java.lang.annotation.Documented; import java.lang.annotation.ElementType; import java.lang.annotation.Inherited; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; ...
Fix error in previous commit.
src/java/org/dellroad/stuff/spring/ThreadConfigurable.java
Fix error in previous commit.
<ide><path>rc/java/org/dellroad/stuff/spring/ThreadConfigurable.java <ide> * Thread thread = new Thread() { <ide> * &#64;Override <ide> * public void run() { <del> * ThreadLocalBeanFactory.getInstance().setBeanFactory(otherBeanFactory); <add> * ThreadLocalBeanFactory.getInstance().set(ot...
Java
lgpl-2.1
7cdea8b44e5377ba9d962d247718a9373e1a38b1
0
netarchivesuite/netarchivesuite-svngit-migration,netarchivesuite/netarchivesuite-svngit-migration,netarchivesuite/netarchivesuite-svngit-migration,netarchivesuite/netarchivesuite-svngit-migration,netarchivesuite/netarchivesuite-svngit-migration,netarchivesuite/netarchivesuite-svngit-migration
/*$Id$ * $Revision$ * $Date$ * $Author$ * * The Netarchive Suite - Software to harvest and preserve websites * Copyright 2004-2012 The Royal Danish Library, the Danish State and * University Library, the National Library of France and the Austrian * National Library. * * This library is free software; you can redistr...
tests/dk/netarkivet/harvester/harvesting/HeritrixLauncherTester.java
/*$Id$ * $Revision$ * $Date$ * $Author$ * * The Netarchive Suite - Software to harvest and preserve websites * Copyright 2004-2012 The Royal Danish Library, the Danish State and * University Library, the National Library of France and the Austrian * National Library. * * This library is free software; you can redistr...
Uncommented two unittests which test stuff, that is now done in theJob class.
tests/dk/netarkivet/harvester/harvesting/HeritrixLauncherTester.java
Uncommented two unittests which test stuff, that is now done in theJob class.
<ide><path>ests/dk/netarkivet/harvester/harvesting/HeritrixLauncherTester.java <ide> } <ide> <ide> /** <del> * Test that the launcher handles heritrix dying on a order file missing the arcs-path node correctly. <del> */ <add> * Test that the launcher handles heritrix dying on a order file <add> ...
Java
apache-2.0
066c8fb0a2f2287e11487b788819869035f96f33
0
AlejandroVera/ProjectTwitter,AlejandroVera/ProjectTwitter
package servidor; import java.sql.ResultSet; import java.sql.SQLException; import java.util.ArrayList; import java.util.Date; import java.util.List; import java.util.regex.Matcher; import java.util.regex.Pattern; import excepcionesComunes.TwitterException; import servidor.db.Conexion; import interfacesComunes.Messag...
src/servidor/MessageImpl.java
package servidor; import java.sql.ResultSet; import java.util.Date; import java.util.List; import excepcionesComunes.TwitterException; import servidor.db.Conexion; import interfacesComunes.Message; import interfacesComunes.Place; import interfacesComunes.Twitter; import interfacesComunes.Twitter.KEntityType; import...
MessageImpl arreglado.
src/servidor/MessageImpl.java
MessageImpl arreglado.
<ide><path>rc/servidor/MessageImpl.java <ide> package servidor; <ide> <ide> import java.sql.ResultSet; <add>import java.sql.SQLException; <add>import java.util.ArrayList; <ide> import java.util.Date; <ide> import java.util.List; <del> <add>import java.util.regex.Matcher; <add>import java.util.regex.Pattern; <ide> impo...
Java
mit
1c4236a60c7be4198437c5c03b6d9cb0dc0bba69
0
rmatil/uzh-ds
package assignment2; import java.io.BufferedReader; import java.io.IOException; import java.io.InputStreamReader; import java.util.HashSet; import java.util.Iterator; import java.util.Set; import java.util.StringTokenizer; import java.util.regex.Matcher; import java.util.regex.Pattern; import org.apache.hadoop.conf.C...
ex-02/src/assignment2/WordCount.java
package assignment2; import java.io.BufferedReader; import java.io.IOException; import java.io.InputStreamReader; import java.util.HashSet; import java.util.Iterator; import java.util.Set; import java.util.StringTokenizer; import java.util.regex.Matcher; import java.util.regex.Pattern; import org.apache.hadoop.conf.C...
Adds string replacing
ex-02/src/assignment2/WordCount.java
Adds string replacing
<ide><path>x-02/src/assignment2/WordCount.java <ide> <ide> // text processing and reading of the stop words <ide> String line = value.toString(); // get line <del> line.toLowerCase().replace(",", "").replace(".", "").replace("-", " ").replace("\"", ""); <add> line = line.toLowerCase().replace(",", "").replac...
JavaScript
bsd-2-clause
51ea092f246e871a17b2dce1fdb13e5480350e44
0
cyber-dojo/web,cyber-dojo/web,cyber-dojo/web,cyber-dojo/web
/*global jQuery,cyberDojo*/ 'use strict'; var cyberDojo = (function(cd, $) { //- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - // Filenames //- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - let theCurrentFilename = ''; let theLastNonOutputFilename = ''; let theLastOutputFilenam...
app/assets/javascripts/cyber-dojo_files.js
/*global jQuery,cyberDojo*/ 'use strict'; var cyberDojo = (function(cd, $) { //- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - // Filenames //- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - let theCurrentFilename = ''; let theLastNonOutputFilename = ''; let theLastOutputFilenam...
Ensure highlight_filenames appear in the top section of the filenames
app/assets/javascripts/cyber-dojo_files.js
Ensure highlight_filenames appear in the top section of the filenames
<ide><path>pp/assets/javascripts/cyber-dojo_files.js <ide> // 2. kata/edit page in alt-j alt-k hotkeys <ide> // 3. review/show page/dialog to help show filename list <ide> let hi = []; <add> const lit = cd.highlightFilenames(); <ide> $.each(filenames, (_, filename) => { <del> if (isSourceFile(fi...
Java
mit
5a513478377a90f193da7f5888029ca3abd72ce6
0
sideshowcecil/myx-monitor,sideshowcecil/myx-monitor
package at.ac.tuwien.dsg.concurrent; import java.util.concurrent.ExecutorService; import java.util.concurrent.RejectedExecutionException; /** * An extension to the {@link ExecutorService} interface that allow to * execute tasks on specific {@link Thread}s using identifiers. */ public interface Identifiab...
myx-monitor/src/main/java/at/ac/tuwien/dsg/concurrent/IdentifiableExecutorService.java
package at.ac.tuwien.dsg.concurrent; import java.util.concurrent.ExecutorService; import java.util.concurrent.RejectedExecutionException; /** * An extension to the {@link ExecutorService} interface that allow to execute * tasks on specific {@link Thread}s using identifiers. * * @author bernd.rathmanner ...
updates the javadoc of IdentifiableExecutorService
myx-monitor/src/main/java/at/ac/tuwien/dsg/concurrent/IdentifiableExecutorService.java
updates the javadoc of IdentifiableExecutorService
<ide><path>yx-monitor/src/main/java/at/ac/tuwien/dsg/concurrent/IdentifiableExecutorService.java <ide> import java.util.concurrent.RejectedExecutionException; <ide> <ide> /** <del> * An extension to the {@link ExecutorService} interface that allow to execute <del> * tasks on specific {@link Thread}s using identifiers....
Java
mpl-2.0
d225f2b95c887041007bd5c12739253ddc5d5717
0
opensensorhub/osh-android
/***************************** BEGIN LICENSE BLOCK *************************** The contents of this file are subject to 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/. Software distributed under the License is distri...
sensorhub-android-app/src/org/sensorhub/android/MainActivity.java
/***************************** BEGIN LICENSE BLOCK *************************** The contents of this file are subject to 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/. Software distributed under the License is distri...
Bug fix for Android App
sensorhub-android-app/src/org/sensorhub/android/MainActivity.java
Bug fix for Android App
<ide><path>ensorhub-android-app/src/org/sensorhub/android/MainActivity.java <ide> <ide> try <ide> { <del> return (SOSTClient) boundService.getSensorHub().getModuleRegistry().getModuleById("SOST_CLIENT"); <add> return (SOSTClient) boundService.getSensorHub().getModuleRegistry().get...
Java
apache-2.0
e6516fe8055b9728f36ea5d92ab702e70e5484b7
0
lorensen/VTKExamples,lorensen/VTKExamples,lorensen/VTKExamples,lorensen/VTKExamples,lorensen/VTKExamples,lorensen/VTKExamples,lorensen/VTKExamples
import vtk.vtkActor; import vtk.vtkNamedColors; import vtk.vtkNativeLibrary; import vtk.vtkPolyDataMapper; import vtk.vtkRenderWindow; import vtk.vtkRenderWindowInteractor; import vtk.vtkRenderer; import vtk.vtkPlatonicSolidSource; import vtk.vtkPolyDataNormals; import vtk.vtkTextProperty; import vtk.vtkCubeAxesActor2D...
src/Java/Visualization/CubeAxesActor2D.java
import vtk.vtkActor; import vtk.vtkNamedColors; import vtk.vtkNativeLibrary; import vtk.vtkPolyDataMapper; import vtk.vtkRenderWindow; import vtk.vtkRenderWindowInteractor; import vtk.vtkRenderer; import vtk.vtkPlatonicSolidSource; import vtk.vtkPolyDataNormals; import vtk.vtkTextProperty; import vtk.vtkCubeAxesActor2D...
Update CubeAxesActor2D.java
src/Java/Visualization/CubeAxesActor2D.java
Update CubeAxesActor2D.java
<ide><path>rc/Java/Visualization/CubeAxesActor2D.java <ide> // coordinates, active camera, and light. <ide> <ide> vtkRenderer ren = new vtkRenderer(); <del> ren.SetViewport(0, 0, 0.5, 1.0); <add> ren.SetViewport(0.0, 0.0, 0.5, 1.0); <ide> <ide> vtkRenderer ren2 = new vtkRenderer(); <del> ren2...
Java
apache-2.0
f8a13eb5e1a7abda67fe4119173025f650fd98fe
0
google/error-prone,cushon/error-prone,cushon/error-prone,cushon/error-prone,google/error-prone,cushon/error-prone
/* * Copyright 2016 The Error Prone Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law ...
core/src/main/java/com/google/errorprone/bugpatterns/inject/dagger/PrivateConstructorForNoninstantiableModule.java
/* * Copyright 2016 The Error Prone Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law ...
Remove "Test" from PrivateConstructorForNoninstantiableModule's bug checker name RELNOTES: n/a ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=190825107
core/src/main/java/com/google/errorprone/bugpatterns/inject/dagger/PrivateConstructorForNoninstantiableModule.java
Remove "Test" from PrivateConstructorForNoninstantiableModule's bug checker name
<ide><path>ore/src/main/java/com/google/errorprone/bugpatterns/inject/dagger/PrivateConstructorForNoninstantiableModule.java <ide> <ide> /** @author gak@google.com (Gregory Kick) */ <ide> @BugPattern( <del> name = "PrivateConstructorForNoninstantiableModuleTest", <add> name = "PrivateConstructorForNoninstantiableMod...
JavaScript
mit
6c44363eecfd56787d953963142cdbe4255244c1
0
arschmitz/uglymongrel-jquery-mobile,arschmitz/jquery-mobile,hinaloe/jqm-demo-ja,hinaloe/jqm-demo-ja,arschmitz/uglymongrel-jquery-mobile,hinaloe/jqm-demo-ja,arschmitz/jquery-mobile,arschmitz/uglymongrel-jquery-mobile,arschmitz/jquery-mobile
//>>excludeStart("jqmBuildExclude", pragmas.jqmBuildExclude); //>>description: Links options present in the widget to be filtered to the input //>>label: Filterable-widgetlink //>>group: Widgets define( [ "jquery", "./filterable" ], function( jQuery ) { //>>excludeEnd("jqmBuildExclude"); (function( $, undefined ) { ...
js/widgets/filterable.backcompat.js
//>>excludeStart("jqmBuildExclude", pragmas.jqmBuildExclude); //>>description: Links options present in the widget to be filtered to the input //>>label: Filterable-widgetlink //>>group: Widgets define( [ "jquery", "./filterable" ], function( jQuery ) { //>>excludeEnd("jqmBuildExclude"); (function( $, undefined ) { ...
Filterable backcompat: Moving _create() method to the top.
js/widgets/filterable.backcompat.js
Filterable backcompat: Moving _create() method to the top.
<ide><path>s/widgets/filterable.backcompat.js <ide> }; <ide> <ide> $.widget( "mobile.filterable", $.mobile.filterable, { <del> _handleCreate: function( evt ) { <del> this._setWidget( this.element.data( "mobile-" + evt.type.substring( 0, evt.type.length - 6 ) ) ); <del> }, <del> <del> _setWidget: function( widget ) { ...
Java
mit
a996ee770326f3447fa4df756eaecaeb511642eb
0
nls-oskari/oskari-server,nls-oskari/oskari-server,nls-oskari/oskari-server
package fi.nls.oskari.control.view.modifier.bundle; import fi.mml.map.mapwindow.util.OskariLayerWorker; import fi.nls.oskari.analysis.AnalysisHelper; import fi.nls.oskari.annotation.OskariViewModifier; import fi.nls.oskari.domain.User; import fi.nls.oskari.domain.map.MyPlaceCategory; import fi.nls.oskari.domain.map.Os...
control-base/src/main/java/fi/nls/oskari/control/view/modifier/bundle/MapfullHandler.java
package fi.nls.oskari.control.view.modifier.bundle; import fi.mml.map.mapwindow.util.OskariLayerWorker; import fi.nls.oskari.analysis.AnalysisHelper; import fi.nls.oskari.annotation.OskariViewModifier; import fi.nls.oskari.domain.User; import fi.nls.oskari.domain.map.MyPlaceCategory; import fi.nls.oskari.domain.map.Os...
Fixen npe
control-base/src/main/java/fi/nls/oskari/control/view/modifier/bundle/MapfullHandler.java
Fixen npe
<ide><path>ontrol-base/src/main/java/fi/nls/oskari/control/view/modifier/bundle/MapfullHandler.java <ide> <ide> private void removeMyLocationPluginAutoCenter(final JSONObject mapfullConfig) { <ide> JSONObject plugin = getPlugin(PLUGIN_MYLOCATION, mapfullConfig); <del> if (plugin == null && !plugin.h...
Java
apache-2.0
e404e2d37fe21396c1bc9b84ce1a06ba0983a1f1
0
konsoletyper/teavm,konsoletyper/teavm,konsoletyper/teavm,shannah/cn1-teavm-builds,shannah/cn1-teavm-builds,shannah/cn1-teavm-builds,konsoletyper/teavm,shannah/cn1-teavm-builds,shannah/cn1-teavm-builds,konsoletyper/teavm
/* * Copyright 2018 Alexey Andreev. * * 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...
tools/devserver/src/main/java/org/teavm/devserver/CodeServlet.java
/* * Copyright 2018 Alexey Andreev. * * 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...
Fix proxy bug in dev server
tools/devserver/src/main/java/org/teavm/devserver/CodeServlet.java
Fix proxy bug in dev server
<ide><path>ools/devserver/src/main/java/org/teavm/devserver/CodeServlet.java <ide> try { <ide> URL url = new URL(proxyUrl); <ide> proxyPort = url.getPort(); <del> proxyHost = proxyPort != 80 ? url.getHost() + ":" + proxyPort : url.getHost(); <add> ...
JavaScript
mit
3addf74fde4c78a4a4aefb2cbf425e7e42ee9ed5
0
bbyars/mountebank,nassimkirouane/mountebank,nassimkirouane/mountebank,nassimkirouane/mountebank,bbyars/mountebank,nassimkirouane/mountebank
'use strict'; var assert = require('assert'), HttpProxy = require('../../../src/models/http/httpProxy'), api = require('../api'), promiseIt = require('../../testHelpers').promiseIt, port = api.port + 1, timeout = parseInt(process.env.MB_SLOW_TEST_TIMEOUT || 3000), airplaneMode = process.env.MB_...
functionalTest/api/http/httpProxyTest.js
'use strict'; var assert = require('assert'), HttpProxy = require('../../../src/models/http/httpProxy'), api = require('../api'), promiseIt = require('../../testHelpers').promiseIt, port = api.port + 1, timeout = parseInt(process.env.MB_SLOW_TEST_TIMEOUT || 3000), airplaneMode = process.env.MB_...
Wrapped in airplane check; started failing this morning at home
functionalTest/api/http/httpProxyTest.js
Wrapped in airplane check; started failing this morning at home
<ide><path>unctionalTest/api/http/httpProxyTest.js <ide> }); <ide> }); <ide> }); <add> <add> promiseIt('should gracefully deal with bad urls', function () { <add> return proxy.to('1 + 2', { path: '/', method: 'GET', headers: {} }, {}).then(functi...
Java
apache-2.0
d2dd9b5a3ba9a395474ad1dd5ee4d30d88f79900
0
Mnkai/PGPClipper
package moe.minori.pgpclipper.activities; import android.content.Intent; import android.content.SharedPreferences; import android.net.Uri; import android.os.Bundle; import android.preference.CheckBoxPreference; import android.preference.ListPreference; import android.preference.Preference; import android.preference.Pr...
app/src/main/java/moe/minori/pgpclipper/activities/PGPClipperSettingsActivity.java
package moe.minori.pgpclipper.activities; import android.content.Intent; import android.content.SharedPreferences; import android.net.Uri; import android.os.Bundle; import android.preference.CheckBoxPreference; import android.preference.ListPreference; import android.preference.Preference; import android.preference.Pr...
Major fingerprint authentication plan (disclaimer, may not be that major)
app/src/main/java/moe/minori/pgpclipper/activities/PGPClipperSettingsActivity.java
Major fingerprint authentication plan (disclaimer, may not be that major)
<ide><path>pp/src/main/java/moe/minori/pgpclipper/activities/PGPClipperSettingsActivity.java <ide> findPreference("enableNFCAuth").setOnPreferenceChangeListener(new Preference.OnPreferenceChangeListener() { <ide> @Override <ide> public boolean onPreferenceChange(Preference pr...
Java
mit
a7fb1e6b532e7c56d1362b33a5b18dc039e4e84e
0
stachu540/HiRezAPI,stachu540/HiRezAPI
package com.github.stachu540.hirezapi.api; import com.github.stachu540.hirezapi.api.serverstatus.ServerStatusIncident; import com.github.stachu540.hirezapi.enums.url.BasePlatform; import com.github.stachu540.hirezapi.models.json.ServiceStatus; import com.rometools.rome.feed.synd.SyndEntry; import com.rometools.rome.fe...
src/main/java/com/github/stachu540/hirezapi/api/StatusServer.java
package com.github.stachu540.hirezapi.api; import com.github.stachu540.hirezapi.api.serverstatus.ServerStatusIncident; import com.github.stachu540.hirezapi.enums.url.BasePlatform; import com.github.stachu540.hirezapi.models.json.ServiceStatus; import com.rometools.rome.feed.synd.SyndEntry; import com.rometools.rome.fe...
server status fix - status returns NullPointException for game-specific only status
src/main/java/com/github/stachu540/hirezapi/api/StatusServer.java
server status fix
<ide><path>rc/main/java/com/github/stachu540/hirezapi/api/StatusServer.java <ide> ServerStatusIncident incident = <ide> new ServerStatusIncident( <ide> entry.getTitle(), entry.getLink(), entry.getContents().get(0).getValue()); <del> if ((incident.contains(game) && incident.contains(pl...
JavaScript
isc
d7ab0427691a678b56fc440811c01af5686cd303
0
aceakash/kata-roman-numerals
var romanSymbols = { exceptionsFirst: [ {symbol: 'IV', value: 4}, {symbol: 'IX', value: 9}, {symbol: 'XL', value: 40}, {symbol: 'XC', value: 90}, {symbol: 'CD', value: 400}, {symbol: 'CM', value: 900}, {symbol: 'I', value: 1}, {symbol: 'V', value: 5}, {symbol: 'X', value: 10}, ...
roman-numerals.js
var romanSymbols = [ {symbol: 'IV', value: 4}, {symbol: 'IX', value: 9}, {symbol: 'XL', value: 40}, {symbol: 'XC', value: 90}, {symbol: 'CD', value: 400}, {symbol: 'CM', value: 900}, {symbol: 'I', value: 1}, {symbol: 'V', value: 5}, {symbol: 'X', value: 10}, {symbol: 'L', value: 50}, {symbol: 'C'...
refactoring
roman-numerals.js
refactoring
<ide><path>oman-numerals.js <del>var romanSymbols = [ <del> {symbol: 'IV', value: 4}, <del> {symbol: 'IX', value: 9}, <del> {symbol: 'XL', value: 40}, <del> {symbol: 'XC', value: 90}, <del> {symbol: 'CD', value: 400}, <del> {symbol: 'CM', value: 900}, <add>var romanSymbols = { <add> exceptionsFirst: [ <add> {...
Java
apache-2.0
0375e6e01b0b6412c2369a8d3e2a990f41a9edfa
0
zer0se7en/netty,artgon/netty,Spikhalskiy/netty,doom369/netty,artgon/netty,fenik17/netty,netty/netty,tbrooks8/netty,doom369/netty,netty/netty,artgon/netty,doom369/netty,fenik17/netty,doom369/netty,johnou/netty,doom369/netty,netty/netty,artgon/netty,netty/netty,zer0se7en/netty,Spikhalskiy/netty,zer0se7en/netty,andsel/net...
/* * Copyright 2013 The Netty Project * * The Netty Project licenses this file to you under the Apache License, * version 2.0 (the "License"); you may not use this file except in compliance * with the License. You may obtain a copy of the License at: * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless ...
common/src/main/java/io/netty/util/Recycler.java
/* * Copyright 2013 The Netty Project * * The Netty Project licenses this file to you under the Apache License, * version 2.0 (the "License"); you may not use this file except in compliance * with the License. You may obtain a copy of the License at: * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless ...
Fix very tiny comment error in Recycler (#10309) Motivation: Fix very tiny comment error in Recycler Modifications: Fix very tiny comment error in Recycler Result: Correctly comment about drop in WeakOrderQueue#add
common/src/main/java/io/netty/util/Recycler.java
Fix very tiny comment error in Recycler (#10309)
<ide><path>ommon/src/main/java/io/netty/util/Recycler.java <ide> void add(DefaultHandle<?> handle) { <ide> handle.lastRecycledId = id; <ide> <del> // While we also enforce the recycling ratio one we transfer objects from the WeakOrderQueue to the Stack <add> // While we also e...
Java
apache-2.0
41a1e4a13ef7052776837465b4142bb47c38d60c
0
Shvid/protostuff,dyu/protostuff,svn2github/protostuff,Shvid/protostuff,dyu/protostuff,tsheasha/protostuff,svn2github/protostuff,protostuff/protostuff,tsheasha/protostuff,myxyz/protostuff,protostuff/protostuff,myxyz/protostuff
//======================================================================== //Copyright 2007-2009 David Yu dyuproject@gmail.com //------------------------------------------------------------------------ //Licensed under the Apache License, Version 2.0 (the "License"); //you may not use this file except in compliance wit...
protostuff-me/src/main/java/com/dyuproject/protostuff/me/UninitializedMessageException.java
//======================================================================== //Copyright 2007-2009 David Yu dyuproject@gmail.com //------------------------------------------------------------------------ //Licensed under the Apache License, Version 2.0 (the "License"); //you may not use this file except in compliance wit...
overload constructor for err msg git-svn-id: 3d5cc44e79dd7516812cdf5c8b2c4439073f5b70@1555 3b38d51a-9144-11de-8ad7-8b2c2f1e2016
protostuff-me/src/main/java/com/dyuproject/protostuff/me/UninitializedMessageException.java
overload constructor for err msg
<ide><path>rotostuff-me/src/main/java/com/dyuproject/protostuff/me/UninitializedMessageException.java <ide> this.targetSchema = targetSchema; <ide> } <ide> <add> public UninitializedMessageException(String msg, Message targetMessage) { <add> this(msg, targetMessage, targetMessage.cachedSchema()); <add> } ...
Java
apache-2.0
efb7bccc10495dbb980bcabe75fabf9658382f6c
0
vespa-engine/vespa,vespa-engine/vespa,vespa-engine/vespa,vespa-engine/vespa,vespa-engine/vespa,vespa-engine/vespa,vespa-engine/vespa,vespa-engine/vespa,vespa-engine/vespa,vespa-engine/vespa
// Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. package com.yahoo.vespa.hosted.node.admin.nodeagent; import com.yahoo.vespa.hosted.dockerapi.Container; import com.yahoo.vespa.hosted.dockerapi.ContainerName; import com.yahoo.vespa.hosted.dockerapi.Docker...
node-admin/src/main/java/com/yahoo/vespa/hosted/node/admin/nodeagent/NodeAgentImpl.java
// Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. package com.yahoo.vespa.hosted.node.admin.nodeagent; import com.yahoo.vespa.hosted.dockerapi.Container; import com.yahoo.vespa.hosted.dockerapi.ContainerName; import com.yahoo.vespa.hosted.dockerapi.Docker...
Write configs on container start as well
node-admin/src/main/java/com/yahoo/vespa/hosted/node/admin/nodeagent/NodeAgentImpl.java
Write configs on container start as well
<ide><path>ode-admin/src/main/java/com/yahoo/vespa/hosted/node/admin/nodeagent/NodeAgentImpl.java <ide> dockerOperations.startContainer(containerName, nodeSpec); <ide> lastCpuMetric = new CpuUsageReporter(clock.instant()); <ide> <add> writeConfigs(nodeSpec); <add> <ide> addDebugMessage("...
Java
apache-2.0
ca6ec5b1b8f3543fc9cfb08c3d66ad0a6c01a826
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.util; import org.jetbrains.annotations.NotNull; import org.jetbrains.annotations.Nullable; import java.util.NoSuchElementException; import java.util...
platform/util/src/com/intellij/openapi/util/ValueMatcherImpl.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.util; import org.jetbrains.annotations.NotNull; import org.jetbrains.annotations.Nullable; import java.util.NoSuchElementException; import java.util...
ValueMatcherImpl: fixed state machine in case when matching was successful (IDEA-CR-52658) GitOrigin-RevId: 128ab9284687e793645cec5faa6c03e3e73abb97
platform/util/src/com/intellij/openapi/util/ValueMatcherImpl.java
ValueMatcherImpl: fixed state machine in case when matching was successful (IDEA-CR-52658)
<ide><path>latform/util/src/com/intellij/openapi/util/ValueMatcherImpl.java <ide> <ide> final class ValueMatcherImpl<T, T1> implements ValueKey.BeforeWhen<T>, ValueKey.BeforeThen<T, T1> { <ide> private enum State { <del> NOT_MATCHED, IGNORING, MATCHING, MATCHED, FINISHED <add> NOT_MATCHED, IGNORING, SKIPPING, ...
JavaScript
mit
18b402c4e5cf25ca9295ac215c789639a01af4f9
0
tsujio/webrtc-chord
define(['underscore', 'peerjs', 'Utils'], function(_, Peer, Utils) { var PeerAgent = function(config, callbacks) { var self = this; if (!_.isObject(config.peer)) { config.peer = {id: undefined, options: {}}; } if (!_.isObject(config.peer.options)) { config.peer.options = {}; } if ...
src/PeerAgent.js
define(['underscore', 'peerjs', 'Utils'], function(_, Peer, Utils) { var PeerAgent = function(config, callbacks) { var self = this; if (!_.isObject(config.peer)) { config.peer = {id: undefined, options: {}}; } if (!_.isObject(config.peer.options)) { config.peer.options = {}; } if ...
Now listeners of 'data' or 'close' are set to conn object after 'open' event fired.
src/PeerAgent.js
Now listeners of 'data' or 'close' are set to conn object after 'open' event fired.
<ide><path>rc/PeerAgent.js <ide> self._peer.on('connection', function(conn) { <ide> Utils.debug("Connection from", conn.peer); <ide> <del> callbacks.onConnection(conn.peer, conn); <add> conn.on('open', function() { <add> callbacks.onConnection(conn.peer, conn); <add> }); <id...
Java
apache-2.0
4c60c7ac733c56109f5807ee57ee727a47a6055b
0
orekyuu/intellij-community,slisson/intellij-community,ahb0327/intellij-community,tmpgit/intellij-community,MichaelNedzelsky/intellij-community,izonder/intellij-community,ol-loginov/intellij-community,xfournet/intellij-community,retomerz/intellij-community,samthor/intellij-community,apixandru/intellij-community,Lekanich...
/* * @author max */ package com.intellij.psi.impl.source.resolve; import com.intellij.psi.*; import com.intellij.psi.javadoc.PsiDocComment; import com.intellij.psi.scope.PsiScopeProcessor; import com.intellij.psi.util.InheritanceUtil; import com.intellij.psi.util.PsiUtil; import com.intellij.psi.xml.XmlFile; import ...
source/com/intellij/psi/impl/source/resolve/JavaResolveUtil.java
/* * @author max */ package com.intellij.psi.impl.source.resolve; import com.intellij.psi.*; import com.intellij.psi.javadoc.PsiDocComment; import com.intellij.psi.scope.PsiScopeProcessor; import com.intellij.psi.util.InheritanceUtil; import com.intellij.psi.util.PsiUtil; import com.intellij.psi.xml.XmlFile; import ...
IDEADEV-25243
source/com/intellij/psi/impl/source/resolve/JavaResolveUtil.java
IDEADEV-25243
<ide><path>ource/com/intellij/psi/impl/source/resolve/JavaResolveUtil.java <ide> !(placeParent instanceof PsiTypeParameter)) { <ide> PsiClass aClass = (PsiClass)placeParent; <ide> <del> if (memberClass != null && manager.areElementsEquivalent(memberClass, aClass.getSuperClass())) return aClass...
Java
mit
8b1e19a30b8042f2215f68965334f94d3e925261
0
leppaott/Bulletin-Board,leppaott/Bulletin-Board
package Dao; import BulletinBoard.Database; import Domain.Subforum; import java.sql.ResultSet; import java.sql.SQLException; import java.util.ArrayList; import java.util.Collection; import java.util.List; public class SubforumDao { private final Database database; public SubforumDao(Database database) { ...
Bulletin-Board/src/main/java/Dao/SubforumDao.java
package Dao; import BulletinBoard.Database; import Domain.Subforum; import java.sql.SQLException; import java.util.Collection; import java.util.List; public class SubforumDao { private final Database database; public SubforumDao(Database database) { this.database = database; } public Subfor...
SubforumDao findAllIn
Bulletin-Board/src/main/java/Dao/SubforumDao.java
SubforumDao findAllIn
<ide><path>ulletin-Board/src/main/java/Dao/SubforumDao.java <ide> <ide> import BulletinBoard.Database; <ide> import Domain.Subforum; <add>import java.sql.ResultSet; <ide> import java.sql.SQLException; <add>import java.util.ArrayList; <ide> import java.util.Collection; <ide> import java.util.List; <ide> <ide> ...
Java
epl-1.0
079cd22442681e0453b0982b529ae38681d9557f
0
CityOfLearning/ForgeEssentials,aschmois/ForgeEssentialsMain,Techjar/ForgeEssentials,liachmodded/ForgeEssentials,planetguy32/ForgeEssentials,ForgeEssentials/ForgeEssentialsMain
package com.forgeessentials.playerlogger; import java.util.Date; import java.util.HashMap; import java.util.List; import java.util.Map; import java.util.Properties; import java.util.UUID; import java.util.logging.Level; import java.util.logging.Logger; import javax.persistence.EntityManager; import javax.persistence....
src/main/java/com/forgeessentials/playerlogger/PlayerLogger.java
package com.forgeessentials.playerlogger; import java.util.Date; import java.util.HashMap; import java.util.List; import java.util.Map; import java.util.Properties; import java.util.UUID; import javax.persistence.EntityManager; import javax.persistence.EntityManagerFactory; import javax.persistence.NonUniqueResultExc...
Fixed PlayerLogger spamming console. Fixed some PL events.
src/main/java/com/forgeessentials/playerlogger/PlayerLogger.java
Fixed PlayerLogger spamming console. Fixed some PL events.
<ide><path>rc/main/java/com/forgeessentials/playerlogger/PlayerLogger.java <ide> import java.util.Map; <ide> import java.util.Properties; <ide> import java.util.UUID; <add>import java.util.logging.Level; <add>import java.util.logging.Logger; <ide> <ide> import javax.persistence.EntityManager; <ide> import javax.persis...
JavaScript
mpl-2.0
1b512a84bd8baa83e665d7a6b40504e56854a115
0
tonY1883/fleet-battle,tonY1883/fleet-battle
var counter_text_left; var counter_label_left; var counter_text_right; var counter_label_right; var game_phase = 0; var GAME_PHASE_SHIP_PLACEMENT = 0; var GAME_PAHSE_AERIAL_COMBAT = 1; var GAME_PHASE_COMBAT = 2; var grid_size; var map_size; var SHIP_COURSE_VERTICAL = 0; var SHIP_COURSE_HORIZONTAL = 1; var FLEET_SPE...
script/game-core.js
var counter_text_left; var counter_label_left; var counter_text_right; var counter_label_right; var game_phase = 0; var GAME_PHASE_SHIP_PLACEMENT = 0; var GAME_PAHSE_AERIAL_COMBAT = 1; var GAME_PHASE_COMBAT = 2; var grid_size; var map_size; var SHIP_COURSE_VERTICAL = 0; var SHIP_COURSE_HORIZONTAL = 1; var FLEET_SPE...
Bug Fix - Fixed unsinkable transport ship (cherry picked from commit 12cc878)
script/game-core.js
Bug Fix - Fixed unsinkable transport ship
<ide><path>cript/game-core.js <ide> break; <ide> case SHIP_CLASS_DD: <ide> ship_size = 2; <add> criticalDamage = 1; <add> break; <add> case SHIP_CLASS_AP: <add> ship_size = 3; <ide> criticalDamage = 1; <ide> break; <ide> }
Java
lgpl-2.1
7e086b91777e7b52a10dc83d79f31af939d755b2
0
lucee/Lucee,jzuijlek/Lucee,jzuijlek/Lucee,lucee/Lucee,lucee/Lucee,lucee/Lucee,jzuijlek/Lucee
/** * Copyright (c) 2014, the Railo Company Ltd. * Copyright (c) 2015, Lucee Assosication Switzerland * * 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...
core/src/main/java/lucee/runtime/type/scope/UndefinedImpl.java
/** * Copyright (c) 2014, the Railo Company Ltd. * Copyright (c) 2015, Lucee Assosication Switzerland * * 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...
clean up
core/src/main/java/lucee/runtime/type/scope/UndefinedImpl.java
clean up
<ide><path>ore/src/main/java/lucee/runtime/type/scope/UndefinedImpl.java <ide> <ide> if(checkArguments) { <ide> rtn=local.get(key,NullSupportHelper.NULL()); <del> if(rtn!=NullSupportHelper.NULL()) return local;; <add> if(rtn!=NullSupportHelper.NULL()) return local; <ide> rtn=argument.getFunct...
Java
mit
be1971d715599cf8965bd3dfcdf9377e2b65d769
0
emilhuseynli/file-leak-detector,kohsuke/file-leak-detector,mpuajari80/file-leak-detector
package org.kohsuke.file_leak_detecter; import java.io.File; import java.io.FileOutputStream; import java.io.FileInputStream; import java.io.RandomAccessFile; import java.io.PrintStream; import java.util.Map; import java.util.HashMap; import java.util.Date; /** * Intercepted JDK calls land here. * * @author Kohsu...
src/main/java/org/kohsuke/file_leak_detecter/Listener.java
package org.kohsuke.file_leak_detecter; import java.io.File; import java.io.FileOutputStream; import java.io.FileInputStream; import java.io.RandomAccessFile; import java.io.PrintStream; import java.util.Map; import java.util.HashMap; import java.util.Date; /** * Intercepted JDK calls land here. * * @author Kohsu...
bug fix
src/main/java/org/kohsuke/file_leak_detecter/Listener.java
bug fix
<ide><path>rc/main/java/org/kohsuke/file_leak_detecter/Listener.java <ide> public static synchronized void close(Object _this) { <ide> Record r = TABLE.remove(_this); <ide> if(r!=null && TRACE && !tracing) { <add> tracing = true; <ide> r.dump("Closed ",System.err); <del> ...
JavaScript
apache-2.0
3cae09ab7d4700e10f6914dd0d017dacc45035ed
0
stdlib-js/stdlib,stdlib-js/stdlib,stdlib-js/stdlib,stdlib-js/stdlib,stdlib-js/stdlib,stdlib-js/stdlib,stdlib-js/stdlib,stdlib-js/stdlib
/** * @license Apache-2.0 * * Copyright (c) 2018 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by a...
lib/node_modules/@stdlib/ndarray/base/lib/index.js
/** * @license Apache-2.0 * * Copyright (c) 2018 The Stdlib Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by a...
Update namespace
lib/node_modules/@stdlib/ndarray/base/lib/index.js
Update namespace
<ide><path>ib/node_modules/@stdlib/ndarray/base/lib/index.js <ide> setReadOnly( ns, 'dtypeChar', require( '@stdlib/ndarray/base/dtype-char' ) ); <ide> <ide> /** <add>* @name dtypeDesc <add>* @memberof ns <add>* @readonly <add>* @type {Function} <add>* @see {@link module:@stdlib/ndarray/base/dtype-desc} <add>*/ <add>se...
Java
apache-2.0
61b3efdd0408a4d3ab9d41b6808d9bfd15407c14
0
gorzell/metrics,ind9/metrics,valery1707/dropwizard-metrics,mattnelson/metrics,mtakaki/metrics,slovdahl/metrics,mspiegel/metrics,rexren/metrics,dropwizard/metrics,maciej/metrics-scala,tempredirect/metrics,gburton1/metrics,ohr/metrics,jplock/metrics,kevintvh/metrics,gorzell/metrics,jasw/metrics,thelastpickle/metrics,Chet...
package com.yammer.metrics.reporting; import com.yammer.metrics.Metrics; import com.yammer.metrics.core.*; import com.yammer.metrics.util.Utils; import java.io.IOException; import java.io.OutputStreamWriter; import java.io.Writer; import java.lang.Thread.State; import java.net.Socket; import java.util.Map; import jav...
metrics-graphite/src/main/java/com/yammer/metrics/reporting/GraphiteReporter.java
package com.yammer.metrics.reporting; import com.yammer.metrics.Metrics; import com.yammer.metrics.core.*; import com.yammer.metrics.util.Utils; import java.io.IOException; import java.io.OutputStreamWriter; import java.io.Writer; import java.lang.Thread.State; import java.net.Socket; import java.util.Map; import jav...
Apply s/ /_/g to the metric name, to not break the line format
metrics-graphite/src/main/java/com/yammer/metrics/reporting/GraphiteReporter.java
Apply s/ /_/g to the metric name, to not break the line format
<ide><path>etrics-graphite/src/main/java/com/yammer/metrics/reporting/GraphiteReporter.java <ide> private void printRegularMetrics(long epoch) { <ide> for (Entry<String, Map<String, Metric>> entry : Utils.sortMetrics(Metrics.allMetrics()).entrySet()) { <ide> for (Entry<String, Metric> subEntry :...
JavaScript
apache-2.0
479932fb1e9b60b9d6e2b9e677c0ca9cee618f20
0
orionrobots/Bounce,orionrobots/Bounce
var workspace; var mcu_console; var is_preparing = false; var ui; /** * Create a console to output data in visible in the UI. * @param output_element A DOM element to use for output. * @constructor */ var OutputConsole = function (output_element) { /** * Write some data to the output. HTML is escaped. ...
Bounce/app/start.js
var workspace; var mcu_console; var is_preparing = false; var ui; /** * Create a console to output data in visible in the UI. * @param output_element A DOM element to use for output. * @constructor */ var OutputConsole = function (output_element) { /** * Write some data to the output. HTML is escaped. ...
Simplify
Bounce/app/start.js
Simplify
<ide><path>ounce/app/start.js <ide> this.display = function(ok_call, cancel_call) { <ide> $(main_div).removeClass("lightbox-hidden"); <ide> this.ok_call = ok_call; <del> this.cancel_call= cancel_call; <ide> ok_button.click(_ok_clicked); <ide> cancel_button.click(function() { <...
JavaScript
bsd-3-clause
1b6ad50b31f550db61a324afa3645ccff8fb601e
0
NCIP/cananolab,NCIP/cananolab,NCIP/cananolab
'use strict'; var app = angular.module('angularApp') .controller('IndSampleCtrl', function (sampleService,navigationService, groupService, $rootScope,$scope,$http,$filter,$location,$routeParams) { $rootScope.tabs = navigationService.query(); $rootScope.groups = groupService.get(); $scope.sampleData = s...
software/cananolab-webapp/web/scripts/controllers/viewSample.js
'use strict'; var app = angular.module('angularApp') .controller('IndSampleCtrl', function (sampleService,navigationService, groupService, $rootScope,$scope,$http,$filter,$location,$routeParams) { $rootScope.tabs = navigationService.query(); $rootScope.groups = groupService.get(); $scope.sampleData = s...
Changed viewSample to include loader
software/cananolab-webapp/web/scripts/controllers/viewSample.js
Changed viewSample to include loader
<ide><path>oftware/cananolab-webapp/web/scripts/controllers/viewSample.js <ide> <ide> <ide> $scope.$on('$viewContentLoaded', function(){ <add> $scope.loader = true; <ide> $http({method: 'GET', url: '/caNanoLab/rest/sample/view?sampleId=' + $scope.sampleId.data}). <ide> success(function(data, ...
JavaScript
mit
6ccc79823dd30b5e3316f4e04fdcb4d3b546efdf
0
the-ress/vscode,joaomoreno/vscode,veeramarni/vscode,stringham/vscode,Microsoft/vscode,the-ress/vscode,microlv/vscode,Microsoft/vscode,cleidigh/vscode,Microsoft/vscode,mjbvz/vscode,microsoft/vscode,rishii7/vscode,microlv/vscode,stringham/vscode,joaomoreno/vscode,DustinCampbell/vscode,rishii7/vscode,landonepps/vscode,vee...
/*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the MIT License. See License.txt in the project root for license information. *---------------------------------------------------------------...
extensions/markdown/media/main.js
/*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the MIT License. See License.txt in the project root for license information. *---------------------------------------------------------------...
Fix fragment name
extensions/markdown/media/main.js
Fix fragment name
<ide><path>xtensions/markdown/media/main.js <ide> while (node) { <ide> if (node.tagName && node.tagName.toLowerCase() === 'a' && node.href) { <ide> if (node.href.startsWith('file://')) { <del> const [path, frag] = node.href.replace(/^file:\/\//i, '').split('#'); <del> postMessage('_markdown.openDocumen...
JavaScript
mit
f0edb42dd11df8571d67b0d7bee41b7be33f181d
0
TheBenji/brackets-node-debugger,TheBenji/brackets-node-debugger
/*! * Brackets Node Debugger * * @author Benjamin August * @license http://opensource.org/licenses/MIT */ /*global define, brackets, $ */ define(function (require, exports) { "use strict"; var _ = brackets.getModule("thirdparty/lodash"), EditorManager = brackets.getModule("editor/EditorManager"), ...
src/breakpointGutter.js
/*! * Brackets Node Debugger * * @author Benjamin August * @license http://opensource.org/licenses/MIT */ /*global define, brackets, $ */ define(function (require, exports) { "use strict"; var _ = brackets.getModule("thirdparty/lodash"), EditorManager = brackets.getModule("editor/EditorManager"), ...
Should make the BP stuff a bit better
src/breakpointGutter.js
Should make the BP stuff a bit better
<ide><path>rc/breakpointGutter.js <ide> } <ide> <ide> /* <del> * Update gutters, call on document change <add> * Set all gutters for the currentDocument <ide> */ <ide> function _updateGutters() { <ide> if (!cm) { return; } <ide> gutters.unshift(gutterName); <ide> cm.setOptio...
Java
apache-2.0
error: pathspec 'shardingsphere-infra/shardingsphere-infra-common/src/test/java/org/apache/shardingsphere/infra/metadata/model/physical/jdbc/handler/SQL92DatabaseMetaDataDialectHandlerTest.java' did not match any file(s) known to git
7f3a71b4f0fd479f8e6a549db67f9030fb5c1af8
1
apache/incubator-shardingsphere,apache/incubator-shardingsphere,apache/incubator-shardingsphere,apache/incubator-shardingsphere
/* * 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 ...
shardingsphere-infra/shardingsphere-infra-common/src/test/java/org/apache/shardingsphere/infra/metadata/model/physical/jdbc/handler/SQL92DatabaseMetaDataDialectHandlerTest.java
Add SQL92DatabaseMetaDataDialectHandlerTest (#7871)
shardingsphere-infra/shardingsphere-infra-common/src/test/java/org/apache/shardingsphere/infra/metadata/model/physical/jdbc/handler/SQL92DatabaseMetaDataDialectHandlerTest.java
Add SQL92DatabaseMetaDataDialectHandlerTest (#7871)
<ide><path>hardingsphere-infra/shardingsphere-infra-common/src/test/java/org/apache/shardingsphere/infra/metadata/model/physical/jdbc/handler/SQL92DatabaseMetaDataDialectHandlerTest.java <add>/* <add> * Licensed to the Apache Software Foundation (ASF) under one or more <add> * contributor license agreements. See the N...
Java
apache-2.0
49590d26b2402352361b270675608476258580f7
0
apache/isis,apache/isis,apache/isis,apache/isis,apache/isis,apache/isis
/* * 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")...
viewers/wicket/ui/src/main/java/org/apache/isis/viewer/wicket/ui/components/collectioncontents/ajaxtable/CollectionContentsAsAjaxTablePanel.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")...
ISIS-2534: Wicket: fixes CollectionContentsAsAjaxTablePanel misusing the GridFacet
viewers/wicket/ui/src/main/java/org/apache/isis/viewer/wicket/ui/components/collectioncontents/ajaxtable/CollectionContentsAsAjaxTablePanel.java
ISIS-2534: Wicket: fixes CollectionContentsAsAjaxTablePanel misusing the GridFacet
<ide><path>iewers/wicket/ui/src/main/java/org/apache/isis/viewer/wicket/ui/components/collectioncontents/ajaxtable/CollectionContentsAsAjaxTablePanel.java <ide> import org.apache.wicket.model.Model; <ide> <ide> import org.apache.isis.applib.annotation.Where; <del>import org.apache.isis.applib.layout.grid.Grid; <ide> i...
Java
apache-2.0
51d3f849b87719a0e778d68e546f471424d680e4
0
finn-no/solr-integrationtest-support,finn-no/solr-integrationtest-support
package no.finn.solr.integration; import java.io.File; import java.io.IOException; import java.net.URL; import java.nio.file.Path; import java.util.ArrayList; import java.util.List; import java.util.Map; import java.util.Optional; import java.util.UUID; import org.apache.commons.io.FileUtils; import org.apache.common...
src/main/java/no/finn/solr/integration/SolrTestServer.java
package no.finn.solr.integration; import java.io.File; import java.io.IOException; import java.net.URL; import java.nio.file.Path; import java.util.ArrayList; import java.util.List; import java.util.Map; import java.util.Optional; import java.util.UUID; import org.apache.commons.io.FileUtils; import org.apache.common...
#8 #9 Adding reasons to assert-statements and fix assert comparing int to long. Also replaced som lambdas with mthod references.
src/main/java/no/finn/solr/integration/SolrTestServer.java
#8 #9 Adding reasons to assert-statements and fix assert comparing int to long. Also replaced som lambdas with mthod references.
<ide><path>rc/main/java/no/finn/solr/integration/SolrTestServer.java <ide> this.coreContainer = CoreContainer.createAndLoad(solrPath); <ide> assertNoLoadErrors(coreContainer); <ide> core = getCore(coreContainer); <del> client = core.map(c -> new EmbeddedSolrServer(c)).orElse(null); <add> ...
JavaScript
mit
e413ef5672b7f23a095fa849c8fa6a7e7a1c4a36
0
peterramsing/lost,corysimmons/lost,peterramsing/lost
'use strict'; var check = require('./check'); describe('lost-utility', function() { it('Doesn\'t remove the parent node if there are other rules in declaration', function () { check( 'a { lost-utility: edit; color: blue; }', 'a { color:blue; } a:not(input):not(textarea):not(select) ' + '{ back...
test/lost-utility.js
'use strict'; var check = require('./check'); describe('lost-utility', function() { it('applies edit indicator', function() { check( 'a { lost-utility: edit }', 'a *:not(input):not(textarea):not(select) {\n' + ' background-color: rgba(0, 0, 255, 0.1)\n' + '}' ); }); it('appli...
Adds test for the utility if there are other rules in the declaration
test/lost-utility.js
Adds test for the utility if there are other rules in the declaration
<ide><path>est/lost-utility.js <ide> var check = require('./check'); <ide> <ide> describe('lost-utility', function() { <add> it('Doesn\'t remove the parent node if there are other rules in declaration', function () { <add> check( <add> 'a { lost-utility: edit; color: blue; }', <add> 'a { color:blue; } a:...
Java
apache-2.0
9293c11e9aa65ab184cd8062c46c610dbf8a3578
0
peter-tackage/open-secret-santa,peter-tackage/open-secret-santa
package com.moac.android.opensecretsanta.adapter; import android.content.Context; import android.graphics.drawable.Drawable; import android.net.Uri; import android.provider.ContactsContract; import android.util.Log; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import and...
open-secret-santa-app/src/main/java/com/moac/android/opensecretsanta/adapter/MemberListAdapter.java
package com.moac.android.opensecretsanta.adapter; import android.content.Context; import android.graphics.drawable.Drawable; import android.util.Log; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.widget.ArrayAdapter; import android.widget.ImageView; import ...
Use Picasso to load contact avatars in MemberList
open-secret-santa-app/src/main/java/com/moac/android/opensecretsanta/adapter/MemberListAdapter.java
Use Picasso to load contact avatars in MemberList
<ide><path>pen-secret-santa-app/src/main/java/com/moac/android/opensecretsanta/adapter/MemberListAdapter.java <ide> <ide> import android.content.Context; <ide> import android.graphics.drawable.Drawable; <add>import android.net.Uri; <add>import android.provider.ContactsContract; <ide> import android.util.Log; <ide> imp...
Java
apache-2.0
146cbe74e5950413ff8d5cab51ae4f60f08efee3
0
b2ihealthcare/snow-owl,IHTSDO/snow-owl,IHTSDO/snow-owl,IHTSDO/snow-owl,IHTSDO/snow-owl,b2ihealthcare/snow-owl,b2ihealthcare/snow-owl,b2ihealthcare/snow-owl
/* * Copyright 2011-2015 B2i Healthcare Pte Ltd, http://b2i.sg * * 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 require...
snomed/com.b2international.snowowl.snomed.datastore/src/com/b2international/snowowl/snomed/datastore/index/entry/SnomedRefSetMemberIndexEntry.java
/* * Copyright 2011-2015 B2i Healthcare Pte Ltd, http://b2i.sg * * 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 require...
SO-1787 Get acceptability id as long field.
snomed/com.b2international.snowowl.snomed.datastore/src/com/b2international/snowowl/snomed/datastore/index/entry/SnomedRefSetMemberIndexEntry.java
SO-1787 Get acceptability id as long field.
<ide><path>nomed/com.b2international.snowowl.snomed.datastore/src/com/b2international/snowowl/snomed/datastore/index/entry/SnomedRefSetMemberIndexEntry.java <ide> import org.apache.lucene.index.IndexableField; <ide> <ide> import com.b2international.commons.BooleanUtils; <add>import com.b2international.commons.StringUt...
Java
mit
c3a8484190e691e04e045be5ccee3e21d5278a03
0
raoulvdberge/refinedstorage,way2muchnoise/refinedstorage,raoulvdberge/refinedstorage,way2muchnoise/refinedstorage
package com.raoulvdberge.refinedstorage.apiimpl.network.node.cover; import com.raoulvdberge.refinedstorage.RSItems; import com.raoulvdberge.refinedstorage.api.network.node.INetworkNode; import com.raoulvdberge.refinedstorage.apiimpl.API; import com.raoulvdberge.refinedstorage.apiimpl.network.node.ICoverable; import co...
src/main/java/com/raoulvdberge/refinedstorage/apiimpl/network/node/cover/CoverManager.java
package com.raoulvdberge.refinedstorage.apiimpl.network.node.cover; import com.raoulvdberge.refinedstorage.RSItems; import com.raoulvdberge.refinedstorage.api.network.node.INetworkNode; import com.raoulvdberge.refinedstorage.apiimpl.API; import com.raoulvdberge.refinedstorage.apiimpl.network.node.ICoverable; import co...
Fix crash with covers.
src/main/java/com/raoulvdberge/refinedstorage/apiimpl/network/node/cover/CoverManager.java
Fix crash with covers.
<ide><path>rc/main/java/com/raoulvdberge/refinedstorage/apiimpl/network/node/cover/CoverManager.java <ide> return null; <ide> } <ide> <del> return block.getStateFromMeta(item.getItem().getMetadata(item)); <add> try { <add> return block.getStateFromMeta(item.getItem().getMet...
Java
apache-2.0
ebdc464bf18ad49087bbd159e28289eec07db249
0
epalaobe/XMLGenerator
package calypsox.tk.bo.xml; import java.util.GregorianCalendar; import java.util.Iterator; import java.util.List; import java.util.Map; import java.util.Map.Entry; import java.util.Set; import java.util.Vector; import javax.xml.datatype.DatatypeConfigurationException; import javax.xml.datatype.DatatypeFact...
XMLGenerator/src/main/java/calypsox/tk/bo/xml/AbstractCDUFTradeBuilder.java
package calypsox.tk.bo.xml; import java.util.GregorianCalendar; import java.util.Iterator; import java.util.List; import java.util.Map; import java.util.Map.Entry; import java.util.Set; import java.util.Vector; import javax.xml.datatype.DatatypeConfigurationException; import javax.xml.datatype.DatatypeFact...
cashflow type
XMLGenerator/src/main/java/calypsox/tk/bo/xml/AbstractCDUFTradeBuilder.java
cashflow type
<ide><path>MLGenerator/src/main/java/calypsox/tk/bo/xml/AbstractCDUFTradeBuilder.java <ide> * Variable for twentyFourHourTimeToMilliseconds method <ide> */ <ide> private static final int SIXTY_THOUSAND = 60000; <del> <del> /** <del> * Fill some data header that are general to all trades. <del> * <del> ...
Java
apache-2.0
d498d7d51ee53e7d2323adb5db7f956278e7165a
0
eFaps/eFaps-Kernel-Install,eFaps/eFaps-Kernel-Install
/* * Copyright 2003 - 2010 The eFaps Team * * 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 ...
src/main/efaps/ESJP/org/efaps/esjp/admin/common/message/SystemMessage.java
/* * Copyright 2003 - 2010 The eFaps Team * * 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 ...
- adding comments for methods. git-svn-id: 4afd028e37a0ecb7b60cc6a38eb25d9930f4ee19@4540 fee104cc-1dfa-8c0f-632d-d3b7e6b59fb0
src/main/efaps/ESJP/org/efaps/esjp/admin/common/message/SystemMessage.java
- adding comments for methods.
<ide><path>rc/main/efaps/ESJP/org/efaps/esjp/admin/common/message/SystemMessage.java <ide> public class SystemMessage implements EventExecution <ide> { <ide> /** <del> * Method used to set the value for the NumberGenerator. <add> * Method for create a new connection of user's. <ide> * @param _parameter...
JavaScript
mit
b4e55a84c6ae7761aa7af7da2b02e57657f01a74
0
cloudfour/core-hbs-helpers
'use strict'; var timestamp = require('../').timestamp; var tape = require('tape'); var Handlebars = require('handlebars'); var moment = require('moment'); Handlebars.registerHelper(timestamp.name, timestamp); tape('timestamp', function (test) { var template; var actual; var expected; var today = new Date();...
test/timestamp.spec.js
'use strict'; var timestamp = require('../').timestamp; var tape = require('tape'); var Handlebars = require('handlebars'); Handlebars.registerHelper(timestamp.name, timestamp); tape('timestamp', function (test) { var template; var actual; var expected; var iso8601 = /(\d{4})-(\d{2})-(\d{2})T(\d{2})\:(\d{2})...
Fix test to use moment.isValid instead
test/timestamp.spec.js
Fix test to use moment.isValid instead
<ide><path>est/timestamp.spec.js <ide> var timestamp = require('../').timestamp; <ide> var tape = require('tape'); <ide> var Handlebars = require('handlebars'); <add>var moment = require('moment'); <ide> <ide> Handlebars.registerHelper(timestamp.name, timestamp); <ide> <ide> var template; <ide> var actual; <ide> ...
Java
agpl-3.0
31b6c24c995f32c5a7ff5d74ad8cbfa034546229
0
duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test
89682658-2e61-11e5-9284-b827eb9e62be
hello.java
8962b006-2e61-11e5-9284-b827eb9e62be
89682658-2e61-11e5-9284-b827eb9e62be
hello.java
89682658-2e61-11e5-9284-b827eb9e62be
<ide><path>ello.java <del>8962b006-2e61-11e5-9284-b827eb9e62be <add>89682658-2e61-11e5-9284-b827eb9e62be
Java
apache-2.0
f8de5941abeb83a49699cc8365d0ecc6161dcfdf
0
MetSystem/jbpm-designer,jomarko/jbpm-designer,jhrcek/jbpm-designer,Hasys/jbpm-designer,MetSystem/jbpm-designer,droolsjbpm/jbpm-designer,tsurdilo/jbpm-designer,manstis/jbpm-designer,porcelli-forks/jbpm-designer,xingguang2013/jbpm-designer,porcelli-forks/jbpm-designer,Hasys/jbpm-designer,xingguang2013/jbpm-designer,manst...
/* * Copyright 2010 JBoss Inc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to i...
jbpm-designer-backend/src/main/java/org/jbpm/designer/bpmn2/impl/Bpmn2JsonMarshaller.java
/* * Copyright 2010 JBoss Inc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to i...
BZ 1200758 - Impossible to save process with 'end event' with Data Input configured
jbpm-designer-backend/src/main/java/org/jbpm/designer/bpmn2/impl/Bpmn2JsonMarshaller.java
BZ 1200758 - Impossible to save process with 'end event' with Data Input configured
<ide><path>bpm-designer-backend/src/main/java/org/jbpm/designer/bpmn2/impl/Bpmn2JsonMarshaller.java <ide> } <ide> properties.put("datainput", dinbuff.toString()); <ide> <del> List<DataInputAssociation> inputAssociations = event.getDataInputAssociation(); <del> StringBuffer...
JavaScript
mpl-2.0
06bb277ff9b141e48ce719b4d0f91fb87161e447
0
mozilla/motown
#!/usr/local/bin/node /* 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/. */ // Module dependencies. const express = require('express'), logger = require('w...
app/http/server.js
#!/usr/local/bin/node /* 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/. */ // Module dependencies. const express = require('express'), logger = require('w...
Adding some installation instructions.
app/http/server.js
Adding some installation instructions.
<ide><path>pp/http/server.js <ide> routes = { <ide> site: require('./controllers/site'), <ide> social: require('./controllers/social'), <del> profile: require('./controllers/profile') <add> profile: require('./controllers/profile'), <add> feeds: require('./controllers/feeds') <ide> }; <ide> <ide> <i...
Java
mit
0a0856cdcc2f80e53c05314e2953582996ad5b2b
0
pwall567/javautil
/* * @(#) SyncQueue.java * * javautil Java Utility Library * Copyright (c) 2013, 2014, 2015 Peter Wall * * 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...
src/main/java/net/pwall/util/SyncQueue.java
/* * @(#) SyncQueue.java * * javautil Java Utility Library * Copyright (c) 2013, 2014 Peter Wall * * 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 witho...
More enhancements to SyncQueue
src/main/java/net/pwall/util/SyncQueue.java
More enhancements to SyncQueue
<ide><path>rc/main/java/net/pwall/util/SyncQueue.java <ide> * @(#) SyncQueue.java <ide> * <ide> * javautil Java Utility Library <del> * Copyright (c) 2013, 2014 Peter Wall <add> * Copyright (c) 2013, 2014, 2015 Peter Wall <ide> * <ide> * Permission is hereby granted, free of charge, to any person obtaining a copy ...
Java
apache-2.0
e8e2e4b0515062f400445bde009001ba5c40173d
0
hsaputra/cdap,anthcp/cdap,chtyim/cdap,anthcp/cdap,caskdata/cdap,caskdata/cdap,caskdata/cdap,mpouttuclarke/cdap,caskdata/cdap,mpouttuclarke/cdap,hsaputra/cdap,chtyim/cdap,mpouttuclarke/cdap,anthcp/cdap,hsaputra/cdap,chtyim/cdap,chtyim/cdap,mpouttuclarke/cdap,hsaputra/cdap,anthcp/cdap,chtyim/cdap,anthcp/cdap,chtyim/cdap,...
/* * Copyright © 2014 Cask Data, 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 t...
cdap-app-fabric/src/main/java/co/cask/cdap/internal/app/runtime/batch/MapReduceMetricsWriter.java
/* * Copyright © 2014 Cask Data, 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 t...
Emit MR metrics to metricsCollector on task granularity.
cdap-app-fabric/src/main/java/co/cask/cdap/internal/app/runtime/batch/MapReduceMetricsWriter.java
Emit MR metrics to metricsCollector on task granularity.
<ide><path>dap-app-fabric/src/main/java/co/cask/cdap/internal/app/runtime/batch/MapReduceMetricsWriter.java <ide> import co.cask.cdap.common.conf.Constants; <ide> import co.cask.cdap.common.metrics.MetricsCollector; <ide> import co.cask.cdap.metrics.collect.MapReduceCounterCollectionService; <add>import com.google.comm...
Java
lgpl-2.1
0815703bff3793194bede18c057f04f6f18b3ba1
0
alkacon/opencms-core,gallardo/opencms-core,gallardo/opencms-core,gallardo/opencms-core,ggiudetti/opencms-core,alkacon/opencms-core,ggiudetti/opencms-core,ggiudetti/opencms-core,alkacon/opencms-core,alkacon/opencms-core,gallardo/opencms-core,ggiudetti/opencms-core
/* * This library is part of OpenCms - * the Open Source Content Management System * * Copyright (c) Alkacon Software GmbH (http://www.alkacon.com) * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free So...
src/org/opencms/ui/login/CmsLoginForm.java
/* * This library is part of OpenCms - * the Open Source Content Management System * * Copyright (c) Alkacon Software GmbH (http://www.alkacon.com) * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free So...
Made login form focus on the user name field after page load.
src/org/opencms/ui/login/CmsLoginForm.java
Made login form focus on the user name field after page load.
<ide><path>rc/org/opencms/ui/login/CmsLoginForm.java <ide> } <ide> <ide> }); <add> addAttachListener(new AttachListener() { <add> <add> @SuppressWarnings("synthetic-access") <add> public void attach(AttachEvent event) { <add> <add> m_userField.focus(); <a...
Java
isc
bef716f99c0fc2502030859fa5e1718b32043be9
0
j256/ormlite-core
package com.j256.ormlite.db; import java.sql.Driver; import java.sql.PreparedStatement; import java.sql.SQLException; import java.util.List; import com.j256.ormlite.field.DataPersister; import com.j256.ormlite.field.DatabaseField; import com.j256.ormlite.field.FieldConverter; import com.j256.ormlite.field.FieldType; ...
src/main/java/com/j256/ormlite/db/DatabaseType.java
package com.j256.ormlite.db; import java.sql.Driver; import java.sql.PreparedStatement; import java.sql.SQLException; import java.util.List; import com.j256.ormlite.field.DataPersister; import com.j256.ormlite.field.DatabaseField; import com.j256.ormlite.field.FieldConverter; import com.j256.ormlite.field.FieldType; ...
comments
src/main/java/com/j256/ormlite/db/DatabaseType.java
comments
<ide><path>rc/main/java/com/j256/ormlite/db/DatabaseType.java <ide> * capitalization. <ide> * <ide> * @param string <del> * String to capitalize. <add> * String to up case. <ide> * @param forceEnglish <ide> * Set to true to use the English locale otherwise false to use the ...
Java
mit
bbc950ede6f868dcf77718059d526b74afd09bde
0
andrewdavidmackenzie/viskell,wandernauta/viskell,viskell/viskell
package nl.utwente.group10.ui.components.anchors; import nl.utwente.group10.haskell.expr.Expr; import nl.utwente.group10.haskell.expr.Ident; import nl.utwente.group10.ui.components.blocks.Block; import nl.utwente.group10.ui.components.lines.Connection; import nl.utwente.group10.ui.handlers.AnchorHandler; /** * Conne...
Code/src/main/java/nl/utwente/group10/ui/components/anchors/InputAnchor.java
package nl.utwente.group10.ui.components.anchors; import nl.utwente.group10.haskell.expr.Expr; import nl.utwente.group10.haskell.expr.Ident; import nl.utwente.group10.ui.components.blocks.Block; import nl.utwente.group10.ui.handlers.AnchorHandler; /** * ConnectionAnchor that specifically functions as an input. */ p...
Fixed connectionlessExpr freshness
Code/src/main/java/nl/utwente/group10/ui/components/anchors/InputAnchor.java
Fixed connectionlessExpr freshness
<ide><path>ode/src/main/java/nl/utwente/group10/ui/components/anchors/InputAnchor.java <ide> import nl.utwente.group10.haskell.expr.Expr; <ide> import nl.utwente.group10.haskell.expr.Ident; <ide> import nl.utwente.group10.ui.components.blocks.Block; <add>import nl.utwente.group10.ui.components.lines.Connection; <ide> i...
Java
mit
3b3d3416057a7f7aeaa2fbd1f8c9068afcec026d
0
gurkenlabs/litiengine,gurkenlabs/litiengine
package de.gurkenlabs.litiengine.graphics; import java.awt.Color; import java.awt.Graphics2D; import java.awt.Image; import java.awt.Point; import java.awt.Shape; import java.awt.geom.Point2D; import java.awt.geom.Rectangle2D; import java.awt.image.BufferedImage; import de.gurkenlabs.litiengine.Game; impo...
src/de/gurkenlabs/litiengine/graphics/ColorLayer.java
package de.gurkenlabs.litiengine.graphics; import java.awt.Color; import java.awt.Graphics2D; import java.awt.Image; import java.awt.Point; import java.awt.Shape; import java.awt.geom.Point2D; import java.awt.geom.Rectangle2D; import java.awt.image.BufferedImage; import de.gurkenlabs.litiengine.Game; impo...
Remove redundant line of code.
src/de/gurkenlabs/litiengine/graphics/ColorLayer.java
Remove redundant line of code.
<ide><path>rc/de/gurkenlabs/litiengine/graphics/ColorLayer.java <ide> Graphics2D g = clippedImage.createGraphics(); <ide> g.clip(translatedTile); <ide> g.drawImage(smallImage, 0, 0, null); <del> g.clip(translatedTile); <ide> g.dispose(); <ide> this.tiles[x][y] = clippedIma...
Java
apache-2.0
537adb0f822a15ba598fcd303f09b3fd30dcccca
0
HubSpot/Blazar,HubSpot/Blazar,HubSpot/Blazar,HubSpot/Blazar
package com.hubspot.blazar.data.dao; import com.hubspot.blazar.base.GitInfo; import com.hubspot.blazar.base.ModuleDependency; import com.hubspot.blazar.base.graph.Edge; import com.hubspot.rosetta.jdbi.BindWithRosetta; import org.skife.jdbi.v2.sqlobject.Bind; import org.skife.jdbi.v2.sqlobject.SqlBatch; import org.skif...
BlazarData/src/main/java/com/hubspot/blazar/data/dao/DependenciesDao.java
package com.hubspot.blazar.data.dao; import com.hubspot.blazar.base.GitInfo; import com.hubspot.blazar.base.ModuleDependency; import com.hubspot.blazar.base.graph.Edge; import com.hubspot.rosetta.jdbi.BindWithRosetta; import org.skife.jdbi.v2.sqlobject.Bind; import org.skife.jdbi.v2.sqlobject.SqlBatch; import org.skif...
Fix test
BlazarData/src/main/java/com/hubspot/blazar/data/dao/DependenciesDao.java
Fix test
<ide><path>lazarData/src/main/java/com/hubspot/blazar/data/dao/DependenciesDao.java <ide> "FROM module_provides " + <ide> "INNER JOIN module_depends ON (module_provides.name = module_depends.name) " + <ide> "INNER JOIN modules provides ON (module_provides.moduleId = provides.id) " + <del> "INNER ...
Java
bsd-3-clause
e74715a31c36903c5d0deca22d8c277f013a6b89
0
edina/lockss-daemon,edina/lockss-daemon,lockss/lockss-daemon,edina/lockss-daemon,lockss/lockss-daemon,edina/lockss-daemon,lockss/lockss-daemon,edina/lockss-daemon,lockss/lockss-daemon,edina/lockss-daemon,lockss/lockss-daemon,lockss/lockss-daemon,lockss/lockss-daemon,edina/lockss-daemon
/* * $Id: LockssDocumentBuilderFactoryImpl.java,v 1.5 2008-02-15 09:16:44 tlipkis Exp $ */ /* Copyright (c) 2000-2008 Board of Trustees of Leland Stanford Jr. University, all rights reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation ...
src/org/lockss/util/LockssDocumentBuilderFactoryImpl.java
/* * $Id: LockssDocumentBuilderFactoryImpl.java,v 1.4 2005-10-11 05:48:30 tlipkis Exp $ */ /* Copyright (c) 2000-2003 Board of Trustees of Leland Stanford Jr. University, all rights reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation ...
Log level. git-svn-id: 293778eaa97c8c94097d610b1bd5133a8f478f36@6942 4f837ed2-42f5-46e7-a7a5-fa17313484d4
src/org/lockss/util/LockssDocumentBuilderFactoryImpl.java
Log level.
<ide><path>rc/org/lockss/util/LockssDocumentBuilderFactoryImpl.java <ide> /* <del> * $Id: LockssDocumentBuilderFactoryImpl.java,v 1.4 2005-10-11 05:48:30 tlipkis Exp $ <add> * $Id: LockssDocumentBuilderFactoryImpl.java,v 1.5 2008-02-15 09:16:44 tlipkis Exp $ <ide> */ <ide> <ide> /* <ide> <del>Copyright (c) 2000-2003...
Java
apache-2.0
afa7b6e7c36e6ebc92c2fa277dd54c52ba77145a
0
apache/isis,apache/isis,apache/isis,apache/isis,apache/isis,apache/isis
/* * 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")...
viewers/wicket/viewer/src/main/java/org/apache/isis/viewer/wicket/viewer/integration/WebRequestCycleForIsis.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")...
ISIS-1922: polish the expiry message
viewers/wicket/viewer/src/main/java/org/apache/isis/viewer/wicket/viewer/integration/WebRequestCycleForIsis.java
ISIS-1922: polish the expiry message
<ide><path>iewers/wicket/viewer/src/main/java/org/apache/isis/viewer/wicket/viewer/integration/WebRequestCycleForIsis.java <ide> } else { <ide> getMessageBroker().ifPresent(broker -> { <ide> log.debug("render 'expired' message"); <del> b...
Java
apache-2.0
294ee810093872eba4dcda3cdb2862bb2e2ab290
0
SEARCH-NCJIS/nibrs,SEARCH-NCJIS/nibrs,SEARCH-NCJIS/nibrs,SEARCH-NCJIS/nibrs,SEARCH-NCJIS/nibrs
/******************************************************************************* * Copyright 2016 SEARCH-The National Consortium for Justice Information and Statistics * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may ob...
tools/nibrs-common/src/main/java/org/search/nibrs/model/codes/NIBRSErrorCode.java
/******************************************************************************* * Copyright 2016 SEARCH-The National Consortium for Justice Information and Statistics * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may ob...
Fix the 404 error short description.
tools/nibrs-common/src/main/java/org/search/nibrs/model/codes/NIBRSErrorCode.java
Fix the 404 error short description.
<ide><path>ools/nibrs-common/src/main/java/org/search/nibrs/model/codes/NIBRSErrorCode.java <ide> _392("392","Property Segment","35A OFFENSE ENTERED AND 1=NONE ENTERED; MISSING SUSPECTED DRUG TYPE (20)","An offense of 35A Drug/Narcotic Violations and Data Element 14 (Type Property Loss/Etc.) with1=None were entered bu...