Source stringclasses 1
value | Date int32 2.01k 2.01k | Text stringlengths 3 15.9M | Token_count int32 1 2.44M |
|---|---|---|---|
github-java-corpus | 2,012 | /* Copyright (c) 2006-2007, Vladimir Nikic
All rights reserved.
Redistribution and use of this software 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
copy... | 430 |
github-java-corpus | 2,012 | /* Copyright (c) 2006-2007, Vladimir Nikic
All rights reserved.
Redistribution and use of this software 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
copy... | 430 |
github-java-corpus | 2,012 | /* Copyright (c) 2006-2007, Vladimir Nikic
All rights reserved.
Redistribution and use of this software 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
copy... | 436 |
github-java-corpus | 2,012 | /* Copyright (c) 2006-2007, Vladimir Nikic
All rights reserved.
Redistribution and use of this software 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
copy... | 436 |
github-java-corpus | 2,012 | package org.webharvest.exception;
/**
* Runtime exception occured during plugin processors registration or creation.
*/
public class PluginException extends BaseException {
public PluginException() {
}
public PluginException(String message) {
super(message);
}
public Plugin... | 85 |
github-java-corpus | 2,012 | /* Copyright (c) 2006-2007, Vladimir Nikic
All rights reserved.
Redistribution and use of this software 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
copy... | 471 |
github-java-corpus | 2,012 | /* Copyright (c) 2006-2007, Vladimir Nikic
All rights reserved.
Redistribution and use of this software 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
copy... | 478 |
github-java-corpus | 2,012 | package org.webharvest.definition;
import org.webharvest.runtime.processors.*;
import org.webharvest.exception.PluginException;
import java.util.*;
/**
* Definition of all plugin processors.
*/
public class WebHarvestPluginDef extends BaseElementDef {
private Map attributes;
private Class plugin... | 253 |
github-java-corpus | 2,012 | /* Copyright (c) 2006-2007, Vladimir Nikic
All rights reserved.
Redistribution and use of this software 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
copy... | 390 |
github-java-corpus | 2,012 | /* Copyright (c) 2006-2007, Vladimir Nikic
All rights reserved.
Redistribution and use of this software 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
copy... | 438 |
github-java-corpus | 2,012 | /* Copyright (c) 2006-2007, Vladimir Nikic
All rights reserved.
Redistribution and use of this software 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
copy... | 1,214 |
github-java-corpus | 2,012 | /* Copyright (c) 2006-2007, Vladimir Nikic
All rights reserved.
Redistribution and use of this software 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
copy... | 437 |
github-java-corpus | 2,012 | /* Copyright (c) 2006-2007, Vladimir Nikic
All rights reserved.
Redistribution and use of this software 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
copy... | 755 |
github-java-corpus | 2,012 | /* Copyright (c) 2006-2007, Vladimir Nikic
All rights reserved.
Redistribution and use of this software 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
copy... | 476 |
github-java-corpus | 2,012 | /* Copyright (c) 2006-2007, Vladimir Nikic
All rights reserved.
Redistribution and use of this software 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
copy... | 536 |
github-java-corpus | 2,012 | /* Copyright (c) 2006-2007, Vladimir Nikic
All rights reserved.
Redistribution and use of this software 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
copy... | 923 |
github-java-corpus | 2,012 | package org.webharvest.definition;
/**
* Definition of function call parameter.
*/
public class CallParamDef extends BaseElementDef {
private String name;
public CallParamDef(XmlNode xmlNode) {
super(xmlNode);
this.name = xmlNode.getAttribute("name");
}
public String get... | 89 |
github-java-corpus | 2,012 | /* Copyright (c) 2006-2007, Vladimir Nikic
All rights reserved.
Redistribution and use of this software 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
copy... | 437 |
github-java-corpus | 2,012 | /* Copyright (c) 2006-2007, Vladimir Nikic
All rights reserved.
Redistribution and use of this software 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
copy... | 451 |
github-java-corpus | 2,012 | /* Copyright (c) 2006-2007, Vladimir Nikic
All rights reserved.
Redistribution and use of this software 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
copy... | 440 |
github-java-corpus | 2,012 | /* Copyright (c) 2006-2007, Vladimir Nikic
All rights reserved.
Redistribution and use of this software 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
copy... | 532 |
github-java-corpus | 2,012 | /* Copyright (c) 2006-2007, Vladimir Nikic
All rights reserved.
Redistribution and use of this software 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
copy... | 614 |
github-java-corpus | 2,012 | /* Copyright (c) 2006-2007, Vladimir Nikic
All rights reserved.
Redistribution and use of this software 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
copy... | 769 |
github-java-corpus | 2,012 | /* Copyright (c) 2006-2007, Vladimir Nikic
All rights reserved.
Redistribution and use of this software 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
copy... | 875 |
github-java-corpus | 2,012 | /* Copyright (c) 2006-2007, Vladimir Nikic
All rights reserved.
Redistribution and use of this software 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
copy... | 635 |
github-java-corpus | 2,012 | /* Copyright (c) 2006-2007, Vladimir Nikic
All rights reserved.
Redistribution and use of this software 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
copy... | 438 |
github-java-corpus | 2,012 | /* Copyright (c) 2006-2007, Vladimir Nikic
All rights reserved.
Redistribution and use of this software 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
copy... | 1,929 |
github-java-corpus | 2,012 | package org.webharvest.definition;
import org.webharvest.exception.ConfigurationException;
import org.webharvest.exception.ErrMsg;
import org.webharvest.runtime.processors.*;
import org.webharvest.utils.*;
import org.webharvest.gui.*;
import java.util.*;
import java.nio.charset.*;
/**
* @author: Vladimi... | 1,014 |
github-java-corpus | 2,012 | /* Copyright (c) 2006-2007, Vladimir Nikic
All rights reserved.
Redistribution and use of this software 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
copy... | 436 |
github-java-corpus | 2,012 | /* Copyright (c) 2006-2007, Vladimir Nikic
All rights reserved.
Redistribution and use of this software 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
copy... | 3,400 |
github-java-corpus | 2,012 | /* Copyright (c) 2006-2007, Vladimir Nikic
All rights reserved.
Redistribution and use of this software 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
copy... | 750 |
github-java-corpus | 2,012 | /* Copyright (c) 2006-2007, Vladimir Nikic
All rights reserved.
Redistribution and use of this software 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
copy... | 1,012 |
github-java-corpus | 2,012 | package org.webharvest.definition;
/**
* Definition of exit processor.
*/
public class ExitDef extends BaseElementDef {
private String condition;
private String message;
public ExitDef(XmlNode xmlNode) {
super(xmlNode, false);
this.condition = xmlNode.getAttribute("condition");
... | 113 |
github-java-corpus | 2,012 | /* Copyright (c) 2006-2007, Vladimir Nikic
All rights reserved.
Redistribution and use of this software 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
copy... | 655 |
github-java-corpus | 2,012 | /* Copyright (c) 2006-2007, Vladimir Nikic
All rights reserved.
Redistribution and use of this software 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
copy... | 411 |
github-java-corpus | 2,012 | /* Copyright (c) 2006-2007, Vladimir Nikic
All rights reserved.
Redistribution and use of this software 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
copy... | 438 |
github-java-corpus | 2,012 | /* Copyright (c) 2006-2007, Vladimir Nikic
All rights reserved.
Redistribution and use of this software 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
copy... | 669 |
github-java-corpus | 2,012 | /* Copyright (c) 2006-2007, Vladimir Nikic
All rights reserved.
Redistribution and use of this software 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
copy... | 440 |
github-java-corpus | 2,012 | /* Copyright (c) 2006-2007, Vladimir Nikic
All rights reserved.
Redistribution and use of this software 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
copy... | 422 |
github-java-corpus | 2,012 | /* Copyright (c) 2006-2007, Vladimir Nikic
All rights reserved.
Redistribution and use of this software 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
copy... | 1,305 |
github-java-corpus | 2,012 | /* Copyright (c) 2006-2007, Vladimir Nikic
All rights reserved.
Redistribution and use of this software 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
copy... | 466 |
github-java-corpus | 2,012 | /* Copyright (c) 2006-2007, Vladimir Nikic
All rights reserved.
Redistribution and use of this software 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
copy... | 618 |
github-java-corpus | 2,012 | /* Copyright (c) 2006-2007, Vladimir Nikic
All rights reserved.
Redistribution and use of this software 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
copy... | 3,128 |
github-java-corpus | 2,012 | package org.webharvest.runtime.processors;
import org.webharvest.definition.ExitDef;
import org.webharvest.runtime.variables.Variable;
import org.webharvest.runtime.variables.EmptyVariable;
import org.webharvest.runtime.Scraper;
import org.webharvest.runtime.ScraperContext;
import org.webharvest.runtime.templat... | 270 |
github-java-corpus | 2,012 | /* Copyright (c) 2006-2007, Vladimir Nikic
All rights reserved.
Redistribution and use of this software 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
copy... | 607 |
github-java-corpus | 2,012 | /* Copyright (c) 2006-2007, Vladimir Nikic
All rights reserved.
Redistribution and use of this software 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
copy... | 1,783 |
github-java-corpus | 2,012 | /* Copyright (c) 2006-2007, Vladimir Nikic
All rights reserved.
Redistribution and use of this software 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
copy... | 734 |
github-java-corpus | 2,012 | package org.webharvest.runtime.processors;
import net.sf.saxon.query.StaticQueryContext;
import net.sf.saxon.query.XQueryExpression;
import net.sf.saxon.trans.XPathException;
import java.util.Map;
import java.util.Hashtable;
/**
* Class represnts simple pool for XQuery expressions.
* Client obtains comp... | 209 |
github-java-corpus | 2,012 | /* Copyright (c) 2006-2007, Vladimir Nikic
All rights reserved.
Redistribution and use of this software 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
copy... | 527 |
github-java-corpus | 2,012 | package org.webharvest.runtime.processors.plugins;
import org.webharvest.exception.*;
import org.webharvest.runtime.*;
import org.webharvest.runtime.processors.*;
import org.webharvest.runtime.variables.*;
import org.webharvest.utils.*;
/**
* DB param plugin - can be used only inside database plugin.
*/
... | 366 |
github-java-corpus | 2,012 | package org.webharvest.runtime.processors.plugins;
import org.apache.commons.net.ftp.*;
import org.webharvest.runtime.*;
import org.webharvest.runtime.processors.*;
import org.webharvest.runtime.variables.*;
import org.webharvest.utils.*;
import java.io.*;
/**
* Ftp Del plugin - can be used only inside f... | 333 |
github-java-corpus | 2,012 | package org.webharvest.runtime.processors.plugins;
import org.webharvest.runtime.*;
import org.webharvest.runtime.processors.*;
import org.webharvest.runtime.variables.*;
import org.webharvest.utils.*;
import java.io.*;
import java.nio.charset.*;
import java.util.*;
import java.util.zip.*;
/**
* Zip en... | 429 |
github-java-corpus | 2,012 | package org.webharvest.runtime.processors.plugins;
import org.apache.commons.net.ftp.*;
import org.webharvest.runtime.*;
import org.webharvest.runtime.processors.*;
import org.webharvest.runtime.variables.*;
import org.webharvest.utils.*;
import java.io.*;
/**
* Ftp Get plugin - can be used only inside f... | 358 |
github-java-corpus | 2,012 | package org.webharvest.runtime.processors.plugins;
import org.webharvest.runtime.*;
import org.webharvest.runtime.processors.*;
import org.webharvest.runtime.variables.*;
import java.io.*;
import java.util.zip.*;
/**
* ZIP processor
*/
public class ZipPlugin extends WebHarvestPlugin {
private Zi... | 246 |
github-java-corpus | 2,012 | package org.webharvest.runtime.processors.plugins;
import org.webharvest.exception.*;
/**
* Runtime exception for MailPlugin
*/
public class MailPluginException extends BaseException {
public MailPluginException() {
}
public MailPluginException(String message) {
super(message);
... | 96 |
github-java-corpus | 2,012 | package org.webharvest.runtime.processors.plugins;
import org.apache.commons.net.ftp.*;
import org.webharvest.runtime.*;
import org.webharvest.runtime.processors.*;
import org.webharvest.runtime.variables.*;
import org.webharvest.utils.*;
import java.io.*;
import java.util.*;
import java.util.regex.*;
impo... | 755 |
github-java-corpus | 2,012 | package org.webharvest.runtime.processors.plugins;
import org.webharvest.exception.*;
import org.webharvest.runtime.Scraper;
import org.webharvest.runtime.ScraperContext;
import org.webharvest.runtime.processors.WebHarvestPlugin;
import org.webharvest.runtime.variables.EmptyVariable;
import org.webharvest.runti... | 1,224 |
github-java-corpus | 2,012 | package org.webharvest.runtime.processors.plugins;
import org.webharvest.runtime.*;
import org.webharvest.runtime.processors.*;
import org.webharvest.runtime.variables.*;
import org.webharvest.utils.*;
/**
* Support for database operations.
*/
public class TokenizePlugin extends WebHarvestPlugin {
... | 376 |
github-java-corpus | 2,012 | package org.webharvest.runtime.processors.plugins;
import org.apache.commons.mail.*;
import org.webharvest.gui.*;
import org.webharvest.runtime.*;
import org.webharvest.runtime.processors.*;
import org.webharvest.runtime.variables.*;
import org.webharvest.utils.*;
import javax.activation.*;
import java.io.*... | 517 |
github-java-corpus | 2,012 | package org.webharvest.runtime.processors.plugins;
import org.webharvest.exception.*;
/**
* Runtime exception for FtpPlugin
*/
public class FtpPluginException extends BaseException {
public FtpPluginException() {
}
public FtpPluginException(String message) {
super(message);
}... | 102 |
github-java-corpus | 2,012 | package org.webharvest.runtime.processors.plugins;
import org.webharvest.runtime.Scraper;
import org.webharvest.runtime.ScraperContext;
import org.webharvest.runtime.processors.*;
import org.webharvest.runtime.variables.*;
import org.webharvest.utils.CommonUtil;
import org.apache.commons.mail.*;
import javax... | 1,171 |
github-java-corpus | 2,012 | package org.webharvest.runtime.processors.plugins;
import org.apache.commons.net.ftp.*;
import org.webharvest.runtime.*;
import org.webharvest.runtime.processors.*;
import org.webharvest.runtime.variables.*;
import org.webharvest.utils.*;
import java.io.*;
/**
* Ftp Mkdir plugin - can be used only inside... | 337 |
github-java-corpus | 2,012 | package org.webharvest.runtime.processors.plugins;
import org.apache.commons.net.ftp.*;
import org.webharvest.runtime.*;
import org.webharvest.runtime.processors.*;
import org.webharvest.runtime.variables.*;
import org.webharvest.utils.*;
import java.io.*;
/**
* FTP processor
*/
public class FtpPlugin... | 606 |
github-java-corpus | 2,012 | package org.webharvest.runtime.processors.plugins;
import org.apache.commons.net.ftp.*;
import org.webharvest.runtime.*;
import org.webharvest.runtime.processors.*;
import org.webharvest.runtime.variables.*;
import org.webharvest.utils.*;
import java.io.*;
import java.util.*;
import java.nio.charset.*;
/... | 472 |
github-java-corpus | 2,012 | package org.webharvest.runtime.processors.plugins;
import org.webharvest.utils.CommonUtil;
/**
* Information about database record columns.
*/
public class DbColumnDescription {
private String name;
private int type;
private String identifier;
public DbColumnDescription(String name, i... | 124 |
github-java-corpus | 2,012 | package org.webharvest.runtime.processors.plugins;
import org.webharvest.exception.*;
/**
* Runtime exception for ZipPlugin
*/
public class ZipPluginException extends BaseException {
public ZipPluginException() {
}
public ZipPluginException(String message) {
super(message);
}... | 96 |
github-java-corpus | 2,012 | package org.webharvest.runtime.processors.plugins;
import org.apache.commons.net.ftp.*;
import org.webharvest.runtime.*;
import org.webharvest.runtime.processors.*;
import org.webharvest.runtime.variables.*;
import org.webharvest.utils.*;
import java.io.*;
/**
* Ftp Mkdir plugin - can be used only inside... | 335 |
github-java-corpus | 2,012 | package org.webharvest.runtime.processors.plugins;
import org.webharvest.runtime.variables.*;
import org.webharvest.exception.PluginException;
import org.webharvest.utils.CommonUtil;
import java.util.List;
import java.util.ArrayList;
import java.util.Arrays;
/**
* Special variable used for database recor... | 513 |
github-java-corpus | 2,012 | package org.webharvest.runtime.processors.plugins;
import org.json.JSONException;
import org.json.JSONObject;
import org.json.XML;
import org.webharvest.exception.PluginException;
import org.webharvest.runtime.Scraper;
import org.webharvest.runtime.ScraperContext;
import org.webharvest.runtime.processors.WebHa... | 198 |
github-java-corpus | 2,012 | package org.webharvest.runtime.processors.plugins;
import org.json.JSONException;
import org.json.JSONObject;
import org.json.XML;
import org.webharvest.exception.PluginException;
import org.webharvest.runtime.Scraper;
import org.webharvest.runtime.ScraperContext;
import org.webharvest.runtime.processors.WebHa... | 202 |
github-java-corpus | 2,012 | /* Copyright (c) 2006-2007, Vladimir Nikic
All rights reserved.
Redistribution and use of this software 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
copy... | 849 |
github-java-corpus | 2,012 | /* Copyright (c) 2006-2008, Vladimir Nikic
All rights reserved.
Redistribution and use of this software 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
copy... | 1,805 |
github-java-corpus | 2,012 | /* Copyright (c) 2006-2007, Vladimir Nikic
All rights reserved.
Redistribution and use of this software 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
copy... | 763 |
github-java-corpus | 2,012 | /* Copyright (c) 2006-2007, Vladimir Nikic
All rights reserved.
Redistribution and use of this software 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
copy... | 1,672 |
github-java-corpus | 2,012 | package org.webharvest.runtime.processors;
import org.webharvest.definition.BaseElementDef;
import org.webharvest.definition.IElementDef;
import org.webharvest.runtime.Scraper;
import org.webharvest.runtime.ScraperContext;
import org.webharvest.runtime.variables.*;
/**
* Processor which executes only body a... | 220 |
github-java-corpus | 2,012 | /* Copyright (c) 2006-2007, Vladimir Nikic
All rights reserved.
Redistribution and use of this software 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
copy... | 1,717 |
github-java-corpus | 2,012 | /* Copyright (c) 2006-2007, Vladimir Nikic
All rights reserved.
Redistribution and use of this software 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
copy... | 621 |
github-java-corpus | 2,012 | /* Copyright (c) 2006-2007, Vladimir Nikic
All rights reserved.
Redistribution and use of this software 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
copy... | 1,607 |
github-java-corpus | 2,012 | /* Copyright (c) 2006-2007, Vladimir Nikic
All rights reserved.
Redistribution and use of this software 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
copy... | 1,135 |
github-java-corpus | 2,012 | /* Copyright (c) 2006-2007, Vladimir Nikic
All rights reserved.
Redistribution and use of this software 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
copy... | 848 |
github-java-corpus | 2,012 | /* Copyright (c) 2006-2007, Vladimir Nikic
All rights reserved.
Redistribution and use of this software 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
copy... | 500 |
github-java-corpus | 2,012 | /* Copyright (c) 2006-2007, Vladimir Nikic
All rights reserved.
Redistribution and use of this software 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
copy... | 2,099 |
github-java-corpus | 2,012 | /* Copyright (c) 2006-2007, Vladimir Nikic
All rights reserved.
Redistribution and use of this software 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
copy... | 2,181 |
github-java-corpus | 2,012 | /* Copyright (c) 2006-2007, Vladimir Nikic
All rights reserved.
Redistribution and use of this software 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
copy... | 691 |
github-java-corpus | 2,012 | /* Copyright (c) 2006-2007, Vladimir Nikic
All rights reserved.
Redistribution and use of this software 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
copy... | 498 |
github-java-corpus | 2,012 | /* Copyright (c) 2006-2007, Vladimir Nikic
All rights reserved.
Redistribution and use of this software 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
copy... | 554 |
github-java-corpus | 2,012 | /* Copyright (c) 2006-2007, Vladimir Nikic
All rights reserved.
Redistribution and use of this software 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
copy... | 483 |
github-java-corpus | 2,012 | /* Copyright (c) 2006-2007, Vladimir Nikic
All rights reserved.
Redistribution and use of this software 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
copy... | 699 |
github-java-corpus | 2,012 | /* Copyright (c) 2006-2007, Vladimir Nikic
All rights reserved.
Redistribution and use of this software 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
copy... | 550 |
github-java-corpus | 2,012 | /* Copyright (c) 2006-2007, Vladimir Nikic
All rights reserved.
Redistribution and use of this software 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
copy... | 941 |
github-java-corpus | 2,012 | /* Copyright (c) 2006-2007, Vladimir Nikic
All rights reserved.
Redistribution and use of this software 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
copy... | 625 |
github-java-corpus | 2,012 | /* Copyright (c) 2006-2007, Vladimir Nikic
All rights reserved.
Redistribution and use of this software 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
copy... | 604 |
github-java-corpus | 2,012 | /* Copyright (c) 2006-2007, Vladimir Nikic
All rights reserved.
Redistribution and use of this software 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
copy... | 605 |
github-java-corpus | 2,012 | /* Copyright (c) 2006-2007, Vladimir Nikic
All rights reserved.
Redistribution and use of this software 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
copy... | 1,447 |
github-java-corpus | 2,012 | /* Copyright (c) 2006-2007, Vladimir Nikic
All rights reserved.
Redistribution and use of this software 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
copy... | 626 |
github-java-corpus | 2,012 | /* Copyright (c) 2006-2007, Vladimir Nikic
All rights reserved.
Redistribution and use of this software 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
copy... | 374 |
github-java-corpus | 2,012 | /* Copyright (c) 2006-2007, Vladimir Nikic
All rights reserved.
Redistribution and use of this software 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
copy... | 698 |
github-java-corpus | 2,012 | /* Copyright (c) 2006-2007, Vladimir Nikic
All rights reserved.
Redistribution and use of this software 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
copy... | 812 |
github-java-corpus | 2,012 | /* Copyright (c) 2006-2007, Vladimir Nikic
All rights reserved.
Redistribution and use of this software 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
copy... | 2,285 |
github-java-corpus | 2,012 | package org.webharvest.runtime.web;
import org.webharvest.runtime.variables.*;
/**
* Information about http request parameter.
*/
public class HttpParamInfo {
// name of parameter
private String name;
// tells if part is file to be uploaded - applies only if http processor is multiparted
... | 247 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.