代码搜索:bundle
找到约 2,499 项符合「bundle」的源代码
代码结果 2,499
www.eeworm.com/read/236816/4637956
java bundlerecord.java
/*
* Oscar Bundle Repository
* Copyright (c) 2004, Richard S. Hall
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted pro
www.eeworm.com/read/206020/5012634
properties gateway_i18n.properties
##
## IM Gateway Resource Bundle
##
## Additional locales can be specified by creating a new resource file in this
## directory using the following conventions:
##
## gateway_i18n "_" language "_" c
www.eeworm.com/read/202517/5050762
java resources.java
package codeexport.resources;
import java.util.ResourceBundle;
public class Resources {
private static ResourceBundle bundle = null;
public static final String ProjectDirectory = "Project
www.eeworm.com/read/329482/3431540
java eventparameter.java
package jns.trace;
// A utility class to bundle a parameter to an event: A name and a value.
public class EventParameter
{
public String name;
public Object value;
public E