index int64 | repo_id string | file_path string | content string |
|---|---|---|---|
0 | java-sources/at/porscheinformatik/zanata/zanata-common-api/4.7.8/org/zanata/rest | java-sources/at/porscheinformatik/zanata/zanata-common-api/4.7.8/org/zanata/rest/dto/LocaleMember.java | /*
* Copyright 2014, Red Hat, Inc. and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public ... |
0 | java-sources/at/porscheinformatik/zanata/zanata-common-api/4.7.8/org/zanata/rest | java-sources/at/porscheinformatik/zanata/zanata-common-api/4.7.8/org/zanata/rest/dto/LocalesResults.java | package org.zanata.rest.dto;
import java.io.Serializable;
import java.util.List;
import org.codehaus.jackson.annotate.JsonIgnoreProperties;
import org.codehaus.jackson.annotate.JsonProperty;
import org.codehaus.jackson.map.annotate.JsonSerialize;
/**
* @author Alex Eng <a href="mailto:aeng@redhat.com">aeng@redhat.co... |
0 | java-sources/at/porscheinformatik/zanata/zanata-common-api/4.7.8/org/zanata/rest | java-sources/at/porscheinformatik/zanata/zanata-common-api/4.7.8/org/zanata/rest/dto/Person.java | package org.zanata.rest.dto;
import java.io.Serializable;
import javax.validation.constraints.NotNull;
import javax.xml.bind.annotation.XmlAttribute;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlRootElement;
import javax.xml.bind.annotation.XmlType;
import org.codehaus.jackson.ann... |
0 | java-sources/at/porscheinformatik/zanata/zanata-common-api/4.7.8/org/zanata/rest | java-sources/at/porscheinformatik/zanata/zanata-common-api/4.7.8/org/zanata/rest/dto/ProcessStatus.java | /*
* Copyright 2010, Red Hat, Inc. and individual contributors as indicated by the
* @author tags. See the copyright.txt file in the distribution for a full
* listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it under the
* terms of the GNU Lesser General Public ... |
0 | java-sources/at/porscheinformatik/zanata/zanata-common-api/4.7.8/org/zanata/rest | java-sources/at/porscheinformatik/zanata/zanata-common-api/4.7.8/org/zanata/rest/dto/Project.java | package org.zanata.rest.dto;
import java.io.Serializable;
import java.util.ArrayList;
import java.util.Collection;
import java.util.List;
import javax.validation.constraints.Size;
import javax.xml.bind.annotation.XmlAttribute;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlElementRef... |
0 | java-sources/at/porscheinformatik/zanata/zanata-common-api/4.7.8/org/zanata/rest | java-sources/at/porscheinformatik/zanata/zanata-common-api/4.7.8/org/zanata/rest/dto/ProjectIteration.java | /*
* Copyright 2010, Red Hat, Inc. and individual contributors as indicated by the
* @author tags. See the copyright.txt file in the distribution for a full
* listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it under the
* terms of the GNU Lesser General Public ... |
0 | java-sources/at/porscheinformatik/zanata/zanata-common-api/4.7.8/org/zanata/rest | java-sources/at/porscheinformatik/zanata/zanata-common-api/4.7.8/org/zanata/rest/dto/ProjectList.java | package org.zanata.rest.dto;
import java.io.Serializable;
import java.util.ArrayList;
import java.util.List;
import javax.xml.bind.annotation.XmlElementRef;
import javax.xml.bind.annotation.XmlType;
import org.codehaus.jackson.annotate.JsonValue;
import org.zanata.common.Namespaces;
/**
*
* This class is only use... |
0 | java-sources/at/porscheinformatik/zanata/zanata-common-api/4.7.8/org/zanata/rest | java-sources/at/porscheinformatik/zanata/zanata-common-api/4.7.8/org/zanata/rest/dto/ProjectStatisticsMatrix.java | package org.zanata.rest.dto;
import org.zanata.common.ContentState;
import org.zanata.common.LocaleId;
/**
* @author Alex Eng <a href="mailto:aeng@redhat.com">aeng@redhat.com</a>
*/
public class ProjectStatisticsMatrix {
private String savedDate;
private LocaleId localeId;
private String localeDisplayNa... |
0 | java-sources/at/porscheinformatik/zanata/zanata-common-api/4.7.8/org/zanata/rest | java-sources/at/porscheinformatik/zanata/zanata-common-api/4.7.8/org/zanata/rest/dto/QualifiedName.java | package org.zanata.rest.dto;
import java.io.Serializable;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlRootElement;
import com.webcohesion.enunciate.metadata.DocumentationExample;
import com.webcohesion.enunciate.metadata.Label;
import org.codehaus.jackson.annotate.JsonIgnoreProper... |
0 | java-sources/at/porscheinformatik/zanata/zanata-common-api/4.7.8/org/zanata/rest | java-sources/at/porscheinformatik/zanata/zanata-common-api/4.7.8/org/zanata/rest/dto/ReindexStatus.java | /*
* Copyright 2010, Red Hat, Inc. and individual contributors as indicated by the
* @author tags. See the copyright.txt file in the distribution for a full
* listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it under the
* terms of the GNU Lesser General Public ... |
0 | java-sources/at/porscheinformatik/zanata/zanata-common-api/4.7.8/org/zanata/rest | java-sources/at/porscheinformatik/zanata/zanata-common-api/4.7.8/org/zanata/rest/dto/Relationships.java | package org.zanata.rest.dto;
public class Relationships {
public static final String SELF = "self";
/**
* identifies a translation of the current resource
*/
public static final String TRANSLATION =
"http://zanata.org/rel/translation";
}
|
0 | java-sources/at/porscheinformatik/zanata/zanata-common-api/4.7.8/org/zanata/rest | java-sources/at/porscheinformatik/zanata/zanata-common-api/4.7.8/org/zanata/rest/dto/ResultList.java | package org.zanata.rest.dto;
import java.io.Serializable;
import java.util.ArrayList;
import java.util.List;
import com.webcohesion.enunciate.metadata.Label;
import org.codehaus.jackson.annotate.JsonIgnoreProperties;
import org.codehaus.jackson.annotate.JsonPropertyOrder;
import org.codehaus.jackson.map.annotate.Json... |
0 | java-sources/at/porscheinformatik/zanata/zanata-common-api/4.7.8/org/zanata/rest | java-sources/at/porscheinformatik/zanata/zanata-common-api/4.7.8/org/zanata/rest/dto/SearchResult.java | /*
* Copyright 2016, Red Hat, Inc. and individual contributors as indicated by the
* @author tags. See the copyright.txt file in the distribution for a full
* listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it under the
* terms of the GNU Lesser General Public ... |
0 | java-sources/at/porscheinformatik/zanata/zanata-common-api/4.7.8/org/zanata/rest | java-sources/at/porscheinformatik/zanata/zanata-common-api/4.7.8/org/zanata/rest/dto/SourceLocaleDetails.java | package org.zanata.rest.dto;
import javax.annotation.Nullable;
import org.codehaus.jackson.annotate.JsonIgnoreProperties;
import org.codehaus.jackson.annotate.JsonProperty;
import org.codehaus.jackson.annotate.JsonPropertyOrder;
import org.codehaus.jackson.map.annotate.JsonSerialize;
import java.io.Serializable;
/*... |
0 | java-sources/at/porscheinformatik/zanata/zanata-common-api/4.7.8/org/zanata/rest | java-sources/at/porscheinformatik/zanata/zanata-common-api/4.7.8/org/zanata/rest/dto/TransUnitStatus.java | package org.zanata.rest.dto;
import java.io.Serializable;
import java.util.Objects;
import javax.validation.constraints.NotNull;
import org.codehaus.jackson.annotate.JsonIgnoreProperties;
import org.codehaus.jackson.annotate.JsonPropertyOrder;
import org.codehaus.jackson.map.annotate.JsonSerialize;
import org.zanata... |
0 | java-sources/at/porscheinformatik/zanata/zanata-common-api/4.7.8/org/zanata/rest | java-sources/at/porscheinformatik/zanata/zanata-common-api/4.7.8/org/zanata/rest/dto/TranslationSourceType.java | /*
* Copyright 2015, Red Hat, Inc. and individual contributors as indicated by the
* @author tags. See the copyright.txt file in the distribution for a full
* listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it under the
* terms of the GNU Lesser General Public ... |
0 | java-sources/at/porscheinformatik/zanata/zanata-common-api/4.7.8/org/zanata/rest | java-sources/at/porscheinformatik/zanata/zanata-common-api/4.7.8/org/zanata/rest/dto/User.java | package org.zanata.rest.dto;
import java.io.Serializable;
import java.util.List;
import javax.validation.constraints.NotNull;
import org.codehaus.jackson.annotate.JsonIgnoreProperties;
import org.codehaus.jackson.annotate.JsonProperty;
import org.codehaus.jackson.annotate.JsonPropertyOrder;
import org.codehaus.jacks... |
0 | java-sources/at/porscheinformatik/zanata/zanata-common-api/4.7.8/org/zanata/rest | java-sources/at/porscheinformatik/zanata/zanata-common-api/4.7.8/org/zanata/rest/dto/VersionInfo.java | package org.zanata.rest.dto;
import java.io.Serializable;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlRootElement;
import javax.xml.bind.annotation.XmlType;
import com.webcohesion.enunciate.metadata.DocumentationExample;
import com.webcohesion.enunciate.metadata.Label;
import org... |
0 | java-sources/at/porscheinformatik/zanata/zanata-common-api/4.7.8/org/zanata/rest | java-sources/at/porscheinformatik/zanata/zanata-common-api/4.7.8/org/zanata/rest/dto/package-info.java | @javax.xml.bind.annotation.XmlSchema(
namespace = org.zanata.common.Namespaces.ZANATA_API,
elementFormDefault = javax.xml.bind.annotation.XmlNsForm.QUALIFIED)
package org.zanata.rest.dto;
|
0 | java-sources/at/porscheinformatik/zanata/zanata-common-api/4.7.8/org/zanata/rest/dto | java-sources/at/porscheinformatik/zanata/zanata-common-api/4.7.8/org/zanata/rest/dto/extensions/ExtensionType.java | /*
* Copyright 2010, Red Hat, Inc. and individual contributors as indicated by the
* @author tags. See the copyright.txt file in the distribution for a full
* listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it under the
* terms of the GNU Lesser General Public ... |
0 | java-sources/at/porscheinformatik/zanata/zanata-common-api/4.7.8/org/zanata/rest/dto/extensions | java-sources/at/porscheinformatik/zanata/zanata-common-api/4.7.8/org/zanata/rest/dto/extensions/comment/SimpleComment.java | package org.zanata.rest.dto.extensions.comment;
import javax.xml.bind.annotation.XmlAttribute;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlType;
import org.codehaus.jackson.annotate.JsonTypeName;
import org.zanata.common.Namespaces;
import org.zanata.rest.dto.DTOUtil;
import org.z... |
0 | java-sources/at/porscheinformatik/zanata/zanata-common-api/4.7.8/org/zanata/rest/dto/extensions | java-sources/at/porscheinformatik/zanata/zanata-common-api/4.7.8/org/zanata/rest/dto/extensions/comment/package-info.java | @javax.xml.bind.annotation.XmlSchema(
namespace = org.zanata.common.Namespaces.COMMENT)
package org.zanata.rest.dto.extensions.comment;
|
0 | java-sources/at/porscheinformatik/zanata/zanata-common-api/4.7.8/org/zanata/rest/dto/extensions | java-sources/at/porscheinformatik/zanata/zanata-common-api/4.7.8/org/zanata/rest/dto/extensions/gettext/AbstractResourceMetaExtension.java | package org.zanata.rest.dto.extensions.gettext;
import javax.xml.bind.annotation.XmlSeeAlso;
import javax.xml.bind.annotation.XmlTransient;
import org.codehaus.jackson.annotate.JsonSubTypes;
import org.codehaus.jackson.annotate.JsonSubTypes.Type;
import org.codehaus.jackson.annotate.JsonTypeInfo;
import org.codehaus.... |
0 | java-sources/at/porscheinformatik/zanata/zanata-common-api/4.7.8/org/zanata/rest/dto/extensions | java-sources/at/porscheinformatik/zanata/zanata-common-api/4.7.8/org/zanata/rest/dto/extensions/gettext/HeaderEntry.java | package org.zanata.rest.dto.extensions.gettext;
import java.io.Serializable;
import java.util.Objects;
import javax.xml.bind.annotation.XmlAttribute;
import javax.xml.bind.annotation.XmlRootElement;
import javax.xml.bind.annotation.XmlType;
import javax.xml.bind.annotation.XmlValue;
import org.codehaus.jackson.annot... |
0 | java-sources/at/porscheinformatik/zanata/zanata-common-api/4.7.8/org/zanata/rest/dto/extensions | java-sources/at/porscheinformatik/zanata/zanata-common-api/4.7.8/org/zanata/rest/dto/extensions/gettext/PoHeader.java | package org.zanata.rest.dto.extensions.gettext;
import java.util.ArrayList;
import java.util.List;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlElementWrapper;
import javax.xml.bind.annotation.XmlType;
import org.codehaus.jackson.annotate.JsonTypeName;
import org.zanata.rest.dto.D... |
0 | java-sources/at/porscheinformatik/zanata/zanata-common-api/4.7.8/org/zanata/rest/dto/extensions | java-sources/at/porscheinformatik/zanata/zanata-common-api/4.7.8/org/zanata/rest/dto/extensions/gettext/PoTargetHeader.java | package org.zanata.rest.dto.extensions.gettext;
import java.util.ArrayList;
import java.util.List;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlElementWrapper;
import javax.xml.bind.annotation.XmlRootElement;
import javax.xml.bind.annotation.XmlType;
import org.codehaus.jackson.an... |
0 | java-sources/at/porscheinformatik/zanata/zanata-common-api/4.7.8/org/zanata/rest/dto/extensions | java-sources/at/porscheinformatik/zanata/zanata-common-api/4.7.8/org/zanata/rest/dto/extensions/gettext/PotEntryHeader.java | package org.zanata.rest.dto.extensions.gettext;
import java.util.ArrayList;
import java.util.List;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlElementWrapper;
import javax.xml.bind.annotation.XmlRootElement;
import org.codehaus.jackson.annotate.JsonProperty;
import org.zanata.res... |
0 | java-sources/at/porscheinformatik/zanata/zanata-common-api/4.7.8/org/zanata/rest/dto/extensions | java-sources/at/porscheinformatik/zanata/zanata-common-api/4.7.8/org/zanata/rest/dto/extensions/gettext/TextFlowExtension.java | package org.zanata.rest.dto.extensions.gettext;
import javax.xml.bind.annotation.XmlSeeAlso;
import javax.xml.bind.annotation.XmlTransient;
import org.codehaus.jackson.annotate.JsonSubTypes;
import org.codehaus.jackson.annotate.JsonSubTypes.Type;
import org.codehaus.jackson.annotate.JsonTypeInfo;
import org.codehaus.... |
0 | java-sources/at/porscheinformatik/zanata/zanata-common-api/4.7.8/org/zanata/rest/dto/extensions | java-sources/at/porscheinformatik/zanata/zanata-common-api/4.7.8/org/zanata/rest/dto/extensions/gettext/TextFlowTargetExtension.java | package org.zanata.rest.dto.extensions.gettext;
import javax.xml.bind.annotation.XmlSeeAlso;
import javax.xml.bind.annotation.XmlTransient;
import org.codehaus.jackson.annotate.JsonSubTypes;
import org.codehaus.jackson.annotate.JsonSubTypes.Type;
import org.codehaus.jackson.annotate.JsonTypeInfo;
import org.codehaus.... |
0 | java-sources/at/porscheinformatik/zanata/zanata-common-api/4.7.8/org/zanata/rest/dto/extensions | java-sources/at/porscheinformatik/zanata/zanata-common-api/4.7.8/org/zanata/rest/dto/extensions/gettext/TranslationsResourceExtension.java | package org.zanata.rest.dto.extensions.gettext;
import javax.xml.bind.annotation.XmlSeeAlso;
import javax.xml.bind.annotation.XmlTransient;
import org.codehaus.jackson.annotate.JsonSubTypes;
import org.codehaus.jackson.annotate.JsonSubTypes.Type;
import org.codehaus.jackson.annotate.JsonTypeInfo;
import org.codehaus.... |
0 | java-sources/at/porscheinformatik/zanata/zanata-common-api/4.7.8/org/zanata/rest/dto/extensions | java-sources/at/porscheinformatik/zanata/zanata-common-api/4.7.8/org/zanata/rest/dto/extensions/gettext/package-info.java | @javax.xml.bind.annotation.XmlSchema(
namespace = org.zanata.common.Namespaces.GETTEXT)
package org.zanata.rest.dto.extensions.gettext;
|
0 | java-sources/at/porscheinformatik/zanata/zanata-common-api/4.7.8/org/zanata/rest/dto | java-sources/at/porscheinformatik/zanata/zanata-common-api/4.7.8/org/zanata/rest/dto/resource/AbstractResourceMeta.java | package org.zanata.rest.dto.resource;
import java.io.Serializable;
import javax.xml.bind.annotation.XmlAttribute;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlElementWrapper;
import javax.xml.bind.annotation.XmlType;
import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter;
im... |
0 | java-sources/at/porscheinformatik/zanata/zanata-common-api/4.7.8/org/zanata/rest/dto | java-sources/at/porscheinformatik/zanata/zanata-common-api/4.7.8/org/zanata/rest/dto/resource/ExtensionSet.java | package org.zanata.rest.dto.resource;
import java.io.Serializable;
import java.util.AbstractCollection;
import java.util.Iterator;
import java.util.LinkedHashMap;
import java.util.Map;
import org.zanata.rest.dto.DTOUtil;
import org.zanata.rest.dto.ExtensionValue;
import javax.annotation.Nonnull;
public class Extens... |
0 | java-sources/at/porscheinformatik/zanata/zanata-common-api/4.7.8/org/zanata/rest/dto | java-sources/at/porscheinformatik/zanata/zanata-common-api/4.7.8/org/zanata/rest/dto/resource/LocaleList.java | /*
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundation; eith... |
0 | java-sources/at/porscheinformatik/zanata/zanata-common-api/4.7.8/org/zanata/rest/dto | java-sources/at/porscheinformatik/zanata/zanata-common-api/4.7.8/org/zanata/rest/dto/resource/Resource.java | package org.zanata.rest.dto.resource;
import com.webcohesion.enunciate.metadata.Label;
import org.codehaus.jackson.annotate.JsonIgnoreProperties;
import org.codehaus.jackson.annotate.JsonProperty;
import org.codehaus.jackson.annotate.JsonPropertyOrder;
import org.codehaus.jackson.map.annotate.JsonSerialize;
import org... |
0 | java-sources/at/porscheinformatik/zanata/zanata-common-api/4.7.8/org/zanata/rest/dto | java-sources/at/porscheinformatik/zanata/zanata-common-api/4.7.8/org/zanata/rest/dto/resource/ResourceMeta.java | package org.zanata.rest.dto.resource;
import java.util.ArrayList;
import java.util.Collection;
import java.util.List;
import javax.xml.bind.annotation.XmlRootElement;
import javax.xml.bind.annotation.XmlType;
import org.codehaus.jackson.annotate.JsonIgnoreProperties;
import org.codehaus.jackson.annotate.JsonProperty... |
0 | java-sources/at/porscheinformatik/zanata/zanata-common-api/4.7.8/org/zanata/rest/dto | java-sources/at/porscheinformatik/zanata/zanata-common-api/4.7.8/org/zanata/rest/dto/resource/ResourceMetaList.java | package org.zanata.rest.dto.resource;
import java.io.Serializable;
import java.util.ArrayList;
import java.util.List;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlType;
import org.codehaus.jackson.annotate.JsonValue;
import org.zanata.common.Namespaces;
import org.zanata.rest.dto.... |
0 | java-sources/at/porscheinformatik/zanata/zanata-common-api/4.7.8/org/zanata/rest/dto | java-sources/at/porscheinformatik/zanata/zanata-common-api/4.7.8/org/zanata/rest/dto/resource/TextContainer.java | /*
* Copyright 2012, Red Hat, Inc. and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public ... |
0 | java-sources/at/porscheinformatik/zanata/zanata-common-api/4.7.8/org/zanata/rest/dto | java-sources/at/porscheinformatik/zanata/zanata-common-api/4.7.8/org/zanata/rest/dto/resource/TextFlow.java | package org.zanata.rest.dto.resource;
import java.io.Serializable;
import java.util.List;
import javax.validation.constraints.NotNull;
import javax.validation.constraints.Size;
import javax.xml.bind.annotation.XmlAttribute;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlElementWrappe... |
0 | java-sources/at/porscheinformatik/zanata/zanata-common-api/4.7.8/org/zanata/rest/dto | java-sources/at/porscheinformatik/zanata/zanata-common-api/4.7.8/org/zanata/rest/dto/resource/TextFlowTarget.java | package org.zanata.rest.dto.resource;
import java.io.Serializable;
import javax.xml.bind.annotation.XmlAttribute;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlElementWrapper;
import javax.xml.bind.annotation.XmlType;
import org.codehaus.jackson.annotate.JsonIgnore;
import org.code... |
0 | java-sources/at/porscheinformatik/zanata/zanata-common-api/4.7.8/org/zanata/rest/dto | java-sources/at/porscheinformatik/zanata/zanata-common-api/4.7.8/org/zanata/rest/dto/resource/TranslationsResource.java | package org.zanata.rest.dto.resource;
import java.io.Serializable;
import java.util.ArrayList;
import java.util.List;
import javax.xml.bind.annotation.XmlAttribute;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlElementWrapper;
import javax.xml.bind.annotation.XmlRootElement;
import ... |
0 | java-sources/at/porscheinformatik/zanata/zanata-common-api/4.7.8/org/zanata/rest/dto | java-sources/at/porscheinformatik/zanata/zanata-common-api/4.7.8/org/zanata/rest/dto/resource/package-info.java | @javax.xml.bind.annotation.XmlSchema(
namespace = org.zanata.common.Namespaces.ZANATA_API,
elementFormDefault = javax.xml.bind.annotation.XmlNsForm.QUALIFIED)
package org.zanata.rest.dto.resource;
|
0 | java-sources/at/porscheinformatik/zanata/zanata-common-api/4.7.8/org/zanata/rest/dto | java-sources/at/porscheinformatik/zanata/zanata-common-api/4.7.8/org/zanata/rest/dto/stats/ContainerTranslationStatistics.java | /*
* Copyright 2010, Red Hat, Inc. and individual contributors as indicated by the
* @author tags. See the copyright.txt file in the distribution for a full
* listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it under the
* terms of the GNU Lesser General Public ... |
0 | java-sources/at/porscheinformatik/zanata/zanata-common-api/4.7.8/org/zanata/rest/dto | java-sources/at/porscheinformatik/zanata/zanata-common-api/4.7.8/org/zanata/rest/dto/stats/TranslationStatistics.java | /*
* Copyright 2010, Red Hat, Inc. and individual contributors as indicated by the
* @author tags. See the copyright.txt file in the distribution for a full
* listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it under the
* terms of the GNU Lesser General Public ... |
0 | java-sources/at/porscheinformatik/zanata/zanata-common-api/4.7.8/org/zanata/rest/dto | java-sources/at/porscheinformatik/zanata/zanata-common-api/4.7.8/org/zanata/rest/dto/stats/package-info.java | @javax.xml.bind.annotation.XmlSchema(
namespace = org.zanata.common.Namespaces.ZANATA_API,
elementFormDefault = javax.xml.bind.annotation.XmlNsForm.QUALIFIED)
package org.zanata.rest.dto.stats;
|
0 | java-sources/at/porscheinformatik/zanata/zanata-common-api/4.7.8/org/zanata/rest/dto/stats | java-sources/at/porscheinformatik/zanata/zanata-common-api/4.7.8/org/zanata/rest/dto/stats/contribution/BaseContributionStatistic.java | package org.zanata.rest.dto.stats.contribution;
import com.webcohesion.enunciate.metadata.Label;
import org.codehaus.jackson.annotate.JsonIgnoreProperties;
import org.codehaus.jackson.annotate.JsonProperty;
import org.codehaus.jackson.annotate.JsonPropertyOrder;
import org.codehaus.jackson.map.annotate.JsonSerialize;
... |
0 | java-sources/at/porscheinformatik/zanata/zanata-common-api/4.7.8/org/zanata/rest/dto/stats | java-sources/at/porscheinformatik/zanata/zanata-common-api/4.7.8/org/zanata/rest/dto/stats/contribution/ContributionStatistics.java | package org.zanata.rest.dto.stats.contribution;
import java.io.Serializable;
import java.util.ArrayList;
import java.util.List;
import com.webcohesion.enunciate.metadata.DocumentationExample;
import com.webcohesion.enunciate.metadata.Label;
import org.codehaus.jackson.annotate.JsonProperty;
import org.codehaus.jackso... |
0 | java-sources/at/porscheinformatik/zanata/zanata-common-api/4.7.8/org/zanata/rest/dto/stats | java-sources/at/porscheinformatik/zanata/zanata-common-api/4.7.8/org/zanata/rest/dto/stats/contribution/LocaleStatistics.java | package org.zanata.rest.dto.stats.contribution;
import java.io.Serializable;
import com.webcohesion.enunciate.metadata.DocumentationExample;
import com.webcohesion.enunciate.metadata.Label;
import org.codehaus.jackson.annotate.JsonProperty;
import org.codehaus.jackson.annotate.JsonPropertyOrder;
import org.codehaus.j... |
0 | java-sources/at/porscheinformatik/zanata/zanata-common-api/4.7.8/org/zanata/rest | java-sources/at/porscheinformatik/zanata/zanata-common-api/4.7.8/org/zanata/rest/service/AccountResource.java | /*
* Copyright 2010, Red Hat, Inc. and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public ... |
0 | java-sources/at/porscheinformatik/zanata/zanata-common-api/4.7.8/org/zanata/rest | java-sources/at/porscheinformatik/zanata/zanata-common-api/4.7.8/org/zanata/rest/service/AsynchronousProcessResource.java | /*
* Copyright 2010, Red Hat, Inc. and individual contributors as indicated by the
* @author tags. See the copyright.txt file in the distribution for a full
* listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it under the
* terms of the GNU Lesser General Public ... |
0 | java-sources/at/porscheinformatik/zanata/zanata-common-api/4.7.8/org/zanata/rest | java-sources/at/porscheinformatik/zanata/zanata-common-api/4.7.8/org/zanata/rest/service/CopyTransResource.java | /*
* Copyright 2010, Red Hat, Inc. and individual contributors as indicated by the
* @author tags. See the copyright.txt file in the distribution for a full
* listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it under the
* terms of the GNU Lesser General Public ... |
0 | java-sources/at/porscheinformatik/zanata/zanata-common-api/4.7.8/org/zanata/rest | java-sources/at/porscheinformatik/zanata/zanata-common-api/4.7.8/org/zanata/rest/service/FileResource.java | /*
* Copyright 2010, Red Hat, Inc. and individual contributors as indicated by the
* @author tags. See the copyright.txt file in the distribution for a full
* listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it under the
* terms of the GNU Lesser General Public ... |
0 | java-sources/at/porscheinformatik/zanata/zanata-common-api/4.7.8/org/zanata/rest | java-sources/at/porscheinformatik/zanata/zanata-common-api/4.7.8/org/zanata/rest/service/GlossaryResource.java | /*
* Copyright 2010, Red Hat, Inc. and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public ... |
0 | java-sources/at/porscheinformatik/zanata/zanata-common-api/4.7.8/org/zanata/rest | java-sources/at/porscheinformatik/zanata/zanata-common-api/4.7.8/org/zanata/rest/service/LocalesResource.java | package org.zanata.rest.service;
import javax.ws.rs.Consumes;
import javax.ws.rs.DELETE;
import javax.ws.rs.DefaultValue;
import javax.ws.rs.GET;
import javax.ws.rs.PUT;
import javax.ws.rs.Path;
import javax.ws.rs.PathParam;
import javax.ws.rs.Produces;
import javax.ws.rs.QueryParam;
import javax.ws.rs.core.MediaType;... |
0 | java-sources/at/porscheinformatik/zanata/zanata-common-api/4.7.8/org/zanata/rest | java-sources/at/porscheinformatik/zanata/zanata-common-api/4.7.8/org/zanata/rest/service/ProjectIterationLocalesResource.java | /*
* Copyright 2015, Red Hat, Inc. and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public ... |
0 | java-sources/at/porscheinformatik/zanata/zanata-common-api/4.7.8/org/zanata/rest | java-sources/at/porscheinformatik/zanata/zanata-common-api/4.7.8/org/zanata/rest/service/ProjectIterationResource.java | /*
* Copyright 2010, Red Hat, Inc. and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public ... |
0 | java-sources/at/porscheinformatik/zanata/zanata-common-api/4.7.8/org/zanata/rest | java-sources/at/porscheinformatik/zanata/zanata-common-api/4.7.8/org/zanata/rest/service/ProjectLocalesResource.java | /*
* Copyright 2014, Red Hat, Inc. and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public ... |
0 | java-sources/at/porscheinformatik/zanata/zanata-common-api/4.7.8/org/zanata/rest | java-sources/at/porscheinformatik/zanata/zanata-common-api/4.7.8/org/zanata/rest/service/ProjectResource.java | /*
* Copyright 2010, Red Hat, Inc. and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public ... |
0 | java-sources/at/porscheinformatik/zanata/zanata-common-api/4.7.8/org/zanata/rest | java-sources/at/porscheinformatik/zanata/zanata-common-api/4.7.8/org/zanata/rest/service/ProjectVersionResource.java | /*
* Copyright 2015, Red Hat, Inc. and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public ... |
0 | java-sources/at/porscheinformatik/zanata/zanata-common-api/4.7.8/org/zanata/rest | java-sources/at/porscheinformatik/zanata/zanata-common-api/4.7.8/org/zanata/rest/service/ProjectsResource.java | /*
* Copyright 2010, Red Hat, Inc. and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public ... |
0 | java-sources/at/porscheinformatik/zanata/zanata-common-api/4.7.8/org/zanata/rest | java-sources/at/porscheinformatik/zanata/zanata-common-api/4.7.8/org/zanata/rest/service/RestConstants.java | /*
* Copyright 2013, Red Hat, Inc. and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public ... |
0 | java-sources/at/porscheinformatik/zanata/zanata-common-api/4.7.8/org/zanata/rest | java-sources/at/porscheinformatik/zanata/zanata-common-api/4.7.8/org/zanata/rest/service/RestResource.java | /*
* Copyright 2016, Red Hat, Inc. and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public ... |
0 | java-sources/at/porscheinformatik/zanata/zanata-common-api/4.7.8/org/zanata/rest | java-sources/at/porscheinformatik/zanata/zanata-common-api/4.7.8/org/zanata/rest/service/SourceDocResource.java | /*
* Copyright 2010, Red Hat, Inc. and individual contributors as indicated by the
* @author tags. See the copyright.txt file in the distribution for a full
* listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it under the
* terms of the GNU Lesser General Public ... |
0 | java-sources/at/porscheinformatik/zanata/zanata-common-api/4.7.8/org/zanata/rest | java-sources/at/porscheinformatik/zanata/zanata-common-api/4.7.8/org/zanata/rest/service/StatisticsResource.java | /*
* Copyright 2010, Red Hat, Inc. and individual contributors as indicated by the
* @author tags. See the copyright.txt file in the distribution for a full
* listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it under the
* terms of the GNU Lesser General Public ... |
0 | java-sources/at/porscheinformatik/zanata/zanata-common-api/4.7.8/org/zanata/rest | java-sources/at/porscheinformatik/zanata/zanata-common-api/4.7.8/org/zanata/rest/service/TranslatedDocResource.java | /*
* Copyright 2010, Red Hat, Inc. and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public ... |
0 | java-sources/at/porscheinformatik/zanata/zanata-common-api/4.7.8/org/zanata/rest | java-sources/at/porscheinformatik/zanata/zanata-common-api/4.7.8/org/zanata/rest/service/TranslationMemoryResource.java | /*
* Copyright 2013, Red Hat, Inc. and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public ... |
0 | java-sources/at/porscheinformatik/zanata/zanata-common-api/4.7.8/org/zanata/rest | java-sources/at/porscheinformatik/zanata/zanata-common-api/4.7.8/org/zanata/rest/service/VersionResource.java | /*
* Copyright 2010, Red Hat, Inc. and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public ... |
0 | java-sources/at/porscheinformatik/zanata/zanata-common-util/4.7.8/org/zanata/common | java-sources/at/porscheinformatik/zanata/zanata-common-util/4.7.8/org/zanata/common/dto/TranslatedDoc.java | /*
* Copyright 2018, Red Hat, Inc. and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public ... |
0 | java-sources/at/porscheinformatik/zanata/zanata-common-util/4.7.8/org/zanata/common | java-sources/at/porscheinformatik/zanata/zanata-common-util/4.7.8/org/zanata/common/io/DigestWriter.java | /*
* Copyright 2010, Red Hat, Inc. and individual contributors as indicated by the
* @author tags. See the copyright.txt file in the distribution for a full
* listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it under the
* terms of the GNU Lesser General Public ... |
0 | java-sources/at/porscheinformatik/zanata/zanata-common-util/4.7.8/org/zanata/common | java-sources/at/porscheinformatik/zanata/zanata-common-util/4.7.8/org/zanata/common/io/FileDetails.java | /*
* Copyright 2010, Red Hat, Inc. and individual contributors as indicated by the
* @author tags. See the copyright.txt file in the distribution for a full
* listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it under the
* terms of the GNU Lesser General Public ... |
0 | java-sources/at/porscheinformatik/zanata/zanata-common-util/4.7.8/org/zanata/common | java-sources/at/porscheinformatik/zanata/zanata-common-util/4.7.8/org/zanata/common/util/ContentStateUtil.java | /*
* Copyright 2012, Red Hat, Inc. and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public ... |
0 | java-sources/at/porscheinformatik/zanata/zanata-common-util/4.7.8/org/zanata/common | java-sources/at/porscheinformatik/zanata/zanata-common-util/4.7.8/org/zanata/common/util/ElementBuilder.java | /*
* Copyright 2013, Red Hat, Inc. and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public ... |
0 | java-sources/at/porscheinformatik/zanata/zanata-common-util/4.7.8/org/zanata | java-sources/at/porscheinformatik/zanata/zanata-common-util/4.7.8/org/zanata/util/HashUtil.java | package org.zanata.util;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileNotFoundException;
import java.io.IOException;
import java.security.MessageDigest;
import java.util.List;
import javax.annotation.Nonnull;
import org.apache.commons.codec.binary.Hex;
import org.apache.commons.codec.diges... |
0 | java-sources/at/porscheinformatik/zanata/zanata-common-util/4.7.8/org/zanata | java-sources/at/porscheinformatik/zanata/zanata-common-util/4.7.8/org/zanata/util/PathUtil.java | package org.zanata.util;
import java.io.File;
import java.io.IOException;
import java.util.regex.Pattern;
import javax.annotation.Nullable;
import org.apache.commons.io.FilenameUtils;
/**
* From
* http://stackoverflow.com/questions/204784/how-to-construct-a-relative-path
* -in-java-from-two-absolute-paths-or-url... |
0 | java-sources/at/porscheinformatik/zanata/zanata-common-util/4.7.8/org/zanata | java-sources/at/porscheinformatik/zanata/zanata-common-util/4.7.8/org/zanata/util/ShortString.java | package org.zanata.util;
import java.util.ArrayList;
import java.util.List;
/**
* ShortStrings are meant for use in logging. They don't incur the cost of
* shortening until toString() is called. This means they hold on to the entire
* string, so don't bother keeping them around in memory for long.
*
* @author Se... |
0 | java-sources/at/porscheinformatik/zanata/zanata-common-util/4.7.8/org/zanata | java-sources/at/porscheinformatik/zanata/zanata-common-util/4.7.8/org/zanata/util/StringUtil.java | package org.zanata.util;
import com.google.common.base.Function;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Collection;
import java.util.Iterator;
import java.util.List;
public class StringUtil {
private StringUtil() {
}
public static <T> String concat(Iterable<T> objects, cha... |
0 | java-sources/at/porscheinformatik/zanata/zanata-common-util/4.7.8/org/zanata | java-sources/at/porscheinformatik/zanata/zanata-common-util/4.7.8/org/zanata/util/VersionUtility.java | package org.zanata.util;
import java.io.IOException;
import java.io.PrintWriter;
import java.net.MalformedURLException;
import java.net.URL;
import java.util.jar.Attributes;
import java.util.jar.Manifest;
import javax.annotation.Nullable;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.zanata.com... |
0 | java-sources/at/porscheinformatik/zanata/zanata-maven-plugin/4.7.8/org/zanata | java-sources/at/porscheinformatik/zanata/zanata-maven-plugin/4.7.8/org/zanata/maven/AbstractPullMojo.java | /*
* Copyright 2012, Red Hat, Inc. and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public ... |
0 | java-sources/at/porscheinformatik/zanata/zanata-maven-plugin/4.7.8/org/zanata | java-sources/at/porscheinformatik/zanata/zanata-maven-plugin/4.7.8/org/zanata/maven/AbstractPushMojo.java | /*
* Copyright 2012, Red Hat, Inc. and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public ... |
0 | java-sources/at/porscheinformatik/zanata/zanata-maven-plugin/4.7.8/org/zanata | java-sources/at/porscheinformatik/zanata/zanata-maven-plugin/4.7.8/org/zanata/maven/AbstractPushPullMojo.java | package org.zanata.maven;
import java.util.List;
import com.google.common.collect.ImmutableSet;
import org.apache.maven.plugins.annotations.Parameter;
import org.apache.maven.project.MavenProject;
import org.zanata.client.commands.PushPullCommand;
import org.zanata.client.commands.PushPullOptions;
import org.zanata.c... |
0 | java-sources/at/porscheinformatik/zanata/zanata-maven-plugin/4.7.8/org/zanata | java-sources/at/porscheinformatik/zanata/zanata-maven-plugin/4.7.8/org/zanata/maven/ConfigurableMojo.java | package org.zanata.maven;
import java.io.File;
import java.net.URL;
import java.util.ArrayList;
import java.util.List;
import org.apache.maven.plugin.AbstractMojo;
import org.apache.maven.plugin.MojoExecutionException;
import org.apache.maven.plugin.MojoFailureException;
import org.apache.maven.plugins.annotations.Pa... |
0 | java-sources/at/porscheinformatik/zanata/zanata-maven-plugin/4.7.8/org/zanata | java-sources/at/porscheinformatik/zanata/zanata-maven-plugin/4.7.8/org/zanata/maven/ConfigurableProjectMojo.java | package org.zanata.maven;
import java.io.File;
import java.util.Collections;
import java.util.List;
import org.apache.maven.plugins.annotations.Parameter;
import org.zanata.client.commands.ConfigurableOptions;
import org.zanata.client.commands.ConfigurableProjectOptions;
import org.zanata.client.config.FileMappingRul... |
0 | java-sources/at/porscheinformatik/zanata/zanata-maven-plugin/4.7.8/org/zanata | java-sources/at/porscheinformatik/zanata/zanata-maven-plugin/4.7.8/org/zanata/maven/GetStatisticsMojo.java | /*
* Copyright 2010, Red Hat, Inc. and individual contributors as indicated by the
* @author tags. See the copyright.txt file in the distribution for a full
* listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it under the
* terms of the GNU Lesser General Public ... |
0 | java-sources/at/porscheinformatik/zanata/zanata-maven-plugin/4.7.8/org/zanata | java-sources/at/porscheinformatik/zanata/zanata-maven-plugin/4.7.8/org/zanata/maven/GlossaryDeleteMojo.java | /*
* Copyright 2011, Red Hat, Inc. and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public ... |
0 | java-sources/at/porscheinformatik/zanata/zanata-maven-plugin/4.7.8/org/zanata | java-sources/at/porscheinformatik/zanata/zanata-maven-plugin/4.7.8/org/zanata/maven/GlossaryMojo.java | package org.zanata.maven;
import java.io.File;
import org.apache.maven.plugins.annotations.Parameter;
import org.zanata.client.commands.ConfigurableGlossaryOptions;
import org.zanata.client.commands.ConfigurableOptions;
/**
* Base mojo for glossary commands.
*
* @author Alex Eng <a href="mailto:aeng@redhat.com">a... |
0 | java-sources/at/porscheinformatik/zanata/zanata-maven-plugin/4.7.8/org/zanata | java-sources/at/porscheinformatik/zanata/zanata-maven-plugin/4.7.8/org/zanata/maven/GlossaryPullMojo.java | /*
* Copyright 2011, Red Hat, Inc. and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public ... |
0 | java-sources/at/porscheinformatik/zanata/zanata-maven-plugin/4.7.8/org/zanata | java-sources/at/porscheinformatik/zanata/zanata-maven-plugin/4.7.8/org/zanata/maven/GlossaryPushMojo.java | /*
* Copyright 2011, Red Hat, Inc. and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public ... |
0 | java-sources/at/porscheinformatik/zanata/zanata-maven-plugin/4.7.8/org/zanata | java-sources/at/porscheinformatik/zanata/zanata-maven-plugin/4.7.8/org/zanata/maven/HelpMojo.java |
package org.zanata.maven;
import org.apache.maven.plugin.AbstractMojo;
import org.apache.maven.plugin.MojoExecutionException;
import org.apache.maven.plugins.annotations.Mojo;
import org.apache.maven.plugins.annotations.Parameter;
import org.w3c.dom.Document;
import org.w3c.dom.Element;
import org.w3c.dom.Node;
impo... |
0 | java-sources/at/porscheinformatik/zanata/zanata-maven-plugin/4.7.8/org/zanata | java-sources/at/porscheinformatik/zanata/zanata-maven-plugin/4.7.8/org/zanata/maven/InitMojo.java | package org.zanata.maven;
import org.apache.maven.plugins.annotations.Mojo;
import org.zanata.client.commands.ConfigurableCommand;
import org.zanata.client.commands.init.InitCommand;
import org.zanata.client.commands.init.InitOptions;
/**
* Initialize Zanata project configuration.
* @author Patrick Huang
* ... |
0 | java-sources/at/porscheinformatik/zanata/zanata-maven-plugin/4.7.8/org/zanata | java-sources/at/porscheinformatik/zanata/zanata-maven-plugin/4.7.8/org/zanata/maven/ListLocalMojo.java | package org.zanata.maven;
import org.zanata.client.commands.ConfigurableProjectOptions;
import org.zanata.client.commands.ListLocalCommand;
/* @Mojo commented out so that maven won't include this unfinished mojo in the plugin:
* [NOT YET IMPLEMENTED] Lists all local files in the project which are
* considered to be... |
0 | java-sources/at/porscheinformatik/zanata/zanata-maven-plugin/4.7.8/org/zanata | java-sources/at/porscheinformatik/zanata/zanata-maven-plugin/4.7.8/org/zanata/maven/ListRemoteMojo.java | package org.zanata.maven;
import org.apache.maven.plugins.annotations.Mojo;
import org.zanata.client.commands.ConfigurableProjectOptions;
import org.zanata.client.commands.ListRemoteCommand;
/**
* Lists all remote documents in the configured Zanata project version.
* @author Sean Flanigan <a href="mailto:sflaniga@r... |
0 | java-sources/at/porscheinformatik/zanata/zanata-maven-plugin/4.7.8/org/zanata | java-sources/at/porscheinformatik/zanata/zanata-maven-plugin/4.7.8/org/zanata/maven/PullModuleMojo.java | /*
* Copyright 2012, Red Hat, Inc. and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public ... |
0 | java-sources/at/porscheinformatik/zanata/zanata-maven-plugin/4.7.8/org/zanata | java-sources/at/porscheinformatik/zanata/zanata-maven-plugin/4.7.8/org/zanata/maven/PullSimpleMojo.java | /*
* Copyright 2012, Red Hat, Inc. and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public ... |
0 | java-sources/at/porscheinformatik/zanata/zanata-maven-plugin/4.7.8/org/zanata | java-sources/at/porscheinformatik/zanata/zanata-maven-plugin/4.7.8/org/zanata/maven/PushModuleMojo.java | /*
* Copyright 2012, Red Hat, Inc. and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public ... |
0 | java-sources/at/porscheinformatik/zanata/zanata-maven-plugin/4.7.8/org/zanata | java-sources/at/porscheinformatik/zanata/zanata-maven-plugin/4.7.8/org/zanata/maven/PushSimpleMojo.java | package org.zanata.maven;
import org.apache.maven.plugins.annotations.Mojo;
import org.apache.maven.plugins.annotations.Parameter;
import org.zanata.client.commands.push.PushOptions;
/**
* Pushes source text to a Zanata project version so that it can be translated,
* and optionally push translated text as well. NB:... |
0 | java-sources/at/porscheinformatik/zanata/zanata-maven-plugin/4.7.8/org/zanata | java-sources/at/porscheinformatik/zanata/zanata-maven-plugin/4.7.8/org/zanata/maven/PutProjectMojo.java | package org.zanata.maven;
import org.apache.maven.plugins.annotations.Mojo;
import org.apache.maven.plugins.annotations.Parameter;
import org.zanata.client.commands.PutProjectCommand;
import org.zanata.client.commands.PutProjectOptions;
/**
* Creates or updates a Zanata project.
* @author Sean Flanigan <a href="mai... |
0 | java-sources/at/porscheinformatik/zanata/zanata-maven-plugin/4.7.8/org/zanata | java-sources/at/porscheinformatik/zanata/zanata-maven-plugin/4.7.8/org/zanata/maven/PutUserMojo.java | package org.zanata.maven;
import org.apache.maven.plugins.annotations.Mojo;
import org.apache.maven.plugins.annotations.Parameter;
import org.zanata.client.commands.PutUserCommand;
import org.zanata.client.commands.PutUserOptions;
/**
* Creates or updates a Zanata user.
* @author Sean Flanigan <a href="mailto:sflan... |
0 | java-sources/at/porscheinformatik/zanata/zanata-maven-plugin/4.7.8/org/zanata | java-sources/at/porscheinformatik/zanata/zanata-maven-plugin/4.7.8/org/zanata/maven/PutVersionMojo.java | package org.zanata.maven;
import org.apache.maven.plugins.annotations.Mojo;
import org.apache.maven.plugins.annotations.Parameter;
import org.zanata.client.commands.PutVersionCommand;
import org.zanata.client.commands.PutVersionOptions;
/**
* Creates or updates a Zanata project version.
* @author Sean Flanigan <a h... |
0 | java-sources/at/porscheinformatik/zanata/zanata-rest-client/4.7.8/org/zanata/rest | java-sources/at/porscheinformatik/zanata/zanata-rest-client/4.7.8/org/zanata/rest/client/AccountClient.java | /*
* Copyright 2014, Red Hat, Inc. and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public ... |
0 | java-sources/at/porscheinformatik/zanata/zanata-rest-client/4.7.8/org/zanata/rest | java-sources/at/porscheinformatik/zanata/zanata-rest-client/4.7.8/org/zanata/rest/client/ApiKeyHeaderFilter.java | /*
* Copyright 2014, Red Hat, Inc. and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public ... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.