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
70bab7592051da1bb6d7fb6f0b9a48d0eeb0411a
0
FHannes/intellij-community,youdonghai/intellij-community,MER-GROUP/intellij-community,gnuhub/intellij-community,Distrotech/intellij-community,MichaelNedzelsky/intellij-community,robovm/robovm-studio,caot/intellij-community,michaelgallacher/intellij-community,pwoodworth/intellij-community,wreckJ/intellij-community,signe...
/* * Copyright (c) 2005 Your Corporation. All Rights Reserved. */ package com.intellij.util.xml.ui; import com.intellij.util.xml.DomElement; import javax.swing.*; /** * @author peter * * @see DomUIFactory */ public interface DomUIControl extends CommittablePanel { DomElement getDomElement(); void bind(J...
openapi/src/com/intellij/util/xml/ui/DomUIControl.java
/* * Copyright (c) 2005 Your Corporation. All Rights Reserved. */ package com.intellij.util.xml.ui; import com.intellij.util.xml.DomElement; import javax.swing.*; /** * @author peter */ public interface DomUIControl extends CommittablePanel { DomElement getDomElement(); void bind(JComponent component); ...
property table & struts model changes
openapi/src/com/intellij/util/xml/ui/DomUIControl.java
property table & struts model changes
<ide><path>penapi/src/com/intellij/util/xml/ui/DomUIControl.java <ide> <ide> /** <ide> * @author peter <add> * <add> * @see DomUIFactory <ide> */ <ide> public interface DomUIControl extends CommittablePanel { <ide>
Java
mit
c52156c04aedfdc846c9e42660e570a359a7813a
0
baumato/lines-of-code,baumato/lines-of-code
package de.baumato.loc; import java.io.BufferedReader; import java.io.IOException; import java.io.InputStreamReader; import java.io.UncheckedIOException; import java.nio.file.Files; import java.nio.file.Path; import java.nio.file.StandardOpenOption; import java.util.Collection; import java.util.stream.Stream; import ...
src/main/java/de/baumato/loc/LineCounter.java
package de.baumato.loc; import java.io.BufferedReader; import java.io.IOException; import java.io.InputStreamReader; import java.io.UncheckedIOException; import java.nio.file.Files; import java.nio.file.Path; import java.nio.file.StandardOpenOption; import java.util.Collection; import java.util.stream.Stream; import ...
rename method
src/main/java/de/baumato/loc/LineCounter.java
rename method
<ide><path>rc/main/java/de/baumato/loc/LineCounter.java <ide> } <ide> <ide> private long countLinesInFile(Path p) { <del> long count = countLinesInFile3(p); <add> long count = countLinesInFile0(p); <ide> printer.step(p.toString() + ";" + count); <ide> return count; <ide> } <ide> <del> private static long cou...
Java
mit
13700ecb2b64590870df6473d3a934bd0733aeb4
0
MCTCP/TerrainControl,whichonespink44/TerrainControl,PG85/OpenTerrainGenerator,Ezoteric/TerrainControl,LinkBR/TerrainControl
package com.khorn.terraincontrol.configuration; import com.khorn.terraincontrol.DefaultBiome; import com.khorn.terraincontrol.LocalBiome; import com.khorn.terraincontrol.LocalWorld; import com.khorn.terraincontrol.TerrainControl; import java.io.DataInputStream; import java.io.File; import java.io.IOException; import j...
common/src/com/khorn/terraincontrol/configuration/BiomeConfigManager.java
package com.khorn.terraincontrol.configuration; import com.khorn.terraincontrol.DefaultBiome; import com.khorn.terraincontrol.LocalBiome; import com.khorn.terraincontrol.LocalWorld; import com.khorn.terraincontrol.TerrainControl; import java.io.DataInputStream; import java.io.File; import java.io.IOException; import j...
Removed some debug logging and comments
common/src/com/khorn/terraincontrol/configuration/BiomeConfigManager.java
Removed some debug logging and comments
<ide><path>ommon/src/com/khorn/terraincontrol/configuration/BiomeConfigManager.java <ide> /** ********************* <ide> * Proposed Algorithm <ide> *********************** <del> * - Grab the settingsCache value for BiomeExtends <add> * - Grab the settingsCache value for BiomeE...
Java
bsd-3-clause
4b0dfd6d981c35b1aa07ed42570b91e50a1895f2
0
krishagni/openspecimen,asamgir/openspecimen,asamgir/openspecimen,NCIP/catissue-core,asamgir/openspecimen,krishagni/openspecimen,NCIP/catissue-core,NCIP/catissue-core,krishagni/openspecimen
package edu.wustl.catissuecore.action; import java.util.ArrayList; import java.util.Collection; import java.util.HashMap; import java.util.HashSet; import java.util.Iterator; import java.util.List; import java.util.Map; import java.util.Set; import javax.servlet.http.HttpServletRequest; import javax.ser...
WEB-INF/src/edu/wustl/catissuecore/action/MultipleSpecimenAppletAction.java
package edu.wustl.catissuecore.action; import java.util.ArrayList; import java.util.Collection; import java.util.HashMap; import java.util.HashSet; import java.util.Iterator; import java.util.List; import java.util.Map; import java.util.Set; import javax.servlet.http.HttpServletRequest; import javax.ser...
added validation and changed msg for event SVN-Revision: 4680
WEB-INF/src/edu/wustl/catissuecore/action/MultipleSpecimenAppletAction.java
added validation and changed msg for event
<ide><path>EB-INF/src/edu/wustl/catissuecore/action/MultipleSpecimenAppletAction.java <ide> { <ide> throw new Exception("Please enter valid Quantity for Specimen number " + i); <ide> } <add> <add> Long storageContainer = (Long) specimenMap.get(AppletConstants.SPECIMEN_PREFIX + i + "_" + "StorageContainer...
Java
apache-2.0
719393f8bac8500647ef41ec09f984af4d4174a0
0
jalaziz/cens-whatsinvasive
package edu.ucla.cens.whatsinvasive; import java.io.File; import java.text.ParseException; import java.text.SimpleDateFormat; import java.util.Date; import java.util.TimeZone; import android.app.Activity; import android.app.ListActivity; import android.content.Context; import android.content.Intent; import android.da...
src/edu/ucla/cens/whatsinvasive/Queue.java
package edu.ucla.cens.whatsinvasive; import java.io.File; import java.text.ParseException; import java.text.SimpleDateFormat; import java.util.Date; import java.util.TimeZone; import android.app.Activity; import android.app.ListActivity; import android.content.Context; import android.content.Intent; import android.da...
Removed "View on Map" from Queue.
src/edu/ucla/cens/whatsinvasive/Queue.java
Removed "View on Map" from Queue.
<ide><path>rc/edu/ucla/cens/whatsinvasive/Queue.java <ide> import android.graphics.Bitmap; <ide> import android.graphics.BitmapFactory; <ide> import android.graphics.Canvas; <del>import android.net.Uri; <ide> import android.os.Bundle; <ide> import android.os.Handler; <ide> import android.text.util.Linkify; <ide> import...
Java
epl-1.0
20c09a9dbb225242b5bbd265aff7489061b459e7
0
ChristophSonnberger/crypto,jcryptool/crypto,kevinott/crypto,tassadarius/crypto,kevinott/crypto,ChristophSonnberger/crypto,jcryptool/crypto,tassadarius/crypto
package org.jcryptool.visual.sig.algorithm; import java.security.*; import org.jcryptool.core.logging.utils.LogUtil; import org.jcryptool.visual.sig.SigPlugin; public class SigGeneration { public static String signature; /** * This method signed a hash stored in Hash.jave with a given signature * method. * ...
org.jcryptool.visual.sig/src/org/jcryptool/visual/sig/algorithm/SigGeneration.java
package org.jcryptool.visual.sig.algorithm; import java.security.*; import org.jcryptool.core.logging.utils.LogUtil; import org.jcryptool.visual.sig.SigPlugin; public class SigGeneration { public static String signature; /** * This method signed a hash stored in Hash.jave with a given signature * method. * ...
Changed if-statement to get String to generate key.
org.jcryptool.visual.sig/src/org/jcryptool/visual/sig/algorithm/SigGeneration.java
Changed if-statement to get String to generate key.
<ide><path>rg.jcryptool.visual.sig/src/org/jcryptool/visual/sig/algorithm/SigGeneration.java <ide> // get String to generate the key <ide> String keySig = null; <ide> // Generators are currently available for RSA and DSA. <del> if (signaturemethod == "MD5withRSA" || signaturemethod == "SHA1withRSA" <del> || s...
JavaScript
mit
5e6a692795dd648ce8bec7352a7965909e391bba
0
plyo/react-color,eibay/react-color,conorhastings/react-spectrum,kazi1010feni/react-color,JedWatson/react-color,JunisphereSystemsAG/react-color,Scratch-it/react-color,fikriauliya/react-color,tommy351/react-color,MingNeo/react-color,tastemade/react-color,mWater/react-color,Drooids/react-color,fikriauliya/react-color,hell...
var gulp = require('gulp'); var gutil = require('gulp-util'); var webpack = require('webpack'); var WebpackDevServer = require('webpack-dev-server'); var webpackConfig = require('./webpack.config.js'); var babel = require('gulp-babel'); var mapStyles = require('react-map-styles'); var modify = require('gulp-modify'); ...
gulpfile.js
var gulp = require('gulp'); var gutil = require('gulp-util'); var webpack = require('webpack'); var WebpackDevServer = require('webpack-dev-server'); var webpackConfig = require('./webpack.config.js'); var babel = require('gulp-babel'); var mapStyles = require('react-map-styles'); var modify = require('gulp-modify'); ...
gulp prod
gulpfile.js
gulp prod
<ide><path>ulpfile.js <ide> .pipe(babel()) <ide> .pipe(gulp.dest('./modules/react-move/lib')); <ide> }); <add> <add>gulp.task('prod', ['build', 'bundle', 'bundle-material', 'bundle-docs', 'bundle-layout', 'bundle-move']);
JavaScript
mit
0d4fcce7b8c86b6cf5b41521ca4bebde0b44474c
0
josephbaena/CS147-Project,josephbaena/CS147-Project
var models = require('../models'); exports.view = function(req, res) { var sessionEmail = req.session.email; if (sessionEmail != null && req.session.fb_id == null) { console.log(req.session.email); models.User.find({"email": req.session.email}, function (err, user) { var dept_nums = use...
routes/home.js
var models = require('../models'); exports.view = function(req, res) { var sessionEmail = req.session.email; if (sessionEmail != null && req.session.fb_id == null) { console.log(req.session.email); models.User.find({"email": req.session.email}, function (err, user) { var dept_nums = use...
fb.13
routes/home.js
fb.13
<ide><path>outes/home.js <ide> for (var i = 0; i < dept_nums.length; i++) { <ide> models.Course.find({"dept_num": dept_nums[i]}, <ide> function (err, course) { <add> console.log(course); <add> console.log(course[0]); <ide> all_cours...
Java
mit
error: pathspec 'src/main/java/interpres/ast/VirtualExpression.java' did not match any file(s) known to git
ad307d8e3f359612e00069f3beca5392912801db
1
thomasbrus/interpres
package interpres.ast; import interpres.language.DefinitionTable; import interpres.language.values.Value; public class VirtualExpression extends AST { private Value value; public VirtualExpression(Value value) { this.value = value; } public Value evaluate(DefinitionTable definitionTable) { return th...
src/main/java/interpres/ast/VirtualExpression.java
Added virtual expression (used in core.list.map)
src/main/java/interpres/ast/VirtualExpression.java
Added virtual expression (used in core.list.map)
<ide><path>rc/main/java/interpres/ast/VirtualExpression.java <add>package interpres.ast; <add> <add>import interpres.language.DefinitionTable; <add>import interpres.language.values.Value; <add> <add>public class VirtualExpression extends AST { <add> private Value value; <add> <add> public VirtualExpression(Value valu...
Java
apache-2.0
31bd969d1cc3151c60cc01d1a9ecee4596100f17
0
tateshitah/jspwiki,tateshitah/jspwiki,tateshitah/jspwiki,tateshitah/jspwiki
package com.ecyrd.jspwiki; import junit.framework.*; import java.io.*; import java.util.*; import com.ecyrd.jspwiki.providers.*; public class WikiEngineTest extends TestCase { public static final String NAME1 = "Test1"; Properties props = new Properties(); WikiEngine engine; public WikiEngineTest...
tests/com/ecyrd/jspwiki/WikiEngineTest.java
package com.ecyrd.jspwiki; import junit.framework.*; import java.io.*; import java.util.*; import com.ecyrd.jspwiki.providers.*; public class WikiEngineTest extends TestCase { public static final String NAME1 = "Test1"; Properties props = new Properties(); WikiEngine engine; public WikiEngineTest...
Moved testSpeed1() to StressTestSpeed git-svn-id: 6c0206e3b9edd104850923da33ebd73b435d374d@621731 13f79535-47bb-0310-9956-ffa450edef68
tests/com/ecyrd/jspwiki/WikiEngineTest.java
Moved testSpeed1() to StressTestSpeed
<ide><path>ests/com/ecyrd/jspwiki/WikiEngineTest.java <ide> engine.encodeName(name) ); <ide> } <ide> <del> private static int ITERATIONS = 100; <del> <del> public void testSpeed1() <del> throws Exception <del> { <del> InputStream is = getClass().getClassLoader().getReso...
Java
epl-1.0
57814092d82fd6e7e833c5d8e72e3e5e903976c6
0
rrimmana/birt-1,rrimmana/birt-1,Charling-Huang/birt,Charling-Huang/birt,rrimmana/birt-1,rrimmana/birt-1,sguan-actuate/birt,Charling-Huang/birt,sguan-actuate/birt,sguan-actuate/birt,sguan-actuate/birt,Charling-Huang/birt,rrimmana/birt-1,Charling-Huang/birt,sguan-actuate/birt
/******************************************************************************* * Copyright (c) 2007, 2008 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 av...
chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/reportitem/ChartReportItemUtil.java
/******************************************************************************* * Copyright (c) 2007, 2008 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 av...
Fixed potential bug, check null chart model case.
chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/reportitem/ChartReportItemUtil.java
Fixed potential bug, check null chart model case.
<ide><path>hart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/reportitem/ChartReportItemUtil.java <ide> public static boolean isKeepCubeHierarchyAndNotCubeTopLevelOnCategory( <ide> Chart model, CubeHandle cubeHandle, ReportItemHandle itemHandle ) <ide> { <add> if ( model == null ) <add> { <add> ...
Java
apache-2.0
b41fc2c1df19bcf81c72a5aacaff37af6b1b05f3
0
BroadleafCommerce/blc-paypal,BroadleafCommerce/blc-authorizenet
/* * Copyright 2008-2009 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 ap...
payment/broadleaf-braintree/src/main/java/org/broadleafcommerce/payment/service/module/BraintreePaymentModule.java
/* * Copyright 2008-2009 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 ap...
fixing braintree shipping method
payment/broadleaf-braintree/src/main/java/org/broadleafcommerce/payment/service/module/BraintreePaymentModule.java
fixing braintree shipping method
<ide><path>ayment/broadleaf-braintree/src/main/java/org/broadleafcommerce/payment/service/module/BraintreePaymentModule.java <ide> } <ide> <ide> public void setBillingInfo(Transaction result, PaymentContext paymentContext) { <del> if (result.getBillingAddress() != null) { <add> if (result.getBill...
Java
mit
61c6e3042726e0fbd37504dfba7adf04b1a449e8
0
johan12345/opacclient,geomcmaster/opacclient,johan12345/opacclient,ruediger-w/opacclient,thesebas/opacclient,raphaelm/opacclient,raphaelm/opacclient,ruediger-w/opacclient,simon04/opacclient,johan12345/opacclient,simon04/opacclient,johan12345/opacclient,hurzl/opacclient,opacapp/opacclient,hurzl/opacclient,opacapp/opaccl...
/** * Copyright (C) 2013 by Rüdiger Wurth under the MIT license: * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), * to deal in the Software without restriction, including without limitation * the right...
src/de/geeksfactory/opacclient/apis/BiBer1992.java
/** * Copyright (C) 2013 by Rüdiger Wurth under the MIT license: * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), * to deal in the Software without restriction, including without limitation * the right...
BiBer: pending fees and account expiry date
src/de/geeksfactory/opacclient/apis/BiBer1992.java
BiBer: pending fees and account expiry date
<ide><path>rc/de/geeksfactory/opacclient/apis/BiBer1992.java <ide> AccountData res = new AccountData(account.getId()); <ide> <ide> // get media <del> List<ContentValues> medien = accountGetMedia(account); <add> List<ContentValues> medien = accountGetMedia(account, res); <ide> res.setLent(medien); <ide> <ide> ...
Java
epl-1.0
fef8b776dc4e5c05ecb109561e92c7381ca67a56
0
myyate/capsule,isdom/capsule,puniverse/capsule,trance1st/capsule,isdom/capsule,danthegoodman/capsule,leolujuyi/capsule,angrilove/capsule,lookfirst/capsule,puniverse/capsule,guiquanz/capsule,myyate/capsule,victorbriz/capsule,guiquanz/capsule,lookfirst/capsule,trance1st/capsule,lookfirst/capsule,lookfirst/capsule,leoluju...
/* * Capsule * Copyright (c) 2014, Parallel Universe Software Co. All rights reserved. * * This program and the accompanying materials are licensed under the terms * of the Eclipse Public License v1.0, available at * http://www.eclipse.org/legal/epl-v10.html */ package capsule; import java.io.PrintStream; imp...
capsule/src/main/java/capsule/DependencyManagerImpl.java
/* * Capsule * Copyright (c) 2014, Parallel Universe Software Co. All rights reserved. * * This program and the accompanying materials are licensed under the terms * of the Eclipse Public License v1.0, available at * http://www.eclipse.org/legal/epl-v10.html */ package capsule; import java.io.PrintStream; imp...
organization
capsule/src/main/java/capsule/DependencyManagerImpl.java
organization
<ide><path>apsule/src/main/java/capsule/DependencyManagerImpl.java <ide> /** <ide> * Uses Aether as the Maven dependency manager. <ide> */ <add> <add> <ide> public class DependencyManagerImpl implements DependencyManager { <ide> /* <ide> * see http://git.eclipse.org/c/aether/aether-ant.git/tree/src/main/java...
Java
bsd-3-clause
080371ce7ee146bd575820e2956f04f66aa903d8
0
NCIP/c3pr,NCIP/c3pr,NCIP/c3pr
package edu.duke.cabig.c3pr.domain; import edu.duke.cabig.c3pr.utils.ProjectedList; import edu.duke.cabig.c3pr.utils.StringUtils; import gov.nih.nci.cabig.ctms.collections.LazyListHelper; import gov.nih.nci.cabig.ctms.domain.AbstractMutableDomainObject; import java.util.ArrayList; import java.util.List; import javax...
codebase/projects/core/src/java/edu/duke/cabig/c3pr/domain/Study.java
package edu.duke.cabig.c3pr.domain; import edu.duke.cabig.c3pr.utils.ProjectedList; import edu.duke.cabig.c3pr.utils.StringUtils; import gov.nih.nci.cabig.ctms.collections.LazyListHelper; import gov.nih.nci.cabig.ctms.domain.AbstractMutableDomainObject; import java.util.ArrayList; import java.util.List; import javax...
added study amendments associations, updated equalsTo and hashCode
codebase/projects/core/src/java/edu/duke/cabig/c3pr/domain/Study.java
added study amendments associations, updated equalsTo and hashCode
<ide><path>odebase/projects/core/src/java/edu/duke/cabig/c3pr/domain/Study.java <ide> import org.hibernate.annotations.Where; <ide> <ide> /** <del> * A systematic evaluation of an observation or an <del> * intervention (for example, treatment, drug, device, procedure or system) in one <del> * or more subjects. Frequen...
Java
mit
04721deb68d2aa9f1e85b5f185acf5af760d9e36
0
matthieu637/cpp-2a-info,matthieu637/cpp-2a-info,matthieu637/cpp-2a-info,david540/cpp-2a-info,david540/cpp-2a-info,david540/cpp-2a-info
package core; import java.util.Collections; import java.util.HashMap; import java.util.Iterator; import java.util.LinkedList; import java.util.List; import java.util.Map; import java.util.Set; import java.util.TreeSet; import java.util.concurrent.locks.Lock; import java.util.concurrent.locks.ReentrantLock; import org...
2017/SimBourse/src/core/Marche.java
package core; import java.util.Collections; import java.util.HashMap; import java.util.Iterator; import java.util.LinkedList; import java.util.List; import java.util.Map; import java.util.Set; import java.util.TreeSet; import java.util.concurrent.locks.Lock; import java.util.concurrent.locks.ReentrantLock; import org...
correction bug https://github.com/matthieu637/cpp-2a-info/pull/2
2017/SimBourse/src/core/Marche.java
correction bug https://github.com/matthieu637/cpp-2a-info/pull/2
<ide><path>017/SimBourse/src/core/Marche.java <ide> joueur_achat.setSolde_euros(joueur_achat.getSolde_euros() - (int) (vente.prix * volume_vendu)); <ide> joueur_achat.getSolde_actions().put(a, joueur_achat.getSolde_actions().get(a) + volume_vendu); <ide> vente.setVolume(vente.getVolume() - volume_vendu);...
Java
apache-2.0
c56cd9750de2ce19d766abbb994f5653d523b936
0
cloud-software-foundation/c5-replicator,cloud-software-foundation/c5-replicator,quantiply-fork/c5-replicator,quantiply-fork/c5-replicator
/* * Copyright (C) 2014 Ohm Data * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * This program...
c5db/src/main/java/c5db/discovery/BeaconService.java
/* * Copyright (C) 2014 Ohm Data * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * This program...
Remove BeaconService inspections (lambda and method ref conversions)
c5db/src/main/java/c5db/discovery/BeaconService.java
Remove BeaconService inspections (lambda and method ref conversions)
<ide><path>5db/src/main/java/c5db/discovery/BeaconService.java <ide> import com.google.common.util.concurrent.SettableFuture; <ide> import io.netty.bootstrap.Bootstrap; <ide> import io.netty.channel.Channel; <del>import io.netty.channel.ChannelFuture; <ide> import io.netty.channel.ChannelFutureListener; <ide> import io...
Java
epl-1.0
2e7e06f2f360917afdd4a4c87c562c4cf05cb97d
0
miomin/Keeper
package scu.miomin.com.keeper.activity; import android.content.Context; import android.content.Intent; import android.os.Bundle; import android.view.View; import scu.miomin.com.keeper.R; import scu.miomin.com.keeper.baseactivity.BaseActivity; import scu.miomin.com.keeper.util.ToastUtils; /** * 描述:绘制心电图的...
KeeperApp/src/main/java/scu/miomin/com/keeper/activity/AddFollowupActivity.java
package scu.miomin.com.keeper.activity; import android.content.Context; import android.content.Intent; import android.os.Bundle; import android.view.View; import scu.miomin.com.keeper.R; import scu.miomin.com.keeper.baseactivity.BaseActivity; import scu.miomin.com.keeper.util.ToastUtils; /** * 描述:绘制心电图的...
AddFollowupActivity
KeeperApp/src/main/java/scu/miomin/com/keeper/activity/AddFollowupActivity.java
AddFollowupActivity
<ide><path>eeperApp/src/main/java/scu/miomin/com/keeper/activity/AddFollowupActivity.java <ide> setContentView(R.layout.activity_add_followup); <ide> <ide> <del> <del> <ide> } <ide> <ide> public static void actionStart(Context context) {
Java
apache-2.0
cb96bffa671eeca3a4b345e1c3d58960547e61c0
0
google/walt,google/walt,google/walt,google/walt
/* * Copyright (C) 2015 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
android/WALT/app/src/main/java/org/chromium/latency/walt/ScreenResponseFragment.java
/* * Copyright (C) 2015 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
Renaming - get rid of m prefixes in screen response fragment
android/WALT/app/src/main/java/org/chromium/latency/walt/ScreenResponseFragment.java
Renaming - get rid of m prefixes in screen response fragment
<ide><path>ndroid/WALT/app/src/main/java/org/chromium/latency/walt/ScreenResponseFragment.java <ide> private SimpleLogger logger; <ide> private WaltDevice waltDevice; <ide> private Handler handler = new Handler(); <del> TextView mBlackBox; <add> TextView blackBox; <ide> private int timesToBlink; <...
Java
epl-1.0
6a34f40faffd0511c75a3114ef54eaf9628d8738
0
miomin/Keeper
package scu.miomin.com.keeper.bean; /** * 描述:生日实体类 创建日期:2015/11/3 * * @author 莫绪旻 */ public class BirthdayBean { private int year; private int month; private int day; public BirthdayBean(int year, int month, int day) { this.year = year; this.month = month; this.day = day;...
app/src/main/java/scu/miomin/com/keeper/bean/BirthdayBean.java
package scu.miomin.com.keeper.bean; /** * 描述:生日实体类 创建日期:2015/11/3 * * @author 莫绪旻 */ public class BirthdayBean { private int year; private int month; private int day; public BirthdayBean(int year, int month, int day) { this.year = year; this.month = month; this.day = day; ...
第一次提交library
app/src/main/java/scu/miomin/com/keeper/bean/BirthdayBean.java
第一次提交library
<ide><path>pp/src/main/java/scu/miomin/com/keeper/bean/BirthdayBean.java <ide> <ide> private int year; <ide> private int month; <add> <ide> private int day; <ide> <ide> public BirthdayBean(int year, int month, int day) {
JavaScript
mit
40d204a18b5d617f175aa585929ce5c2a3417a43
0
Xotic750/astrodate
/* AstroDate * * home: https://github.com/Xotic750/astrodate * * Copyright (C) 2013 Graham Fairweather (a.k.a: Xotic750) * * 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...
astrodate.js
/* AstroDate * * home: https://github.com/Xotic750/astrodate * * Copyright (C) 2013 Graham Fairweather (a.k.a: Xotic750) * * 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...
Added missing argument for month to name
astrodate.js
Added missing argument for month to name
<ide><path>strodate.js <ide> if (this.isJulian()) { <ide> val = monthName(gregorianToJulian(struct), type, this.currentLang()); <ide> } else { <del> val = monthName(struct, type); <add> ...
Java
mit
630972364fedba6e6c0474fca9ce60cf5a231767
0
gfneto/Hive2Hive,Hive2Hive/Hive2Hive
package org.hive2hive.core.processes.implementations.share.pkupdate; import org.apache.log4j.Logger; import org.hive2hive.core.log.H2HLoggerFactory; import org.hive2hive.core.model.FileVersion; import org.hive2hive.core.model.MetaFile; import org.hive2hive.core.network.data.IDataManager; import org.hive2hive.core.proc...
org.hive2hive.core/src/org/hive2hive/core/processes/implementations/share/pkupdate/InitializeChunkUpdateStep.java
package org.hive2hive.core.processes.implementations.share.pkupdate; import org.apache.log4j.Logger; import org.hive2hive.core.log.H2HLoggerFactory; import org.hive2hive.core.model.FileVersion; import org.hive2hive.core.model.MetaFile; import org.hive2hive.core.network.data.IDataManager; import org.hive2hive.core.proc...
minor addition of log entry Signed-off-by: Nico Rutishauser <a8643e0e26d5ead82e73aae64966ca144f152d8a@hotmail.ch>
org.hive2hive.core/src/org/hive2hive/core/processes/implementations/share/pkupdate/InitializeChunkUpdateStep.java
minor addition of log entry
<ide><path>rg.hive2hive.core/src/org/hive2hive/core/processes/implementations/share/pkupdate/InitializeChunkUpdateStep.java <ide> } <ide> <ide> logger.debug("Initialize updating all chunks for a file in a shared folder..."); <add> int counter = 0; <ide> for (FileVersion version : metaFile.getVersions()) { <ide>...
Java
apache-2.0
a66a56b108c04f05efcb9b965361d692435acc59
0
perezd/bazel,twitter-forks/bazel,katre/bazel,perezd/bazel,Asana/bazel,cushon/bazel,mrdomino/bazel,kchodorow/bazel-1,juhalindfors/bazel-patches,kchodorow/bazel,iamthearm/bazel,mikelikespie/bazel,dslomov/bazel,damienmg/bazel,akira-baruah/bazel,kchodorow/bazel,mbrukman/bazel,mikelikespie/bazel,ulfjack/bazel,UrbanCompass/b...
// Copyright 2015 The Bazel Authors. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by appl...
src/java_tools/buildjar/java/com/google/devtools/build/java/bazel/BazelJavaCompiler.java
// Copyright 2015 The Bazel Authors. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by appl...
Drop Error Prone-specific javacopts -- MOS_MIGRATED_REVID=127576227
src/java_tools/buildjar/java/com/google/devtools/build/java/bazel/BazelJavaCompiler.java
Drop Error Prone-specific javacopts
<ide><path>rc/java_tools/buildjar/java/com/google/devtools/build/java/bazel/BazelJavaCompiler.java <ide> import java.util.List; <ide> import java.util.Locale; <ide> import java.util.Set; <del> <ide> import javax.lang.model.SourceVersion; <ide> import javax.tools.DiagnosticListener; <ide> import javax.tools.JavaCompiler...
Java
agpl-3.0
14e3fb0f7efa2a8d051979fb0dfac4b6051c004a
0
animotron/core,animotron/core
/* * Copyright (C) 2011-2012 The Animo Project * http://animotron.org * * This file is part of Animotron. * * Animotron is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as * published by the Free Software Foundation, either version 3 of ...
src/main/java/org/animotron/synchro/BinaryGraphHandler.java
package org.animotron.synchro; import org.animotron.graph.Properties; import org.animotron.graph.handler.GraphHandler; import org.animotron.graph.serializer.DigestSerializer; import org.animotron.manipulator.Controller; import org.animotron.statement.Statement; import org.neo4j.graphdb.Relationship; import java.io.*;...
binary serializer of the animo expression
src/main/java/org/animotron/synchro/BinaryGraphHandler.java
binary serializer of the animo expression
<ide><path>rc/main/java/org/animotron/synchro/BinaryGraphHandler.java <add>/* <add> * Copyright (C) 2011-2012 The Animo Project <add> * http://animotron.org <add> * <add> * This file is part of Animotron. <add> * <add> * Animotron is free software: you can redistribute it and/or modify <add> * it under the terms o...
Java
mit
61b3ce96a5bb92ec21901500def24e6a35e22de6
0
elBukkit/MagicPlugin,elBukkit/MagicPlugin,elBukkit/MagicLib,elBukkit/MagicPlugin
package com.elmakers.mine.bukkit.action; import com.elmakers.mine.bukkit.api.action.CastContext; import com.elmakers.mine.bukkit.api.action.GUIAction; import com.elmakers.mine.bukkit.api.block.CurrencyItem; import com.elmakers.mine.bukkit.api.magic.Mage; import com.elmakers.mine.bukkit.api.magic.MageController; import...
src/main/java/com/elmakers/mine/bukkit/action/BaseShopAction.java
package com.elmakers.mine.bukkit.action; import com.elmakers.mine.bukkit.api.action.CastContext; import com.elmakers.mine.bukkit.api.action.GUIAction; import com.elmakers.mine.bukkit.api.block.CurrencyItem; import com.elmakers.mine.bukkit.api.magic.Mage; import com.elmakers.mine.bukkit.api.magic.MageController; import...
Add some protection for items with no meta. (Failure to add air)
src/main/java/com/elmakers/mine/bukkit/action/BaseShopAction.java
Add some protection for items with no meta. (Failure to add air)
<ide><path>rc/main/java/com/elmakers/mine/bukkit/action/BaseShopAction.java <ide> if (item == null) continue; <ide> <ide> ItemMeta meta = item.getItemMeta(); <add> if (meta == null) { <add> itemStacks.add(item); <add> continue; <add> } <ide> ...
Java
agpl-3.0
1ba3a8d0c497de644bbab24ec4cac7ec59182754
0
exomiser/Exomiser,exomiser/Exomiser
/* * The Exomiser - A tool to annotate and prioritize genomic variants * * Copyright (c) 2016-2017 Queen Mary University of London. * Copyright (c) 2012-2016 Charité Universitätsmedizin Berlin and Genome Research Ltd. * * This program is free software: you can redistribute it and/or modify * it under the terms o...
exomiser-core/src/main/java/org/monarchinitiative/exomiser/core/phenotype/PhenodigmModelScorer.java
/* * The Exomiser - A tool to annotate and prioritize genomic variants * * Copyright (c) 2016-2017 Queen Mary University of London. * Copyright (c) 2012-2016 Charité Universitätsmedizin Berlin and Genome Research Ltd. * * This program is free software: you can redistribute it and/or modify * it under the terms o...
Use Stream.ifPresent() to prevent null pointer dereference in PhenodigmModelScorer
exomiser-core/src/main/java/org/monarchinitiative/exomiser/core/phenotype/PhenodigmModelScorer.java
Use Stream.ifPresent() to prevent null pointer dereference in PhenodigmModelScorer
<ide><path>xomiser-core/src/main/java/org/monarchinitiative/exomiser/core/phenotype/PhenodigmModelScorer.java <ide> import org.slf4j.Logger; <ide> import org.slf4j.LoggerFactory; <ide> <del>import java.util.Comparator; <del>import java.util.Map; <del>import java.util.Objects; <del>import java.util.Set; <add>import jav...
Java
mit
195386e726184babcb724159125772294a470e23
0
CyclopsMC/EverlastingAbilities
package org.cyclops.everlastingabilities; import org.apache.logging.log4j.Level; import org.cyclops.cyclopscore.config.ConfigurableProperty; import org.cyclops.cyclopscore.config.ConfigurableType; import org.cyclops.cyclopscore.config.ConfigurableTypeCategory; import org.cyclops.cyclopscore.config.extendedconfig.Dummy...
src/main/java/org/cyclops/everlastingabilities/GeneralConfig.java
package org.cyclops.everlastingabilities; import org.apache.logging.log4j.Level; import org.cyclops.cyclopscore.config.ConfigurableProperty; import org.cyclops.cyclopscore.config.ConfigurableType; import org.cyclops.cyclopscore.config.ConfigurableTypeCategory; import org.cyclops.cyclopscore.config.extendedconfig.Dummy...
Lower mob totem drop chance from 1/10 to 1/50
src/main/java/org/cyclops/everlastingabilities/GeneralConfig.java
Lower mob totem drop chance from 1/10 to 1/50
<ide><path>rc/main/java/org/cyclops/everlastingabilities/GeneralConfig.java <ide> * 1/x chance for mobs to have abilities. <ide> */ <ide> @ConfigurableProperty(category = ConfigurableTypeCategory.GENERAL, comment = "1/x chance for mobs to have abilities", isCommandable = true) <del> public static int m...
Java
apache-2.0
82516721fdb63828b509a9fbbce127929ed3372f
0
ppavlidis/Gemma,ppavlidis/Gemma,ppavlidis/Gemma,ppavlidis/Gemma,ppavlidis/Gemma,ppavlidis/Gemma,ppavlidis/Gemma
/* * The Gemma project * * Copyright (c) 2006 University of British Columbia * * 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 *...
gemma-web/src/main/java/ubic/gemma/web/taglib/expression/experiment/AssayViewTag.java
/* * The Gemma project * * Copyright (c) 2006 University of British Columbia * * 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 *...
fix 1947
gemma-web/src/main/java/ubic/gemma/web/taglib/expression/experiment/AssayViewTag.java
fix 1947
<ide><path>emma-web/src/main/java/ubic/gemma/web/taglib/expression/experiment/AssayViewTag.java <ide> import javax.servlet.jsp.tagext.TagSupport; <ide> <ide> import org.apache.commons.lang.StringUtils; <del>import org.apache.commons.logging.Log; <del>import org.apache.commons.logging.LogFactory; <ide> <ide> import ub...
Java
apache-2.0
3eda519a662f04e1f9b98b5d1680bfc3cd319616
0
gentics/mesh,gentics/mesh,gentics/mesh,gentics/mesh
package com.gentics.mesh.core.schema; import static com.gentics.mesh.assertj.MeshAssertions.assertThat; import static com.gentics.mesh.core.rest.schema.change.impl.SchemaChangeOperation.ADDFIELD; import static com.gentics.mesh.core.rest.schema.change.impl.SchemaChangeOperation.REMOVEFIELD; import static com.gentics.me...
core/src/test/java/com/gentics/mesh/core/schema/MicroschemaDiffEndpointTest.java
package com.gentics.mesh.core.schema; import com.gentics.madl.tx.Tx; import com.gentics.mesh.FieldUtil; import com.gentics.mesh.core.data.schema.MicroschemaContainer; import com.gentics.mesh.core.rest.microschema.impl.MicroschemaModelImpl; import com.gentics.mesh.core.rest.schema.BinaryFieldSchema; import com.gentics....
Add schema diff test
core/src/test/java/com/gentics/mesh/core/schema/MicroschemaDiffEndpointTest.java
Add schema diff test
<ide><path>ore/src/test/java/com/gentics/mesh/core/schema/MicroschemaDiffEndpointTest.java <ide> package com.gentics.mesh.core.schema; <add> <add>import static com.gentics.mesh.assertj.MeshAssertions.assertThat; <add>import static com.gentics.mesh.core.rest.schema.change.impl.SchemaChangeOperation.ADDFIELD; <add>import...
Java
apache-2.0
9c40b4e59cd83027bdaaea047c01e47f08546e27
0
OpenVidu/openvidu,OpenVidu/openvidu,OpenVidu/openvidu,OpenVidu/openvidu,OpenVidu/openvidu,OpenVidu/openvidu
/* * (C) Copyright 2017-2019 OpenVidu (https://openvidu.io/) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by a...
openvidu-test-e2e/src/test/java/io/openvidu/test/e2e/OpenViduTestAppE2eTest.java
/* * (C) Copyright 2017-2019 OpenVidu (https://openvidu.io/) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by a...
openvidu-test-e2e: check composed audio-only duration fix
openvidu-test-e2e/src/test/java/io/openvidu/test/e2e/OpenViduTestAppE2eTest.java
openvidu-test-e2e: check composed audio-only duration fix
<ide><path>penvidu-test-e2e/src/test/java/io/openvidu/test/e2e/OpenViduTestAppE2eTest.java <ide> recPath = recordingsPath + SESSION_NAME + "-1/"; <ide> recording = new OpenVidu(OPENVIDU_URL, OPENVIDU_SECRET).getRecording(SESSION_NAME + "-1"); <ide> this.checkMultimediaFile(new File(recPath + recording.getName() +...
Java
mit
e2fd6338d827bf571d53e273ce2e943c00a05672
0
opentdc/rates-service-opencrx
/** * The MIT License (MIT) * * Copyright (c) 2015 Arbalo AG * * 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...
src/java/org/opentdc/rates/opencrx/OpencrxServiceProvider.java
/** * The MIT License (MIT) * * Copyright (c) 2015 Arbalo AG * * 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...
remove some unused dependencies
src/java/org/opentdc/rates/opencrx/OpencrxServiceProvider.java
remove some unused dependencies
<ide><path>rc/java/org/opentdc/rates/opencrx/OpencrxServiceProvider.java <ide> package org.opentdc.rates.opencrx; <ide> <ide> import java.util.List; <del>import java.util.logging.Logger; <ide> <ide> import javax.naming.NamingException; <ide> import javax.servlet.ServletContext;
Java
apache-2.0
6b43b628adf411f6a7e472f78a90d13b656e597c
0
apache/juddi,apache/juddi,apache/juddi,apache/juddi,apache/juddi
/* * Copyright 2001-2009 The Apache Software Foundation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
uddi-tck-base/src/main/java/org/apache/juddi/v3/tck/TckBusiness.java
/* * Copyright 2001-2009 The Apache Software Foundation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
JUDDI-644 adding additional debug info git-svn-id: 78f1a4f4f5508b22b762fadacf3de42e47fdef3b@1526850 13f79535-47bb-0310-9956-ffa450edef68
uddi-tck-base/src/main/java/org/apache/juddi/v3/tck/TckBusiness.java
JUDDI-644 adding additional debug info
<ide><path>ddi-tck-base/src/main/java/org/apache/juddi/v3/tck/TckBusiness.java <ide> } <ide> <ide> public void saveBusiness(String authInfo, String businessXML, String businessKey) { <del> saveBusiness(authInfo, businessXML, businessKey, false); <add> saveBusiness(authInfo...
Java
apache-2.0
7eda33c2a070d37ffb16b088a2f71c0cd73c221d
0
grahammendick/navigation,grahammendick/navigation,grahammendick/navigation,grahammendick/navigation,grahammendick/navigation,grahammendick/navigation,grahammendick/navigation
package com.navigation.reactnative; import android.app.Activity; import android.app.ActivityOptions; import android.app.SharedElementCallback; import android.content.Intent; import android.content.res.TypedArray; import android.os.Build; import android.os.Bundle; import android.util.Pair; import android.view.View; imp...
NavigationReactNative/src/android/app/src/main/java/com/navigation/reactnative/NavigationModule.java
package com.navigation.reactnative; import android.app.Activity; import android.app.ActivityOptions; import android.app.SharedElementCallback; import android.content.Intent; import android.content.res.TypedArray; import android.os.Build; import android.os.Bundle; import android.util.Pair; import android.view.View; imp...
Checked the shared element directly
NavigationReactNative/src/android/app/src/main/java/com/navigation/reactnative/NavigationModule.java
Checked the shared element directly
<ide><path>avigationReactNative/src/android/app/src/main/java/com/navigation/reactnative/NavigationModule.java <ide> @Override <ide> public void onSharedElementEnd(List<String> names, List<View> elements, List<View> snapshots) { <ide> ...
Java
mit
c38bbc5a67772d8ca6fc3445461cb47b6556050b
0
hermanbanken/RxFiddle,hermanbanken/RxFiddle,hermanbanken/RxFiddle,hermanbanken/RxFiddle,hermanbanken/RxFiddle
package nl.hermanbanken.rxfiddle; import jdk.internal.org.objectweb.asm.Type; import nl.hermanbanken.rxfiddle.data.Invoke; import nl.hermanbanken.rxfiddle.data.InvokeResult; import nl.hermanbanken.rxfiddle.data.Label; import nl.hermanbanken.rxfiddle.data.RuntimeEvent; import nl.hermanbanken.rxfiddle.visualiser.StdOutV...
rxfiddle-jvm-collector/src/main/java/nl/hermanbanken/RxFiddle/Hook.java
package nl.hermanbanken.rxfiddle; import jdk.internal.org.objectweb.asm.Type; import nl.hermanbanken.rxfiddle.data.Invoke; import nl.hermanbanken.rxfiddle.data.InvokeResult; import nl.hermanbanken.rxfiddle.data.Label; import nl.hermanbanken.rxfiddle.data.RuntimeEvent; import nl.hermanbanken.rxfiddle.visualiser.StdOutV...
Prevent rx.internal logging
rxfiddle-jvm-collector/src/main/java/nl/hermanbanken/RxFiddle/Hook.java
Prevent rx.internal logging
<ide><path>xfiddle-jvm-collector/src/main/java/nl/hermanbanken/RxFiddle/Hook.java <ide> /** Usage of Rx **/ <ide> public static void libraryHook( <ide> Object subject, String className, String methodName, boolean fromLambda) { <del> if (className.startsWith("rx/plugins")) return; <add> if (className.sta...
Java
apache-2.0
6165bf23f562a360ba2f15a0c7afa2d258fa3165
0
vector-im/riot-android,vector-im/vector-android,vector-im/riot-android,vector-im/vector-android,vector-im/riot-android,vector-im/vector-android,vector-im/riot-android,vector-im/riot-android,vector-im/vector-android
/* * Copyright 2015 OpenMarket Ltd * Copyright 2017 Vector Creations 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 * * Unle...
vector/src/main/java/im/vector/services/EventStreamService.java
/* * Copyright 2015 OpenMarket Ltd * Copyright 2017 Vector Creations 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 * * Unle...
notification_improvements First implementation
vector/src/main/java/im/vector/services/EventStreamService.java
notification_improvements First implementation
<ide><path>ector/src/main/java/im/vector/services/EventStreamService.java <ide> import android.support.v4.app.TaskStackBuilder; <ide> import android.support.v4.content.ContextCompat; <ide> import android.support.v4.content.res.ResourcesCompat; <add>import android.support.v4.util.Pair; <ide> import android.support.v7.ap...
Java
bsd-3-clause
3ee8511d07fa6889a60ccbd3904195266cdd4476
0
hypery2k/tracee,Hippoom/tracee,SvenBunge/tracee,danielwegener/tracee,tracee/tracee
package io.tracee; import javax.xml.namespace.QName; public final class TraceeConstants { private TraceeConstants() { } // TPIC = TracEE propagated invocation context public static final String HTTP_HEADER_NAME = "TPIC"; public static final String JMS_HEADER_NAME = "TPIC"; public static final ...
api/src/main/java/io/tracee/TraceeConstants.java
package io.tracee; import javax.xml.namespace.QName; public final class TraceeConstants { private TraceeConstants() { } // TPIC = TracEE propagated invocation context public static final String HTTP_HEADER_NAME = "TPIC"; public static final String JMS_HEADER_NAME = "TPIC"; public static final ...
Remove unused constants
api/src/main/java/io/tracee/TraceeConstants.java
Remove unused constants
<ide><path>pi/src/main/java/io/tracee/TraceeConstants.java <ide> public static final String SESSION_ID_KEY = "traceeSessionId"; <ide> public static final String REQUEST_ID_KEY = "traceeRequestId"; <ide> <del> public static final String PROFILE_HIDE_INBOUND = "HideInbound"; <del> public static final String PROF...
JavaScript
apache-2.0
871f7c7396998c5c22af348aa71fe0557e78b676
0
chtyim/cdap,mpouttuclarke/cdap,anthcp/cdap,hsaputra/cdap,caskdata/cdap,mpouttuclarke/cdap,anthcp/cdap,caskdata/cdap,mpouttuclarke/cdap,chtyim/cdap,chtyim/cdap,hsaputra/cdap,caskdata/cdap,hsaputra/cdap,mpouttuclarke/cdap,anthcp/cdap,caskdata/cdap,hsaputra/cdap,caskdata/cdap,anthcp/cdap,caskdata/cdap,chtyim/cdap,chtyim/c...
/** * Operation 2.8 */ angular.module(PKG.name+'.feature.dashboard') /* ------------------------------------------------------ */ .controller('OpsCdapCtrl', function ($scope, opshelper, $rootScope) { var panels = [ // Format: // [ Widget Title, context, [metricNames], line-type (options are in addwdgt-...
cdap-ui/app/features/operations/ops-ctrl.js
/** * Operation 2.8 */ angular.module(PKG.name+'.feature.dashboard') /* ------------------------------------------------------ */ .controller('OpsCdapCtrl', function ($scope, opshelper, $rootScope) { var panels = [ // Format: // [ Widget Title, context, [metricNames], line-type (options are in addwdgt-...
Minor cleaup on standard dashboard (ops-ctrl.js)
cdap-ui/app/features/operations/ops-ctrl.js
Minor cleaup on standard dashboard (ops-ctrl.js)
<ide><path>dap-ui/app/features/operations/ops-ctrl.js <ide> start: function(event, uiWidget, $element) {}, // optional callback fired when resize is started, <ide> resize: function(event, uiWidget, $element) {}, // optional callback fired when item is resized, <ide> stop: function(event, uiWidge...
Java
epl-1.0
d2d66d4095a9cc3f16126931820a5275868c291f
0
ELTE-Soft/xUML-RT-Executor
package hu.eltesoft.modelexecution.cli; import static org.junit.Assert.assertFalse; import static org.junit.Assert.assertNotEquals; import static org.junit.Assert.assertTrue; import java.io.File; import java.io.InputStream; import java.nio.file.Paths; import java.util.AbstractMap.SimpleEntry; import java.ut...
tests/hu.eltesoft.modelexecution.cli.tests/src/hu/eltesoft/modelexecution/cli/SystemModelTests.java
package hu.eltesoft.modelexecution.cli; import static org.junit.Assert.assertFalse; import static org.junit.Assert.assertNotEquals; import static org.junit.Assert.assertTrue; import java.io.File; import java.io.InputStream; import java.nio.file.Path; import java.nio.file.Paths; import java.util.AbstractMap....
Removing unused import
tests/hu.eltesoft.modelexecution.cli.tests/src/hu/eltesoft/modelexecution/cli/SystemModelTests.java
Removing unused import
<ide><path>ests/hu.eltesoft.modelexecution.cli.tests/src/hu/eltesoft/modelexecution/cli/SystemModelTests.java <ide> <ide> import java.io.File; <ide> import java.io.InputStream; <del>import java.nio.file.Path; <ide> import java.nio.file.Paths; <ide> import java.util.AbstractMap.SimpleEntry; <ide> import java.util.Array...
Java
apache-2.0
5202a2690fe80a359a2467ce27c268bf8aa0469b
0
VicMikhailau/MaskedEditText
package com.vicmikhailau.maskededittextsample; import android.os.Bundle; import android.support.v7.app.AppCompatActivity; import android.view.View; import android.widget.Button; import android.widget.EditText; import android.widget.Toast; import com.vicmikhailau.maskededittext.MaskedEditText; import com.vicmikhailau....
app/src/main/java/com/vicmikhailau/maskededittextsample/MainActivity.java
package com.vicmikhailau.maskededittextsample; import android.os.Bundle; import android.support.v7.app.AppCompatActivity; import android.view.View; import android.widget.Button; import android.widget.EditText; import android.widget.Toast; import com.vicmikhailau.maskededittext.MaskedEditText; import com.vicmikhailau....
Fix: we use weakref in watcher, and we need to store formatter as a class member (because, if gc was called, formatter will be destroyed).
app/src/main/java/com/vicmikhailau/maskededittextsample/MainActivity.java
Fix: we use weakref in watcher, and we need to store formatter as a class member (because, if gc was called, formatter will be destroyed).
<ide><path>pp/src/main/java/com/vicmikhailau/maskededittextsample/MainActivity.java <ide> // =========================================================== <ide> <ide> private EditText mEdtMasked; <add> private MaskedFormatter formatter; <ide> <ide> // =====================================================...
JavaScript
mit
30dd4ca09e24a6c5435040bccb55d60e1fc6d015
0
sebastian-software/core,sebastian-software/core,zynga/core,zynga/core,zynga/core,sebastian-software/core
/** * #require(jquery) #require(qunit) #asset(qunit.css) */ var global = this; $(function() { /* --------------------------------------------------------------------------- EXT :: FIX --------------------------------------------------------------------------- */ module("Ext :: Fixes"); asyncTest("setT...
test/source/class/tests.js
/** * #require(jquery) #require(qunit) #asset(qunit.css) */ var global = this; $(function() { /* --------------------------------------------------------------------------- EXT :: FIX --------------------------------------------------------------------------- */ module("Ext :: Fixes"); asyncTest("setT...
Fixed frame tests
test/source/class/tests.js
Fixed frame tests
<ide><path>est/source/class/tests.js <ide> { <ide> "anim" : <ide> { <del> "loading.png" : [16*16, 16, 16, 1], <del> "explode.png" : [32*30, 32*3, 30, 3], <del> "collapse.png" : [12*2, 12*20, 2, 20, 86] <add> "loading.png" : {"d":[16*16, 16, 0, [16, 1]], "p":0}, <add> "explode.png...
Java
epl-1.0
c541776f7d154efd0049809b7c580b1635037d22
0
MikeJMajor/openhab2-addons-dlinksmarthome,paulianttila/openhab2,MikeJMajor/openhab2-addons-dlinksmarthome,paulianttila/openhab2,paulianttila/openhab2,MikeJMajor/openhab2-addons-dlinksmarthome
/** * Copyright (c) 2010-2020 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse....
bundles/org.openhab.binding.deconz/src/main/java/org/openhab/binding/deconz/internal/discovery/BridgeDiscoveryParticipant.java
/** * Copyright (c) 2010-2020 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse....
[deconz] fix gateway discovery (#9362) Signed-off-by: Jan N. Klug <df303b334c1b7e8f66c0c6d0e49fee16913e793f@rub.de>
bundles/org.openhab.binding.deconz/src/main/java/org/openhab/binding/deconz/internal/discovery/BridgeDiscoveryParticipant.java
[deconz] fix gateway discovery (#9362)
<ide><path>undles/org.openhab.binding.deconz/src/main/java/org/openhab/binding/deconz/internal/discovery/BridgeDiscoveryParticipant.java <ide> <ide> import static org.openhab.binding.deconz.internal.BindingConstants.*; <ide> <add>import java.net.URI; <ide> import java.net.URL; <ide> import java.util.Collections; <ide...
Java
mit
error: pathspec 'app/src/test/java/ru/fixapp/fooproject/presentationlayer/resolution/LeftDrawerHelperEmptyTest.java' did not match any file(s) known to git
f4868831de8ab83aba1c550247588417ecd812c2
1
MrVilkaman/AndroidProjectTemplate
package ru.fixapp.fooproject.presentationlayer.resolution; import org.junit.Assert; import org.junit.Test; import ru.fixapp.fooproject.presentationlayer.fragments.core.BaseFragment; import ru.fixapp.fooproject.testsutils.BaseTestCase; public class LeftDrawerHelperEmptyTest extends BaseTestCase { // also for goo...
app/src/test/java/ru/fixapp/fooproject/presentationlayer/resolution/LeftDrawerHelperEmptyTest.java
added tests for empty drawer helper
app/src/test/java/ru/fixapp/fooproject/presentationlayer/resolution/LeftDrawerHelperEmptyTest.java
added tests for empty drawer helper
<ide><path>pp/src/test/java/ru/fixapp/fooproject/presentationlayer/resolution/LeftDrawerHelperEmptyTest.java <add>package ru.fixapp.fooproject.presentationlayer.resolution; <add> <add>import org.junit.Assert; <add>import org.junit.Test; <add> <add>import ru.fixapp.fooproject.presentationlayer.fragments.core.BaseFragmen...
JavaScript
bsd-3-clause
f29bdf2572655e3e7953407ad2b531f9e804f9aa
0
brython-dev/brython,brython-dev/brython,brython-dev/brython
// Script with function to load scripts and modules, including indexedDB cache (function($B){ var _b_ = $B.builtins if($B.VFS_timestamp && $B.VFS_timestamp > $B.timestamp){ // A VFS created by python -m brython --modules has its own // timestamp. If it is after the one in brython.js, use it $B.timestamp ...
www/src/loaders.js
// Script with function to load scripts and modules, including indexedDB cache (function($B){ var _b_ = $B.builtins if($B.VFS_timestamp && $B.VFS_timestamp > $B.timestamp){ // A VFS created by python -m brython --modules has its own // timestamp. If it is after the one in brython.js, use it $B.timestamp ...
When all the tasks started by brython(options) are done, dispatch a custom event "brython_done" with attribute "detail" set to options (related to issue #1533)
www/src/loaders.js
When all the tasks started by brython(options) are done, dispatch a custom event "brython_done" with attribute "detail" set to options (related to issue #1533)
<ide><path>ww/src/loaders.js <ide> $B.idb_cx.result.close() <ide> $B.idb_cx.$closed = true <ide> } <add> // dispatch event "brython_done" <add> document.dispatchEvent(new CustomEvent("brython_done", <add> {detail: $B.obj_dict($B.$options)})) <ide> return ...
Java
mit
50c6b6dc0cb298d6e3a5bcdc7135bebcffecfb00
0
phoenixnudt/OWL2VOWL,VisualDataWeb/OWL2VOWL
/* * Test.java * */ package de.uni_stuttgart.vis.vowl.owl2vowl.parser; import de.uni_stuttgart.vis.vowl.owl2vowl.export.JsonExporter; import de.uni_stuttgart.vis.vowl.owl2vowl.model.Constants; import de.uni_stuttgart.vis.vowl.owl2vowl.model.OntologyInfo; import de.uni_stuttgart.vis.vowl.owl2vowl.model.OntologyMetr...
src/main/java/de/uni_stuttgart/vis/vowl/owl2vowl/parser/Main.java
/* * Test.java * */ package de.uni_stuttgart.vis.vowl.owl2vowl.parser; import de.uni_stuttgart.vis.vowl.owl2vowl.export.JsonExporter; import de.uni_stuttgart.vis.vowl.owl2vowl.model.Constants; import de.uni_stuttgart.vis.vowl.owl2vowl.model.OntologyInfo; import de.uni_stuttgart.vis.vowl.owl2vowl.model.OntologyMetr...
Small improvements.
src/main/java/de/uni_stuttgart/vis/vowl/owl2vowl/parser/Main.java
Small improvements.
<ide><path>rc/main/java/de/uni_stuttgart/vis/vowl/owl2vowl/parser/Main.java <ide> <ide> import java.io.File; <ide> import java.io.IOException; <del>import java.util.Arrays; <ide> import java.util.List; <ide> import java.util.Set; <ide> <ide> public class Main { <ide> private static final boolean DEBUG_EXPORT = true;...
Java
apache-2.0
9a6938b3dc0c1537c000591a2e683e4b8e9c1c07
0
stevespringett/Alpine,stevespringett/Alpine,stevespringett/Alpine,stevespringett/Alpine
/* * This file is part of Alpine. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed t...
alpine/src/main/java/alpine/persistence/AbstractAlpineQueryManager.java
/* * This file is part of Alpine. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed t...
Removing detachment from persist
alpine/src/main/java/alpine/persistence/AbstractAlpineQueryManager.java
Removing detachment from persist
<ide><path>lpine/src/main/java/alpine/persistence/AbstractAlpineQueryManager.java <ide> pm.currentTransaction().commit(); <ide> pm.getFetchPlan().setDetachmentOptions(FetchPlan.DETACH_LOAD_FIELDS); <ide> pm.refresh(object); <del> return pm.detachCopy(object); <add> return object; <...
Java
mit
1f55d44fa14b7b5a293a582ad8f24eb02ed0b8ab
0
Azure/azure-sdk-for-java,Azure/azure-sdk-for-java,Azure/azure-sdk-for-java,Azure/azure-sdk-for-java,Azure/azure-sdk-for-java
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. package com.azure.messaging.eventhubs; import static java.nio.charset.StandardCharsets.UTF_8; import com.azure.core.amqp.AmqpRetryMode; import com.azure.core.amqp.AmqpRetryOptions; import com.azure.messaging.eventhubs.mod...
sdk/eventhubs/azure-messaging-eventhubs/src/samples/java/com/azure/messaging/eventhubs/PublishIterableEvents.java
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. package com.azure.messaging.eventhubs; import static java.nio.charset.StandardCharsets.UTF_8; import com.azure.core.amqp.AmqpRetryMode; import com.azure.core.amqp.AmqpRetryOptions; import com.azure.messaging.eventhubs.mod...
Fixed Event Hubs Sample issues #16872 (#18319)
sdk/eventhubs/azure-messaging-eventhubs/src/samples/java/com/azure/messaging/eventhubs/PublishIterableEvents.java
Fixed Event Hubs Sample issues #16872 (#18319)
<ide><path>dk/eventhubs/azure-messaging-eventhubs/src/samples/java/com/azure/messaging/eventhubs/PublishIterableEvents.java <ide> final Iterable<EventData> events = Flux.range(0, 100).map(number -> { <ide> final String contents = "event-data-" + number; <ide> return new EventData(content...
Java
mit
fb3d4783eb7f19513e8e59d3fb422dbf91591d05
0
TheIndifferent/jenkins-scm-koji-plugin,judovana/jenkins-scm-koji-plugin,TheIndifferent/jenkins-scm-koji-plugin,judovana/jenkins-scm-koji-plugin,judovana/jenkins-scm-koji-plugin
package hudson.plugins.scm.koji.client; import hudson.FilePath; import hudson.model.TaskListener; import hudson.plugins.scm.koji.BuildsSerializer; import hudson.plugins.scm.koji.model.Build; import hudson.plugins.scm.koji.model.KojiBuildDownloadResult; import hudson.plugins.scm.koji.model.KojiScmConfig; import hudson....
src/main/java/hudson/plugins/scm/koji/client/KojiBuildDownloader.java
package hudson.plugins.scm.koji.client; import hudson.FilePath; import hudson.model.TaskListener; import hudson.plugins.scm.koji.BuildsSerializer; import hudson.plugins.scm.koji.model.Build; import hudson.plugins.scm.koji.model.KojiBuildDownloadResult; import hudson.plugins.scm.koji.model.KojiScmConfig; import hudson....
Added warning when soemthing was about to downlaod, but was not
src/main/java/hudson/plugins/scm/koji/client/KojiBuildDownloader.java
Added warning when soemthing was about to downlaod, but was not
<ide><path>rc/main/java/hudson/plugins/scm/koji/client/KojiBuildDownloader.java <ide> targetDir.mkdirs(); <ide> } <ide> List<String> rpmFiles = downloadRPMs(targetDir, build); <add> <ide> return new KojiBuildDownloadResult(build, targetDir.getAbsolutePath(), rpmFiles); <ide> ...
JavaScript
apache-2.0
fce17d8ac09bceef1da315debdd589052e5ca13d
0
rackerlabs/pitchfork,rackerlabs/pitchfork,oldarmyc/pitchfork,oldarmyc/pitchfork,oldarmyc/pitchfork,rackerlabs/pitchfork
$('.scrollup').click(function(){ $('html, body').animate({ scrollTop: 0 }, 600); return false; }); $('.toc').click(function(e) { e.preventDefault(); var target = $(this).attr('href'); $('html, body').animate({ scrollTop: $(target).offset().top - 60}, 600); }); $('.testing-button').on('click', func...
pitchfork/static/js/ui.js
$('.scrollup').click(function(){ $('html, body').animate({ scrollTop: 0 }, 600); return false; }); $('.toc').click(function(e) { e.preventDefault(); var target = $(this).attr('href'); $('html, body').animate({ scrollTop: $(target).offset().top - 60}, 600); }); $('.testing-button').on('click', func...
If mock then send placeholders for DC and DDI
pitchfork/static/js/ui.js
If mock then send placeholders for DC and DDI
<ide><path>itchfork/static/js/ui.js <ide> if (form_value == 'Mock API Call') { <ide> validated = true; <ide> sending['mock'] = true; <add> sending['data_center'] = '{data_center}'; <add> sending['ddi'] = '{ddi}'; <ide> } <ide> if (validated) { <ide> ...
Java
apache-2.0
22f01cbd43ff15a4cbc418ea5bca7286dfe34bf8
0
dimagi/commcare-android,dimagi/commcare-android,dimagi/commcare-android,dimagi/commcare-android,dimagi/commcare-android,dimagi/commcare-android
package org.commcare.activities; import android.annotation.TargetApi; import android.content.Context; import android.content.Intent; import android.content.RestrictionsManager; import android.content.SharedPreferences; import android.content.pm.PackageManager; import android.os.Build; import android.os.Bundle...
app/src/org/commcare/activities/LoginActivity.java
package org.commcare.activities; import android.annotation.TargetApi; import android.content.Context; import android.content.Intent; import android.content.RestrictionsManager; import android.content.SharedPreferences; import android.content.pm.PackageManager; import android.os.Build; import android.os.Bundle...
fix overriding of last username
app/src/org/commcare/activities/LoginActivity.java
fix overriding of last username
<ide><path>pp/src/org/commcare/activities/LoginActivity.java <ide> protected void onActivityResult(int requestCode, int resultCode, Intent intent) { <ide> if (requestCode == SEAT_APP_ACTIVITY && resultCode == RESULT_OK) { <ide> uiController.refreshForNewApp(); <add> usernameBeforeRota...
Java
apache-2.0
87d955c5b59c90b45ad1d6208daf13bbd25d3e11
0
deib-polimi/modaclouds-tests,deib-polimi/modaclouds-tests
package it.polimi.modaclouds.scalingsdatests; import it.cloud.Configuration; import it.cloud.amazon.ec2.AmazonEC2; import it.cloud.amazon.ec2.Instance; import it.cloud.amazon.ec2.VirtualMachine; import it.cloud.amazon.elb.ElasticLoadBalancing; import it.cloud.amazon.elb.ElasticLoadBalancing.Listener; import it.cloud.u...
modaclouds-scalingsdatests/src/it/polimi/modaclouds/scalingsdatests/Test.java
package it.polimi.modaclouds.scalingsdatests; import it.cloud.Configuration; import it.cloud.amazon.ec2.AmazonEC2; import it.cloud.amazon.ec2.Instance; import it.cloud.amazon.ec2.VirtualMachine; import it.cloud.amazon.elb.ElasticLoadBalancing; import it.cloud.amazon.elb.ElasticLoadBalancing.Listener; import it.cloud.u...
Bugfix
modaclouds-scalingsdatests/src/it/polimi/modaclouds/scalingsdatests/Test.java
Bugfix
<ide><path>odaclouds-scalingsdatests/src/it/polimi/modaclouds/scalingsdatests/Test.java <ide> iapp.exec(String.format( <ide> app.getParameter("STARTER"), <ide> useDatabase ? database.getIps().get(0) : "127.0.0.1", <del> mplIp <add> mplIp, <add> mpl.getParameter("MP_PORT") <ide> )); <i...
Java
apache-2.0
cb33ecf7442715ef44efababaa2c01a5a7fa624f
0
HTML5MSc/HTML5Parser,carlos-anaya/HTML5Parser
package com.html5parser.algorithms; import java.util.Stack; import org.w3c.dom.Element; import com.html5parser.classes.InsertionMode; import com.html5parser.classes.ParserContext; import com.html5parser.factories.InsertionModeFactory; public class ResetTheInsertionModeAppropriately { public static void Run(Parser...
Code/src/main/java/com/html5parser/algorithms/ResetTheInsertionModeAppropriately.java
package com.html5parser.algorithms; import java.util.Stack; import org.w3c.dom.Element; import com.html5parser.classes.InsertionMode; import com.html5parser.classes.ParserContext; import com.html5parser.factories.InsertionModeFactory; public class ResetTheInsertionModeAppropriately { public static void Run(Parser...
Fix fragment context error
Code/src/main/java/com/html5parser/algorithms/ResetTheInsertionModeAppropriately.java
Fix fragment context error
<ide><path>ode/src/main/java/com/html5parser/algorithms/ResetTheInsertionModeAppropriately.java <ide> public class ResetTheInsertionModeAppropriately { <ide> <ide> public static void Run(ParserContext parserContext) { <del> Run(parserContext, null); <add> if(parserContext.isFlagHTMLFragmentParser()) <add> Run(par...
Java
lgpl-2.1
7c1e261199a69bc92f4f0bbd774725555139cce4
0
xkfz007/vlc,vlc-mirror/vlc-2.1,jomanmuk/vlc-2.1,vlc-mirror/vlc-2.1,krichter722/vlc,xkfz007/vlc,shyamalschandra/vlc,shyamalschandra/vlc,vlc-mirror/vlc,jomanmuk/vlc-2.2,xkfz007/vlc,shyamalschandra/vlc,xkfz007/vlc,xkfz007/vlc,vlc-mirror/vlc-2.1,jomanmuk/vlc-2.1,krichter722/vlc,krichter722/vlc,jomanmuk/vlc-2.2,jomanmuk/vlc...
/***************************************************************************** * JVLC.java: Main Java Class, represents a libvlc_instance_t object ***************************************************************************** * * Copyright (C) 1998-2008 the VideoLAN team * * Author: Filippo Carone <filippo@carone...
bindings/java/core/src/main/java/org/videolan/jvlc/JVLC.java
/***************************************************************************** * JVLC.java: Main Java Class, represents a libvlc_instance_t object ***************************************************************************** * * Copyright (C) 1998-2008 the VideoLAN team * * Author: Filippo Carone <filippo@carone...
minor changes to JVLC class
bindings/java/core/src/main/java/org/videolan/jvlc/JVLC.java
minor changes to JVLC class
<ide><path>indings/java/core/src/main/java/org/videolan/jvlc/JVLC.java <ide> <ide> private VLM vlm; <ide> <del> private volatile boolean released; <add> private volatile boolean released; <ide> <ide> public JVLC() <ide> { <ide> this(args.split(" ")); <ide> } <ide> <add> ...
Java
mit
cab193c084af2dddb15b8cbefb42d7ac04aa3785
0
kolach/cordova-plugin-hockeyapp,kolach/cordova-plugin-hockeyapp
package com.assuredlabor.cordova.hockeyapp; import org.apache.cordova.CordovaPlugin; import org.apache.cordova.PluginResult; import org.apache.cordova.CallbackContext; import org.json.JSONArray; import org.json.JSONException; import org.json.JSONObject; import static net.hockeyapp.android.ExceptionHandler.saveExcepti...
src/android/HockeyApp.java
package com.assuredlabor.cordova.hockeyapp; import org.apache.cordova.CordovaPlugin; import org.apache.cordova.PluginResult; import org.apache.cordova.CallbackContext; import org.json.JSONArray; import org.json.JSONException; import org.json.JSONObject; import static net.hockeyapp.android.ExceptionHandler.saveExcepti...
code cleanup
src/android/HockeyApp.java
code cleanup
<ide><path>rc/android/HockeyApp.java <ide> return new PluginResult(PluginResult.Status.OK); <ide> } <ide> <del>// private PluginResult reportCrash(JSONArray args) throws JSONException { <del>//// String message = args.getString(0); <del>//// throw new RuntimeException(message); <del>// <del>// <del>// <del>// } <...
Java
epl-1.0
10cdda737aa9cc74b1b2f15f4bccd47c9881b374
0
css-iter/cs-studio,css-iter/cs-studio,ESSICS/cs-studio,css-iter/cs-studio,ESSICS/cs-studio,css-iter/cs-studio,ControlSystemStudio/cs-studio,ESSICS/cs-studio,ControlSystemStudio/cs-studio,ControlSystemStudio/cs-studio,ESSICS/cs-studio,ControlSystemStudio/cs-studio,ControlSystemStudio/cs-studio,css-iter/cs-studio,css-ite...
/* * Copyright (c) 2010 Stiftung Deutsches Elektronen-Synchrotron, * 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 MERCHA...
applications/plugins/org.csstudio.config.ioconfig.view/src/java/org/csstudio/config/ioconfig/editorparts/SlaveEditor.java
/* * Copyright (c) 2010 Stiftung Deutsches Elektronen-Synchrotron, * 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 O...
o.c.config.ioconfig.view: fix the handling of free text parameter
applications/plugins/org.csstudio.config.ioconfig.view/src/java/org/csstudio/config/ioconfig/editorparts/SlaveEditor.java
o.c.config.ioconfig.view: fix the handling of free text parameter
<ide><path>pplications/plugins/org.csstudio.config.ioconfig.view/src/java/org/csstudio/config/ioconfig/editorparts/SlaveEditor.java <ide> /* <del> * Copyright (c) 2010 Stiftung Deutsches Elektronen-Synchrotron, <del> * Member of the Helmholtz Association, (DESY), HAMBURG, GERMANY. <del> * <del> * THIS SOFTWARE IS P...
JavaScript
mit
9ac63a724757a53b7ff5e38cdb369326b6272869
0
jmarymee/TaskHelper,jmarymee/TaskHelper,zbrad/TaskHelper,jmarymee/TaskHelper,zbrad/TaskHelper,jmarymee/TaskHelper,zbrad/TaskHelper,zbrad/TaskHelper
/// <reference path="../App.js" /> (function () { "use strict"; // The Office initialize function must be run each time a new page is loaded Office.initialize = function (reason) { $(document).ready(function () { app.initialize(); displayItemDetails(); //disp...
TaskHelperWeb/AppRead/Home/Home.js
/// <reference path="../App.js" /> (function () { "use strict"; // The Office initialize function must be run each time a new page is loaded Office.initialize = function (reason) { $(document).ready(function () { app.initialize(); displayItemDetails(); //disp...
Successful creation of a canned list of tasks
TaskHelperWeb/AppRead/Home/Home.js
Successful creation of a canned list of tasks
<ide><path>askHelperWeb/AppRead/Home/Home.js <ide> sendGetAllTasks(); <ide> //sendCreateTask(); <ide> <del> $('#createNewTasks').click(sendCreateAllTasks); <add> $('#createNewTasks').click(getListOfTasksToCreate); <ide> }); <ide> }; <ide> <add> //This test ...
Java
apache-2.0
db791a47f82c91bbfda7297dd934cc907f39be8e
0
pageseeder/diffx
/* * This file is part of the DiffX library. * * For licensing information please see the file license.txt included in the release. * A copy of this licence can also be found at * http://www.opensource.org/licenses/artistic-license-2.0.php */ package com.topologi.diffx.algorithm; import java.lang.ref...
src/com/topologi/diffx/algorithm/DiffXFactory.java
/* * This file is part of the DiffX library. * * For licensing information please see the file license.txt included in the release. * A copy of this licence can also be found at * http://www.opensource.org/licenses/artistic-license-2.0.php */ package com.topologi.diffx.algorithm; import java.lang.ref...
Improved consistency in comments
src/com/topologi/diffx/algorithm/DiffXFactory.java
Improved consistency in comments
<ide><path>rc/com/topologi/diffx/algorithm/DiffXFactory.java <ide> private static final Class[] ARGS = new Class[]{EventSequence.class, EventSequence.class}; <ide> <ide> /** <del> * Creates a diffex instance using the specified class name and event sequences. <add> * Creates a Diff-X instance using the specifi...
JavaScript
mit
8aa65122def2185fe52a946dbdee80809d4f9491
0
derDaywalker/dmptool,derDaywalker/dmptool,derDaywalker/dmptool,derDaywalker/dmptool
// Place all the behaviors and hooks related to the matching controller here. // All this logic will automatically be available in application.js. $(function() { $('#dialog_form').hide(); $('#add_authorization_view').click(function() { $('#dialog_form').dialog( { width: 800, height: 200, modal: true, cl...
app/assets/javascripts/institutions.js
// Place all the behaviors and hooks related to the matching controller here. // All this logic will automatically be available in application.js. $(function() { $('#dialog_form').hide(); $('#add_authorization_view').click(function() { $('#dialog_form').dialog( { width: 800, height: 200, modal: true, cl...
added some debug to js
app/assets/javascripts/institutions.js
added some debug to js
<ide><path>pp/assets/javascripts/institutions.js <ide> $(function(){ <ide> $("#run_date").on('change', function(e){ <ide> var run_date = $("#run_date option:selected")[0]; <del> <del> console.log('run_date selected: ' + run_date.value); <del> <add> <ide> $.getJSON("usage_statistics", {run_date: run_date.value...
Java
bsd-2-clause
e4bd74241f445fd8c9c5d929d0fa069aef4ce6b4
0
jchambers/jeospatial,jchambers/jeospatial
package com.eatthepath.jeospatial.vptree; import java.lang.reflect.Array; import java.util.ArrayDeque; import java.util.Collection; import java.util.Deque; import java.util.HashSet; import java.util.Iterator; import java.util.List; import java.util.Set; import java.util.Vector; import com.eatthepath.jeospatial.Cachin...
src/com/eatthepath/jeospatial/vptree/VPTree.java
package com.eatthepath.jeospatial.vptree; import java.lang.reflect.Array; import java.util.ArrayDeque; import java.util.Collection; import java.util.Deque; import java.util.HashSet; import java.util.Iterator; import java.util.List; import java.util.Set; import java.util.Vector; import com.eatthepath.jeospatial.Cachin...
Added docs for public constants.
src/com/eatthepath/jeospatial/vptree/VPTree.java
Added docs for public constants.
<ide><path>rc/com/eatthepath/jeospatial/vptree/VPTree.java <ide> * <p>The default node capacity for a vp-tree is {@value DEFAULT_BIN_SIZE} <ide> * points.</p> <ide> * <add> * <p>Note that the {@code VPTree} class is <strong>not</strong> thread-safe; <add> * because they forego any kind of synchronization or locking...
Java
epl-1.0
56e627747e2d4fe398fd8504abbd9303ca4e1fc6
0
sebasbaumh/portfolio,buchen/portfolio,buchen/portfolio,sebasbaumh/portfolio,sebasbaumh/portfolio,buchen/portfolio,buchen/portfolio,sebasbaumh/portfolio
package name.abuchen.portfolio.online.impl; import java.io.File; import java.io.IOException; import java.io.PrintWriter; import java.net.URI; import java.net.URISyntaxException; import java.nio.charset.StandardCharsets; import java.text.DecimalFormat; import java.text.DecimalFormatSymbols; import java.text.MessageForm...
name.abuchen.portfolio/src/name/abuchen/portfolio/online/impl/HTMLTableQuoteFeed.java
package name.abuchen.portfolio.online.impl; import java.io.File; import java.io.IOException; import java.io.PrintWriter; import java.net.URI; import java.net.URISyntaxException; import java.nio.charset.StandardCharsets; import java.text.DecimalFormat; import java.text.DecimalFormatSymbols; import java.text.MessageForm...
Remove unnecessary call to super constructor
name.abuchen.portfolio/src/name/abuchen/portfolio/online/impl/HTMLTableQuoteFeed.java
Remove unnecessary call to super constructor
<ide><path>ame.abuchen.portfolio/src/name/abuchen/portfolio/online/impl/HTMLTableQuoteFeed.java <ide> <ide> public HeaderInfo(int rowIndex, int numberOfHeaderColumns) <ide> { <del> super(); <ide> this.rowIndex = rowIndex; <ide> this.numberOfHeaderColumns = numberOfHea...
Java
lgpl-2.1
fc3f62a19f39daba397f7911483dbaadc86f6dde
0
languagetool-org/languagetool,lopescan/languagetool,janissl/languagetool,languagetool-org/languagetool,meg0man/languagetool,jimregan/languagetool,languagetool-org/languagetool,janissl/languagetool,lopescan/languagetool,meg0man/languagetool,janissl/languagetool,meg0man/languagetool,meg0man/languagetool,lopescan/language...
/* LanguageTool, a natural language style checker * Copyright (C) 2005 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 ...
trunk/JLanguageTool/src/test/de/danielnaber/languagetool/MainTest.java
/* LanguageTool, a natural language style checker * Copyright (C) 2005 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 ...
remove catch blocks where not needed
trunk/JLanguageTool/src/test/de/danielnaber/languagetool/MainTest.java
remove catch blocks where not needed
<ide><path>runk/JLanguageTool/src/test/de/danielnaber/languagetool/MainTest.java <ide> import org.xml.sax.SAXException; <ide> <ide> /** <del> * <del> * @author Marcin Miłkowski <ide> * Tests the basic features of the command-line interface. <ide> * <add> * @author Marcin Miłkowski <ide> */ <ide> public class MainT...
Java
apache-2.0
c6c2cd0f21f2f5e3c49cfd23849fc79bd3818fa6
0
wso2-extensions/identity-inbound-provisioning-scim2
/* * Copyright (c) 2017, 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/org.wso2.carbon.identity.scim2.common/src/main/java/org/wso2/carbon/identity/scim2/common/impl/SCIMUserManager.java
/* * Copyright (c) 2017, 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...
Change user creation reponse Get the user details from the userstore and send back the response for user creation. By doing this we could make scim get response and user creation response to be ideal.
components/org.wso2.carbon.identity.scim2.common/src/main/java/org/wso2/carbon/identity/scim2/common/impl/SCIMUserManager.java
Change user creation reponse
<ide><path>omponents/org.wso2.carbon.identity.scim2.common/src/main/java/org/wso2/carbon/identity/scim2/common/impl/SCIMUserManager.java <ide> carbonUM.addUser(user.getUserName(), user.getPassword(), null, claimsInLocalDialect, null); <ide> log.info("User: " + user.getUserName() + " is created t...
Java
epl-1.0
e13230e0f77fc038e089d77cd6f28783ffa1581b
0
arcanefoam/jgrapht,mt0803/jgrapht,lingeringsocket/jgrapht,alexeykudinkin/jgrapht,cthiebaud/jgrapht,kashak79/jgrapht,AidanDelaney/jgrapht,Infeligo/jgrapht,hal/jgrapht,wselwood/jgrapht,WorstCase00/jgrapht,Infeligo/jgrapht,arcanefoam/jgrapht,AidanDelaney/jgrapht,alexeykudinkin/jgrapht,rcpoison/jgrapht,hal/jgrapht,wselwood...
/* ========================================== * JGraphT : a free Java graph-theory library * ========================================== * * Project Info: http://jgrapht.sourceforge.net/ * Project Lead: Barak Naveh (barak_naveh@users.sourceforge.net) * * (C) Copyright 2003, by Barak Naveh and Contributors. * ...
src/org/_3pq/jgrapht/graph/AbstractGraph.java
/* ========================================== * JGraphT : a free Java graph-theory library * ========================================== * * Project Info: http://jgrapht.sourceforge.net/ * Project Lead: Barak Naveh (barak_naveh@users.sourceforge.net) * * (C) Copyright 2003, by Barak Naveh and Contributors. * ...
made assertions return boolean, to prep to use as: assert <assertion-method> git-svn-id: ea8dc44323ac57449cbfb89d58b37d570afecc0a@134 4a7320f3-3611-0410-a4d0-ef7ff04b8906
src/org/_3pq/jgrapht/graph/AbstractGraph.java
made assertions return boolean, to prep to use as: assert <assertion-method>
<ide><path>rc/org/_3pq/jgrapht/graph/AbstractGraph.java <ide> * @throws IllegalArgumentException if specified vertex does not exist in <ide> * this graph. <ide> */ <del> protected void assertVertexExist( Object v ) { <add> protected boolean assertVertexExist( Object v ) { <ide> if( ...
Java
apache-2.0
c4717f849b4c21636bf5addb33a36e101115645b
0
wro4j/wro4j,wro4j/wro4j,wro4j/wro4j
/** * Copyright Alex Objelean */ package ro.isdc.wro.extensions.processor.support; import static org.apache.commons.lang3.Validate.notNull; import org.apache.commons.lang3.time.DateUtils; import org.apache.commons.pool2.BasePooledObjectFactory; import org.apache.commons.pool2.PooledObject; import org.apac...
wro4j-extensions/src/main/java/ro/isdc/wro/extensions/processor/support/ObjectPoolHelper.java
/** * Copyright Alex Objelean */ package ro.isdc.wro.extensions.processor.support; import static org.apache.commons.lang3.Validate.notNull; import org.apache.commons.pool2.BasePooledObjectFactory; import org.apache.commons.pool2.PooledObject; import org.apache.commons.pool2.impl.DefaultPooledObject; impor...
Issue #1081 - Inconsistent build failures due to pool timeout
wro4j-extensions/src/main/java/ro/isdc/wro/extensions/processor/support/ObjectPoolHelper.java
Issue #1081 - Inconsistent build failures due to pool timeout
<ide><path>ro4j-extensions/src/main/java/ro/isdc/wro/extensions/processor/support/ObjectPoolHelper.java <ide> <ide> import static org.apache.commons.lang3.Validate.notNull; <ide> <add>import org.apache.commons.lang3.time.DateUtils; <ide> import org.apache.commons.pool2.BasePooledObjectFactory; <ide> import org.apache...
Java
apache-2.0
a3696d38df30781967eb379b1ed1682ac29f5551
0
thescouser89/pnc,alexcreasy/pnc,pkocandr/pnc,matedo1/pnc,rnc/pnc,matedo1/pnc,alexcreasy/pnc,matedo1/pnc,project-ncl/pnc,alexcreasy/pnc,matejonnet/pnc
/** * JBoss, Home of Professional Open Source. * Copyright 2014-2018 Red Hat, Inc., and individual contributors * as indicated by the @author tags. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the...
build-coordinator/src/main/java/org/jboss/pnc/coordinator/notifications/buildTask/BuildStatusMQNotifications.java
/** * JBoss, Home of Professional Open Source. * Copyright 2014-2018 Red Hat, Inc., and individual contributors * as indicated by the @author tags. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the...
Update UMB message header.
build-coordinator/src/main/java/org/jboss/pnc/coordinator/notifications/buildTask/BuildStatusMQNotifications.java
Update UMB message header.
<ide><path>uild-coordinator/src/main/java/org/jboss/pnc/coordinator/notifications/buildTask/BuildStatusMQNotifications.java <ide> BuildConfigurationRevisionRef buildConfigurationAudited = event.getBuild().getBuildConfigurationAudited(); <ide> Map<String, String> headers = new HashMap<>(); <ide> ...
Java
apache-2.0
278d2577fd74ddb5a1394ae5f3ad064451ffd75f
0
pax95/camel,pmoerenhout/camel,ullgren/camel,zregvart/camel,zregvart/camel,pax95/camel,christophd/camel,adessaigne/camel,pax95/camel,DariusX/camel,tdiesler/camel,cunningt/camel,nicolaferraro/camel,mcollovati/camel,apache/camel,CodeSmell/camel,nikhilvibhav/camel,apache/camel,gnodet/camel,zregvart/camel,christophd/camel,m...
/* * 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 ...
components/camel-netty-http/src/main/java/org/apache/camel/component/netty/http/DefaultNettyHttpBinding.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 ...
CAMEL-14025 - Fixed CS
components/camel-netty-http/src/main/java/org/apache/camel/component/netty/http/DefaultNettyHttpBinding.java
CAMEL-14025 - Fixed CS
<ide><path>omponents/camel-netty-http/src/main/java/org/apache/camel/component/netty/http/DefaultNettyHttpBinding.java <ide> <ide> // and mark the exception as failure handled, as we handled it by returning it as the response <ide> ExchangeHelper.setFailureHandled(message.getExchange()); <del> ...
JavaScript
isc
a7e67c9a7c23df20c37996ed5056a3a1a2f55510
0
probot/stale,probot/stale
const createScheduler = require('probot-scheduler'); const Stale = require('./lib/stale'); module.exports = async robot => { // Visit all repositories to mark and sweep stale issues const scheduler = createScheduler(robot); // Unmark stale issues if a user comments robot.on('issue_comment', unmark); robot.o...
index.js
const createScheduler = require('probot-scheduler'); const Stale = require('./lib/stale'); module.exports = async robot => { // Visit all repositories to mark and sweep stale issues const scheduler = createScheduler(robot); // Unmark stale issues if a user comments robot.on('issue_comment', unmark); robot.o...
Combine event and context to fix deprecation
index.js
Combine event and context to fix deprecation
<ide><path>ndex.js <ide> robot.on('pull_request_review_comment', unmark); <ide> robot.on('schedule.repository', markAndSweep); <ide> <del> async function unmark(event, context) { <add> async function unmark(context) { <ide> if (!context.isBot) { <ide> const stale = await forRepository(context); <del> ...
Java
apache-2.0
c4a4f4bccfebf576fa9ac3167e53c92b7156d408
0
JetBrains/teamcity-nuget-support,JetBrains/teamcity-nuget-support,JetBrains/teamcity-nuget-support,JetBrains/teamcity-nuget-support,stormleoxia/teamcity-nuget-support,stormleoxia/teamcity-nuget-support,stormleoxia/teamcity-nuget-support
/* * Copyright 2000-2012 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 la...
nuget-tests/src/jetbrains/buildServer/nuget/tests/server/NamedPackagesUpdateCheckerTest.java
/* * Copyright 2000-2012 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 la...
Add breaking tests for the cache update issue - TW-27263
nuget-tests/src/jetbrains/buildServer/nuget/tests/server/NamedPackagesUpdateCheckerTest.java
Add breaking tests for the cache update issue - TW-27263
<ide><path>uget-tests/src/jetbrains/buildServer/nuget/tests/server/NamedPackagesUpdateCheckerTest.java <ide> <ide> @Test <ide> @TestFor(issues = "TW-24575") <del> public void test_should_throw_error_if_no_packages_found() { <add> public void test_should_throw_error_if_no_packages_found_but_not_update_hash() { <i...
Java
mit
error: pathspec 'Java/Array/SumContinuesNumber.java' did not match any file(s) known to git
4228771ec4d59b3620ab7a30b93abec5369a064a
1
maniero/SOpt,bigown/SOpt,bigown/SOpt,maniero/SOpt,maniero/SOpt,bigown/SOpt,bigown/SOpt,bigown/SOpt,maniero/SOpt,maniero/SOpt,maniero/SOpt,bigown/SOpt,bigown/SOpt,bigown/SOpt,maniero/SOpt,maniero/SOpt,bigown/SOpt,maniero/SOpt,maniero/SOpt,maniero/SOpt,maniero/SOpt,maniero/SOpt,bigown/SOpt,maniero/SOpt,maniero/SOpt,manie...
import java.util.*; public class Main { public static void main(String[] args) { Scanner s = new Scanner(System.in); ArrayList<Integer> lista = new ArrayList<>(); int soma = 0; int menor = 999; int maior = 0; System.out.println("Digite 0 para terminar"); for ...
Java/Array/SumContinuesNumber.java
https://pt.stackoverflow.com/q/46136/101
Java/Array/SumContinuesNumber.java
https://pt.stackoverflow.com/q/46136/101
<ide><path>ava/Array/SumContinuesNumber.java <add>import java.util.*; <add> <add>public class Main { <add> public static void main(String[] args) { <add> Scanner s = new Scanner(System.in); <add> ArrayList<Integer> lista = new ArrayList<>(); <add> int soma = 0; <add> int menor = 999; <add...
JavaScript
mit
9663cfde82f68039a10a758fb2755152fbc2cb23
0
abjerner/Umbraco-CMS,umbraco/Umbraco-CMS,aaronpowell/Umbraco-CMS,abryukhov/Umbraco-CMS,WebCentrum/Umbraco-CMS,lars-erik/Umbraco-CMS,leekelleher/Umbraco-CMS,dawoe/Umbraco-CMS,aaronpowell/Umbraco-CMS,madsoulswe/Umbraco-CMS,marcemarc/Umbraco-CMS,NikRimington/Umbraco-CMS,dawoe/Umbraco-CMS,JeffreyPerplex/Umbraco-CMS,abryukh...
/** * @ngdoc service * @name umbraco.resources.entityResource * @description Loads in basic data for all entities * * ##What is an entity? * An entity is a basic **read-only** representation of an Umbraco node. It contains only the most * basic properties used to display the item in ...
src/Umbraco.Web.UI.Client/src/common/resources/entity.resource.js
/** * @ngdoc service * @name umbraco.resources.entityResource * @description Loads in basic data for all entities * * ##What is an entity? * An entity is a basic **read-only** representation of an Umbraco node. It contains only the most * basic properties used to display the item in ...
Fixed issue with creating doctypes & templated with an Ampersand : http://issues.umbraco.org/issue/U4-11550 (#2828)
src/Umbraco.Web.UI.Client/src/common/resources/entity.resource.js
Fixed issue with creating doctypes & templated with an Ampersand : http://issues.umbraco.org/issue/U4-11550 (#2828)
<ide><path>rc/Umbraco.Web.UI.Client/src/common/resources/entity.resource.js <ide> $http.get( <ide> umbRequestHelper.getApiUrl( <ide> "entityApiBaseUrl", <del> "GetSafeAlias", { value: value, camelCase: camelCase })), <add> ...
Java
apache-2.0
a71d689a2a7cfbf07c581a03489949068ccb178c
0
googleinterns/step126-2020,googleinterns/step126-2020,googleinterns/step126-2020,googleinterns/step126-2020,googleinterns/step126-2020
package com.google.sps.data; /* This class stores information pertaining to each precinct */ public class Precinct { /* Builder to construct each precinct object */ public static class Builder { private String name; private int population; private float averageHouseholdIncome; private float cri...
capstone/src/main/java/com/google/sps/data/Precinct.java
package com.google.sps.data; /* This class stores information pertaining to each precinct */ public class Precinct { public static class Builder { private String name; private int population; private float averageHouseholdIncome; private float crimeRate; private float policeStationRating; ...
Fixes semantic error in builder pattern structure
capstone/src/main/java/com/google/sps/data/Precinct.java
Fixes semantic error in builder pattern structure
<ide><path>apstone/src/main/java/com/google/sps/data/Precinct.java <ide> <ide> /* This class stores information pertaining to each precinct */ <ide> public class Precinct { <del> <add> <add> /* Builder to construct each precinct object */ <ide> public static class Builder { <ide> <ide> private String name; <...
Java
apache-2.0
24745b57eaab1156975ecced66c1b7c3b01307f7
0
rogrs/app-heroku,rogrs/app-heroku,rogrs/app-heroku
package br.com.rogrs.controller; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.http.HttpStatus; import org.springframework.http.ResponseEntity; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RequestParam; import ...
src/main/java/br/com/rogrs/controller/CEPController.java
package br.com.rogrs.controller; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.http.HttpStatus; import org.springframework.http.ResponseEntity; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RequestParam; import ...
Ajuste na formatação
src/main/java/br/com/rogrs/controller/CEPController.java
Ajuste na formatação
<ide><path>rc/main/java/br/com/rogrs/controller/CEPController.java <ide> @RestController <ide> @RequestMapping("/buscar") <ide> public class CEPController { <del> <add> <ide> @Autowired <ide> private ViaCEPService viaCEPService; <ide> <del> @RequestMapping("/cep") <del> public ResponseEntity<Endereco> buscarC...
JavaScript
mit
e379548d49bf7cfc50c5287c4a969fd9f1398f78
0
Aceheliflyer/Ace-Bot,Aceheliflyer/AceBot,Aceheliflyer/AceBot
const { Command } = require('discord.js-commando') const { stripIndents } = require('common-tags') const { escapeMarkdown } = require('discord.js') module.exports = class InfoCommand extends Command { constructor (client) { super(client, { name: 'info', memberName: 'info', group: 'information',...
commands/information/info.js
const { Command } = require('discord.js-commando') const { stripIndents } = require('common-tags') const { escapeMarkdown } = require('discord.js') module.exports = class InfoCommand extends Command { constructor (client) { super(client, { name: 'info', memberName: 'info', group: 'information',...
Commands: Added Trello to info command
commands/information/info.js
Commands: Added Trello to info command
<ide><path>ommands/information/info.js <ide> { 'name': 'Websites', 'value': stripIndents` <ide> [Homepage](${require('../../package.json').homepage}) <ide> [Repository](${require('../../package.json').homepageGithub}) <add> [Trello](${require('../../package.json').homepageTrello}) <...
Java
bsd-3-clause
0cc7a3a51ce802d5a9edf4c61de9871c7b7ed10a
0
oranoceallaigh/smppapi,oranoceallaigh/smppapi,oranoceallaigh/smppapi
package ie.omk.smpp; import ie.omk.smpp.event.ConnectionObserver; import ie.omk.smpp.event.EventDispatcher; import ie.omk.smpp.event.SimpleEventDispatcher; import ie.omk.smpp.message.Bind; import ie.omk.smpp.message.BindReceiver; import ie.omk.smpp.message.BindResp; import ie.omk.smpp.message.BindTransceiver; import i...
src/java/ie/omk/smpp/Connection.java
package ie.omk.smpp; import ie.omk.smpp.event.ConnectionObserver; import ie.omk.smpp.event.EventDispatcher; import ie.omk.smpp.event.SimpleEventDispatcher; import ie.omk.smpp.message.Bind; import ie.omk.smpp.message.BindReceiver; import ie.omk.smpp.message.BindResp; import ie.omk.smpp.message.BindTransceiver; import i...
Connection state to an AtomicInteger. Change setState method sig and operation. Updates to reflect API changes in other classes.
src/java/ie/omk/smpp/Connection.java
Connection state to an AtomicInteger. Change setState method sig and operation. Updates to reflect API changes in other classes.
<ide><path>rc/java/ie/omk/smpp/Connection.java <ide> private String connectionId; <ide> private SMPPVersion version = VersionFactory.getDefaultVersion(); <ide> private ConnectionType type; <del> private ConnectionState state = ConnectionState.UNBOUND; <add> private AtomicInteger state = new AtomicInte...
Java
apache-2.0
2340805cac728bef286f1954cce0d160fb1c77df
0
vector-im/riot-automated-tests,vector-im/riot-automated-tests
package mobilestests_android; import java.io.FileNotFoundException; import java.io.IOException; import java.lang.reflect.Method; import org.testng.Assert; import org.testng.annotations.AfterMethod; import org.testng.annotations.BeforeGroups; import org.testng.annotations.Listeners; import org.testng.annotations.Test;...
VectorMobileTests/src/test/java/mobilestests_android/RiotUxReworkTests.java
package mobilestests_android; import java.io.FileNotFoundException; import java.io.IOException; import java.lang.reflect.Method; import org.testng.Assert; import org.testng.annotations.AfterMethod; import org.testng.annotations.BeforeGroups; import org.testng.annotations.Listeners; import org.testng.annotations.Test;...
Improvements in RiotUxReworkTests for riot-android - Forces stickyHeaderTest to user default matrix.org homeserver - Added a restart riot function between each test
VectorMobileTests/src/test/java/mobilestests_android/RiotUxReworkTests.java
Improvements in RiotUxReworkTests for riot-android
<ide><path>ectorMobileTests/src/test/java/mobilestests_android/RiotUxReworkTests.java <ide> } <ide> <ide> /** <del> * 1. Open people tab </br> <del> * 2. Hit LOCAL ADDRESS BOOK sticky header </br> <del> * Local contact list is displayed </br> <del> * 3. Hit CONVERSATIONS sticky header </br> <del> * Conversatio...
Java
bsd-3-clause
a8445105fad1ff352bfa1d13f078b26968423c0b
0
NCIP/c3pr,NCIP/c3pr,NCIP/c3pr
package edu.duke.cabig.c3pr.domain; import java.util.ArrayList; import java.util.Iterator; import java.util.List; import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.FetchType; import javax.persistence.JoinColumn; import javax.persistence.ManyToOne; import javax.persistence.OneT...
codebase/projects/core/src/java/edu/duke/cabig/c3pr/domain/Epoch.java
package edu.duke.cabig.c3pr.domain; import java.util.ArrayList; import java.util.Iterator; import java.util.List; import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.FetchType; import javax.persistence.JoinColumn; import javax.persistence.ManyToOne; import javax.persistence.OneT...
Domain layer test coverage work.
codebase/projects/core/src/java/edu/duke/cabig/c3pr/domain/Epoch.java
Domain layer test coverage work.
<ide><path>odebase/projects/core/src/java/edu/duke/cabig/c3pr/domain/Epoch.java <ide> import edu.duke.cabig.c3pr.utils.StringUtils; <ide> import gov.nih.nci.cabig.ctms.collections.LazyListHelper; <ide> <del>// TODO: Auto-generated Javadoc <ide> /** <ide> * The Class Epoch. <ide> *
JavaScript
mit
eedfe5a0bc0ee00420639e5e3d789eb36dbbf6de
0
sunag/sea3d,sunag/sea3d,sunag/sea3d,sunag/sea3d,sunag/sea3d,sunag/sea3d
/** _ _ _ _____ __ _______ ______ * | |___| |_| |__ /__ | | | | _ | * * * | / _ \ _| | __\ | | \ | _ | U _ * |_\___/\__|_||_| _ |____/____ |__ \_|_ |_|_____| * * @author LoTh / http://3dflashlo.wordpress.com/ * @author SUNAG / http://www.sunag.com.br/ * ...
Source/Three.JS/physics/SEA3DAmmo.js
/** _ _ _ _____ __ _______ ______ * | |___| |_| |__ /__ | | | | _ | * * * | / _ \ _| | __\ | | \ | _ | U _ * |_\___/\__|_||_| _ |____/____ |__ \_|_ |_|_____| * * @author LoTh / http://3dflashlo.wordpress.com/ * @author SUNAG / http://www.sunag.com.br/ * ...
fix wheel offset
Source/Three.JS/physics/SEA3DAmmo.js
fix wheel offset
<ide><path>ource/Three.JS/physics/SEA3DAmmo.js <ide> <ide> if ( wheelTarget ) { <ide> <del> this.updateTargetTransform( wheelTarget, wheelsTransform, target.physics ? wheelTarget.physics.offset : null ); <add> this.updateTargetTransform( wheelTarget, wheelsTransform, wheelTarget.physics ? wheelTarget.phys...
Java
agpl-3.0
f02940eb215ef10b90193aa00b32d193cc323a34
0
Kunagi/kunagi,JavierPeris/kunagi,Kunagi/kunagi,JavierPeris/kunagi,Kunagi/kunagi,JavierPeris/kunagi,Kunagi/kunagi,JavierPeris/kunagi,JavierPeris/kunagi,Kunagi/kunagi
package scrum.client.project; import ilarkesto.gwt.client.AFieldValueWidget; import ilarkesto.gwt.client.AMultiSelectionViewEditWidget; import ilarkesto.gwt.client.ButtonWidget; import ilarkesto.gwt.client.TableBuilder; import ilarkesto.gwt.client.ToolbarWidget; import ilarkesto.gwt.client.editor.IntegerEditorWidget; ...
src/main/java/scrum/client/project/ProductBacklogWidget.java
package scrum.client.project; import ilarkesto.gwt.client.AFieldValueWidget; import ilarkesto.gwt.client.AMultiSelectionViewEditWidget; import ilarkesto.gwt.client.ButtonWidget; import ilarkesto.gwt.client.TableBuilder; import ilarkesto.gwt.client.ToolbarWidget; import ilarkesto.gwt.client.editor.IntegerEditorWidget; ...
velocity in product backlog git-svn-id: 5d16f60e415856c0d9146e9340794746a8f5c347@2972 15bc23fa-3125-0410-a1f3-bdc40dbf1900
src/main/java/scrum/client/project/ProductBacklogWidget.java
velocity in product backlog
<ide><path>rc/main/java/scrum/client/project/ProductBacklogWidget.java <ide> <ide> TableBuilder tb = new TableBuilder(); <ide> tb.setCellPadding(2); <del> tb.addField("Velocity", new IntegerEditorWidget(getCurrentProject().getVelocityModel())); <add> tb.addField("Assumed Velocity", new IntegerEditorWidget(getCur...
Java
apache-2.0
997835fefede67fcd09efa2c1b32c126e06aaf87
0
ceylon/ceylon-common,ceylon/ceylon-common,jvasileff/ceylon-common,jvasileff/ceylon-common,ceylon/ceylon-common,jvasileff/ceylon-common
package com.redhat.ceylon.common.config; import java.io.File; import java.util.Arrays; import java.util.Collections; import java.util.List; import com.redhat.ceylon.common.Constants; import com.redhat.ceylon.common.FileUtil; public class DefaultToolOptions { public final static String DEFAULTS_ENCODING = "d...
src/com/redhat/ceylon/common/config/DefaultToolOptions.java
package com.redhat.ceylon.common.config; import java.io.File; import java.util.Arrays; import java.util.Collections; import java.util.List; import com.redhat.ceylon.common.Constants; import com.redhat.ceylon.common.FileUtil; public class DefaultToolOptions { public final static String DEFAULTS_ENCODING = "d...
Added constants and helper methods for the compiler configuration options `NoOsgi` and `Pack200` (see ceylon/ceylon-compiler#275)
src/com/redhat/ceylon/common/config/DefaultToolOptions.java
Added constants and helper methods for the compiler configuration options `NoOsgi` and `Pack200` (see ceylon/ceylon-compiler#275)
<ide><path>rc/com/redhat/ceylon/common/config/DefaultToolOptions.java <ide> public final static String COMPILER_SOURCE = "compiler.source"; <ide> public final static String COMPILER_RESOURCE = "compiler.resource"; <ide> public final static String COMPILER_DOC = "compiler.doc"; <add> public final static S...
Java
apache-2.0
cbd44ef18988178718287628b0cf881a79ceda9d
0
warmsheep/VirtualEncoder
package org.warmsheep.encoder.actor.processor; import java.io.Serializable; import org.apache.commons.lang.StringUtils; import org.jpos.iso.ISOMsg; import org.jpos.iso.ISOUtil; import org.jpos.transaction.Context; import org.warmsheep.encoder.actor.AbsActor; import org.warmsheep.encoder.bean.A0CommandBean; import org...
code/wp-virtual-encoder/src/main/java/org/warmsheep/encoder/actor/processor/A0Processor.java
package org.warmsheep.encoder.actor.processor; import java.io.Serializable; import org.apache.commons.lang.StringUtils; import org.jpos.iso.ISOMsg; import org.jpos.iso.ISOUtil; import org.jpos.transaction.Context; import org.warmsheep.encoder.actor.AbsActor; import org.warmsheep.encoder.bean.A0CommandBean; import org...
修正A0返回类型错误
code/wp-virtual-encoder/src/main/java/org/warmsheep/encoder/actor/processor/A0Processor.java
修正A0返回类型错误
<ide><path>ode/wp-virtual-encoder/src/main/java/org/warmsheep/encoder/actor/processor/A0Processor.java <ide> } <ide> <ide> if(StringUtils.isNotBlank(randomKeyOnLmk)){ <del> context.put(TxnIC.RESULT_TYPE, RespCmdType.MT); <add> context.put(TxnIC.RESULT_TYPE, RespCmdType.A1); <ide> context.put(TxnIC.R...
Java
apache-2.0
a3bdd7fee9e6614ebdc1b1f4f87039c8561c00c0
0
dslomov/intellij-community,hurricup/intellij-community,pwoodworth/intellij-community,clumsy/intellij-community,blademainer/intellij-community,ol-loginov/intellij-community,vladmm/intellij-community,amith01994/intellij-community,pwoodworth/intellij-community,fitermay/intellij-community,youdonghai/intellij-community,aded...
/* * Copyright 2000-2009 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
java/execution/impl/src/com/intellij/execution/ui/AlternativeJREPanel.java
/* * Copyright 2000-2009 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
Fix alternative JRE panel UI
java/execution/impl/src/com/intellij/execution/ui/AlternativeJREPanel.java
Fix alternative JRE panel UI
<ide><path>ava/execution/impl/src/com/intellij/execution/ui/AlternativeJREPanel.java <ide> * User: anna <ide> * Date: Jun 21, 2005 <ide> */ <del>public class AlternativeJREPanel extends JPanel{ <add>public class AlternativeJREPanel extends JPanel { <ide> private final ComponentWithBrowseButton<TextFieldWithHistory...
Java
apache-2.0
26314643a3c2db4c6be50ac664e2fd0eb657b83b
0
igorakkerman/jlib
/* * jlib - Open Source Java Library * * www.jlib.org * * * Copyright 2005-2015 Igor Akkerman * * 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:...
jlib-core/src/main/java/org/jlib/core/language/OptionalUtility.java
/* * jlib - Open Source Java Library * * www.jlib.org * * * Copyright 2005-2015 Igor Akkerman * * 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:...
OptionalUtility created
jlib-core/src/main/java/org/jlib/core/language/OptionalUtility.java
OptionalUtility created
<ide><path>lib-core/src/main/java/org/jlib/core/language/OptionalUtility.java <ide> <ide> import java.util.Optional; <ide> import java.util.function.Predicate; <add>import java.util.function.Supplier; <ide> <ide> public final class OptionalUtility { <ide> <ide> public static <Value> Optional<Value> optionalOf(fi...
Java
apache-2.0
7f6464fcad9821259a40bb24f97f5e9dd9ceaa66
0
jimma/xerces,ronsigal/xerces,ronsigal/xerces,RackerWilliams/xercesj,RackerWilliams/xercesj,jimma/xerces,ronsigal/xerces,jimma/xerces,RackerWilliams/xercesj
/* * Copyright 1999-2002,2004 The Apache Software Foundation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless requir...
src/org/apache/xerces/dom/TextImpl.java
/* * Copyright 1999-2002,2004 The Apache Software Foundation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless requir...
Patch to fix problems with replaceWholeText. git-svn-id: 21df804813e9d3638e43477f308dd0be51e5f30f@319958 13f79535-47bb-0310-9956-ffa450edef68
src/org/apache/xerces/dom/TextImpl.java
Patch to fix problems with replaceWholeText.
<ide><path>rc/org/apache/xerces/dom/TextImpl.java <ide> extends CharacterDataImpl <ide> implements CharacterData, Text { <ide> <add> // <add> // Private Data members <add> // <add> //Used by replaceWholeText <add> private boolean fTextOnlyChildren = false; <add> <ide> // <ide> // C...
Java
mit
9413a2f132410196de6b1e4b9ca14be89ba27b16
0
elBukkit/MagicPlugin,elBukkit/MagicPlugin,elBukkit/MagicPlugin
package com.elmakers.mine.bukkit.magic.command; import com.elmakers.mine.bukkit.api.batch.Batch; import com.elmakers.mine.bukkit.api.block.BlockData; import com.elmakers.mine.bukkit.api.magic.Automaton; import com.elmakers.mine.bukkit.api.magic.Mage; import com.elmakers.mine.bukkit.api.magic.MageController; import com...
Magic/src/main/java/com/elmakers/mine/bukkit/magic/command/MagicCommandExecutor.java
package com.elmakers.mine.bukkit.magic.command; import com.elmakers.mine.bukkit.api.batch.Batch; import com.elmakers.mine.bukkit.api.block.BlockData; import com.elmakers.mine.bukkit.api.magic.Automaton; import com.elmakers.mine.bukkit.api.magic.Mage; import com.elmakers.mine.bukkit.api.magic.MageController; import com...
Read schematics using try-with-resources for automatic closure
Magic/src/main/java/com/elmakers/mine/bukkit/magic/command/MagicCommandExecutor.java
Read schematics using try-with-resources for automatic closure
<ide><path>agic/src/main/java/com/elmakers/mine/bukkit/magic/command/MagicCommandExecutor.java <ide> import org.bukkit.util.Vector; <ide> <ide> import java.io.File; <add>import java.io.InputStream; <ide> import java.lang.reflect.Constructor; <ide> import java.net.URL; <ide> import java.security.CodeSource; <ide> C...
Java
apache-2.0
1448c7dc0d95b8359f43ad54ee85f15bf6c91de5
0
ahb0327/intellij-community,orekyuu/intellij-community,ahb0327/intellij-community,SerCeMan/intellij-community,amith01994/intellij-community,orekyuu/intellij-community,diorcety/intellij-community,ryano144/intellij-community,da1z/intellij-community,hurricup/intellij-community,akosyakov/intellij-community,asedunov/intellij...
/* * Copyright 2000-2011 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
platform/xdebugger-impl/testSrc/com/intellij/xdebugger/XDebuggerTestUtil.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...
cleanup
platform/xdebugger-impl/testSrc/com/intellij/xdebugger/XDebuggerTestUtil.java
cleanup
<ide><path>latform/xdebugger-impl/testSrc/com/intellij/xdebugger/XDebuggerTestUtil.java <ide> } <ide> <ide> @Override <del> public void errorOccurred(String errorMessage) { <add> public void errorOccurred(@NotNull String errorMessage) { <ide> setErrorMessage(errorMessage); <del> } <del> <del> ...
Java
apache-2.0
ce605efbbf90471d7af47d727a6735cc238b4992
0
aspectran/aspectran,aspectran/aspectran
/* * Copyright (c) 2008-2018 The Aspectran 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 applicabl...
demo/src/main/java/com/aspectran/demo/speak/TextToSpeechBean.java
/* * Copyright (c) 2008-2018 The Aspectran 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 applicabl...
Update demo
demo/src/main/java/com/aspectran/demo/speak/TextToSpeechBean.java
Update demo
<ide><path>emo/src/main/java/com/aspectran/demo/speak/TextToSpeechBean.java <ide> <ide> private static final Log log = LogFactory.getLog(TextToSpeechBean.class); <ide> <add> private String voicePackage; <add> <ide> private String voiceName; <ide> <ide> private Voice voice; <ide> } <ide> } ...
Java
lgpl-2.1
cf7afaf45abb16c85e9ca9a4deec9f5c405866be
0
lcahlander/exist,wolfgangmm/exist,wolfgangmm/exist,hungerburg/exist,dizzzz/exist,ambs/exist,dizzzz/exist,wshager/exist,eXist-db/exist,eXist-db/exist,jensopetersen/exist,opax/exist,adamretter/exist,joewiz/exist,hungerburg/exist,wshager/exist,windauer/exist,ambs/exist,windauer/exist,hungerburg/exist,wshager/exist,lcahlan...
/* * eXist Open Source Native XML Database * Copyright (C) 2001-06 The eXist Project * http://exist-db.org * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License * as published by the Free Software Foundation; either version ...
src/org/exist/xquery/Profiler.java
/* * eXist Open Source Native XML Database * Copyright (C) 2001-06 The eXist Project * http://exist-db.org * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License * as published by the Free Software Foundation; either version ...
[ignore] Adopt to internal API change (fixes a0a8f130dae16b49ed75be4caaa193c52d113742).
src/org/exist/xquery/Profiler.java
[ignore] Adopt to internal API change (fixes a0a8f130dae16b49ed75be4caaa193c52d113742).
<ide><path>rc/org/exist/xquery/Profiler.java <ide> <ide> public final void traceFunctionEnd(Function function, long elapsed) { <ide> if (stats.isEnabled()) { <del> final String source = String.format("%s [%d:%d]", function.getContext().getXacmlSource().getKey(), function <add> final S...
Java
apache-2.0
5f64b920e60788903b78f8a74584e3fec7cc12a7
0
CarGuo/GSYVideoPlayer,CarGuo/GSYVideoPlayer
package com.example.gsyvideoplayer.video; import android.content.Context; import android.util.AttributeSet; import android.view.View; import android.view.ViewGroup; import android.widget.ImageView; import com.example.gsyvideoplayer.R; import com.shuyu.gsyvideoplayer.video.StandardGSYVideoPlayer; import com.shuyu.gsyv...
app/src/main/java/com/example/gsyvideoplayer/video/LandLayoutVideo.java
package com.example.gsyvideoplayer.video; import android.content.Context; import android.util.AttributeSet; import android.widget.ImageView; import com.example.gsyvideoplayer.R; import com.shuyu.gsyvideoplayer.video.StandardGSYVideoPlayer; /** * Created by shuyu on 2016/12/23. * CustomGSYVideoPlayer是试验中,建议使用的时候使用S...
fix demo
app/src/main/java/com/example/gsyvideoplayer/video/LandLayoutVideo.java
fix demo
<ide><path>pp/src/main/java/com/example/gsyvideoplayer/video/LandLayoutVideo.java <ide> <ide> import android.content.Context; <ide> import android.util.AttributeSet; <add>import android.view.View; <add>import android.view.ViewGroup; <ide> import android.widget.ImageView; <ide> <ide> import com.example.gsyvideoplayer....
JavaScript
isc
90358b958b6389cbb3439f37bcea4bf018bd2a1c
0
nexdrew/newww,rutaihwa/newww,kemitchell/newww,kemitchell/newww,aredridel/newww,rutaihwa/newww,watilde/newww,aredridel/newww,watilde/newww,watilde/newww,nexdrew/newww,kemitchell/newww,nexdrew/newww,aredridel/newww,rutaihwa/newww
/* Caching is tricky, and so deserves explanation. * * This is currently specific to the CMS, though most of the specifics are * factored separately. * * The general principles are thus: if we have it in cache, serve it up, even * if it's stale. If there's stale data in the cache, update it for future * requests...
lib/cms.js
/* Caching is tricky, and so deserves explanation. * * This is currently specific to the CMS, though most of the specifics are * factored separately. * * The general principles are thus: if we have it in cache, serve it up, even * if it's stale. If there's stale data in the cache, update it for future * requests...
Validate pages returned from API
lib/cms.js
Validate pages returned from API
<ide><path>ib/cms.js <ide> <ide> function fetchPage(slug) { <ide> var pageRoot = url.resolve(process.env.CMS_API, 'pages/'); <del> return fetch(url.resolve(pageRoot, slug)).then(function(res) { <add> var pageUrl = url.resolve(pageRoot, slug); <add> debug("Fetching %j for %j", pageUrl, slug); <add> return fetch(p...
Java
apache-2.0
3a5b4a0b264395cdd30406244496810b058baa0c
0
irccloud/android,irccloud/android,irccloud/android,irccloud/android,irccloud/android
package com.irccloud.android; import java.text.SimpleDateFormat; import java.util.ArrayList; import java.util.Calendar; import java.util.HashSet; import java.util.Iterator; import java.util.TreeMap; import org.json.JSONException; import org.json.JSONObject; import android.app.Activity; import android.content.Intent;...
src/com/irccloud/android/MessageViewFragment.java
package com.irccloud.android; import java.text.SimpleDateFormat; import java.util.ArrayList; import java.util.Calendar; import java.util.HashSet; import java.util.Iterator; import java.util.TreeMap; import org.json.JSONException; import org.json.JSONObject; import android.app.Activity; import android.content.Intent;...
Fix a bug where the date line could cause a blank collapsed row
src/com/irccloud/android/MessageViewFragment.java
Fix a bug where the date line could cause a blank collapsed row
<ide><path>rc/com/irccloud/android/MessageViewFragment.java <ide> long start = System.currentTimeMillis(); <ide> Iterator<EventsDataSource.Event> i = events.values().iterator(); <ide> EventsDataSource.Event next = i.next(); <add> Calendar calendar = Calendar.getInstance(); <ide> while(nex...
JavaScript
mit
3e6c8f47343ccd9325d92922af8426d79e4882c5
0
williammalone/BlocksJS,williammalone/BlocksJS,sojs/BlocksJS,sojs/BlocksJS
/* Copyright (c) 2013 William Malone (www.williammalone.com) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merg...
src/js/speaker.js
/* Copyright (c) 2013 William Malone (www.williammalone.com) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merg...
Added multiAudioElementPlayer fade support
src/js/speaker.js
Added multiAudioElementPlayer fade support
<ide><path>rc/js/speaker.js <ide> <ide> stopSound = function (inst) { <ide> <del> window.clearTimeout(inst.timeout); <del> <add> if (inst.timeout) { <add> window.clearTimeout(inst.timeout); <add> } <add> if (inst.fadeTimeout) { <add> window.clearTimeout(inst.fadeTimeout); <add> } <ide> /* <ide>...
Java
bsd-3-clause
89157596f9be310520a772227861d0ce08ffb6ea
0
forcedotcom/phoenix,forcedotcom/phoenix
/******************************************************************************* * Copyright (c) 2013, Salesforce.com, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * Redistr...
src/test/java/com/salesforce/phoenix/end2end/SaltedTableTest.java
/******************************************************************************* * Copyright (c) 2013, Salesforce.com, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * Redistr...
Test for select pk column with group by on a salted table.
src/test/java/com/salesforce/phoenix/end2end/SaltedTableTest.java
Test for select pk column with group by on a salted table.
<ide><path>rc/test/java/com/salesforce/phoenix/end2end/SaltedTableTest.java <ide> */ <ide> public class SaltedTableTest extends BaseClientMangedTimeTest { <ide> <del> private static byte[][] splits = null; <del> <ide> private static void initTableValues(byte[][] splits, long ts) throws Exception { <ide> ...
Java
mpl-2.0
533ad7ccaf182a1254dc6e51c49599fd2c2eb45b
0
Helioviewer-Project/JHelioviewer-SWHV,Helioviewer-Project/JHelioviewer-SWHV,Helioviewer-Project/JHelioviewer-SWHV,Helioviewer-Project/JHelioviewer-SWHV,Helioviewer-Project/JHelioviewer-SWHV
package org.helioviewer.plugins.eveplugin.radio.data; import java.awt.Rectangle; import java.io.IOException; import java.text.ParseException; import java.text.SimpleDateFormat; import java.util.ArrayList; import java.util.Date; import java.util.HashMap; import java.util.List; import java.util.Map; import org.heliovie...
plugins/jhv-eveplugin/src/org/helioviewer/plugins/eveplugin/radio/data/RadioDataManager.java
package org.helioviewer.plugins.eveplugin.radio.data; import java.awt.Rectangle; import java.io.IOException; import java.text.ParseException; import java.text.SimpleDateFormat; import java.util.ArrayList; import java.util.Date; import java.util.HashMap; import java.util.List; import java.util.Map; import org.heliovie...
Fixed null pointer git-svn-id: 4e353c0944fe8da334633afc35765ef362dec675@1364 b4e469a2-07ce-4b26-9273-4d7d95a670c7
plugins/jhv-eveplugin/src/org/helioviewer/plugins/eveplugin/radio/data/RadioDataManager.java
Fixed null pointer
<ide><path>lugins/jhv-eveplugin/src/org/helioviewer/plugins/eveplugin/radio/data/RadioDataManager.java <ide> } else { <ide> Log.trace("The region has not changed send a data not changed for image id : " + ri.getRadioImageID()); <ide> ...
Java
mit
43aecf3c0b5376f6d5abaacdf273648c2fcc517b
0
reasm/reasm-m68k
package org.reasm.m68k.source; import static org.hamcrest.Matchers.is; import static org.hamcrest.Matchers.nullValue; import static org.junit.Assert.assertThat; import java.util.ArrayList; import java.util.List; import javax.annotation.CheckForNull; import javax.annotation.Nonnull; import org.junit.Test; import org...
src/test/java/org/reasm/m68k/source/LogicalLineParserTest.java
package org.reasm.m68k.source; import static org.hamcrest.Matchers.is; import static org.hamcrest.Matchers.nullValue; import static org.junit.Assert.assertThat; import java.util.ArrayList; import java.util.List; import javax.annotation.CheckForNull; import javax.annotation.Nonnull; import org.junit.Test; import org...
Fix Javadoc on LogicalLineParserTest.parse()
src/test/java/org/reasm/m68k/source/LogicalLineParserTest.java
Fix Javadoc on LogicalLineParserTest.parse()
<ide><path>rc/test/java/org/reasm/m68k/source/LogicalLineParserTest.java <ide> } <ide> <ide> /** <del> * Asserts that {@link LogicalLineParser#parse(LogicalLineParserResult, CharSequenceReader)} parses a {@link LogicalLine} with <del> * the correct attributes. <add> * Asserts that {@link LogicalLin...
Java
mit
4345b330aa17e6a2b09f075c2b24fb6f14b706d8
0
kohsuke/hudson,sathiya-mit/jenkins,NehemiahMi/jenkins,v1v/jenkins,MichaelPranovich/jenkins_sc,ChrisA89/jenkins,gitaccountforprashant/gittest,morficus/jenkins,oleg-nenashev/jenkins,tangkun75/jenkins,varmenise/jenkins,pantheon-systems/jenkins,arunsingh/jenkins,guoxu0514/jenkins,ydubreuil/jenkins,Wilfred/jenkins,amruthsof...
/* * The MIT License * * Copyright (c) 2004-2009, Sun Microsystems, Inc., Kohsuke Kawaguchi, Stephen Connolly * * 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, i...
core/src/main/java/hudson/slaves/SlaveComputer.java
/* * The MIT License * * Copyright (c) 2004-2009, Sun Microsystems, Inc., Kohsuke Kawaguchi, Stephen Connolly * * 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, i...
fixed a possible race condition git-svn-id: 28f34f9aa52bc55a5ddd5be9e183c5cccadc6ee4@20294 71c3de6d-444a-0410-be80-ed276b4c234a
core/src/main/java/hudson/slaves/SlaveComputer.java
fixed a possible race condition
<ide><path>ore/src/main/java/hudson/slaves/SlaveComputer.java <ide> if (launcher instanceof ExecutorListener) { <ide> ((ExecutorListener)launcher).taskCompleted(executor, task, durationMS); <ide> } <del> if (getNode().getRetentionStrategy() instanceof ExecutorListener) { <del> ...
Java
apache-2.0
b82dfecac9e1d4c505dab0cc789d0efcbd0f9d1a
0
GerritCodeReview/gerrit,GerritCodeReview/gerrit,GerritCodeReview/gerrit,GerritCodeReview/gerrit,GerritCodeReview/gerrit,GerritCodeReview/gerrit,GerritCodeReview/gerrit,GerritCodeReview/gerrit
// Copyright (C) 2012 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/httpd/restapi/RestApiServlet.java
// Copyright (C) 2012 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 ...
Implement auto-tracing for read REST endpoints So far we don't know of any recoverable failure that should trigger retrying of read views, however for read views we want to automatically retry once with tracing enabled if a non-recoverable error occurs. Signed-off-by: Edwin Kempin <d43fb6c98c97e553b671ed9a9318100f1de...
java/com/google/gerrit/httpd/restapi/RestApiServlet.java
Implement auto-tracing for read REST endpoints
<ide><path>ava/com/google/gerrit/httpd/restapi/RestApiServlet.java <ide> import java.util.Set; <ide> import java.util.TreeMap; <ide> import java.util.concurrent.TimeUnit; <add>import java.util.function.Predicate; <ide> import java.util.regex.Pattern; <ide> import java.util.stream.Stream; <ide> import java.util.zip.GZIP...
Java
agpl-3.0
8d3510766b3bc244829b8abc50cba161679870c9
0
elki-project/elki,elki-project/elki,elki-project/elki
package de.lmu.ifi.dbs.properties; import de.lmu.ifi.dbs.algorithm.Algorithm; import de.lmu.ifi.dbs.logging.LoggingConfiguration; import de.lmu.ifi.dbs.utilities.optionhandling.Parameterizable; import java.io.File; import java.util.ArrayList; import java.util.List; import java.util.logging.Logger; import java.util.re...
src/de/lmu/ifi/dbs/properties/Properties.java
package de.lmu.ifi.dbs.properties; import de.lmu.ifi.dbs.algorithm.Algorithm; import de.lmu.ifi.dbs.logging.LoggingConfiguration; import de.lmu.ifi.dbs.utilities.optionhandling.Parameterizable; import java.io.File; import java.util.ArrayList; import java.util.List; import java.util.logging.Logger; import java.util.re...
condition
src/de/lmu/ifi/dbs/properties/Properties.java
condition
<ide><path>rc/de/lmu/ifi/dbs/properties/Properties.java <ide> } <ide> <ide> /** <del> * <del> * <del> * <del> * @param superclass <del> * @return <del> */ <del> public String availableClassesFor(Class superclass) <add> * Provides a description string listing all classes <add> ...
Java
apache-2.0
03ff19df45e8e41bf9ca284e48fa5f289101d424
0
davide-maestroni/jroutine,davide-maestroni/jroutine
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed u...
library/src/main/java/com/gh/bmd/jrt/core/AbstractRoutine.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed u...
Reverted commit
library/src/main/java/com/gh/bmd/jrt/core/AbstractRoutine.java
Reverted commit
<ide><path>ibrary/src/main/java/com/gh/bmd/jrt/core/AbstractRoutine.java <ide> package com.gh.bmd.jrt.core; <ide> <ide> import com.gh.bmd.jrt.builder.InvocationConfiguration; <del>import com.gh.bmd.jrt.channel.DeadlockException; <ide> import com.gh.bmd.jrt.channel.InvocationChannel; <ide> import com.gh.bmd.jrt.channel...
Java
bsd-2-clause
dd409aeb0b1d481eb7c8d22a6aa2392051af0206
0
edgehosting/jira-dvcs-connector,edgehosting/jira-dvcs-connector,edgehosting/jira-dvcs-connector,markphip/testing,markphip/testing,markphip/testing
package it.restart.com.atlassian.jira.plugins.dvcs; import java.util.ArrayList; import java.util.List; import javax.inject.Inject; import org.hamcrest.Matcher; import org.openqa.selenium.By; import com.atlassian.jira.plugins.dvcs.util.PageElementUtils; import com.atlassian.pageobjects.Page; import com.a...
jira-dvcs-connector-plugin/src/test/java/it/restart/com/atlassian/jira/plugins/dvcs/RepositoriesPage.java
package it.restart.com.atlassian.jira.plugins.dvcs; import java.util.ArrayList; import java.util.List; import javax.inject.Inject; import org.hamcrest.Matcher; import org.openqa.selenium.By; import com.atlassian.jira.plugins.dvcs.util.PageElementUtils; import com.atlassian.pageobjects.Page; import com.a...
BBC-472 Fixing Bitbucket Organization and Github Organization integration tests
jira-dvcs-connector-plugin/src/test/java/it/restart/com/atlassian/jira/plugins/dvcs/RepositoriesPage.java
BBC-472 Fixing Bitbucket Organization and Github Organization integration tests
<ide><path>ira-dvcs-connector-plugin/src/test/java/it/restart/com/atlassian/jira/plugins/dvcs/RepositoriesPage.java <ide> @ElementBy(id = "linkRepositoryButton") <ide> private PageElement linkRepositoryButton; <ide> <del> @ElementBy(id = "Submit") <add> @ElementBy(className = "button-panel-submit-but...
Java
apache-2.0
64c40f61d12cccb678c74797c2a70d5d2b56fd62
0
b2ihealthcare/snow-owl,IHTSDO/snow-owl,IHTSDO/snow-owl,IHTSDO/snow-owl,b2ihealthcare/snow-owl,b2ihealthcare/snow-owl,IHTSDO/snow-owl,b2ihealthcare/snow-owl
/* * Copyright 2011-2015 B2i Healthcare Pte Ltd, http://b2i.sg * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless require...
core/com.b2international.snowowl.datastore.server/src/com/b2international/snowowl/datastore/server/index/AbstractReIndexJob.java
/* * Copyright 2011-2015 B2i Healthcare Pte Ltd, http://b2i.sg * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless require...
[core] extracted component based reIndex method
core/com.b2international.snowowl.datastore.server/src/com/b2international/snowowl/datastore/server/index/AbstractReIndexJob.java
[core] extracted component based reIndex method
<ide><path>ore/com.b2international.snowowl.datastore.server/src/com/b2international/snowowl/datastore/server/index/AbstractReIndexJob.java <ide> final int size = contents.size(); <ide> monitor.setWorkRemaining(size + 5); <ide> for (final T component : Iterables.filter(contents, targetClass)) { <del> indexUpdate...
Java
mit
0b4ace26ce492969147f694ad72b374ec2e35b43
0
nls-oskari/oskari-server,nls-oskari/oskari-server,nls-oskari/oskari-server
package fi.nls.oskari; import fi.nls.oskari.control.*; import fi.nls.oskari.log.LogFactory; import fi.nls.oskari.log.Logger; import fi.nls.oskari.spring.extension.OskariParam; import fi.nls.oskari.util.ResponseHelper; import org.springframework.stereotype.Controller; import org.springframework.web.bind.annotation.Requ...
servlet-map/src/main/java/fi/nls/oskari/AjaxController.java
package fi.nls.oskari; import fi.nls.oskari.control.*; import fi.nls.oskari.log.LogFactory; import fi.nls.oskari.log.Logger; import fi.nls.oskari.spring.extension.OskariParam; import fi.nls.oskari.util.ResponseHelper; import org.springframework.stereotype.Controller; import org.springframework.web.bind.annotation.Requ...
Changed request handling method name in AjaxController
servlet-map/src/main/java/fi/nls/oskari/AjaxController.java
Changed request handling method name in AjaxController
<ide><path>ervlet-map/src/main/java/fi/nls/oskari/AjaxController.java <ide> <ide> @RequestMapping("/action") <ide> @ResponseBody <del> public void getMap(@OskariParam ActionParameters params, @RequestParam("action_route") String route) { <add> public void handleAction(@OskariParam ActionParameters params...