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
b037b1aa2dc40086df00aa61ca1ba3a03370680d
0
vital-ai/beaker-notebook,vital-ai/beaker-notebook,vital-ai/beaker-notebook,ScottPJones/beaker-notebook,ScottPJones/beaker-notebook,vital-ai/beaker-notebook,ScottPJones/beaker-notebook,ScottPJones/beaker-notebook,vital-ai/beaker-notebook,vital-ai/beaker-notebook,ScottPJones/beaker-notebook,vital-ai/beaker-notebook
/* * Copyright 2014 TWO SIGMA OPEN SOURCE, LLC * * 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...
plugin/jvm/src/main/java/com/twosigma/beaker/jvm/object/OutputContainerCell.java
/* * Copyright 2014 TWO SIGMA OPEN SOURCE, LLC * * 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...
#3267 - Implements Groovys left shifting into containers
plugin/jvm/src/main/java/com/twosigma/beaker/jvm/object/OutputContainerCell.java
#3267 - Implements Groovys left shifting into containers
<ide><path>lugin/jvm/src/main/java/com/twosigma/beaker/jvm/object/OutputContainerCell.java <ide> public OutputContainerCell(List<Object> items, List<String> labels) { <ide> super(items, labels); <ide> } <add> <add> public OutputContainer leftShift(Object item) { <add> addItem(item); <add> return this; <a...
Java
apache-2.0
964ab18ebe833a5c2902faac77e1c8ad97873fa7
0
wecoderBao/starjobs,wecoderBao/starjobs,wecoderBao/starjobs,wecoderBao/starjobs
/** * */ package io.rong.service.impl; import java.util.ArrayList; import java.util.HashMap; import java.util.List; import java.util.Map; import org.apache.commons.lang.StringUtils; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Service; import c...
starjobs/src/main/java/io/rong/service/impl/RongCloudServiceImpl.java
/** * */ package io.rong.service.impl; import java.util.ArrayList; import java.util.HashMap; import java.util.List; import java.util.Map; import org.apache.commons.lang.StringUtils; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Service; import c...
update
starjobs/src/main/java/io/rong/service/impl/RongCloudServiceImpl.java
update
<ide><path>tarjobs/src/main/java/io/rong/service/impl/RongCloudServiceImpl.java <ide> import com.starjobs.pojo.TFriend; <ide> import com.starjobs.pojo.TGroup; <ide> import com.starjobs.pojo.TGroupMember; <add>import com.starjobs.pojo.TGroupMemberExample; <ide> import com.starjobs.pojo.TUserInfo; <ide> <ide> import io....
Java
bsd-3-clause
3b9062442520994c3aba8933e39db94a09a5abd4
0
codecop/ugly-trivia-kata
package com.adaptionsoft.games.uglytrivia; import org.junit.Before; import org.junit.Test; import static org.hamcrest.MatcherAssert.assertThat; import static org.hamcrest.core.Is.is; import static org.mockito.Mockito.mock; public class CurrentPlayerTest { private static final String PLAYER_ONE = "Thomas"; p...
src/test/java/com/adaptionsoft/games/uglytrivia/CurrentPlayerTest.java
package com.adaptionsoft.games.uglytrivia; import org.junit.Before; import org.junit.Test; import static org.hamcrest.MatcherAssert.assertThat; import static org.hamcrest.core.Is.is; import static org.mockito.Mockito.mock; public class CurrentPlayerTest { public static final String PLAYER_ONE = "Thomas"; pu...
Reduce visibility (as proposed by inspection).
src/test/java/com/adaptionsoft/games/uglytrivia/CurrentPlayerTest.java
Reduce visibility (as proposed by inspection).
<ide><path>rc/test/java/com/adaptionsoft/games/uglytrivia/CurrentPlayerTest.java <ide> <ide> public class CurrentPlayerTest { <ide> <del> public static final String PLAYER_ONE = "Thomas"; <del> public static final String PLAYER_TWO = "Peter"; <add> private static final String PLAYER_ONE = "Thomas"; <add> ...
Java
apache-2.0
3e45cdbb5ba21bb52e8af92c6fba6ed06388d107
0
TimurTarasenko/omim,TimurTarasenko/omim,mgsergio/omim,programming086/omim,rokuz/omim,albertshift/omim,mpimenov/omim,bykoianko/omim,rokuz/omim,Transtech/omim,alexzatsepin/omim,kw217/omim,milchakov/omim,UdjinM6/omim,andrewshadura/omim,yunikkk/omim,igrechuhin/omim,guard163/omim,therearesomewhocallmetim/omim,victorbriz/omi...
package com.mapswithme.yopme; import java.io.File; import java.math.RoundingMode; import java.text.DecimalFormat; import java.text.NumberFormat; import android.app.PendingIntent; import android.content.Context; import android.content.Intent; import android.content.pm.PackageManager.NameNotFoundException; import andro...
android/YoPme/src/com/mapswithme/yopme/BackscreenActivity.java
package com.mapswithme.yopme; import java.io.File; import java.math.RoundingMode; import java.text.DecimalFormat; import java.text.NumberFormat; import android.app.PendingIntent; import android.content.Context; import android.content.Intent; import android.content.pm.PackageManager.NameNotFoundException; import andro...
[yopme] RightLeft - zoom in; LeftRight - zoom out.
android/YoPme/src/com/mapswithme/yopme/BackscreenActivity.java
[yopme] RightLeft - zoom in; LeftRight - zoom out.
<ide><path>ndroid/YoPme/src/com/mapswithme/yopme/BackscreenActivity.java <ide> requestLocationUpdate(); <ide> else if (action == Gestures.GESTURES_BS_LR) <ide> { <add> if (!zoomOut()) <add> return; <add> } <add> else if (action == Gestures.GESTURES_BS_RL) <add> { <ide> if (!zoom...
Java
apache-2.0
e5f224b2faa38de4d973f70a5394a3de953bd32e
0
PDXFinder/pdxfinder,PDXFinder/pdxfinder,PDXFinder/pdxfinder,PDXFinder/pdxfinder
package org.pdxfinder.repositories; import org.pdxfinder.dao.Patient; import org.pdxfinder.dao.PatientSnapshot; import org.springframework.data.neo4j.annotation.Query; import org.springframework.data.neo4j.repository.Neo4jRepository; import org.springframework.data.repository.query.Param; import org.springframework.st...
data-model/src/main/java/org/pdxfinder/repositories/PatientSnapshotRepository.java
package org.pdxfinder.repositories; import org.pdxfinder.dao.Patient; import org.pdxfinder.dao.PatientSnapshot; import org.springframework.data.neo4j.annotation.Query; import org.springframework.data.neo4j.repository.Neo4jRepository; import org.springframework.data.repository.query.Param; import org.springframework.st...
Do not create snapshot node if age is the same
data-model/src/main/java/org/pdxfinder/repositories/PatientSnapshotRepository.java
Do not create snapshot node if age is the same
<ide><path>ata-model/src/main/java/org/pdxfinder/repositories/PatientSnapshotRepository.java <ide> Set<Patient> findByPatientSex(String sex); <ide> <ide> Patient findByPatientExternalId(String externalId); <del> <del> Set<PatientSnapshot> findByPatient(Patient patient); <add> <add> @Query("MATCH (ps:...
JavaScript
mit
bb76969d390e011eb2ca38aa47f5727fbec00fbc
0
jammiemountz/mojsart,jammiemountz/mojsart,mojsart/mojsart,jammiemountz/mojsart,mojsart/mojsart
"use strict"; var mongoose = require('mongoose'); var SongSchema = new mongoose.Schema({ echoData: { artist: String, title: String, // md5 for uploaded songs md5: String, // id for the rest id: String, status: String, audio_summary: { danceability: Number, duration: Numb...
server/song/song_model.js
"use strict"; var mongoose = require('mongoose'); var SongSchema = new mongoose.Schema({ echoData: { artist: String, title: String, // md5 for uploaded songs md5: String, // id for the rest id: String, status: String, audio_summary: { danceability: Number, duration: Numb...
Begin work on SongSchema.methods.adjust
server/song/song_model.js
Begin work on SongSchema.methods.adjust
<ide><path>erver/song/song_model.js <ide> uri: String <ide> }); <ide> <add>SongSchema.methods.adjust = function(compare, increment) { <add> console.log('adjusting', this.echoData.title, 'and', compare.echoData.title, 'with increment', increment); <add> // TODO: write adjusting function <add>}; <add> <ide> module.e...
Java
apache-2.0
aaf4c901a798ee12b678fcaf5a64a40954b5c0f1
0
sherbold/CrossPare
package de.ugoe.cs.cpdp.training; import java.util.LinkedList; import java.util.List; import org.apache.commons.collections4.list.SetUniqueList; import weka.classifiers.AbstractClassifier; import weka.classifiers.Classifier; import weka.core.Instance; import weka.core.Instances; import org.apache.commons.lang3.Array...
CrossPare/src/de/ugoe/cs/cpdp/training/GPTraining.java
package de.ugoe.cs.cpdp.training; import java.util.LinkedList; import java.util.List; import org.apache.commons.collections4.list.SetUniqueList; import weka.classifiers.AbstractClassifier; import weka.classifiers.Classifier; import weka.core.Instance; import weka.core.Instances; import org.apache.commons.lang3.Array...
evalfix
CrossPare/src/de/ugoe/cs/cpdp/training/GPTraining.java
evalfix
<ide><path>rossPare/src/de/ugoe/cs/cpdp/training/GPTraining.java <ide> // then is evaluated on the rest <ide> classifiers = new LinkedList<>(); <ide> for(int i=0; i < traindataSet.size(); i++) { <del> <add> <ide> // candidates we get out of evaluation ...
Java
apache-2.0
75eadb73c4e07733205c531d5ab1bbd1c1691493
0
opendatakit/androidcommon
/* * Copyright (C) 2015 University of Washington * * 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...
androidcommon_lib/src/main/java/org/opendatakit/common/android/application/CommonApplication.java
/* * Copyright (C) 2015 University of Washington * * 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...
Define split API for finer control within class hierarchy
androidcommon_lib/src/main/java/org/opendatakit/common/android/application/CommonApplication.java
Define split API for finer control within class hierarchy
<ide><path>ndroidcommon_lib/src/main/java/org/opendatakit/common/android/application/CommonApplication.java <ide> triggerDatabaseEvent(true); <ide> } <ide> <add> public void establishDoNotFireDatabaseConnectionListener(Activity activity) { <add> databaseListenerActivity = activity; <add> } <add> <add> publ...
Java
apache-2.0
dac1aa0251d936c9cb84cd089c7a3abdfec553ca
0
paulk-asert/incubator-groovy,paulk-asert/incubator-groovy,shils/groovy,apache/incubator-groovy,shils/incubator-groovy,apache/incubator-groovy,shils/groovy,paulk-asert/groovy,apache/incubator-groovy,shils/incubator-groovy,apache/groovy,apache/groovy,paulk-asert/groovy,apache/incubator-groovy,apache/groovy,paulk-asert/in...
/* * 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")...
subprojects/groovy-groovydoc/src/test/groovy/org/codehaus/groovy/tools/groovydoc/GroovyDocTest.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")...
use JUnit4 rather than JUnit 3 style to avoid using deprecated method
subprojects/groovy-groovydoc/src/test/groovy/org/codehaus/groovy/tools/groovydoc/GroovyDocTest.java
use JUnit4 rather than JUnit 3 style to avoid using deprecated method
<ide><path>ubprojects/groovy-groovydoc/src/test/groovy/org/codehaus/groovy/tools/groovydoc/GroovyDocTest.java <ide> package org.codehaus.groovy.tools.groovydoc; <ide> <ide> import groovy.util.CharsetToolkit; <del>import org.apache.tools.ant.BuildFileTest; <add>import org.apache.tools.ant.BuildFileRule; <ide> import or...
Java
mit
974e5429274cd302ed831717e4372a187fa70a4b
0
lemmy/tlaplus,tlaplus/tlaplus,lemmy/tlaplus,tlaplus/tlaplus,lemmy/tlaplus,tlaplus/tlaplus,lemmy/tlaplus,tlaplus/tlaplus
// Copyright (c) 2011 Microsoft Corporation. All rights reserved. package tlc2.tool.fp; import java.io.File; import java.io.IOException; import java.text.DecimalFormat; import java.util.Date; import org.junit.After; import org.junit.Before; public abstract class AbstractFPSetTest { protected static final long RNG...
tlatools/test/tlc2/tool/fp/AbstractFPSetTest.java
// Copyright (c) 2011 Microsoft Corporation. All rights reserved. package tlc2.tool.fp; import java.io.File; import java.io.IOException; import java.text.DecimalFormat; import java.util.Date; import org.junit.After; import org.junit.Before; public abstract class AbstractFPSetTest { protected static final long RNG...
Handle div-by-zero. [Tests][TLC]
tlatools/test/tlc2/tool/fp/AbstractFPSetTest.java
Handle div-by-zero.
<ide><path>latools/test/tlc2/tool/fp/AbstractFPSetTest.java <ide> public void printInsertionSpeed(final FPSet fpSet, long start, long end) { <ide> final long size = fpSet.size(); <ide> // Normalize insertions to minutes. <del> final long duration = (end - start) / 1000L; //seconds <del> final long insertions = (...
Java
apache-2.0
9a5a60dd738d819fe430b7657f4232d50b5522dd
0
CloudSlang/cloud-slang,CloudSlang/cloud-slang,CloudSlang/cloud-slang,CloudSlang/cloud-slang
/** * **************************************************************************** * (c) Copyright 2014 Hewlett-Packard Development Company, L.P. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License v2.0 which accompany this distribution. * <...
cloudslang-entities/src/main/java/io/cloudslang/lang/entities/bindings/values/SensitiveValue.java
/** * **************************************************************************** * (c) Copyright 2014 Hewlett-Packard Development Company, L.P. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License v2.0 which accompany this distribution. * <...
sensitive value can be container for encrypted and not encrypted content
cloudslang-entities/src/main/java/io/cloudslang/lang/entities/bindings/values/SensitiveValue.java
sensitive value can be container for encrypted and not encrypted content
<ide><path>loudslang-entities/src/main/java/io/cloudslang/lang/entities/bindings/values/SensitiveValue.java <ide> <ide> public static final String SENSITIVE_VALUE_MASK = "********"; <ide> <del> private String content; <add> private String content = null; <add> private Serializable originalContent = null;...
Java
mit
9090e1ff4743cc8c8e7b6accd1e068281b1f2c83
0
sormuras/bach,sormuras/bach
/* * Bach - Java Shell Builder * Copyright (C) 2019 Christian Stein * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless re...
src/modules/de.sormuras.bach/main/java/de/sormuras/bach/Command.java
/* * Bach - Java Shell Builder * Copyright (C) 2019 Christian Stein * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless re...
Add list of arguments getter
src/modules/de.sormuras.bach/main/java/de/sormuras/bach/Command.java
Add list of arguments getter
<ide><path>rc/modules/de.sormuras.bach/main/java/de/sormuras/bach/Command.java <ide> return name; <ide> } <ide> <add> /** Return the command's arguments. */ <add> public List<String> getList() { <add> return list; <add> } <add> <ide> @Override <ide> public String toString() { <ide> var args = list....
Java
epl-1.0
bd8571d5d31c4d342587ea5b401e23c02be9be47
0
kopl/SPLevo,kopl/SPLevo
/******************************************************************************* * Copyright (c) 2014 * * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http...
UI/org.splevo.ui.wizard.consolidation/src/org/splevo/ui/wizard/consolidation/ProjectsSelectionWizardPage.java
/******************************************************************************* * Copyright (c) 2014 * * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http...
SPLEVO-308 Consolidation Wizard: Package Scope Definition Page: defined setSPLevoProjectConfiguration method
UI/org.splevo.ui.wizard.consolidation/src/org/splevo/ui/wizard/consolidation/ProjectsSelectionWizardPage.java
SPLEVO-308 Consolidation Wizard: Package Scope Definition Page: defined setSPLevoProjectConfiguration method
<ide><path>I/org.splevo.ui.wizard.consolidation/src/org/splevo/ui/wizard/consolidation/ProjectsSelectionWizardPage.java <ide> import org.eclipse.jface.viewers.ArrayContentProvider; <ide> import org.eclipse.jface.viewers.ColumnLabelProvider; <ide> import org.eclipse.jface.viewers.TableViewer; <del>import org.eclipse.jfa...
Java
mit
13830fd507aee38121f8f4ced954e171695ee5fc
0
bensku/VoxelSniper,LinkBR/VoxelSniper,josiahseaman/VoxelSniper
src/main/java/com/thevoxelbox/voxelsniper/brush/Mixer.java
package com.thevoxelbox.voxelsniper.brush; import java.util.Random; import org.bukkit.ChatColor; import org.bukkit.Location; import org.bukkit.entity.Player; import com.thevoxelbox.voxelsniper.vMessage; public class Mixer extends Brush{ private int dx = 5, dy = 5, dz = 5; // Dimensions to mix in pr...
Removed mixer file.
src/main/java/com/thevoxelbox/voxelsniper/brush/Mixer.java
Removed mixer file.
<ide><path>rc/main/java/com/thevoxelbox/voxelsniper/brush/Mixer.java <del>package com.thevoxelbox.voxelsniper.brush; <del> <del>import java.util.Random; <del> <del>import org.bukkit.ChatColor; <del>import org.bukkit.Location; <del>import org.bukkit.entity.Player; <del> <del>import com.thevoxelbox.voxelsniper.vMessage; ...
Java
apache-2.0
b2f25bc87cf87d839d488d96c22cf3bcc2ec1cf6
0
kalaspuffar/pdfbox,apache/pdfbox,kalaspuffar/pdfbox,apache/pdfbox
/* * 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 ...
debugger/src/main/java/org/apache/pdfbox/debugger/PDFDebugger.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 ...
PDFBOX-2941: clear log also before loading URL git-svn-id: c3ad59981690829a43dc34c293c4e2cd04bcd994@1781176 13f79535-47bb-0310-9956-ffa450edef68
debugger/src/main/java/org/apache/pdfbox/debugger/PDFDebugger.java
PDFBOX-2941: clear log also before loading URL
<ide><path>ebugger/src/main/java/org/apache/pdfbox/debugger/PDFDebugger.java <ide> } <ide> currentFilePath = urlString; <ide> URL url = new URL(urlString); <add> LogDialog.instance().clear(); <ide> document = PDDocument.load(url.openStream(), password); <ide> printMenuItem...
Java
mit
120e17bcaedb8f9f4af71031f1dd595c668bf19e
0
saybur/fractala
package com.tarvon.fractala.util; import java.awt.EventQueue; import java.awt.Graphics; import javax.swing.JButton; import javax.swing.JFrame; import javax.swing.JPanel; import java.awt.BorderLayout; import java.awt.Color; import java.awt.Dimension; import java.awt.GridLayout; import java.awt.image.BufferedImage; imp...
fractala/src/com/tarvon/fractala/util/ColorHelper.java
package com.tarvon.fractala.util; import java.awt.EventQueue; import java.awt.Graphics; import javax.swing.JButton; import javax.swing.JFrame; import javax.swing.JPanel; import java.awt.BorderLayout; import java.awt.Color; import java.awt.Dimension; import java.awt.GridLayout; import java.awt.image.BufferedImage; imp...
Might as well use the fancy fractals for this
fractala/src/com/tarvon/fractala/util/ColorHelper.java
Might as well use the fancy fractals for this
<ide><path>ractala/src/com/tarvon/fractala/util/ColorHelper.java <ide> import javax.swing.JTextField; <ide> import javax.swing.SpinnerNumberModel; <ide> <add>import com.tarvon.fractala.Fractals; <add> <ide> /** <ide> * Graphical utility to help select {@link ColorChooser} values. <ide> * <ide> public ColorPanel()...
JavaScript
mit
950b1edb3b65e80254422b3ae9c43020c4650bad
0
zooyalove/dailynote,zooyalove/dailynote,zooyalove/dailynote
import express from 'express'; import mongoose from 'mongoose'; import moment from 'moment'; import OrderNote from './../models/OrderNote'; import util from './../helper'; mongoose.Promise = global.Promise; const router = express.Router(); /* POST /api/note 일일장부 등록 ERROR CODES 1 : EMPTY REQUIRED...
daily-frontend/server/src/routes/note.js
import express from 'express'; import mongoose from 'mongoose'; import moment from 'moment'; import OrderNote from './../models/OrderNote'; import util from './../helper'; mongoose.Promise = global.Promise; const router = express.Router(); /* POST /api/note 일일장부 등록 ERROR CODES 1 : EMPTY REQUIRED...
날짜검색에 의한 API 변경
daily-frontend/server/src/routes/note.js
날짜검색에 의한 API 변경
<ide><path>aily-frontend/server/src/routes/note.js <ide> <ide> const searchTxt = decodeURIComponent(req.params.searchTxt); <ide> <del> OrderNote <del> .find({ <add> let condition = null; <add> <add> // 찾고자 하는 날짜로 검색 <add> if (searchTxt.indexOf('-') !== -1) { <add> const dateArray = []; <...
Java
bsd-3-clause
error: pathspec 'SourceCode/ILIT/AndroidApp/IndicKeyboard/app/src/main/java/org/buildmlearn/indickeyboard/ImeUtilities.java' did not match any file(s) known to git
00738598ced004c79c042dd05d2e0ef0ce736dfe
1
BuildmLearn/Indic-Language-Input-Tool-ILIT
package org.buildmlearn.indickeyboard; import java.util.Collections; import java.util.HashMap; import java.util.Map; /** * Will have all the Utility methods for IME & Subtypes */ public class ImeUtilities { private static Map<String,String> languageMap=createLanguageMap(); private static Map<String,String...
SourceCode/ILIT/AndroidApp/IndicKeyboard/app/src/main/java/org/buildmlearn/indickeyboard/ImeUtilities.java
Added a utility class for IME&Subtype related functions
SourceCode/ILIT/AndroidApp/IndicKeyboard/app/src/main/java/org/buildmlearn/indickeyboard/ImeUtilities.java
Added a utility class for IME&Subtype related functions
<ide><path>ourceCode/ILIT/AndroidApp/IndicKeyboard/app/src/main/java/org/buildmlearn/indickeyboard/ImeUtilities.java <add>package org.buildmlearn.indickeyboard; <add> <add>import java.util.Collections; <add>import java.util.HashMap; <add>import java.util.Map; <add> <add>/** <add> * Will have all the Utility methods for...
JavaScript
mit
a7339094097c73729298c00bf46e968b7c313f40
0
mark-rushakoff/influxdb,li-ang/influxdb,nooproblem/influxdb,influxdb/influxdb,influxdb/influxdb,mark-rushakoff/influxdb,nooproblem/influxdb,influxdb/influxdb,mark-rushakoff/influxdb,nooproblem/influxdb,influxdata/influxdb,influxdb/influxdb,influxdb/influxdb,nooproblem/influxdb,mark-rushakoff/influxdb,mark-rushakoff/inf...
import React from 'react' import PropTypes from 'prop-types' import _ from 'lodash' import classnames from 'classnames' import RoleEditingRow from 'src/admin/components/RoleEditingRow' import MultiSelectDropdown from 'shared/components/MultiSelectDropdown' import ConfirmOrCancel from 'shared/components/ConfirmOrCance...
ui/src/admin/components/RoleRow.js
import React from 'react' import PropTypes from 'prop-types' import _ from 'lodash' import classnames from 'classnames' import RoleEditingRow from 'src/admin/components/RoleEditingRow' import MultiSelectDropdown from 'shared/components/MultiSelectDropdown' import ConfirmOrCancel from 'shared/components/ConfirmOrCance...
Refactor influxdb roles admin tables to use Confirm Button
ui/src/admin/components/RoleRow.js
Refactor influxdb roles admin tables to use Confirm Button
<ide><path>i/src/admin/components/RoleRow.js <ide> import RoleEditingRow from 'src/admin/components/RoleEditingRow' <ide> import MultiSelectDropdown from 'shared/components/MultiSelectDropdown' <ide> import ConfirmOrCancel from 'shared/components/ConfirmOrCancel' <del>import DeleteConfirmTableCell from 'shared/componen...
JavaScript
bsd-2-clause
e7f8a858364259d61a8a1722e5c01e5aca673051
0
hyperknot/Leaflet,elfalem/Leaflet,DrillingInfo/Leaflet,rlugojr/Leaflet,gabrielpconceicao/frontend-asset-leaflet,pzdz/Leaflet,ismyrnow/Leaflet,northerneyes/Leaflet,iamjonbradley/Leaflet,AndBicScadMedia/Leaflet,tormi/Leaflet,iZucken/Leaflet,geoloep/Leaflet,waeltken/Leaflet,nathancahill/Leaflet,webmechanicx/Leaflet,akrzyz...
L.Map.mergeOptions({ zoomAnimation: L.DomUtil.TRANSITION && !L.Browser.android23 && !L.Browser.mobileOpera }); L.Map.addInitHook(function () { L.DomEvent.on(this._mapPane, L.Transition.END, this._catchTransitionEnd, this); }); L.Map.include(!L.DomUtil.TRANSITION ? {} : { _zoomToIfClose: function (center, zoom) { ...
src/map/anim/Map.ZoomAnimation.js
L.Map.mergeOptions({ zoomAnimation: L.DomUtil.TRANSITION && !L.Browser.android23 && !L.Browser.mobileOpera }); L.Map.include(!L.DomUtil.TRANSITION ? {} : { _zoomToIfClose: function (center, zoom) { if (this._animatingZoom) { return true; } if (!this.options.zoomAnimation) { return false; } var scale = this...
Move tile layer transition to CSS, detect zoom transion end globally
src/map/anim/Map.ZoomAnimation.js
Move tile layer transition to CSS, detect zoom transion end globally
<ide><path>rc/map/anim/Map.ZoomAnimation.js <ide> L.Map.mergeOptions({ <ide> zoomAnimation: L.DomUtil.TRANSITION && !L.Browser.android23 && !L.Browser.mobileOpera <add>}); <add> <add>L.Map.addInitHook(function () { <add> L.DomEvent.on(this._mapPane, L.Transition.END, this._catchTransitionEnd, this); <ide> }); <ide> <...
JavaScript
mit
766ffb64a582cb5fca7d3733f69fcf9f50af7bb7
0
jdh11235/JSchunks,jdh11235/JSchunks
function fib( n ) { return F(n)[n]; } function generateF( n ){ var F = [0, 1]; for( i = 2; i <= n; i++ ){ F[i] = F[i - 2] + F[i - 1] } return F; }
fibonacci.js
function fib( n ) { return F(n)[n]; } function F( n ){ var F = [0, 1]; for( i = 2; i <= n; i++ ){ F[i] = F[i - 2] + F[i - 1] } return F; }
F generation clarity
fibonacci.js
F generation clarity
<ide><path>ibonacci.js <ide> return F(n)[n]; <ide> } <ide> <del>function F( n ){ <add>function generateF( n ){ <ide> var F = [0, 1]; <ide> <ide> for( i = 2; i <= n; i++ ){
Java
apache-2.0
9e5944d0a7a12cc49b655bb059c80d792da2860f
0
michpetrov/hal.next,hpehl/hal.next,michpetrov/hal.next,hal/hal.next,hal/hal.next,hal/hal.next,hpehl/hal.next,hpehl/hal.next,hpehl/hal.next,michpetrov/hal.next,michpetrov/hal.next,hal/hal.next
/* * Copyright 2015-2016 Red Hat, Inc, and individual contributors. * * 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...
app/src/main/java/org/jboss/hal/client/runtime/server/StandaloneServerView.java
/* * Copyright 2015-2016 Red Hat, Inc, and individual contributors. * * 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...
Fix checkstyle errors
app/src/main/java/org/jboss/hal/client/runtime/server/StandaloneServerView.java
Fix checkstyle errors
<ide><path>pp/src/main/java/org/jboss/hal/client/runtime/server/StandaloneServerView.java <ide> registerAttachable(navigation); <ide> <ide> Metadata metadata = metadataRegistry.lookup(ROOT_TEMPLATE); <del> String attributesFormId = Ids.build(Ids.STANDALONE_SERVER_COLUMN, ATTRIBUTES, FORM); <add>...
Java
lgpl-2.1
33857fec843f0008bb4e086606f73637b5ae42ed
0
n8han/Databinder-for-Wicket,n8han/Databinder-for-Wicket,n8han/Databinder-for-Wicket,n8han/Databinder-for-Wicket
package net.databinder.models.ao; import java.sql.SQLException; import java.util.Arrays; import java.util.Iterator; import net.databinder.ao.Databinder; import net.java.ao.Query; import net.java.ao.RawEntity; import org.apache.wicket.WicketRuntimeException; import org.apache.wicket.markup.repeater.data.IDataProvider...
databinder-models-ao/src/main/java/net/databinder/models/ao/EntityProvider.java
package net.databinder.models.ao; import java.sql.SQLException; import java.util.Arrays; import java.util.Iterator; import net.databinder.ao.Databinder; import net.java.ao.Query; import net.java.ao.RawEntity; import org.apache.wicket.WicketRuntimeException; import org.apache.wicket.markup.repeater.data.IDataProvider...
data provider updates git-svn-id: a029deac1672d4faad1f67456e5ca11caf16dc5a@2113 c322e9cc-cc08-0410-988e-c197163ad9eb
databinder-models-ao/src/main/java/net/databinder/models/ao/EntityProvider.java
data provider updates
<ide><path>atabinder-models-ao/src/main/java/net/databinder/models/ao/EntityProvider.java <ide> throw new WicketRuntimeException(e); <ide> } <ide> } <add> <ide> public IModel model(Object object) { <ide> IModel model = new EntityModel((RawEntity)object); <ide> if (wrapWithPropertyModel) <ide> model = new...
Java
mit
af9289a4e35dc2ce0f3fab035ad4d8c26ad4ade4
0
domisum/ExZiff
package de.domisum.exziff; import de.domisum.exziff.map.BooleanMap; import de.domisum.exziff.map.exporter.bool.BooleanMapImageExporter; import de.domisum.exziff.shape.BooleanMapContinentsGenerator; import de.domisum.lib.auxilium.data.container.math.Polygon2D; import de.domisum.lib.auxilium.data.container.math.Vector2D...
src/main/java/de/domisum/exziff/TestLauncher.java
package de.domisum.exziff; import de.domisum.exziff.map.BooleanMap; import de.domisum.exziff.map.exporter.bool.BooleanMapImageExporter; import de.domisum.exziff.shape.BooleanMapContinentsGenerator; import de.domisum.lib.auxilium.data.container.math.Polygon2D; import de.domisum.lib.auxilium.data.container.math.Vector2D...
Changes to TestLauncher
src/main/java/de/domisum/exziff/TestLauncher.java
Changes to TestLauncher
<ide><path>rc/main/java/de/domisum/exziff/TestLauncher.java <ide> import de.domisum.exziff.shape.BooleanMapContinentsGenerator; <ide> import de.domisum.lib.auxilium.data.container.math.Polygon2D; <ide> import de.domisum.lib.auxilium.data.container.math.Vector2D; <add>import de.domisum.lib.auxilium.util.FileUtil; <ide> ...
Java
apache-2.0
f5cda70fba0f29af17450e0e4023e78be64086a9
0
lukhnos/j2objc,google/j2objc,groschovskiy/j2objc,lukhnos/j2objc,mirego/j2objc,google/j2objc,mirego/j2objc,mirego/j2objc,lukhnos/j2objc,google/j2objc,lukhnos/j2objc,groschovskiy/j2objc,mirego/j2objc,groschovskiy/j2objc,google/j2objc,lukhnos/j2objc,groschovskiy/j2objc,google/j2objc,groschovskiy/j2objc,google/j2objc,lukhn...
/* * 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...
translator/src/test/java/com/google/devtools/j2objc/translate/TypeUseAnnotationTest.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...
Project health: use com.google.j2objc.annotations.WeakOuter in TypeUseAnnotationTest. Change on 2019/03/15 by antoniocortes <antoniocortes@google.com> ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=238645354
translator/src/test/java/com/google/devtools/j2objc/translate/TypeUseAnnotationTest.java
Project health: use com.google.j2objc.annotations.WeakOuter in TypeUseAnnotationTest.
<ide><path>ranslator/src/test/java/com/google/devtools/j2objc/translate/TypeUseAnnotationTest.java <ide> assertNotInTranslation(translation, "JavaLangString"); <ide> } <ide> <del> // TODO(nbraswell): Use com.google.j2objc.annotations.WeakOuter when transitioned to Java 8 <ide> String testWeakOuterSetup = "imp...
Java
apache-2.0
4d5e03049eb7067551580bbc4ef872b51a7ba5e1
0
stianst/keycloak,reneploetz/keycloak,ssilvert/keycloak,brat000012001/keycloak,brat000012001/keycloak,mhajas/keycloak,vmuzikar/keycloak,ahus1/keycloak,agolPL/keycloak,mbaluch/keycloak,mhajas/keycloak,hmlnarik/keycloak,abstractj/keycloak,brat000012001/keycloak,jpkrohling/keycloak,jpkrohling/keycloak,keycloak/keycloak,mha...
/* * Copyright 2016 Red Hat, Inc. and/or its affiliates * and other 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 License at * * http://www.apach...
adapters/oidc/servlet-filter/src/main/java/org/keycloak/adapters/servlet/KeycloakOIDCFilter.java
/* * Copyright 2016 Red Hat, Inc. and/or its affiliates * and other 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 License at * * http://www.apach...
provide a custom KeycloakConfigResolver instance for servlet filter.
adapters/oidc/servlet-filter/src/main/java/org/keycloak/adapters/servlet/KeycloakOIDCFilter.java
provide a custom KeycloakConfigResolver instance for servlet filter.
<ide><path>dapters/oidc/servlet-filter/src/main/java/org/keycloak/adapters/servlet/KeycloakOIDCFilter.java <ide> */ <ide> public class KeycloakOIDCFilter implements Filter { <ide> <add> private final static Logger log = Logger.getLogger("" + KeycloakOIDCFilter.class); <add> <ide> public static final String SKI...
JavaScript
apache-2.0
cfd0b18d968cddd96b9e2429a00b7abfc3084558
0
ManageIQ/manageiq-ui-classic,ManageIQ/manageiq-ui-classic,ManageIQ/manageiq-ui-classic,ManageIQ/manageiq-ui-classic
/* global dialogFieldRefresh miqCheckForChanges miqCheckMaxLength miqJqueryRequest miqMenuChangeRow miqObserveRequest miqSendDateRequest miqSendOneTrans miqSerializeForm miqSparkle miqSparkleOn */ // MIQ unobtrusive javascript bindings run when document is fully loaded $(document).ready(function () { // Bind call t...
app/assets/javascripts/miq_ujs_bindings.js
/* global dialogFieldRefresh miqCheckForChanges miqCheckMaxLength miqJqueryRequest miqMenuChangeRow miqObserveRequest miqSendDateRequest miqSendOneTrans miqSerializeForm miqSparkle miqSparkleOn */ // MIQ unobtrusive javascript bindings run when document is fully loaded $(document).ready(function () { // Bind call t...
Spinner is ont called if data-miq_sparkle_on/off is set to false Spinner is called for every other possible value including empty string, no value, ...
app/assets/javascripts/miq_ujs_bindings.js
Spinner is ont called if data-miq_sparkle_on/off is set to false
<ide><path>pp/assets/javascripts/miq_ujs_bindings.js <ide> <ide> // Bind the MIQ spinning Q to configured links <ide> $(document).on('ajax:beforeSend', 'a[data-miq_sparkle_on]', function () { <add> // Return only if data-miq_sparkle_on is set to false <add> if ($(this).data('miq_sparkle_on') === false) { ret...
JavaScript
mit
b4865e6fd5a57fad0025cf8459ef2e3dde5ab87d
0
amishne/mipui,amishne/mipui
class Tile { constructor(parent, key, x, y) { this.containerElement = createAndAppendDivWithClass(parent, 'tile'); this.mapElement = createAndAppendDivWithClass(this.containerElement, 'tile-map'); this.imageElement = document.createElement('img'); this.imageElement.className = 'tile-image'; ...
public/app/tile.js
class Tile { constructor(parent, key, x, y) { this.containerElement = createAndAppendDivWithClass(parent, 'tile'); this.mapElement = createAndAppendDivWithClass(this.containerElement, 'tile-map'); this.imageElement = document.createElement('img'); this.imageElement.className = 'tile-image'; ...
Grayscale inactive tiles for debugging purposes.
public/app/tile.js
Grayscale inactive tiles for debugging purposes.
<ide><path>ublic/app/tile.js <ide> this.active = true; <ide> this.containerElement.appendChild(this.mapElement); <ide> this.imageElement.style.visibility = 'hidden'; <add> this.containerElement.style.filter = ''; <ide> clearTimeout(this.deactivationTimer); <ide> debug(`Tile ${this.key} activated....
Java
apache-2.0
eaf87987a839bbe92c2688e3d97e39fb53cd0282
0
raydac/netbeans-mmd-plugin,raydac/netbeans-mmd-plugin,raydac/netbeans-mmd-plugin,raydac/netbeans-mmd-plugin
/* * Copyright 2015-2018 Igor Maznitsa. * * 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 a...
mind-map/mind-map-swing-panel/src/main/java/com/igormaznitsa/mindmap/swing/panel/utils/Utils.java
/* * Copyright 2015-2018 Igor Maznitsa. * * 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 a...
#86 refactoring to make transition of window listener events
mind-map/mind-map-swing-panel/src/main/java/com/igormaznitsa/mindmap/swing/panel/utils/Utils.java
#86 refactoring to make transition of window listener events
<ide><path>ind-map/mind-map-swing-panel/src/main/java/com/igormaznitsa/mindmap/swing/panel/utils/Utils.java <ide> }; <ide> private final KeyStroke escapeKeyStroke = KeyStroke.getKeyStroke(KeyEvent.VK_ESCAPE, 0, false); <ide> <add> private final List<WindowListener> foundWindowListeners = new ArrayList...
Java
bsd-3-clause
c0681e5008babcc5578892c110da83dbe50067d8
0
eclipse/rdf4j,eclipse/rdf4j,eclipse/rdf4j,eclipse/rdf4j,eclipse/rdf4j,eclipse/rdf4j
/******************************************************************************* * Copyright (c) 2015 Eclipse RDF4J contributors, Aduna, and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Distribution License v1.0 * which accompanies th...
util/src/main/java/org/eclipse/rdf4j/common/io/NioFile.java
/******************************************************************************* * Copyright (c) 2015 Eclipse RDF4J contributors, Aduna, and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Distribution License v1.0 * which accompanies th...
#1294: Fix resource leak in txncache file deletion The temporary txncache.dat file cannot be deleted on Windows as the file is still locked while attempting the deletion. Closing the resource handle properly makes sure that deletion works. Signed-off-by: Andreas Schwarte <e77d70c35db7acb5c1ca19e621121dcbb9bab6a2@gm...
util/src/main/java/org/eclipse/rdf4j/common/io/NioFile.java
#1294: Fix resource leak in txncache file deletion
<ide><path>til/src/main/java/org/eclipse/rdf4j/common/io/NioFile.java <ide> public boolean delete() <ide> throws IOException <ide> { <del> try { <del> return file.delete(); <del> } <del> finally { <del> close(); <del> } <add> // make sure to close file handles prior to deletion <add> close(); <add> retur...
Java
apache-2.0
56fcf3ea4e0de46eff26f390e91043e73b66afa7
0
molindo/molindo-elasticsync
package at.molindo.elasticsync.jest.internal; import io.searchbox.client.JestClient; import io.searchbox.client.JestResult; import io.searchbox.core.Bulk; import io.searchbox.core.Delete; import io.searchbox.core.Doc; import io.searchbox.core.Index; import io.searchbox.core.MultiGet; import io.searchbox.core.Search; i...
src/main/java/at/molindo/elasticsync/jest/internal/ElasticsearchJestIndex.java
package at.molindo.elasticsync.jest.internal; import io.searchbox.client.JestClient; import io.searchbox.client.JestResult; import io.searchbox.core.Bulk; import io.searchbox.core.Delete; import io.searchbox.core.Doc; import io.searchbox.core.Index; import io.searchbox.core.MultiGet; import io.searchbox.core.Search; i...
handle missing versions (caused by negative versions)
src/main/java/at/molindo/elasticsync/jest/internal/ElasticsearchJestIndex.java
handle missing versions (caused by negative versions)
<ide><path>rc/main/java/at/molindo/elasticsync/jest/internal/ElasticsearchJestIndex.java <ide> <ide> private static final List<Doc> EMPTY_DOC_LIST = Collections.emptyList(); <ide> <del> static final int BATCH_SIZE = 100000; // only ids and versions <add> static final int BATCH_SIZE = 10_000; // only ids and versions...
Java
mit
1b59a723a546178b140eba560adc09099fb78fea
0
sormuras/bach,sormuras/bach
/* * Bach - Java Shell Builder * Copyright (C) 2019 Christian Stein * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless re...
src/modules/de.sormuras.bach/main/java/de/sormuras/bach/Jigsaw.java
/* * Bach - Java Shell Builder * Copyright (C) 2019 Christian Stein * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless re...
Patch main sources into test modules
src/modules/de.sormuras.bach/main/java/de/sormuras/bach/Jigsaw.java
Patch main sources into test modules
<ide><path>rc/modules/de.sormuras.bach/main/java/de/sormuras/bach/Jigsaw.java <ide> <ide> import java.nio.file.Path; <ide> import java.util.Collection; <add>import java.util.List; <ide> <ide> /*BODY*/ <ide> public /*STATIC*/ class Jigsaw { <ide> .add("--module-path", project.modulePaths(target)) <ide> ...
JavaScript
bsd-3-clause
9bef68c2bd684e3b8d952cf43796c3f93409cd35
0
codeforamerica/streetmix,codeforamerica/streetmix,codeforamerica/streetmix
import { trackEvent } from '../app/event_tracking' import { infoBubble } from '../info_bubble/info_bubble' import { INFO_BUBBLE_TYPE_SEGMENT } from '../info_bubble/constants' import { setIgnoreStreetChanges } from '../streets/data_model' import { draggingResize } from './drag_and_drop' import { segmentsChanged } from '...
assets/scripts/segments/resizing.js
import { trackEvent } from '../app/event_tracking' import { infoBubble } from '../info_bubble/info_bubble' import { INFO_BUBBLE_TYPE_SEGMENT } from '../info_bubble/constants' import { setIgnoreStreetChanges } from '../streets/data_model' import { draggingResize } from './drag_and_drop' import { segmentsChanged } from '...
fix(resize): incorrect drag resolution, resolves #1297
assets/scripts/segments/resizing.js
fix(resize): incorrect drag resolution, resolves #1297
<ide><path>ssets/scripts/segments/resizing.js <ide> <ide> const NORMALIZE_PRECISION = 5 <ide> <del>export function resizeSegment (dataNo, resizeType, width) { <del> width = normalizeSegmentWidth(width, resizeType) <add>export function resizeSegment (dataNo, resizeType, width, units) { <add> // @TODO: don't read sta...
Java
apache-2.0
9796680051fb1af0e03910ead2aad7f3b74e78f2
0
ImmobilienScout24/deadcode4j
package de.is24.deadcode4j.analyzer.javassist; import com.google.common.collect.Lists; import javassist.ClassPool; import javassist.CtClass; import javassist.NotFoundException; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import javax.annotation.Nonnull; import javax.annotation.Nullable; import java.util....
src/main/java/de/is24/deadcode4j/analyzer/javassist/CtClasses.java
package de.is24.deadcode4j.analyzer.javassist; import com.google.common.collect.Lists; import javassist.ClassPool; import javassist.CtClass; import javassist.NotFoundException; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import javax.annotation.Nonnull; import javax.annotation.Nullable; import java.util....
start resolving references to inherited types
src/main/java/de/is24/deadcode4j/analyzer/javassist/CtClasses.java
start resolving references to inherited types
<ide><path>rc/main/java/de/is24/deadcode4j/analyzer/javassist/CtClasses.java <ide> <ide> <ide> /** <add> * Retrieves the declaring classes in bottom-up order. <add> * This method swallows class loading issues, returning only those classes that are accessible by the <add> * {@link javassist.CtClass#get...
JavaScript
agpl-3.0
e74601d132de8246c3e7fb04037ea442d7c36ab5
0
axelor/axelor-development-kit,axelor/axelor-development-kit,axelor/axelor-development-kit,axelor/axelor-development-kit
/* * Axelor Business Solutions * * Copyright (C) 2005-2018 Axelor (<http://axelor.com>). * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License, version 3, * as published by the Free Software Foundation. * * This program is distri...
axelor-web/src/main/webapp/js/form/form.input.boolean.js
/* * Axelor Business Solutions * * Copyright (C) 2005-2018 Axelor (<http://axelor.com>). * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License, version 3, * as published by the Free Software Foundation. * * This program is distri...
Fix boolean-radio widget issue Fixes RM-15256
axelor-web/src/main/webapp/js/form/form.input.boolean.js
Fix boolean-radio widget issue
<ide><path>xelor-web/src/main/webapp/js/form/form.input.boolean.js <ide> scope.$render_editable = function () { <ide> var value = model.$viewValue || false; <ide> var input = value ? trueInput : falseInput; <del> input.attr('checked', true); <add> input.prop('checked', true); <ide> }; <ide...
Java
mit
ea434663f524c976c265382be206ef75da1b5716
0
DMDirc/DMDirc,ShaneMcC/DMDirc-Client,csmith/DMDirc,csmith/DMDirc,ShaneMcC/DMDirc-Client,csmith/DMDirc,ShaneMcC/DMDirc-Client,greboid/DMDirc,greboid/DMDirc,csmith/DMDirc,greboid/DMDirc,DMDirc/DMDirc,greboid/DMDirc,DMDirc/DMDirc,ShaneMcC/DMDirc-Client,DMDirc/DMDirc
/* * Copyright (c) 2006-2007 Chris Smith, Shane Mc Cormack, Gregory Holmes * * 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 ...
src/com/dmdirc/ui/framemanager/tree/TreeFrameManager.java
/* * Copyright (c) 2006-2007 Chris Smith, Shane Mc Cormack, Gregory Holmes * * 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 ...
Removed random edit action on f2 which was causing scrolling on the treeframe git-svn-id: 50f83ef66c13f323b544ac924010c921a9f4a0f7@1626 00569f92-eb28-0410-84fd-f71c24880f43
src/com/dmdirc/ui/framemanager/tree/TreeFrameManager.java
Removed random edit action on f2 which was causing scrolling on the treeframe
<ide><path>rc/com/dmdirc/ui/framemanager/tree/TreeFrameManager.java <ide> import javax.swing.JScrollBar; <ide> import javax.swing.JScrollPane; <ide> import javax.swing.JTree; <add>import javax.swing.KeyStroke; <ide> import javax.swing.SwingUtilities; <ide> import javax.swing.event.TreeSelectionEvent; <ide> import javax...
Java
apache-2.0
a2e69eaada56450826479511904e694f88f87188
0
b3stia/MaterialTabs,deng1491/MaterialTabs,pittsburgh-studio/MaterialTabs,suzukaze/MaterialTabs,yoslabs/MaterialTabs,huy510cnt/MaterialTabs,dhootha/MaterialTabs,pkexcellent/MaterialTabs,bensonX/MaterialTabs-1,StormGens/MaterialTabs,neokree/MaterialTabs,huy510cnt/MaterialTabs-huy510cnt,kaiaras/MaterialTabs,brooksgod/Mate...
package it.neokree.materialtabs; import java.util.LinkedList; import java.util.List; import java.util.Objects; import it.neokree.materialtabs.R; import android.annotation.SuppressLint; import android.content.Context; import android.content.res.ColorStateList; import android.content.res.Resources; import android.cont...
MaterialTabsModule/src/main/java/it/neokree/materialtabs/MaterialTabHost.java
package it.neokree.materialtabs; import java.util.LinkedList; import java.util.List; import java.util.Objects; import it.neokree.materialtabs.R; import android.annotation.SuppressLint; import android.content.Context; import android.content.res.ColorStateList; import android.content.res.Resources; import android.cont...
Update MaterialTabHost.java
MaterialTabsModule/src/main/java/it/neokree/materialtabs/MaterialTabHost.java
Update MaterialTabHost.java
<ide><path>aterialTabsModule/src/main/java/it/neokree/materialtabs/MaterialTabHost.java <ide> // custom attributes <ide> hasIcons = a.getBoolean(R.styleable.MaterialTabHost_hasIcons, false); <ide> <del> primaryColor = a.getColor(R.styleable.MaterialTabHost_primaryColor, Color.parseCo...
Java
mit
3d58719c75fe5e377fb30fec0bd10490e694866d
0
SpongePowered/Mixin
/* * This file is part of Mixin, licensed under the MIT License (MIT). * * Copyright (c) SpongePowered <https://www.spongepowered.org> * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software...
src/main/java/org/spongepowered/asm/mixin/transformer/MixinClassGenerator.java
/* * This file is part of Mixin, licensed under the MIT License (MIT). * * Copyright (c) SpongePowered <https://www.spongepowered.org> * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software...
Add missing null check for audit trail in class generator
src/main/java/org/spongepowered/asm/mixin/transformer/MixinClassGenerator.java
Add missing null check for audit trail in class generator
<ide><path>rc/main/java/org/spongepowered/asm/mixin/transformer/MixinClassGenerator.java <ide> boolean success = generator.generate(name, classNode); <ide> genTimer.end(); <ide> if (success) { <del> this.auditTrail.onGenerate(name, generator.getName()); <add> ...
Java
mit
c668807697f5549a32b08b23120e6d10f2bbe7f7
0
doubleaykay/pollen-app
package mystikos.pollen; import android.content.Context; import android.content.Intent; import android.graphics.Color; import android.os.AsyncTask; import android.preference.PreferenceManager; import android.support.v4.content.res.ResourcesCompat; import android.support.v7.app.AppCompatActivity; import android.os.Bund...
app/src/main/java/mystikos/pollen/MainActivity.java
package mystikos.pollen; import android.content.Context; import android.content.Intent; import android.graphics.Color; import android.os.AsyncTask; import android.preference.PreferenceManager; import android.support.v4.content.res.ResourcesCompat; import android.support.v7.app.AppCompatActivity; import android.os.Bund...
update url to make it work again
app/src/main/java/mystikos/pollen/MainActivity.java
update url to make it work again
<ide><path>pp/src/main/java/mystikos/pollen/MainActivity.java <ide> protected String[] doInBackground(Void... params) { <ide> String[] asyncdata = new String[5]; <ide> try { <del> URL url = new URL("http://pollenapps.com/AllergyAlertWebSVC/api/1.0/Forecast/ForecastForZipCo...
JavaScript
mit
305ee062adc3c03cae45a7bbef5ee745cc5796dd
0
likr/eg-renderer-canvas,likr/eg-renderer-canvas
import * as d3 from 'd3' import { centerTransform, layoutRect } from './centering' import { interpolateVertex, interpolateEdge, diff } from './interpolate' import { renderEdge, renderEdgeLabel, renderVertex, renderVertexLabel } from './render' import {zoom} from './zoom' import {adjustEdge} from './ma...
src/index.js
import * as d3 from 'd3' import { centerTransform, layoutRect } from './centering' import { interpolateVertex, interpolateEdge, diff } from './interpolate' import { renderEdge, renderEdgeLabel, renderVertex, renderVertexLabel } from './render' import {zoom} from './zoom' import {adjustEdge} from './ma...
Add nodeClick event
src/index.js
Add nodeClick event
<ide><path>rc/index.js <ide> p.highlightedVertex = null <ide> } else { <ide> p.canvas.style.cursor = 'default' <add> } <add> }) <add> <add> p.canvas.addEventListener('click', (event) => { <add> if (event.region) { <add> this.dispatchEvent(new window.CustomEvent('nodeclick', ...
Java
apache-2.0
1128027c9821c3e79cc24b752bd61f6dd4ef576a
0
suncycheng/intellij-community,hurricup/intellij-community,amith01994/intellij-community,nicolargo/intellij-community,vvv1559/intellij-community,slisson/intellij-community,gnuhub/intellij-community,jagguli/intellij-community,alphafoobar/intellij-community,ryano144/intellij-community,adedayo/intellij-community,vladmm/int...
/* * Copyright 2000-2014 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
platform/platform-api/src/com/intellij/ui/components/JBOptionButton.java
/* * Copyright 2000-2014 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...
taller dotted separator
platform/platform-api/src/com/intellij/ui/components/JBOptionButton.java
taller dotted separator
<ide><path>latform/platform-api/src/com/intellij/ui/components/JBOptionButton.java <ide> int off = dark ? 6 : 0; <ide> AllIcons.General.ArrowDown.paintIcon(this, g, myMoreRec.x - off, myMoreRec.y); <ide> if (dark) return; <add> <add> final Insets insets = getInsets(); <ide> int y1 = myMoreRec.y - 2; ...
Java
apache-2.0
a361d8856132444ceda5e48f5ab207049ae2970e
0
cosmocode/cosmocode-commons
/** * Copyright 2010 CosmoCode GmbH * * 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...
src/main/java/de/cosmocode/commons/Strings.java
/** * Copyright 2010 CosmoCode GmbH * * 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...
added toString methods
src/main/java/de/cosmocode/commons/Strings.java
added toString methods
<ide><path>rc/main/java/de/cosmocode/commons/Strings.java <ide> import java.util.Locale; <ide> <ide> import javax.annotation.Nonnull; <add>import javax.annotation.Nullable; <ide> <ide> import org.apache.commons.lang.StringUtils; <ide> <ide> } <ide> <ide> /** <add> * A nullsafe toString method. <add>...
Java
apache-2.0
4df08b49f71a679e1b9961c7e7b68ccccdc1d0d5
0
quarkusio/quarkus,quarkusio/quarkus,quarkusio/quarkus,quarkusio/quarkus,quarkusio/quarkus
package org.jboss.shamrock.undertow; import static javax.servlet.DispatcherType.REQUEST; import java.io.IOException; import java.nio.file.Files; import java.nio.file.Path; import java.util.ArrayList; import java.util.Collection; import java.util.EventListener; import java.util.List; import java.util.concurrent.atomic...
undertow/deployment/src/main/java/org/jboss/shamrock/undertow/ServletResourceProcessor.java
package org.jboss.shamrock.undertow; import static javax.servlet.DispatcherType.REQUEST; import java.io.IOException; import java.nio.file.Files; import java.nio.file.Path; import java.util.ArrayList; import java.util.Collection; import java.util.EventListener; import java.util.List; import java.util.concurrent.atomic...
Init OpenSSL at runtime
undertow/deployment/src/main/java/org/jboss/shamrock/undertow/ServletResourceProcessor.java
Init OpenSSL at runtime
<ide><path>ndertow/deployment/src/main/java/org/jboss/shamrock/undertow/ServletResourceProcessor.java <ide> processorContext.addRuntimeInitializedClasses("io.undertow.server.protocol.ajp.AjpServerResponseConduit"); <ide> processorContext.addRuntimeInitializedClasses("io.undertow.server.protocol.ajp.AjpS...
Java
apache-2.0
a97c7b4343b86647a64f212d8f44e4c3c9d8b4e7
0
datastax/java-driver,datastax/java-driver
/* * Copyright DataStax, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in wri...
integration-tests/src/test/java/com/datastax/oss/driver/core/type/codec/CqlIntToStringCodec.java
/* * Copyright DataStax, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in wri...
Make CqlIntToStringCodec extend MappingCodec
integration-tests/src/test/java/com/datastax/oss/driver/core/type/codec/CqlIntToStringCodec.java
Make CqlIntToStringCodec extend MappingCodec
<ide><path>ntegration-tests/src/test/java/com/datastax/oss/driver/core/type/codec/CqlIntToStringCodec.java <ide> */ <ide> package com.datastax.oss.driver.core.type.codec; <ide> <del>import com.datastax.oss.driver.api.core.ProtocolVersion; <del>import com.datastax.oss.driver.api.core.type.DataType; <del>import com.dat...
JavaScript
apache-2.0
9d536b5958442228f91f143b8aec1bac199fbb5e
0
appbaseio/reactivesearch,appbaseio/reactivesearch,appbaseio/reactivesearch,appbaseio/reactivesearch
import Appbase from 'appbase-js'; import valueReducer from '@appbaseio/reactivecore/lib/reducers/valueReducer'; import queryReducer from '@appbaseio/reactivecore/lib/reducers/queryReducer'; import queryOptionsReducer from '@appbaseio/reactivecore/lib/reducers/queryOptionsReducer'; import dependencyTreeReducer from '@a...
packages/web/src/server/index.js
import Appbase from 'appbase-js'; import valueReducer from '@appbaseio/reactivecore/lib/reducers/valueReducer'; import queryReducer from '@appbaseio/reactivecore/lib/reducers/queryReducer'; import queryOptionsReducer from '@appbaseio/reactivecore/lib/reducers/queryOptionsReducer'; import dependencyTreeReducer from '@a...
fix(web): currentPage prop in RL with RS API
packages/web/src/server/index.js
fix(web): currentPage prop in RL with RS API
<ide><path>ackages/web/src/server/index.js <ide> const componentProps = {}; <ide> <ide> componentCollection.forEach((component) => { <del> const componentType = component.source.componentType; <add> const { componentType } = component.source; <ide> components = [...components, component.componentId]; <ide> ...
JavaScript
bsd-3-clause
error: pathspec 'jquery.porthole.min.js' did not match any file(s) known to git
f9574862093628444ecefb9c8b5c2be4b61b9f32
1
DmitryFillo/jquery.porthole
/* Simple Viewport Plugin Version: 1.0.0 It is licensed under BSD Licence. The license text can be found at https://github.com/DmitryPhilimonov/jquery.porthole/blob/master/LICENSE Author: Mr. Fillo fillo at fillo dot me Website: http://plugins.jquery.com/porthole/ */ (function(a){a.fn.po...
jquery.porthole.min.js
minified by closure added
jquery.porthole.min.js
minified by closure added
<ide><path>query.porthole.min.js <add>/* <add> Simple Viewport Plugin <add> Version: 1.0.0 <add> <add> It is licensed under BSD Licence. <add> The license text can be found at https://github.com/DmitryPhilimonov/jquery.porthole/blob/master/LICENSE <add> <add> Author: Mr. Fillo <add> fillo at fillo do...
Java
apache-2.0
f000c6b67948af11a94b56cb01b9df232e397b03
0
peq/WurstScript,wurstscript/WurstScript,Cokemonkey11/WurstScript,wurstscript/WurstScript,peq/WurstScript,Cokemonkey11/WurstScript,wurstscript/WurstScript,Cokemonkey11/WurstScript,Cokemonkey11/WurstScript,Cokemonkey11/WurstScript,peq/WurstScript,peq/WurstScript
package de.peeeq.wurstio.languageserver.requests; import com.google.common.collect.Lists; import com.google.common.io.Files; import de.peeeq.wurstio.gui.WurstGuiImpl; import de.peeeq.wurstio.languageserver.ModelManager; import de.peeeq.wurstio.languageserver.WFile; import de.peeeq.wurstio.mpq.MpqEditor; import de.peee...
de.peeeq.wurstscript/src/main/java/de/peeeq/wurstio/languageserver/requests/RunMap.java
package de.peeeq.wurstio.languageserver.requests; import com.google.common.collect.Lists; import com.google.common.io.Files; import de.peeeq.wurstio.gui.WurstGuiImpl; import de.peeeq.wurstio.languageserver.ModelManager; import de.peeeq.wurstio.languageserver.WFile; import de.peeeq.wurstio.mpq.MpqEditor; import de.peee...
localize wine runmap handling
de.peeeq.wurstscript/src/main/java/de/peeeq/wurstio/languageserver/requests/RunMap.java
localize wine runmap handling
<ide><path>e.peeeq.wurstscript/src/main/java/de/peeeq/wurstio/languageserver/requests/RunMap.java <ide> return testMapName; <ide> } <ide> } <del> String documentPath = FileSystemView.getFileSystemView().getDefaultDirectory().getPath() + File.separator + "Warcraft III"; <add> ...
Java
apache-2.0
5ae218e177c07659b9758be54382fa68414bd0ef
0
applango/jongo,bguerout/jongo,ctrimble/jongo,bguerout/jongo,edaubert/jongo,applango/jongo,edaubert/jongo,ctrimble/jongo
/* * Copyright (C) 2011 Benoit GUEROUT <bguerout at gmail dot com> and Yves AMSELLEM <amsellem dot yves at gmail dot com> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http:/...
src/main/java/org/jongo/query/BsonQueryFactory.java
/* * Copyright (C) 2011 Benoit GUEROUT <bguerout at gmail dot com> and Yves AMSELLEM <amsellem dot yves at gmail dot com> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http:/...
Convert for into foreach
src/main/java/org/jongo/query/BsonQueryFactory.java
Convert for into foreach
<ide><path>rc/main/java/org/jongo/query/BsonQueryFactory.java <ide> <ide> private DBObject marshallArray(Object[] parameters) { <ide> BasicDBList list = new BasicDBList(); <del> for (int i = 0; i < parameters.length; i++) { <del> list.add(marshallParameter(parameters[i])); <add> fo...
Java
epl-1.0
b76162c1bf82cc368dbb78cbebca3d50e30eb5b8
0
tx1103mark/controller,Johnson-Chou/test,tx1103mark/controller,Sushma7785/OpenDayLight-Load-Balancer,mandeepdhami/controller,inocybe/odl-controller,inocybe/odl-controller,mandeepdhami/controller,tx1103mark/controller,Johnson-Chou/test,tx1103mark/controller,522986491/controller,opendaylight/controller,Sushma7785/OpenDayL...
/* * Copyright (c) 2015 Cisco Systems, Inc. and others. All rights reserved. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License v1.0 which accompanies this distribution, * and is available at http://www.eclipse.org/legal/epl-v10.html */ package org....
opendaylight/md-sal/sal-dom-broker/src/main/java/org/opendaylight/controller/md/sal/dom/broker/impl/DOMRpcRouter.java
/* * Copyright (c) 2015 Cisco Systems, Inc. and others. All rights reserved. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License v1.0 which accompanies this distribution, * and is available at http://www.eclipse.org/legal/epl-v10.html */ package org....
Bug 3234: Do not notify empty Rpc implementation change. DOMRpcBroker was sending notifications with empty set of RPC added or removed. This is possible if registration for RPC already exists and another one was registered. Change-Id: Iab92d6f1e5c76a050dc00dee802e1698ca26eccc Signed-off-by: Tony Tkacik <d0658a876d3f...
opendaylight/md-sal/sal-dom-broker/src/main/java/org/opendaylight/controller/md/sal/dom/broker/impl/DOMRpcRouter.java
Bug 3234: Do not notify empty Rpc implementation change.
<ide><path>pendaylight/md-sal/sal-dom-broker/src/main/java/org/opendaylight/controller/md/sal/dom/broker/impl/DOMRpcRouter.java <ide> final DOMRpcRoutingTable newTable = oldTable.remove(implementation, rpcs); <ide> <ide> final Collection<DOMRpcIdentifier> removedRpcs = notPresentRpcs(newTable, rpcs); <...
Java
apache-2.0
9203c8ca0339371d82c34bb1f9091e7c583f48f2
0
juanavelez/crabzilla,juanavelez/crabzilla,crabzilla/crabzilla
crabzilla-vertx/src/main/java/io/github/crabzilla/vertx/entity/EntityCommandHttpRpcVerticle.java
package io.github.crabzilla.vertx.entity; import io.github.crabzilla.core.entity.EntityCommand; import io.github.crabzilla.core.entity.EntityUnitOfWork; import io.vertx.core.AbstractVerticle; import io.vertx.core.Future; import io.vertx.core.eventbus.DeliveryOptions; import io.vertx.core.http.CaseInsensitiveHeaders; i...
introducing crabzilla-vertx-web module
crabzilla-vertx/src/main/java/io/github/crabzilla/vertx/entity/EntityCommandHttpRpcVerticle.java
introducing crabzilla-vertx-web module
<ide><path>rabzilla-vertx/src/main/java/io/github/crabzilla/vertx/entity/EntityCommandHttpRpcVerticle.java <del>package io.github.crabzilla.vertx.entity; <del> <del>import io.github.crabzilla.core.entity.EntityCommand; <del>import io.github.crabzilla.core.entity.EntityUnitOfWork; <del>import io.vertx.core.AbstractVerti...
JavaScript
bsd-3-clause
6bc08780430765e23e6b4ea38ab6918cd6e917c4
0
nyimbi/tilemill,fxtentacle/tilemill,nyimbi/tilemill,mbrukman/tilemill,florianf/tileoven,mbrukman/tilemill,mbrukman/tilemill,Zhao-Qi/tilemill,tizzybec/tilemill,tizzybec/tilemill,Teino1978-Corp/Teino1978-Corp-tilemill,nyimbi/tilemill,MappingKat/tilemill,nyimbi/tilemill,isaacs/tilemill,isaacs/tilemill,tizzybec/tilemill,Te...
var TileMill = TileMill || { settings:{}, page:0, uniq: (new Date().getTime()), editor: {}, basic: { stylesheet: '' } }; $.fn.reverse = [].reverse; TileMill.save = function() { // No need to save MML, it's always the same. TileMill.basic.stylesheet = "/* { 'label': '" + TileMill.basic.label + "', 'visualizationTy...
tilemill/static/js/basic.js
var TileMill = TileMill || { settings:{}, page:0, uniq: (new Date().getTime()), editor: {}, basic: { stylesheet: '' } }; $.fn.reverse = [].reverse; TileMill.save = function() { // No need to save MML, it's always the same. TileMill.basic.stylesheet = "/* { 'label': '" + TileMill.basic.label + "', 'visualizationTy...
Toggling of visualization types.
tilemill/static/js/basic.js
Toggling of visualization types.
<ide><path>ilemill/static/js/basic.js <ide> var li = $('<li>') <ide> .attr('id', 'field-' + field) <ide> .append($('<a class="inspect-unique" href="#inspect-unique">Unique Value</a>').click(function() { <del> $('#inspector a.inspect-choropleth, #inspector a.inspect-unique').remove...
JavaScript
agpl-3.0
019d99b5f7c9b331f4ed370b3c0a611af124636b
0
mapic/mile,mapic/mile
// dependencies var _ = require('lodash'); var fs = require('fs-extra'); var kue = require('kue'); var path = require('path'); var zlib = require('zlib'); var uuid = require('uuid'); var async = require('async'); var redis = require('redis'); var carto = require('carto'); var mapnik = require('mapnik'); var colors = re...
src/pile.js
// dependencies var _ = require('lodash'); var fs = require('fs-extra'); var kue = require('kue'); var path = require('path'); var zlib = require('zlib'); var uuid = require('uuid'); var async = require('async'); var redis = require('redis'); var carto = require('carto'); var mapnik = require('mapnik'); var colors = re...
Create postgis layer for both vector and raster
src/pile.js
Create postgis layer for both vector and raster
<ide><path>rc/pile.js <ide> type : parsed[6].split('.')[1], <ide> }; <ide> <del> store.layers.get(params.layerUuid, function (err, storedLayerJSON) { <del> var storedLayer = JSON.parse(storedLayerJSON); <del> <del> console.log('storedLayer: ', storedLayer); <del> <del> if (storedLayer.options.data_type...
Java
apache-2.0
20848d1518b52e5c6610a20fdd4995cb5ea52a90
0
maxtat3/fmps
package ui; import controller.InputDataController; import controller.Stage1QuestionFrameController; import domain.User; import stage1.elements.GeneralElementStage1; import javax.swing.*; import javax.swing.border.EtchedBorder; import java.awt.*; import java.awt.event.ActionEvent; import java.awt.event.ActionListener;...
src/main/java/ui/Stage1QuestionFrame.java
package ui; import controller.InputDataController; import controller.Stage1QuestionFrameController; import domain.User; import stage1.elements.GeneralElementStage1; import javax.swing.*; import javax.swing.border.EtchedBorder; import java.awt.*; import java.awt.event.ActionEvent; import java.awt.event.ActionListener;...
Refactoring - some units (for question 5 and 9) moved to const.
src/main/java/ui/Stage1QuestionFrame.java
Refactoring - some units (for question 5 and 9) moved to const.
<ide><path>rc/main/java/ui/Stage1QuestionFrame.java <ide> */ <ide> public class Stage1QuestionFrame extends JFrame { <ide> <add> private static final String PERCENT_SYM = "%"; <ide> private static final String ENT_LQ_ALLOY_SYM = "H<sub>L</sub><sup>0</sup>"; <ide> private static final String ENT_VAPORIZATION_SYM = "...
Java
apache-2.0
error: pathspec 'plugins/org.jkiss.dbeaver.model/src/org/jkiss/dbeaver/model/data/DBDAttributeReferrer.java' did not match any file(s) known to git
b1449247c04cc6178b1031793af7bd75fd0827a6
1
liuyuanyuan/dbeaver,liuyuanyuan/dbeaver,liuyuanyuan/dbeaver,liuyuanyuan/dbeaver,liuyuanyuan/dbeaver
/* * DBeaver - Universal Database Manager * Copyright (C) 2010-2019 Serge Rider (serge@jkiss.org) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/license...
plugins/org.jkiss.dbeaver.model/src/org/jkiss/dbeaver/model/data/DBDAttributeReferrer.java
dbeaver/dbeaver#5452 Redis: zset keys support
plugins/org.jkiss.dbeaver.model/src/org/jkiss/dbeaver/model/data/DBDAttributeReferrer.java
dbeaver/dbeaver#5452 Redis: zset keys support
<ide><path>lugins/org.jkiss.dbeaver.model/src/org/jkiss/dbeaver/model/data/DBDAttributeReferrer.java <add>/* <add> * DBeaver - Universal Database Manager <add> * Copyright (C) 2010-2019 Serge Rider (serge@jkiss.org) <add> * <add> * Licensed under the Apache License, Version 2.0 (the "License"); <add> * you may not use ...
Java
apache-2.0
8936a10da590d6d050ddd2632c8182c860d29315
0
AndroidX/androidx,AndroidX/androidx,AndroidX/androidx,androidx/androidx,aosp-mirror/platform_frameworks_support,aosp-mirror/platform_frameworks_support,AndroidX/androidx,AndroidX/androidx,androidx/androidx,androidx/androidx,AndroidX/androidx,androidx/androidx,AndroidX/androidx,aosp-mirror/platform_frameworks_support,ao...
/* * Copyright (C) 2007 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...
exifinterface/src/android/support/media/ExifInterface.java
/* * Copyright (C) 2007 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...
Add nullability annotations to ExifInterface. Test: none Change-Id: I9ec5a94519d464138a55b2329a8515f57e3c0a74
exifinterface/src/android/support/media/ExifInterface.java
Add nullability annotations to ExifInterface.
<ide><path>xifinterface/src/android/support/media/ExifInterface.java <ide> import android.location.Location; <ide> import android.support.annotation.IntDef; <ide> import android.support.annotation.NonNull; <add>import android.support.annotation.Nullable; <ide> import android.util.Log; <ide> import android.util.Pair; <i...
JavaScript
apache-2.0
acee4c54ba0993bb2ca6b831b41bc0ee2c5cb354
0
xdegenne/alien4cloud,san-tak/alien4cloud,broly-git/alien4cloud,PierreLemordant/alien4cloud,ngouagna/alien4cloud,OresteVisari/alien4cloud,PierreLemordant/alien4cloud,broly-git/alien4cloud,broly-git/alien4cloud,PierreLemordant/alien4cloud,OresteVisari/alien4cloud,alien4cloud/alien4cloud,ngouagna/alien4cloud,ngouagna/alie...
// Generated on 2014-01-13 using generator-angular 0.7.1 'use strict'; // # Globbing // for performance reasons we're only matching one level down: // 'test/spec/{,*/}*.js' // use this if you want to recursively match all subfolders: // 'test/spec/**/*.js' module.exports = function(grunt) { // Load grunt tasks aut...
alien4cloud-ui/yo/Gruntfile.js
// Generated on 2014-01-13 using generator-angular 0.7.1 'use strict'; // # Globbing // for performance reasons we're only matching one level down: // 'test/spec/{,*/}*.js' // use this if you want to recursively match all subfolders: // 'test/spec/**/*.js' module.exports = function(grunt) { // Load grunt tasks aut...
ALIEN-618: Use parameter into Gruntfile
alien4cloud-ui/yo/Gruntfile.js
ALIEN-618: Use parameter into Gruntfile
<ide><path>lien4cloud-ui/yo/Gruntfile.js <ide> // Arguments passed to the command <ide> } <ide> }, <del> runChromeAdmin: { <del> options: { <del> args: { <del> browser: 'chrome', <add> runAdmin: { <add> options: { <add> args: { <add> ...
Java
lgpl-2.1
c5e7e889e992d66039a361186a9b9066428b8e58
0
viktorbahr/jaer,SensorsINI/jaer,viktorbahr/jaer,viktorbahr/jaer,SensorsINI/jaer,viktorbahr/jaer,SensorsINI/jaer,viktorbahr/jaer,viktorbahr/jaer,SensorsINI/jaer,SensorsINI/jaer,SensorsINI/jaer,SensorsINI/jaer,viktorbahr/jaer,SensorsINI/jaer
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package org.ine.telluride.jaer.cuda; import ch.unizh.ini.jaer.chip.retina.DVS128; import ch.unizh.ini.jaer.chip.retina.Tmpdiff128; import java.awt.HeadlessException; import java.io.BufferedReader; import java.io.File; i...
src/org/ine/telluride/jaer/cuda/CUDAObjectTrackerControl.java
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package org.ine.telluride.jaer.cuda; import ch.unizh.ini.jaer.chip.retina.DVS128; import ch.unizh.ini.jaer.chip.retina.Tmpdiff128; import java.awt.HeadlessException; import java.io.BufferedReader; import java.io.File; i...
check for control port moved inside checkIOPorts in filterPacket method git-svn-id: e3d3b427d532171a6bd7557d8a4952a393b554a2@1164 b7f4320f-462c-0410-a916-d9f35bb82d52
src/org/ine/telluride/jaer/cuda/CUDAObjectTrackerControl.java
check for control port moved inside checkIOPorts in filterPacket method
<ide><path>rc/org/ine/telluride/jaer/cuda/CUDAObjectTrackerControl.java <ide> return true; <ide> } <ide> <del> private void checkIOPorts() throws IOException { <add> synchronized private void checkIOPorts() throws IOException { <add> checkControlSocket(); <ide> if (unicastInput == null...
Java
apache-2.0
af1961c56a9dde6aedfa81b1a7f04b744c4a9638
0
apereo/cas,rkorn86/cas,Jasig/cas,fogbeam/cas_mirror,rkorn86/cas,Jasig/cas,apereo/cas,fogbeam/cas_mirror,fogbeam/cas_mirror,rkorn86/cas,rkorn86/cas,fogbeam/cas_mirror,apereo/cas,apereo/cas,fogbeam/cas_mirror,fogbeam/cas_mirror,apereo/cas,apereo/cas,apereo/cas,Jasig/cas,Jasig/cas
package org.apereo.cas.monitor; import org.apereo.cas.config.CasCoreUtilSerializationConfiguration; import org.apereo.cas.monitor.config.MemcachedMonitorConfiguration; import org.apereo.cas.util.junit.EnabledIfPortOpen; import lombok.val; import net.spy.memcached.MemcachedClientIF; import org.apache.commons.pool2.Obj...
support/cas-server-support-memcached-monitor/src/test/java/org/apereo/cas/monitor/MemcachedHealthIndicatorTests.java
package org.apereo.cas.monitor; import org.apereo.cas.config.CasCoreUtilSerializationConfiguration; import org.apereo.cas.monitor.config.MemcachedMonitorConfiguration; import org.apereo.cas.util.junit.EnabledIfPortOpen; import lombok.val; import net.spy.memcached.MemcachedClientIF; import org.apache.commons.pool2.Obj...
trigger dependency update
support/cas-server-support-memcached-monitor/src/test/java/org/apereo/cas/monitor/MemcachedHealthIndicatorTests.java
trigger dependency update
<ide><path>upport/cas-server-support-memcached-monitor/src/test/java/org/apereo/cas/monitor/MemcachedHealthIndicatorTests.java <ide> CasCoreUtilSerializationConfiguration.class <ide> }, properties = { <ide> "cas.monitor.memcached.servers=localhost:11212", <del> "cas.monitor.memcached.failureMode=Redistribute...
Java
apache-2.0
e73c42dfe7ff36701352fb63996431da2ecc5d07
0
ibissource/iaf,ibissource/iaf,ibissource/iaf,ibissource/iaf,ibissource/iaf
/* * $Log: SpringJmsConnector.java,v $ * Revision 1.17 2008-08-27 16:23:02 europe\L190409 * improved logging * * Revision 1.16 2008/08/21 17:56:20 Gerrit van Brakel <gerrit.van.brakel@ibissource.org> * removed ifsa specific timing evaluation, that was not working * * Revision 1.15 2008/06/30 14:18:27 Gerr...
JavaSource/nl/nn/adapterframework/unmanaged/SpringJmsConnector.java
/* * $Log: SpringJmsConnector.java,v $ * Revision 1.16 2008-08-21 17:56:20 europe\L190409 * removed ifsa specific timing evaluation, that was not working * * Revision 1.15 2008/06/30 14:18:27 Gerrit van Brakel <gerrit.van.brakel@ibissource.org> * use more robust detection transaction and setting of rollbackon...
improved logging
JavaSource/nl/nn/adapterframework/unmanaged/SpringJmsConnector.java
improved logging
<ide><path>avaSource/nl/nn/adapterframework/unmanaged/SpringJmsConnector.java <ide> /* <ide> * $Log: SpringJmsConnector.java,v $ <del> * Revision 1.16 2008-08-21 17:56:20 europe\L190409 <add> * Revision 1.17 2008-08-27 16:23:02 europe\L190409 <add> * improved logging <add> * <add> * Revision 1.16 2008/08/21 17:56...
Java
apache-2.0
6cbf3d2517da2120f4b21c3a7a4dc241fd1c5a4e
0
teetime-framework/teetime,teetime-framework/teetime,ChristianWulf/teetime,ChristianWulf/teetime
package teetime.stage.taskfarm; import teetime.framework.AbstractCompositeStage; import teetime.framework.ConfigurationContext; import teetime.framework.InputPort; import teetime.framework.OutputPort; import teetime.framework.exceptionHandling.TaskFarmInvalidPipeException; import teetime.framework.pipe.IMonitorablePip...
src/main/java/teetime/stage/taskfarm/TaskFarmStage.java
package teetime.stage.taskfarm; import teetime.framework.AbstractCompositeStage; import teetime.framework.ConfigurationContext; import teetime.framework.InputPort; import teetime.framework.OutputPort; import teetime.framework.exceptionHandling.TaskFarmInvalidPipeException; import teetime.framework.pipe.IMonitorablePip...
TFS now adds first stage + pipes to triples
src/main/java/teetime/stage/taskfarm/TaskFarmStage.java
TFS now adds first stage + pipes to triples
<ide><path>rc/main/java/teetime/stage/taskfarm/TaskFarmStage.java <ide> // TODO: Check pipes at start somehow... Here, it would only be an InstantiationPipe. <ide> // checkIfPipeIsMonitorable(stageInputPort.getPipe()); <ide> // checkIfPipeIsMonitorable(stageOutputPort.getPipe()); <del> // configuration.getTriple...
JavaScript
mit
7e46efcd12cbc911900d41903347e60d5ff03ed5
0
HiFaraz/identity-desk
'use strict'; /** * Module dependencies. */ import { ACCEPTED, OK, SEE_OTHER } from 'http-codes'; import { Router } from 'express'; import { clone } from 'lodash'; import { STATUS_CODES as httpCodeMessage } from 'http'; import queryString from 'querystring'; import request from 'request-promise'; import url from 'u...
src/authentication/authenticator/post.js
'use strict'; /** * Module dependencies. */ import { ACCEPTED, OK, SEE_OTHER } from 'http-codes'; import { Router } from 'express'; import { clone } from 'lodash'; import { STATUS_CODES as httpCodeMessage } from 'http'; import queryString from 'querystring'; import request from 'request-promise'; import url from 'u...
Simplify authenticator success payload to client Remove concept of merging all linked accounts into the payload, keep it to the minimum
src/authentication/authenticator/post.js
Simplify authenticator success payload to client
<ide><path>rc/authentication/authenticator/post.js <ide> attributes: [], <ide> model: Authentication$Account, <ide> where: { <del> authenticatorAccountId: account.id, <add> authenticatorAccountId: account.id, // authenticator must return an id <ide...
Java
apache-2.0
error: pathspec 'formats/src/main/java/au/gov/amsa/util/netcdf/NetCdfWriter.java' did not match any file(s) known to git
74fd7d9a04ec78ca0b35d9f3d4073047644573a7
1
amsa-code/risky,amsa-code/risky,amsa-code/risky,amsa-code/risky,amsa-code/risky
package au.gov.amsa.util.netcdf; import java.io.File; import java.io.IOException; import java.util.Arrays; import java.util.HashMap; import java.util.Map; import java.util.function.Function; import ucar.ma2.DataType; import ucar.nc2.Attribute; import ucar.nc2.Dimension; import ucar.nc2.NetcdfFileWriter; import ucar.n...
formats/src/main/java/au/gov/amsa/util/netcdf/NetCdfWriter.java
netcdfwriter dev
formats/src/main/java/au/gov/amsa/util/netcdf/NetCdfWriter.java
netcdfwriter dev
<ide><path>ormats/src/main/java/au/gov/amsa/util/netcdf/NetCdfWriter.java <add>package au.gov.amsa.util.netcdf; <add> <add>import java.io.File; <add>import java.io.IOException; <add>import java.util.Arrays; <add>import java.util.HashMap; <add>import java.util.Map; <add>import java.util.function.Function; <add> <add>imp...
Java
mit
6dd65a7252c6486e26769dc9a611d6127e927309
0
sunshinezxf/Selling,sunshinezxf/Selling,sunshinezxf/Selling
package selling.sunshine.controller; import org.apache.shiro.SecurityUtils; import org.apache.shiro.session.Session; import org.apache.shiro.subject.Subject; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.validation.BindingResult; import org.springframework.web.bind.annotatio...
src/main/java/selling/sunshine/controller/CustomerController.java
package selling.sunshine.controller; import org.apache.shiro.SecurityUtils; import org.apache.shiro.session.Session; import org.apache.shiro.subject.Subject; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.validation.BindingResult; import org.springframework.web.bind.annotatio...
add interface customer overview for post method
src/main/java/selling/sunshine/controller/CustomerController.java
add interface customer overview for post method
<ide><path>rc/main/java/selling/sunshine/controller/CustomerController.java <ide> import selling.sunshine.model.Agent; <ide> import selling.sunshine.model.Customer; <ide> import selling.sunshine.model.User; <add>import selling.sunshine.pagination.DataTablePage; <add>import selling.sunshine.pagination.DataTableParam; <i...
Java
mit
931d4dd8a11313dd31666eaee2fe76605c2c76e6
0
tobiatesan/serleena-android,tobiatesan/serleena-android
/////////////////////////////////////////////////////////////////////////////// // // This file is part of Serleena. // // The MIT License (MIT) // // Copyright (C) 2015 Antonio Cavestro, Gabriele Pozzan, Matteo Lisotto, // Nicola Mometto, Filippo Sestini, Tobia Tesan, Sebastiano Valle. // // Permission is her...
serleena/app/src/test/java/com/kyloth/serleena/presenters/ExperienceSelectionPresenterTest.java
/////////////////////////////////////////////////////////////////////////////// // // This file is part of Serleena. // // The MIT License (MIT) // // Copyright (C) 2015 Antonio Cavestro, Gabriele Pozzan, Matteo Lisotto, // Nicola Mometto, Filippo Sestini, Tobia Tesan, Sebastiano Valle. // // Permission is her...
PRES/TEST: Aggiungi test in ExperienceSelectionPresenterTest Viene aggiungo un test di null check sul costruttore di oggetto ExperienceSelectionPresenterTest
serleena/app/src/test/java/com/kyloth/serleena/presenters/ExperienceSelectionPresenterTest.java
PRES/TEST: Aggiungi test in ExperienceSelectionPresenterTest
<ide><path>erleena/app/src/test/java/com/kyloth/serleena/presenters/ExperienceSelectionPresenterTest.java <ide> new ExperienceSelectionPresenter(view, null); <ide> } <ide> <add> /** <add> * Verifica che il costruttore lanci un'eccezione IllegalArgumentException <add> * al tentativo di costruire ...
Java
apache-2.0
30b70f64b9deeecb20398ef8eecd3969ffdedecd
0
alexeyzyabkin/matinee,alexeyzyabkin/matinee
package com.letionik.matinee.config; import org.hibernate.jpa.HibernatePersistenceProvider; import org.modelmapper.AbstractConverter; import org.modelmapper.ModelMapper; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.context.annotation.Bean; import org.springframework.context.annot...
backend/src/main/java/com/letionik/matinee/config/DataConfig.java
package com.letionik.matinee.config; import org.hibernate.jpa.HibernatePersistenceProvider; import org.modelmapper.AbstractConverter; import org.modelmapper.ModelMapper; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.context.annotation.Bean; import org.springframework.context.annot...
DB properties using change
backend/src/main/java/com/letionik/matinee/config/DataConfig.java
DB properties using change
<ide><path>ackend/src/main/java/com/letionik/matinee/config/DataConfig.java <ide> } else { <ide> String stand = env.getProperty(STAND_SYSTEM_PROPERTY_NAME); <ide> if (StringUtils.isEmpty(stand)) { <del> dataSource.setUrl(String.format(DB_CONNECTION_PATTERN, OPENSHIFT_MYSQL...
Java
unlicense
4d1c6247b6a2216567d7db713ab7e76543c1f6f5
0
SleepyTrousers/EnderIO,HenryLoenwind/EnderIO
package crazypants.enderio.base.diagnostics; import java.net.URL; import java.util.ArrayList; import java.util.Collection; import java.util.List; import javax.annotation.Nonnull; import crazypants.enderio.api.EnderIOAPIProps; import crazypants.enderio.base.EnderIO; import crazypants.enderio.base.Log; import net.mine...
src/main/java/crazypants/enderio/base/diagnostics/EnderIOCrashCallable.java
package crazypants.enderio.base.diagnostics; import java.net.URL; import java.util.ArrayList; import java.util.Collection; import java.util.List; import javax.annotation.Nonnull; import crazypants.enderio.api.EnderIOAPIProps; import crazypants.enderio.base.EnderIO; import crazypants.enderio.base.Log; import net.mine...
Removed AE2 API diagnostics from base
src/main/java/crazypants/enderio/base/diagnostics/EnderIOCrashCallable.java
Removed AE2 API diagnostics from base
<ide><path>rc/main/java/crazypants/enderio/base/diagnostics/EnderIOCrashCallable.java <ide> if (apiVersionString == null) { <ide> apiVersionString = ""; <ide> } <del> if ("appliedenergistics2|API".equals(modContainer.getModId())) { <del> if ("rv1".equals(apiVersionString) || "rv2".equals...
Java
apache-2.0
93eb53db6f5066ac102f11e5253dcb7d6c33b679
0
kishorejangid/manifoldcf,apache/manifoldcf,apache/manifoldcf,apache/manifoldcf,apache/manifoldcf,kishorejangid/manifoldcf,apache/manifoldcf,kishorejangid/manifoldcf,kishorejangid/manifoldcf,kishorejangid/manifoldcf,apache/manifoldcf,kishorejangid/manifoldcf
/* $Id: DBInterfacePostgreSQL.java 999670 2010-09-21 22:18:19Z kwright $ */ /** * 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 ...
framework/core/src/main/java/org/apache/manifoldcf/core/database/DBInterfacePostgreSQL.java
/* $Id: DBInterfacePostgreSQL.java 999670 2010-09-21 22:18:19Z kwright $ */ /** * 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 ...
Handle connection-closed exceptions properly git-svn-id: 4d319e5ed894aec93a653bc5b2159f21e28d8370@1657346 13f79535-47bb-0310-9956-ffa450edef68
framework/core/src/main/java/org/apache/manifoldcf/core/database/DBInterfacePostgreSQL.java
Handle connection-closed exceptions properly
<ide><path>ramework/core/src/main/java/org/apache/manifoldcf/core/database/DBInterfacePostgreSQL.java <ide> java.sql.SQLException sqlException = (java.sql.SQLException)e; <ide> String message = sqlException.getMessage(); <ide> String sqlState = sqlException.getSQLState(); <add> // If connection is closed...
Java
mit
error: pathspec 'BOJ/14718/Main.java' did not match any file(s) known to git
db539865335713a4fc9a3d01a1003105515f9fd6
1
ISKU/Algorithm
/* * Author: Minho Kim (ISKU) * Date: January 26, 2018 * E-mail: minho1a@hanmail.net * * https://github.com/ISKU/Algorithm * https://www.acmicpc.net/problem/14718 */ import java.util.*; public class Main { public static void main(String... args) { Scanner sc = new Scanner(System.in); int N = sc.nextInt();...
BOJ/14718/Main.java
BOJ #14718: 용감한 용사 진수
BOJ/14718/Main.java
BOJ #14718: 용감한 용사 진수
<ide><path>OJ/14718/Main.java <add>/* <add> * Author: Minho Kim (ISKU) <add> * Date: January 26, 2018 <add> * E-mail: minho1a@hanmail.net <add> * <add> * https://github.com/ISKU/Algorithm <add> * https://www.acmicpc.net/problem/14718 <add> */ <add> <add>import java.util.*; <add> <add>public class Main { <add> public st...
Java
apache-2.0
7e9f9b17ddeaf2b4b22692297116c76242ef8fb1
0
tsweets/jdefault
package org.beer30.jdefault; import org.apache.commons.lang.math.RandomUtils; /** * Default Data for generating fake addresses * * @author tsweets * Date: 2/10/14 * Time: 6:11 PM */ public class Address extends DefaultBase { /** * random 3-5 digit number for appending to a street ...
src/main/java/org/beer30/jdefault/Address.java
package org.beer30.jdefault; import org.apache.commons.lang.math.RandomUtils; /** * Default Data for generating fake addresses * * @author tsweets * Date: 2/10/14 * Time: 6:11 PM */ public class Address extends DefaultBase { public static String buildingNumber() { return bothify((S...
updated docs
src/main/java/org/beer30/jdefault/Address.java
updated docs
<ide><path>rc/main/java/org/beer30/jdefault/Address.java <ide> */ <ide> public class Address extends DefaultBase { <ide> <del> <add> /** <add> * random 3-5 digit number for appending to a street <add> * <add> * @return number string <add> */ <ide> public static String buildingNumber() { <ide> ...
Java
apache-2.0
f8375d4e6aefc0b84c14326998ee281f9b34fe63
0
xebia/Xebium,xebia/Xebium,denniebouman/Xebium,xebia/Xebium,rselie/Xebium,denniebouman/Xebium,denniebouman/Xebium,rselie/Xebium,sglebs/Xebium,sglebs/Xebium,sglebs/Xebium,rselie/Xebium,denniebouman/Xebium,sglebs/Xebium,rselie/Xebium,xebia/Xebium
package com.xebia.incubator.xebium.fastseleniumemulation; import org.openqa.selenium.By; import org.openqa.selenium.Keys; import org.openqa.selenium.WebDriver; import org.openqa.selenium.WebElement; import org.openqa.selenium.internal.seleniumemulation.AlertOverride; import org.openqa.selenium.internal.seleniumemulati...
src/main/java/com/xebia/incubator/xebium/fastseleniumemulation/Type.java
package com.xebia.incubator.xebium.fastseleniumemulation; import org.openqa.selenium.By; import org.openqa.selenium.Keys; import org.openqa.selenium.WebDriver; import org.openqa.selenium.WebElement; import org.openqa.selenium.internal.seleniumemulation.AlertOverride; import org.openqa.selenium.internal.seleniumemulati...
Allow empty value for Type
src/main/java/com/xebia/incubator/xebium/fastseleniumemulation/Type.java
Allow empty value for Type
<ide><path>rc/main/java/com/xebia/incubator/xebium/fastseleniumemulation/Type.java <ide> protected Void handleSeleneseCommand(WebDriver driver, String locator, String value) { <ide> alertOverride.replaceAlertMethod(driver); <ide> <add> if (value == null) { <add> value = ""; <add> } <ide> value = value.replace...
Java
apache-2.0
c14d2408b7596f7c5cf6dd6374244c76e3af6f10
0
eFaps/eFapsApp-Sales
//CHECKSTYLE:OFF package org.efaps.esjp.ci; import org.efaps.admin.program.esjp.EFapsApplication; import org.efaps.admin.program.esjp.EFapsNoUpdate; import org.efaps.admin.program.esjp.EFapsUUID; import org.efaps.ci.CIMsgPhrase; /** * This class is only used in case that the HumanResource App is not installed * to b...
src/main/efaps/ESJP/org/efaps/esjp/ci/CIMsgHumanResource.java
//CHECKSTYLE:OFF package org.efaps.esjp.ci; import org.efaps.admin.program.esjp.EFapsApplication; import org.efaps.admin.program.esjp.EFapsNoUpdate; import org.efaps.ci.CIMsgPhrase; /** * This class is only used in case that the HumanResource App is not installed * to be able to compile the classes. * @author The e...
- adding missing UUID
src/main/efaps/ESJP/org/efaps/esjp/ci/CIMsgHumanResource.java
- adding missing UUID
<ide><path>rc/main/efaps/ESJP/org/efaps/esjp/ci/CIMsgHumanResource.java <ide> package org.efaps.esjp.ci; <ide> import org.efaps.admin.program.esjp.EFapsApplication; <ide> import org.efaps.admin.program.esjp.EFapsNoUpdate; <add>import org.efaps.admin.program.esjp.EFapsUUID; <ide> import org.efaps.ci.CIMsgPhrase; <ide> ...
JavaScript
mit
8778d8238a1c3178c2695347485ee988cf9d6ed1
0
fosfozol/w2ui,agzamovr/w2ui,agzamovr/w2ui,aadrian/w2ui,Connum/w2ui,fosfozol/w2ui,Ebiroll/w2ui,ceedriic/w2ui,fosfozol/w2ui,Ebiroll/w2ui,agzamovr/w2ui,mpf82/w2ui,ceedriic/w2ui,Connum/w2ui,aadrian/w2ui,Ebiroll/w2ui,ceedriic/w2ui,fosfozol/w2ui,fosfozol/w2ui,ram08ece/-http-w2ui.com,cristianofx/w2ui,vitmalina/w2ui,Ebiroll/w2...
var w2ui = w2ui || {}; var w2obj = w2obj || {}; // expose object to be able to overwrite default functions /************************************************ * Library: Web 2.0 UI for jQuery * - Following objects are defines * - w2ui - object that will contain all widgets * - w2obj ...
src/w2utils.js
var w2ui = w2ui || {}; var w2obj = w2obj || {}; // expose object to be able to overwrite default functions /************************************************ * Library: Web 2.0 UI for jQuery * - Following objects are defines * - w2ui - object that will contain all widgets * - w2obj ...
Fixed formatNumber
src/w2utils.js
Fixed formatNumber
<ide><path>rc/w2utils.js <ide> } <ide> <ide> function formatNumber (val, fraction, useGrouping) { <del> return parseFloat(val).toLocaleString(w2utils.settings.locale, { <add> var options = { <ide> minimumFractionDigits : fraction, <del> maximumFractionDigits : 20, <add> ...
Java
mit
2ed28b3e29a5c9431e1ec72d1a664d096536dc77
0
sake/bouncycastle-java
package org.bouncycastle.cms; import org.bouncycastle.asn1.ASN1Encodable; import org.bouncycastle.asn1.ASN1EncodableVector; import org.bouncycastle.asn1.ASN1InputStream; import org.bouncycastle.asn1.ASN1Null; import org.bouncycastle.asn1.ASN1OctetString; import org.bouncycastle.asn1.ASN1Sequence; import org.bouncycast...
src/org/bouncycastle/cms/SignerInformation.java
package org.bouncycastle.cms; import org.bouncycastle.asn1.ASN1Encodable; import org.bouncycastle.asn1.ASN1EncodableVector; import org.bouncycastle.asn1.ASN1InputStream; import org.bouncycastle.asn1.ASN1Null; import org.bouncycastle.asn1.ASN1OctetString; import org.bouncycastle.asn1.ASN1Sequence; import org.bouncycast...
More work on attribute validation
src/org/bouncycastle/cms/SignerInformation.java
More work on attribute validation
<ide><path>rc/org/bouncycastle/cms/SignerInformation.java <ide> <ide> private boolean doVerify( <ide> PublicKey key, <del> AttributeTable signedAttrTable, <ide> Provider sigProvider) <ide> throws CMSException, NoSuchAlgorithmException <ide> { <ide> ...
Java
apache-2.0
2ba994af8aae58a652d9e4f9fc6cfaf503667037
0
opencb/opencga,j-coll/opencga,opencb/opencga,j-coll/opencga,opencb/opencga,j-coll/opencga,j-coll/opencga,j-coll/opencga,opencb/opencga,opencb/opencga,j-coll/opencga,opencb/opencga
package org.opencb.opencga.analysis.clinical; import org.apache.commons.collections.CollectionUtils; import org.apache.commons.lang3.StringUtils; import org.opencb.biodata.models.alignment.RegionCoverage; import org.opencb.biodata.models.clinical.interpretation.ClinicalProperty.RoleInCancer; import org.opencb.biodata....
opencga-analysis/src/main/java/org/opencb/opencga/analysis/clinical/FamilyAnalysis.java
package org.opencb.opencga.analysis.clinical; import org.apache.commons.collections.CollectionUtils; import org.apache.commons.lang3.StringUtils; import org.opencb.biodata.models.alignment.RegionCoverage; import org.opencb.biodata.models.clinical.interpretation.ClinicalProperty.RoleInCancer; import org.opencb.biodata....
analysis: do not raise an exception when no samples are found
opencga-analysis/src/main/java/org/opencb/opencga/analysis/clinical/FamilyAnalysis.java
analysis: do not raise an exception when no samples are found
<ide><path>pencga-analysis/src/main/java/org/opencb/opencga/analysis/clinical/FamilyAnalysis.java <ide> <ide> Map<String, Individual> individualMap = new HashMap<>(); <ide> for (Individual member : clinicalAnalysis.getFamily().getMembers()) { <add> if (ListUtils.isEmpty(member.ge...
Java
agpl-3.0
a20e122495d7497c4e0e0bfe423a5cf6323df5db
0
skylow95/libreplan,poum/libreplan,PaulLuchyn/libreplan,skylow95/libreplan,PaulLuchyn/libreplan,Marine-22/libre,poum/libreplan,PaulLuchyn/libreplan,skylow95/libreplan,Marine-22/libre,poum/libreplan,LibrePlan/libreplan,skylow95/libreplan,LibrePlan/libreplan,Marine-22/libre,LibrePlan/libreplan,dgray16/libreplan,Marine-22/...
/* * This file is part of NavalPlan * * Copyright (C) 2009-2010 Fundación para o Fomento da Calidade Industrial e * Desenvolvemento Tecnolóxico de Galicia * Copyright (C) 2010-2011 Igalia, S.L. * * This program is free software: you can redistribute it and/or modify * it under the terms ...
navalplanner-webapp/src/main/java/org/navalplanner/web/planner/allocation/AdvancedAllocationController.java
/* * This file is part of NavalPlan * * Copyright (C) 2009-2010 Fundación para o Fomento da Calidade Industrial e * Desenvolvemento Tecnolóxico de Galicia * Copyright (C) 2010-2011 Igalia, S.L. * * This program is free software: you can redistribute it and/or modify * it under the terms ...
[Bug #1184] Fix issue avoiding reset verticalPage to zero FEA: ItEr75S04BugFixing
navalplanner-webapp/src/main/java/org/navalplanner/web/planner/allocation/AdvancedAllocationController.java
[Bug #1184] Fix issue avoiding reset verticalPage to zero
<ide><path>avalplanner-webapp/src/main/java/org/navalplanner/web/planner/allocation/AdvancedAllocationController.java <ide> <ide> public void populateVerticalListbox() { <ide> if (rowsCached != null) { <del> verticalPage = 0; <ide> verticalPaginationIndexes = new ArrayList<Integer>()...
JavaScript
agpl-3.0
c5602770741e9f419a7a8488e6b9f60ec5603888
0
seemecnc/OctoGUI,seemecnc/OctoGUI,seemecnc/OctoGUI,seemecnc/OctoGUI
var hotLoadZLift = 0; // Specify how high to lift the head when changing filament var sock = new SockJS('http://' + window.location.host + '/sockjs?apikey='+apikey); var api = "http://" + window.location.host + "/api/"; var apikey = "ABAABABB"; var printerStatus = "Checking..."; var etemp = "--"; // Curr...
www/include/octogui.js
var hotLoadZLift = 0; // Specify how high to lift the head when changing filament var sock = new SockJS('http://' + window.location.host + '/sockjs?apikey='+apikey); var api = "http://" + window.location.host + "/api/"; var apikey = "ABAABABB"; var printerStatus = "Checking..."; var etemp = "--"; // Curr...
Dancing around the visibility zmenu problem
www/include/octogui.js
Dancing around the visibility zmenu problem
<ide><path>ww/include/octogui.js <ide> <ide> function saveZMenu(){ <ide> <add> hideZMenu(); <ide> if(printerStatus == "Printing" || printerStatus == "Paused"){ <ide> bootbox.alert({ message: "You cannot modify Z events while printing", backdrop: true }); <ide> }else{ <ide> watchForZ = []; <ide> v...
Java
apache-2.0
error: pathspec 'jsprit-core/src/main/java/jsprit/core/reporting/SolutionPrinter.java' did not match any file(s) known to git
7cff3c58eccfdc4fa787d6acf50fff350f1a8875
1
HeinrichFilter/jsprit,michalmac/jsprit,balage1551/jsprit,sinhautkarsh2014/winter_jsprit,muzuro/jsprit,graphhopper/jsprit
/******************************************************************************* * Copyright (C) 2013 Stefan Schroeder * * 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 * ...
jsprit-core/src/main/java/jsprit/core/reporting/SolutionPrinter.java
add SolutionPrinter to core
jsprit-core/src/main/java/jsprit/core/reporting/SolutionPrinter.java
add SolutionPrinter to core
<ide><path>sprit-core/src/main/java/jsprit/core/reporting/SolutionPrinter.java <add>/******************************************************************************* <add> * Copyright (C) 2013 Stefan Schroeder <add> * <add> * This library is free software; you can redistribute it and/or <add> * modify it under the ter...
JavaScript
mit
25bd3966f2d8f2eafcc9659268a219071034b72e
0
svangordon/latrones-cli,svangordon/latrones-cli
/* * * Navbar * */ import React, { PropTypes } from 'react'; import { connect } from 'react-redux'; import { createStructuredSelector } from 'reselect'; // import Drawer from 'material-ui/Drawer'; // import AppBar from 'material-ui/AppBar'; import SideNav from 'components/SideNav'; import TopNav from 'components/...
app/containers/Navbar/index.js
/* * * Navbar * */ import React, { PropTypes } from 'react'; import { connect } from 'react-redux'; import { createStructuredSelector } from 'reselect'; // import Drawer from 'material-ui/Drawer'; // import AppBar from 'material-ui/AppBar'; import SideNav from 'components/SideNav'; import TopNav from 'components/...
fix prop type
app/containers/Navbar/index.js
fix prop type
<ide><path>pp/containers/Navbar/index.js <ide> Navbar.propTypes = { <ide> // dispatch: PropTypes.func.isRequired, <ide> location: React.PropTypes.string, <del> user: { <del> avatar: PropTypes.string, <del> }, <add> user: React.PropTypes.objectOf(PropTypes.string), <ide> width: PropTypes.number, <ide> }; <id...
JavaScript
mit
1d55d794568d194374b6326ebda8a9a022bcf4b6
0
JariRuinemans/curvitra,JariRuinemans/curvitra
/** * Base Avatar * * @param {Player} player */ function BaseAvatar(player) { EventEmitter.call(this); this.id = player.id; this.name = player.name; this.color = player.color; this.player = player; this.x = 0; this.y ...
src/shared/model/BaseAvatar.js
/** * Base Avatar * * @param {Player} player */ function BaseAvatar(player) { EventEmitter.call(this); this.id = player.id; this.name = player.name; this.color = player.color; this.player = player; this.x = 0; this.y ...
sagasg
src/shared/model/BaseAvatar.js
sagasg
<ide><path>rc/shared/model/BaseAvatar.js <ide> if( BaseAvatar.prototype.speed === true){ <ide> BaseAvatar.prototype.velocity = 56; <ide> this.updateVelocities(); <add> console.log('speed mode'); <ide> }else{ <del> BaseAvatar.prototype.velocity = 56; <add> BaseAvatar.prototype.velocity = 16; <ide> thi...
Java
apache-2.0
7b7ce1bc36f24045707ef72260ec8b1b18de8714
0
BruceZu/sawdust,BruceZu/sawdust,BruceZu/KeepTry,BruceZu/KeepTry,BruceZu/sawdust,BruceZu/sawdust,BruceZu/KeepTry,BruceZu/KeepTry
// Copyright 2016 The Sawdust 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...
bow/2-technical-and-design/jdk8/src/main/java/lambda/Person.java
// Copyright 2016 The Sawdust 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...
Polish Java 8 Lambda Change-Id: I67cd6cc69212e060bd6a1ef675edca1c49873ee3
bow/2-technical-and-design/jdk8/src/main/java/lambda/Person.java
Polish Java 8 Lambda
<ide><path>ow/2-technical-and-design/jdk8/src/main/java/lambda/Person.java <ide> }); <ide> } <ide> } <add> <add> // As interface function <add> interface Foo { <add> int exec(int x); <add> } <add> <add> class Bar { <add> public Foo action2() { <add> return (x...
Java
bsd-2-clause
d64f0e1328919007c5e9ee27c05305ff232fa638
0
jwoehr/ublu,jwoehr/ublu,jwoehr/ublu,jwoehr/ublu,jwoehr/ublu
/* * Copyright (c) 2014, Absolute Performance, Inc. http://www.absolute-performance.com * Copyright (c) 2016, Jack J. Woehr jwoehr@softwoehr.com * SoftWoehr LLC PO Box 51, Golden CO 80402-0051 http://www.softwoehr.com * All rights reserved. * * Redistribution and use in source and binary forms, with or with...
src/ublu/util/Interpreter.java
/* * Copyright (c) 2014, Absolute Performance, Inc. http://www.absolute-performance.com * Copyright (c) 2016, Jack J. Woehr jwoehr@softwoehr.com * SoftWoehr LLC PO Box 51, Golden CO 80402-0051 http://www.softwoehr.com * All rights reserved. * * Redistribution and use in source and binary forms, with or with...
save and restore const map
src/ublu/util/Interpreter.java
save and restore const map
<ide><path>rc/ublu/util/Interpreter.java <ide> */ <ide> public ConstMap getConstMap() { <ide> return constMap; <add> } <add> <add> /** <add> * Set the const map <add> * <add> * @param constMap the const map <add> */ <add> public void setConstMap(ConstMap constMap) { <add> ...
Java
apache-2.0
015fdd74b401b57e2f78d75c0f8f36844f8fa4bb
0
retomerz/intellij-community,pwoodworth/intellij-community,da1z/intellij-community,jagguli/intellij-community,vladmm/intellij-community,ahb0327/intellij-community,hurricup/intellij-community,supersven/intellij-community,fitermay/intellij-community,ibinti/intellij-community,tmpgit/intellij-community,retomerz/intellij-com...
/* * Copyright 2000-2014 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
platform/lang-impl/src/com/intellij/profile/codeInspection/ui/SingleInspectionProfilePanel.java
/* * Copyright 2000-2014 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...
NPE in SingleInspectionProfilePanel#getTree() (table not initialized case)
platform/lang-impl/src/com/intellij/profile/codeInspection/ui/SingleInspectionProfilePanel.java
NPE in SingleInspectionProfilePanel#getTree() (table not initialized case)
<ide><path>latform/lang-impl/src/com/intellij/profile/codeInspection/ui/SingleInspectionProfilePanel.java <ide> } <ide> <ide> public JComponent getTree() { <del> return myTreeTable.getTree(); <add> return myTreeTable == null ? null : myTreeTable.getTree(); <ide> } <ide> <ide> private class MyFilterCompo...
JavaScript
agpl-3.0
103c8e8a62983c4d4bbf54c86230f4ff0b51bebe
0
duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test,duaneking/rockstar_test
13c7fa2a-2e63-11e5-9284-b827eb9e62be
helloWorld.js
13c278ac-2e63-11e5-9284-b827eb9e62be
13c7fa2a-2e63-11e5-9284-b827eb9e62be
helloWorld.js
13c7fa2a-2e63-11e5-9284-b827eb9e62be
<ide><path>elloWorld.js <del>13c278ac-2e63-11e5-9284-b827eb9e62be <add>13c7fa2a-2e63-11e5-9284-b827eb9e62be
Java
agpl-3.0
da4b6fea824ad5a82638a96ccc2772d8cd52148f
0
elki-project/elki,elki-project/elki,elki-project/elki
package de.lmu.ifi.dbs.distance; import java.util.regex.Pattern; /** * Abstract Distance Function provides some methods valid for any extending class. * * @author Arthur Zimek (<a href="mailto:zimek@dbs.ifi.lmu.de">zimek@dbs.ifi.lmu.de</a>) */ public abstract class AbstractDistanceFunction implements DistanceFunc...
src/de/lmu/ifi/dbs/distance/AbstractDistanceFunction.java
package de.lmu.ifi.dbs.distance; import de.lmu.ifi.dbs.database.Database; import java.util.regex.Pattern; /** * Abstract Distance Function provides some methods valid for any extending class. * * @author Arthur Zimek (<a href="mailto:zimek@dbs.ifi.lmu.de">zimek@dbs.ifi.lmu.de</a>) */ public abstract class Abstra...
cleared import statements
src/de/lmu/ifi/dbs/distance/AbstractDistanceFunction.java
cleared import statements
<ide><path>rc/de/lmu/ifi/dbs/distance/AbstractDistanceFunction.java <ide> package de.lmu.ifi.dbs.distance; <del> <del>import de.lmu.ifi.dbs.database.Database; <ide> <ide> import java.util.regex.Pattern; <ide>
Java
mit
40129eba89560f13fe9a3c8c824576277eece992
0
Clemens85/runningdinner,Clemens85/runningdinner,Clemens85/runningdinner,Clemens85/runningdinner,Clemens85/runningdinner
package org.runningdinner.frontend; import static org.assertj.core.api.Assertions.assertThat; import java.time.LocalDate; import java.util.List; import java.util.Set; import java.util.stream.Collectors; import org.junit.Assert; import org.junit.Before; import org.junit.Test; import org.junit.runner.RunWith; import ...
runningdinner-backend/src/test/java/org/runningdinner/frontend/FrontendRunningDinnerTest.java
package org.runningdinner.frontend; import static org.assertj.core.api.Assertions.assertThat; import java.time.LocalDate; import java.util.List; import java.util.Set; import java.util.stream.Collectors; import org.junit.Assert; import org.junit.Before; import org.junit.Test; import org.junit.runner.RunWith; import ...
Fixed test
runningdinner-backend/src/test/java/org/runningdinner/frontend/FrontendRunningDinnerTest.java
Fixed test
<ide><path>unningdinner-backend/src/test/java/org/runningdinner/frontend/FrontendRunningDinnerTest.java <ide> @Test <ide> public void testRegistrationInvalidName() { <ide> <del> RegistrationDataV2TO registrationData = TestUtil.createRegistrationData("Mustermann", "max@muster.de", <add> RegistrationDataV2TO reg...
Java
bsd-2-clause
373503752925c80f4ad22d110d91e11c8abb92c9
0
imagej/workflow-pipes,imagej/workflow-pipes
package imagej.workflowpipes.pipesentity; import java.io.Serializable; import java.text.ParseException; import java.util.ArrayList; import java.util.Iterator; import org.json.JSONObject; /* * Used to represent the conf JSON entity */ public class Conf implements Serializable { private Name name; private Type t...
src/main/java/imagej/workflowpipes/pipesentity/Conf.java
package imagej.workflowpipes.pipesentity; import java.io.Serializable; import java.text.ParseException; import java.util.ArrayList; import java.util.Iterator; import org.json.JSONObject; /* * Used to represent the conf JSON entity */ public class Conf implements Serializable { private Name name; private Type t...
Debugging. Whenever a plugin with text output is piped into a text field there is a problem. This prints out the JSON being evaluated. This used to be revision r2127.
src/main/java/imagej/workflowpipes/pipesentity/Conf.java
Debugging. Whenever a plugin with text output is piped into a text field there is a problem. This prints out the JSON being evaluated.
<ide><path>rc/main/java/imagej/workflowpipes/pipesentity/Conf.java <ide> { <ide> this.name = new Name( name ); <ide> this.type = new Type( confJSON.getString("type") ); <add> System.out.println("confJSON is " + confJSON); <ide> this.value = new Value( confJSON.getString("value") ); <ide> } <ide>
Java
apache-2.0
0bef1af00590c627982efc7bafa32e1867331a27
0
ok2c/httpclient,apache/httpcomponents-client,atlassian/httpclient,UlrichColby/httpcomponents-client,cmbntr/httpclient,cmbntr/httpclient,atlassian/httpclient
/* * ==================================================================== * 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 ...
httpclient/src/main/java/org/apache/http/client/utils/URLEncodedUtils.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 ...
Javadoc git-svn-id: 897293da6115b9493049ecf64199cf2f9a0ac287@1353368 13f79535-47bb-0310-9956-ffa450edef68
httpclient/src/main/java/org/apache/http/client/utils/URLEncodedUtils.java
Javadoc
<ide><path>ttpclient/src/main/java/org/apache/http/client/utils/URLEncodedUtils.java <ide> return result.toString(); <ide> } <ide> <add> /** Unreserved characters, i.e. alphanumeric, plus: _ - ! . ~ ' ( ) * */ <ide> private static final BitSet UNRESERVED = new BitSet(256); <add> /** Punctuation...
Java
apache-2.0
99dd0f3451a0d3031650cf386c6a77a8709791ca
0
Kodehawa/imageboard-api
/* * Copyright 2017 Kodehawa * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in ...
src/main/java/net/kodehawa/lib/imageboards/entities/impl/DanbooruImage.java
/* * Copyright 2017 Kodehawa * * 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 ...
Stop making Matcher explode (#17) Danbooru is a meme
src/main/java/net/kodehawa/lib/imageboards/entities/impl/DanbooruImage.java
Stop making Matcher explode (#17)
<ide><path>rc/main/java/net/kodehawa/lib/imageboards/entities/impl/DanbooruImage.java <ide> } <ide> <ide> private String getFixedURL(String url) { <add> if (url == null) { <add> return null; <add> } <ide> Matcher matcher = urlPattern.matcher(url); <ide> if(matcher.find(...
Java
agpl-3.0
error: pathspec 'projects/cadcTAP/test/src/ca/nrc/cadc/tap/upload/UploadUtilTest.java' did not match any file(s) known to git
db3d2f110c46534a4e21d3248c90890510a3b74d
1
opencadc/tap,opencadc/tap
/* ************************************************************************ ******************* CANADIAN ASTRONOMY DATA CENTRE ******************* ************** CENTRE CANADIEN DE DONNÉES ASTRONOMIQUES ************** * * (c) 2009. (c) 2009. * Government of Canada ...
projects/cadcTAP/test/src/ca/nrc/cadc/tap/upload/UploadUtilTest.java
Unit tests for UploadUtil. git-svn-id: 311fcc5b8b03427d323cee07bbb9e5a14d8d22e9@1200 728ff76a-78ac-11de-a72b-d90af8dea425
projects/cadcTAP/test/src/ca/nrc/cadc/tap/upload/UploadUtilTest.java
Unit tests for UploadUtil.
<ide><path>rojects/cadcTAP/test/src/ca/nrc/cadc/tap/upload/UploadUtilTest.java <add>/* <add> ************************************************************************ <add> ******************* CANADIAN ASTRONOMY DATA CENTRE ******************* <add> ************** CENTRE CANADIEN DE DONNÉES ASTRONOMIQUES ***********...
JavaScript
mit
dab13b527d4fa8ebb68e01bc6d1ce8921c3eeaed
0
jcwaco/TestSetList,jcwaco/TestSetList
// This App is supposed to find Test Sets and then list the Test Cases within them // // // //A new comment is added // // Verify connector function // Prepare to add pull requests // // //This a Test of vcs connector 2.0.5 // //Creating a change in the code // // Test the logistics // A change for the better // Adde...
App.js
// This App is supposed to find Test Sets and then list the Test Cases within them // // // //A new comment is added // // Verify connector function // Prepare to add pull requests // // //This a Test of vcs connector 2.0.5 // //Creating a change in the code // //Her we go again // // // Test the logistics // A chang...
US99: Purchase Your Items Task-Url: https://rally1.rallydev.com/slm/detail/ar/335708299808 This change should kick off a build
App.js
US99: Purchase Your Items
<ide><path>pp.js <ide> // <ide> //Creating a change in the code <ide> // <del>//Her we go again <del>// <del>// <ide> // Test the logistics <ide> <ide> // A change for the better <ide> // Added by JC <del> <add>// <ide> // <ide> Ext.define('CustomApp', { <ide> extend: 'Rally.app.App',
Java
agpl-3.0
26a0aa2a7a709c0998c5b755ffd4d77c235f42c8
0
exomiser/Exomiser,exomiser/Exomiser
/* * The Exomiser - A tool to annotate and prioritize genomic variants * * Copyright (c) 2016-2018 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/test/java/org/monarchinitiative/exomiser/core/analysis/util/InheritanceModeMaxFrequenciesTest.java
/* * The Exomiser - A tool to annotate and prioritize genomic variants * * Copyright (c) 2016-2018 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...
Tidy-up InheritanceModeMaxFrequenciesTest
exomiser-core/src/test/java/org/monarchinitiative/exomiser/core/analysis/util/InheritanceModeMaxFrequenciesTest.java
Tidy-up InheritanceModeMaxFrequenciesTest
<ide><path>xomiser-core/src/test/java/org/monarchinitiative/exomiser/core/analysis/util/InheritanceModeMaxFrequenciesTest.java <ide> <ide> package org.monarchinitiative.exomiser.core.analysis.util; <ide> <add>import com.google.common.collect.ImmutableMap; <ide> import de.charite.compbio.jannovar.mendel.ModeOfInherita...
Java
unknown
error: pathspec 'Sato/memento/Caretaker.java' did not match any file(s) known to git
e1002b695b01adde2e27c1239bc7a3f2c43030ee
1
tectijuana/javapdd,tectijuana/pddjava
import java.util.List; import java.util.ArrayList; class Caretaker { public static void main(String[] args) { List<Originator.Memento> savedStates = new ArrayList<Originator.Memento>(); Originator originator = new Originator(); originator.set("State1"); originator.set("State2"); ...
Sato/memento/Caretaker.java
Create Caretaker.java
Sato/memento/Caretaker.java
Create Caretaker.java
<ide><path>ato/memento/Caretaker.java <add>import java.util.List; <add>import java.util.ArrayList; <add> <add>class Caretaker { <add> public static void main(String[] args) { <add> List<Originator.Memento> savedStates = new ArrayList<Originator.Memento>(); <add> <add> Originator originator = new Origi...
Java
apache-2.0
624ea6ed636f74b4b1f48e5cb9d710792be23e03
0
PasaLab/tachyon,Alluxio/alluxio,maboelhassan/alluxio,jsimsa/alluxio,WilliamZapata/alluxio,maboelhassan/alluxio,calvinjia/tachyon,Alluxio/alluxio,Alluxio/alluxio,bf8086/alluxio,Reidddddd/mo-alluxio,ChangerYoung/alluxio,uronce-cc/alluxio,riversand963/alluxio,wwjiang007/alluxio,riversand963/alluxio,PasaLab/tachyon,aaudibe...
/* * The Alluxio Open Foundation licenses this work under the Apache License, version 2.0 * (the “License”). You may not use this work except in compliance with the License, which is * available at www.apache.org/licenses/LICENSE-2.0 * * This software is distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDI...
core/server/src/main/java/alluxio/worker/file/UnderFileSystemManager.java
/* * The Alluxio Open Foundation licenses this work under the Apache License, version 2.0 * (the “License”). You may not use this work except in compliance with the License, which is * available at www.apache.org/licenses/LICENSE-2.0 * * This software is distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDI...
Clean up UFSManager.
core/server/src/main/java/alluxio/worker/file/UnderFileSystemManager.java
Clean up UFSManager.
<ide><path>ore/server/src/main/java/alluxio/worker/file/UnderFileSystemManager.java <ide> @ThreadSafe <ide> public final class UnderFileSystemManager { <ide> /** <add> * An object which generates input streams to under file system files given a position. This <add> * class does not manage the life cycles of the g...
Java
apache-2.0
e44d821cd4ab8799db8d57c453215b41e6810097
0
opensingular/singular-core,opensingular/singular-core,opensingular/singular-core,opensingular/singular-core
/* * Copyright (C) 2016 Singular Studios (a.k.a Atom Tecnologia) - www.opensingular.com * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 ...
form/core/src/main/java/org/opensingular/form/io/SFormXMLUtil.java
/* * Copyright (C) 2016 Singular Studios (a.k.a Atom Tecnologia) - www.opensingular.com * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 ...
Reduzindo Cognitive Complexity
form/core/src/main/java/org/opensingular/form/io/SFormXMLUtil.java
Reduzindo Cognitive Complexity
<ide><path>orm/core/src/main/java/org/opensingular/form/io/SFormXMLUtil.java <ide> instance.clearInstance(); <ide> lerAtributos(instance, xml); <ide> if (instance instanceof SISimple) { <del> SISimple<?> instanceSimple = (SISimple<?>) instance; <del> STypeSimple<?, ?> type ...
Java
mpl-2.0
88a8914584152aa194cf660e7c738fe7cd089c96
0
zamojski/TowerCollector,zamojski/TowerCollector
/* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ package info.zamojski.soft.towercollector.views; import android.annotation.SuppressLint; import android.content.C...
app/src/main/java/info/zamojski/soft/towercollector/views/MainMapFragment.java
/* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ package info.zamojski.soft.towercollector.views; import android.annotation.SuppressLint; import android.content.C...
Hide marker tooltip on second click. Closes #110.
app/src/main/java/info/zamojski/soft/towercollector/views/MainMapFragment.java
Hide marker tooltip on second click.
<ide><path>pp/src/main/java/info/zamojski/soft/towercollector/views/MainMapFragment.java <ide> private static final Marker.OnMarkerClickListener MARKER_CLICK_LISTENER = new Marker.OnMarkerClickListener() { <ide> @Override <ide> public boolean onMarkerClick(Marker marker, MapView mapView) { <del> ...
Java
apache-2.0
8cf80b129dfd43385e5dcf06f9e2400f92912735
0
codepoke/libgdx,codepoke/libgdx,codepoke/libgdx,codepoke/libgdx,codepoke/libgdx,codepoke/libgdx,codepoke/libgdx,codepoke/libgdx
/******************************************************************************* * Copyright 2011 See AUTHORS file. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.a...
extensions/gdx-tools/src/com/badlogic/gdx/tools/flame/DynamicsInfluencerPanel.java
/******************************************************************************* * Copyright 2011 See AUTHORS file. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.a...
Fixed a nullpointer caused by looking up the incorrect DynamicsModifier.
extensions/gdx-tools/src/com/badlogic/gdx/tools/flame/DynamicsInfluencerPanel.java
Fixed a nullpointer caused by looking up the incorrect DynamicsModifier.
<ide><path>xtensions/gdx-tools/src/com/badlogic/gdx/tools/flame/DynamicsInfluencerPanel.java <ide> import com.badlogic.gdx.graphics.g3d.particles.influencers.DynamicsModifier; <ide> import com.badlogic.gdx.graphics.g3d.particles.influencers.DynamicsModifier.BrownianAcceleration; <ide> import com.badlogic.gdx.graphics.g...
Java
apache-2.0
2f5c79d05290ced708e8d086c89be274c860e35e
0
codescale/logging-log4j2,xnslong/logging-log4j2,apache/logging-log4j2,neuro-sys/logging-log4j2,lburgazzoli/apache-logging-log4j2,apache/logging-log4j2,neuro-sys/logging-log4j2,renchunxiao/logging-log4j2,GFriedrich/logging-log4j2,ChetnaChaudhari/logging-log4j2,lburgazzoli/logging-log4j2,lqbweb/logging-log4j2,pisfly/logg...
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache license, Version 2.0 * (the "License"); you may n...
log4j-api/src/main/java/org/apache/logging/log4j/util/LoaderUtil.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache license, Version 2.0 * (the "License"); you may n...
Add equals and hashCode to LoaderUtil.UrlResource
log4j-api/src/main/java/org/apache/logging/log4j/util/LoaderUtil.java
Add equals and hashCode to LoaderUtil.UrlResource
<ide><path>og4j-api/src/main/java/org/apache/logging/log4j/util/LoaderUtil.java <ide> public URL getUrl() { <ide> return url; <ide> } <add> <add> @Override <add> public boolean equals(final Object o) { <add> if (this == o) { <add> return true; <add> ...
Java
apache-2.0
e43e22ca1e6f8a22cc1b4c53ca2ea2b6614cc153
0
flanglet/kanzi
/* Copyright 2011-2017 Frederic Langlet 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 ...
java/src/main/java/kanzi/entropy/HuffmanDecoder.java
/* Copyright 2011-2017 Frederic Langlet 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 ...
Rename field for clarity.
java/src/main/java/kanzi/entropy/HuffmanDecoder.java
Rename field for clarity.
<ide><path>ava/src/main/java/kanzi/entropy/HuffmanDecoder.java <ide> <ide> private final InputBitStream bs; <ide> private final int[] codes; <del> private final int[] ranks; <add> private final int[] alphabet; <ide> private final short[] sizes; <ide> private final int[] fdTable; // Fast decoding table ...
Java
apache-2.0
bf4c456ae7371c32c4b2365bb13b25701c1c2d47
0
HubSpot/Blazar,HubSpot/Blazar,HubSpot/Blazar,HubSpot/Blazar
package com.hubspot.blazar.util; import java.io.FileNotFoundException; import java.io.IOException; import java.net.URI; import java.util.Set; import javax.inject.Inject; import javax.inject.Named; import javax.inject.Singleton; import org.kohsuke.github.GHRepository; import org.slf4j.Logger; import org.slf4j.LoggerF...
BlazarService/src/main/java/com/hubspot/blazar/util/GitHubWebhookHandler.java
package com.hubspot.blazar.util; import java.io.FileNotFoundException; import java.io.IOException; import java.net.URI; import java.util.Set; import javax.inject.Inject; import javax.inject.Named; import javax.inject.Singleton; import org.kohsuke.github.GHRepository; import org.slf4j.Logger; import org.slf4j.LoggerF...
Change Whitelist behavior For the testing of this in QA we need to have only certain projects build, but since things are mostly opted-in now we don't want to || with whether a project has a `.blazar-enabled` or `.blazar.yaml`. This makes Blazar ONLY handle git-events for things in the white list, if the white-list i...
BlazarService/src/main/java/com/hubspot/blazar/util/GitHubWebhookHandler.java
Change Whitelist behavior
<ide><path>lazarService/src/main/java/com/hubspot/blazar/util/GitHubWebhookHandler.java <ide> } <ide> <ide> private boolean isOptedIn(GitInfo gitInfo) throws IOException { <del> return whitelist.contains(gitInfo.getRepository()) || blazarConfigExists(gitInfo); <add> return whitelist.contains(gitInfo.getRepos...
Java
apache-2.0
8992c6cf8b2487755bcb1a956446e24a1fa3abd1
0
ptupitsyn/ignite,andrey-kuznetsov/ignite,tkpanther/ignite,nizhikov/ignite,xtern/ignite,amirakhmedov/ignite,agoncharuk/ignite,samaitra/ignite,vsisko/incubator-ignite,gridgain/apache-ignite,gargvish/ignite,apacheignite/ignite,vsisko/incubator-ignite,andrey-kuznetsov/ignite,thuTom/ignite,amirakhmedov/ignite,samaitra/ignit...
/* * 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 ...
modules/core/src/test/java/org/apache/ignite/internal/processors/cache/distributed/near/GridCacheNearMultiNodeSelfTest.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 ...
# IGNITE-56 Fix GridCacheNearMultiNodeSelfTest.testPessimisticWriteThrough().
modules/core/src/test/java/org/apache/ignite/internal/processors/cache/distributed/near/GridCacheNearMultiNodeSelfTest.java
# IGNITE-56 Fix GridCacheNearMultiNodeSelfTest.testPessimisticWriteThrough().
<ide><path>odules/core/src/test/java/org/apache/ignite/internal/processors/cache/distributed/near/GridCacheNearMultiNodeSelfTest.java <ide> <ide> String s = near.getAndPut(3, "3"); <ide> <del> assertNotNull(s); <ide> assertEquals("3", s); <ide> <ide> ass...