代码搜索:bundle
找到约 2,499 项符合「bundle」的源代码
代码结果 2,499
www.eeworm.com/read/297868/3882382
properties actionresources.properties
actionCreate=No action instance for path {0} could be created
applicationLoading=Loading application resources from resource {0}
applicationResources=Cannot load application resources bundle {0}
co
www.eeworm.com/read/294926/3914507
properties actionresources.properties
actionCreate=No action instance for path {0} could be created
applicationLoading=Loading application resources from resource {0}
applicationResources=Cannot load application resources bundle {0}
co
www.eeworm.com/read/291502/3964531
properties menus_en_gb.properties
# This is the file Menus_en_GB.properties. It is the resource bundle for
# British English. Note that it overrides only a single resource definition
# and simply inherits the rest from the default (
www.eeworm.com/read/288721/4004882
properties actionresources.properties
actionCreate=No action instance for path {0} could be created
applicationLoading=Loading application resources from resource {0}
applicationResources=Cannot load application resources bundle {0}
co
www.eeworm.com/read/288045/4012574
properties actionresources.properties
actionCreate=No action instance for path {0} could be created
applicationLoading=Loading application resources from resource {0}
applicationResources=Cannot load application resources bundle {0}
co
www.eeworm.com/read/283334/4081134
py buildapp.py
# This will build an Application Bundle of the superdoodle sample
# application for OSX. Run like this:
#
# pythonw buildapp.py build
#
import os, glob
from bundlebuilder import buildap
www.eeworm.com/read/281991/4110435
properties actionresources.properties
actionCreate=No action instance for path {0} could be created
applicationLoading=Loading application resources from resource {0}
applicationResources=Cannot load application resources bundle {0}
co
www.eeworm.com/read/276342/4166203
pro spider.pro
TEMPLATE = app
QT = core network
CONFIG += console
CONFIG -= app_bundle
HEADERS = spider.h
SOURCES = main.cpp \
spider.cpp
www.eeworm.com/read/276342/4166207
pro ftpget.pro
TEMPLATE = app
QT = core network
CONFIG += console
CONFIG -= app_bundle
HEADERS = ftpget.h
SOURCES = ftpget.cpp \
main.cpp
www.eeworm.com/read/276342/4166217
pro httpget.pro
TEMPLATE = app
QT = core network
CONFIG += console
CONFIG -= app_bundle
HEADERS = httpget.h
SOURCES = httpget.cpp \
main.cpp