repo
stringclasses
1k values
file_url
stringlengths
96
373
file_path
stringlengths
11
294
content
stringlengths
0
32.8k
language
stringclasses
1 value
license
stringclasses
6 values
commit_sha
stringclasses
1k values
retrieved_at
stringdate
2026-01-04 14:45:56
2026-01-04 18:30:23
truncated
bool
2 classes
lunasaw/gb28181-proxy
https://github.com/lunasaw/gb28181-proxy/blob/540577abe2124425b68b6288de9e9fc341b1f1fc/sip-common/src/main/java/io/github/lunasaw/sip/common/transmit/request/ByeRequestBuilder.java
sip-common/src/main/java/io/github/lunasaw/sip/common/transmit/request/ByeRequestBuilder.java
package io.github.lunasaw.sip.common.transmit.request; import javax.sip.header.ContactHeader; import javax.sip.header.UserAgentHeader; import javax.sip.message.Request; import io.github.lunasaw.sip.common.entity.FromDevice; import io.github.lunasaw.sip.common.entity.SipMessage; import io.github.lunasaw.sip.common.ent...
java
Apache-2.0
540577abe2124425b68b6288de9e9fc341b1f1fc
2026-01-05T02:36:27.870323Z
false
lunasaw/gb28181-proxy
https://github.com/lunasaw/gb28181-proxy/blob/540577abe2124425b68b6288de9e9fc341b1f1fc/sip-common/src/main/java/io/github/lunasaw/sip/common/transmit/strategy/AbstractSipRequestStrategy.java
sip-common/src/main/java/io/github/lunasaw/sip/common/transmit/strategy/AbstractSipRequestStrategy.java
package io.github.lunasaw.sip.common.transmit.strategy; import io.github.lunasaw.sip.common.entity.FromDevice; import io.github.lunasaw.sip.common.entity.ToDevice; import io.github.lunasaw.sip.common.subscribe.SubscribeInfo; import io.github.lunasaw.sip.common.transmit.SipMessageTransmitter; import io.github.lunasaw.s...
java
Apache-2.0
540577abe2124425b68b6288de9e9fc341b1f1fc
2026-01-05T02:36:27.870323Z
false
lunasaw/gb28181-proxy
https://github.com/lunasaw/gb28181-proxy/blob/540577abe2124425b68b6288de9e9fc341b1f1fc/sip-common/src/main/java/io/github/lunasaw/sip/common/transmit/strategy/SipRequestStrategy.java
sip-common/src/main/java/io/github/lunasaw/sip/common/transmit/strategy/SipRequestStrategy.java
package io.github.lunasaw.sip.common.transmit.strategy; import io.github.lunasaw.sip.common.entity.FromDevice; import io.github.lunasaw.sip.common.entity.ToDevice; import io.github.lunasaw.sip.common.subscribe.SubscribeInfo; import io.github.lunasaw.sip.common.transmit.event.Event; /** * SIP请求发送策略接口 * 定义通用的请求发送模式,支...
java
Apache-2.0
540577abe2124425b68b6288de9e9fc341b1f1fc
2026-01-05T02:36:27.870323Z
false
lunasaw/gb28181-proxy
https://github.com/lunasaw/gb28181-proxy/blob/540577abe2124425b68b6288de9e9fc341b1f1fc/sip-common/src/main/java/io/github/lunasaw/sip/common/transmit/strategy/SipRequestStrategyFactory.java
sip-common/src/main/java/io/github/lunasaw/sip/common/transmit/strategy/SipRequestStrategyFactory.java
package io.github.lunasaw.sip.common.transmit.strategy; import io.github.lunasaw.sip.common.transmit.strategy.impl.*; import lombok.extern.slf4j.Slf4j; import java.util.Map; import java.util.concurrent.ConcurrentHashMap; /** * SIP请求策略工厂 * 管理和获取不同的请求策略 * * @author lin */ @Slf4j public class SipRequestStrategyFac...
java
Apache-2.0
540577abe2124425b68b6288de9e9fc341b1f1fc
2026-01-05T02:36:27.870323Z
false
lunasaw/gb28181-proxy
https://github.com/lunasaw/gb28181-proxy/blob/540577abe2124425b68b6288de9e9fc341b1f1fc/sip-common/src/main/java/io/github/lunasaw/sip/common/transmit/strategy/impl/MessageRequestStrategy.java
sip-common/src/main/java/io/github/lunasaw/sip/common/transmit/strategy/impl/MessageRequestStrategy.java
package io.github.lunasaw.sip.common.transmit.strategy.impl; import io.github.lunasaw.sip.common.entity.FromDevice; import io.github.lunasaw.sip.common.entity.ToDevice; import io.github.lunasaw.sip.common.subscribe.SubscribeInfo; import io.github.lunasaw.sip.common.transmit.request.SipRequestBuilderFactory; import io....
java
Apache-2.0
540577abe2124425b68b6288de9e9fc341b1f1fc
2026-01-05T02:36:27.870323Z
false
lunasaw/gb28181-proxy
https://github.com/lunasaw/gb28181-proxy/blob/540577abe2124425b68b6288de9e9fc341b1f1fc/sip-common/src/main/java/io/github/lunasaw/sip/common/transmit/strategy/impl/AckRequestStrategy.java
sip-common/src/main/java/io/github/lunasaw/sip/common/transmit/strategy/impl/AckRequestStrategy.java
package io.github.lunasaw.sip.common.transmit.strategy.impl; import io.github.lunasaw.sip.common.entity.FromDevice; import io.github.lunasaw.sip.common.entity.ToDevice; import io.github.lunasaw.sip.common.subscribe.SubscribeInfo; import io.github.lunasaw.sip.common.transmit.request.SipRequestBuilderFactory; import io....
java
Apache-2.0
540577abe2124425b68b6288de9e9fc341b1f1fc
2026-01-05T02:36:27.870323Z
false
lunasaw/gb28181-proxy
https://github.com/lunasaw/gb28181-proxy/blob/540577abe2124425b68b6288de9e9fc341b1f1fc/sip-common/src/main/java/io/github/lunasaw/sip/common/transmit/strategy/impl/NotifyRequestStrategy.java
sip-common/src/main/java/io/github/lunasaw/sip/common/transmit/strategy/impl/NotifyRequestStrategy.java
package io.github.lunasaw.sip.common.transmit.strategy.impl; import io.github.lunasaw.sip.common.entity.FromDevice; import io.github.lunasaw.sip.common.entity.ToDevice; import io.github.lunasaw.sip.common.transmit.request.SipRequestBuilderFactory; import io.github.lunasaw.sip.common.transmit.strategy.AbstractSipReques...
java
Apache-2.0
540577abe2124425b68b6288de9e9fc341b1f1fc
2026-01-05T02:36:27.870323Z
false
lunasaw/gb28181-proxy
https://github.com/lunasaw/gb28181-proxy/blob/540577abe2124425b68b6288de9e9fc341b1f1fc/sip-common/src/main/java/io/github/lunasaw/sip/common/transmit/strategy/impl/RegisterRequestStrategy.java
sip-common/src/main/java/io/github/lunasaw/sip/common/transmit/strategy/impl/RegisterRequestStrategy.java
package io.github.lunasaw.sip.common.transmit.strategy.impl; import io.github.lunasaw.sip.common.entity.FromDevice; import io.github.lunasaw.sip.common.entity.ToDevice; import io.github.lunasaw.sip.common.subscribe.SubscribeInfo; import io.github.lunasaw.sip.common.transmit.request.SipRequestBuilderFactory; import io....
java
Apache-2.0
540577abe2124425b68b6288de9e9fc341b1f1fc
2026-01-05T02:36:27.870323Z
false
lunasaw/gb28181-proxy
https://github.com/lunasaw/gb28181-proxy/blob/540577abe2124425b68b6288de9e9fc341b1f1fc/sip-common/src/main/java/io/github/lunasaw/sip/common/transmit/strategy/impl/SubscribeRequestStrategy.java
sip-common/src/main/java/io/github/lunasaw/sip/common/transmit/strategy/impl/SubscribeRequestStrategy.java
package io.github.lunasaw.sip.common.transmit.strategy.impl; import io.github.lunasaw.sip.common.entity.FromDevice; import io.github.lunasaw.sip.common.entity.ToDevice; import io.github.lunasaw.sip.common.subscribe.SubscribeInfo; import io.github.lunasaw.sip.common.transmit.request.SipRequestBuilderFactory; import io....
java
Apache-2.0
540577abe2124425b68b6288de9e9fc341b1f1fc
2026-01-05T02:36:27.870323Z
false
lunasaw/gb28181-proxy
https://github.com/lunasaw/gb28181-proxy/blob/540577abe2124425b68b6288de9e9fc341b1f1fc/sip-common/src/main/java/io/github/lunasaw/sip/common/transmit/strategy/impl/InfoRequestStrategy.java
sip-common/src/main/java/io/github/lunasaw/sip/common/transmit/strategy/impl/InfoRequestStrategy.java
package io.github.lunasaw.sip.common.transmit.strategy.impl; import io.github.lunasaw.sip.common.entity.FromDevice; import io.github.lunasaw.sip.common.entity.ToDevice; import io.github.lunasaw.sip.common.subscribe.SubscribeInfo; import io.github.lunasaw.sip.common.transmit.request.SipRequestBuilderFactory; import io....
java
Apache-2.0
540577abe2124425b68b6288de9e9fc341b1f1fc
2026-01-05T02:36:27.870323Z
false
lunasaw/gb28181-proxy
https://github.com/lunasaw/gb28181-proxy/blob/540577abe2124425b68b6288de9e9fc341b1f1fc/sip-common/src/main/java/io/github/lunasaw/sip/common/transmit/strategy/impl/ByeRequestStrategy.java
sip-common/src/main/java/io/github/lunasaw/sip/common/transmit/strategy/impl/ByeRequestStrategy.java
package io.github.lunasaw.sip.common.transmit.strategy.impl; import io.github.lunasaw.sip.common.entity.FromDevice; import io.github.lunasaw.sip.common.entity.ToDevice; import io.github.lunasaw.sip.common.subscribe.SubscribeInfo; import io.github.lunasaw.sip.common.transmit.request.SipRequestBuilderFactory; import io....
java
Apache-2.0
540577abe2124425b68b6288de9e9fc341b1f1fc
2026-01-05T02:36:27.870323Z
false
lunasaw/gb28181-proxy
https://github.com/lunasaw/gb28181-proxy/blob/540577abe2124425b68b6288de9e9fc341b1f1fc/sip-common/src/main/java/io/github/lunasaw/sip/common/transmit/strategy/impl/InviteRequestStrategy.java
sip-common/src/main/java/io/github/lunasaw/sip/common/transmit/strategy/impl/InviteRequestStrategy.java
package io.github.lunasaw.sip.common.transmit.strategy.impl; import io.github.lunasaw.sip.common.entity.FromDevice; import io.github.lunasaw.sip.common.entity.ToDevice; import io.github.lunasaw.sip.common.subscribe.SubscribeInfo; import io.github.lunasaw.sip.common.transmit.request.SipRequestBuilderFactory; import io....
java
Apache-2.0
540577abe2124425b68b6288de9e9fc341b1f1fc
2026-01-05T02:36:27.870323Z
false
lunasaw/gb28181-proxy
https://github.com/lunasaw/gb28181-proxy/blob/540577abe2124425b68b6288de9e9fc341b1f1fc/sip-common/src/main/java/io/github/lunasaw/sip/common/entity/ToDevice.java
sip-common/src/main/java/io/github/lunasaw/sip/common/entity/ToDevice.java
package io.github.lunasaw.sip.common.entity; import lombok.Data; /** * @author luna * @date 2023/10/12 */ @Data public class ToDevice extends Device { /** * 及联的处理的时候,需要将上游的toTag往下带 * toTag也是SIP协议中的一个字段,用于标识SIP消息的接收方。每个SIP消息都应该包含一个toTag字段,这个字段的值是由接收方生成的随机字符串, * 用于标识该消息的接收方。在SIP消息的传输过程中,每个中间节点都会将...
java
Apache-2.0
540577abe2124425b68b6288de9e9fc341b1f1fc
2026-01-05T02:36:27.870323Z
false
lunasaw/gb28181-proxy
https://github.com/lunasaw/gb28181-proxy/blob/540577abe2124425b68b6288de9e9fc341b1f1fc/sip-common/src/main/java/io/github/lunasaw/sip/common/entity/SipTransaction.java
sip-common/src/main/java/io/github/lunasaw/sip/common/entity/SipTransaction.java
package io.github.lunasaw.sip.common.entity; import lombok.Data; /** * sip事物交换信息 * @author luna */ @Data public class SipTransaction { private String callId; private String fromTag; private String toTag; private String viaBranch; }
java
Apache-2.0
540577abe2124425b68b6288de9e9fc341b1f1fc
2026-01-05T02:36:27.870323Z
false
lunasaw/gb28181-proxy
https://github.com/lunasaw/gb28181-proxy/blob/540577abe2124425b68b6288de9e9fc341b1f1fc/sip-common/src/main/java/io/github/lunasaw/sip/common/entity/ResultDTO.java
sip-common/src/main/java/io/github/lunasaw/sip/common/entity/ResultDTO.java
java
Apache-2.0
540577abe2124425b68b6288de9e9fc341b1f1fc
2026-01-05T02:36:27.870323Z
false
lunasaw/gb28181-proxy
https://github.com/lunasaw/gb28181-proxy/blob/540577abe2124425b68b6288de9e9fc341b1f1fc/sip-common/src/main/java/io/github/lunasaw/sip/common/entity/GbSipDate.java
sip-common/src/main/java/io/github/lunasaw/sip/common/entity/GbSipDate.java
package io.github.lunasaw.sip.common.entity; import java.util.*; import gov.nist.core.InternalErrorHandler; import gov.nist.javax.sip.header.SIPDate; /** * 重写jain sip的SIPDate解决与国标时间格式不一致的问题 * * @author luna */ public class GbSipDate extends SIPDate { /** * */ private static final long serialVe...
java
Apache-2.0
540577abe2124425b68b6288de9e9fc341b1f1fc
2026-01-05T02:36:27.870323Z
false
lunasaw/gb28181-proxy
https://github.com/lunasaw/gb28181-proxy/blob/540577abe2124425b68b6288de9e9fc341b1f1fc/sip-common/src/main/java/io/github/lunasaw/sip/common/entity/FromDevice.java
sip-common/src/main/java/io/github/lunasaw/sip/common/entity/FromDevice.java
package io.github.lunasaw.sip.common.entity; import io.github.lunasaw.sip.common.constant.Constant; import io.github.lunasaw.sip.common.utils.SipRequestUtils; import lombok.Data; /** * 继承这个类,自定义参数 * * @author luna * @date 2023/10/12 */ @Data public class FromDevice extends Device { /** * fromTag用于标识S...
java
Apache-2.0
540577abe2124425b68b6288de9e9fc341b1f1fc
2026-01-05T02:36:27.870323Z
false
lunasaw/gb28181-proxy
https://github.com/lunasaw/gb28181-proxy/blob/540577abe2124425b68b6288de9e9fc341b1f1fc/sip-common/src/main/java/io/github/lunasaw/sip/common/entity/Device.java
sip-common/src/main/java/io/github/lunasaw/sip/common/entity/Device.java
package io.github.lunasaw.sip.common.entity; import lombok.Data; import lombok.Getter; import org.apache.commons.lang3.StringUtils; /** * @author luna * @date 2023/10/12 */ @Data public abstract class Device { /** * 用户Id */ private String userId; /** * 域 */ private String real...
java
Apache-2.0
540577abe2124425b68b6288de9e9fc341b1f1fc
2026-01-05T02:36:27.870323Z
false
lunasaw/gb28181-proxy
https://github.com/lunasaw/gb28181-proxy/blob/540577abe2124425b68b6288de9e9fc341b1f1fc/sip-common/src/main/java/io/github/lunasaw/sip/common/entity/GbSessionDescription.java
sip-common/src/main/java/io/github/lunasaw/sip/common/entity/GbSessionDescription.java
package io.github.lunasaw.sip.common.entity; import javax.sdp.SessionDescription; import lombok.Data; /** * 28181 的SDP解析器 * * @author luna */ @Data public class GbSessionDescription extends SdpSessionDescription { private String ssrc; private String mediaDescription; /** * 冗余处理 */ pr...
java
Apache-2.0
540577abe2124425b68b6288de9e9fc341b1f1fc
2026-01-05T02:36:27.870323Z
false
lunasaw/gb28181-proxy
https://github.com/lunasaw/gb28181-proxy/blob/540577abe2124425b68b6288de9e9fc341b1f1fc/sip-common/src/main/java/io/github/lunasaw/sip/common/entity/RemoteAddressInfo.java
sip-common/src/main/java/io/github/lunasaw/sip/common/entity/RemoteAddressInfo.java
package io.github.lunasaw.sip.common.entity; import lombok.AllArgsConstructor; import lombok.Data; import lombok.NoArgsConstructor; /** * @author luna */ @AllArgsConstructor @NoArgsConstructor @Data public class RemoteAddressInfo { private String ip; private Integer port; }
java
Apache-2.0
540577abe2124425b68b6288de9e9fc341b1f1fc
2026-01-05T02:36:27.870323Z
false
lunasaw/gb28181-proxy
https://github.com/lunasaw/gb28181-proxy/blob/540577abe2124425b68b6288de9e9fc341b1f1fc/sip-common/src/main/java/io/github/lunasaw/sip/common/entity/DeviceSession.java
sip-common/src/main/java/io/github/lunasaw/sip/common/entity/DeviceSession.java
package io.github.lunasaw.sip.common.entity; import lombok.AllArgsConstructor; import lombok.Data; import lombok.NoArgsConstructor; /** * @author luna * @date 2023/10/20 */ @Data @AllArgsConstructor @NoArgsConstructor public class DeviceSession { String userId; String sipId; public DeviceSession(Stri...
java
Apache-2.0
540577abe2124425b68b6288de9e9fc341b1f1fc
2026-01-05T02:36:27.870323Z
false
lunasaw/gb28181-proxy
https://github.com/lunasaw/gb28181-proxy/blob/540577abe2124425b68b6288de9e9fc341b1f1fc/sip-common/src/main/java/io/github/lunasaw/sip/common/entity/SipMessage.java
sip-common/src/main/java/io/github/lunasaw/sip/common/entity/SipMessage.java
package io.github.lunasaw.sip.common.entity; import java.util.List; import javax.sip.header.ContentTypeHeader; import javax.sip.header.Header; import javax.sip.message.Request; import org.apache.commons.collections4.CollectionUtils; import org.assertj.core.util.Lists; import gov.nist.javax.sip.message.SIPResponse; ...
java
Apache-2.0
540577abe2124425b68b6288de9e9fc341b1f1fc
2026-01-05T02:36:27.870323Z
false
lunasaw/gb28181-proxy
https://github.com/lunasaw/gb28181-proxy/blob/540577abe2124425b68b6288de9e9fc341b1f1fc/sip-common/src/main/java/io/github/lunasaw/sip/common/entity/SdpSessionDescription.java
sip-common/src/main/java/io/github/lunasaw/sip/common/entity/SdpSessionDescription.java
package io.github.lunasaw.sip.common.entity; import javax.sdp.SessionDescription; import lombok.AllArgsConstructor; import lombok.Data; import lombok.NoArgsConstructor; /** * SDP解析器 * * @author luna */ @Data @AllArgsConstructor @NoArgsConstructor public class SdpSessionDescription { /** * 会话描述表示由会话描述协议(...
java
Apache-2.0
540577abe2124425b68b6288de9e9fc341b1f1fc
2026-01-05T02:36:27.870323Z
false
lunasaw/gb28181-proxy
https://github.com/lunasaw/gb28181-proxy/blob/540577abe2124425b68b6288de9e9fc341b1f1fc/sip-common/src/main/java/io/github/lunasaw/sip/common/config/SipCommonProperties.java
sip-common/src/main/java/io/github/lunasaw/sip/common/config/SipCommonProperties.java
package io.github.lunasaw.sip.common.config; import lombok.Data; import org.springframework.boot.context.properties.ConfigurationProperties; import org.springframework.stereotype.Component; /** * GB28181通用配置属性类 - 支持外部化配置 * 包含通用的性能配置和缓存配置,client和server特定配置已拆分到各自模块 * * @author luna * @date 2024/1/6 */ @Data @Comp...
java
Apache-2.0
540577abe2124425b68b6288de9e9fc341b1f1fc
2026-01-05T02:36:27.870323Z
false
lunasaw/gb28181-proxy
https://github.com/lunasaw/gb28181-proxy/blob/540577abe2124425b68b6288de9e9fc341b1f1fc/sip-common/src/main/java/io/github/lunasaw/sip/common/config/MetricsConfig.java
sip-common/src/main/java/io/github/lunasaw/sip/common/config/MetricsConfig.java
package io.github.lunasaw.sip.common.config; import io.micrometer.core.instrument.MeterRegistry; import io.micrometer.core.instrument.simple.SimpleMeterRegistry; import org.springframework.boot.autoconfigure.condition.ConditionalOnMissingBean; import org.springframework.context.annotation.Bean; import org.springframew...
java
Apache-2.0
540577abe2124425b68b6288de9e9fc341b1f1fc
2026-01-05T02:36:27.870323Z
false
lunasaw/gb28181-proxy
https://github.com/lunasaw/gb28181-proxy/blob/540577abe2124425b68b6288de9e9fc341b1f1fc/sip-common/src/main/java/io/github/lunasaw/sip/common/sequence/GenerateSequenceImpl.java
sip-common/src/main/java/io/github/lunasaw/sip/common/sequence/GenerateSequenceImpl.java
package io.github.lunasaw.sip.common.sequence; import lombok.SneakyThrows; import java.util.HashSet; import java.util.Set; /** * @author luna * @date 2023/10/13 */ public class GenerateSequenceImpl implements GenerateSequence { public static long getSequence() { long timestamp = System.currentTimeMil...
java
Apache-2.0
540577abe2124425b68b6288de9e9fc341b1f1fc
2026-01-05T02:36:27.870323Z
false
lunasaw/gb28181-proxy
https://github.com/lunasaw/gb28181-proxy/blob/540577abe2124425b68b6288de9e9fc341b1f1fc/sip-common/src/main/java/io/github/lunasaw/sip/common/sequence/GenerateSequence.java
sip-common/src/main/java/io/github/lunasaw/sip/common/sequence/GenerateSequence.java
package io.github.lunasaw.sip.common.sequence; /** * @author luna * @date 2023/10/13 */ public interface GenerateSequence { /** * 生成唯一序列 * * @return */ Long generateSequence(); }
java
Apache-2.0
540577abe2124425b68b6288de9e9fc341b1f1fc
2026-01-05T02:36:27.870323Z
false
lunasaw/gb28181-proxy
https://github.com/lunasaw/gb28181-proxy/blob/540577abe2124425b68b6288de9e9fc341b1f1fc/sip-common/src/main/java/io/github/lunasaw/sip/common/conf/StackLoggerImpl.java
sip-common/src/main/java/io/github/lunasaw/sip/common/conf/StackLoggerImpl.java
package io.github.lunasaw.sip.common.conf; import java.util.Properties; import org.slf4j.LoggerFactory; import org.slf4j.spi.LocationAwareLogger; import org.springframework.stereotype.Component; import gov.nist.core.StackLogger; @Component public class StackLoggerImpl implements StackLogger { /** * 完全限定类名...
java
Apache-2.0
540577abe2124425b68b6288de9e9fc341b1f1fc
2026-01-05T02:36:27.870323Z
false
lunasaw/gb28181-proxy
https://github.com/lunasaw/gb28181-proxy/blob/540577abe2124425b68b6288de9e9fc341b1f1fc/sip-common/src/main/java/io/github/lunasaw/sip/common/conf/package-info.java
sip-common/src/main/java/io/github/lunasaw/sip/common/conf/package-info.java
/** * Contains classes for configuring the SIP stack. * 包含配置SIP栈的类 * * @author luna * @date 2023/11/20 */ package io.github.lunasaw.sip.common.conf;
java
Apache-2.0
540577abe2124425b68b6288de9e9fc341b1f1fc
2026-01-05T02:36:27.870323Z
false
lunasaw/gb28181-proxy
https://github.com/lunasaw/gb28181-proxy/blob/540577abe2124425b68b6288de9e9fc341b1f1fc/sip-common/src/main/java/io/github/lunasaw/sip/common/conf/ServerLoggerImpl.java
sip-common/src/main/java/io/github/lunasaw/sip/common/conf/ServerLoggerImpl.java
package io.github.lunasaw.sip.common.conf; import java.util.Properties; import javax.sip.SipStack; import gov.nist.core.CommonLogger; import gov.nist.core.ServerLogger; import gov.nist.core.StackLogger; import gov.nist.javax.sip.message.SIPMessage; import gov.nist.javax.sip.stack.SIPTransactionStack; public class S...
java
Apache-2.0
540577abe2124425b68b6288de9e9fc341b1f1fc
2026-01-05T02:36:27.870323Z
false
lunasaw/gb28181-proxy
https://github.com/lunasaw/gb28181-proxy/blob/540577abe2124425b68b6288de9e9fc341b1f1fc/sip-common/src/main/java/io/github/lunasaw/sip/common/conf/DefaultProperties.java
sip-common/src/main/java/io/github/lunasaw/sip/common/conf/DefaultProperties.java
package io.github.lunasaw.sip.common.conf; import java.io.File; import java.io.InputStream; import java.nio.file.Files; import java.util.Properties; import org.springframework.core.io.ClassPathResource; import org.springframework.core.io.Resource; import org.springframework.util.ResourceUtils; import lombok.extern.s...
java
Apache-2.0
540577abe2124425b68b6288de9e9fc341b1f1fc
2026-01-05T02:36:27.870323Z
false
lunasaw/gb28181-proxy
https://github.com/lunasaw/gb28181-proxy/blob/540577abe2124425b68b6288de9e9fc341b1f1fc/sip-common/src/main/java/io/github/lunasaw/sip/common/conf/SipProxyAutoConfig.java
sip-common/src/main/java/io/github/lunasaw/sip/common/conf/SipProxyAutoConfig.java
package io.github.lunasaw.sip.common.conf; import io.github.lunasaw.sip.common.transmit.CustomerSipListener; import io.github.lunasaw.sip.common.transmit.event.request.SipRequestProcessor; import io.github.lunasaw.sip.common.transmit.event.request.SipRequestProcessorAbstract; import io.github.lunasaw.sip.common.transm...
java
Apache-2.0
540577abe2124425b68b6288de9e9fc341b1f1fc
2026-01-05T02:36:27.870323Z
false
lunasaw/gb28181-proxy
https://github.com/lunasaw/gb28181-proxy/blob/540577abe2124425b68b6288de9e9fc341b1f1fc/sip-common/src/main/java/io/github/lunasaw/sip/common/conf/ThreadPoolTaskConfig.java
sip-common/src/main/java/io/github/lunasaw/sip/common/conf/ThreadPoolTaskConfig.java
package io.github.lunasaw.sip.common.conf; import com.google.common.util.concurrent.ThreadFactoryBuilder; import org.springframework.beans.factory.annotation.Value; import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.Configuration; import org.springframework.core.annotatio...
java
Apache-2.0
540577abe2124425b68b6288de9e9fc341b1f1fc
2026-01-05T02:36:27.870323Z
false
lunasaw/gb28181-proxy
https://github.com/lunasaw/gb28181-proxy/blob/540577abe2124425b68b6288de9e9fc341b1f1fc/sip-common/src/main/java/io/github/lunasaw/sip/common/conf/msg/StringMsgParser.java
sip-common/src/main/java/io/github/lunasaw/sip/common/conf/msg/StringMsgParser.java
package io.github.lunasaw.sip.common.conf.msg; import java.io.UnsupportedEncodingException; import java.nio.charset.StandardCharsets; import java.text.ParseException; import gov.nist.core.CommonLogger; import gov.nist.core.Host; import gov.nist.core.HostNameParser; import gov.nist.core.StackLogger; import gov.nist.ja...
java
Apache-2.0
540577abe2124425b68b6288de9e9fc341b1f1fc
2026-01-05T02:36:27.870323Z
false
lunasaw/gb28181-proxy
https://github.com/lunasaw/gb28181-proxy/blob/540577abe2124425b68b6288de9e9fc341b1f1fc/sip-common/src/main/java/io/github/lunasaw/sip/common/conf/msg/StringMsgParserFactory.java
sip-common/src/main/java/io/github/lunasaw/sip/common/conf/msg/StringMsgParserFactory.java
package io.github.lunasaw.sip.common.conf.msg; import gov.nist.javax.sip.parser.MessageParser; import gov.nist.javax.sip.parser.MessageParserFactory; import gov.nist.javax.sip.stack.SIPTransactionStack; public class StringMsgParserFactory implements MessageParserFactory { /** * msg parser is completely stat...
java
Apache-2.0
540577abe2124425b68b6288de9e9fc341b1f1fc
2026-01-05T02:36:27.870323Z
false
lunasaw/gb28181-proxy
https://github.com/lunasaw/gb28181-proxy/blob/540577abe2124425b68b6288de9e9fc341b1f1fc/sip-common/src/main/java/io/github/lunasaw/sip/common/context/SipTransactionContext.java
sip-common/src/main/java/io/github/lunasaw/sip/common/context/SipTransactionContext.java
package io.github.lunasaw.sip.common.context; import javax.sip.RequestEvent; import javax.sip.header.CSeqHeader; import javax.sip.header.CallIdHeader; import javax.sip.header.FromHeader; import javax.sip.header.ToHeader; import javax.sip.message.Request; import lombok.Data; import lombok.extern.slf4j.Slf4j; /** * S...
java
Apache-2.0
540577abe2124425b68b6288de9e9fc341b1f1fc
2026-01-05T02:36:27.870323Z
false
lunasaw/gb28181-proxy
https://github.com/lunasaw/gb28181-proxy/blob/540577abe2124425b68b6288de9e9fc341b1f1fc/sip-common/src/main/java/io/github/lunasaw/sip/common/enums/ContentTypeEnum.java
sip-common/src/main/java/io/github/lunasaw/sip/common/enums/ContentTypeEnum.java
package io.github.lunasaw.sip.common.enums; import java.util.Map; import java.util.concurrent.ConcurrentHashMap; import javax.sip.header.ContentTypeHeader; import io.github.lunasaw.sip.common.utils.SipRequestUtils; import lombok.SneakyThrows; /** * 消息体类型 * @author luna */ public enum ContentTypeEnum { /** ...
java
Apache-2.0
540577abe2124425b68b6288de9e9fc341b1f1fc
2026-01-05T02:36:27.870323Z
false
WeTheInternet/collide
https://github.com/WeTheInternet/collide/blob/2136cfc9705a96d88c69356868dda5b95c35bc6d/javatests/collide/client/filetree/FileTreeContextMenuControllerTest.java
javatests/collide/client/filetree/FileTreeContextMenuControllerTest.java
// Copyright 2012 Google 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 // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable...
java
Apache-2.0
2136cfc9705a96d88c69356868dda5b95c35bc6d
2026-01-05T02:34:36.415338Z
false
WeTheInternet/collide
https://github.com/WeTheInternet/collide/blob/2136cfc9705a96d88c69356868dda5b95c35bc6d/javatests/collide/client/filetree/FileTreeNodeMoveControllerTest.java
javatests/collide/client/filetree/FileTreeNodeMoveControllerTest.java
// Copyright 2012 Google 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 // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable...
java
Apache-2.0
2136cfc9705a96d88c69356868dda5b95c35bc6d
2026-01-05T02:34:36.415338Z
false
WeTheInternet/collide
https://github.com/WeTheInternet/collide/blob/2136cfc9705a96d88c69356868dda5b95c35bc6d/javatests/com/google/collide/clientlibs/invalidation/DropRecoveringInvalidationControllerTest.java
javatests/com/google/collide/clientlibs/invalidation/DropRecoveringInvalidationControllerTest.java
// Copyright 2012 Google 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 // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable...
java
Apache-2.0
2136cfc9705a96d88c69356868dda5b95c35bc6d
2026-01-05T02:34:36.415338Z
false
WeTheInternet/collide
https://github.com/WeTheInternet/collide/blob/2136cfc9705a96d88c69356868dda5b95c35bc6d/javatests/com/google/collide/clientlibs/invalidation/MockInvalidationRegistrar.java
javatests/com/google/collide/clientlibs/invalidation/MockInvalidationRegistrar.java
// Copyright 2012 Google 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 // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable...
java
Apache-2.0
2136cfc9705a96d88c69356868dda5b95c35bc6d
2026-01-05T02:34:36.415338Z
false
WeTheInternet/collide
https://github.com/WeTheInternet/collide/blob/2136cfc9705a96d88c69356868dda5b95c35bc6d/javatests/com/google/collide/clientlibs/navigation/DefaultUrlSerializerTests.java
javatests/com/google/collide/clientlibs/navigation/DefaultUrlSerializerTests.java
// Copyright 2012 Google 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 // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable...
java
Apache-2.0
2136cfc9705a96d88c69356868dda5b95c35bc6d
2026-01-05T02:34:36.415338Z
false
WeTheInternet/collide
https://github.com/WeTheInternet/collide/blob/2136cfc9705a96d88c69356868dda5b95c35bc6d/javatests/com/google/collide/clientlibs/navigation/StubUrlEncoder.java
javatests/com/google/collide/clientlibs/navigation/StubUrlEncoder.java
// Copyright 2012 Google 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 // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable...
java
Apache-2.0
2136cfc9705a96d88c69356868dda5b95c35bc6d
2026-01-05T02:34:36.415338Z
false
WeTheInternet/collide
https://github.com/WeTheInternet/collide/blob/2136cfc9705a96d88c69356868dda5b95c35bc6d/javatests/com/google/collide/json/server/JsonListAdapterTests.java
javatests/com/google/collide/json/server/JsonListAdapterTests.java
// Copyright 2012 Google 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 // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable...
java
Apache-2.0
2136cfc9705a96d88c69356868dda5b95c35bc6d
2026-01-05T02:34:36.415338Z
false
WeTheInternet/collide
https://github.com/WeTheInternet/collide/blob/2136cfc9705a96d88c69356868dda5b95c35bc6d/javatests/com/google/collide/json/client/JsoArrayTest.java
javatests/com/google/collide/json/client/JsoArrayTest.java
// Copyright 2012 Google 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 // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable...
java
Apache-2.0
2136cfc9705a96d88c69356868dda5b95c35bc6d
2026-01-05T02:34:36.415338Z
false
WeTheInternet/collide
https://github.com/WeTheInternet/collide/blob/2136cfc9705a96d88c69356868dda5b95c35bc6d/javatests/com/google/collide/json/client/JsoStringMapTest.java
javatests/com/google/collide/json/client/JsoStringMapTest.java
// Copyright 2012 Google 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 // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable...
java
Apache-2.0
2136cfc9705a96d88c69356868dda5b95c35bc6d
2026-01-05T02:34:36.415338Z
false
WeTheInternet/collide
https://github.com/WeTheInternet/collide/blob/2136cfc9705a96d88c69356868dda5b95c35bc6d/javatests/com/google/collide/json/client/JsoStringSetTest.java
javatests/com/google/collide/json/client/JsoStringSetTest.java
// Copyright 2012 Google 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 // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable...
java
Apache-2.0
2136cfc9705a96d88c69356868dda5b95c35bc6d
2026-01-05T02:34:36.415338Z
false
WeTheInternet/collide
https://github.com/WeTheInternet/collide/blob/2136cfc9705a96d88c69356868dda5b95c35bc6d/javatests/com/google/collide/json/client/JsoTest.java
javatests/com/google/collide/json/client/JsoTest.java
// Copyright 2012 Google 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 // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable...
java
Apache-2.0
2136cfc9705a96d88c69356868dda5b95c35bc6d
2026-01-05T02:34:36.415338Z
false
WeTheInternet/collide
https://github.com/WeTheInternet/collide/blob/2136cfc9705a96d88c69356868dda5b95c35bc6d/javatests/com/google/collide/codemirror2/TokenUtilTest.java
javatests/com/google/collide/codemirror2/TokenUtilTest.java
// Copyright 2012 Google 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 // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable...
java
Apache-2.0
2136cfc9705a96d88c69356868dda5b95c35bc6d
2026-01-05T02:34:36.415338Z
false
WeTheInternet/collide
https://github.com/WeTheInternet/collide/blob/2136cfc9705a96d88c69356868dda5b95c35bc6d/javatests/com/google/collide/dtogen/definitions/ComplicatedDto.java
javatests/com/google/collide/dtogen/definitions/ComplicatedDto.java
// Copyright 2012 Google 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 // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable...
java
Apache-2.0
2136cfc9705a96d88c69356868dda5b95c35bc6d
2026-01-05T02:34:36.415338Z
false
WeTheInternet/collide
https://github.com/WeTheInternet/collide/blob/2136cfc9705a96d88c69356868dda5b95c35bc6d/javatests/com/google/collide/dtogen/definitions/SimpleDtoSubType.java
javatests/com/google/collide/dtogen/definitions/SimpleDtoSubType.java
// Copyright 2012 Google 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 // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable...
java
Apache-2.0
2136cfc9705a96d88c69356868dda5b95c35bc6d
2026-01-05T02:34:36.415338Z
false
WeTheInternet/collide
https://github.com/WeTheInternet/collide/blob/2136cfc9705a96d88c69356868dda5b95c35bc6d/javatests/com/google/collide/dtogen/definitions/NotRoutable.java
javatests/com/google/collide/dtogen/definitions/NotRoutable.java
// Copyright 2012 Google 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 // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable...
java
Apache-2.0
2136cfc9705a96d88c69356868dda5b95c35bc6d
2026-01-05T02:34:36.415338Z
false
WeTheInternet/collide
https://github.com/WeTheInternet/collide/blob/2136cfc9705a96d88c69356868dda5b95c35bc6d/javatests/com/google/collide/dtogen/definitions/SimpleDto.java
javatests/com/google/collide/dtogen/definitions/SimpleDto.java
// Copyright 2012 Google 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 // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable...
java
Apache-2.0
2136cfc9705a96d88c69356868dda5b95c35bc6d
2026-01-05T02:34:36.415338Z
false
WeTheInternet/collide
https://github.com/WeTheInternet/collide/blob/2136cfc9705a96d88c69356868dda5b95c35bc6d/javatests/com/google/collide/dtogen/server/ServerImplTest.java
javatests/com/google/collide/dtogen/server/ServerImplTest.java
// Copyright 2012 Google 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 // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable...
java
Apache-2.0
2136cfc9705a96d88c69356868dda5b95c35bc6d
2026-01-05T02:34:36.415338Z
false
WeTheInternet/collide
https://github.com/WeTheInternet/collide/blob/2136cfc9705a96d88c69356868dda5b95c35bc6d/javatests/com/google/collide/dtogen/client/ClientImplTest.java
javatests/com/google/collide/dtogen/client/ClientImplTest.java
// Copyright 2012 Google 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 // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable...
java
Apache-2.0
2136cfc9705a96d88c69356868dda5b95c35bc6d
2026-01-05T02:34:36.415338Z
false
WeTheInternet/collide
https://github.com/WeTheInternet/collide/blob/2136cfc9705a96d88c69356868dda5b95c35bc6d/javatests/com/google/collide/server/plugin/gwt/GwtPluginTest.java
javatests/com/google/collide/server/plugin/gwt/GwtPluginTest.java
package com.google.collide.server.plugin.gwt; import java.io.File; import java.net.URL; import java.net.URLClassLoader; import java.util.ArrayList; import java.util.HashMap; import java.util.Map; import java.util.concurrent.atomic.AtomicBoolean; import junit.framework.TestCase; import org.junit.Test; import org.vert...
java
Apache-2.0
2136cfc9705a96d88c69356868dda5b95c35bc6d
2026-01-05T02:34:36.415338Z
false
WeTheInternet/collide
https://github.com/WeTheInternet/collide/blob/2136cfc9705a96d88c69356868dda5b95c35bc6d/javatests/com/google/collide/server/filetree/FileTreeExperiment.java
javatests/com/google/collide/server/filetree/FileTreeExperiment.java
// Copyright 2012 Google 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 // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable...
java
Apache-2.0
2136cfc9705a96d88c69356868dda5b95c35bc6d
2026-01-05T02:34:36.415338Z
false
WeTheInternet/collide
https://github.com/WeTheInternet/collide/blob/2136cfc9705a96d88c69356868dda5b95c35bc6d/javatests/com/google/collide/client/TestHelper.java
javatests/com/google/collide/client/TestHelper.java
// Copyright 2012 Google 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 // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable...
java
Apache-2.0
2136cfc9705a96d88c69356868dda5b95c35bc6d
2026-01-05T02:34:36.415338Z
false
WeTheInternet/collide
https://github.com/WeTheInternet/collide/blob/2136cfc9705a96d88c69356868dda5b95c35bc6d/javatests/com/google/collide/client/util/HoverControllerTest.java
javatests/com/google/collide/client/util/HoverControllerTest.java
// Copyright 2012 Google 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 // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable...
java
Apache-2.0
2136cfc9705a96d88c69356868dda5b95c35bc6d
2026-01-05T02:34:36.415338Z
false
WeTheInternet/collide
https://github.com/WeTheInternet/collide/blob/2136cfc9705a96d88c69356868dda5b95c35bc6d/javatests/com/google/collide/client/util/AnimationControllerTest.java
javatests/com/google/collide/client/util/AnimationControllerTest.java
// Copyright 2012 Google 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 // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable...
java
Apache-2.0
2136cfc9705a96d88c69356868dda5b95c35bc6d
2026-01-05T02:34:36.415338Z
false
WeTheInternet/collide
https://github.com/WeTheInternet/collide/blob/2136cfc9705a96d88c69356868dda5b95c35bc6d/javatests/com/google/collide/client/util/ReordererTest.java
javatests/com/google/collide/client/util/ReordererTest.java
// Copyright 2012 Google 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 // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable...
java
Apache-2.0
2136cfc9705a96d88c69356868dda5b95c35bc6d
2026-01-05T02:34:36.415338Z
false
WeTheInternet/collide
https://github.com/WeTheInternet/collide/blob/2136cfc9705a96d88c69356868dda5b95c35bc6d/javatests/com/google/collide/client/util/ClientStringUtilsTest.java
javatests/com/google/collide/client/util/ClientStringUtilsTest.java
// Copyright 2012 Google 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 // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable...
java
Apache-2.0
2136cfc9705a96d88c69356868dda5b95c35bc6d
2026-01-05T02:34:36.415338Z
false
WeTheInternet/collide
https://github.com/WeTheInternet/collide/blob/2136cfc9705a96d88c69356868dda5b95c35bc6d/javatests/com/google/collide/client/util/BasicIncrementalSchedulerTests.java
javatests/com/google/collide/client/util/BasicIncrementalSchedulerTests.java
// Copyright 2012 Google 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 // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable...
java
Apache-2.0
2136cfc9705a96d88c69356868dda5b95c35bc6d
2026-01-05T02:34:36.415338Z
false
WeTheInternet/collide
https://github.com/WeTheInternet/collide/blob/2136cfc9705a96d88c69356868dda5b95c35bc6d/javatests/com/google/collide/client/util/collections/ClientStringMapTest.java
javatests/com/google/collide/client/util/collections/ClientStringMapTest.java
// Copyright 2012 Google 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 // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable...
java
Apache-2.0
2136cfc9705a96d88c69356868dda5b95c35bc6d
2026-01-05T02:34:36.415338Z
false
WeTheInternet/collide
https://github.com/WeTheInternet/collide/blob/2136cfc9705a96d88c69356868dda5b95c35bc6d/javatests/com/google/collide/client/util/collections/SkipListStringSetTest.java
javatests/com/google/collide/client/util/collections/SkipListStringSetTest.java
// Copyright 2012 Google 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 // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable...
java
Apache-2.0
2136cfc9705a96d88c69356868dda5b95c35bc6d
2026-01-05T02:34:36.415338Z
false
WeTheInternet/collide
https://github.com/WeTheInternet/collide/blob/2136cfc9705a96d88c69356868dda5b95c35bc6d/javatests/com/google/collide/client/util/collections/ResumableTreeTraverserTest.java
javatests/com/google/collide/client/util/collections/ResumableTreeTraverserTest.java
// Copyright 2012 Google 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 // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable...
java
Apache-2.0
2136cfc9705a96d88c69356868dda5b95c35bc6d
2026-01-05T02:34:36.415338Z
false
WeTheInternet/collide
https://github.com/WeTheInternet/collide/blob/2136cfc9705a96d88c69356868dda5b95c35bc6d/javatests/com/google/collide/client/codeunderstanding/CodeGraphTestUtils.java
javatests/com/google/collide/client/codeunderstanding/CodeGraphTestUtils.java
// Copyright 2012 Google 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 // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable...
java
Apache-2.0
2136cfc9705a96d88c69356868dda5b95c35bc6d
2026-01-05T02:34:36.415338Z
false
WeTheInternet/collide
https://github.com/WeTheInternet/collide/blob/2136cfc9705a96d88c69356868dda5b95c35bc6d/javatests/com/google/collide/client/codeunderstanding/CubeStateTest.java
javatests/com/google/collide/client/codeunderstanding/CubeStateTest.java
// Copyright 2012 Google 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 // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable...
java
Apache-2.0
2136cfc9705a96d88c69356868dda5b95c35bc6d
2026-01-05T02:34:36.415338Z
false
WeTheInternet/collide
https://github.com/WeTheInternet/collide/blob/2136cfc9705a96d88c69356868dda5b95c35bc6d/javatests/com/google/collide/client/code/TestUtils.java
javatests/com/google/collide/client/code/TestUtils.java
// Copyright 2012 Google 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 // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable...
java
Apache-2.0
2136cfc9705a96d88c69356868dda5b95c35bc6d
2026-01-05T02:34:36.415338Z
false
WeTheInternet/collide
https://github.com/WeTheInternet/collide/blob/2136cfc9705a96d88c69356868dda5b95c35bc6d/javatests/com/google/collide/client/code/DocumentCollaborationControllerTest.java
javatests/com/google/collide/client/code/DocumentCollaborationControllerTest.java
// Copyright 2012 Google 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 // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable...
java
Apache-2.0
2136cfc9705a96d88c69356868dda5b95c35bc6d
2026-01-05T02:34:36.415338Z
false
WeTheInternet/collide
https://github.com/WeTheInternet/collide/blob/2136cfc9705a96d88c69356868dda5b95c35bc6d/javatests/com/google/collide/client/code/lang/LanguageHelperResolverTest.java
javatests/com/google/collide/client/code/lang/LanguageHelperResolverTest.java
// Copyright 2012 Google 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 // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable...
java
Apache-2.0
2136cfc9705a96d88c69356868dda5b95c35bc6d
2026-01-05T02:34:36.415338Z
false
WeTheInternet/collide
https://github.com/WeTheInternet/collide/blob/2136cfc9705a96d88c69356868dda5b95c35bc6d/javatests/com/google/collide/client/code/autocomplete/MockAutocompleterEnvironment.java
javatests/com/google/collide/client/code/autocomplete/MockAutocompleterEnvironment.java
// Copyright 2012 Google 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 // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable...
java
Apache-2.0
2136cfc9705a96d88c69356868dda5b95c35bc6d
2026-01-05T02:34:36.415338Z
false
WeTheInternet/collide
https://github.com/WeTheInternet/collide/blob/2136cfc9705a96d88c69356868dda5b95c35bc6d/javatests/com/google/collide/client/code/autocomplete/AutocompleterTest.java
javatests/com/google/collide/client/code/autocomplete/AutocompleterTest.java
// Copyright 2012 Google 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 // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable...
java
Apache-2.0
2136cfc9705a96d88c69356868dda5b95c35bc6d
2026-01-05T02:34:36.415338Z
false
WeTheInternet/collide
https://github.com/WeTheInternet/collide/blob/2136cfc9705a96d88c69356868dda5b95c35bc6d/javatests/com/google/collide/client/code/autocomplete/TestUtils.java
javatests/com/google/collide/client/code/autocomplete/TestUtils.java
// Copyright 2012 Google 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 // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable...
java
Apache-2.0
2136cfc9705a96d88c69356868dda5b95c35bc6d
2026-01-05T02:34:36.415338Z
false
WeTheInternet/collide
https://github.com/WeTheInternet/collide/blob/2136cfc9705a96d88c69356868dda5b95c35bc6d/javatests/com/google/collide/client/code/autocomplete/AbstractTrieTest.java
javatests/com/google/collide/client/code/autocomplete/AbstractTrieTest.java
// Copyright 2012 Google 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 // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable...
java
Apache-2.0
2136cfc9705a96d88c69356868dda5b95c35bc6d
2026-01-05T02:34:36.415338Z
false
WeTheInternet/collide
https://github.com/WeTheInternet/collide/blob/2136cfc9705a96d88c69356868dda5b95c35bc6d/javatests/com/google/collide/client/code/autocomplete/TrieNodeTest.java
javatests/com/google/collide/client/code/autocomplete/TrieNodeTest.java
// Copyright 2012 Google 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 // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable...
java
Apache-2.0
2136cfc9705a96d88c69356868dda5b95c35bc6d
2026-01-05T02:34:36.415338Z
false
WeTheInternet/collide
https://github.com/WeTheInternet/collide/blob/2136cfc9705a96d88c69356868dda5b95c35bc6d/javatests/com/google/collide/client/code/autocomplete/integration/AutocompleteUiControllerTest.java
javatests/com/google/collide/client/code/autocomplete/integration/AutocompleteUiControllerTest.java
// Copyright 2012 Google 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 // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable...
java
Apache-2.0
2136cfc9705a96d88c69356868dda5b95c35bc6d
2026-01-05T02:34:36.415338Z
false
WeTheInternet/collide
https://github.com/WeTheInternet/collide/blob/2136cfc9705a96d88c69356868dda5b95c35bc6d/javatests/com/google/collide/client/code/autocomplete/codemirror/PyIndexUpdaterTest.java
javatests/com/google/collide/client/code/autocomplete/codemirror/PyIndexUpdaterTest.java
// Copyright 2012 Google 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 // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable...
java
Apache-2.0
2136cfc9705a96d88c69356868dda5b95c35bc6d
2026-01-05T02:34:36.415338Z
false
WeTheInternet/collide
https://github.com/WeTheInternet/collide/blob/2136cfc9705a96d88c69356868dda5b95c35bc6d/javatests/com/google/collide/client/code/autocomplete/codemirror/CaseInsensitiveTest.java
javatests/com/google/collide/client/code/autocomplete/codemirror/CaseInsensitiveTest.java
// Copyright 2012 Google 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 // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable...
java
Apache-2.0
2136cfc9705a96d88c69356868dda5b95c35bc6d
2026-01-05T02:34:36.415338Z
false
WeTheInternet/collide
https://github.com/WeTheInternet/collide/blob/2136cfc9705a96d88c69356868dda5b95c35bc6d/javatests/com/google/collide/client/code/autocomplete/codemirror/CssCodemirrorTest.java
javatests/com/google/collide/client/code/autocomplete/codemirror/CssCodemirrorTest.java
// Copyright 2012 Google 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 // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable...
java
Apache-2.0
2136cfc9705a96d88c69356868dda5b95c35bc6d
2026-01-05T02:34:36.415338Z
false
WeTheInternet/collide
https://github.com/WeTheInternet/collide/blob/2136cfc9705a96d88c69356868dda5b95c35bc6d/javatests/com/google/collide/client/code/autocomplete/codemirror/LocalFileIndexTest.java
javatests/com/google/collide/client/code/autocomplete/codemirror/LocalFileIndexTest.java
// Copyright 2012 Google 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 // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable...
java
Apache-2.0
2136cfc9705a96d88c69356868dda5b95c35bc6d
2026-01-05T02:34:36.415338Z
false
WeTheInternet/collide
https://github.com/WeTheInternet/collide/blob/2136cfc9705a96d88c69356868dda5b95c35bc6d/javatests/com/google/collide/client/code/autocomplete/codemirror/PyCodemirrorTest.java
javatests/com/google/collide/client/code/autocomplete/codemirror/PyCodemirrorTest.java
// Copyright 2012 Google 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 // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable...
java
Apache-2.0
2136cfc9705a96d88c69356868dda5b95c35bc6d
2026-01-05T02:34:36.415338Z
false
WeTheInternet/collide
https://github.com/WeTheInternet/collide/blob/2136cfc9705a96d88c69356868dda5b95c35bc6d/javatests/com/google/collide/client/code/autocomplete/codemirror/HtmlCodemirrorTest.java
javatests/com/google/collide/client/code/autocomplete/codemirror/HtmlCodemirrorTest.java
// Copyright 2012 Google 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 // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable...
java
Apache-2.0
2136cfc9705a96d88c69356868dda5b95c35bc6d
2026-01-05T02:34:36.415338Z
false
WeTheInternet/collide
https://github.com/WeTheInternet/collide/blob/2136cfc9705a96d88c69356868dda5b95c35bc6d/javatests/com/google/collide/client/code/autocomplete/codemirror/JsCodemirrorTest.java
javatests/com/google/collide/client/code/autocomplete/codemirror/JsCodemirrorTest.java
// Copyright 2012 Google 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 // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable...
java
Apache-2.0
2136cfc9705a96d88c69356868dda5b95c35bc6d
2026-01-05T02:34:36.415338Z
false
WeTheInternet/collide
https://github.com/WeTheInternet/collide/blob/2136cfc9705a96d88c69356868dda5b95c35bc6d/javatests/com/google/collide/client/code/autocomplete/codegraph/ScopeTrieBuilderTest.java
javatests/com/google/collide/client/code/autocomplete/codegraph/ScopeTrieBuilderTest.java
// Copyright 2012 Google 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 // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable...
java
Apache-2.0
2136cfc9705a96d88c69356868dda5b95c35bc6d
2026-01-05T02:34:36.415338Z
false
WeTheInternet/collide
https://github.com/WeTheInternet/collide/blob/2136cfc9705a96d88c69356868dda5b95c35bc6d/javatests/com/google/collide/client/code/autocomplete/codegraph/ExplicitAutocompleterTest.java
javatests/com/google/collide/client/code/autocomplete/codegraph/ExplicitAutocompleterTest.java
// Copyright 2012 Google 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 // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable...
java
Apache-2.0
2136cfc9705a96d88c69356868dda5b95c35bc6d
2026-01-05T02:34:36.415338Z
false
WeTheInternet/collide
https://github.com/WeTheInternet/collide/blob/2136cfc9705a96d88c69356868dda5b95c35bc6d/javatests/com/google/collide/client/code/autocomplete/codegraph/CommentSelectionTest.java
javatests/com/google/collide/client/code/autocomplete/codegraph/CommentSelectionTest.java
// Copyright 2012 Google 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 // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable...
java
Apache-2.0
2136cfc9705a96d88c69356868dda5b95c35bc6d
2026-01-05T02:34:36.415338Z
false
WeTheInternet/collide
https://github.com/WeTheInternet/collide/blob/2136cfc9705a96d88c69356868dda5b95c35bc6d/javatests/com/google/collide/client/code/autocomplete/codegraph/CodeFileTest.java
javatests/com/google/collide/client/code/autocomplete/codegraph/CodeFileTest.java
// Copyright 2012 Google 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 // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable...
java
Apache-2.0
2136cfc9705a96d88c69356868dda5b95c35bc6d
2026-01-05T02:34:36.415338Z
false
WeTheInternet/collide
https://github.com/WeTheInternet/collide/blob/2136cfc9705a96d88c69356868dda5b95c35bc6d/javatests/com/google/collide/client/code/autocomplete/codegraph/CodeGraphSourceTest.java
javatests/com/google/collide/client/code/autocomplete/codegraph/CodeGraphSourceTest.java
// Copyright 2012 Google 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 // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable...
java
Apache-2.0
2136cfc9705a96d88c69356868dda5b95c35bc6d
2026-01-05T02:34:36.415338Z
false
WeTheInternet/collide
https://github.com/WeTheInternet/collide/blob/2136cfc9705a96d88c69356868dda5b95c35bc6d/javatests/com/google/collide/client/code/autocomplete/codegraph/CodeGraphPrefixIndexTest.java
javatests/com/google/collide/client/code/autocomplete/codegraph/CodeGraphPrefixIndexTest.java
// Copyright 2012 Google 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 // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable...
java
Apache-2.0
2136cfc9705a96d88c69356868dda5b95c35bc6d
2026-01-05T02:34:36.415338Z
false
WeTheInternet/collide
https://github.com/WeTheInternet/collide/blob/2136cfc9705a96d88c69356868dda5b95c35bc6d/javatests/com/google/collide/client/code/autocomplete/codegraph/CodeGraphAutocompleterTest.java
javatests/com/google/collide/client/code/autocomplete/codegraph/CodeGraphAutocompleterTest.java
// Copyright 2012 Google 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 // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable...
java
Apache-2.0
2136cfc9705a96d88c69356868dda5b95c35bc6d
2026-01-05T02:34:36.415338Z
false
WeTheInternet/collide
https://github.com/WeTheInternet/collide/blob/2136cfc9705a96d88c69356868dda5b95c35bc6d/javatests/com/google/collide/client/code/autocomplete/codegraph/ProposalBuilderTest.java
javatests/com/google/collide/client/code/autocomplete/codegraph/ProposalBuilderTest.java
// Copyright 2012 Google 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 // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable...
java
Apache-2.0
2136cfc9705a96d88c69356868dda5b95c35bc6d
2026-01-05T02:34:36.415338Z
false
WeTheInternet/collide
https://github.com/WeTheInternet/collide/blob/2136cfc9705a96d88c69356868dda5b95c35bc6d/javatests/com/google/collide/client/code/autocomplete/codegraph/JsIndexUpdaterTest.java
javatests/com/google/collide/client/code/autocomplete/codegraph/JsIndexUpdaterTest.java
// Copyright 2012 Google 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 // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable...
java
Apache-2.0
2136cfc9705a96d88c69356868dda5b95c35bc6d
2026-01-05T02:34:36.415338Z
false
WeTheInternet/collide
https://github.com/WeTheInternet/collide/blob/2136cfc9705a96d88c69356868dda5b95c35bc6d/javatests/com/google/collide/client/code/autocomplete/codegraph/js/JsProposalBuilderTest.java
javatests/com/google/collide/client/code/autocomplete/codegraph/js/JsProposalBuilderTest.java
// Copyright 2012 Google 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 // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable...
java
Apache-2.0
2136cfc9705a96d88c69356868dda5b95c35bc6d
2026-01-05T02:34:36.415338Z
false
WeTheInternet/collide
https://github.com/WeTheInternet/collide/blob/2136cfc9705a96d88c69356868dda5b95c35bc6d/javatests/com/google/collide/client/code/autocomplete/css/CssValuesTest.java
javatests/com/google/collide/client/code/autocomplete/css/CssValuesTest.java
// Copyright 2012 Google 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 // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable...
java
Apache-2.0
2136cfc9705a96d88c69356868dda5b95c35bc6d
2026-01-05T02:34:36.415338Z
false
WeTheInternet/collide
https://github.com/WeTheInternet/collide/blob/2136cfc9705a96d88c69356868dda5b95c35bc6d/javatests/com/google/collide/client/code/autocomplete/css/CssAutocompleteTest.java
javatests/com/google/collide/client/code/autocomplete/css/CssAutocompleteTest.java
// Copyright 2012 Google 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 // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable...
java
Apache-2.0
2136cfc9705a96d88c69356868dda5b95c35bc6d
2026-01-05T02:34:36.415338Z
false
WeTheInternet/collide
https://github.com/WeTheInternet/collide/blob/2136cfc9705a96d88c69356868dda5b95c35bc6d/javatests/com/google/collide/client/code/autocomplete/css/CssSpecialValuesTest.java
javatests/com/google/collide/client/code/autocomplete/css/CssSpecialValuesTest.java
// Copyright 2012 Google 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 // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable...
java
Apache-2.0
2136cfc9705a96d88c69356868dda5b95c35bc6d
2026-01-05T02:34:36.415338Z
false
WeTheInternet/collide
https://github.com/WeTheInternet/collide/blob/2136cfc9705a96d88c69356868dda5b95c35bc6d/javatests/com/google/collide/client/code/autocomplete/html/HtmlAutocompleteTest.java
javatests/com/google/collide/client/code/autocomplete/html/HtmlAutocompleteTest.java
// Copyright 2012 Google 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 // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable...
java
Apache-2.0
2136cfc9705a96d88c69356868dda5b95c35bc6d
2026-01-05T02:34:36.415338Z
false
WeTheInternet/collide
https://github.com/WeTheInternet/collide/blob/2136cfc9705a96d88c69356868dda5b95c35bc6d/javatests/com/google/collide/client/code/autocomplete/html/XmlCodeAnalyzerTest.java
javatests/com/google/collide/client/code/autocomplete/html/XmlCodeAnalyzerTest.java
// Copyright 2012 Google 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 // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable...
java
Apache-2.0
2136cfc9705a96d88c69356868dda5b95c35bc6d
2026-01-05T02:34:36.415338Z
false
WeTheInternet/collide
https://github.com/WeTheInternet/collide/blob/2136cfc9705a96d88c69356868dda5b95c35bc6d/javatests/com/google/collide/client/code/autocomplete/html/HtmlTagsAndAttributesTest.java
javatests/com/google/collide/client/code/autocomplete/html/HtmlTagsAndAttributesTest.java
// Copyright 2012 Google 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 // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable...
java
Apache-2.0
2136cfc9705a96d88c69356868dda5b95c35bc6d
2026-01-05T02:34:36.415338Z
false