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
ece7a1a2beddcd5974e3de80e1753f0032b45a2f
0
twogee/ant-ivy,apache/ant-ivy,jaikiran/ant-ivy,apache/ant-ivy,sbt/ivy,twogee/ant-ivy,sbt/ivy,jaikiran/ant-ivy,jaikiran/ant-ivy,apache/ant-ivy,twogee/ant-ivy,jaikiran/ant-ivy,twogee/ant-ivy,apache/ant-ivy
/* * This file is subject to the license found in LICENCE.TXT in the root directory of the project. * * version 1.3.1 */ package fr.jayasoft.ivy.url; import java.io.ByteArrayInputStream; import java.io.ByteArrayOutputStream; import java.io.File; import java.io.IOException; import java.io.InputStream; ...
src/java/fr/jayasoft/ivy/url/BasicURLHandler.java
/* * This file is subject to the license found in LICENCE.TXT in the root directory of the project. * * version 1.3.1 */ package fr.jayasoft.ivy.url; import java.io.ByteArrayInputStream; import java.io.ByteArrayOutputStream; import java.io.File; import java.io.IOException; import java.io.InputStream; ...
review disconnection: workaround for sun jre bug in file url connection git-svn-id: 29f0868cb983d9404d09bb30d964f948aae571fc@488010 13f79535-47bb-0310-9956-ffa450edef68
src/java/fr/jayasoft/ivy/url/BasicURLHandler.java
review disconnection: workaround for sun jre bug in file url connection
<ide><path>rc/java/fr/jayasoft/ivy/url/BasicURLHandler.java <ide> } catch (IOException e) { <ide> Message.error("Server access Error: "+e.getMessage()+" url="+url); <ide> } finally { <del> if (con instanceof HttpURLConnection) { <del> ((HttpURLConnection)con).discon...
Java
agpl-3.0
e3e4cf988445bb1732e9fa999750a59d4952da7f
0
jhonMalcom79/mcMMO_pers,isokissa3/mcMMO,virustotalop/mcMMO,EvilOlaf/mcMMO,Maximvdw/mcMMO
package com.gmail.nossr50.config.treasure; import java.util.ArrayList; import java.util.HashMap; import java.util.List; import java.util.Map; import java.util.Map.Entry; import java.util.Set; import org.bukkit.Material; import org.bukkit.configuration.ConfigurationSection; import org.bukkit.inventory.ItemStack; impor...
src/main/java/com/gmail/nossr50/config/treasure/TreasureConfig.java
package com.gmail.nossr50.config.treasure; import java.util.ArrayList; import java.util.HashMap; import java.util.List; import java.util.Map; import java.util.Map.Entry; import java.util.Set; import org.bukkit.Material; import org.bukkit.configuration.ConfigurationSection; import org.bukkit.inventory.ItemStack; impor...
Do not attempt to load an empty treasure config
src/main/java/com/gmail/nossr50/config/treasure/TreasureConfig.java
Do not attempt to load an empty treasure config
<ide><path>rc/main/java/com/gmail/nossr50/config/treasure/TreasureConfig.java <ide> protected void loadKeys() { <ide> Map<String, Treasure> treasures = new HashMap<String, Treasure>(); <ide> ConfigurationSection treasureSection = config.getConfigurationSection("Treasures"); <add> <add> if (tr...
Java
bsd-3-clause
2db77ca78532eec7675e68945758fa72057b7e71
0
Civcraft/BetterShards
package vg.civcraft.mc.bettershards; import java.util.ArrayList; import java.util.Collection; import java.util.HashMap; import java.util.LinkedList; import java.util.List; import java.util.Map; import java.util.Map.Entry; import org.bukkit.Bukkit; import org.bukkit.Location; import org.bukkit.World; import org.bukkit...
BetterShardsBukkit/src/main/java/vg/civcraft/mc/bettershards/PortalsManager.java
package vg.civcraft.mc.bettershards; import java.util.ArrayList; import java.util.Collection; import java.util.HashMap; import java.util.LinkedList; import java.util.List; import java.util.Map; import java.util.Map.Entry; import org.bukkit.Bukkit; import org.bukkit.Location; import org.bukkit.World; import org.bukkit...
Only show particles for portals on the current server
BetterShardsBukkit/src/main/java/vg/civcraft/mc/bettershards/PortalsManager.java
Only show particles for portals on the current server
<ide><path>etterShardsBukkit/src/main/java/vg/civcraft/mc/bettershards/PortalsManager.java <ide> @Override <ide> public void run() { <ide> for(Portal portal : portals.values()) { <add> if (!portal.isOnCurrentServer()) { <add> continue; <add> } <ide> for(Player p...
Java
epl-1.0
6643a518937909986000ad20040133fd11fd1594
0
boniatillo-com/PhaserEditor,boniatillo-com/PhaserEditor,boniatillo-com/PhaserEditor,boniatillo-com/PhaserEditor,boniatillo-com/PhaserEditor,boniatillo-com/PhaserEditor
// The MIT License (MIT) // // Copyright (c) 2015, 2017 Arian Fornaris // // 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 ri...
source/v2/phasereditor/phasereditor.project.ui/src/phasereditor/project/ui/wizards/NewPhaserProjectWizard.java
// The MIT License (MIT) // // Copyright (c) 2015, 2017 Arian Fornaris // // 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 ri...
#115: New project wizard includes "pixelArt" config.
source/v2/phasereditor/phasereditor.project.ui/src/phasereditor/project/ui/wizards/NewPhaserProjectWizard.java
#115: New project wizard includes "pixelArt" config.
<ide><path>ource/v2/phasereditor/phasereditor.project.ui/src/phasereditor/project/ui/wizards/NewPhaserProjectWizard.java <ide> <ide> params.put("title", project.getName()); <ide> <del> boolean pixelArt = _settingsPage.getPixelArtBtn().getSelection(); <del> <del> var renderConfig = new JSONObject(); <del> renderC...
Java
apache-2.0
2dbafbb91003a6054ca973c7a02aa8f10cc5d72d
0
phac-nml/irida,phac-nml/irida,phac-nml/irida,phac-nml/irida,phac-nml/irida,phac-nml/irida,phac-nml/irida,phac-nml/irida
package ca.corefacility.bioinformatics.irida.service.analysis.workspace.galaxy.impl.integration; import static org.junit.Assert.assertEquals; import static org.junit.Assert.assertFalse; import static org.junit.Assert.assertNotNull; import static org.junit.Assert.assertNull; import static org.junit.Assert.assertTrue; ...
src/test/java/ca/corefacility/bioinformatics/irida/service/analysis/workspace/galaxy/impl/integration/AnalysisWorkspaceServiceGalaxyIT.java
package ca.corefacility.bioinformatics.irida.service.analysis.workspace.galaxy.impl.integration; import static org.junit.Assert.assertEquals; import static org.junit.Assert.assertFalse; import static org.junit.Assert.assertNotNull; import static org.junit.Assert.assertNull; import static org.junit.Assert.assertTrue; ...
refactored out all use of analysissubmission input getters
src/test/java/ca/corefacility/bioinformatics/irida/service/analysis/workspace/galaxy/impl/integration/AnalysisWorkspaceServiceGalaxyIT.java
refactored out all use of analysissubmission input getters
<ide><path>rc/test/java/ca/corefacility/bioinformatics/irida/service/analysis/workspace/galaxy/impl/integration/AnalysisWorkspaceServiceGalaxyIT.java <ide> import ca.corefacility.bioinformatics.irida.repositories.analysis.submission.AnalysisSubmissionRepository; <ide> import ca.corefacility.bioinformatics.irida.reposit...
Java
mit
403ceb6551bee775679900112ef60ca6465bd20e
0
lemmy/tlaplus,tlaplus/tlaplus,lemmy/tlaplus,lemmy/tlaplus,lemmy/tlaplus,tlaplus/tlaplus,tlaplus/tlaplus,tlaplus/tlaplus
package org.lamport.tla.toolbox.ui.property; import org.eclipse.jface.preference.IPreferenceStore; import org.eclipse.jface.preference.StringFieldEditor; import org.eclipse.swt.widgets.Composite; import org.eclipse.swt.widgets.Control; import org.lamport.tla.toolbox.spec.Spec; import org.lamport.tla.toolbox.uti...
org.lamport.tla.toolbox/src/org/lamport/tla/toolbox/ui/property/SpecPropertyPage.java
package org.lamport.tla.toolbox.ui.property; import org.eclipse.jface.preference.IPreferenceStore; import org.eclipse.jface.preference.StringFieldEditor; import org.eclipse.swt.widgets.Composite; import org.eclipse.swt.widgets.Control; import org.lamport.tla.toolbox.spec.Spec; import org.lamport.tla.toolbox.uti...
property changed git-svn-id: 7acc490bd371dbc82047a939b87dc892fdc31f59@13304 76a6fc44-f60b-0410-a9a8-e67b0e8fc65c
org.lamport.tla.toolbox/src/org/lamport/tla/toolbox/ui/property/SpecPropertyPage.java
property changed
<ide><path>rg.lamport.tla.toolbox/src/org/lamport/tla/toolbox/ui/property/SpecPropertyPage.java <ide> */ <ide> public class SpecPropertyPage extends GenericFieldEditorPropertyPage <ide> { <del> <add> private StringFieldEditor pcalParamEditor; <ide> <ide> protected Control createContents(Composite parent) <...
JavaScript
mit
8318612ecc12372034fdbddb5b3cc96ec9d33db5
0
ghiringh/Wegas,Heigvd/Wegas,Heigvd/Wegas,Heigvd/Wegas,Heigvd/Wegas,Heigvd/Wegas,ghiringh/Wegas,ghiringh/Wegas
/* * Wegas * http://wegas.albasim.ch * * Copyright (c) 2013, 2014, 2015 School of Business and Engineering Vaud, Comem * Licensed under the MIT License */ /** * @fileoverview * @author Francois-Xavier Aeberhard <fx@red-agent.com> */ YUI.add("wegas-button", function(Y) { "use strict"; var CONTENTBOX = ...
wegas-app/src/main/webapp/wegas-app/js/widget/wegas-button.js
/* * Wegas * http://wegas.albasim.ch * * Copyright (c) 2013, 2014, 2015 School of Business and Engineering Vaud, Comem * Licensed under the MIT License */ /** * @fileoverview * @author Francois-Xavier Aeberhard <fx@red-agent.com> */ YUI.add("wegas-button", function(Y) { "use strict"; var CONTENTBOX = ...
UnreadCount * Fix Dialogue Unread count * add option to hide the value
wegas-app/src/main/webapp/wegas-app/js/widget/wegas-button.js
UnreadCount
<ide><path>egas-app/src/main/webapp/wegas-app/js/widget/wegas-button.js <ide> }, <ide> "DialogueDescriptor": function(descriptor, instance, resolve) { <ide> var state = descriptor.getCurrentState(); <add> if (!instance.get("enabled")) { <add> ...
Java
apache-2.0
8d0c51dc9b6dac00158ad659465e489a76fa72cd
0
irfanah/jmeter,kschroeder/jmeter,vherilier/jmeter,ubikfsabbe/jmeter,max3163/jmeter,max3163/jmeter,tuanhq/jmeter,tuanhq/jmeter,d0k1/jmeter,liwangbest/jmeter,ubikfsabbe/jmeter,vherilier/jmeter,thomsonreuters/jmeter,ra0077/jmeter,DoctorQ/jmeter,irfanah/jmeter,etnetera/jmeter,vherilier/jmeter,ubikloadpack/jmeter,ubikloadpa...
// $Header$ /* * Copyright 2003-2004 The Apache Software Foundation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless requi...
src/components/org/apache/jmeter/extractor/RegexExtractor.java
// $Header$ /* * Copyright 2003-2004 The Apache Software Foundation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless requi...
Remove old Regex variables when fewer matches found later in thread git-svn-id: 7c053b8fbd1fb5868f764c6f9536fc6a9bbe7da9@324313 13f79535-47bb-0310-9956-ffa450edef68
src/components/org/apache/jmeter/extractor/RegexExtractor.java
Remove old Regex variables when fewer matches found later in thread
<ide><path>rc/components/org/apache/jmeter/extractor/RegexExtractor.java <ide> } <ide> else // < 0 means we save all the matches <ide> { <add> int prevCount = 0; <add> String prevString=(String)vars.get(refName+"_matchNr"); <add> if (prevString != null) <add> { <add> ...
Java
apache-2.0
e3c96b10071a4f688e638fb4206c8d6a791de26a
0
ibmsoe/hbase,ibmsoe/hbase,ibmsoe/hbase,ibmsoe/hbase,ibmsoe/hbase,ibmsoe/hbase,ibmsoe/hbase,ibmsoe/hbase,ibmsoe/hbase,ibmsoe/hbase
/* * * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); y...
hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegion.java
/* * * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); y...
HBASE-13471 Fix a possible infinite loop in doMiniBatchMutation Summary: in doMiniBatchMutation it is possible to get into an infinite loop when a query has a row that is not in the region. If the batch had an invalid row, the row lock further down the function would fail to acquire because it was an invalid row. Howe...
hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegion.java
HBASE-13471 Fix a possible infinite loop in doMiniBatchMutation
<ide><path>base-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegion.java <ide> } else { <ide> prepareDelete((Delete) mutation); <ide> } <add> checkRow(mutation.getRow(), "doMiniBatchMutation"); <ide> } catch (NoSuchColumnFamilyException nscf) { <ide> ...
Java
apache-2.0
b9c2b3b25d525d222deb5da8698356d6c09a33b5
0
codeaudit/OG-Platform,jeorme/OG-Platform,codeaudit/OG-Platform,nssales/OG-Platform,jerome79/OG-Platform,ChinaQuants/OG-Platform,DevStreet/FinanceAnalytics,jerome79/OG-Platform,McLeodMoores/starling,nssales/OG-Platform,McLeodMoores/starling,codeaudit/OG-Platform,jerome79/OG-Platform,ChinaQuants/OG-Platform,nssales/OG-Pl...
/** * Copyright (C) 2009 - present by OpenGamma Inc. and the OpenGamma group of companies * * Please see distribution for license. */ package com.opengamma.financial.model.finitedifference; import org.testng.annotations.Test; /** * Test ThetaMethodFiniteDifference when theta = 0.5 (i.e. A Crank-Nicolson scheme)...
projects/OG-Analytics/tests/unit/com/opengamma/financial/model/finitedifference/ThetaMethodFiniteDifferenceTest.java
/** * Copyright (C) 2009 - present by OpenGamma Inc. and the OpenGamma group of companies * * Please see distribution for license. */ package com.opengamma.financial.model.finitedifference; import org.testng.annotations.Test; /** * Test ThetaMethodFiniteDifference when theta = 0.5 (i.e. A Crank-Nicolson scheme)...
adding missing tests
projects/OG-Analytics/tests/unit/com/opengamma/financial/model/finitedifference/ThetaMethodFiniteDifferenceTest.java
adding missing tests
<ide><path>rojects/OG-Analytics/tests/unit/com/opengamma/financial/model/finitedifference/ThetaMethodFiniteDifferenceTest.java <ide> public class ThetaMethodFiniteDifferenceTest { <ide> <ide> private static final ConvectionDiffusionPDESolverTestCase TESTER = new ConvectionDiffusionPDESolverTestCase(); <del> private...
JavaScript
mit
599775959e85ae94f50b97001c6e3cf54cad89cb
0
kidaa/Pleiades,XtrKiL/Pleiades,XtrKiL/Pleiades,kidaa/Pleiades,kidaa/Pleiades,kidaa/Pleiades,XtrKiL/Pleiades,XtrKiL/Pleiades
// Place all the behaviors and hooks related to the matching controller here. // All this logic will automatically be available in application.js. $(document).ready(function() {// Javascript object to store all map data console.log(introTrue); $("#mobile").hide(); if( /Android|webOS|iPhone|iPad|iPod|Bl...
app/assets/javascripts/create.js
// Place all the behaviors and hooks related to the matching controller here. // All this logic will automatically be available in application.js. $(document).ready(function() {// Javascript object to store all map data console.log(introTrue); $("#mobile").hide(); if( /Android|webOS|iPhone|iPad|iPod|Bl...
Fixes division by zero error
app/assets/javascripts/create.js
Fixes division by zero error
<ide><path>pp/assets/javascripts/create.js <ide> function form_equation(q1,q2){ <ide> <ide> function equation(x){ <del> gradient = (q2.y - q1.y)/(q2.x-q1.x); <add> var REALLYFUCKINGHIGHVALUE = 9999999999999; <add> if(q1.x == q2.x) { <add> gradient = REALLYFUC...
Java
agpl-3.0
1767125b46374ce9db8def23c76e54b19a6746e6
0
cojen/Tupl
/* * Copyright 2011-2012 Brian S O'Neill * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable la...
src/main/java/org/cojen/tupl/RedoLog.java
/* * Copyright 2011-2012 Brian S O'Neill * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable la...
Handle unflushed redo log.
src/main/java/org/cojen/tupl/RedoLog.java
Handle unflushed redo log.
<ide><path>rc/main/java/org/cojen/tupl/RedoLog.java <ide> default: <ide> throw new DatabaseException("Unknown redo log operation: " + op); <ide> <add> case 0: <add> // Assume redo log did not flush completely. <add> return; <add> <ide> ca...
Java
apache-2.0
ae22d415db87d20a62f6b109a95771c3e0bb6986
0
mtransitapps/ca-victoria-regional-transit-system-bus-parser,mtransitapps/ca-victoria-regional-transit-system-bus-parser
package org.mtransit.parser.ca_victoria_regional_transit_system_bus; import java.util.ArrayList; import java.util.Arrays; import java.util.HashMap; import java.util.HashSet; import java.util.List; import java.util.Locale; import java.util.regex.Pattern; import org.apache.commons.lang3.StringUtils; import org.mtransit...
src/org/mtransit/parser/ca_victoria_regional_transit_system_bus/VictoriaRegionalTransitSystemBusAgencyTools.java
package org.mtransit.parser.ca_victoria_regional_transit_system_bus; import java.util.ArrayList; import java.util.Arrays; import java.util.HashMap; import java.util.HashSet; import java.util.List; import java.util.Locale; import java.util.regex.Pattern; import org.apache.commons.lang3.StringUtils; import org.mtransit...
Compatibility with latest update
src/org/mtransit/parser/ca_victoria_regional_transit_system_bus/VictoriaRegionalTransitSystemBusAgencyTools.java
Compatibility with latest update
<ide><path>rc/org/mtransit/parser/ca_victoria_regional_transit_system_bus/VictoriaRegionalTransitSystemBusAgencyTools.java <ide> <ide> @Override <ide> public long getRouteId(GRoute gRoute) { <add> if ("ARB".equalsIgnoreCase(gRoute.getRouteShortName())) { <add> return 999L; <add> } <ide> return Long.parseLong(g...
JavaScript
mit
f9d071838b534631e94bff18b3b507f8002d02ba
0
onebytegone/banknote-client,onebytegone/banknote-client
var $ = require('jquery'); (function() { var filterSymbol = function(value) { return value.replace(/[^\d.]/g, ''); }; $(document).on('focus', '.jsCurrency', function() { var elem = $(this), val = filterSymbol(elem.val()); // If zero value, clear input for user if (parseFloa...
src/common/library/CurrencyInputStyler.js
var $ = require('jquery'); (function() { var filterSymbol = function(value) { return value.replace(/[^\d.]/g, ''); }; $(document).on('focus', '.jsCurrency', function() { var elem = $(this); elem.val(filterSymbol(elem.val())); }); $(document).on('blur', '.jsCurrency', function() { ...
Clear field on focus when no value
src/common/library/CurrencyInputStyler.js
Clear field on focus when no value
<ide><path>rc/common/library/CurrencyInputStyler.js <ide> }; <ide> <ide> $(document).on('focus', '.jsCurrency', function() { <del> var elem = $(this); <del> elem.val(filterSymbol(elem.val())); <add> var elem = $(this), <add> val = filterSymbol(elem.val()); <add> <add> // If zero valu...
Java
agpl-3.0
f8079199c313942cf83efe134c16aca629a9336a
0
cryptomator/cryptofs
/******************************************************************************* * Copyright (c) 2016 Sebastian Stenzel and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the accompanying LICENSE.txt. * * Contributors: * Sebastian Stenz...
src/main/java/org/cryptomator/cryptofs/LongFileNameProvider.java
/******************************************************************************* * Copyright (c) 2016 Sebastian Stenzel and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the accompanying LICENSE.txt. * * Contributors: * Sebastian Stenz...
simplify code
src/main/java/org/cryptomator/cryptofs/LongFileNameProvider.java
simplify code
<ide><path>rc/main/java/org/cryptomator/cryptofs/LongFileNameProvider.java <ide> private void persistInternal() throws IOException { <ide> Path longNameFile = c9sPath.resolve(INFLATED_FILE_NAME); <ide> Files.createDirectories(c9sPath); <del> try (WritableByteChannel ch = Files.newByteChannel(longNameFile, Sta...
JavaScript
apache-2.0
17146f5dcbdbc738d5b464f4a08528af34734a0b
0
boxed/grid,uberVU/grid,hootsuite/grid,zaeem/grid,uberVU/grid,hootsuite/grid,thenaughtychild/grid,thenaughtychild/grid,gasparfm/grid,gasparfm/grid,zaeem/grid
;(function($, window, document, undefined) { var DraggableGridList = function(element, options) { this.options = $.extend({}, this.defaults, options); this.$element = $(element); this._init(); this._bindEvents(); }; DraggableGridList.prototype.defaults = { rows: 5, widthHeightRatio: 1 ...
lib/jquery.gridList.js
;(function($, window, document, undefined) { var DraggableGridList = function(element, options) { this.options = $.extend({}, this.defaults, options); this.$element = $(element); this._init(); this._bindEvents(); }; DraggableGridList.prototype.defaults = { rows: 5, widthHeightRatio: 1 ...
Rename _callUserCallback as _triggerOnChange #8
lib/jquery.gridList.js
Rename _callUserCallback as _triggerOnChange #8
<ide><path>ib/jquery.gridList.js <ide> <ide> DraggableGridList.prototype._updateGridSnapshot = function() { <ide> // Notify the user with the items that changed since the previous snapshot <del> this._callUserCallback(); <add> this._triggerOnChange(); <ide> GridList.cloneItems(this.items, this._items);...
Java
mit
2078e2834cb0651b3c620a8c338a5bf8990a00f9
0
jaquadro/StorageDrawers,codewarrior0/StorageDrawers,jaquadro/StorageDrawers,bloodmc/StorageDrawers
package com.jaquadro.minecraft.storagedrawers.block.tile; import com.jaquadro.minecraft.storagedrawers.api.inventory.IDrawerInventory; import com.jaquadro.minecraft.storagedrawers.api.storage.IDrawer; import com.jaquadro.minecraft.storagedrawers.api.storage.IDrawerGroup; import net.minecraft.entity.player.EntityPlayer...
src/com/jaquadro/minecraft/storagedrawers/block/tile/TileEntitySlave.java
package com.jaquadro.minecraft.storagedrawers.block.tile; import com.jaquadro.minecraft.storagedrawers.api.inventory.IDrawerInventory; import com.jaquadro.minecraft.storagedrawers.api.storage.IDrawer; import com.jaquadro.minecraft.storagedrawers.api.storage.IDrawerGroup; import net.minecraft.entity.player.EntityPlayer...
Fix slave binding problem
src/com/jaquadro/minecraft/storagedrawers/block/tile/TileEntitySlave.java
Fix slave binding problem
<ide><path>rc/com/jaquadro/minecraft/storagedrawers/block/tile/TileEntitySlave.java <ide> if (controllerCoord == null) <ide> return null; <ide> <add> ensureInitialized(); <add> <ide> TileEntity te = worldObj.getTileEntity(controllerCoord.x(), controllerCoord.y(), controllerCoord.z())...
JavaScript
mit
01de2eb266f4f877e492905f4eddfd0637c936b5
0
umbraco/Umbraco-CMS,KevinJump/Umbraco-CMS,abryukhov/Umbraco-CMS,JimBobSquarePants/Umbraco-CMS,abjerner/Umbraco-CMS,tcmorris/Umbraco-CMS,JimBobSquarePants/Umbraco-CMS,tcmorris/Umbraco-CMS,bjarnef/Umbraco-CMS,JimBobSquarePants/Umbraco-CMS,madsoulswe/Umbraco-CMS,NikRimington/Umbraco-CMS,abryukhov/Umbraco-CMS,robertjf/Umbr...
(function () { "use strict"; function LogViewerOverviewController($q, $location, $timeout, logViewerResource, navigationService) { var vm = this; vm.loading = false; vm.canLoadLogs = false; vm.searches = []; vm.numberOfErrors = 0; vm.commonLogMessages = []; ...
src/Umbraco.Web.UI.Client/src/views/logviewer/overview.controller.js
(function () { "use strict"; function LogViewerOverviewController($q, $location, logViewerResource) { var vm = this; vm.loading = false; vm.canLoadLogs = false; vm.searches = []; vm.numberOfErrors = 0; vm.commonLogMessages = []; vm.commonLogMessagesCount...
Synctree in log viewer overview
src/Umbraco.Web.UI.Client/src/views/logviewer/overview.controller.js
Synctree in log viewer overview
<ide><path>rc/Umbraco.Web.UI.Client/src/views/logviewer/overview.controller.js <ide> (function () { <ide> "use strict"; <ide> <del> function LogViewerOverviewController($q, $location, logViewerResource) { <add> function LogViewerOverviewController($q, $location, $timeout, logViewerResource, navigationService...
Java
apache-2.0
0e561b8dd30bce367ef4b4e11846b6b25095ecdf
0
CloudSlang/cs-intellij-plugin
package com.intellij.lang.cloudslang.completion.macro; import com.intellij.codeInsight.template.Expression; import com.intellij.codeInsight.template.ExpressionContext; import com.intellij.codeInsight.template.Macro; import com.intellij.codeInsight.template.Result; import com.intellij.codeInsight.template.TemplateConte...
src/com/intellij/lang/cloudslang/completion/macro/CurrentNamespaceMacro.java
package com.intellij.lang.cloudslang.completion.macro; import com.intellij.codeInsight.template.Expression; import com.intellij.codeInsight.template.ExpressionContext; import com.intellij.codeInsight.template.Macro; import com.intellij.codeInsight.template.Result; import com.intellij.codeInsight.template.TemplateConte...
Removing space
src/com/intellij/lang/cloudslang/completion/macro/CurrentNamespaceMacro.java
Removing space
<ide><path>rc/com/intellij/lang/cloudslang/completion/macro/CurrentNamespaceMacro.java <ide> } <ide> } <ide> return strBuilder.toString(); <del> <ide> } <ide> <ide> private String fixPathPart(String pathPart) {
JavaScript
mit
213f7a1e14ae8cf5b46fffc6ec90af8a48a910a9
0
noslouch/pa,noslouch/pa,noslouch/pa,noslouch/pa,noslouch/pa
/* init.js */ 'use strict'; require.config({ paths : { jquery : 'lib/jquery/jquery', underscore : 'lib/underscore/underscore-amd.min', // using extend backbone backbone : 'utils/backbone', moment : 'lib/moment/moment.min', isotope : 'utils/iso', bbq : 'lib/bb...
js/init.js
/* init.js */ 'use strict'; require.config({ paths : { jquery : 'lib/jquery/jquery', underscore : 'lib/underscore/underscore-amd.min', // using extend backbone backbone : 'utils/backbone', moment : 'lib/moment/moment.min', isotope : 'utils/iso', bbq : 'lib/bb...
removed init.js hash
js/init.js
removed init.js hash
<ide><path>s/init.js <ide> foundation : 'lib/foundation/foundation', <ide> tooltips : 'lib/foundation/foundation.tooltips', <ide> fancybox : 'lib/fancybox/jquery.fancybox.pack', <del> json : 'lib/json/json2', <del> 'app/router' : 'app/router.1379951484467814434', <del> 'app/...
Java
apache-2.0
75f8dea252acfa9eb49a5407521c8199611810d1
0
mrniko/redisson,jackygurui/redisson,redisson/redisson,zhoffice/redisson
/** * Copyright 2016 Nikita Koksharov * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agree...
redisson/src/main/java/org/redisson/client/handler/BaseConnectionHandler.java
/** * Copyright 2016 Nikita Koksharov * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agree...
fireChannelActive should be invoked on successful connection establishment
redisson/src/main/java/org/redisson/client/handler/BaseConnectionHandler.java
fireChannelActive should be invoked on successful connection establishment
<ide><path>edisson/src/main/java/org/redisson/client/handler/BaseConnectionHandler.java <ide> } <ide> <ide> if (futures.isEmpty()) { <add> ctx.fireChannelActive(); <ide> connectionPromise.trySuccess(connection); <ide> return; <ide> } <ide> ...
JavaScript
mit
8ef1ee4e372b00b154764558fedf6cea21664b38
0
apbodnar/FSPT,apbodnar/FSPT
loadAll(['mesh/bunny.obj'], function(hash){ var t1 = performance.now(); var triangles = parseMesh(hash['mesh/bunny.obj']); //triangles = triangles.concat(parseMesh(hash['mesh/bunny.obj'])); var bvh = new BVH(triangles, 4); console.log(bvh.serializeTree()); console.log(performance.now() - t1); runTest(bvh...
test_tree.js
loadAll(['mesh/bunny.obj'], function(hash){ var t1 = performance.now(); var triangles = parseMesh(hash['mesh/bunny.obj']); //triangles = triangles.concat(parseMesh(hash['mesh/bunny.obj'])); var bvh = new BVH(triangles, 4); console.log(bvh.serializeTree()); console.log(performance.now() - t1); runTest(bvh...
software stackless traversal
test_tree.js
software stackless traversal
<ide><path>est_tree.js <ide> // console.log(performance.now() - t1); <ide> t1 = performance.now(); <ide> //treeTrace(canvas, ctx, bvh.root); <del> arrayTreeTrace(canvas, ctx, bvh.serializeTree()); <add> //arrayTreeTrace(canvas, ctx, bvh.serializeTree()); <add> stacklessTreeTrace(canvas, ctx, bvh.serializeTree(...
Java
agpl-3.0
2351849e0108b69c3f8ad551c8a5f3574271f8c0
0
flamingo-geocms/flamingo,flamingo-geocms/flamingo,flamingo-geocms/flamingo,B3Partners/flamingo,B3Partners/flamingo,B3Partners/flamingo,B3Partners/flamingo,flamingo-geocms/flamingo
/* * Copyright (C) 2012-2013 B3Partners B.V. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This p...
viewer/src/main/java/nl/b3p/viewer/stripes/EditFeatureActionBean.java
/* * Copyright (C) 2012-2013 B3Partners B.V. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This p...
now using commons-logging instead of java logging
viewer/src/main/java/nl/b3p/viewer/stripes/EditFeatureActionBean.java
now using commons-logging instead of java logging
<ide><path>iewer/src/main/java/nl/b3p/viewer/stripes/EditFeatureActionBean.java <ide> import org.geotools.data.DataUtilities; <ide> import org.geotools.data.DefaultTransaction; <ide> import org.geotools.data.FeatureSource; <del>import org.geotools.data.Query; <ide> import org.geotools.data.Transaction; <ide> import org...
Java
apache-2.0
8c92f7dc8346938e7c80d2bd10153e9a3e975124
0
MIABIS/miabis-converter
package org.miabis.converter.cli; import org.apache.commons.cli.CommandLine; import org.apache.commons.cli.CommandLineParser; import org.apache.commons.cli.DefaultParser; import org.apache.commons.cli.HelpFormatter; import org.apache.commons.cli.Option; import org.apache.commons.cli.Options; import org.apache.commons...
src/main/java/org/miabis/converter/cli/ConverterCli.java
package org.miabis.converter.cli; import org.apache.commons.cli.CommandLine; import org.apache.commons.cli.CommandLineParser; import org.apache.commons.cli.DefaultParser; import org.apache.commons.cli.HelpFormatter; import org.apache.commons.cli.Option; import org.apache.commons.cli.Options; import org.apache.commons...
added options
src/main/java/org/miabis/converter/cli/ConverterCli.java
added options
<ide><path>rc/main/java/org/miabis/converter/cli/ConverterCli.java <ide> public static void main(String[] args) throws ParseException, JobExecutionAlreadyRunningException, JobRestartException, JobInstanceAlreadyCompleteException, JobParametersInvalidException { <ide> <ide> Option indexOpt = Option.builder("i") <de...
Java
apache-2.0
de8f3592ee716351b1694f48b797c89e2837caa7
0
superbstreak/drill,johnnywale/drill,bbevens/drill,hsuanyi/incubator-drill,mapr/incubator-drill,vvysotskyi/drill,Ben-Zvi/drill,Serhii-Harnyk/drill,dsbos/incubator-drill,vkorukanti/drill,ketfos/testdrill,amithadke/drill,akumarb2010/incubator-drill,mapr-demos/drill-pcap-format,KulykRoman/drill,sohami/drill,sudheeshkatkam/...
/** * 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...
exec/java-exec/src/main/java/org/apache/drill/exec/planner/logical/DrillOptiq.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...
DRILL-1099: Inject space (' ') as the default second argument to [lbr]trim * Optiq already handles this for "trim".
exec/java-exec/src/main/java/org/apache/drill/exec/planner/logical/DrillOptiq.java
DRILL-1099: Inject space (' ') as the default second argument to [lbr]trim
<ide><path>xec/java-exec/src/main/java/org/apache/drill/exec/planner/logical/DrillOptiq.java <ide> trimArgs.add(args.get(1)); <ide> <ide> return FunctionCallFactory.createExpression(trimFunc, trimArgs); <add> } else if (functionName.equals("ltrim") || functionName.equals("rtrim") || functionName.e...
Java
apache-2.0
14af40ee9c66cd543c5c904be8f072e06abda47b
0
openengsb/openengsb,openengsb/openengsb,openengsb/openengsb,openengsb/openengsb,openengsb/openengsb,openengsb/openengsb
/** * Licensed to the Austrian Association for Software Tool Integration (AASTI) * under one or more contributor license agreements. See the NOTICE file * distributed with this work for additional information regarding copyright * ownership. The AASTI licenses this file to you under the Apache License, * Version 2...
itests/src/test/java/org/openengsb/itests/exam/WorkflowIT.java
/** * Licensed to the Austrian Association for Software Tool Integration (AASTI) * under one or more contributor license agreements. See the NOTICE file * distributed with this work for additional information regarding copyright * ownership. The AASTI licenses this file to you under the Apache License, * Version 2...
create additional itest for workflow-service
itests/src/test/java/org/openengsb/itests/exam/WorkflowIT.java
create additional itest for workflow-service
<ide><path>tests/src/test/java/org/openengsb/itests/exam/WorkflowIT.java <ide> import static org.hamcrest.CoreMatchers.is; <ide> import static org.junit.Assert.assertThat; <ide> <add>import java.util.Dictionary; <add>import java.util.Hashtable; <add> <ide> import org.junit.Ignore; <ide> import org.junit.Test; <ide> im...
Java
apache-2.0
c35f28c34fc3528efbc54e6e38e7f8f52d153dc6
0
reactor/reactor-netty,reactor/reactor-netty
/* * Copyright (c) 2011-2019 Pivotal Software Inc, All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0 * * Unle...
src/main/java/reactor/netty/resources/PooledConnectionProvider.java
/* * Copyright (c) 2011-2019 Pivotal Software Inc, All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0 * * Unle...
Avoid calling `Pool.close()` which will block reactor thread.
src/main/java/reactor/netty/resources/PooledConnectionProvider.java
Avoid calling `Pool.close()` which will block reactor thread.
<ide><path>rc/main/java/reactor/netty/resources/PooledConnectionProvider.java <ide> PoolKey holder = new PoolKey(bootstrap.config().remoteAddress(), <ide> handler != null ? handler.hashCode() : -1); <ide> <del> Pool pool; <del> for (; ; ) { <del> pool = channelPools.get(holder); <del> if (pool != nul...
Java
apache-2.0
a94b313f0ef3c59dd2765d908e3f93e761ed464c
0
NyBatis/NyBatisCore
package org.nybatis.core.executor; import java.io.BufferedWriter; import java.io.IOException; import java.io.OutputStreamWriter; import org.nybatis.core.conf.Const; import org.nybatis.core.exception.unchecked.CommandLineException; import org.nybatis.core.log.NLogger; import org.nybatis.core.worker.WorkerReadLine; /*...
src/main/java/org/nybatis/core/executor/CommandExecutor.java
package org.nybatis.core.executor; import java.io.BufferedWriter; import java.io.IOException; import java.io.OutputStreamWriter; import org.nybatis.core.conf.Const; import org.nybatis.core.exception.unchecked.CommandLineException; import org.nybatis.core.log.NLogger; import org.nybatis.core.worker.WorkerReadLine; /*...
change wait time parameter type from Long to Integer.
src/main/java/org/nybatis/core/executor/CommandExecutor.java
change wait time parameter type from Long to Integer.
<ide><path>rc/main/java/org/nybatis/core/executor/CommandExecutor.java <ide> } <ide> <ide> /** <del> * 실행중인지 여부를 확인한다. <del> * <del> * @return 실행중인지 여부 <add> * check whether process is executing or not. <add> * <add> * @return true if process is executing. <ide> */ <ide> public boolean isAlive() { <ide> <i...
Java
agpl-3.0
353611f463ed78161808bfc58077cfc43d487fa9
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
c35442c2-2e5f-11e5-9284-b827eb9e62be
hello.java
c34e91d8-2e5f-11e5-9284-b827eb9e62be
c35442c2-2e5f-11e5-9284-b827eb9e62be
hello.java
c35442c2-2e5f-11e5-9284-b827eb9e62be
<ide><path>ello.java <del>c34e91d8-2e5f-11e5-9284-b827eb9e62be <add>c35442c2-2e5f-11e5-9284-b827eb9e62be
Java
apache-2.0
f56388a37d2b83f2415164d9808623fe62be3a4f
0
amith01994/intellij-community,adedayo/intellij-community,da1z/intellij-community,lucafavatella/intellij-community,retomerz/intellij-community,fitermay/intellij-community,gnuhub/intellij-community,caot/intellij-community,xfournet/intellij-community,salguarnieri/intellij-community,gnuhub/intellij-community,lucafavatella/...
/* * Copyright 2000-2012 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
java/java-psi-api/src/com/intellij/codeInsight/BaseExternalAnnotationsManager.java
/* * Copyright 2000-2012 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
data races
java/java-psi-api/src/com/intellij/codeInsight/BaseExternalAnnotationsManager.java
data races
<ide><path>ava/java-psi-api/src/com/intellij/codeInsight/BaseExternalAnnotationsManager.java <ide> import com.intellij.psi.*; <ide> import com.intellij.psi.util.PsiFormatUtil; <ide> import com.intellij.psi.util.PsiTreeUtil; <add>import com.intellij.util.ConcurrencyUtil; <ide> import com.intellij.util.IncorrectOperation...
JavaScript
mit
d221e38f7226a869524eba8273e8f77ed6238019
0
mmalecki/node-rubish
Number.prototype.times = function (iterator) { for (var i = 0; i < this; i++) { iterator(i); } }; Number.prototype.upto = function (up, iterator) { for (var i = this.valueOf(); i <= up; i++) { iterator(i); } return this.valueOf(); };
lib/rubish/number.js
Number.prototype.times = function (iterator) { for (var i = 0; i < this; i++) { iterator(i); } };
[rubish] `Number.upto` function
lib/rubish/number.js
[rubish] `Number.upto` function
<ide><path>ib/rubish/number.js <ide> } <ide> }; <ide> <add>Number.prototype.upto = function (up, iterator) { <add> for (var i = this.valueOf(); i <= up; i++) { <add> iterator(i); <add> } <add> return this.valueOf(); <add>}; <add>
Java
apache-2.0
59cd54bee8023d35afafc87bea973828d8012e5f
0
da1z/intellij-community,allotria/intellij-community,xfournet/intellij-community,ThiagoGarciaAlves/intellij-community,allotria/intellij-community,da1z/intellij-community,allotria/intellij-community,da1z/intellij-community,ThiagoGarciaAlves/intellij-community,allotria/intellij-community,mglukhikh/intellij-community,xfour...
/* * Copyright 2000-2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
plugins/stream-debugger/src/main/java/com/intellij/debugger/streams/resolve/ResolverFactoryImpl.java
/* * Copyright 2000-2017 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...
Change resolver for skip intermediate operation
plugins/stream-debugger/src/main/java/com/intellij/debugger/streams/resolve/ResolverFactoryImpl.java
Change resolver for skip intermediate operation
<ide><path>lugins/stream-debugger/src/main/java/com/intellij/debugger/streams/resolve/ResolverFactoryImpl.java <ide> switch (methodName) { <ide> case "filter": <ide> case "limit": <add> case "skip": <ide> return new FilterResolver(); <ide> case "flatMap": <ide> return new Flat...
Java
epl-1.0
4ee19f8485624c865a2a3e51a01000b9d1735734
0
junit-team/junit-lambda,sbrannen/junit-lambda
/* * Copyright 2015-2018 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which * accompanies this distribution and is available at * * http://www.eclipse.org/legal/epl-v20.html */ packag...
junit-jupiter-params/src/main/java/org/junit/jupiter/params/provider/MethodArgumentsProvider.java
/* * Copyright 2015-2018 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which * accompanies this distribution and is available at * * http://www.eclipse.org/legal/epl-v20.html */ packag...
Polishing
junit-jupiter-params/src/main/java/org/junit/jupiter/params/provider/MethodArgumentsProvider.java
Polishing
<ide><path>unit-jupiter-params/src/main/java/org/junit/jupiter/params/provider/MethodArgumentsProvider.java <ide> Object testInstance = context.getTestInstance().orElse(null); <ide> // @formatter:off <ide> return Arrays.stream(this.methodNames) <del> .map(argumentsMethodName -> getMethod(context, argumentsMeth...
Java
mit
1a2f6f3762d6bbb8ed6800686ad9ebefeae5f798
0
bwkimmel/jmist
/** * */ package org.jmist.framework.services; import java.rmi.RMISecurityManager; import java.util.concurrent.Executor; import java.util.concurrent.Executors; import javax.swing.JDialog; import org.jmist.framework.Job; import org.jmist.framework.reporting.ProgressTreePanel; /** * @author brad * */ public fina...
src/org/jmist/framework/services/WorkerClient.java
/** * */ package org.jmist.framework.services; import java.util.concurrent.Executor; import java.util.concurrent.Executors; import javax.swing.JDialog; import org.jmist.framework.Job; import org.jmist.framework.reporting.ProgressTreePanel; /** * @author brad * */ public final class WorkerClient { /** * @pa...
Set the security manager.
src/org/jmist/framework/services/WorkerClient.java
Set the security manager.
<ide><path>rc/org/jmist/framework/services/WorkerClient.java <ide> */ <ide> package org.jmist.framework.services; <ide> <add>import java.rmi.RMISecurityManager; <ide> import java.util.concurrent.Executor; <ide> import java.util.concurrent.Executors; <ide> <ide> */ <ide> public static void main(String[] args) { <i...
Java
mit
fac49b68b8657eed19366f969bf435f73e63229f
0
pmidford/owlbuilder
package org.arachb.owlbuilder.lib; import java.util.HashMap; import java.util.Map; import org.arachb.arachadmin.PublicationBean; import org.arachb.owlbuilder.Owlbuilder; import org.semanticweb.owlapi.model.IRI; import org.semanticweb.owlapi.model.OWLAnnotation; import org.semanticweb.owlapi.model.OWLAxiom; import org...
src/main/java/org/arachb/owlbuilder/lib/Publication.java
package org.arachb.owlbuilder.lib; import java.sql.SQLException; import org.arachb.arachadmin.PublicationBean; import org.arachb.owlbuilder.Owlbuilder; import org.semanticweb.owlapi.model.IRI; import org.semanticweb.owlapi.model.OWLAnnotation; import org.semanticweb.owlapi.model.OWLAxiom; import org.semanticweb.owlap...
update generation methods
src/main/java/org/arachb/owlbuilder/lib/Publication.java
update generation methods
<ide><path>rc/main/java/org/arachb/owlbuilder/lib/Publication.java <ide> package org.arachb.owlbuilder.lib; <ide> <del>import java.sql.SQLException; <add>import java.util.HashMap; <add>import java.util.Map; <ide> <ide> import org.arachb.arachadmin.PublicationBean; <ide> import org.arachb.owlbuilder.Owlbuilder; <ide> ...
JavaScript
mit
2406c7b5093062649c849cc3da6ecc25f123a3bc
0
LoudBit/the-thing-is
// The Thing Is // Configuration driven validation // with the goal of near-english syntax // Usage: // // var whatYouExpect = 'number' -- string (least useful) // var whatYouExpect = ['present', 'number', {greaterThan:0}] -- array (tightest to write) // var whatYouExpect = {present:true, number:true, greaterThan:0}...
the-thing-is.js
// The Thing Is // Configuration driven validation // with the goal of a near-readable-english syntax // Usage: // // var whatYouExpect = 'number' // string (least useful) // var whatYouExpect = ['present', 'number', {greaterThan:0}] // array (tightest to write) // var whatYouExpect = {present:true, number:true, great...
cleaned up notes
the-thing-is.js
cleaned up notes
<ide><path>he-thing-is.js <ide> // The Thing Is <ide> // Configuration driven validation <del>// with the goal of a near-readable-english syntax <add>// with the goal of near-english syntax <ide> <ide> // Usage: <ide> // <del>// var whatYouExpect = 'number' // string (least useful) <del>// var whatYouExpect = ['presen...
Java
mit
47b93e10d7f2938b7d403fc7d42212a10d488b35
0
Steven-N-Hart/vcf-miner,Steven-N-Hart/vcf-miner,Steven-N-Hart/vcf-miner,Steven-N-Hart/vcf-miner,Steven-N-Hart/vcf-miner
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package edu.mayo.ve.VCFParser; import com.google.gson.Gson; import com.google.gson.JsonElement; import com.google.gson.JsonObject; import com.mongodb.*; import com.mongodb.util.JSON; import com.tinkerpop.pipes.Pipe; imp...
src/main/java/edu/mayo/ve/VCFParser/VCFParser.java
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package edu.mayo.ve.VCFParser; import com.google.gson.Gson; import com.google.gson.JsonElement; import com.google.gson.JsonObject; import com.mongodb.*; import com.mongodb.util.JSON; import java.io.File; import java.io...
Changes to be compatible with 3.0.8-SNAPSHOT of pipes. SAMPLES are no longer kept. git-svn-id: 3727a5fd490da57ffbb4efc8eef39fd409567e2c@23454 8f329c14-d232-4f17-8684-7ee34322b8dc
src/main/java/edu/mayo/ve/VCFParser/VCFParser.java
Changes to be compatible with 3.0.8-SNAPSHOT of pipes. SAMPLES are no longer kept.
<ide><path>rc/main/java/edu/mayo/ve/VCFParser/VCFParser.java <ide> import com.google.gson.JsonObject; <ide> import com.mongodb.*; <ide> import com.mongodb.util.JSON; <add>import com.tinkerpop.pipes.Pipe; <add>import com.tinkerpop.pipes.transform.IdentityPipe; <add>import com.tinkerpop.pipes.util.Pipeline; <add>import e...
Java
apache-2.0
1d06628560e74f48cff7140a775da382943646b3
0
apache/incubator-shardingsphere,leeyazhou/sharding-jdbc,apache/incubator-shardingsphere,leeyazhou/sharding-jdbc,leeyazhou/sharding-jdbc,apache/incubator-shardingsphere,leeyazhou/sharding-jdbc,apache/incubator-shardingsphere
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
sharding-core/src/test/java/org/apache/shardingsphere/core/executor/sql/execute/result/QueryResultMetaDataTest.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 ...
getShardingRule()
sharding-core/src/test/java/org/apache/shardingsphere/core/executor/sql/execute/result/QueryResultMetaDataTest.java
getShardingRule()
<ide><path>harding-core/src/test/java/org/apache/shardingsphere/core/executor/sql/execute/result/QueryResultMetaDataTest.java <ide> <ide> package org.apache.shardingsphere.core.executor.sql.execute.result; <ide> <add>import com.google.common.base.Optional; <ide> import lombok.SneakyThrows; <add>import org.apache.shar...
Java
agpl-3.0
1df8f54576d39e730d3e707866722971804e4122
0
JanMarvin/rstudio,JanMarvin/rstudio,JanMarvin/rstudio,JanMarvin/rstudio,JanMarvin/rstudio,JanMarvin/rstudio,JanMarvin/rstudio,JanMarvin/rstudio,JanMarvin/rstudio
/* * FindOutputPane.java * * Copyright (C) 2009-19 by RStudio, Inc. * * Unless you have received this program directly from RStudio pursuant * to the terms of a commercial license agreement with RStudio, then * this program is licensed to you under the terms of version 3 of the * GNU Affero General Public Licen...
src/gwt/src/org/rstudio/studio/client/workbench/views/output/find/FindOutputPane.java
/* * FindOutputPane.java * * Copyright (C) 2009-19 by RStudio, Inc. * * Unless you have received this program directly from RStudio pursuant * to the terms of a commercial license agreement with RStudio, then * this program is licensed to you under the terms of version 3 of the * GNU Affero General Public Licen...
fix up find in files pane
src/gwt/src/org/rstudio/studio/client/workbench/views/output/find/FindOutputPane.java
fix up find in files pane
<ide><path>rc/gwt/src/org/rstudio/studio/client/workbench/views/output/find/FindOutputPane.java <ide> toolbar.addLeftWidget(searchLabel_); <ide> <ide> viewReplaceButton_ = new SmallButton("Replace"); <add> viewReplaceButton_.getElement().getStyle().setMarginLeft(9, Unit.PX); <ide> toolbar.addLef...
Java
mit
123ca970302319cb1561e18577d30124a06ecd11
0
michel-kraemer/actson
// MIT License // // Copyright (c) 2016 Michel Kraemer // Copyright (c) 2005 JSON.org // // 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 limitatio...
src/main/java/de/undercouch/actson/JsonParser.java
// MIT License // // Copyright (c) 2016 Michel Kraemer // Copyright (c) 2005 JSON.org // // 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 limitatio...
Improve performance by reusing the internal string builder
src/main/java/de/undercouch/actson/JsonParser.java
Improve performance by reusing the internal string builder
<ide><path>rc/main/java/de/undercouch/actson/JsonParser.java <ide> * Collects all characters if the current state is ST (String), <ide> * IN (Integer), FR (Fraction) or the like <ide> */ <del> private StringBuilder currentValue; <add> private StringBuilder currentValue = new StringBuilder(128); <ide> <ide> ...
Java
epl-1.0
error: pathspec 'cda/plugins/org.openhealthtools.mdht.uml.cda.resources/src/org/openhealthtools/mdht/uml/cda/resources/util/ICDAProfileConstants.java' did not match any file(s) known to git
b199d718065cb64a64034cef1ce19a045e49eddd
1
vadimnehta/mdht,mdht/mdht,sarpkayanehta/mdht,drbgfc/mdht,drbgfc/mdht,drbgfc/mdht,vadimnehta/mdht,drbgfc/mdht,mdht/mdht,vadimnehta/mdht,sarpkayanehta/mdht,sarpkayanehta/mdht,sarpkayanehta/mdht,vadimnehta/mdht,drbgfc/mdht,sarpkayanehta/mdht,vadimnehta/mdht,mdht/mdht,sarpkayanehta/mdht,vadimnehta/mdht,mdht/mdht,drbgfc/mdh...
package org.openhealthtools.mdht.uml.cda.resources.util; public interface ICDAProfileConstants { public static final String CDA_PROFILE_NAME = "CDA"; /* * Validation Support Stereotype and Properties */ public static final String VALIDATION_SUPPORT = "ValidationSupport"; public static final String ...
cda/plugins/org.openhealthtools.mdht.uml.cda.resources/src/org/openhealthtools/mdht/uml/cda/resources/util/ICDAProfileConstants.java
ICDAProfileConstants was created to be consistent with IHDFProfileConstants.
cda/plugins/org.openhealthtools.mdht.uml.cda.resources/src/org/openhealthtools/mdht/uml/cda/resources/util/ICDAProfileConstants.java
ICDAProfileConstants was created to be consistent with IHDFProfileConstants.
<ide><path>da/plugins/org.openhealthtools.mdht.uml.cda.resources/src/org/openhealthtools/mdht/uml/cda/resources/util/ICDAProfileConstants.java <add>package org.openhealthtools.mdht.uml.cda.resources.util; <add> <add>public interface ICDAProfileConstants { <add> <add> public static final String CDA_PROFILE_NAME = "CDA";...
JavaScript
mit
68fc9c293e3167f383b31a39b787cdf262157339
0
ijse/FED,dYb/FED
#!/usr/bin/env node var Serve2 = require('serve2'); var program = Serve2.cli; var Freemarker = require('freemarker.js'); program .option(' --view-root <viewRoot>', 'freemarker templates root folder') program.parse(process.argv); var server = new Serve2(program, function(notify) { // Since `serv` havn't retu...
bin/fed-server.js
// // fed server // program // .command('server') // .description('Launch local http service with serve2') // .allowUnknownOption() // .option('-h, --help', 'show help', serve2.showHelp) // .option(' --view-root <viewRoot>', 'freemarker templates root folder') // .action(serve2.start.bind(null, function...
fix js file env
bin/fed-server.js
fix js file env
<ide><path>in/fed-server.js <del> <del>// // fed server <del>// program <del>// .command('server') <del>// .description('Launch local http service with serve2') <del>// .allowUnknownOption() <del>// .option('-h, --help', 'show help', serve2.showHelp) <del>// .option(' --view-root <viewRoot>', 'freemarker t...
Java
mit
48207c005c597424bc1516b5574e97e19618c89d
0
Bernardo-MG/maven-site-fixer
/** * The MIT License (MIT) * <p> * Copyright (c) 2015-2017 the original author or authors. * <p> * 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...
src/main/java/com/wandrell/velocity/tool/Html5UpdateUtils.java
/** * The MIT License (MIT) * <p> * Copyright (c) 2015-2017 the original author or authors. * <p> * 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...
Reduced code repetition
src/main/java/com/wandrell/velocity/tool/Html5UpdateUtils.java
Reduced code repetition
<ide><path>rc/main/java/com/wandrell/velocity/tool/Html5UpdateUtils.java <ide> } <ide> <ide> /** <add> * Removes the points from the contents of the specified attribute. <add> * <add> * @param element <add> * element with the attribute to clean <add> * @param attr <add> * ...
Java
agpl-3.0
bcd619c939adb1d160914e01744b17edfd5d2bff
0
deepstupid/sphinx5
/* * Copyright 1999-2002 Carnegie Mellon University. * Portions Copyright 2002 Sun Microsystems, Inc. * Portions Copyright 2002 Mitsubishi Electric Research Laboratories. * All Rights Reserved. Use is subject to license terms. * * See the file "license.terms" for information on usage and * redistribution of thi...
src/sphinx4/edu/cmu/sphinx/frontend/util/AudioFileDataSource.java
/* * Copyright 1999-2002 Carnegie Mellon University. * Portions Copyright 2002 Sun Microsystems, Inc. * Portions Copyright 2002 Mitsubishi Electric Research Laboratories. * All Rights Reserved. Use is subject to license terms. * * See the file "license.terms" for information on usage and * redistribution of thi...
made list of AudioFileListeners customizable via config-api git-svn-id: a8b04003a33e1d3e001b9d20391fa392a9f62d91@8009 94700074-3cef-4d97-a70e-9c8c206c02f5
src/sphinx4/edu/cmu/sphinx/frontend/util/AudioFileDataSource.java
made list of AudioFileListeners customizable via config-api
<ide><path>rc/sphinx4/edu/cmu/sphinx/frontend/util/AudioFileDataSource.java <ide> private boolean utteranceEndSent = false; <ide> private boolean utteranceStarted = false; <ide> <add> @S4ComponentList(type = Configurable.class) <add> public static final String AUDIO_FILE_LISTENERS = "audioFileListners"; ...
Java
apache-2.0
e44d119f3a05a5eaef0929144b9515c2313cfd57
0
rvais/xmvn,rvais/xmvn,rvais/xmvn,mizdebsk/xmvn,mizdebsk/xmvn,mizdebsk/xmvn,fedora-java/xmvn,mizdebsk/xmvn,rvais/xmvn,fedora-java/xmvn,fedora-java/xmvn
/*- * Copyright (c) 2012-2014 Red Hat, 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 o...
xmvn-mojo/src/main/java/org/fedoraproject/xmvn/mojo/InstallMojo.java
/*- * Copyright (c) 2012-2014 Red Hat, 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 o...
Remove unused rootProject MOJO parameter
xmvn-mojo/src/main/java/org/fedoraproject/xmvn/mojo/InstallMojo.java
Remove unused rootProject MOJO parameter
<ide><path>mvn-mojo/src/main/java/org/fedoraproject/xmvn/mojo/InstallMojo.java <ide> <ide> private final Logger logger = LoggerFactory.getLogger( InstallMojo.class ); <ide> <del> @Parameter( defaultValue = "${project}", readonly = true, required = true ) <del> private MavenProject rootProject; <del> <ide> ...
JavaScript
mit
79aea9db581ddb192c5a0ae0906799e01c001a67
0
Raynos/append-only
var Scuttlebutt = require("scuttlebutt") , filter = Scuttlebutt.filter , inherits = require("util").inherits inherits(AppendOnly, Scuttlebutt) var proto = AppendOnly.prototype proto.push = push proto.remove = remove proto.applyUpdate = applyUpdate proto.history = history proto.toJSON = proto.createArray = cr...
index.js
var Scuttlebutt = require("scuttlebutt") , filter = Scuttlebutt.filter , inherits = require("util").inherits inherits(AppendOnly, Scuttlebutt) var proto = AppendOnly.prototype proto.push = push proto.remove = remove proto.applyUpdate = applyUpdate proto.history = history proto.toJSON = proto.createArray = cr...
emit remove event, so that db knows it can remove an old push. also, accept remove({__id: ...}) and remove(__id), which is how I thought it worked.
index.js
emit remove event, so that db knows it can remove an old push.
<ide><path>ndex.js <ide> <ide> this._store = [] <ide> this._hash = {} <add> <add> this.on('_remove', function removeUpdateFromStore (update) { <add> var i = this._store.indexOf(update) <add> if(~i) this._store.splice(i, 1) <add> }) <ide> } <ide> <ide> function push(item) { <ide> } <ide> <...
JavaScript
apache-2.0
5dc12f9a6de58ae0db4c24fb3dc8723ae12131e5
0
caremerge/pdf.js,nawawi/pdf.js,nawawi/pdf.js,timvandermeij/pdf.js,showpad/mozilla-pdf.js,Shoobx/pdf.js,mainegreen/pdf.js,Snuffleupagus/pdf.js,timvandermeij/pdf.js,xavier114fch/pdf.js,Shoobx/pdf.js,showpad/mozilla-pdf.js,showpad/mozilla-pdf.js,Snuffleupagus/pdf.js,macroplant/pdf.js,mainegreen/pdf.js,mukulmishra18/pdf.js...
/* Copyright 2012 Mozilla Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed...
web/pdf_find_controller.js
/* Copyright 2012 Mozilla Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed...
Only normalize the search query once, in `PDFFindController, for every page being searched For a short document, such as e.g. the `tracemonkey` file, this repeated normalization won't matter much, but for documents with a couple of thousand pages it seems completely unnecessary (and wasteful) to keep repeating the nor...
web/pdf_find_controller.js
Only normalize the search query once, in `PDFFindController, for every page being searched
<ide><path>eb/pdf_find_controller.js <ide> } <ide> <ide> /** <add> * @return {string} The (current) normalized search query. <add> */ <add> get _query() { <add> if (this._state.query !== this._rawQuery) { <add> this._rawQuery = this._state.query; <add> this._normalizedQuery = normalize(this._stat...
Java
apache-2.0
c80883b8610c22dbe1a1c301df2485019e72fc8c
0
rajubairishetti/pintail,InMobi/pintail,rajubairishetti/pintail,sreedishps/pintail,InMobi/pintail,sreedishps/pintail
package com.inmobi.messaging.consumer.databus; import java.io.IOException; import java.nio.ByteBuffer; import java.util.Date; import java.util.concurrent.BlockingQueue; import org.apache.commons.codec.binary.Base64; import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory; import org.apache...
messaging-client-databus/src/main/java/com/inmobi/messaging/consumer/databus/PartitionReader.java
package com.inmobi.messaging.consumer.databus; import java.io.IOException; import java.nio.ByteBuffer; import java.util.Date; import java.util.concurrent.BlockingQueue; import org.apache.commons.codec.binary.Base64; import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory; import org.apache...
Change PartitionReader to call buffer.put instead of offer
messaging-client-databus/src/main/java/com/inmobi/messaging/consumer/databus/PartitionReader.java
Change PartitionReader to call buffer.put instead of offer
<ide><path>essaging-client-databus/src/main/java/com/inmobi/messaging/consumer/databus/PartitionReader.java <ide> while (!stopped) { <ide> String line = currentReader.readLine(); <ide> if (line != null) { <del> while (buffer.remainingCapacity() == 0) { <del> LOG.debug("Waiting ...
Java
apache-2.0
ea4b2bc8aa17711d49a8df420b74b16561b4e844
0
almende/dialog,almende/dialog,almende/dialog
package com.almende.dialog.adapter; import java.io.IOException; import java.io.UnsupportedEncodingException; import java.net.URLDecoder; import java.net.URLEncoder; import java.text.SimpleDateFormat; import java.util.ArrayList; import java.util.Arrays; import java.util.HashMap; import java.util.List; import java.util....
dialoghandler/src/main/java/com/almende/dialog/adapter/TwilioAdapter.java
package com.almende.dialog.adapter; import java.io.IOException; import java.io.UnsupportedEncodingException; import java.net.URLDecoder; import java.net.URLEncoder; import java.text.SimpleDateFormat; import java.util.ArrayList; import java.util.Arrays; import java.util.HashMap; import java.util.List; import java.util....
update: change preconnect event message
dialoghandler/src/main/java/com/almende/dialog/adapter/TwilioAdapter.java
update: change preconnect event message
<ide><path>ialoghandler/src/main/java/com/almende/dialog/adapter/TwilioAdapter.java <ide> @GET <ide> @Produces("application/voicexml+xml") <ide> public Response preconnect(@QueryParam("From") String localID, @QueryParam("To") String remoteID, <del> @QueryParam("Direction") String direction) { <de...
Java
mit
1c6f3308fae7ab37f2daa9e792acfa5928e1a1fc
0
kazocsaba/matrix
package kcsaba.math.matrix.immutable; import kcsaba.math.matrix.Matrix; import kcsaba.math.matrix.Matrix2; import kcsaba.math.matrix.Matrix3; import kcsaba.math.matrix.Vector; import kcsaba.math.matrix.Vector2; import kcsaba.math.matrix.Vector3; import kcsaba.math.matrix.Vector4; /** * Factory for creating immutable...
src/main/java/kcsaba/math/matrix/immutable/ImmutableMatrixFactory.java
package kcsaba.math.matrix.immutable; import kcsaba.math.matrix.Matrix; import kcsaba.math.matrix.Matrix2; import kcsaba.math.matrix.Matrix3; import kcsaba.math.matrix.Vector; import kcsaba.math.matrix.Vector2; import kcsaba.math.matrix.Vector3; import kcsaba.math.matrix.Vector4; /** * Factory for creating immutable...
Add createVector variants to ImmutableMatrixFactory.
src/main/java/kcsaba/math/matrix/immutable/ImmutableMatrixFactory.java
Add createVector variants to ImmutableMatrixFactory.
<ide><path>rc/main/java/kcsaba/math/matrix/immutable/ImmutableMatrixFactory.java <ide> public final class ImmutableMatrixFactory { <ide> <ide> /** <add> * Creates a new immutable 2D column vector. <add> * @param x the x coordinate of the new vector <add> * @param y the y coordinate of the new vector <add> * @retu...
Java
agpl-3.0
3804e73dc9a51bd361096eba72e650688a5db4d6
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
0f0e7420-2e61-11e5-9284-b827eb9e62be
hello.java
0f08d43e-2e61-11e5-9284-b827eb9e62be
0f0e7420-2e61-11e5-9284-b827eb9e62be
hello.java
0f0e7420-2e61-11e5-9284-b827eb9e62be
<ide><path>ello.java <del>0f08d43e-2e61-11e5-9284-b827eb9e62be <add>0f0e7420-2e61-11e5-9284-b827eb9e62be
Java
apache-2.0
45cb55d67006eca1ce615fe1ce601da3b66e990b
0
sanderginn/isis,incodehq/isis,kidaa/isis,peridotperiod/isis,sanderginn/isis,estatio/isis,sanderginn/isis,oscarbou/isis,kidaa/isis,apache/isis,apache/isis,sanderginn/isis,howepeng/isis,peridotperiod/isis,peridotperiod/isis,oscarbou/isis,oscarbou/isis,howepeng/isis,incodehq/isis,estatio/isis,peridotperiod/isis,kidaa/isis...
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License")...
component/viewer/wicket/ui/src/main/java/org/apache/isis/viewer/wicket/ui/components/scalars/primitive/BooleanPanel.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License")...
ISIS-537 Use the new version of CheckBoxX (Wicket-Bootstrap). Now optional Boolean properties has three states
component/viewer/wicket/ui/src/main/java/org/apache/isis/viewer/wicket/ui/components/scalars/primitive/BooleanPanel.java
ISIS-537 Use the new version of CheckBoxX (Wicket-Bootstrap). Now optional Boolean properties has three states
<ide><path>omponent/viewer/wicket/ui/src/main/java/org/apache/isis/viewer/wicket/ui/components/scalars/primitive/BooleanPanel.java <ide> <ide> private static final CheckBoxXConfig THREE_STATE_CONFIG = new CheckBoxXConfig() <ide> .withSize(CheckBoxXConfig.Sizes.xs) <del> .withLabelClickEvent(false) <...
Java
apache-2.0
6c4d49c2251b9ff8e57f917857b4cbed937c6bf2
0
ibissource/iaf,ibissource/iaf,ibissource/iaf,ibissource/iaf,ibissource/iaf
/* * $Log: FixedForwardPipe.java,v $ * Revision 1.5 2004-10-19 13:52:31 L190409 * super.configure in configure() * * Revision 1.4 2004/03/26 10:42:34 Johan Verrips <johan.verrips@ibissource.org> * added @version tag in javadoc * * Revision 1.3 2004/03/24 14:04:26 Gerrit van Brakel <gerrit.van.brakel@ibiss...
JavaSource/nl/nn/adapterframework/pipes/FixedForwardPipe.java
/* * $Log: FixedForwardPipe.java,v $ * Revision 1.4 2004-03-26 10:42:34 NNVZNL01#L180564 * added @version tag in javadoc * * Revision 1.3 2004/03/24 14:04:26 Gerrit van Brakel <gerrit.van.brakel@ibissource.org> * getLogPrefix in thrown exceptions * */ package nl.nn.adapterframework.pipes; import nl.nn.adap...
super.configure in configure()
JavaSource/nl/nn/adapterframework/pipes/FixedForwardPipe.java
super.configure in configure()
<ide><path>avaSource/nl/nn/adapterframework/pipes/FixedForwardPipe.java <ide> /* <ide> * $Log: FixedForwardPipe.java,v $ <del> * Revision 1.4 2004-03-26 10:42:34 NNVZNL01#L180564 <add> * Revision 1.5 2004-10-19 13:52:31 L190409 <add> * super.configure in configure() <add> * <add> * Revision 1.4 2004/03/26 10:42:3...
Java
apache-2.0
74ff9f45a1ee94e8b69ca0bda4642d9e169c8972
0
thomsonreuters/jmeter,hemikak/jmeter,kyroskoh/jmeter,ubikfsabbe/jmeter,vherilier/jmeter,ubikloadpack/jmeter,liwangbest/jmeter,max3163/jmeter,etnetera/jmeter,kschroeder/jmeter,d0k1/jmeter,ubikloadpack/jmeter,etnetera/jmeter,d0k1/jmeter,fj11/jmeter,hemikak/jmeter,fj11/jmeter,etnetera/jmeter,irfanah/jmeter,kyroskoh/jmeter...
package org.apache.jmeter.modifiers; import java.io.Serializable; import org.apache.jmeter.config.ConfigTestElement; import org.apache.jmeter.testelement.ThreadListener; import org.apache.jmeter.testelement.VariablesCollection; import org.apache.jmeter.threads.JMeterVariables; import org.apache.jmeter.util.JMeterUtils...
src/components/org/apache/jmeter/modifiers/CounterConfig.java
package org.apache.jmeter.modifiers; import java.io.Serializable; import org.apache.jmeter.config.ConfigTestElement; import org.apache.jmeter.testelement.ThreadListener; import org.apache.jmeter.testelement.VariablesCollection; import org.apache.jmeter.threads.JMeterVariables; /** * @author Administrator * * To cha...
Fixing counter config bug git-svn-id: 7c053b8fbd1fb5868f764c6f9536fc6a9bbe7da9@322917 13f79535-47bb-0310-9956-ffa450edef68
src/components/org/apache/jmeter/modifiers/CounterConfig.java
Fixing counter config bug
<ide><path>rc/components/org/apache/jmeter/modifiers/CounterConfig.java <ide> import org.apache.jmeter.testelement.ThreadListener; <ide> import org.apache.jmeter.testelement.VariablesCollection; <ide> import org.apache.jmeter.threads.JMeterVariables; <add>import org.apache.jmeter.util.JMeterUtils; <add>import org.apach...
Java
apache-2.0
error: pathspec 'support/jboss/src/org/jsecurity/ri/jboss/aop/JBossAopAuthorizationInterceptor.java' did not match any file(s) known to git
38f2683992afa21c2f593886ea9db5cab6da93c5
1
StempG/shiro,haxwell/apache-shiro-1.2.3,yaotj/shiro,Collaborne/shiro,chapmajs/shiro,borigue/shiro,lucamilanesio/shiro,IBYoung/shiro,apache/jsecurity,taoguan/shiro,ivansun1010/shiro,relateiq/shiro,universsky/shiro,Kevin2030/shiro
package org.jsecurity.ri.jboss.aop; import org.jboss.aop.advice.Interceptor; import org.jboss.aop.joinpoint.Invocation; import org.jboss.aop.joinpoint.MethodInvocation; import org.jsecurity.authz.AuthorizedAction; import org.jsecurity.authz.Authorizer; import org.jsecurity.authz.aop.AbstractAuthorizationInterceptor; ...
support/jboss/src/org/jsecurity/ri/jboss/aop/JBossAopAuthorizationInterceptor.java
minor build changes to build spring and jboss support git-svn-id: ec6ef1d57ec0831ce4cbff3b75527511e63bfbe3@710453 13f79535-47bb-0310-9956-ffa450edef68
support/jboss/src/org/jsecurity/ri/jboss/aop/JBossAopAuthorizationInterceptor.java
minor build changes to build spring and jboss support
<ide><path>upport/jboss/src/org/jsecurity/ri/jboss/aop/JBossAopAuthorizationInterceptor.java <add>package org.jsecurity.ri.jboss.aop; <add> <add>import org.jboss.aop.advice.Interceptor; <add>import org.jboss.aop.joinpoint.Invocation; <add>import org.jboss.aop.joinpoint.MethodInvocation; <add>import org.jsecurity.authz....
Java
mit
68fb5104491b80143500ab9cf911a9036b955dbb
0
shitikanth/jabref,tschechlovdev/jabref,tschechlovdev/jabref,zellerdev/jabref,Siedlerchr/jabref,obraliar/jabref,oscargus/jabref,Mr-DLib/jabref,mairdl/jabref,motokito/jabref,shitikanth/jabref,zellerdev/jabref,mredaelli/jabref,bartsch-dev/jabref,oscargus/jabref,tobiasdiez/jabref,bartsch-dev/jabref,ayanai1/jabref,grimes2/j...
/* Copyright (C) 2003-2011 JabRef contributors. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distribut...
src/main/java/net/sf/jabref/export/FileActions.java
/* Copyright (C) 2003-2011 JabRef contributors. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distribut...
Removes unnecessary suppress warning "unchecked"
src/main/java/net/sf/jabref/export/FileActions.java
Removes unnecessary suppress warning "unchecked"
<ide><path>rc/main/java/net/sf/jabref/export/FileActions.java <ide> * <ide> * @return A List containing warnings, if any. <ide> */ <del> @SuppressWarnings("unchecked") <ide> public static SaveSession savePartOfDatabase(BibtexDatabase database, MetaData metaData, <ide> File file, JabRef...
Java
bsd-2-clause
d0a0c6928ad9e9e21ad3dd6b218aca0e4ae61d9f
0
KronosDesign/runelite,devinfrench/runelite,l2-/runelite,abelbriggs1/runelite,Noremac201/runelite,devinfrench/runelite,Sethtroll/runelite,l2-/runelite,runelite/runelite,runelite/runelite,Noremac201/runelite,abelbriggs1/runelite,runelite/runelite,KronosDesign/runelite,abelbriggs1/runelite,Sethtroll/runelite
/* * Copyright (c) 2017, Aria <aria@ar1as.space> * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * 1. Redistributions of source code must retain the above copyright notice, this * lis...
runelite-client/src/main/java/net/runelite/client/plugins/mousehighlight/MouseHighlightOverlay.java
/* * Copyright (c) 2017, Aria <aria@ar1as.space> * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * 1. Redistributions of source code must retain the above copyright notice, this * lis...
mousehighlight: don't show tooltip on sliding puzzles
runelite-client/src/main/java/net/runelite/client/plugins/mousehighlight/MouseHighlightOverlay.java
mousehighlight: don't show tooltip on sliding puzzles
<ide><path>unelite-client/src/main/java/net/runelite/client/plugins/mousehighlight/MouseHighlightOverlay.java <ide> case "Cancel": <ide> case "Continue": <ide> return null; <add> case "Move": <add> // Hide overlay on sliding puzzle boxes <add> if (target.contains("Sliding piece")) <add> { <add> ...
Java
agpl-3.0
ae3d00b5795d58dad8d4edc5c72e38587844b312
0
VietOpenCPS/opencps-v2,VietOpenCPS/opencps-v2
package org.opencps.api.controller.impl; import java.util.List; import java.util.Locale; import javax.servlet.http.HttpServletRequest; import javax.ws.rs.core.HttpHeaders; import javax.ws.rs.core.Response; import org.apache.commons.httpclient.util.HttpURLConnection; import org.opencps.api.controller.Regist...
modules/backend-api-rest/src/main/java/org/opencps/api/controller/impl/RegistrationTemplatesManagementImpl.java
package org.opencps.api.controller.impl; import java.util.List; import java.util.Locale; import javax.servlet.http.HttpServletRequest; import javax.ws.rs.core.HttpHeaders; import javax.ws.rs.core.Response; import org.apache.commons.httpclient.util.HttpURLConnection; import org.opencps.api.controller.Regist...
fix get registrationTemplate
modules/backend-api-rest/src/main/java/org/opencps/api/controller/impl/RegistrationTemplatesManagementImpl.java
fix get registrationTemplate
<ide><path>odules/backend-api-rest/src/main/java/org/opencps/api/controller/impl/RegistrationTemplatesManagementImpl.java <ide> import org.opencps.dossiermgt.model.RegistrationTemplates; <ide> import org.opencps.dossiermgt.service.RegistrationTemplatesLocalServiceUtil; <ide> <add>import com.liferay.portal.kernel.json....
Java
mit
577d14904ac06ebb6dbb2aee7a0015b672664e6c
0
Bathlamos/RTDC,Bathlamos/RTDC,Bathlamos/RTDC
package rtdc.web.server.service; import rtdc.core.Config; import rtdc.core.model.User; import java.sql.*; import java.util.concurrent.ScheduledThreadPoolExecutor; import java.util.logging.Level; import java.util.logging.Logger; public class AsteriskRealTimeService { // Run Asterisk requests on separate threads ...
web/src/main/java/rtdc/web/server/service/AsteriskRealTimeService.java
package rtdc.web.server.service; import rtdc.core.Config; import rtdc.core.model.User; import java.sql.*; import java.util.concurrent.ScheduledThreadPoolExecutor; import java.util.logging.Level; import java.util.logging.Logger; public class AsteriskRealTimeService { // Run Asterisk requests on separate threads ...
Revised Asterisk's addUser query
web/src/main/java/rtdc/web/server/service/AsteriskRealTimeService.java
Revised Asterisk's addUser query
<ide><path>eb/src/main/java/rtdc/web/server/service/AsteriskRealTimeService.java <ide> } <ide> Logger.getLogger(AsteriskRealTimeService.class.getName()).log(Level.INFO, "Adding user " + user.getUsername() + " to Asterisk with extension " + user.getId()); <ide> String sipQ...
JavaScript
apache-2.0
6fb4f8f40d76c9a74a57dc126389128bbf0ae804
0
freedomjs/freedom-for-firefox,freedomjs/freedom-for-firefox
/*jslint node:true*/ /** * Gruntfile for freedom-for-firefox.jsm * * This repository provides firefox (extension and os app) * specific packaging of the freedom.js library. * * Here are the common tasks defined: * build * - Lint source and compile * - (Default task) * - Unit tests for sanity checking possible...
Gruntfile.js
/*jslint node:true*/ /** * Gruntfile for freedom-for-firefox.jsm * * This repository provides firefox (extension and os app) * specific packaging of the freedom.js library. * * Here are the common tasks defined: * build * - Lint source and compile * - (Default task) * - Unit tests for sanity checking possible...
spacing fix
Gruntfile.js
spacing fix
<ide><path>runtfile.js <ide> config: 'bump.options.tagMessage', <ide> type: 'input', <ide> message: 'Enter a git tag message:', <del> default: 'v%VERSION%' <add> default: 'v%VERSION%' <ide> } <ide> ] <ide> }
Java
mit
f7328c62767cf7d9e5f507b5acc7297ef8f8be2f
0
sorcix/sIRC
/* * ClientState.java * * This file is part of the Sorcix Java IRC Library (sIRC). * * Copyright (C) 2008-2010 Vic Demuzere http://sorcix.com * * Permission is hereby granted, free of charge, to any person * obtaining a copy of this software and associated documentation * files (the "Software"), to deal in ...
src/main/java/com/sorcix/sirc/ClientState.java
/* * ClientState.java * * This file is part of the Sorcix Java IRC Library (sIRC). * * Copyright (C) 2008-2010 Vic Demuzere http://sorcix.com * * Permission is hereby granted, free of charge, to any person * obtaining a copy of this software and associated documentation * files (the "Software"), to deal in ...
ClientState.getChannel should be case-insensitive
src/main/java/com/sorcix/sirc/ClientState.java
ClientState.getChannel should be case-insensitive
<ide><path>rc/main/java/com/sorcix/sirc/ClientState.java <ide> */ <ide> protected void addChannel(final Channel channel) { <ide> if (!this.channels.containsKey(channel.getName())) { <del> this.channels.put(channel.getName(), channel); <add> this.channels.put(channel.getName().toLowerCase(), channel); <ide> }...
JavaScript
mit
0158f76484f83c73de42167d2277e1d5de6953de
0
cheung31/streamhub-gallery
define([ 'streamhub-gallery/horizontal-list-view', 'text!streamhub-gallery/css/gallery-view.css', 'hgn!streamhub-gallery/css/theme.css', 'streamhub-sdk/util' ], function (HorizontalListView, GalleryViewCss, ThemeCssTemplate, util) { var STYLE_EL, GALLERY_THEME_STYLE_EL = $('<style></style>'...
src/main.js
define([ 'streamhub-gallery/horizontal-list-view', 'text!streamhub-gallery/css/gallery-view.css', 'hgn!streamhub-gallery/css/theme.css', 'streamhub-sdk/util' ], function (HorizontalListView, GalleryViewCss, ThemeCssTemplate, util) { var STYLE_EL, GALLERY_THEME_STYLE_EL = $('<style></style>'...
Remove fullscreen functionality
src/main.js
Remove fullscreen functionality
<ide><path>rc/main.js <ide> opts.modal = opts.modal || true; <ide> opts.aspectRatio = opts.aspectRatio || 16/9; <ide> <del> this._fullscreen = opts.fullscreen || false; <ide> this._activeContentView = null; <ide> HorizontalListView.call(this, opts); <ide> <ide> } <ide> ...
Java
mit
69947e03ec8a39a1b7622737edeed1a74a97b9b0
0
romank0/dddsample-core,gacalves/dddsample-core,stefan-ka/dddsample-core,citerus/dddsample-core,IzzyXie2010/dddsample-core,citerus/dddsample-core,stefan-ka/dddsample-core,orende/dddsample-core,loothingpogixxv/dddsample-core,loothingpogixxv/dddsample-core,IzzyXie2010/dddsample-core,romank0/dddsample-core,gacalves/dddsamp...
package se.citerus.dddsample.domain.model.cargo; import org.apache.commons.lang.Validate; import se.citerus.dddsample.domain.model.handling.HandlingEvent; import se.citerus.dddsample.domain.model.location.Location; import se.citerus.dddsample.domain.shared.ValueObject; import java.util.Collections; import jav...
dddsample/src/main/java/se/citerus/dddsample/domain/model/cargo/Itinerary.java
package se.citerus.dddsample.domain.model.cargo; import org.apache.commons.lang.Validate; import se.citerus.dddsample.domain.model.handling.HandlingEvent; import se.citerus.dddsample.domain.model.location.Location; import se.citerus.dddsample.domain.shared.ValueObject; import java.util.Collections; import jav...
Added a firstLeg() method
dddsample/src/main/java/se/citerus/dddsample/domain/model/cargo/Itinerary.java
Added a firstLeg() method
<ide><path>ddsample/src/main/java/se/citerus/dddsample/domain/model/cargo/Itinerary.java <ide> } <ide> <ide> /** <add> * @return The first leg on the itinerary. <add> */ <add> Leg firstLeg() { <add> if (legs.isEmpty()) { <add> return null; <add> } else { <add> return legs.get(0); <add> } <a...
Java
mit
8272deb5398f4ea2876433f2fe26d01c136f63b4
0
gamax92/OC-Example-Architecture
package li.cil.oc.example.tileentity; import cpw.mods.fml.common.Mod; import cpw.mods.fml.common.event.FMLPreInitializationEvent; import cpw.mods.fml.common.registry.GameRegistry; /** * This mod demonstrates how to create tile entities that are treated as * components by OpenComputers, i.e. tile entities that provi...
src/li/cil/oc/example/tileentity/ModExampleTileEntity.java
package li.cil.oc.example.tileentity; import cpw.mods.fml.common.Mod; import cpw.mods.fml.common.event.FMLPreInitializationEvent; import cpw.mods.fml.common.registry.GameRegistry; /** * This mod demonstrates how to create tile entities that are treated as * components by OpenComputers, i.e. tile entities that provi...
added example code for the new SimpleComponent interface
src/li/cil/oc/example/tileentity/ModExampleTileEntity.java
added example code for the new SimpleComponent interface
<ide><path>rc/li/cil/oc/example/tileentity/ModExampleTileEntity.java <ide> public static ModExampleTileEntity instance; <ide> <ide> public static BlockRadar radar; <add> public static BlockSimpleRadar simpleRadar; <ide> <ide> @Mod.EventHandler <ide> public void preInit(FMLPreInitializationEvent e) ...
Java
agpl-3.0
58514ac2c887dae257721d90cda9877d2df426ff
0
paulmartel/voltdb,VoltDB/voltdb,migue/voltdb,paulmartel/voltdb,deerwalk/voltdb,VoltDB/voltdb,VoltDB/voltdb,deerwalk/voltdb,simonzhangsm/voltdb,migue/voltdb,simonzhangsm/voltdb,deerwalk/voltdb,VoltDB/voltdb,deerwalk/voltdb,paulmartel/voltdb,deerwalk/voltdb,paulmartel/voltdb,VoltDB/voltdb,migue/voltdb,simonzhangsm/voltdb...
/* This file is part of VoltDB. * Copyright (C) 2008-2015 VoltDB Inc. * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the * "Software"), to deal in the Software without restriction, including * without limitation the rights to...
tests/frontend/org/voltdb/iv2/TestRepairLog.java
/* This file is part of VoltDB. * Copyright (C) 2008-2015 VoltDB Inc. * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the * "Software"), to deal in the Software without restriction, including * without limitation the rights to...
ENG-9035: Remove RepairLog TestPerformance. This test is very flaky. It really belongs to a system test instead of a unit test. I can't think of a better way to test it in junit reliably. Removing it for now, leaving the ticket open for a proper system test. Change-Id: I34137052c6a02ad17f629a9447b140e0cfc1716c
tests/frontend/org/voltdb/iv2/TestRepairLog.java
ENG-9035: Remove RepairLog TestPerformance.
<ide><path>ests/frontend/org/voltdb/iv2/TestRepairLog.java <ide> } <ide> <ide> @Test <del> public void testPerformance() <del> { <del> RepairLog dut = new RepairLog(); <del> // First, add and truncate SP transactions with no MPs <del> dut.deliver(truncInitMsg(Long.MIN_VALUE, 0)); <de...
Java
mpl-2.0
47e88567dff2cced90e78f5c0e61c9aaf1f1b9fe
0
vertretungsplanme/substitution-schedule-parser,johan12345/substitution-schedule-parser,vertretungsplanme/substitution-schedule-parser,johan12345/substitution-schedule-parser
/* * substitution-schedule-parser - Java library for parsing schools' substitution schedules * Copyright (c) 2016 Johan v. Forstner * Copyright (c) 2016 Nico Alt * * 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 ...
parser/src/main/java/me/vertretungsplan/parser/LegionBoardParser.java
/* * substitution-schedule-parser - Java library for parsing schools' substitution schedules * Copyright (c) 2016 Johan v. Forstner * Copyright (c) 2016 Nico Alt * * 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 ...
LegionBoard: fix bug with course being "null" When upgrading LegionBoard Heart from 0.1.x to 0.2+, all existing changes get the course "null". Mistakenly, I thought the JSONObject would contain a "real" null, but the null is given as a string. The following IOException is fixed with this commit: java.io.IOException: ...
parser/src/main/java/me/vertretungsplan/parser/LegionBoardParser.java
LegionBoard: fix bug with course being "null"
<ide><path>arser/src/main/java/me/vertretungsplan/parser/LegionBoardParser.java <ide> final Substitution substitution = new Substitution(); <ide> // Set class <ide> final String classId = change.getString("course"); <del> if (!classId.equals("0") && classId != null) { <add> if (!classId.equals("0") && !change.i...
JavaScript
mit
ad55adb5828ac40b8b4bd714a47c5f278d6f1e9d
0
fridge-cms/fridge.js,fridge-cms/fridge.js
import React from "react"; import PropTypes from "prop-types"; export default class Fridge extends React.Component { static contextTypes = { fridge: PropTypes.object.isRequired, store: PropTypes.object.isRequired }; static propTypes = { children: PropTypes.func.isRequired }; state = { fridg...
lib/Fridge.js
import React from "react"; import PropTypes from "prop-types"; export default class Fridge extends React.Component { static contextTypes = { fridge: PropTypes.object.isRequired, store: PropTypes.object.isRequired }; static propTypes = { children: PropTypes.func.isRequired }; state = { fridg...
Update Fridge.js
lib/Fridge.js
Update Fridge.js
<ide><path>ib/Fridge.js <ide> }; <ide> <ide> state = { <del> fridgeProps: null <add> fridgeProps: {} <ide> }; <ide> <ide> setId() { <ide> componentWillMount() { <ide> if (!this.id) this.setId(); <ide> const { store } = this.context; <del> const fridgeProps = store.get(this.id) || null; <add...
Java
apache-2.0
61df2a584122f8e4a034d1d0a60b243e93957b27
0
jay-hodgson/SynapseWebClient,Sage-Bionetworks/SynapseWebClient,Sage-Bionetworks/SynapseWebClient,jay-hodgson/SynapseWebClient,Sage-Bionetworks/SynapseWebClient,jay-hodgson/SynapseWebClient,jay-hodgson/SynapseWebClient,Sage-Bionetworks/SynapseWebClient
package org.sagebionetworks.web.unitserver; import static org.junit.Assert.assertEquals; import static org.junit.Assert.assertFalse; import static org.junit.Assert.assertNotNull; import static org.junit.Assert.assertNull; import static org.junit.Assert.assertTrue; import static org.mockito.Matchers.any; import...
src/test/java/org/sagebionetworks/web/unitserver/SynapseClientImplTest.java
package org.sagebionetworks.web.unitserver; import static org.junit.Assert.assertEquals; import static org.junit.Assert.assertFalse; import static org.junit.Assert.assertNotNull; import static org.junit.Assert.assertNull; import static org.junit.Assert.assertTrue; import static org.mockito.Matchers.any; import...
SWC-1954: tests for creatingStorageLocationSetting
src/test/java/org/sagebionetworks/web/unitserver/SynapseClientImplTest.java
SWC-1954: tests for creatingStorageLocationSetting
<ide><path>rc/test/java/org/sagebionetworks/web/unitserver/SynapseClientImplTest.java <ide> import org.sagebionetworks.repo.model.principal.AddEmailInfo; <ide> import org.sagebionetworks.repo.model.project.ExternalS3StorageLocationSetting; <ide> import org.sagebionetworks.repo.model.project.ExternalStorageLocationSetti...
Java
mit
fe3b4499459f55f7c60cd67eb4fc2953f099fe44
0
ghostcity/gematik-specifications,eHealthExperts/gematik-specifications
package de.ehex.foss.gematik.specifications; import static de.ehex.foss.gematik.specifications.gemKPT_Test_ORS1.AFOs.KOM_LE_A_2234; import static de.ehex.foss.gematik.specifications.gemKPT_Test_ORS1.AFOs.KOM_LE_A_2238; import static de.ehex.foss.gematik.specifications.gemKPT_Test_ORS1.AFOs.KOM_LE_A_2239; import static...
src/main/java/de/ehex/foss/gematik/specifications/PTStBs.java
package de.ehex.foss.gematik.specifications; import static de.ehex.foss.gematik.specifications.gemKPT_Test_ORS1.AFOs.KOM_LE_A_2234; import static de.ehex.foss.gematik.specifications.gemKPT_Test_ORS1.AFOs.KOM_LE_A_2238; import static de.ehex.foss.gematik.specifications.gemKPT_Test_ORS1.AFOs.KOM_LE_A_2239; import static...
TIP1_A_5993, TIP1_A_5996, TIP1_A_5997, TIP1_A_5998, TIP1_A_6002 für OCSP
src/main/java/de/ehex/foss/gematik/specifications/PTStBs.java
TIP1_A_5993, TIP1_A_5996, TIP1_A_5997, TIP1_A_5998, TIP1_A_6002 für OCSP
<ide><path>rc/main/java/de/ehex/foss/gematik/specifications/PTStBs.java <ide> TIP1_A_3581, TIP1_A_3884, TIP1_A_3592, TIP1_A_3887, TIP1_A_3596, TIP1_A_3631, TIP1_A_3632, TIP1_A_3633, TIP1_A_3634, TIP1_A_3635, TIP1_A_3637, TIP1_A_3638, TIP1_A_3642)), <ide> <ide> gemProdT_X_509_TSP_nonQES_eGK_PTV1...
Java
apache-2.0
05bf9e7fa9344b0819a553b341012112c874d196
0
dbaelz/Secludedness,dbaelz/Secludedness
package de.dbaelz.secludedness.screen; import com.badlogic.gdx.Gdx; import com.badlogic.gdx.Application.ApplicationType; import com.badlogic.gdx.Input.Peripheral; import com.badlogic.gdx.graphics.OrthographicCamera; import com.badlogic.gdx.graphics.Texture; import com.badlogic.gdx.graphics.g2d.BitmapFont; import com.b...
Secludedness/src/main/java/de/dbaelz/secludedness/screen/LevelScreen.java
package de.dbaelz.secludedness.screen; import com.badlogic.gdx.Gdx; import de.dbaelz.secludedness.MainGame; import de.dbaelz.secludedness.level.Level; public class LevelScreen extends AbstractScreen { private MainGame mGame; private Level mLevel; public LevelScreen(MainGame game, String mapName) { super(game...
Level play and controllable, basic gaming features working
Secludedness/src/main/java/de/dbaelz/secludedness/screen/LevelScreen.java
Level play and controllable, basic gaming features working
<ide><path>ecludedness/src/main/java/de/dbaelz/secludedness/screen/LevelScreen.java <ide> package de.dbaelz.secludedness.screen; <ide> <ide> import com.badlogic.gdx.Gdx; <add>import com.badlogic.gdx.Application.ApplicationType; <add>import com.badlogic.gdx.Input.Peripheral; <add>import com.badlogic.gdx.graphics.Orthog...
Java
mit
1c2fd095d1806b0a486dcca6ffb5c06e7cd349fa
0
FTC7393/state-machine-framework,FTC7393/state-machine-framework
package ftc.electronvolts.util.files; import java.io.File; import java.io.FileOutputStream; import java.io.IOException; import java.io.PrintStream; import java.math.RoundingMode; import java.text.DecimalFormat; import java.text.SimpleDateFormat; import java.util.Date; import java.util.List; import ftc.electronvolts.u...
src/ftc/electronvolts/util/files/Logger.java
package ftc.electronvolts.util.files; import java.io.File; import java.io.FileOutputStream; import java.io.IOException; import java.io.PrintStream; import java.math.RoundingMode; import java.text.DecimalFormat; import java.text.SimpleDateFormat; import java.util.Date; import java.util.List; import ftc.electronvolts.u...
added commas to column header row
src/ftc/electronvolts/util/files/Logger.java
added commas to column header row
<ide><path>rc/ftc/electronvolts/util/files/Logger.java <ide> this.afterTimestamp = afterTimestamp; <ide> StringBuilder sb = new StringBuilder("time"); <ide> for (Column column : columns) { <del> sb.append("\t").append(column.header); <add> sb.append(",").append(column.heade...
Java
apache-2.0
01b7637e3a3afd283964230c5ad4ef60d960e7ae
0
signed/intellij-community,MER-GROUP/intellij-community,MER-GROUP/intellij-community,holmes/intellij-community,robovm/robovm-studio,Distrotech/intellij-community,diorcety/intellij-community,idea4bsd/idea4bsd,suncycheng/intellij-community,pwoodworth/intellij-community,alphafoobar/intellij-community,retomerz/intellij-comm...
/* * Copyright (c) 2000-2006 JetBrains s.r.o. All Rights Reserved. */ package com.intellij.codeInspection.ui.actions; import com.intellij.codeEditor.printing.ExportToHTMLSettings; import com.intellij.codeInspection.InspectionProfile; import com.intellij.codeInspection.InspectionsBundle; import com.intellij.codeInsp...
inspections/impl/com/intellij/codeInspection/ui/actions/ExportHTMLAction.java
/* * Copyright (c) 2000-2006 JetBrains s.r.o. All Rights Reserved. */ package com.intellij.codeInspection.ui.actions; import com.intellij.codeEditor.printing.ExportToHTMLSettings; import com.intellij.codeInspection.InspectionProfile; import com.intellij.codeInspection.InspectionsBundle; import com.intellij.codeInsp...
export to HTML - default package support (IDEADEV-3277)
inspections/impl/com/intellij/codeInspection/ui/actions/ExportHTMLAction.java
export to HTML - default package support (IDEADEV-3277)
<ide><path>nspections/impl/com/intellij/codeInspection/ui/actions/ExportHTMLAction.java <ide> content.putAll(tool.getPackageContent()); <ide> } <ide> <add> final Set<RefEntity> defaultPackageEntities = content.remove(null); <add> if (defaultPackageEntities != null) { <add> content.put("default pac...
Java
apache-2.0
bbd16331b43bbc8f303694f81588b1b3b1e431ed
0
sylvanaar/IDLua,sylvanaar/IDLua,consulo/consulo-lua,consulo/consulo-lua,consulo/consulo-lua,sylvanaar/IDLua
/* * Copyright 2010 Jon S Akhtar (Sylvanaar) * * 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...
src/findUsages/LuaFindUsagesProvider.java
/* * Copyright 2010 Jon S Akhtar (Sylvanaar) * * 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...
fix lexer error while indexing files
src/findUsages/LuaFindUsagesProvider.java
fix lexer error while indexing files
<ide><path>rc/findUsages/LuaFindUsagesProvider.java <ide> import com.intellij.lang.cacheBuilder.WordsScanner; <ide> import com.intellij.lang.findUsages.FindUsagesProvider; <ide> import com.intellij.psi.PsiElement; <del>import com.sylvanaar.idea.Lua.lang.lexer.LuaFlexLexer; <add>import com.sylvanaar.idea.Lua.lang.lexer....
Java
mit
dea539c09734a6b1231d481ff9b9b829e54803f3
0
gregwym/joos-compiler-java,gregwym/joos-compiler-java
package ca.uwaterloo.joos.codegen; import java.io.BufferedWriter; import java.io.File; import java.io.FileWriter; import java.util.ArrayList; import java.util.HashSet; import java.util.LinkedHashMap; import java.util.List; import java.util.Map.Entry; import java.util.Set; import java.util.Stack; import java.util.loggi...
src/ca/uwaterloo/joos/codegen/CodeGenerator.java
package ca.uwaterloo.joos.codegen; import java.io.BufferedWriter; import java.io.File; import java.io.FileWriter; import java.util.ArrayList; import java.util.HashSet; import java.util.LinkedHashMap; import java.util.List; import java.util.Map.Entry; import java.util.Set; import java.util.Stack; import java.util.loggi...
Do not reference current object on field access
src/ca/uwaterloo/joos/codegen/CodeGenerator.java
Do not reference current object on field access
<ide><path>rc/ca/uwaterloo/joos/codegen/CodeGenerator.java <ide> import java.util.Stack; <ide> import java.util.logging.Level; <ide> import java.util.logging.Logger; <del> <del>import com.google.common.io.Files; <ide> <ide> import ca.uwaterloo.joos.Main; <ide> import ca.uwaterloo.joos.ast.ASTNode; <ide> import ca.uwat...
Java
bsd-3-clause
57af20d0469f87e8a32bef7df95adfa96567a60c
0
NCIP/c3pr,NCIP/c3pr,NCIP/c3pr
package edu.duke.cabig.c3pr.domain; import org.easymock.classextension.EasyMock; import org.springframework.context.MessageSource; import edu.duke.cabig.c3pr.AbstractTestCase; import edu.duke.cabig.c3pr.exception.C3PRCodedException; import edu.duke.cabig.c3pr.exception.C3PRExceptionHelper; import edu.duke.cab...
codebase/projects/core/test/src/java/edu/duke/cabig/c3pr/domain/StudyTestCase.java
package edu.duke.cabig.c3pr.domain; import org.easymock.classextension.EasyMock; import org.springframework.context.MessageSource; import edu.duke.cabig.c3pr.AbstractTestCase; import edu.duke.cabig.c3pr.exception.C3PRCodedException; import edu.duke.cabig.c3pr.exception.C3PRExceptionHelper; import edu.duke.cab...
CPR-304: changed coordinating study status from Active to Open
codebase/projects/core/test/src/java/edu/duke/cabig/c3pr/domain/StudyTestCase.java
CPR-304: changed coordinating study status from Active to Open
<ide><path>odebase/projects/core/test/src/java/edu/duke/cabig/c3pr/domain/StudyTestCase.java <ide> studyCreationHelper.addStudySiteRandomizedTreatmentEpochWith2ArmsStratumGroupsAndRandomizationToBasicStudy(basicStudy); <ide> basicStudy.setStratificationIndicator(false); <ide> basicStudy.setCoordinatingCenterStudy...
Java
mit
85c0591bd23b00112fe1697cfc628486cf87d443
0
HEIG-GAPS/slasher
package ch.gaps.slasher.highliter; import java.io.IOException; import java.net.URISyntaxException; import java.nio.file.Files; import java.nio.file.Paths; import java.util.List; import java.util.regex.Pattern; /** * This interface represents the highlighter for a CodeArea (RichTextFX class) */ public interface High...
slasher.highlighter/src/main/java/ch/gaps/slasher/highliter/Highlighter.java
package ch.gaps.slasher.highliter; import java.io.IOException; import java.net.URISyntaxException; import java.nio.file.Files; import java.nio.file.Paths; import java.util.List; import java.util.regex.Pattern; /** * This interface represents the highlighter for a CodeArea (RichTextFX class) */ public interface High...
fork synchronized
slasher.highlighter/src/main/java/ch/gaps/slasher/highliter/Highlighter.java
fork synchronized
<ide><path>lasher.highlighter/src/main/java/ch/gaps/slasher/highliter/Highlighter.java <ide> <ide> /** <ide> * String Pattern fot the given SQL syntax <del> * @return <add> * @return the complete {@link Pattern} containing all the groups we want to highlight <ide> */ <ide> Pattern getPattern(...
JavaScript
mit
4d3672ae5d52b781ea1a740142a74ba416833113
0
ironhack/hackmd,ironhack/hackmd,jccrofty30/hackmd,Rwing/hackmd,PeterDaveHello/hackmd,hackmdio/hackmd,jackycute/HackMD,PeterDaveHello/hackmd,PeterDaveHello/hackmd,hackmdio/hackmd,Rwing/hackmd,jccrofty30/hackmd,jackycute/HackMD,ironhack/hackmd,Yukaii/hackmd,hackmdio/hackmd,Yukaii/hackmd,jackycute/HackMD,Yukaii/hackmd,asw...
//app //external modules var express = require('express'); var toobusy = require('toobusy-js'); var ejs = require('ejs'); var passport = require('passport'); var methodOverride = require('method-override'); var cookieParser = require('cookie-parser'); var bodyParser = require('body-parser'); var compression = require('...
app.js
//app //external modules var express = require('express'); var toobusy = require('toobusy-js'); var ejs = require('ejs'); var passport = require('passport'); var methodOverride = require('method-override'); var cookieParser = require('cookie-parser'); var bodyParser = require('body-parser'); var compression = require('...
Join image path with config.serverurl
app.js
Join image path with config.serverurl
<ide><path>pp.js <ide> try { <ide> switch (config.imageUploadType) { <ide> case 'filesystem': <add> var path = require('path'); <add> <ide> res.send({ <del> link: files.image.path.match(/^public(.+$)/)[1] <add> ...
JavaScript
agpl-3.0
0e9b509122a790db61eae6041f0462fb4b96d7c6
0
jakebailey/PrairieLearn,mwest1066/PrairieLearn,tbretl/PrairieLearn,mwest1066/PrairieLearn,mwest1066/PrairieLearn,tbretl/PrairieLearn,tbretl/PrairieLearn,mwest1066/PrairieLearn,jakebailey/PrairieLearn,parasgithub/PrairieLearn,jakebailey/PrairieLearn,rbessick5/PrairieLearn,rbessick5/PrairieLearn,parasgithub/PrairieLearn,...
var ERR = require('async-stacktrace'); var _ = require('lodash'); var async = require('async'); var ejs = require('ejs'); var path = require('path'); var debug = require('debug')('prairielearn:' + path.basename(__filename, '.js')); var error = require('../lib/error'); var logger = require('../lib/logger'); var sqldb =...
lib/assessment.js
var ERR = require('async-stacktrace'); var _ = require('lodash'); var async = require('async'); var ejs = require('ejs'); var path = require('path'); var debug = require('debug')('prairielearn:' + path.basename(__filename, '.js')); var error = require('../lib/error'); var logger = require('../lib/logger'); var sqldb =...
Fix linter error; improve documentation
lib/assessment.js
Fix linter error; improve documentation
<ide><path>ib/assessment.js <ide> * string or buffer to attempt to parse it and mark the grading job as failed when <ide> * parsing fails. <ide> * <del> * @param {Object|string} data - The grading results <add> * @param {Object|string|Buffer} data - The grading results <ide> */ <ide> mak...
Java
bsd-3-clause
bb7bca057d83911a3afe5903f00adc68e62b8d0a
0
mdcao/japsa,mdcao/japsa
/***************************************************************************** * Copyright (c) Minh Duc Cao, Monash Uni & UQ, All rights reserved. * * * * Redistribution and use in source and binary forms, with or without * * m...
src/dev/java/japsadev/tools/FlankSeqsDetectorCmd.java
/***************************************************************************** * Copyright (c) Minh Duc Cao, Monash Uni & UQ, All rights reserved. * * * * Redistribution and use in source and binary forms, with or without * * m...
add parameter --cov to flankDetect
src/dev/java/japsadev/tools/FlankSeqsDetectorCmd.java
add parameter --cov to flankDetect
<ide><path>rc/dev/java/japsadev/tools/FlankSeqsDetectorCmd.java <ide> addDouble("qual", 1, "Mininum quality"); <ide> addInt("insert", 10, "Minimum length of insert sequence in-between 2 flanking sequences"); <ide> addInt("tips", 20, "Maximum percentage of the overhangs compared to the corresponding flanking seque...
Java
bsd-3-clause
d8b138735b6d1276cdd27b11712deb1e80e03b48
0
lockss/lockss-daemon,lockss/lockss-daemon,lockss/lockss-daemon,lockss/lockss-daemon,lockss/lockss-daemon,lockss/lockss-daemon,lockss/lockss-daemon
/* Copyright (c) 2000-2018 Board of Trustees of Leland Stanford Jr. University, all rights reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitat...
plugins/src/org/lockss/plugin/pubfactory/PubFactoryHtmlHashFilterFactory.java
/* Copyright (c) 2000-2018 Board of Trustees of Leland Stanford Jr. University, all rights reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitat...
minor modification to make previous commit more conservative of a filter
plugins/src/org/lockss/plugin/pubfactory/PubFactoryHtmlHashFilterFactory.java
minor modification to make previous commit more conservative of a filter
<ide><path>lugins/src/org/lockss/plugin/pubfactory/PubFactoryHtmlHashFilterFactory.java <ide> new NodeFilter() { <ide> @Override <ide> public boolean accept(Node node) { <del> // ifp:body is not a HtmlTag class, we can use this to our advantage and delete the whole node by matchin...
Java
apache-2.0
956689e54874d145f98fcd05603865c3a7f3ee25
0
MichaelNedzelsky/intellij-community,tmpgit/intellij-community,fnouama/intellij-community,ahb0327/intellij-community,diorcety/intellij-community,amith01994/intellij-community,vvv1559/intellij-community,youdonghai/intellij-community,samthor/intellij-community,alphafoobar/intellij-community,izonder/intellij-community,reto...
/* * Copyright 2000-2012 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
platform/util/src/com/intellij/util/io/PagedFileStorage.java
/* * Copyright 2000-2012 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
dirty flag made volatile and it sets same time as segment's dirty status is set
platform/util/src/com/intellij/util/io/PagedFileStorage.java
dirty flag made volatile and it sets same time as segment's dirty status is set
<ide><path>latform/util/src/com/intellij/util/io/PagedFileStorage.java <ide> } <ide> <ide> private final byte[] myTypedIOBuffer; <del> private boolean isDirty = false; <add> private volatile boolean isDirty = false; <ide> private final File myFile; <ide> protected long mySize = -1; <ide> protected final in...
Java
apache-2.0
331b3d222492383358ed42c288c27053253d1123
0
joshuairl/toothchat-client,joshuairl/toothchat-client,joshuairl/toothchat-client,joshuairl/toothchat-client
/** * $Revision: $ * $Date: $ * * Copyright (C) 2006 Jive Software. All rights reserved. * * This software is published under the terms of the GNU Lesser Public License (LGPL), * a copy of which is included in this distribution. */ package org.jivesoftware.spark.ui.status; import org.jivesoftware....
src/java/org/jivesoftware/spark/ui/status/StatusBar.java
/** * $Revision: $ * $Date: $ * * Copyright (C) 2006 Jive Software. All rights reserved. * * This software is published under the terms of the GNU Lesser Public License (LGPL), * a copy of which is included in this distribution. */ package org.jivesoftware.spark.ui.status; import org.jivesoftware....
Minor fixes. git-svn-id: f13e20fb8540f76a08799c0051229138c0279aa7@5683 b35dd754-fafc-0310-a699-88a17e54d16e
src/java/org/jivesoftware/spark/ui/status/StatusBar.java
Minor fixes.
<ide><path>rc/java/org/jivesoftware/spark/ui/status/StatusBar.java <ide> } <ide> <ide> // Build menu from StatusList <del> for(final StatusItem statusItem : statusList){ <add> for (final StatusItem statusItem : statusList) { <ide> final Action statusAction = new AbstractAction...
JavaScript
mit
cf7b78a83b064484f7b6276c9debba41a2a42cac
0
chinasb/meteor,PatrickMcGuinness/meteor,deanius/meteor,benjamn/meteor,Jeremy017/meteor,mauricionr/meteor,jeblister/meteor,zdd910/meteor,AlexR1712/meteor,GrimDerp/meteor,rabbyalone/meteor,alexbeletsky/meteor,AlexR1712/meteor,steedos/meteor,devgrok/meteor,shmiko/meteor,aramk/meteor,fashionsun/meteor,henrypan/meteor,Eynal...
// This file is used to access the "warehouse" of pre-0.9.0 releases. This code // is now legacy, but we keep it around so that you can still use the same // `meteor` entry point to run pre-0.9.0 and post-0.9.0 releases, for now. All // it knows how to do is download old releases and explain to main.js how to // exec t...
tools/warehouse.js
// This file is used to access the "warehouse" of pre-0.9.0 releases. This code // is now legacy, but we keep it around so that you can still use the same // `meteor` entry point to run pre-0.9.0 and post-0.9.0 releases, for now. All // it knows how to do is download old releases and explain to main.js how to // exec t...
ensure that latest symlinks exist otherwise when we legacy-springboard it will be sad
tools/warehouse.js
ensure that latest symlinks exist
<ide><path>ools/warehouse.js <ide> return path.join(warehouse.getWarehouseDir(), 'tools', version, '.fresh'); <ide> }, <ide> <add> _latestReleaseSymlinkPath: function () { <add> return path.join(warehouse.getWarehouseDir(), 'releases', 'latest'); <add> }, <add> <add> _latestToolsSymlinkPath: function () { ...
Java
mit
edb2dfcc28e546c17928fc7b3e1a56604fcf65f6
0
openfact/openfact,openfact/openfact-temp,openfact/openfact-pe,openfact/openfact-pe,openfact/openfact,openfact/openfact-temp,openfact/openfact-temp,openfact/openfact,openfact/openfact-pe,openfact/openfact-temp
package org.openfact.ubl.send.pe; import java.io.File; import java.io.FileInputStream; import java.io.FileOutputStream; import java.io.IOException; import java.util.ArrayList; import java.util.List; import javax.activation.DataHandler; import javax.activation.DataSource; import javax.activation.FileDataSource; import...
services/src/main/java/org/openfact/ubl/send/pe/UblTemplateProvider_PE.java
package org.openfact.ubl.send.pe; import java.io.File; import java.io.FileInputStream; import java.io.FileOutputStream; import java.io.IOException; import java.util.ArrayList; import java.util.List; import javax.activation.DataHandler; import javax.activation.DataSource; import javax.activation.FileDataSource; import...
add credit note and debit notes
services/src/main/java/org/openfact/ubl/send/pe/UblTemplateProvider_PE.java
add credit note and debit notes
<ide><path>ervices/src/main/java/org/openfact/ubl/send/pe/UblTemplateProvider_PE.java <ide> try { <ide> byte[] zip = generateZip(document, fileName); <ide> <add> File file = new File("/home/admin/ubl/"+fileName+".zip"); <add> FileOutputStream fos = new FileOutputStream(f...
JavaScript
mit
aa27ae5261e465b4eeb30cfd4d9e37da19940dec
0
darkwing/aframe,jzitelli/aframe,aframevr/aframe-core,MatthewShotton/aframe,googlecreativelab/aframe,chenzlabs/aframe,msimpson/aframe,MatthewShotton/aframe,aframevr/aframe,ngokevin/aframe,fernandojsg/aframe,aframevr/aframe-core,jzitelli/aframe,RSpace/aframe,dmarcos/aframe,msimpson/aframe,mkungla/aframe,weddingdj/aframe,...
var coordinateParser = require('./coordinate-parser'); var registerComponent = require('../core/register-component').registerComponent; var utils = require('../vr-utils'); // To avoid triggering a 0 determinat // wich makes the object3D matrix non invertible var zeroScale = 0.000000000001; var proto = { defaults: {...
src/components/scale.js
var coordinateParser = require('./coordinate-parser'); var registerComponent = require('../core/register-component').registerComponent; var utils = require('../vr-utils'); var proto = { defaults: { value: { x: 1, y: 1, z: 1 } }, update: { value: function () { var data = this....
If the scales values are 0 we apply a very small number instead to avoid zeroing the matrix determinants (fixes #432)
src/components/scale.js
If the scales values are 0 we apply a very small number instead to avoid zeroing the matrix determinants (fixes #432)
<ide><path>rc/components/scale.js <ide> var coordinateParser = require('./coordinate-parser'); <ide> var registerComponent = require('../core/register-component').registerComponent; <ide> var utils = require('../vr-utils'); <add> <add>// To avoid triggering a 0 determinat <add>// wich makes the object3D matrix non inve...
Java
apache-2.0
97008cc4128da5f8612af5ff78644f2391f78152
0
mikesamuel/code-interlingua,mikesamuel/code-interlingua
package com.mikesamuel.cil.parser; /** * Receives information about serialization failures. * <p> * It is normal for some errors to be raised as branches fail, so a good * rule-of-thumb is to delay reporting any until the parse as a whole is known * to fail and then report the error with the greatest index as mos...
src/main/java/com/mikesamuel/cil/parser/SerialErrorReceiver.java
package com.mikesamuel.cil.parser; /** * Receives information about serialization failures. * <p> * It is normal for some errors to be raised as branches fail, so a good * rule-of-thumb is to delay reporting any until the parse as a whole is known * to fail and then report the error with the greatest index as mos...
added a do-nothing instance for use by test cases
src/main/java/com/mikesamuel/cil/parser/SerialErrorReceiver.java
added a do-nothing instance for use by test cases
<ide><path>rc/main/java/com/mikesamuel/cil/parser/SerialErrorReceiver.java <ide> * indicative of the underlying cause. <ide> */ <ide> public interface SerialErrorReceiver { <add> <ide> /** Called when an attempt to serialize a particular variant fails. */ <ide> void error(SerialState state, String message); <add>...
Java
bsd-3-clause
3eb369c12dc88c6897064dc9a5be958826c82642
0
marcusthebrown/geogig,jodygarnett/GeoGig,jdgarrett/geogig,mtCarto/geogig,jdgarrett/geogig,jodygarnett/GeoGig,jdgarrett/geogig,mtCarto/geogig,marcusthebrown/geogig,jodygarnett/GeoGig,mtCarto/geogig,marcusthebrown/geogig
/* Copyright (c) 2015 Boundless. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Distribution License v1.0 * which accompanies this distribution, and is available at * https://www.eclipse.org/org/documents/edl-v10.html * * Contributors: * Gab...
src/cli/src/main/java/org/locationtech/geogig/cli/Console.java
/* Copyright (c) 2015 Boundless. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Distribution License v1.0 * which accompanies this distribution, and is available at * https://www.eclipse.org/org/documents/edl-v10.html * * Contributors: * Gab...
Make CLI's Console have a PrintStream instance variable instead of creating it on flush()
src/cli/src/main/java/org/locationtech/geogig/cli/Console.java
Make CLI's Console have a PrintStream instance variable instead of creating it on flush()
<ide><path>rc/cli/src/main/java/org/locationtech/geogig/cli/Console.java <ide> @SuppressWarnings("unused") <ide> private InputStream in; <ide> <del> private OutputStream out; <add> private PrintStream out; <ide> <ide> private boolean ansiEnabled; <ide> <ide> */ <ide> public Console(InputSt...
JavaScript
mit
3009a8c50ea1a83959fb1a1e79ca278d2b86a980
0
thecodebureau/ridge
views/model-controls.js
var fncs = { cancel: function(model) { $(this)[model.isNew() || !model.collection ? 'hide' : 'show']().prop(this.disabled, false); }, publish: function(model) { $(this)[!model.isNew() && !model.get('datePublished') ? 'show' : 'hide']().prop('disabled', model.isDirty()); }, unpublish: function(model) { $(this...
Removed view/model-controls.js (moved to hats/admin).
views/model-controls.js
Removed view/model-controls.js (moved to hats/admin).
<ide><path>iews/model-controls.js <del>var fncs = { <del> cancel: function(model) { <del> $(this)[model.isNew() || !model.collection ? 'hide' : 'show']().prop(this.disabled, false); <del> }, <del> publish: function(model) { <del> $(this)[!model.isNew() && !model.get('datePublished') ? 'show' : 'hide']().prop('disable...
JavaScript
mit
d6361f733a36c2495f3e7a412656e0cac9940de2
0
BernhardRode/socket.io-client,socketio/socket.io-client,socketio/socket.io-client,philikon/socket.io-client,clshortfuse/socket.io-client,poqdavid/socket.io-client,lattmann/socket.io-client,toddself/socket.io-client,fhaoquan/socket.io-client,ayhansalami/socket.io-client,Creeplays/socket.io-client,goodwall/socket.io-clie...
/** * socket.io * Copyright(c) 2011 LearnBoost <dev@learnboost.com> * MIT Licensed */ (function (exports, io) { /** * Expose constructor. */ exports.SocketNamespace = SocketNamespace; /** * Socket namespace constructor. * * @constructor * @api public */ function SocketNamespace (s...
lib/namespace.js
/** * socket.io * Copyright(c) 2011 LearnBoost <dev@learnboost.com> * MIT Licensed */ (function (exports, io) { /** * Expose constructor. */ exports.SocketNamespace = SocketNamespace; /** * Socket namespace constructor. * * @constructor * @api public */ function SocketNamespace (s...
added missing breaks; the `ack` packet also emitted the onerror
lib/namespace.js
added missing breaks; the `ack` packet also emitted the onerror
<ide><path>ib/namespace.js <ide> this.acks[packet.ackId].apply(this, packet.args); <ide> delete this.acks[packet.ackId]; <ide> } <add> break; <ide> <ide> case 'error': <ide> if (packet.advice){ <ide> } else { <ide> this.$emit('error', packet.reason); <...
JavaScript
mit
15c5d2a1df4482e3b381178393778c8d4ffa42f4
0
akesterson/moonlight-skulk,akesterson/moonlight-skulk,akesterson/moonlight-skulk
SPEED_WALKING = 8; SPEED_RUNNING = 14; // Millisecond durations per tweens, per tile TWEEN_DURATION_PERPIXEL_RUNNING = 5; TWEEN_DURATION_PERPIXEL_WALKING = 9; TWEEN_DURATION_PERTILE_RUNNING = TWEEN_DURATION_PERPIXEL_RUNNING * 32; TWEEN_DURATION_PERTILE_WALKING = TWEEN_DURATION_PERPIXEL_WALKING * 32; STATE_NONE = 0; S...
moonlight/js/moonlight-skulk.js
SPEED_WALKING = 8; SPEED_RUNNING = 14; // Millisecond durations per tweens, per tile TWEEN_DURATION_PERPIXEL_RUNNING = 5; TWEEN_DURATION_PERPIXEL_WALKING = 9; TWEEN_DURATION_PERTILE_RUNNING = TWEEN_DURATION_PERPIXEL_RUNNING * 32; TWEEN_DURATION_PERTILE_WALKING = TWEEN_DURATION_PERPIXEL_WALKING * 32; STATE_NONE = 0; S...
Refactor chasing code into a generic target chaser
moonlight/js/moonlight-skulk.js
Refactor chasing code into a generic target chaser
<ide><path>oonlight/js/moonlight-skulk.js <ide> this.action_chaseplayer = function() <ide> { <ide> var movingstate = STATE_NONE; <del> this.action_chasetarget(player, <del> STATE_ALERTED, <del> STATE_MOVING | STATE_RUNNING, <del> true); <add> this.chasetarget(player, <add> STATE_ALERTED, <add> ...
Java
agpl-3.0
45e7106602b8c7a9131df8da9c409d116f701c9e
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
6b882232-2e61-11e5-9284-b827eb9e62be
hello.java
6b82ae38-2e61-11e5-9284-b827eb9e62be
6b882232-2e61-11e5-9284-b827eb9e62be
hello.java
6b882232-2e61-11e5-9284-b827eb9e62be
<ide><path>ello.java <del>6b82ae38-2e61-11e5-9284-b827eb9e62be <add>6b882232-2e61-11e5-9284-b827eb9e62be
Java
apache-2.0
e03245e5c45c1e213ebe68f9c8d6155decb50a2b
0
alphafoobar/intellij-community,orekyuu/intellij-community,ibinti/intellij-community,Lekanich/intellij-community,Lekanich/intellij-community,nicolargo/intellij-community,ftomassetti/intellij-community,caot/intellij-community,dslomov/intellij-community,orekyuu/intellij-community,supersven/intellij-community,MichaelNedzel...
/* * Copyright 2000-2013 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
platform/platform-tests/testSrc/com/intellij/openapi/vfs/local/FileWatcherTest.java
/* * Copyright 2000-2013 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
Cleanup (comment)
platform/platform-tests/testSrc/com/intellij/openapi/vfs/local/FileWatcherTest.java
Cleanup (comment)
<ide><path>latform/platform-tests/testSrc/com/intellij/openapi/vfs/local/FileWatcherTest.java <ide> } <ide> <ide> public void testPartialRefresh() throws Exception { <del> // tests the same scenario with an active file watcher: this affects <add> // tests the same scenario with an active file watcher (preven...
Java
lgpl-2.1
c0ac615c75c7277e0d10020b9ab8c8628504cbeb
0
milesibastos/jTDS,milesibastos/jTDS,milesibastos/jTDS,milesibastos/jTDS
// // Copyright 1998 CDS Networks, Inc., Medford Oregon // // All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are met: // 1. Redistributions of source code must retain the above copyright // notice, th...
src.old/main/com/internetcds/jdbc/tds/TdsStatement.java
// // Copyright 1998 CDS Networks, Inc., Medford Oregon // // All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are met: // 1. Redistributions of source code must retain the above copyright // notice, th...
Removed an overlooked debug message. git-svn-id: 1fece92013051e73d27f0f6eaec2bf855927aa58@74 97a8069c-bbaa-4fa2-9e49-561d8e0b19ef
src.old/main/com/internetcds/jdbc/tds/TdsStatement.java
Removed an overlooked debug message.
<ide><path>rc.old/main/com/internetcds/jdbc/tds/TdsStatement.java <ide> * <ide> * @see java.sql.Statement <ide> * @see ResultSet <del> * @version $Id: TdsStatement.java,v 1.18 2002-08-28 07:44:24 alin_sinpalean Exp $ <add> * @version $Id: TdsStatement.java,v 1.19 2002-08-28 08:38:54 alin_sinpalean Exp $ <ide> */ <i...
Java
mit
error: pathspec 'src/android/at/casephonegap/rootfullscreen/rootFullScreen.java' did not match any file(s) known to git
57d32f26bd9ef2c38bef095b6accbdc45cbc931f
1
casephonegap/rootFullScreen,casephonegap/rootFullScreen
package at.casephonegap.rootfullscreen; import org.apache.cordova.CordovaPlugin; import org.apache.cordova.CallbackContext; import org.json.JSONArray; import org.json.JSONException; import android.view.WindowManager.LayoutParams; import java.io.BufferedReader; import java.io.File; import java.io.InputStreamReader; ...
src/android/at/casephonegap/rootfullscreen/rootFullScreen.java
java file hinzugefügt
src/android/at/casephonegap/rootfullscreen/rootFullScreen.java
java file hinzugefügt
<ide><path>rc/android/at/casephonegap/rootfullscreen/rootFullScreen.java <add>package at.casephonegap.rootfullscreen; <add> <add>import org.apache.cordova.CordovaPlugin; <add>import org.apache.cordova.CallbackContext; <add>import org.json.JSONArray; <add>import org.json.JSONException; <add> <add>import android.view.Win...
JavaScript
mit
5a223410af8aa8210358163311502afb52e88818
0
qlayer/express-restify-mongoose,codydaig/express-restify-mongoose,pixel2/koa-restify-mongoose,pixel2/koa-restify-mongoose,xdotai/express-restify-mongoose,pedrosousabarreto/express-restify-mongoose,reimund/express-restify-mongoose,gregerolsson/express-restify-mongoose,DavidBLynch/express-restify-mongoose,DavidBLynch/exp...
/** * express-restify-mongoose.js * * Copyright (C) 2013 by Florian Holzapfel * * 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 ri...
lib/express-restify-mongoose.js
/** * express-restify-mongoose.js * * Copyright (C) 2013 by Florian Holzapfel * * 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 ri...
remove debug output
lib/express-restify-mongoose.js
remove debug output
<ide><path>ib/express-restify-mongoose.js <ide> // an error) and immediately return; <ide> return query.skip(-1); <ide> } <del> <del> console.log('QUERY ' + key + options[key]); <ide> <ide> query.where(key); <ide> var value = options[key];
Java
apache-2.0
error: pathspec 'src/trickyexamples/Fibonacci.java' did not match any file(s) known to git
706d1174b6ff046783e70679cc2753c85504b196
1
antalpeti/Test
package trickyexamples; import java.util.Scanner; public class Fibonacci { public static void main(String args[]) { System.out.println("Enter number upto which Fibonacci series to print: "); Scanner sc = new Scanner(System.in); int number = sc.nextInt(); System.out.println("Fibonacci ...
src/trickyexamples/Fibonacci.java
Added examples about Fibonacci sequences.
src/trickyexamples/Fibonacci.java
Added examples about Fibonacci sequences.
<ide><path>rc/trickyexamples/Fibonacci.java <add>package trickyexamples; <add> <add>import java.util.Scanner; <add> <add>public class Fibonacci { <add> <add> public static void main(String args[]) { <add> <add> System.out.println("Enter number upto which Fibonacci series to print: "); <add> Scanner sc = new Scan...
JavaScript
mit
e04b4e4e0bdd9f439f825f51116cd9e37c6035b6
0
eXon/videojs-youtube
/* The MIT License (MIT) Copyright (c) 2014-2015 Benoit Tremblay <trembl.ben@gmail.com> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the right...
src/Youtube.js
/* The MIT License (MIT) Copyright (c) 2014-2015 Benoit Tremblay <trembl.ben@gmail.com> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the right...
Added the color option to the player parameters.
src/Youtube.js
Added the color option to the player parameters.
<ide><path>rc/Youtube.js <ide> <ide> if (typeof this.options_.end !== 'undefined') { <ide> playerVars.end = this.options_.end; <add> } <add> <add> if (typeof this.options_.color !== 'undefined') { <add> playerVars.color = this.options_.color; <ide> } <ide> <ide> if (typeof t...
Java
apache-2.0
21f748f41c5c51499378e17a647c03806f95d7e4
0
sacjaya/siddhi-3
/* * Copyright (c) 2005 - 2014, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. You may obtain a copy of the License at * http://www.apache.org/licenses/LICENSE-2.0 * Unless ...
modules/siddhi-core/src/main/java/org/wso2/siddhi/core/event/Event.java
/* * Copyright (c) 2005-2010, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. * * WSO2 Inc. licenses this file to you under the Apache License, * Version 2.0 (the "License"); you may not use this file except * in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.o...
commiting event interface
modules/siddhi-core/src/main/java/org/wso2/siddhi/core/event/Event.java
commiting event interface
<ide><path>odules/siddhi-core/src/main/java/org/wso2/siddhi/core/event/Event.java <ide> /* <del>* Copyright (c) 2005-2010, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. <del>* <del>* WSO2 Inc. licenses this file to you under the Apache License, <del>* Version 2.0 (the "License"); you may not use this file exc...
Java
bsd-3-clause
error: pathspec 'core/src/sharedTest/java/org/hisp/dhis/android/core/data/datavalue/DataValueUtils.java' did not match any file(s) known to git
1958ec382189669261603c239cd614a01a6c0b8b
1
dhis2/dhis2-android-sdk,dhis2/dhis2-android-sdk,dhis2/dhis2-android-sdk
/* * Copyright (c) 2017, University of Oslo * * All rights reserved. * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this * list of condition...
core/src/sharedTest/java/org/hisp/dhis/android/core/data/datavalue/DataValueUtils.java
datavalues: add DataValueUtils for tests
core/src/sharedTest/java/org/hisp/dhis/android/core/data/datavalue/DataValueUtils.java
datavalues: add DataValueUtils for tests
<ide><path>ore/src/sharedTest/java/org/hisp/dhis/android/core/data/datavalue/DataValueUtils.java <add>/* <add> * Copyright (c) 2017, University of Oslo <add> * <add> * All rights reserved. <add> * Redistribution and use in source and binary forms, with or without <add> * modification, are permitted provided that the fo...
Java
mit
2e6745c40e33f500080e09f67ef2e7a70a8c53ba
0
MrPudin/Skeem,MrPudin/Skeem,MrPudin/Skeem
package sstinc.skeem; import org.joda.time.Period; import java.util.ArrayList; /** * This class handles the addition and removal of a task within a timeblock, * the time between two voidblocks. This class extends {@link Schedulable}. * * @see Task * @see Voidblock * @see Schedulable */ public class Timeblock ...
Android/Skeem/app/src/main/java/sstinc/skeem/Timeblock.java
package sstinc.skeem; import org.joda.time.Period; import java.util.ArrayList; /** * This class handles the addition and removal of a task within a timeblock, * the time between two voidblocks. This class extends {@link Schedulable}. * * @see Task * @see Voidblock * @see Schedulable */ class Timeblock extends...
Made Timeblock's methods and constructors public
Android/Skeem/app/src/main/java/sstinc/skeem/Timeblock.java
Made Timeblock's methods and constructors public
<ide><path>ndroid/Skeem/app/src/main/java/sstinc/skeem/Timeblock.java <ide> * @see Voidblock <ide> * @see Schedulable <ide> */ <del>class Timeblock extends Schedulable { <add>public class Timeblock extends Schedulable { <ide> private ArrayList<Task> tasks_scheduled; <ide> private Period period_used; <ide> ...