代码搜索:bundle
找到约 2,499 项符合「bundle」的源代码
代码结果 2,499
www.eeworm.com/read/388487/2550076
jbx writetag.jbx
[PropertyInfo]
bundle,String,false,false, , ,true,
filter,boolean,false,false, , ,true,
format,String,false,false, , ,true,
formatKey,String,false,false, , ,true,
www.eeworm.com/read/363556/2917255
svn-base spark_i18n_nl.properties.svn-base
##
## Spark Resource Bundle
##
## Dutch
## R. van Zantvoort, september 2006
##
## Current version: 0.97 (build 5531 synced)
##
accept = Accepteer
active = Actief
add = Toevoegen
cancel = Annuleer
c
www.eeworm.com/read/363556/2917266
properties spark_i18n_nl.properties
##
## Spark Resource Bundle
##
## Dutch
## R. van Zantvoort, september 2006
##
## Current version: 0.97 (build 5531 synced)
##
accept = Accepteer
active = Actief
add = Toevoegen
cancel = Annuleer
c
www.eeworm.com/read/363385/2918921
java resourcemanager.java
package jdbcbook.pub.util;
import java.util.*;
public class ResourceManager
{
ResourceBundle bundle = null;
// 构造函数,得到ResourceBundle的实例
public ResourceManager( String packageName )
{
www.eeworm.com/read/352920/3092130
jbx writetag.jbx
[PropertyInfo]
bundle,String,false,false, , ,true,
filter,boolean,false,false, , ,true,
format,String,false,false, , ,true,
formatKey,String,false,false, , ,true,
www.eeworm.com/read/161757/5550275
jbx writetag.jbx
[PropertyInfo]
bundle,String,false,false, , ,true,
filter,boolean,false,false, , ,true,
format,String,false,false, , ,true,
formatKey,String,false,false, , ,true,
www.eeworm.com/read/178824/9385116
java localizederror.java
import java.text.*;
import java.io.*;
import java.util.*;
public class LocalizedError {
public static void display(Throwable error) {
ResourceBundle bundle;
// 获得所需资源.
www.eeworm.com/read/298333/7965967
art tower2.art
SUBJECT: Towers, part two
Towers are an interesting subject where antennas are concerned. We
have the commercial types which can cost you a bundle. Then there
are the cheap-o second (fifth)
www.eeworm.com/read/15944/598754
java simplelayout.java
package com.androidbook.simplelayout;
import android.os.Bundle;
public class simplelayout extends layout_menu_class {
/** Called when the activity is first created. */
@Override
p
www.eeworm.com/read/15944/599084
java mediapettracker.java
package com.androidbook.MediaPetTracker;
import android.app.Activity;
import android.database.sqlite.SQLiteDatabase;
import android.os.Bundle;
public class MediaPetTracker extends Activity {