lang
stringclasses
2 values
license
stringclasses
13 values
stderr
stringlengths
0
343
commit
stringlengths
40
40
returncode
int64
0
128
repos
stringlengths
6
87.7k
new_contents
stringlengths
0
6.23M
new_file
stringlengths
3
311
old_contents
stringlengths
0
6.23M
message
stringlengths
6
9.1k
old_file
stringlengths
3
311
subject
stringlengths
0
4k
git_diff
stringlengths
0
6.31M
Java
apache-2.0
7079cfa9ff39dd2aeb87a1da801e2b0cf9cd6a66
0
bozimmerman/CoffeeMud,bozimmerman/CoffeeMud,bozimmerman/CoffeeMud,bozimmerman/CoffeeMud
package com.planet_ink.coffee_mud.Abilities.Common; import com.planet_ink.coffee_mud.core.interfaces.*; import com.planet_ink.coffee_mud.core.*; import com.planet_ink.coffee_mud.core.collections.*; import com.planet_ink.coffee_mud.Abilities.Common.CraftingSkill.CraftParms; import com.planet_ink.coffee_mud.Abilitie...
com/planet_ink/coffee_mud/Abilities/Common/JewelMaking.java
package com.planet_ink.coffee_mud.Abilities.Common; import com.planet_ink.coffee_mud.core.interfaces.*; import com.planet_ink.coffee_mud.core.*; import com.planet_ink.coffee_mud.core.collections.*; import com.planet_ink.coffee_mud.Abilities.Common.CraftingSkill.CraftParms; import com.planet_ink.coffee_mud.Abilitie...
jewelmaking tweek for 0 weight items. git-svn-id: 0cdf8356e41b2d8ccbb41bb76c82068fe80b2514@17337 0d6f1817-ed0e-0410-87c9-987e46238f29
com/planet_ink/coffee_mud/Abilities/Common/JewelMaking.java
jewelmaking tweek for 0 weight items.
<ide><path>om/planet_ink/coffee_mud/Abilities/Common/JewelMaking.java <ide> else <ide> buildingI.setDescription(itemName+". "); <ide> buildingI.basePhyStats().setWeight(getStandardWeight(woodRequired+compData[CF_AMOUNT],bundling)); <del> buildingI.setBaseValue(CMath.s_int(foundRecipe.get(RCP_VALUE))+(woodRe...
Java
mpl-2.0
2cead7a7949d3ab4f95768ec7590e348f3cccab8
0
asifur77/openmrs,lbl52001/openmrs-core,ssmusoke/openmrs-core,sravanthi17/openmrs-core,jembi/openmrs-core,spereverziev/openmrs-core,alexwind26/openmrs-core,iLoop2/openmrs-core,aboutdata/openmrs-core,kckc/openmrs-core,andyvand/OpenMRS,milankarunarathne/openmrs-core,jembi/openmrs-core,jembi/openmrs-core,Ch3ck/openmrs-core...
/** * The contents of this file are subject to the OpenMRS Public License * Version 1.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://license.openmrs.org * * Software distributed under the License is distributed on an "AS...
api/src/main/java/org/openmrs/api/impl/AdministrationServiceImpl.java
/** * The contents of this file are subject to the OpenMRS Public License * Version 1.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://license.openmrs.org * * Software distributed under the License is distributed on an "AS...
TRUNK-2218: remove direct method calls in AdministrationServiceImpl class
api/src/main/java/org/openmrs/api/impl/AdministrationServiceImpl.java
TRUNK-2218: remove direct method calls in AdministrationServiceImpl class
<ide><path>pi/src/main/java/org/openmrs/api/impl/AdministrationServiceImpl.java <ide> @Deprecated <ide> @Transactional(readOnly = true) <ide> public List<GlobalProperty> getGlobalProperties() throws APIException { <del> return getAllGlobalProperties(); <add> return Context.getAdministrationService().getAllGlobalPr...
JavaScript
mit
2b82a7ca5ad373d10abc34e242ebfbf4aa3885c0
0
ajaxorg/node-bitbucket
var http = require("http"); var Url = require("url"); var querystring = require("querystring"); var BitBucket = require("../bitbucket").BitBucket; var OAuth = require("oauth").OAuth; var secrets = require("../bitbucket/secrets"); var bitbucket = new BitBucket(true); var repo = bitbucket.getRepoApi(); var PORT = proce...
demo/oauth.js
var http = require("http"); var Url = require("url"); var querystring = require("querystring"); var BitBucket = require("../bitbucket").BitBucket; var OAuth = require("oauth").OAuth; var secrets = require("../bitbucket/secrets"); var bitbucket = new BitBucket(true); var repo = bitbucket.getRepoApi(); var PORT = proce...
fix oauth
demo/oauth.js
fix oauth
<ide><path>emo/oauth.js <ide> secrets.oauth.secret, //consumerSecret, <ide> "1.0", //version, <ide> "http://node-bitbucket.fjakobs.c9.io/bitbucket/callback", //authorize_callback, <del> "HMAC-SHA1" //signatureMethod, <add> 'HMAC-SHA1' //signatureMethod, <ide> ); <ide> <del>oauth.getOAuthRequestTok...
Java
apache-2.0
9a7fb8ed4c734197cd48571d266ef801c527e936
0
jnidzwetzki/scalephant,jnidzwetzki/bboxdb,jnidzwetzki/bboxdb,jnidzwetzki/bboxdb,jnidzwetzki/scalephant
/******************************************************************************* * * Copyright (C) 2015-2017 the BBoxDB project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the Licens...
src/main/java/org/bboxdb/BBoxDBConfiguration.java
/******************************************************************************* * * Copyright (C) 2015-2017 the BBoxDB project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the Licens...
Updated default memtable size
src/main/java/org/bboxdb/BBoxDBConfiguration.java
Updated default memtable size
<ide><path>rc/main/java/org/bboxdb/BBoxDBConfiguration.java <ide> protected int memtableEntriesMax = 10000; <ide> <ide> /** <del> * Size of the memtable in KB <del> */ <del> protected int memtableSizeMax = 128 * 1024; <add> * Size of the memtable in bytes <add> */ <add> protected int memtableSizeMax = 128 * 102...
Java
artistic-2.0
4cdb5585049a142cb22c5bda85b6a2c127b65645
0
tbrowder/rakudo,salortiz/rakudo,rakudo/rakudo,salortiz/rakudo,tbrowder/rakudo,rakudo/rakudo,rakudo/rakudo,MasterDuke17/rakudo,tbrowder/rakudo,salortiz/rakudo,rakudo/rakudo,rakudo/rakudo,salortiz/rakudo,tbrowder/rakudo,MasterDuke17/rakudo,tbrowder/rakudo,salortiz/rakudo,MasterDuke17/rakudo,MasterDuke17/rakudo,MasterDuke...
package org.raku.rakudo; import java.util.ArrayList; import java.util.Arrays; import java.util.Calendar; import java.util.Comparator; import org.raku.nqp.runtime.*; import org.raku.nqp.sixmodel.*; import org.raku.nqp.sixmodel.reprs.CallCaptureInstance; import org.raku.nqp.sixmodel.reprs.ContextRefInstance; import org....
src/vm/jvm/runtime/org/raku/rakudo/RakOps.java
package org.raku.rakudo; import java.util.ArrayList; import java.util.Arrays; import java.util.Calendar; import java.util.Comparator; import org.raku.nqp.runtime.*; import org.raku.nqp.sixmodel.*; import org.raku.nqp.sixmodel.reprs.CallCaptureInstance; import org.raku.nqp.sixmodel.reprs.ContextRefInstance; import org....
[JVM] Make generics work with return type in sigs (#5080) This intends to port the changes to src/vm/moar/Perl6/Ops.nqp from https://github.com/rakudo/rakudo/pull/5048 to the JVM backend.
src/vm/jvm/runtime/org/raku/rakudo/RakOps.java
[JVM] Make generics work with return type in sigs (#5080)
<ide><path>rc/vm/jvm/runtime/org/raku/rakudo/RakOps.java <ide> return cont; <ide> } <ide> <add> private static final CallSiteDescriptor genIns = new CallSiteDescriptor( <add> new byte[] { CallSiteDescriptor.ARG_OBJ, CallSiteDescriptor.ARG_OBJ, CallSiteDescriptor.ARG_OBJ }, null); <ide> privat...
Java
apache-2.0
bed3981ca678245472725d8c1845857669803b0c
0
chamilaadhi/carbon-apimgt,praminda/carbon-apimgt,tharindu1st/carbon-apimgt,jaadds/carbon-apimgt,praminda/carbon-apimgt,tharikaGitHub/carbon-apimgt,wso2/carbon-apimgt,Rajith90/carbon-apimgt,tharindu1st/carbon-apimgt,ruks/carbon-apimgt,harsha89/carbon-apimgt,jaadds/carbon-apimgt,harsha89/carbon-apimgt,tharindu1st/carbon-...
/* * Copyright (c) 2005-2011, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. * * WSO2 Inc. licenses this file to you under the Apache License, * Version 2.0 (the "License"); you may not use this file except * in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.o...
components/apimgt/org.wso2.carbon.apimgt.impl/src/main/java/org/wso2/carbon/apimgt/impl/dao/ApiMgtDAO.java
/* * Copyright (c) 2005-2011, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. * * WSO2 Inc. licenses this file to you under the Apache License, * Version 2.0 (the "License"); you may not use this file except * in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.o...
Fix tenant api product creation issue
components/apimgt/org.wso2.carbon.apimgt.impl/src/main/java/org/wso2/carbon/apimgt/impl/dao/ApiMgtDAO.java
Fix tenant api product creation issue
<ide><path>omponents/apimgt/org.wso2.carbon.apimgt.impl/src/main/java/org/wso2/carbon/apimgt/impl/dao/ApiMgtDAO.java <ide> prepStmt = connection.prepareStatement(query); <ide> prepStmt.setString(1, api.getId().getApiName()); <ide> prepStmt.setString(2, api.getId().getVersion()); <del...
Java
mit
d7023f9a368317bb838046ccc9a3fe5b08db3945
0
batmat/jenkins,FarmGeek4Life/jenkins,gitaccountforprashant/gittest,MarkEWaite/jenkins,gusreiber/jenkins,varmenise/jenkins,ChrisA89/jenkins,huybrechts/hudson,batmat/jenkins,kohsuke/hudson,andresrc/jenkins,bpzhang/jenkins,FarmGeek4Life/jenkins,MichaelPranovich/jenkins_sc,pjanouse/jenkins,varmenise/jenkins,sathiya-mit/jen...
/* * The MIT License * * Copyright 2015 CloudBees, Inc. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights * to use, copy, ...
test/src/test/java/jenkins/security/Security218BlackBoxTest.java
/* * The MIT License * * Copyright 2015 CloudBees, Inc. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights * to use, copy, ...
Need to rename environment variables since $JENKINS_URL is defined on CI.
test/src/test/java/jenkins/security/Security218BlackBoxTest.java
Need to rename environment variables since $JENKINS_URL is defined on CI.
<ide><path>est/src/test/java/jenkins/security/Security218BlackBoxTest.java <ide> <ide> public class Security218BlackBoxTest { <ide> <del> private static final String overrideURL = System.getenv("JENKINS_URL"); <del> private static final String overrideHome = System.getenv("JENKINS_HOME"); <add> private stati...
Java
mit
error: pathspec 'GenericLocationModel.java' did not match any file(s) known to git
4b9bf0e9cbccceedb77de198b39b0a22ebe10b4b
1
code-for-coffee/AndroidSnippets
public class GenericLocationModel { LocationModel(JSONObject Json) throws JSONException, MalformedURLException { for(int i = 0; i< Json.names().length(); i++){ String key = Json.names().getString(i); String val = Json.get(Json.names().getString(i)).toString(); switch ...
GenericLocationModel.java
adding a generic location file that expects some json
GenericLocationModel.java
adding a generic location file that expects some json
<ide><path>enericLocationModel.java <add>public class GenericLocationModel { <add> <add> LocationModel(JSONObject Json) throws JSONException, MalformedURLException { <add> <add> for(int i = 0; i< Json.names().length(); i++){ <add> String key = Json.names().getString(i); <add> String val ...
Java
bsd-3-clause
b270b052bf904ad6b4d6da49e052ac59cf47e3ae
0
amesrobotics/2013robot
/* * To change this template, choose Tools | Templates * and open the template in the editor. * * This class polls robot sensors and switches, such as gyros, buttons, and accelerometers. */ /* * This is a test to teach programming team. */ package edu.ames.frc.robot; import com.sun.squawk.util.MathUtils; import...
src/edu/ames/frc/robot/SensorInput.java
/* * To change this template, choose Tools | Templates * and open the template in the editor. * * This class polls robot sensors and switches, such as gyros, buttons, and accelerometers. */ /* * This is a test to teach programming team. */ package edu.ames.frc.robot; import edu.wpi.first.wpilibj.Gyro; publi...
Added PI XD
src/edu/ames/frc/robot/SensorInput.java
Added PI XD
<ide><path>rc/edu/ames/frc/robot/SensorInput.java <ide> * This is a test to teach programming team. <ide> */ <ide> package edu.ames.frc.robot; <del> <add>import com.sun.squawk.util.MathUtils; <ide> import edu.wpi.first.wpilibj.Gyro; <ide> <ide> public class SensorInput { <ide> gy = new Gyro(rm.gyroport); ...
Java
apache-2.0
c5ed4e26590285ca9b99ad55feb6afd6caa89530
0
semonte/intellij-community,xfournet/intellij-community,da1z/intellij-community,da1z/intellij-community,xfournet/intellij-community,semonte/intellij-community,xfournet/intellij-community,allotria/intellij-community,ThiagoGarciaAlves/intellij-community,ibinti/intellij-community,ibinti/intellij-community,idea4bsd/idea4bsd...
/* * Copyright 2000-2015 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
platform/core-api/src/com/intellij/openapi/components/PersistentStateComponent.java
/* * Copyright 2000-2015 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...
cleanup javadoc for PersistentStateComponent.getState (context: IDEA-CR-6770)
platform/core-api/src/com/intellij/openapi/components/PersistentStateComponent.java
cleanup javadoc for PersistentStateComponent.getState (context: IDEA-CR-6770)
<ide><path>latform/core-api/src/com/intellij/openapi/components/PersistentStateComponent.java <ide> /** <ide> * @return a component state. All properties, public and annotated fields are serialized. Only values, which differ <ide> * from default (i.e. the value of newly instantiated class) are serialized. <code...
Java
epl-1.0
c0520813115fb99265f5a609c657e1d9218138ea
0
buchen/portfolio,buchen/portfolio,sebasbaumh/portfolio,buchen/portfolio,sebasbaumh/portfolio,sebasbaumh/portfolio,buchen/portfolio,sebasbaumh/portfolio
package name.abuchen.portfolio.ui.views.dashboard; import java.text.MessageFormat; import java.time.ZoneId; import java.time.format.DateTimeFormatter; import java.time.format.FormatStyle; import java.util.OptionalDouble; import java.util.function.BiFunction; import java.util.stream.LongStream; import name.abuchen.por...
name.abuchen.portfolio.ui/src/name/abuchen/portfolio/ui/views/dashboard/WidgetFactory.java
package name.abuchen.portfolio.ui.views.dashboard; import java.text.MessageFormat; import java.time.ZoneId; import java.time.format.DateTimeFormatter; import java.time.format.FormatStyle; import java.util.OptionalDouble; import java.util.function.BiFunction; import java.util.stream.LongStream; import name.abuchen.por...
Fixed duplicate entry in widget factory enum Issue: #2200
name.abuchen.portfolio.ui/src/name/abuchen/portfolio/ui/views/dashboard/WidgetFactory.java
Fixed duplicate entry in widget factory enum
<ide><path>ame.abuchen.portfolio.ui/src/name/abuchen/portfolio/ui/views/dashboard/WidgetFactory.java <ide> YearlyPerformanceHeatmapWidget::new), <ide> <ide> HEATMAP_EARNINGS(Messages.LabelHeatmapEarnings, Messages.LabelEarnings, EarningsHeatmapWidget::new), <del> <del> HEATMAP_INVESTMENT...
Java
agpl-3.0
4d57818771c3fa773fa250dda8a8e4d34ac6395d
0
podd/podd-redesign,podd/podd-redesign,podd/podd-redesign,podd/podd-redesign
/** * */ package com.github.podd.prototype; import java.io.IOException; import org.junit.Assert; import org.openrdf.model.Resource; import org.openrdf.model.URI; import org.openrdf.model.impl.ValueFactoryImpl; import org.openrdf.model.vocabulary.OWL; import org.openrdf.model.vocabulary.RDF; import org.openrdf.repo...
podd-prototype/src/main/java/com/github/podd/prototype/PoddPrototypeUtils.java
/** * */ package com.github.podd.prototype; import java.io.IOException; import org.junit.Assert; import org.openrdf.model.Resource; import org.openrdf.model.URI; import org.openrdf.model.impl.ValueFactoryImpl; import org.openrdf.model.vocabulary.OWL; import org.openrdf.model.vocabulary.RDF; import org.openrdf.repo...
cleanup try catch cases to only react well to RepositoryException to avoid catching and throwing all Exceptions
podd-prototype/src/main/java/com/github/podd/prototype/PoddPrototypeUtils.java
cleanup try catch cases to only react well to RepositoryException to avoid catching and throwing all Exceptions
<ide><path>odd-prototype/src/main/java/com/github/podd/prototype/PoddPrototypeUtils.java <ide> // Commit the current repository connection <ide> nextRepositoryConnection.commit(); <ide> } <del> catch(final Exception e) <add> catch(final RepositoryException e) <ide> ...
Java
apache-2.0
7d4ae1e3a600bf4f5ae4cf7e48eeeef2ee35aeec
0
sanderginn/isis,estatio/isis,apache/isis,niv0/isis,howepeng/isis,sanderginn/isis,kidaa/isis,peridotperiod/isis,incodehq/isis,apache/isis,oscarbou/isis,oscarbou/isis,niv0/isis,peridotperiod/isis,peridotperiod/isis,incodehq/isis,kidaa/isis,oscarbou/isis,apache/isis,estatio/isis,incodehq/isis,niv0/isis,oscarbou/isis,kidaa...
package org.apache.isis.viewer.wicket.ui.components.widgets.cssmenu; import de.agilecoders.wicket.core.markup.html.bootstrap.behavior.CssClassNameAppender; import de.agilecoders.wicket.extensions.markup.html.bootstrap.button.DropdownAutoOpenJavaScriptReference; import java.util.List; import com.google.common.base.Str...
component/viewer/wicket/ui/src/main/java/org/apache/isis/viewer/wicket/ui/components/widgets/cssmenu/ApplicationActionsPanel.java
package org.apache.isis.viewer.wicket.ui.components.widgets.cssmenu; import de.agilecoders.wicket.core.markup.html.bootstrap.behavior.CssClassNameAppender; import de.agilecoders.wicket.extensions.markup.html.bootstrap.button.DropdownAutoOpenJavaScriptReference; import java.util.List; import com.google.common.base.Str...
ISIS-537 AddOrReplace the fontAwesome label instead of just adding it. https://trello.com/c/zbSyGgni/58-ctrl-r-force-refresh-throws-exception https://trello.com/c/hXB0uIlM/80-exception-when-switch-theme-eg-if-displaying-a-todo-item
component/viewer/wicket/ui/src/main/java/org/apache/isis/viewer/wicket/ui/components/widgets/cssmenu/ApplicationActionsPanel.java
ISIS-537 AddOrReplace the fontAwesome label instead of just adding it.
<ide><path>omponent/viewer/wicket/ui/src/main/java/org/apache/isis/viewer/wicket/ui/components/widgets/cssmenu/ApplicationActionsPanel.java <ide> } else { <ide> Label dummy = new Label("menuLinkFontAwesome", ""); <ide> dummy.add(new CssClassAppender(cssClassFa)); <del> subMenu...
Java
apache-2.0
ea80073be8f96d379d804115c9ffbb8c11ee56a2
0
MichaelVose2/uPortal,apetro/uPortal,phillips1021/uPortal,apetro/uPortal,drewwills/uPortal,EdiaEducationTechnology/uPortal,drewwills/uPortal,phillips1021/uPortal,ASU-Capstone/uPortal,jhelmer-unicon/uPortal,doodelicious/uPortal,ASU-Capstone/uPortal-Forked,kole9273/uPortal,doodelicious/uPortal,joansmith/uPortal,bjagg/uPor...
/** * Licensed to Jasig under one or more contributor license * agreements. See the NOTICE file distributed with this work * for additional information regarding copyright ownership. * Jasig licenses this file to you under the Apache License, * Version 2.0 (the "License"); you may not use this file * except in co...
uportal-war/src/main/java/org/jasig/portal/groups/grouper/GrouperEntityGroupStore.java
/** * Licensed to Jasig under one or more contributor license * agreements. See the NOTICE file distributed with this work * for additional information regarding copyright ownership. * Jasig licenses this file to you under the Apache License, * Version 2.0 (the "License"); you may not use this file * except in co...
UP-2670 Updating the Grouper group store to collect display names and descriptions from Grouper web services. git-svn-id: 477788cc2a8229a747c5b8073e47c1d0f6ec0604@21571 f5dbab47-78f9-eb45-b975-e544023573eb
uportal-war/src/main/java/org/jasig/portal/groups/grouper/GrouperEntityGroupStore.java
UP-2670 Updating the Grouper group store to collect display names and descriptions from Grouper web services.
<ide><path>portal-war/src/main/java/org/jasig/portal/groups/grouper/GrouperEntityGroupStore.java <ide> // Search the Grouper server for groups with the specified local <ide> // key <ide> LOGGER.debug("Searching Grouper for a direct match for key: " + key); <del> GcGetGroup...
Java
lgpl-2.1
e672a0c1db6b7cf6a6f776bb92306b482a8d77ad
0
OPENDAP/olfs,OPENDAP/olfs,OPENDAP/olfs,OPENDAP/olfs,OPENDAP/olfs,OPENDAP/olfs
///////////////////////////////////////////////////////////////////////////// // This file is part of the "OPeNDAP 4 Data Server (aka Hyrex)" project. // // // Copyright (c) 2006 OPeNDAP, Inc. // Author: Nathan David Potter <ndp@opendap.org> // // This library is free software; you can redistribute it and/or // modify...
src/opendap/ppt/MarkFinder.java
///////////////////////////////////////////////////////////////////////////// // This file is part of the "OPeNDAP 4 Data Server (aka Hyrex)" project. // // // Copyright (c) 2006 OPeNDAP, Inc. // Author: Nathan David Potter <ndp@opendap.org> // // This library is free software; you can redistribute it and/or // modify...
olfs: Fixed bug in PPT MarkFinder
src/opendap/ppt/MarkFinder.java
olfs: Fixed bug in PPT MarkFinder
<ide><path>rc/opendap/ppt/MarkFinder.java <ide> _markIndex = 0; <ide> log = org.slf4j.LoggerFactory.getLogger(getClass()); <ide> <del> log.debug("New MarkFinder. _mark="+new String(_mark)); <add> log.debug("New MarkFinder. _mark="+new String(_mark)); <ide> } <ide> <ide> public ...
Java
apache-2.0
0f09d5e0009a4be6483b4567826cf83010c48dba
0
vpavic/spring-session,vpavic/spring-session,vpavic/spring-session
/* * Copyright 2002-2014 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of * the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
spring-session/src/integration-test/java/org/springframework/session/data/redis/config/annotation/web/http/EnableRedisHttpSessionExpireSessionDestroyedTests.java
/* * Copyright 2002-2014 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of * the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
Polish EnableRedisHttpSessionExpireSessionDestroyedTests
spring-session/src/integration-test/java/org/springframework/session/data/redis/config/annotation/web/http/EnableRedisHttpSessionExpireSessionDestroyedTests.java
Polish EnableRedisHttpSessionExpireSessionDestroyedTests
<ide><path>pring-session/src/integration-test/java/org/springframework/session/data/redis/config/annotation/web/http/EnableRedisHttpSessionExpireSessionDestroyedTests.java <ide> import org.springframework.security.core.authority.AuthorityUtils; <ide> import org.springframework.security.core.context.SecurityContext; <id...
JavaScript
bsd-3-clause
c14b3dfc2d3a93377ba0f3ab15a2f2c3296e6693
0
dmitriiabramov/sharkhorse
/* * Copyright 2015, Yahoo Inc. * Copyrights licensed under the New BSD License. * See the accompanying LICENSE file for terms. */ /** * That module marks generator functions as generators by assigning a specific uuid value to a specific property name. * Later, when evaluating the factory, we can identify a gene...
src/generator_token.js
/* * Copyright 2015, Yahoo Inc. * Copyrights licensed under the New BSD License. * See the accompanying LICENSE file for terms. */ /** * That module marks generator functions as generators by assigning a specific uuid value to a specific property name. * Later, when evaluating the factory, we can identify a gene...
not generator for falsy values
src/generator_token.js
not generator for falsy values
<ide><path>rc/generator_token.js <ide> <ide> const IDENTIFIER = '8A12ABDF-FF00-4FDD-B8BD-EEC6B8D558F7' <ide> const TOKEN_PROP_NAME = 'sharkhorseGeneratorToken'; <add>import invariant from './invariant'; <ide> <ide> export function markAsGenerator(fn) { <add> invariant(fn, 'fn argument is required'); <ide> fn[T...
Java
apache-2.0
be546b629944ff9ecd5582494cefa84027f3af64
0
TangHao1987/intellij-community,michaelgallacher/intellij-community,tmpgit/intellij-community,fengbaicanhe/intellij-community,pwoodworth/intellij-community,petteyg/intellij-community,da1z/intellij-community,supersven/intellij-community,vvv1559/intellij-community,kdwink/intellij-community,slisson/intellij-community,kdwin...
/* * Copyright 2000-2011 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
plugins/junit/src/com/intellij/execution/junit/TestObject.java
/* * Copyright 2000-2011 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
tests mem leak
plugins/junit/src/com/intellij/execution/junit/TestObject.java
tests mem leak
<ide><path>lugins/junit/src/com/intellij/execution/junit/TestObject.java <ide> } <ide> }; <ide> <add> Disposer.register(consoleView, packetsReceiver); <ide> final DeferredActionsQueue queue = new DeferredActionsQueueImpl(); <ide> handler.getOut().setPacketDispatcher(packetsReceiver, queue); <ide> ...
Java
bsd-3-clause
057b0ce09fa9f4795e5067b46f64cd0721661265
0
dhis2/dhis2-android-sdk,dhis2/dhis2-android-sdk,dhis2/dhis2-android-sdk
/* * Copyright (c) 2004-2019, University of Oslo * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this * list of cond...
core/src/sharedTest/java/org/hisp/dhis/android/core/data/systeminfo/SystemInfoSamples.java
/* * Copyright (c) 2004-2019, University of Oslo * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this * list of cond...
[ANDROSDK-752] Fix SystemInfo tests
core/src/sharedTest/java/org/hisp/dhis/android/core/data/systeminfo/SystemInfoSamples.java
[ANDROSDK-752] Fix SystemInfo tests
<ide><path>ore/src/sharedTest/java/org/hisp/dhis/android/core/data/systeminfo/SystemInfoSamples.java <ide> <ide> public static SystemInfo get2() { <ide> return SystemInfo.builder() <add> .id(1L) <ide> .serverDate(getDate("2018-04-29T11:27:46.935")) <ide> .date...
JavaScript
mit
094348461b8d48e22cb2c66a1a015efbd13ab26f
0
CourseMapper/course-mapper,CourseMapper/course-mapper,CourseMapper/course-mapper
var express = require('express'); var config = require('config'); var appRoot = require('app-root-path'); var Course = require(appRoot + '/modules/catalogs/course.controller.js'); var Account = require(appRoot + '/modules/accounts'); var helper = require(appRoot + '/libs/core/generalLibs.js'); var debug = require('debu...
routes/api/courses.js
var express = require('express'); var config = require('config'); var appRoot = require('app-root-path'); var Course = require(appRoot + '/modules/catalogs/course.controller.js'); var Account = require(appRoot + '/modules/accounts'); var helper = require(appRoot + '/libs/core/generalLibs.js'); var debug = require('debu...
add addManager route
routes/api/courses.js
add addManager route
<ide><path>outes/api/courses.js <ide> var multiparty = require('connect-multiparty'); <ide> var multipartyMiddleware = multiparty(); <ide> var router = express.Router(); <add>var mongoose = require('mongoose'); <ide> <ide> /** <ide> * POST <ide> } <ide> <ide> var catalog = new Course(); <del> req.body.use...
Java
mit
error: pathspec 'src/main/java/org/psjava/ds/geometry/PointByYXComparator.java' did not match any file(s) known to git
fcb6616cf18d56ba3bbbebba82734c099a94af8e
1
psjava/psjava,psjava/psjava
package org.psjava.ds.geometry; import org.psjava.util.SeriesComparator; import java.util.Comparator; public class PointByYXComparator { @SuppressWarnings("unchecked") public static <T> Comparator<Point2D<T>> create(Comparator<T> comp) { return SeriesComparator.create(PointByYComparator.create(comp), PointByXCo...
src/main/java/org/psjava/ds/geometry/PointByYXComparator.java
add PointByYXComparator
src/main/java/org/psjava/ds/geometry/PointByYXComparator.java
add PointByYXComparator
<ide><path>rc/main/java/org/psjava/ds/geometry/PointByYXComparator.java <add>package org.psjava.ds.geometry; <add> <add>import org.psjava.util.SeriesComparator; <add> <add>import java.util.Comparator; <add> <add>public class PointByYXComparator { <add> <add> @SuppressWarnings("unchecked") <add> public static <T> Compar...
Java
apache-2.0
f125a6ae6068a3f567226d2998e3f980b2d90432
0
soi-toolkit/soi-toolkit-mule
/* * Licensed to the soi-toolkit project under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The soi-toolkit project licenses this file to You under the Apache License, Version 2.0 * (the "License"); you ...
tools/soitoolkit-generator/soitoolkit-generator-maven-plugin/src/main/java/org/soitoolkit/tools/generator/maven/GenIntegrationComponentMojo.java
/* * Licensed to the soi-toolkit project under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The soi-toolkit project licenses this file to You under the Apache License, Version 2.0 * (the "License"); you ...
Update issue 109 Added online info on how to change args
tools/soitoolkit-generator/soitoolkit-generator-maven-plugin/src/main/java/org/soitoolkit/tools/generator/maven/GenIntegrationComponentMojo.java
Update issue 109
<ide><path>ools/soitoolkit-generator/soitoolkit-generator-maven-plugin/src/main/java/org/soitoolkit/tools/generator/maven/GenIntegrationComponentMojo.java <ide> getLog().info("========================================="); <ide> getLog().info(""); <ide> getLog().info("ARGUMENTS:"); <add> ge...
Java
mit
482ccaef02672312d165e9c796e9918796a2ec3a
0
k-danna/backupbuddies,k-danna/backupbuddies
package backupbuddies.gui; import java.awt.*; import java.awt.event.*; import javax.swing.*; import javax.swing.event.DocumentEvent; import javax.swing.event.DocumentListener; import javax.swing.event.ChangeListener; import javax.swing.event.ChangeEvent; import java.util.List; import java.util.ArrayList; import java....
backupbuddies/gui/GuiMain.java
package backupbuddies.gui; import java.awt.*; import java.awt.event.*; import javax.swing.*; import javax.swing.event.DocumentEvent; import javax.swing.event.DocumentListener; import javax.swing.event.ChangeListener; import javax.swing.event.ChangeEvent; import java.util.List; import java.util.ArrayList; import java....
can select multiple indices on the fileList
backupbuddies/gui/GuiMain.java
can select multiple indices on the fileList
<ide><path>ackupbuddies/gui/GuiMain.java <ide> import java.util.Set; <ide> import java.util.HashMap; <ide> import java.lang.*; <del>import java.lang.Object; <ide> <ide> //do not import util.* <ide> //there is a Timer class in util and swing that conflict <ide> //user downloads a file to save directory (and chooses...
Java
mit
03e14ae65ad79d2061c89457e6a2f632f1d211a6
0
jugglinmike/es6draft,jugglinmike/es6draft,jugglinmike/es6draft,anba/es6draft,jugglinmike/es6draft,anba/es6draft,anba/es6draft
/** * Copyright (c) 2012-2014 André Bargull * Alle Rechte vorbehalten / All Rights Reserved. Use is subject to license terms. * * <https://github.com/anba/es6draft> */ package com.github.anba.es6draft.repl; import static com.github.anba.es6draft.runtime.AbstractOperations.*; import java.util.HashSet; import jav...
src/main/java/com/github/anba/es6draft/repl/SourceBuilder.java
/** * Copyright (c) 2012-2014 André Bargull * Alle Rechte vorbehalten / All Rights Reserved. Use is subject to license terms. * * <https://github.com/anba/es6draft> */ package com.github.anba.es6draft.repl; import static com.github.anba.es6draft.runtime.AbstractOperations.*; import java.util.HashSet; import jav...
Add missing ToPropertyKey conversion
src/main/java/com/github/anba/es6draft/repl/SourceBuilder.java
Add missing ToPropertyKey conversion
<ide><path>rc/main/java/com/github/anba/es6draft/repl/SourceBuilder.java <ide> } <ide> StringBuilder properties = new StringBuilder(); <ide> for (int i = 0; keys.hasNext() && i < MAX_OBJECT_PROPERTIES;) { <del> Object k = keys.next(); <add> Object k = ToPropertyKey(cx, keys...
Java
apache-2.0
d4cd731ec2a865b128e6e4eb4d173178363115b9
0
chriswalker/DashTube
/* * Copyright 2013 That Amazing Web 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 ...
DashTube/src/main/java/com/taw/dashtube/model/Line.java
/* * Copyright 2013 That Amazing Web 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 ...
Change ID to String (easier for comparisons)
DashTube/src/main/java/com/taw/dashtube/model/Line.java
Change ID to String (easier for comparisons)
<ide><path>ashTube/src/main/java/com/taw/dashtube/model/Line.java <ide> */ <ide> public class Line extends GenericXml { <ide> @Key("@ID") <del> public int id; <add> public String id; <ide> @Key("@Name") <ide> public String name; <ide> }
Java
mit
691c7039d5ee2e905a21066c2ab269b50c0facd4
0
elBukkit/MagicAPI,elBukkit/MagicPlugin,elBukkit/MagicPlugin,elBukkit/MagicPlugin
package com.elmakers.mine.bukkit.api.magic; import java.util.Collection; import java.util.logging.Logger; import com.elmakers.mine.bukkit.api.block.UndoList; import com.elmakers.mine.bukkit.api.spell.SpellCategory; import org.bukkit.Material; import org.bukkit.command.CommandSender; import org.bukkit.configuration.Co...
src/main/java/com/elmakers/mine/bukkit/api/magic/MagicAPI.java
package com.elmakers.mine.bukkit.api.magic; import java.util.Collection; import java.util.logging.Logger; import com.elmakers.mine.bukkit.api.block.UndoList; import com.elmakers.mine.bukkit.api.spell.SpellCategory; import org.bukkit.Material; import org.bukkit.command.CommandSender; import org.bukkit.configuration.Co...
Add a reload method that can provide feedback to a CommandSender
src/main/java/com/elmakers/mine/bukkit/api/magic/MagicAPI.java
Add a reload method that can provide feedback to a CommandSender
<ide><path>rc/main/java/com/elmakers/mine/bukkit/api/magic/MagicAPI.java <ide> public void reload(); <ide> <ide> /** <add> * Reload all Magic configurations, report success/fail to sender <add> */ <add> public void reload(CommandSender sender); <add> <add> /** <ide> * Clear all image and sch...
Java
apache-2.0
303e66e42258ca419cd5431d7a0fb071e4643a85
0
GerritCodeReview/gerrit,GerritCodeReview/gerrit,GerritCodeReview/gerrit,GerritCodeReview/gerrit,GerritCodeReview/gerrit,GerritCodeReview/gerrit,GerritCodeReview/gerrit,GerritCodeReview/gerrit
// Copyright (C) 2022 The Android Open Source Project // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable ...
java/com/google/gerrit/index/query/PaginatingSource.java
// Copyright (C) 2022 The Android Open Source Project // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable ...
PaginatingSource: Fix typo Release-Notes: skip Signed-off-by: Edwin Kempin <d43fb6c98c97e553b671ed9a9318100f1de386e7@google.com> Change-Id: Ib7395d80d1378b39181180ffed44053ab26906bf
java/com/google/gerrit/index/query/PaginatingSource.java
PaginatingSource: Fix typo
<ide><path>ava/com/google/gerrit/index/query/PaginatingSource.java <ide> <ide> @Override <ide> public ResultSet<FieldBundle> readRaw() { <del> // TOOD(hiesel): Implement <add> // TODO(hiesel): Implement <ide> throw new UnsupportedOperationException("not implemented"); <ide> } <ide>
Java
apache-2.0
d61b4d186e3c741d32c21aaa55bd606134e09061
0
mwringe/fabric8,christian-posta/fabric8,mwringe/fabric8,dhirajsb/fuse,rmarting/fuse,ffang/fuse-1,jludvice/fabric8,EricWittmann/fabric8,rajdavies/fabric8,rmarting/fuse,KurtStam/fabric8,rajdavies/fabric8,punkhorn/fabric8,dhirajsb/fabric8,chirino/fabric8v2,PhilHardwick/fabric8,aslakknutsen/fabric8,joelschuster/fuse,jludvi...
/** * Copyright (C) FuseSource, Inc. * http://fusesource.com * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by...
fabric/fabric-core/src/main/java/org/fusesource/fabric/internal/ZooKeeperClusterBootstrapImpl.java
/** * Copyright (C) FuseSource, Inc. * http://fusesource.com * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by...
@ThreadSafe ZooKeeperClusterBootstrapImpl
fabric/fabric-core/src/main/java/org/fusesource/fabric/internal/ZooKeeperClusterBootstrapImpl.java
@ThreadSafe ZooKeeperClusterBootstrapImpl
<ide><path>abric/fabric-core/src/main/java/org/fusesource/fabric/internal/ZooKeeperClusterBootstrapImpl.java <ide> import org.fusesource.fabric.api.FabricException; <ide> import org.fusesource.fabric.api.FabricService; <ide> import org.fusesource.fabric.api.ZooKeeperClusterBootstrap; <add>import org.fusesource.fabric.a...
JavaScript
apache-2.0
89b418a0895472d482d930ec1e99b1ab07a05374
0
grahammendick/navigation,grahammendick/navigation,grahammendick/navigation,grahammendick/navigation,grahammendick/navigation,grahammendick/navigation,grahammendick/navigation
import React from 'react'; import { createFragmentContainer, graphql } from 'react-relay'; import { NavigationBackLink } from 'navigation-react'; var Person = ({ person }) => ( <div> <NavigationBackLink distance={1}> Person Search </NavigationBackLink> <div> <h2>{per...
NavigationReact/sample/relay-modern/src/Person.js
import React from 'react'; import { createFragmentContainer, graphql } from 'react-relay'; import { NavigationBackLink } from 'navigation-react'; var Person = ({ person }) => ( <div> <NavigationBackLink distance={1}> Person Search </NavigationBackLink> <div> <h2>{per...
Tweaked format
NavigationReact/sample/relay-modern/src/Person.js
Tweaked format
<ide><path>avigationReact/sample/relay-modern/src/Person.js <ide> } <ide> } <ide> `; <add> <ide> var PersonContainer = createFragmentContainer(Person, { <ide> person: graphql` <ide> fragment Person_person on Person {
Java
bsd-2-clause
305713f0f4cb24b6b9dd63c00568b00220a01c4b
0
chototsu/MikuMikuStudio,chototsu/MikuMikuStudio,chototsu/MikuMikuStudio,chototsu/MikuMikuStudio
package com.jme.scene.model.ms3d; import com.jme.math.Vector3f; import com.jme.math.Quaternion; import com.jme.math.TransformMatrix; import com.jme.scene.Controller; import com.jme.bounding.BoundingBox; /** * Class to support animations returned from a MilkLoader. * It is important to note that <code>setMinTime</co...
src/com/jme/scene/model/ms3d/MilkAnimation.java
package com.jme.scene.model.ms3d; import com.jme.math.Vector3f; import com.jme.math.Quaternion; import com.jme.math.TransformMatrix; import com.jme.scene.Controller; import com.jme.bounding.BoundingBox; /** * Class to support animations returned from a MilkLoader. * It is important to note that <code>setMinTime</co...
TransformMult update git-svn-id: 5afc437a751a4ff2ced778146f5faadda0b504ab@1498 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
src/com/jme/scene/model/ms3d/MilkAnimation.java
TransformMult update
<ide><path>rc/com/jme/scene/model/ms3d/MilkAnimation.java <ide> <ide> private void combineWithInverse() { <ide> for (int i=0;i<jointMovements.length;i++) <del> jointMovements[i].multLocal(movementFile.myJoints[i].inverseChainMatrix); <add> jointMovements[i].multLocal(movementFile.myJo...
Java
mit
25067578563c8858319183c665facc88f9ac8c5e
0
nullbox/Data-and-Information-Visualization-Project
package big.marketing.controller; import java.io.IOException; import java.util.EnumMap; import java.util.List; import java.util.Observable; import org.apache.log4j.Logger; import big.marketing.Settings; import big.marketing.data.DataType; import big.marketing.data.FlowMessage; import big.marketing.data.HealthMessage...
src/big/marketing/controller/DataController.java
package big.marketing.controller; import java.io.IOException; import java.util.EnumMap; import java.util.List; import java.util.Observable; import org.apache.log4j.Logger; import big.marketing.Settings; import big.marketing.data.DataType; import big.marketing.data.FlowMessage; import big.marketing.data.HealthMessage...
code cleanup
src/big/marketing/controller/DataController.java
code cleanup
<ide><path>rc/big/marketing/controller/DataController.java <ide> long startTime = System.currentTimeMillis(); <ide> <ide> qWindowHealth = (List<HealthMessage>) (List<?>) mc.getConstrainedEntries(DataType.HEALTH, "Time", start, end); <del> qWindowIPS = (List<IPSMessage>) (List<?>) mc.getConstrainedEntries(DataType...
Java
apache-2.0
52f2a9b2a9c2d87d79173735fd01d2c02be4d2f8
0
Rutgers-IDM/openregistry,Unicon/openregistry,Unicon/openregistry,Unicon/openregistry,sheliu/openregistry,Jasig/openregistry,msidd/openregistry,msidd/openregistry,Unicon/openregistry,msidd/openregistry,sheliu/openregistry,Rutgers-IDM/openregistry,Unicon/openregistry,Unicon/openregistry,sheliu/openregistry,Rutgers-IDM/op...
package org.openregistry.service.reconciliation; import java.util.ArrayList; import java.util.Collections; import java.util.List; import java.util.Set; import org.openregistry.core.domain.Name; import org.openregistry.core.domain.Person; import org.openregistry.core.domain.sor.PersonSearch; import org.openr...
openregistry-service-impl/src/main/java/org/openregistry/service/reconciliation/NameReconciler.java
package org.openregistry.service.reconciliation; import java.util.ArrayList; import java.util.Collections; import java.util.List; import java.util.Set; import org.openregistry.core.domain.Name; import org.openregistry.core.domain.Person; import org.openregistry.core.domain.sor.PersonSearch; import org.openr...
NOJIRA don't reuse match lists git-svn-id: 996c6d7d570f9e8d676b69394667d4ecb3e4cdb3@17698 1580c273-15eb-1042-8a87-dc5d815c88a0
openregistry-service-impl/src/main/java/org/openregistry/service/reconciliation/NameReconciler.java
NOJIRA don't reuse match lists
<ide><path>penregistry-service-impl/src/main/java/org/openregistry/service/reconciliation/NameReconciler.java <ide> @Component <ide> public final class NameReconciler implements Reconciler { <ide> <add> private static final long serialVersionUID = -7509304431552307514L; <add> <ide> @Autowired(required = true) <ide> ...
Java
apache-2.0
34fea19929a7c5f934b1d99adc6075210bb5cc1a
0
fdreyfs/vaadin-tuning-datefield
/* * Copyright (C) 2013 Frederic Dreyfus * * 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 agree...
tuning-datefield/src/main/java/org/vaadin/addons/tuningdatefield/TuningDateField.java
/* * Copyright (C) 2013 Frederic Dreyfus * * 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 agree...
Added year enablement check
tuning-datefield/src/main/java/org/vaadin/addons/tuningdatefield/TuningDateField.java
Added year enablement check
<ide><path>uning-datefield/src/main/java/org/vaadin/addons/tuningdatefield/TuningDateField.java <ide> <ide> import java.lang.reflect.Method; <ide> import java.text.DateFormatSymbols; <del>import java.util.Arrays; <ide> import java.util.Calendar; <ide> import java.util.Locale; <ide> <ide> style.append(...
Java
apache-2.0
c58d3b8967d5b86ca510de50114c8eb9c76dcde0
0
kieker-monitoring/kieker,HaStr/kieker,kieker-monitoring/kieker,leadwire-apm/leadwire-javaagent,HaStr/kieker,leadwire-apm/leadwire-javaagent,kieker-monitoring/kieker,HaStr/kieker,kieker-monitoring/kieker,HaStr/kieker,HaStr/kieker,kieker-monitoring/kieker
/*************************************************************************** * Copyright 2011 by * + Christian-Albrechts-University of Kiel * + Department of Computer Science * + Software Engineering Group * and others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not...
test/tools/kieker/test/tools/junit/traceAnalysis/systemModel/TestExecutionTraceBookstore.java
/*************************************************************************** * Copyright 2011 by * + Christian-Albrechts-University of Kiel * + Department of Computer Science * + Software Engineering Group * and others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not...
aaaaaaaaaaaaaaaaaaaaaaaaah: fixed PMD issues
test/tools/kieker/test/tools/junit/traceAnalysis/systemModel/TestExecutionTraceBookstore.java
aaaaaaaaaaaaaaaaaaaaaaaaah: fixed PMD issues
<ide><path>est/tools/kieker/test/tools/junit/traceAnalysis/systemModel/TestExecutionTraceBookstore.java <ide> private volatile int numExecutions; <ide> <ide> /* Executions of a valid trace */ <del> private volatile Execution exec0_0__bookstore_searchBook; // NOCS // NOMPD (VariableNamingConventions) <del> private vo...
Java
agpl-3.0
86b4a56e3354836c3d40adebf91187de2f060f9c
0
Skelril/Aurora
package com.skelril.aurora.city.engine.arena; import com.google.common.collect.Lists; import com.sk89q.commandbook.CommandBook; import com.sk89q.worldedit.BlockVector; import com.sk89q.worldedit.blocks.BaseBlock; import com.sk89q.worldedit.blocks.BlockID; import com.sk89q.worldedit.blocks.BlockType; import com.sk89q.w...
src/main/java/com/skelril/aurora/city/engine/arena/EnchantedForest.java
package com.skelril.aurora.city.engine.arena; import com.sk89q.commandbook.CommandBook; import com.sk89q.worldedit.BlockVector; import com.sk89q.worldedit.blocks.BaseBlock; import com.sk89q.worldedit.blocks.BlockID; import com.sk89q.worldedit.blocks.BlockType; import com.sk89q.worldedit.blocks.ItemID; import com.sk89q...
Added an inventory scatter attack for fairies in the Enchanted Forest
src/main/java/com/skelril/aurora/city/engine/arena/EnchantedForest.java
Added an inventory scatter attack for fairies in the Enchanted Forest
<ide><path>rc/main/java/com/skelril/aurora/city/engine/arena/EnchantedForest.java <ide> package com.skelril.aurora.city.engine.arena; <ide> <add>import com.google.common.collect.Lists; <ide> import com.sk89q.commandbook.CommandBook; <ide> import com.sk89q.worldedit.BlockVector; <ide> import com.sk89q.worldedit.blocks....
Java
epl-1.0
2113e8d17077e565eb1337d32814da417a8d915c
0
sguan-actuate/birt,rrimmana/birt-1,rrimmana/birt-1,rrimmana/birt-1,rrimmana/birt-1,Charling-Huang/birt,sguan-actuate/birt,sguan-actuate/birt,sguan-actuate/birt,Charling-Huang/birt,Charling-Huang/birt,Charling-Huang/birt,Charling-Huang/birt,sguan-actuate/birt,rrimmana/birt-1
/* ************************************************************************* * Copyright (c) 2006 Actuate Corporation. * 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 a...
data/org.eclipse.birt.report.data.adapter/src/org/eclipse/birt/report/data/adapter/internal/adapter/OdaDataSourceAdapter.java
/* ************************************************************************* * Copyright (c) 2006 Actuate Corporation. * 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 a...
CheckIn:Fix SCR85066 clearCache in ReportEngineService not working properly
data/org.eclipse.birt.report.data.adapter/src/org/eclipse/birt/report/data/adapter/internal/adapter/OdaDataSourceAdapter.java
CheckIn:Fix SCR85066 clearCache in ReportEngineService not working properly
<ide><path>ata/org.eclipse.birt.report.data.adapter/src/org/eclipse/birt/report/data/adapter/internal/adapter/OdaDataSourceAdapter.java <ide> import java.util.Iterator; <ide> import java.util.Map; <ide> <add>import org.eclipse.birt.core.data.Constants; <ide> import org.eclipse.birt.core.exception.BirtException; <ide> ...
Java
apache-2.0
36f68722d54c30bc3f6ffea52fd3e77deb599bec
0
yongchristophertang/guiceberry,stackoverflowmailer/guiceberry,kfowler/guiceberry,paarsar/guiceberry,zorzella/guiceberry
/* * Copyright (C) 2008 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to ...
src/com/google/inject/testing/guiceberry/TestScoped.java
/* * Copyright (C) 2008 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to ...
Support methods in TestScoped annotation to accomodate those that are using provider methods
src/com/google/inject/testing/guiceberry/TestScoped.java
Support methods in TestScoped annotation to accomodate those that are using provider methods
<ide><path>rc/com/google/inject/testing/guiceberry/TestScoped.java <ide> * @author Luiz-Otavio Zorzella <ide> * @author Danka Karwanska <ide> */ <del>@Target(ElementType.TYPE) <add>@Target({ElementType.TYPE, ElementType.METHOD}) <ide> @Retention(RetentionPolicy.RUNTIME) <ide> @ScopeAnnotation <ide> public @interface...
Java
epl-1.0
0b8538a5b92547ea1f3a4d7cdb543c0fbefcf133
0
theoweiss/openhab2,gerrieg/openhab2,gerrieg/openhab2,clinique/openhab2,theoweiss/openhab2,Snickermicker/openhab2,Snickermicker/openhab2,clinique/openhab2,afuechsel/openhab2,digitaldan/openhab2,theoweiss/openhab2,gerrieg/openhab2,Snickermicker/openhab2,clinique/openhab2,afuechsel/openhab2,Snickermicker/openhab2,digitald...
/** * Copyright (c) 2010-2018 by the respective copyright holders. * * 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 */...
addons/binding/org.openhab.binding.tplinksmarthome/src/main/java/org/openhab/binding/tplinksmarthome/internal/TPLinkSmartHomeDiscoveryService.java
/** * Copyright (c) 2010-2018 by the respective copyright holders. * * 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 */...
Discovery package timeout gets more time and clear cache before discovery start. (#4255) Timeout of discovery was very short. For devices with a low connection rssi this seems to give them some more time to react. Also reduced to overall time because if the packet timeout triggers discovery is over anyway, so no need...
addons/binding/org.openhab.binding.tplinksmarthome/src/main/java/org/openhab/binding/tplinksmarthome/internal/TPLinkSmartHomeDiscoveryService.java
Discovery package timeout gets more time and clear cache before discovery start. (#4255)
<ide><path>ddons/binding/org.openhab.binding.tplinksmarthome/src/main/java/org/openhab/binding/tplinksmarthome/internal/TPLinkSmartHomeDiscoveryService.java <ide> public class TPLinkSmartHomeDiscoveryService extends AbstractDiscoveryService implements TPLinkIpAddressService { <ide> <ide> private static final Strin...
JavaScript
apache-2.0
90ace3841cb3a63312ed07322683d1fadaa24dac
0
JeffreyBLewis/WebVoteView,JeffreyBLewis/WebVoteView,JeffreyBLewis/WebVoteView,JeffreyBLewis/WebVoteView
var tooltipIdeology = $("<div></div>").addClass("d3-tip").css("visibility","hidden").attr("id","tooltipIdeology").appendTo(document.body); // From stackoverflow response, who borrowed it from Shopify--simple ordinal suffix. var myLat, myLong; var slowTimer; var globalEnableLocation = 0; function getGetOrdinal(n) { ...
static/js/district.js
var tooltipIdeology = $("<div></div>").addClass("d3-tip").css("visibility","hidden").attr("id","tooltipIdeology").appendTo(document.body); // From stackoverflow response, who borrowed it from Shopify--simple ordinal suffix. var myLat, myLong; var slowTimer; var globalEnableLocation = 0; function getGetOrdinal(n) { ...
Started on dynamic district search updating through lat/long, but not ready yet. Former-commit-id: f9c625b1d4a6dccfdee381f27c41f1e347e34692
static/js/district.js
Started on dynamic district search updating through lat/long, but not ready yet.
<ide><path>tatic/js/district.js <ide> console.log(lat); <ide> console.log(lng); <ide> var markerPos = {lat: lat, lng: lng}; <del> var map = new google.maps.Map(document.getElementById("google_map"), {zoom: 12, center: markerPos, disableDefaultUI: true, scrollwheel: false, draggable: true, zoomControl: true})...
JavaScript
mit
222cde187562d824507edf90200b59f35affb6ca
0
pkimpel/retro-220,pkimpel/retro-220
/*********************************************************************** * retro-220/emulator B220Processor.js ************************************************************************ * Copyright (c) 2017, Paul Kimpel. * Licensed under the MIT License, see * http://www.opensource.org/licenses/mit-license.php ****...
emulator/B220Processor.js
/*********************************************************************** * retro-220/emulator B220Processor.js ************************************************************************ * Copyright (c) 2017, Paul Kimpel. * Licensed under the MIT License, see * http://www.opensource.org/licenses/mit-license.php ****...
Release emulator version 1.03. Fix bug in SLS for rotate counts > 10, as revealed by the TR1203 Operations Test diagnostic.
emulator/B220Processor.js
Release emulator version 1.03.
<ide><path>mulator/B220Processor.js <ide> * Global Constants * <ide> ***********************************************************************/ <ide> <del>B220Processor.version = "1.02a"; <add>B220Processor.version = "1.03"; <ide> <ide> B220Processor.tick = 1000/20000...
Java
lgpl-2.1
cfa2242291cece3d71a6befa6fdb7a0e182adf1b
0
languagetool-org/languagetool,languagetool-org/languagetool,languagetool-org/languagetool,languagetool-org/languagetool,languagetool-org/languagetool
/* LanguageTool, a natural language style checker * Copyright (C) 2007 Daniel Naber (http://www.danielnaber.de) * * 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...
languagetool-language-modules/en/src/main/java/org/languagetool/language/English.java
/* LanguageTool, a natural language style checker * Copyright (C) 2007 Daniel Naber (http://www.danielnaber.de) * * 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...
[en] adjust rule prio
languagetool-language-modules/en/src/main/java/org/languagetool/language/English.java
[en] adjust rule prio
<ide><path>anguagetool-language-modules/en/src/main/java/org/languagetool/language/English.java <ide> case "PRP_RB_NO_VB": return -2; // prefer other more specific rules (with suggestions) <ide> case "PRP_VBG": return -2; // prefer other more specific rules (with suggestions...
Java
bsd-3-clause
6801ac17341daa70485e95453d65b23dd9219243
0
TreeBASE/treebase,TreeBASE/treebase,TreeBASE/treebasetest,TreeBASE/treebasetest,TreeBASE/treebase,TreeBASE/treebase,TreeBASE/treebasetest,TreeBASE/treebasetest,TreeBASE/treebase,TreeBASE/treebasetest,TreeBASE/treebasetest,TreeBASE/treebasetest,TreeBASE/treebase
package org.cipres.treebase.domain.tree; import java.util.ArrayList; import java.util.List; import javax.persistence.AttributeOverride; import javax.persistence.CascadeType; import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.FetchType; import javax.persistence.JoinCol...
treebase-core/src/main/java/org/cipres/treebase/domain/tree/PhyloTreeNode.java
package org.cipres.treebase.domain.tree; import java.util.ArrayList; import java.util.List; import javax.persistence.AttributeOverride; import javax.persistence.CascadeType; import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.FetchType; import javax.persistence.JoinCol...
Added getLabel() for nexml and rdf serialization.
treebase-core/src/main/java/org/cipres/treebase/domain/tree/PhyloTreeNode.java
Added getLabel() for nexml and rdf serialization.
<ide><path>reebase-core/src/main/java/org/cipres/treebase/domain/tree/PhyloTreeNode.java <ide> public boolean haveABCTopology(PhyloTreeNode n1, PhyloTreeNode n2) { <ide> return ! n1.nearestCommonAncestor(n2).isAncestorOf(this); <ide> } <add> <add> @Override <add> @Transient <add> public String getLabel() { <add> ...
Java
mpl-2.0
52bb7d7f351e26d6db092b0d5b0230e4227da96d
0
HKervadec/PrjCompil,HKervadec/PrjCompil
public class idConst extends Ident{ }
idConst.java
public class idConst( )
Update idConst.java accolade
idConst.java
Update idConst.java
<ide><path>dConst.java <del> <del>public class idConst( <del>) <add>public class idConst extends Ident{ <add>}
Java
agpl-3.0
0614a7ca4c7f60475f6bc0acb3a1885a0ac85a64
0
flybird119/voltdb,ingted/voltdb,simonzhangsm/voltdb,wolffcm/voltdb,flybird119/voltdb,deerwalk/voltdb,zuowang/voltdb,paulmartel/voltdb,creative-quant/voltdb,wolffcm/voltdb,deerwalk/voltdb,VoltDB/voltdb,migue/voltdb,creative-quant/voltdb,kobronson/cs-voltdb,migue/voltdb,ingted/voltdb,paulmartel/voltdb,creative-quant/volt...
/* This file is part of VoltDB. * Copyright (C) 2008-2010 VoltDB Inc. * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the * "Software"), to deal in the Software without restriction, including * without limitation the rights to...
tests/frontend/org/voltdb/client/TestDistributer.java
/* This file is part of VoltDB. * Copyright (C) 2008-2010 VoltDB Inc. * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the * "Software"), to deal in the Software without restriction, including * without limitation the rights to...
Cleanup intermittant testcase some. 1. Close all volt instances using finally blocks 2. Let test cases throw instead of swallowing exceptions.
tests/frontend/org/voltdb/client/TestDistributer.java
Cleanup intermittant testcase some.
<ide><path>ests/frontend/org/voltdb/client/TestDistributer.java <ide> <ide> import java.io.IOException; <ide> import java.net.InetSocketAddress; <del>import java.net.UnknownHostException; <ide> import java.nio.ByteBuffer; <ide> import java.nio.channels.ServerSocketChannel; <ide> import java.nio.channels.SocketChannel;...
Java
apache-2.0
49d2f6e16157d3e67ab2447407ef4118685a8dec
0
statsbiblioteket/content-resolver
package dk.statsbiblioteket.medieplatform.contentresolver.service; /* * #%L * content-resolver-service * %% * Copyright (C) 2012 The State and University Library, Denmark * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * ...
content-resolver-service/src/main/java/dk/statsbiblioteket/medieplatform/contentresolver/service/ContentResolverService.java
package dk.statsbiblioteket.medieplatform.contentresolver.service; /* * #%L * content-resolver-service * %% * Copyright (C) 2012 The State and University Library, Denmark * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * ...
Ignore entire prefix of id's, not just until the first :
content-resolver-service/src/main/java/dk/statsbiblioteket/medieplatform/contentresolver/service/ContentResolverService.java
Ignore entire prefix of id's, not just until the first :
<ide><path>ontent-resolver-service/src/main/java/dk/statsbiblioteket/medieplatform/contentresolver/service/ContentResolverService.java <ide> Content content = new Content(); <ide> // Remove prefixed "uuid:" if it is there <ide> if (id.contains(":")) { <del> id = id.sub...
Java
apache-2.0
74ede115169a4ecdef0b6f7fcc5f6c2fe8a3a78f
0
atomix/copycat,atomix/copycat
/* * Copyright 2015 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable l...
server/src/main/java/io/atomix/copycat/server/state/LeaderState.java
/* * Copyright 2015 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable l...
Ensure command responses are logged.
server/src/main/java/io/atomix/copycat/server/state/LeaderState.java
Ensure command responses are logged.
<ide><path>erver/src/main/java/io/atomix/copycat/server/state/LeaderState.java <ide> <ide> ComposableFuture<CommandResponse> future = new ComposableFuture<>(); <ide> sequenceCommand(request, session, future); <del> return future; <add> return future.thenApply(this::logResponse); <ide> } <ide> <ide> ...
Java
apache-2.0
4602fa36bed7c2f79e56d5baa701517459461ee3
0
Robolopes/RecycleRush,Robolopes/RecycleRush,Robolopes/RecycleRush,Robolopes/RecycleRush,Robolopes/RecycleRush
package org.usfirst.frc.team2339.Barracuda; /* * Add a swerve mode to RobotDrive * Code from Chief Delphi: http://www.chiefdelphi.com/forums/showthread.php?t=117099 */ import org.usfirst.frc.team2339.Barracuda.RobotMap.SwerveMap; //import com.sun.squawk.util.MathUtils; import java.lang.Math; import edu.wpi.firs...
2015RecycleRush/src/org/usfirst/frc/team2339/Barracuda/SwerveDrive.java
package org.usfirst.frc.team2339.Barracuda; /* * Add a swerve mode to RobotDrive * Code from Chief Delphi: http://www.chiefdelphi.com/forums/showthread.php?t=117099 */ import org.usfirst.frc.team2339.Barracuda.RobotMap.SwerveMap; //import com.sun.squawk.util.MathUtils; import java.lang.Math; import edu.wpi.firs...
Normalize rotational velocity based on maximum wheel distance from center.
2015RecycleRush/src/org/usfirst/frc/team2339/Barracuda/SwerveDrive.java
Normalize rotational velocity based on maximum wheel distance from center.
<ide><path>015RecycleRush/src/org/usfirst/frc/team2339/Barracuda/SwerveDrive.java <ide> double rearDist = L/2 + xPivotOffset; <ide> double rightDist = W/2 - yPivotOffset; <ide> double leftDist = W/2 + yPivotOffset; <add> <add> // Find maximum wheel distance (radius) from center <...
Java
mit
69ebcc17e956b73d90a4992f12c8c61ccefb25bb
0
JetBrains/ideavim,JetBrains/ideavim
/* * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform * Copyright (C) 2003-2016 The IdeaVim authors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 2 of the ...
src/com/maddyhome/idea/vim/group/CopyGroup.java
/* * IdeaVim - Vim emulator for IDEs based on the IntelliJ platform * Copyright (C) 2003-2016 The IdeaVim authors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 2 of the ...
Put text bug fixed
src/com/maddyhome/idea/vim/group/CopyGroup.java
Put text bug fixed
<ide><path>rc/com/maddyhome/idea/vim/group/CopyGroup.java <ide> <ide> final int lineCount = StringUtil.getLineBreakCount(text) + 1; <ide> if (currentLine + lineCount >= EditorHelper.getLineCount(editor)) { <del> for (int i = 0; i < currentLine + lineCount - EditorHelper.getLineCount(editor); i++) { <add> ...
Java
apache-2.0
error: pathspec 'src/test/java/ca/corefacility/bioinformatics/irida/ria/unit/web/SequencingRunControllerTest.java' did not match any file(s) known to git
e1d6153a1490b1a9fa7a6c48f74e2a1d773e6d9f
1
phac-nml/irida,phac-nml/irida,phac-nml/irida,phac-nml/irida,phac-nml/irida,phac-nml/irida,phac-nml/irida,phac-nml/irida
package ca.corefacility.bioinformatics.irida.ria.unit.web; import static org.junit.Assert.assertEquals; import static org.mockito.Mockito.mock; import static org.mockito.Mockito.verify; import static org.mockito.Mockito.when; import java.util.List; import org.junit.Before; import org.junit.Test; import ca.corefacil...
src/test/java/ca/corefacility/bioinformatics/irida/ria/unit/web/SequencingRunControllerTest.java
added most boring test
src/test/java/ca/corefacility/bioinformatics/irida/ria/unit/web/SequencingRunControllerTest.java
added most boring test
<ide><path>rc/test/java/ca/corefacility/bioinformatics/irida/ria/unit/web/SequencingRunControllerTest.java <add>package ca.corefacility.bioinformatics.irida.ria.unit.web; <add> <add>import static org.junit.Assert.assertEquals; <add>import static org.mockito.Mockito.mock; <add>import static org.mockito.Mockito.verify; <...
Java
apache-2.0
195d00308576065420af92c361522ee8fcb94ff0
0
baszero/yanel,baszero/yanel,wyona/yanel,baszero/yanel,baszero/yanel,baszero/yanel,wyona/yanel,wyona/yanel,wyona/yanel,wyona/yanel,baszero/yanel,wyona/yanel
/* * Copyright 2006 Wyona * * 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.wyona.org/licenses/APACHE-LICENSE-2.0 * * Unless required by applicable law or agree...
src/core/java/org/wyona/yanel/core/api/attributes/CreatableV2.java
/* * Copyright 2006 Wyona * * 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.wyona.org/licenses/APACHE-LICENSE-2.0 * * Unless required by applicable law or agree...
obsolete import removed
src/core/java/org/wyona/yanel/core/api/attributes/CreatableV2.java
obsolete import removed
<ide><path>rc/core/java/org/wyona/yanel/core/api/attributes/CreatableV2.java <ide> package org.wyona.yanel.core.api.attributes; <ide> <ide> import javax.servlet.http.HttpServletRequest; <del> <del>import org.wyona.yanel.core.Path; <ide> import org.wyona.yanel.core.api.attributes.CreatableV1; <del> <ide> import java.ut...
JavaScript
apache-2.0
c8a93a81cb0ce4fd4cfaf434eb13054a2189fc9d
0
jhfjhfj1/github_io_source,jhfjhfj1/github_io_source,jhfjhfj1/github_io_source
var data_array={ "20160426":7, "20160426":6, "20160425":6, "20160424":1.5, "20160423":0.5, "20160422":3, "20160421":7, "20160420":7, "20160419":3, "20160418":7, "20160417":7, "20160416":0, "20160415":5.5, "20160414":7, "20160413":7, "20160412":3, "20160411":7, "20160410":5, "20160409":2, "20160408":7, "20160407":7, "20...
home/js/calendermap.js
var data_array={ "20160425":6, "20160424":1.5, "20160423":0.5, "20160422":3, "20160421":7, "20160420":7, "20160419":3, "20160418":7, "20160417":7, "20160416":0, "20160415":5.5, "20160414":7, "20160413":7, "20160412":3, "20160411":7, "20160410":5, "20160409":2, "20160408":7, "20160407":7, "20160406":7, "20160405":7, "20...
tracker
home/js/calendermap.js
tracker
<ide><path>ome/js/calendermap.js <ide> var data_array={ <add>"20160426":7, <add>"20160426":6, <ide> "20160425":6, <ide> "20160424":1.5, <ide> "20160423":0.5,
Java
apache-2.0
0af89702f6a188303ce33487ed75bb7259fd4597
0
weld/core,manovotn/core,antoinesd/weld-core,antoinesd/weld-core,manovotn/core,weld/core,antoinesd/weld-core,manovotn/core
/* * JBoss, Home of Professional Open Source * Copyright 2008, Red Hat Middleware LLC, and individual contributors * by the @authors tag. See the copyright.txt in the distribution for a * full listing of individual contributors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not us...
webbeans-ri/src/main/java/org/jboss/webbeans/ejb/SessionBeanInterceptor.java
/* * JBoss, Home of Professional Open Source * Copyright 2008, Red Hat Middleware LLC, and individual contributors * by the @authors tag. See the copyright.txt in the distribution for a * full listing of individual contributors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not us...
WBRI-91 git-svn-id: 811cd8a17a8c3c0c263af499002feedd54a892d0@781 1c488680-804c-0410-94cd-c6b725194a0e
webbeans-ri/src/main/java/org/jboss/webbeans/ejb/SessionBeanInterceptor.java
WBRI-91
<ide><path>ebbeans-ri/src/main/java/org/jboss/webbeans/ejb/SessionBeanInterceptor.java <ide> * Gets the underlying target and calls the post-construct method <ide> * <ide> * @param invocationContext The invocation context <add> * @throws Exception <ide> */ <ide> @PostConstruct <del> public voi...
Java
apache-2.0
4fc4b341f70144f2954d1d0ea94d2da4103220a6
0
OpenConext/OpenConext-teams,OpenConext/OpenConext-teams,OpenConext/OpenConext-teams
/* * Copyright 2011 SURFnet bv, The Netherlands * * 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 ...
coin-teams-war/src/test/java/nl/surfnet/coin/teams/util/VOUtilTest.java
/* * Copyright 2011 SURFnet bv, The Netherlands * * 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 ...
Fix test.. add @Ignore git-svn-id: 7f9817d80667deac6042fd45474745cdc98fb3cd@1496 3364c4cd-9065-40b6-aee7-261f90ce6533
coin-teams-war/src/test/java/nl/surfnet/coin/teams/util/VOUtilTest.java
Fix test.. add @Ignore
<ide><path>oin-teams-war/src/test/java/nl/surfnet/coin/teams/util/VOUtilTest.java <ide> package nl.surfnet.coin.teams.util; <ide> <ide> import nl.surfnet.coin.teams.control.AbstractControllerTest; <add>import org.junit.Ignore; <add>import org.junit.Test; <ide> <ide> import static org.junit.Assert.assertEquals; <ide> ...
Java
mit
34b3b8d6478b4eb6c627ca336fb7c6eff6253916
0
douggie/XChange,ww3456/XChange,timmolter/XChange,npomfret/XChange,andre77/XChange,stachon/XChange,Panchen/XChange,LeonidShamis/XChange,gaborkolozsy/XChange,evdubs/XChange,nopy/XChange,anwfr/XChange,TSavo/XChange,chrisrico/XChange
package org.knowm.xchange.bitfinex.v1.dto.trade; import com.fasterxml.jackson.annotation.JsonProperty; import com.fasterxml.jackson.annotation.JsonRawValue; public class BitfinexOfferStatusRequest { @JsonProperty("request") protected String request; @JsonProperty("nonce") protected String nonce; @JsonPro...
xchange-bitfinex/src/main/java/org/knowm/xchange/bitfinex/v1/dto/trade/BitfinexOfferStatusRequest.java
package org.knowm.xchange.bitfinex.v1.dto.trade; import com.fasterxml.jackson.annotation.JsonProperty; import com.fasterxml.jackson.annotation.JsonRawValue; public class BitfinexOfferStatusRequest { @JsonProperty("request") protected String request; @JsonProperty("nonce") protected String nonce; @JsonPro...
Update BitfinexOfferStatusRequest.java
xchange-bitfinex/src/main/java/org/knowm/xchange/bitfinex/v1/dto/trade/BitfinexOfferStatusRequest.java
Update BitfinexOfferStatusRequest.java
<ide><path>change-bitfinex/src/main/java/org/knowm/xchange/bitfinex/v1/dto/trade/BitfinexOfferStatusRequest.java <ide> <ide> @JsonProperty("order_id") <ide> @JsonRawValue <del> private int orderId; <add> private long orderId; <ide> <del> public BitfinexOfferStatusRequest(String nonce, int orderId) { <add> pub...
Java
apache-2.0
e52963c3f2c99a5433a553cabc75b187ad9b0091
0
scholzj/barnabas,ppatierno/kaas,scholzj/barnabas,ppatierno/kaas
/* * Copyright Strimzi authors. * License: Apache License 2.0 (see the file LICENSE or http://apache.org/licenses/LICENSE-2.0.html). */ package io.strimzi.operator.cluster.operator.assembly; import io.fabric8.kubernetes.api.model.Doneable; import io.fabric8.kubernetes.api.model.HasMetadata; import io.fabric8.kubern...
cluster-operator/src/main/java/io/strimzi/operator/cluster/operator/assembly/AbstractConnectOperator.java
/* * Copyright Strimzi authors. * License: Apache License 2.0 (see the file LICENSE or http://apache.org/licenses/LICENSE-2.0.html). */ package io.strimzi.operator.cluster.operator.assembly; import io.fabric8.kubernetes.api.model.Doneable; import io.fabric8.kubernetes.api.model.HasMetadata; import io.fabric8.kubern...
Improve logging of the connector operator (#2419) Signed-off-by: Jakub Scholz <c50267b906a652f2142cfab006e215c9f6fdc8a0@scholzj.com>
cluster-operator/src/main/java/io/strimzi/operator/cluster/operator/assembly/AbstractConnectOperator.java
Improve logging of the connector operator (#2419)
<ide><path>luster-operator/src/main/java/io/strimzi/operator/cluster/operator/assembly/AbstractConnectOperator.java <ide> connectOperator.connectorOperator.watch(watchNamespaceOrWildcard, new Watcher<KafkaConnector>() { <ide> @Override <ide> public void eventReceived(Action a...
Java
apache-2.0
5f6f1ee5e47fee02a9983599bab92854102fd59c
0
aktin/broker,aktin/broker,aktin/broker,aktin/broker
package org.aktin.broker.websocket; import java.io.IOException; import java.util.Objects; import java.util.Set; import java.util.function.Predicate; import java.util.logging.Level; import javax.websocket.OnClose; import javax.websocket.OnError; import javax.websocket.OnMessage; import javax.websocket.OnOpen; import j...
broker-server/src/main/java/org/aktin/broker/websocket/AbstractBroadcastWebsocket.java
package org.aktin.broker.websocket; import java.io.IOException; import java.util.Objects; import java.util.Set; import java.util.function.Predicate; import java.util.logging.Level; import javax.websocket.OnClose; import javax.websocket.OnError; import javax.websocket.OnMessage; import javax.websocket.OnOpen; import j...
also log username during websocket session close and errors. ignore "ping .*" message from websocket client.
broker-server/src/main/java/org/aktin/broker/websocket/AbstractBroadcastWebsocket.java
also log username during websocket session close and errors. ignore "ping .*" message from websocket client.
<ide><path>roker-server/src/main/java/org/aktin/broker/websocket/AbstractBroadcastWebsocket.java <ide> } <ide> @OnClose <ide> public void close(Session session){ <del> removeSession(session, getSessionPrincipal(session)); <del> log.info("Websocket session closed: "+session.getId()); <add> Principal user = getSess...
Java
apache-2.0
error: pathspec 'code/Logger.java' did not match any file(s) known to git
084b7d2b3f53410d3aa3f11a99bc8a0216cf8ac3
1
scijoker/logger
package com.onebit.logger; import android.os.Build; import android.util.Log; import org.json.JSONArray; import org.json.JSONException; import org.json.JSONObject; /** * Created by scijoker on 08.10.15. */ public class Logger { public static void d(String tag, String arg) { Log.d(tag, arg); } ...
code/Logger.java
Create Logger.java
code/Logger.java
Create Logger.java
<ide><path>ode/Logger.java <add>package com.onebit.logger; <add> <add>import android.os.Build; <add>import android.util.Log; <add> <add>import org.json.JSONArray; <add>import org.json.JSONException; <add>import org.json.JSONObject; <add> <add>/** <add> * Created by scijoker on 08.10.15. <add> */ <add>public class Logge...
JavaScript
agpl-3.0
736ceaf8051d00d3abbe6e40c16901c0e9ef420c
0
ssbc/patchwork,ssbc/patchwork
var h = require('../lib/h') var plugs = require('patchbay/plugs') var message_content = plugs.first(exports.message_content = []) var message_content_mini = plugs.first(exports.message_content_mini = []) var message_link = plugs.first(exports.message_link = []) var avatar_image = plugs.first(exports.avatar_image = [])...
modules/message.js
var h = require('../lib/h') var plugs = require('patchbay/plugs') var message_content = plugs.first(exports.message_content = []) var message_content_mini = plugs.first(exports.message_content_mini = []) var message_link = plugs.first(exports.message_link = []) var avatar_image = plugs.first(exports.avatar_image = [])...
message: fix a hyperscript typo
modules/message.js
message: fix a hyperscript typo
<ide><path>odules/message.js <ide> avatar_link(msg.value.author, avatar_name(msg.value.author), ''), <ide> ' ', elMini <ide> ]), <del> h('div.message_meta.row', message_meta(msg)) <add> h('div.message_meta.row', [message_meta(msg)]) <ide> ]) <ide> ]) <ide> div.set...
JavaScript
mit
34d945eb463a7a2d3509636d597f3410ef1ffc0f
0
oleg-babintsev/fullcalendar,MeteorAdminz/fullcalendar,fullcalendar/fullcalendar,MeteorAdminz/fullcalendar,deepskyr/fullcalendar,deepskyr/fullcalendar,MeteorAdminz/fullcalendar,avanti-technologies/fullcalendar,kleisauke/fullcalendar,rgnevashev/fullcalendar,deepskyr/fullcalendar,fullcalendar/fullcalendar,fullcalendar/ful...
describe('eventResize', function() { var options; beforeEach(function() { options = { defaultDate: '2014-06-11', editable: true }; affix('#cal'); }); afterEach(function() { $('#cal').fullCalendar('destroy'); }); describe('when in month view', function() { beforeEach(function() { options.defa...
tests/automated/event-resize.js
describe('eventResize', function() { var options; beforeEach(function() { options = { defaultDate: '2014-06-11', editable: true }; affix('#cal'); }); afterEach(function() { $('#cal').fullCalendar('destroy'); }); describe('when in month view', function() { beforeEach(function() { options.defa...
tests: month view event resizing for touch
tests/automated/event-resize.js
tests: month view event resizing for touch
<ide><path>ests/automated/event-resize.js <ide> options.defaultView = 'month'; <ide> }); <ide> <del> describe('when resizing an all-day event', function() { <add> describe('when resizing an all-day event with mouse', function() { <ide> it('should have correct arguments with a whole-day delta', function(done)...
Java
mit
15dd0f369187d697d0d14c73650778876385e117
0
Vlaeh/Minecraft.PlayersInBed
package vlaeh.minecraft.forge.playersinbed; import org.apache.logging.log4j.LogManager; import org.apache.logging.log4j.Logger; import net.minecraftforge.common.MinecraftForge; import net.minecraftforge.eventbus.api.SubscribeEvent; import net.minecraftforge.fml.ModLoadingContext; import net.minecraftforge.fml.client....
src/main/java/vlaeh/minecraft/forge/playersinbed/PlayersInBed.java
package vlaeh.minecraft.forge.playersinbed; import org.apache.logging.log4j.LogManager; import org.apache.logging.log4j.Logger; import net.minecraftforge.common.MinecraftForge; import net.minecraftforge.eventbus.api.SubscribeEvent; import net.minecraftforge.fml.ModLoadingContext; import net.minecraftforge.fml.client....
Avoid registring multiple instances when restarting local game
src/main/java/vlaeh/minecraft/forge/playersinbed/PlayersInBed.java
Avoid registring multiple instances when restarting local game
<ide><path>rc/main/java/vlaeh/minecraft/forge/playersinbed/PlayersInBed.java <ide> import net.minecraftforge.fml.config.ModConfig; <ide> import net.minecraftforge.fml.event.server.FMLServerStartedEvent; <ide> import net.minecraftforge.fml.event.server.FMLServerStartingEvent; <add>import net.minecraftforge.fml.event.ser...
Java
epl-1.0
a83e8cbefaa3d89c67210809a7fe6a1cb0e64708
0
forge/forge-service,forge/forge-service,forge/forge-service
/* * Copyright 2015 Red Hat, Inc. and/or its affiliates. * * Licensed under the Eclipse Public License version 1.0, available at * http://www.eclipse.org/legal/epl-v10.html */ package org.jboss.forge.service.util; import static javax.json.Json.createArrayBuilder; import static javax.json.Json.createObjectBuilder...
core/src/main/java/org/jboss/forge/service/util/UICommandHelper.java
/* * Copyright 2015 Red Hat, Inc. and/or its affiliates. * * Licensed under the Eclipse Public License version 1.0, available at * http://www.eclipse.org/legal/epl-v10.html */ package org.jboss.forge.service.util; import static javax.json.Json.createArrayBuilder; import static javax.json.Json.createObjectBuilder...
Do not override Id
core/src/main/java/org/jboss/forge/service/util/UICommandHelper.java
Do not override Id
<ide><path>ore/src/main/java/org/jboss/forge/service/util/UICommandHelper.java <ide> BeanInfo beanInfo = Introspector.getBeanInfo(obj.getClass()); <ide> for (PropertyDescriptor pd : beanInfo.getPropertyDescriptors()) <ide> { <del> // Ignore class attribute from Object.c...
Java
mit
8b6fd8a836d7be9d36bb2485afbfaabb866f5818
0
Fantast/project-euler,Fantast/project-euler,Fantast/project-euler,Fantast/project-euler,Fantast/project-euler,Fantast/project-euler
package opener15; import tasks.AbstractTask; import tasks.Tester; import utils.log.Logger; import utils.pairs.IntPair; import utils.triples.IntTriple; import java.util.*; //Answer : public class Task_34_3 extends AbstractTask { public static void main(String[] args) { Logger.init("default.log"); ...
src/main/opener2015/opener15/Task_34_3.java
package opener15; import tasks.AbstractTask; import tasks.Tester; import utils.log.Logger; import utils.triples.IntTriple; import java.util.ArrayList; import java.util.Arrays; import java.util.List; //Answer : public class Task_34_3 extends AbstractTask { public static void main(String[] args) { Logger.i...
opener 2015
src/main/opener2015/opener15/Task_34_3.java
opener 2015
<ide><path>rc/main/opener2015/opener15/Task_34_3.java <ide> import tasks.AbstractTask; <ide> import tasks.Tester; <ide> import utils.log.Logger; <add>import utils.pairs.IntPair; <ide> import utils.triples.IntTriple; <ide> <del>import java.util.ArrayList; <del>import java.util.Arrays; <del>import java.util.List; <add>i...
Java
mit
7abec165f1ac1b587de3af84729b1e0961d9f610
0
marcoFuschini/ISLT2013gruppo14
package it.unibo.IngSW.Tests.FanDevice; import static org.junit.Assert.*; import it.unibo.IngSW.ControlUnit.ControlUnitCommunicator; import it.unibo.IngSW.FanDevice.FanDeviceCommunicator; import it.unibo.IngSW.Viewer.ViewerCommunicator; import it.unibo.IngSW.common.SensorData; import it.unibo.IngSW.common.interfaces.I...
FanDeviceSystemTESTS/src/it/unibo/IngSW/Tests/FanDevice/ServerComunicatorTest.java
package it.unibo.IngSW.Tests.FanDevice; import static org.junit.Assert.*; import it.unibo.IngSW.ControlUnit.ControlUnitCommunicator; import it.unibo.IngSW.FanDevice.FanDeviceCommunicator; import it.unibo.IngSW.Viewer.ViewerCommunicator; import it.unibo.IngSW.common.interfaces.ISensorData; import it.unibo.IngSW.utils.J...
Signed-off-by: Marco <Marco@MarcoFisso>
FanDeviceSystemTESTS/src/it/unibo/IngSW/Tests/FanDevice/ServerComunicatorTest.java
<ide><path>anDeviceSystemTESTS/src/it/unibo/IngSW/Tests/FanDevice/ServerComunicatorTest.java <ide> import it.unibo.IngSW.ControlUnit.ControlUnitCommunicator; <ide> import it.unibo.IngSW.FanDevice.FanDeviceCommunicator; <ide> import it.unibo.IngSW.Viewer.ViewerCommunicator; <add>import it.unibo.IngSW.common.SensorData; ...
Java
mit
5d6f743bb02c78614fb9e2d9513980700f0cd869
0
fighter0ik/slf4j-android
package com.fighter0ik.slf4jandroid; import org.slf4j.helpers.MarkerIgnoringBase; import java.util.logging.Level; import java.util.regex.Matcher; import java.util.regex.Pattern; /** * Created by DS on 24.05.2016. */ public class Logger extends MarkerIgnoringBase { private final java.util.logging.L...
lib/src/main/java/com/fighter0ik/slf4jandroid/Logger.java
package com.fighter0ik.slf4jandroid; import org.slf4j.helpers.MarkerIgnoringBase; import java.util.logging.Level; import java.util.regex.Matcher; import java.util.regex.Pattern; /** * Created by DS on 24.05.2016. */ public class Logger extends MarkerIgnoringBase { private final java.util.logging.L...
debug stack trace for calls to Logger
lib/src/main/java/com/fighter0ik/slf4jandroid/Logger.java
debug stack trace for calls to Logger
<ide><path>ib/src/main/java/com/fighter0ik/slf4jandroid/Logger.java <ide> { <ide> if ( element.getClassName().startsWith( thisClassName ) ) <ide> { <del> System.out.println( "FOUND: "+element.toString() ); <add> System.err.println( "FOUND: "+element.toString...
JavaScript
isc
38c208f821793aa8266233ea27db89638d6b81cc
0
digidem/iD,ngageoint/hootenanny-ui,1ec5/iD,bagage/iD,digidem/iD,kartta-labs/iD,AndreasHae/iD,mapmeld/iD,openstreetmap/iD,edpop/iD,zbycz/iD,1ec5/iD,AndreasHae/iD,bagage/iD,zbycz/iD,morray/iD,ngageoint/hootenanny-ui,energiekollektiv/openmod.sh-id,tbicr/iD,kepta/iD,bagage/iD,andreic-telenav/iD,mapmeld/iD,edpop/iD,energiek...
describe("iD.presets", function() { var p = { point: { tags: {}, geometry: ['point'] }, line: { tags: {}, geometry: ['line'] }, residential: { tags: { highway: 'residential' }, ...
test/spec/presets.js
describe("iD.presets", function() { var p = { point: { tags: {}, geometry: ['point'] }, line: { tags: {}, geometry: ['line'] }, residential: { tags: { highway: 'residential' }, ...
Remove unused
test/spec/presets.js
Remove unused
<ide><path>est/spec/presets.js <ide> } <ide> }; <ide> <del> var c = iD.presets().load({presets: p}), <del> w = iD.Way({tags: { highway: 'residential'}}), <del> g = iD.Graph().replace(w); <add> var c = iD.presets().load({presets: p}); <ide> <ide> describe("#match", function() { <ide...
Java
apache-2.0
e6ef09de28ee0a2583f041b697b505fedfaf0bb0
0
jruesga/rview,jruesga/rview,jruesga/rview
/* * Copyright (C) 2016 Jorge Ruesga * * 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...
gerrit/src/main/java/com/ruesga/rview/gerrit/GerritApiClient.java
/* * Copyright (C) 2016 Jorge Ruesga * * 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...
Refresh cached server version at least once every day Signed-off-by: Jorge Ruesga <33f927344e079e00d3fa45d8833b04e735223eec@ruesga.com>
gerrit/src/main/java/com/ruesga/rview/gerrit/GerritApiClient.java
Refresh cached server version at least once every day
<ide><path>errit/src/main/java/com/ruesga/rview/gerrit/GerritApiClient.java <ide> import android.net.Uri; <ide> import android.support.annotation.NonNull; <ide> import android.support.annotation.Nullable; <add>import android.text.format.DateUtils; <ide> <ide> import com.burgstaller.okhttp.AuthenticationCacheIntercepto...
Java
mit
7bcd6833cb72038731748617851f76269e4c4a2f
0
astrapi69/mystic-crypt,astrapi69/mystic-crypt
/** * The MIT License * * Copyright (C) 2015 Asterios Raptis * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the * "Software"), to deal in the Software without restriction, including * without limitation the rights to use, c...
crypt-data/src/test/java/de/alpharogroup/crypto/factories/CertFactoryTest.java
/** * The MIT License * * Copyright (C) 2015 Asterios Raptis * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the * "Software"), to deal in the Software without restriction, including * without limitation the rights to use, c...
Update CertFactoryTest.java
crypt-data/src/test/java/de/alpharogroup/crypto/factories/CertFactoryTest.java
Update CertFactoryTest.java
<ide><path>rypt-data/src/test/java/de/alpharogroup/crypto/factories/CertFactoryTest.java <ide> AssertJUnit.assertNotNull(cert); <ide> } <ide> <add> /** <add> * Test method for <add> * {@link CertFactory#newX509CertificateV1(KeyPair, X500Name, BigInteger, Date, Date, X500Name, String)}. <add> */ <add> @Test <add>...
JavaScript
mit
1c473c5ab05f13405a7dc62b9ac427eeba38dbac
0
vision-ti/angular-vision-grid,vision-ti/angular-vision-grid
'use strict'; /* * angular-vision-grid * v1.0.0-rc2 * (c) 2014 VisionGrid Team http://vision-ti.com.br * License: MIT */ angular.module('vision.grid', ['vision.grid.util']) /** * Directive para ser utilizada pela coluna ao realizar o sort * Útil para ser utilizada dentro de um headerRenderer custom...
src/grid-directives.js
'use strict'; /* * angular-vision-grid * v1.0.0-rc2 * (c) 2014 VisionGrid Team http://vision-ti.com.br * License: MIT */ angular.module('vision.grid', ['vision.grid.util']) /** * Directive para ser utilizada pela coluna ao realizar o sort * Útil para ser utilizada dentro de um headerRenderer custom...
Update grid-directives.js
src/grid-directives.js
Update grid-directives.js
<ide><path>rc/grid-directives.js <ide> " </thead>\n"+ <ide> " </table>\n"+ <ide> " </div>\n"+ <del> " <div class=\"fixed-table-container-inner\" scrollbar ng-style=\"styleContainerInner\">\n"+ <add> " ...
JavaScript
mit
375b4bf575af4df82cbacdebcb6ad43a02203b00
0
dpoeschl/StashPop,dpoeschl/StashPop
// Constants var stashPopClassName = "stashPop"; var jenkinsReloadableInfoClassName = "jenkinsReloadableInfo"; // This list must match the list specified in reload() var option_emailIssuesList = "emailIssuesList"; var option_emailIssue = "emailIssue"; var option_emailPullRequestList = "emailPullRequestList"; var optio...
content.js
// Constants var stashPopClassName = "stashPop"; var jenkinsReloadableInfoClassName = "jenkinsReloadableInfo"; // This list must match the list specified in reload() var option_emailIssuesList = "emailIssuesList"; var option_emailIssue = "emailIssue"; var option_emailPullRequestList = "emailPullRequestList"; var optio...
Make contributor signoffs more obvious than non-contributors
content.js
Make contributor signoffs more obvious than non-contributors
<ide><path>ontent.js <ide> reviewsContainer.setAttribute("class", stashPopClassName); <ide> <ide> if (positiveReviews.length > 0) { <del> addReviewsToReviewContainerAndColorizeReviews(reviewsContainer, "Approvals", positiveReviews, "#77ff77"); <add> addReviewsToReviewContainerAndC...
JavaScript
apache-2.0
78c82c772edadad3e5db19d9a4165fc3dcb10163
0
8845musign/hanten-timer
// @flow import moment from 'moment' export default class TimeUtil { static unix2mmss (unix: number): string { return moment(unix).format('mm:ss') } }
utils/Time.js
import moment from 'moment' export default class TimeUtil { static unix2mmss (unix) { return moment(unix).format('mm:ss') } }
Add typing
utils/Time.js
Add typing
<ide><path>tils/Time.js <add>// @flow <ide> import moment from 'moment' <ide> <ide> export default class TimeUtil { <del> static unix2mmss (unix) { <add> static unix2mmss (unix: number): string { <ide> return moment(unix).format('mm:ss') <ide> } <ide> }
JavaScript
mit
d7cec93e14d9e0df1a5f4ed6c10f6b16efbb25de
0
WMPH/eph-historical-markers-map,WMPH/eph-historical-markers-map
'use strict'; // Constants and fixed parameters const WDQS_API_URL = 'https://query.wikidata.org/sparql'; const COMMONS_WIKI_URL_PREF = 'https://commons.wikimedia.org/wiki/'; const COMMONS_API_URL = 'https://commons.wikimedia.org/w/api.php'; const YEAR_PRECISION = '9'; const PH_QID ...
js/eph-common.js
'use strict'; // Constants and fixed parameters const WDQS_API_URL = 'https://query.wikidata.org/sparql'; const COMMONS_WIKI_URL_PREF = 'https://commons.wikimedia.org/wiki/'; const COMMONS_API_URL = 'https://commons.wikimedia.org/w/api.php'; const YEAR_PRECISION = '9'; const PH_QID ...
Add Wikimedia Maps tile layer; port bugfix from Heritage Sites Map
js/eph-common.js
Add Wikimedia Maps tile layer; port bugfix from Heritage Sites Map
<ide><path>s/eph-common.js <ide> const OSM_LAYER_ATTRIBUTION = 'Base map &copy; <a href="https://www.openstreetmap.org/copyright">OpenStreetMap contributors</a>'; <ide> const CARTO_LAYER_URL = 'https://cartodb-basemaps-{s}.global.ssl.fastly.net/rastertiles/voyager_labels_under/{z}/{x}/{y}{r}.png'; <ide> const...
JavaScript
mit
87df87657ae22a0ba5ca7b13fb23ccf93929c17a
0
gessojs/gessojs,gessojs/gessojs
var path = require('path'); var nunjucks = require('nunjucks'); var express = require('express'); var build = require('./build'); var settings = require('./settings'); function createApp(watcher) { // Express application var app = express(); // Attach watcher app.watcher = watcher || null; // Middleware a...
gesso/server.js
var path = require('path'); var nunjucks = require('nunjucks'); var express = require('express'); var build = require('./build'); var settings = require('./settings'); function createApp(watcher) { // Express application var app = express(); // Attach watcher app.watcher = watcher || null; // Middleware a...
Run build when first serving.
gesso/server.js
Run build when first serving.
<ide><path>esso/server.js <ide> // Run the server <ide> app.listen(settings.PORT, settings.HOST, function() { <ide> console.log(' * Listening on http://%s:%d/', settings.HOST, settings.PORT); <add> // Start first build <add> watcher.rebuild(); <ide> }); <ide> <ide> return app;
Java
mit
error: pathspec 'leetcode/java/prob232ImplementQueueUsing2Stacks/MyQueue.java' did not match any file(s) known to git
8032c0173a1c8ef52bc1749e6af4455eaaf00cb3
1
AmadouSallah/Programming-Interview-Questions,AmadouSallah/Programming-Interview-Questions
/* Problem 232: Implement Queue using Stacks mplement the following operations of a queue using stacks. push(x) -- Push element x to the back of queue. pop() -- Removes the element from in front of queue. peek() -- Get the front element. empty() -- Return whether the queue is empty. Notes: You must use only standard...
leetcode/java/prob232ImplementQueueUsing2Stacks/MyQueue.java
Added problem statement to MyQueue.java
leetcode/java/prob232ImplementQueueUsing2Stacks/MyQueue.java
Added problem statement to MyQueue.java
<ide><path>eetcode/java/prob232ImplementQueueUsing2Stacks/MyQueue.java <add>/* <add>Problem 232: Implement Queue using Stacks <add> <add>mplement the following operations of a queue using stacks. <add> <add>push(x) -- Push element x to the back of queue. <add>pop() -- Removes the element from in front of queue. <add>pe...
Java
lgpl-2.1
error: pathspec 'src/org/concord/framework/data/DataDimension.java' did not match any file(s) known to git
b032db776991db463b59b6f0acc2c9160deda218
1
concord-consortium/framework
package org.concord.framework.data; /** * @author dima * */ public interface DataDimension { String getDimension(); void setDimension(String dimension); }
src/org/concord/framework/data/DataDimension.java
*** empty log message *** git-svn-id: fdf63cc6b6871a635be2b727c8623e4c3a9a9ed7@998 6e01202a-0783-4428-890a-84243c50cc2b
src/org/concord/framework/data/DataDimension.java
*** empty log message ***
<ide><path>rc/org/concord/framework/data/DataDimension.java <add>package org.concord.framework.data; <add> <add>/** <add> * @author dima <add> * <add> */ <add>public interface DataDimension { <add> String getDimension(); <add> void setDimension(String dimension); <add>}
Java
mit
ae1a6bcafe165557f9af7903dd976fd37d73a22a
0
InnovateUKGitHub/innovation-funding-service,InnovateUKGitHub/innovation-funding-service,InnovateUKGitHub/innovation-funding-service,InnovateUKGitHub/innovation-funding-service,InnovateUKGitHub/innovation-funding-service
package org.innovateuk.ifs.application.resource; import com.google.common.collect.ImmutableSet; import com.google.common.collect.Sets; import org.innovateuk.ifs.workflow.resource.ProcessState; import org.innovateuk.ifs.workflow.resource.State; import java.util.List; import static org.innovateuk.ifs.util.CollectionFu...
ifs-resources/src/main/java/org/innovateuk/ifs/application/resource/ApplicationState.java
package org.innovateuk.ifs.application.resource; import com.google.common.collect.ImmutableSet; import com.google.common.collect.Sets; import org.innovateuk.ifs.workflow.resource.ProcessState; import org.innovateuk.ifs.workflow.resource.State; import java.util.List; import static org.innovateuk.ifs.util.CollectionFu...
IFS-2904-CSS-Search-Application-Number Application State Changes for demo purpose for Andy. Change-Id: I5ba573fb4d507c45dcc8888477eaac661149f004
ifs-resources/src/main/java/org/innovateuk/ifs/application/resource/ApplicationState.java
IFS-2904-CSS-Search-Application-Number
<ide><path>fs-resources/src/main/java/org/innovateuk/ifs/application/resource/ApplicationState.java <ide> import static org.innovateuk.ifs.util.CollectionFunctions.simpleMap; <ide> <ide> public enum ApplicationState implements ProcessState { <del> CREATED(State.CREATED), // initial state <del> SUBMITTED(State.SU...
Java
apache-2.0
c64b6e6e6ad06c8d1832188e652345a4b19db7c2
0
marklogic/java-client-api,marklogic/java-client-api,marklogic/java-client-api,marklogic/java-client-api,marklogic/java-client-api
/* * Copyright 2014-2017 MarkLogic Corporation * * 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 appli...
test-complete/src/test/java/com/marklogic/client/datamovement/functionaltests/StringQueryHostBatcherTest.java
/* * Copyright 2014-2017 MarkLogic Corporation * * 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 appli...
New Tests for Git #590
test-complete/src/test/java/com/marklogic/client/datamovement/functionaltests/StringQueryHostBatcherTest.java
New Tests for Git #590
<ide><path>est-complete/src/test/java/com/marklogic/client/datamovement/functionaltests/StringQueryHostBatcherTest.java <ide> import static org.junit.Assert.assertTrue; <ide> import static org.junit.Assert.fail; <ide> <add>import java.io.BufferedReader; <ide> import java.io.File; <ide> import java.io.FileInputStream; ...
JavaScript
mit
7ce00e43d3709936b2c77129bb1f08f87edc33e2
0
codingfriend1/Feathers-Vue,codingfriend1/Feathers-Vue
/** * Dream Code Auth Service * * Client-Side Authentication and Authorization Service * * Creates a global `auth` constant * Methods * * - __authenticate({ email, password }) - internal method * * - login({ email, password }) * * - logout() * * - signup({ email, name, password }) * * - changePas...
app/services/auth.service.js
/** * Dream Code Auth Service * * Client-Side Authentication and Authorization Service * * Creates a global `auth` constant * Methods * * - __authenticate({ email, password }) - internal method * * - login({ email, password }) * * - logout() * * - signup({ email, name, password }) * * - changePas...
Fixes commented code in auth service.
app/services/auth.service.js
Fixes commented code in auth service.
<ide><path>pp/services/auth.service.js <ide> * - hasPermissionSync( permissionName ) <ide> * <ide> * Properties <del> * - currentUser - Containers the current user definition <add> * - currentUser - Contains the current user definition <ide> */ <ide> <ide> const auth = { <ide> feathers.set('user', response....
Java
bsd-3-clause
4c1060ecae19cb03e4ca1e67eae3480d308b3f62
0
bashrc/k-9,github201407/k-9,leixinstar/k-9,dgger/k-9,k9mail/k-9,tonytamsf/k-9,herpiko/k-9,rtreffer/openpgp-k-9,leixinstar/k-9,439teamwork/k-9,dpereira411/k-9,cketti/k-9,thuanpq/k-9,icedman21/k-9,torte71/k-9,leixinstar/k-9,deepworks/k-9,crr0004/k-9,mawiegand/k-9,WenduanMou1/k-9,denim2x/k-9,tsunli/k-9,sebkur/k-9,vt0r/k-9...
package com.fsck.k9.activity; import java.io.File; import java.io.Serializable; import java.io.UnsupportedEncodingException; import java.net.URLDecoder; import java.util.ArrayList; import java.util.Date; import java.util.List; import java.util.StringTokenizer; import org.apache.james.mime4j.codec.EncoderUtil; import...
src/com/fsck/k9/activity/MessageCompose.java
package com.fsck.k9.activity; import java.io.File; import java.io.Serializable; import java.io.UnsupportedEncodingException; import java.net.URLDecoder; import java.util.ArrayList; import java.util.Date; import java.util.List; import java.util.StringTokenizer; import org.apache.james.mime4j.codec.EncoderUtil; import...
Only show "save or discard" dialog before leaving the message compose activity if the message needs saving.
src/com/fsck/k9/activity/MessageCompose.java
Only show "save or discard" dialog before leaving the message compose activity if the message needs saving.
<ide><path>rc/com/fsck/k9/activity/MessageCompose.java <ide> import android.view.View.OnFocusChangeListener; <ide> import android.view.Window; <ide> import android.widget.AutoCompleteTextView.Validator; <del>import android.widget.Button; <ide> import android.widget.CheckBox; <ide> import android.widget.EditText; <ide> ...
JavaScript
apache-2.0
f5b2e25588ae99e24af8b5ae398a1ea02ba1160c
0
glow/glow2,glow/glow2
/** @name glow.events @namespace @description Native browser and custom events */ //----------------------------------------------------------------- Glow.provide({ version: '@SRC@', builder: function(glow) { glow.events = glow.events || {}; /* storage variables */ var r = {}; var eventL...
src/events/events.js
/** @name glow.events @namespace @description Native browser and custom events */ //----------------------------------------------------------------- Glow.provide({ version: '@SRC@', builder: function(glow) { glow.events = glow.events || {}; /* storage variables */ var r = {}; var eventL...
simplified hasListener slightly
src/events/events.js
simplified hasListener slightly
<ide><path>rc/events/events.js <ide> listenersForEvent = eventListeners[objIdent][eventName]; <ide> if(!listenersForEvent){ <ide> return false; <del> } <del> <del> for(var i = 0, len = listenersForEvent.length; i < len; i++){ <del> <del> return true; <del> <del> <del> } <del> ...
Java
apache-2.0
e0c264971e20f3e8e25ade24abac84ee56bfc424
0
mano-mykingdom/titanium_mobile,mano-mykingdom/titanium_mobile,mano-mykingdom/titanium_mobile,mano-mykingdom/titanium_mobile,mano-mykingdom/titanium_mobile,mano-mykingdom/titanium_mobile,mano-mykingdom/titanium_mobile,mano-mykingdom/titanium_mobile
/** * Appcelerator Titanium Mobile * Copyright (c) 2009-2014 by Appcelerator, Inc. All Rights Reserved. * Licensed under the terms of the Apache Public License * Please see the LICENSE included with this distribution for details. */ package org.appcelerator.titanium; import java.lang.ref.WeakReference; import jav...
android/titanium/src/java/org/appcelerator/titanium/TiBaseActivity.java
/** * Appcelerator Titanium Mobile * Copyright (c) 2009-2014 by Appcelerator, Inc. All Rights Reserved. * Licensed under the terms of the Apache Public License * Please see the LICENSE included with this distribution for details. */ package org.appcelerator.titanium; import java.lang.ref.WeakReference; import jav...
[TIMOB-24253] Fix androidback event
android/titanium/src/java/org/appcelerator/titanium/TiBaseActivity.java
[TIMOB-24253] Fix androidback event
<ide><path>ndroid/titanium/src/java/org/appcelerator/titanium/TiBaseActivity.java <ide> if (topWindow != null && topWindow.hasListeners(TiC.EVENT_ANDROID_BACK)) { <ide> topWindow.fireEvent(TiC.EVENT_ANDROID_BACK, null); <ide> } <del> <ide> // Override default Android behavior for "back" press <ide> // if t...
Java
apache-2.0
919a2db55bc66dc7442e5eb1ca95ac0875bb3a6c
0
prmsheriff/log4j,MuShiiii/log4j,prmsheriff/log4j,prmsheriff/log4j,prmsheriff/log4j,MuShiiii/log4j,prmsheriff/log4j,qos-ch/reload4j,smathieu/librarian_sample_repo_java,qos-ch/reload4j,MuShiiii/log4j,sreekanthpulagam/log4j,smathieu/librarian_sample_repo_java,sreekanthpulagam/log4j,MuShiiii/log4j,MuShiiii/log4j,sreekanthp...
src/java/org/apache/log4j/spi/PropertyConfiguratorInterface.java
package org.apache.log4j.spi; import java.util.Properties; /** Implemented by classes capable of configuring log4j using Java properties files. @since 0.9.2 @author Anders Kristensen */ public interface PropertyConfiguratorInterface { /** Interprets the specified Properties map and configures ...
Removed PropertyConfiguratorInterface.java as it is replaced by Configurator.java. git-svn-id: a7be136288eb2cd985a15786d66ec039c800a993@308905 13f79535-47bb-0310-9956-ffa450edef68
src/java/org/apache/log4j/spi/PropertyConfiguratorInterface.java
<ide><path>rc/java/org/apache/log4j/spi/PropertyConfiguratorInterface.java <del>package org.apache.log4j.spi; <del> <del>import java.util.Properties; <del> <del>/** <del> Implemented by classes capable of configuring log4j using Java <del> properties files. <del> <del> @since 0.9.2 <del> @author Anders Krist...
JavaScript
cc0-1.0
6da3f10bbc5e464141fd3fd57f943294456dc31c
0
shrihari/moviemonkey,shrihari/moviemonkey
const remote = require('electron').remote; const app = remote.app; const path = require('path'); const forEachAsync = require('forEachAsync').forEachAsync; const omdbapi = require('omdbapi'); const tmdb = new (require('tmdbapi'))({ apiv3: '5d357768816b32bc2a1f43a06b62cf4c' }); const img_dl = require('image-download...
app/core/moviemonkey.js
const remote = require('electron').remote; const app = remote.app; const path = require('path'); const forEachAsync = require('forEachAsync').forEachAsync; const omdbapi = require('omdbapi'); const tmdb = new (require('tmdbapi'))({ apiv3: '5d357768816b32bc2a1f43a06b62cf4c' }); const img_dl = require('image-download...
handle multiple files of same movie
app/core/moviemonkey.js
handle multiple files of same movie
<ide><path>pp/core/moviemonkey.js <ide> tmdb.configuration() <ide> .then((res) => { <ide> tmdb_config = res['images']; <del> }); <add> }).catch(console.error); <ide> } <ide> <ide> insertIntoDB(hash, movie, tmovie, done) { <ide> if(docs.length > 0) { <ide> <ide> // Add the bigger file <add> let mo...
Java
apache-2.0
b62166ff389d5b74647f0aeb87e080d4ffec8c88
0
zangsir/ANNIS,amir-zeldes/ANNIS,thomaskrause/ANNIS,thomaskrause/ANNIS,zangsir/ANNIS,pixeldrama/ANNIS,pixeldrama/ANNIS,zangsir/ANNIS,korpling/ANNIS,amir-zeldes/ANNIS,korpling/ANNIS,pixeldrama/ANNIS,zangsir/ANNIS,zangsir/ANNIS,korpling/ANNIS,pixeldrama/ANNIS,pixeldrama/ANNIS,pixeldrama/ANNIS,zangsir/ANNIS,korpling/ANNIS,...
/* * Copyright 2012 Corpuslinguistic working group Humboldt University Berlin. * * 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 * *...
annis-gui/src/main/java/annis/gui/visualizers/component/rst/RSTImpl.java
/* * Copyright 2012 Corpuslinguistic working group Humboldt University Berlin. * * 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 * *...
Wrote comments.
annis-gui/src/main/java/annis/gui/visualizers/component/rst/RSTImpl.java
Wrote comments.
<ide><path>nnis-gui/src/main/java/annis/gui/visualizers/component/rst/RSTImpl.java <ide> import org.slf4j.LoggerFactory; <ide> <ide> /** <add> * The Visualizer Plugin for RST-Visualization. <add> * <add> * This class is used for generating for Generating a JSON-object which is <add> * passed to the JITWrapper. <add> *...
JavaScript
mit
f30d30ad4aa7d2291abc514df9cf813c5e4ae840
0
phenoscape/phenoscape-kb-ui,phenoscape/phenoscape-kb-ui
'use strict'; /* Controllers */ angular.module('pkb.controllers', ['ui.bootstrap']) .controller('AppController', function ($scope, $window, $location, AnatomicalTermSearch, OntologyTermSearch, GeneSearch, Vocab) { $scope.$on('$routeChangeSuccess', function() { $window.ga('set', 'page', $location.url()); ...
js/controllers.js
'use strict'; /* Controllers */ angular.module('pkb.controllers', ['ui.bootstrap']) .controller('AppController', function ($scope, AnatomicalTermSearch, OntologyTermSearch, GeneSearch, Vocab) { $scope.clickLink = function () { $scope.clearSearch(); }; $scope.clearSearch = function () { ...
Configure AngularJS to send URL changes to Google analytics.
js/controllers.js
Configure AngularJS to send URL changes to Google analytics.
<ide><path>s/controllers.js <ide> /* Controllers */ <ide> <ide> angular.module('pkb.controllers', ['ui.bootstrap']) <del>.controller('AppController', function ($scope, AnatomicalTermSearch, OntologyTermSearch, GeneSearch, Vocab) { <add>.controller('AppController', function ($scope, $window, $location, AnatomicalTermSe...
JavaScript
mit
cafb73476ef024a9973e4388ec56b76e9079cf34
0
benjaoming/kolibri,benjaoming/kolibri,benjaoming/kolibri,DXCanas/kolibri,learningequality/kolibri,christianmemije/kolibri,christianmemije/kolibri,mrpau/kolibri,indirectlylit/kolibri,DXCanas/kolibri,jonboiser/kolibri,learningequality/kolibri,lyw07/kolibri,christianmemije/kolibri,learningequality/kolibri,jonboiser/kolibr...
import { ContentNodeResource, ContentNodeProgressResource, UserExamResource, ExamLogResource, ExamAttemptLogResource, } from 'kolibri.resources'; import { getChannelObject, isUserLoggedIn } from 'kolibri.coreVue.vuex.getters'; import { setChannelInfo, handleApiError, samePageCheckGenerator, } from 'kol...
kolibri/plugins/learn/assets/src/state/actions/main.js
import { ContentNodeResource, ContentNodeProgressResource, SessionResource, UserExamResource, ExamLogResource, ExamAttemptLogResource, } from 'kolibri.resources'; import { getChannelObject, isUserLoggedIn } from 'kolibri.coreVue.vuex.getters'; import { setChannelInfo, handleApiError } from 'kolibri.coreVue...
Bootstrap channel list when entering exams page
kolibri/plugins/learn/assets/src/state/actions/main.js
Bootstrap channel list when entering exams page
<ide><path>olibri/plugins/learn/assets/src/state/actions/main.js <ide> import { <ide> ContentNodeResource, <ide> ContentNodeProgressResource, <del> SessionResource, <ide> UserExamResource, <ide> ExamLogResource, <ide> ExamAttemptLogResource, <ide> } from 'kolibri.resources'; <ide> <ide> import { getChannelO...
JavaScript
bsd-3-clause
d9e8f2afa57168f2595e671cde67529fc56d0528
0
greyhwndz/yuidoc,mborman/yuidoc-asp,naver/auidoc,okuryu/yuidoc,Tetpay/yuidoc,regru/yuidoc,mixonic/yuidoc,mborman/yuidoc-asp,fireball-x/firedoc,naver/auidoc,mixonic/yuidoc,okuryu/yuidoc,greyhwndz/yuidoc,mborman/yuidoc-asp,regru/yuidoc,okuryu/yuidoc,mixonic/yuidoc,greyhwndz/yuidoc,fireball-x/firedoc,Tetpay/yuidoc,firebal...
/* Copyright (c) 2011, Yahoo! Inc. All rights reserved. Code licensed under the BSD License: http://yuilibrary.com/license/ */ var MD = require("node-markdown").Markdown, fs = require('graceful-fs'), noop = function() {}, path = require('path'), DEFAULT_RETURN_TAGS = 'code|em|strong|span|a|pre|dl|dd|dt|...
lib/builder.js
/* Copyright (c) 2011, Yahoo! Inc. All rights reserved. Code licensed under the BSD License: http://yuilibrary.com/license/ */ var markdown = require("node-markdown").Markdown, fs = require('graceful-fs'), noop = function() {}, path = require('path'), DEFAULT_RETURN_TAGS = 'code|em|strong|span|a|pre|dl|...
Added a factory for MD parsing to experiment with alternative parsers.
lib/builder.js
Added a factory for MD parsing to experiment with alternative parsers.
<ide><path>ib/builder.js <ide> Code licensed under the BSD License: <ide> http://yuilibrary.com/license/ <ide> */ <del>var markdown = require("node-markdown").Markdown, <add>var MD = require("node-markdown").Markdown, <ide> fs = require('graceful-fs'), <ide> noop = function() {}, <ide> path = require('path'...
Java
mit
error: pathspec 'xfire-aegis/src/test/org/codehaus/xfire/aegis/example/CustomTypeTest.java' did not match any file(s) known to git
dedb6f6a963f0ae5602acfc1ec928e28ad399d58
1
eduardodaluz/xfire,eduardodaluz/xfire
package org.codehaus.xfire.aegis.example; import javax.xml.namespace.QName; import org.codehaus.xfire.aegis.AbstractXFireAegisTest; import org.codehaus.xfire.aegis.AegisBindingProvider; import org.codehaus.xfire.aegis.type.TypeMapping; import org.codehaus.xfire.aegis.type.basic.BeanType; import org.codehaus.xfire.ser...
xfire-aegis/src/test/org/codehaus/xfire/aegis/example/CustomTypeTest.java
Show how to create a custom type git-svn-id: 9326b53cbc4a8f4c3d02979b62b178127d5150fe@952 c7d0bf07-ec0d-0410-b2cc-d48fa9be22ba
xfire-aegis/src/test/org/codehaus/xfire/aegis/example/CustomTypeTest.java
Show how to create a custom type
<ide><path>fire-aegis/src/test/org/codehaus/xfire/aegis/example/CustomTypeTest.java <add>package org.codehaus.xfire.aegis.example; <add> <add>import javax.xml.namespace.QName; <add> <add>import org.codehaus.xfire.aegis.AbstractXFireAegisTest; <add>import org.codehaus.xfire.aegis.AegisBindingProvider; <add>import org.co...
Java
apache-2.0
9b039c39310adac65d2afe269dbf644ae7f97a2c
0
eclab/edisyn,eclab/edisyn,eclab/edisyn
/*** Copyright 2017 by Sean Luke Licensed under the Apache License version 2.0 */ package edisyn; import edisyn.synth.*; import edisyn.nn.*; import edisyn.gui.*; import javax.swing.*; import javax.swing.event.*; import javax.swing.border.*; import java.awt.*; import java.awt.event.*; import java.util.*; impor...
edisyn/HillClimb.java
/*** Copyright 2017 by Sean Luke Licensed under the Apache License version 2.0 */ package edisyn; import edisyn.synth.*; import edisyn.nn.*; import edisyn.gui.*; import javax.swing.*; import javax.swing.event.*; import javax.swing.border.*; import java.awt.*; import java.awt.event.*; import java.util.*; impor...
bug fixes for Librarian
edisyn/HillClimb.java
bug fixes for Librarian
<ide><path>disyn/HillClimb.java <ide> <ide> for(int i = 0; i < Math.min(len, 32); i++) <ide> { <del> currentModels[i] = (Model)(synth.librarian.getModel(row + i, column).clone()); <add> currentModels[i] = (Model)(synth.librarian.get...
Java
apache-2.0
3457526688aabf35d35e160ae3ffdaddb6c22c38
0
mlvtito/padlock
package net.rwx.padlock.testapp; import static org.assertj.core.api.Assertions.assertThat; import org.junit.Test; /* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ /** * * @author...
test/src/test/java/net/rwx/padlock/testapp/SimpleIT.java
package net.rwx.padlock.testapp; import static org.assertj.core.api.Assertions.assertThat; import org.junit.Test; /* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ /** * * @author...
integration test with success
test/src/test/java/net/rwx/padlock/testapp/SimpleIT.java
integration test with success
<ide><path>est/src/test/java/net/rwx/padlock/testapp/SimpleIT.java <ide> <ide> @Test <ide> public void should_BlaBlaBlaBlaBlaBlaBlaBlaBlaBla() { <del> assertThat(true).isFalse(); <add> assertThat(false).isFalse(); <ide> } <ide> }
Java
mit
103114d8d4607594863e3edf06f76a68c3615314
0
HPSoftware/hpaa-octane-dev,HPSoftware/hpaa-octane-dev,HPSoftware/hpaa-octane-dev,HPSoftware/hpaa-octane-dev,HPSoftware/hpaa-octane-dev
/* * Certain versions of software and/or documents ("Material") accessible here may contain branding from * Hewlett-Packard Company (now HP Inc.) and Hewlett Packard Enterprise Company. As of September 1, 2017, * the Material is now offered by Micro Focus, a separately owned and operated company. Any reference to ...
src/main/java/com/microfocus/application/automation/tools/octane/model/CIEventCausesFactory.java
/* * Certain versions of software and/or documents ("Material") accessible here may contain branding from * Hewlett-Packard Company (now HP Inc.) and Hewlett Packard Enterprise Company. As of September 1, 2017, * the Material is now offered by Micro Focus, a separately owned and operated company. Any reference to ...
tech : fix for computing workflowJob
src/main/java/com/microfocus/application/automation/tools/octane/model/CIEventCausesFactory.java
tech : fix for computing workflowJob
<ide><path>rc/main/java/com/microfocus/application/automation/tools/octane/model/CIEventCausesFactory.java <ide> <ide> boolean succeededToBuildFlowCauses = false; <ide> Run upstreamRun = tmpUpstreamCause.getUpstreamRun(); <del> if (upstreamRun != null && JobProcessorFactory.WORKFLOW_RUN_NAME.equals(upstream...
JavaScript
mit
2a334de6d16fa014ed0337cd81a572af163d1530
0
scimusmn/electron-wrapper,scimusmn/electron-wrapper
// // Background // // This is main Electron process, started first thing when your app launches. // This script runs through entire life of your application. It doesn't have // any windows that you can see on screen, but we can open windows from here. // import jetpack from 'fs-jetpack'; // Base electron modules imp...
app/background.js
// // Background // // This is main Electron process, started first thing when your app launches. // This script runs through entire life of your application. It doesn't have // any windows that you can see on screen, but we can open windows from here. // import jetpack from 'fs-jetpack'; // Base electron modules imp...
Prevent unintended type coercion
app/background.js
Prevent unintended type coercion
<ide><path>pp/background.js <ide> // This hack makes kiosk mode actually work by waiting for the app to launch <ide> // and then issuing a call to go into kiosk mode after a few milliseconds. <ide> // <del> if (env.name == 'production') { <add> if (env.name === 'production') { <ide> setTimeout(function () {...
Java
agpl-3.0
d51b676ae594e9982e6cee337c58de5a3098fa0c
0
o2oa/o2oa,o2oa/o2oa,o2oa/o2oa,o2oa/o2oa,o2oa/o2oa
package com.x.processplatform.service.processing.processor.manual; import java.util.ArrayList; import java.util.Calendar; import java.util.Comparator; import java.util.Date; import java.util.LinkedHashMap; import java.util.List; import java.util.Map; import java.util.Map.Entry; import java.util.Objects; import java.ut...
o2server/x_processplatform_service_processing/src/main/java/com/x/processplatform/service/processing/processor/manual/ManualProcessor.java
package com.x.processplatform.service.processing.processor.manual; import java.util.ArrayList; import java.util.Calendar; import java.util.Comparator; import java.util.Date; import java.util.LinkedHashMap; import java.util.List; import java.util.Map; import java.util.Map.Entry; import java.util.Objects; import java.ut...
修复对已办的判断
o2server/x_processplatform_service_processing/src/main/java/com/x/processplatform/service/processing/processor/manual/ManualProcessor.java
修复对已办的判断
<ide><path>2server/x_processplatform_service_processing/src/main/java/com/x/processplatform/service/processing/processor/manual/ManualProcessor.java <ide> protected List<Work> executing(AeiObjects aeiObjects, Manual manual) throws Exception { <ide> List<Work> results = new ArrayList<>(); <ide> boolean passThrough ...
Java
apache-2.0
7bb676ad4f94a1b92c1968012534cf5c925dabcd
0
robin13/elasticsearch,GlenRSmith/elasticsearch,nknize/elasticsearch,robin13/elasticsearch,GlenRSmith/elasticsearch,robin13/elasticsearch,GlenRSmith/elasticsearch,robin13/elasticsearch,nknize/elasticsearch,nknize/elasticsearch,robin13/elasticsearch,GlenRSmith/elasticsearch,GlenRSmith/elasticsearch,nknize/elasticsearch,n...
/* * Licensed to Elasticsearch under one or more contributor * license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright * ownership. Elasticsearch licenses this file to you under * the Apache License, Version 2.0 (the "License"); you may * not use this fi...
server/src/internalClusterTest/java/org/elasticsearch/gateway/GatewayIndexStateIT.java
/* * Licensed to Elasticsearch under one or more contributor * license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright * ownership. Elasticsearch licenses this file to you under * the Apache License, Version 2.0 (the "License"); you may * not use this fi...
Fix test for half-deleted 6x indices import (#67587) Reenabled and fixed test that verifies that we properly cleanup after 6x leftover data.
server/src/internalClusterTest/java/org/elasticsearch/gateway/GatewayIndexStateIT.java
Fix test for half-deleted 6x indices import (#67587)
<ide><path>erver/src/internalClusterTest/java/org/elasticsearch/gateway/GatewayIndexStateIT.java <ide> import org.elasticsearch.client.Client; <ide> import org.elasticsearch.client.Requests; <ide> import org.elasticsearch.cluster.ClusterState; <add>import org.elasticsearch.cluster.coordination.CoordinationMetadata; <id...
Java
apache-2.0
ad7bb3225531b0382f3625fc6d4ed197c38325ce
0
ilgrosso/syncope,apache/syncope,apache/syncope,ilgrosso/syncope,ilgrosso/syncope,ilgrosso/syncope,apache/syncope,apache/syncope
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
core/provisioning-java/src/main/java/org/apache/syncope/core/provisioning/java/MappingManagerImpl.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 ...
More robust ConnObjectKey handling
core/provisioning-java/src/main/java/org/apache/syncope/core/provisioning/java/MappingManagerImpl.java
More robust ConnObjectKey handling
<ide><path>ore/provisioning-java/src/main/java/org/apache/syncope/core/provisioning/java/MappingManagerImpl.java <ide> } <ide> } <ide> <del> Attribute connObjectKeyExtAttr = <del> AttributeUtil.find(MappingUtils.getConnObjectKeyItem(provision).get().getExtAttrName(), attribute...
Java
apache-2.0
617f97f788e70c61f7c942ddc9126ef2c09c73d7
0
aahlenst/spring-boot,mdeinum/spring-boot,Buzzardo/spring-boot,kdvolder/spring-boot,rweisleder/spring-boot,jxblum/spring-boot,wilkinsona/spring-boot,vpavic/spring-boot,tiarebalbi/spring-boot,chrylis/spring-boot,spring-projects/spring-boot,rweisleder/spring-boot,wilkinsona/spring-boot,kdvolder/spring-boot,NetoDevel/sprin...
/* * 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-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/web/reactive/error/AbstractErrorWebExceptionHandler.java
/* * 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...
Fix checkstyle violation
spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/web/reactive/error/AbstractErrorWebExceptionHandler.java
Fix checkstyle violation
<ide><path>pring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/web/reactive/error/AbstractErrorWebExceptionHandler.java <ide> } <ide> <ide> private boolean isDisconnectedClientErrorMessage(String message) { <del> message = message != null ? message.toLowerCase() : ""; <...
Java
apache-2.0
f53ef362f32ed1531ce46ae04ebd977a4ae219ce
0
lqch14102/lantern,lqch14102/lantern,lqch14102/lantern,getlantern/lantern-java,lqch14102/lantern,lqch14102/lantern,lqch14102/lantern,lqch14102/lantern,lqch14102/lantern,getlantern/lantern-java,getlantern/lantern-java,getlantern/lantern-java,lqch14102/lantern,getlantern/lantern-java,getlantern/lantern-java,getlantern/lan...
package org.lantern; import java.net.InetAddress; import java.util.TimerTask; import org.lantern.event.Events; import org.lantern.state.Connectivity; import org.lantern.state.Model; import org.lastbamboo.common.stun.client.PublicIpAddress; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import com.google.in...
src/main/java/org/lantern/ConnectivityChecker.java
package org.lantern; import java.net.InetAddress; import java.util.TimerTask; import org.lantern.event.Events; import org.lantern.state.Connectivity; import org.lantern.state.Model; import org.lastbamboo.common.stun.client.PublicIpAddress; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import com.google.in...
set model ip
src/main/java/org/lantern/ConnectivityChecker.java
set model ip
<ide><path>rc/main/java/org/lantern/ConnectivityChecker.java <ide> } <ide> String oldIp = connectivity.getIp(); <ide> String newIpString = ip.getHostAddress(); <add> connectivity.setIp(newIpString); <ide> if (newIpString.equals(oldIp)) { <ide> if (!connected) { <ide> ...
Java
epl-1.0
592173f260539b4c8f7d3e34e11b2652b752cc0d
0
css-iter/cs-studio,ESSICS/cs-studio,ESSICS/cs-studio,ControlSystemStudio/cs-studio,css-iter/cs-studio,ESSICS/cs-studio,css-iter/cs-studio,ControlSystemStudio/cs-studio,ESSICS/cs-studio,css-iter/cs-studio,ControlSystemStudio/cs-studio,css-iter/cs-studio,ControlSystemStudio/cs-studio,ESSICS/cs-studio,css-iter/cs-studio,E...
/* * Copyright (c) 2006 Stiftung Deutsches Elektronen-Synchroton, * Member of the Helmholtz Association, (DESY), HAMBURG, GERMANY. * * THIS SOFTWARE IS PROVIDED UNDER THIS LICENSE ON AN "../AS IS" BASIS. * WITHOUT WARRANTY OF ANY KIND, EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED * TO THE WARRANTIES OF MERCHAN...
applications/plugins/org.csstudio.alarm.table/src/org/csstudio/alarm/table/LogViewArchive.java
/* * Copyright (c) 2006 Stiftung Deutsches Elektronen-Synchroton, * Member of the Helmholtz Association, (DESY), HAMBURG, GERMANY. * * THIS SOFTWARE IS PROVIDED UNDER THIS LICENSE ON AN "../AS IS" BASIS. * WITHOUT WARRANTY OF ANY KIND, EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED * TO THE WARRANTIES OF MERCHAN...
Change Layout of the Head
applications/plugins/org.csstudio.alarm.table/src/org/csstudio/alarm/table/LogViewArchive.java
Change Layout of the Head
<ide><path>pplications/plugins/org.csstudio.alarm.table/src/org/csstudio/alarm/table/LogViewArchive.java <ide> parent.setLayout(grid); <ide> Composite comp = new Composite(parent, SWT.NONE); <ide> comp.setLayoutData(new GridData(SWT.LEFT, SWT.FILL, true, false, 1, 1)); <del> comp.setLayout(new GridLayout(4, true...
Java
apache-2.0
d63aa91ef7c04c4f1b35ed21281467d17cd95dc8
0
cscorley/solr-only-mirror,cscorley/solr-only-mirror,cscorley/solr-only-mirror
/** * 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...
core/src/test/org/apache/solr/core/TestJmxIntegration.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...
SOLR-2715: add reason for @Ingore to @Ignore msg git-svn-id: 308d55f399f3bd9aa0560a10e81a003040006c48@1196156 13f79535-47bb-0310-9956-ffa450edef68
core/src/test/org/apache/solr/core/TestJmxIntegration.java
SOLR-2715: add reason for @Ingore to @Ignore msg
<ide><path>ore/src/test/org/apache/solr/core/TestJmxIntegration.java <ide> numDocs > oldNumDocs); <ide> } <ide> <del> @Test @Ignore("fix me") <add> @Test @Ignore("timing problem? https://issues.apache.org/jira/browse/SOLR-2715") <ide> public void testJmxOnCoreReload() throws Exception { <ide> Lis...
Java
apache-2.0
400e5b30fae9ecc017047cbe19510c5a00ebc80f
0
ewestfal/rice,smith750/rice,bsmith83/rice-1,shahess/rice,bhutchinson/rice,sonamuthu/rice-1,jwillia/kc-rice1,bsmith83/rice-1,geothomasp/kualico-rice-kc,gathreya/rice-kc,UniversityOfHawaiiORS/rice,rojlarge/rice-kc,gathreya/rice-kc,bhutchinson/rice,ewestfal/rice,smith750/rice,gathreya/rice-kc,kuali/kc-rice,sonamuthu/rice-...
/** * Copyright 2005-2012 The Kuali Foundation * * Licensed under the Educational Community 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.opensource.org/licenses/ecl2.php * * Unless requ...
krad/krad-web-framework/src/main/java/org/kuali/rice/krad/uif/control/UserControl.java
/** * Copyright 2005-2012 The Kuali Foundation * * Licensed under the Educational Community 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.opensource.org/licenses/ecl2.php * * Unless requ...
KULRICE-6641 - Adding javadocs.
krad/krad-web-framework/src/main/java/org/kuali/rice/krad/uif/control/UserControl.java
KULRICE-6641 - Adding javadocs.
<ide><path>rad/krad-web-framework/src/main/java/org/kuali/rice/krad/uif/control/UserControl.java <ide> super(); <ide> } <ide> <add> /** <add> * @see org.kuali.rice.krad.uif.component.ComponentBase#performApplyModel(org.kuali.rice.krad.uif.view.View, <add> * java.lang.Object, org.kuali.rice....
Java
apache-2.0
66bc08aec02148fd3998912e3c234236982cdac0
0
christophd/citrus-simulator,christophd/citrus-simulator,christophd/citrus-simulator,christophd/citrus-simulator
/* * Copyright 2006-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 * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
simulator-core/src/main/java/com/consol/citrus/simulator/annotation/SimulatorSupport.java
/* * Copyright 2006-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 * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
removed unused package from component scan
simulator-core/src/main/java/com/consol/citrus/simulator/annotation/SimulatorSupport.java
removed unused package from component scan
<ide><path>imulator-core/src/main/java/com/consol/citrus/simulator/annotation/SimulatorSupport.java <ide> @Configuration <ide> @ComponentScan(basePackages = { <ide> "com.consol.citrus.simulator.config", <add> "com.consol.citrus.simulator.controller", <add> "com.consol.citrus.simulator.endpoint", <...