| Trees | Index | Help |
|
|---|
|
ccwsclient
ccwx: ccwx package
p6: P6 is a loosely coupled framework for developing simple,
"wizard"-based publishing applications.
api: p6.api
app
configure
metaconfigure
metadirectives: Component architecture related 'zope' ZCML namespace directive interfaces
metadata: p6.metadata
adapters: Adapters for determining the metadata values as they apply to specific
interfaces and objects.
base: Base metadata field and group support.
events: Interfaces and classes for metadata events.
interfaces: Interfaces for metadata fields, groups and storage.
license: Interfaces for marking License Selector fields as special case.
persistance: Basic metadata persistance functionality.
types: Metadata field type declarations and associated adapters.
storage
ui: p6.ui
events: User interface events and associated interfaces published to notify
other portions of the P6 framework of user interaction.
fields: Adapters from MetadataField type interfaces to actual widgets.
interfaces: UI interfaces.
pages: A collection of standard pages for the P6 framework.
fileselector: Basic file selector page; published ItemSelected events.
license: LicenseChooser custom metadata wizard page.
metadata: Standard metadata page.
store: Storage page for controlling upload process and displaying
feedback.
xml: Generic page which collects the metadata values entered and displays a
rough XML-ish representation.
xrcpage: Generic page class for defining custom XRC-based pages.
wizard: Customized wizard framework -- top level window classes.
zcmlsupport: Local Component Architecture
bbb
interfaces: Various BBB interfaces
site: Site-related BBB components
interface: Interface utility functions
metadirectives: Component architecture related 'zope' ZCML namespace directive interfaces
tests
adapter: Sample adapter class for testing
components: Components for testing
exampleclass: Example test classes
factory: Factory tests.
module: Preliminaries to hookup a test suite with the external TestModule.
test_interface: Interface utility tests
views: Views test.
pyarchive
adapters
cb_ftp: pyarchive.cb_ftp
const: pyarchive.
exceptions: pyarchive.exceptions
identifier: pyarchive.identifier
interfaces
mp3: mp3.py Reads information from an mp3 file.
submission: pyarchive.submission
utils: This module contains utility fuctions.
zope
component: Zope 3 Component Architecture
configuration: Zope configuration support
config: Configuration processor
docutils: Helper Utility to wrap a text to a set width of characters
exceptions: Standard configuration errors
fields: Configuration-specific schema fields
interfaces: Zope Configuration (ZCML) interfaces
name: Provide configuration object name resolution
stxdocs: STX Configuration Documentation Renderer
Usage: stxdocs.py [options]
Options:
-h / --help
Print this message and exit.
tests
bad
directives: Test directives
samplepackage
foo: Sample module used for testing
test_conditions: How to conditionalize specific directives
test_config: Test configuration machinery.
test_docutils: Doc Tests for for zope.configuration.docutils
test_nested: Creating nested directives
When using ZCML, you sometimes nest ZCML directives.
test_simple: How to write a simple directive
This module documents how to write a simple directive.
test_xmlconfig: Test XML configuration (ZCML) machinery.
victim
xmlconfig: Support for the XML configuration file format
zopeconfigure: Zope configure directive
deprecation: Deprecation Package
deprecation: Deprecation Support
event: base event system implementation
tests: Test the event system
exceptions: General exceptions that wish they were standard exceptions
i18n: i18n support.
gettextmessagecatalog: A simple implementation of a Message Catalog.
interfaces: Internationalization of content objects.
locales: Interfaces related to Locales
locales: Locale and LocaleProvider Implementation.
inheritance: Locale Inheritance Support
provider: Locale Provider
tests
test_docstrings: Tests for the ZCML Documentation Module
test_locales: This module tests the LocaleProvider and everything that goes with
it.
test_xmlfactory: Testing all XML Locale functionality.
xmlfactory: XML Locale-related objects and functions
messageid
negotiator: Language Negotiator
simpletranslationdomain: This is a simple implementation of the ITranslationDomain
interface.
tests
locale
test_formats: This module tests the Formats and everything that goes with it.
test_gettextmessagecatalog: Test a gettext implementation of a Message Catalog.
test_imessagecatalog: This is an 'abstract' test for the IMessageCatalog interface.
test_interpolate: This is an 'abstract' test for the ITranslationDomain interface.
testi18nawareobject: This is a test for the II18nAware interface.
testii18naware: This is a test for the II18nAware interface.
translationdomain: Global Translation Service for providing I18n to file-based code.
i18nmessageid: I18n Messages
interface: Interfaces
modulealias
metaconfigure: Module Aliases Package
metadirectives: 'zope:modulealias' directive interface
tests
dummymodule
test_modulealias: Module Alias Tests
proxy: More convenience functions for dealing with proxies.
schema: Schema package constructor
accessors: Accessors are used to model methods used to access data defined by
fields.
fieldproperty: Computed attributes based on schema fields
interfaces: Schema interfaces and exceptions
tests
states: Sample vocabulary supporting state abbreviations.
test_accessors: Test Interface accessor methods.
test_boolfield: Boolean field tests
test_choice: Test of the Choice field.
test_containerfield: Container field tests
test_date: Date field tests
test_datetime: Datetime Field tests
test_dictfield: Dictionary field tests
test_docs: Tests for the schema package's documentation files
test_equality: Field equality tests
test_field: Generic field tests
test_fieldproperty: Field Properties tests
test_floatfield: Float field tests
test_interfacefield: Interface field tests
test_intfield: Integer field tests
test_iterablefield: Iterable field tests
test_listfield: List field tests
test_objectfield: This set of tests exercises Object fields.
test_schema: Schema field tests
test_setfield: Set field tests.
test_states: Tests of the states example.
test_strfield: String field tests
test_timedelta: Timedelta Field tests
test_tuplefield: Tuple field tests.
test_vocabulary: Test of the Vocabulary and related support APIs.
vocabulary: Vocabulary support for schema.
testing: Set up testing environment
cleanup: Provide a standard cleanup registry
doctest: Module doctest -- a framework for running examples in docstrings.
doctestunit: Extension to use doctest tests as unit tests
formparser: HTML parser that extracts form information.
loggingsupport: Support for testing logging code
loghandler: logging handler for tests that check logging output.
module: Fake module support
tests: Tests for the testing framework.
StringIO.StringIO:
class StringIO([buffer])
__builtin__.I1
__builtin__.object:
The most base type
p6.zcmlsupport.tests.adapter.Adapter
sets.BaseSet:
Common base class for mutable and immutable sets.
sets.Set:
Mutable set class.
__builtin__.basestring:
Type basestring cannot be instantiated; it is the base for str and
unicode.
__builtin__.str:
str(object) -> string
__builtin__.unicode:
unicode(string [, encoding[, errors]]) -> object
zope.i18nmessageid.message.Message:
Message (Python implementation)
zope.i18nmessageid.messageid.MessageID:
Message ID.
p6.metadata.base.BasicMetadataStorage:
Reference implementation of p6.metadata.interfaces.IMetadataStorage;
provides facilities for storing and retrieving metadata values.
p6.storage.basic.BasicStorage
p6.zcmlsupport.bbb.site.BBBSiteManager
p6.zcmlsupport.bbb.site.BBBSiteManagerContainer
p6.zcmlsupport.bbb.site.BBBUtilityRegistration
zope.schema.tests.test_fieldproperty.C
p6.zcmlsupport.tests.factory.ClassFactoryWrapper
types.classobj:
classobj(name, bases, dict)
zope.testing.cleanup.CleanUp:
Mix-in class providing clean-up setUp and tearDown routines.
p6.zcmlsupport.tests.components.Comp
zope.configuration.tests.directives.Complex
zope.configuration.config.ComplexStackItem:
Complex stack item
zope.configuration.config.ConfigurationAdapterRegistry:
Simple adapter registry that manages directives as adapters
zope.configuration.config.ConfigurationMachine:
Configuration machine
zope.configuration.config.ConfigurationContext:
Mix-in that implements IConfigurationContext
zope.configuration.config.ConfigurationMachine:
Configuration machine
zope.configuration.config.GroupingContextDecorator:
Helper mix-in class for building grouping directives
zope.configuration.config.ComplexDirectiveDefinition:
Handler for defining complex directives
zope.configuration.config.DirectivesHandler:
Handler for the directives directive
zope.configuration.tests.directives.Packaged
zope.configuration.tests.test_nested.Schema:
Handle schema directives
zope.configuration.zopeconfigure.ZopeConfigure:
Zope configure directive
p6.zcmlsupport.tests.components.Content
datetime.date:
date(year, month, day) --> date object
datetime.datetime:
datetime(year, month, day[, hour[, minute[, second[,
microsecond[,tzinfo]]]]])
zope.deprecation.deprecation.DeprecatedGetProperty
__builtin__.dict:
dict() -> new empty dictionary.
zope.configuration.config.ComplexDirectiveDefinition:
Handler for defining complex directives
zope.testing.formparser.Form:
A specific form within a page.
zope.i18n.locales.inheritance.InheritingDictionary:
Implementation of a dictionary that can also inherit values.
p6.zcmlsupport.tests.exampleclass.ExampleClass
zope.configuration.tests.directives.F
zope.configuration.tests.test_xmlconfig.FauxContext
zope.configuration.tests.test_xmlconfig.FauxLocator
zope.schema.fieldproperty.FieldProperty:
Computed attributes based on schema fields
zope.schema.tests.test_objectfield.FieldPropertyTestClass
zope.configuration.tests.test_simple.FileInfo
__builtin__.float:
float(x) -> floating point number
zope.testing.formparser.FormParser
zope.i18n.gettextmessagecatalog.GettextMessageCatalog:
A message catalog based on GNU gettext and Python's gettext
module.
zope.i18n.tests.testi18nawareobject.I18nAwareContentObject
zope.i18n.locales.inheritance.Inheritance:
A simple base version of locale inheritance.
zope.i18n.locales.inheritance.AttributeInheritance:
Implementation of locale inheritance for attributes.
zope.i18n.locales.Locale:
Implementation of the ILocale interface.
zope.i18n.locales.LocaleCalendar:
Represents locale data for a calendar, like 'gregorian'.
zope.i18n.locales.LocaleDates:
Simple ILocaleDates implementation that can inherit data from other
locales.
zope.i18n.locales.LocaleDisplayNames:
Locale display names with inheritable data.
zope.i18n.locales.LocaleFormatLength:
Specifies one of the format lengths of a specific quantity, like
numbers, dates, times and datetimes.
zope.i18n.locales.tests.test_docstrings.LocaleInheritanceStub
zope.i18n.locales.LocaleNumbers:
Implementation of ILocaleCurrency including inheritance support.
zope.i18n.locales.LocaleOrientation:
Implementation of ILocaleOrientation
zope.i18n.locales.inheritance.InheritingDictionary:
Implementation of a dictionary that can also inherit values.
zope.testing.formparser.Input:
Input element.
zope.testing.formparser.Select:
Select element.
__builtin__.int:
int(x[, base]) -> integer
__builtin__.bool:
bool(x) -> bool
__builtin__.list:
list() -> new list list(sequence) -> new list initialized from
sequence's items
zope.testing.formparser.FormCollection:
Collection of all forms from a page.
p6.metadata.events.LoadMetadataEvent
zope.i18n.tests.test_formats.LocaleCalendarStub
zope.i18n.locales.LocaleCurrency:
Simple implementation of ILocaleCurrency without inheritance support,
since it is not needed for a single currency.
zope.i18n.locales.xmlfactory.LocaleFactory:
This class creates a Locale object from an ICU XML file.
zope.i18n.locales.LocaleFormat:
Specifies one of the format of a specific format length.
zope.i18n.locales.LocaleIdentity:
Represents a unique identification of the locale
zope.i18n.locales.provider.LocaleProvider:
A locale provider that get's its data from the XML data.
zope.i18n.tests.test_formats.LocaleStub
zope.i18n.locales.LocaleTimeZone:
Specifies one of the timezones of a specific locale.
zope.i18n.locales.LocaleVersion:
Represents a particular version of a locale
zope.i18nmessageid.message.MessageFactory:
Factory for creating i18n messages.
zope.i18nmessageid.messageid.MessageIDFactory:
Factory for creating MessageIDs.
p6.configure.metaconfigure.MGroupDirective:
A metadata group.
zope.schema.tests.test_strfield.MultiLine
zope.i18n.negotiator.Negotiator
zope.schema.tests.test_objectfield.NotFullyImplementedTestClass
zope.testing.formparser.Option:
Individual value representation for a select element.
p6.configure.metaconfigure.PagesDirective:
Definition of a set of pages.
zope.configuration.xmlconfig.ParserInfo:
Information about a directive based on parser data
p6.zcmlsupport.tests.views.R1
zope.configuration.config.RootStackItem
zope.configuration.config.GroupingStackItem:
Stack item for a grouping directive
zope.schema.tests.test_vocabulary.SampleTerm
zope.schema.tests.test_vocabulary.SampleVocabulary
zope.deprecation.deprecation.ShowSwitch:
Simple stack-based switch.
zope.configuration.config.SimpleStackItem:
Simple stack item
zope.schema.vocabulary.SimpleTerm:
Simple tokenized term used by SimpleVocabulary.
zope.i18n.simpletranslationdomain.SimpleTranslationDomain:
This is the simplest implementation of the ITranslationDomain I could
come up with.
zope.schema.vocabulary.SimpleVocabulary:
Vocabulary that works from a sequence of terms.
zope.schema.tests.test_strfield.SingleLine
zope.schema.tests.states.State
zope.schema.tests.states.StateVocabulary
p6.configure.metaconfigure.StorageDirective:
A storage declaration.
zope.configuration.tests.samplepackage.foo.stuff
unittest.TestCase:
A class whose instances are single test cases.
zope.schema.tests.test_vocabulary.BaseTest
zope.schema.tests.test_vocabulary.RegistryTests:
Tests of the simple vocabulary and presentation registries.
zope.schema.tests.test_field.FieldDefaultBehaviour
zope.schema.tests.test_equality.FieldEqualityTests
zope.schema.tests.test_field.FieldTestBase
zope.schema.tests.test_boolfield.BoolTest:
Test the Bool Field.
zope.schema.tests.test_containerfield.ContainerTest:
Test the Container Field.
zope.schema.tests.test_date.DateTest:
Test the Date Field.
zope.schema.tests.test_datetime.DatetimeTest:
Test the Datetime Field.
zope.schema.tests.test_dictfield.DictTest:
Test the Dict Field.
zope.schema.tests.test_field.FieldTest:
Test generic Field.
zope.schema.tests.test_floatfield.FloatTest:
Test the Float Field.
zope.schema.tests.test_interfacefield.InterfaceTest:
Test the Bool Field.
zope.schema.tests.test_intfield.IntTest:
Test the Int Field.
zope.schema.tests.test_iterablefield.IterableTest:
Test the Iterable Field.
zope.schema.tests.test_listfield.ListTest:
Test the List Field.
zope.schema.tests.test_objectfield.ObjectTest:
Test the Object Field.
zope.schema.tests.test_setfield.SetTest:
Test the Tuple Field.
zope.schema.tests.test_strfield.StrTest:
Test the Str Field.
zope.schema.tests.test_timedelta.TimedeltaTest:
Test the Timedelta Field.
zope.schema.tests.test_tuplefield.TupleTest:
Test the Tuple Field.
zope.i18n.locales.tests.test_xmlfactory.LocaleXMLFileTestCase:
This test verifies that every locale XML file can be loaded.
zope.schema.tests.test_schema.SchemaTest
zope.schema.tests.test_vocabulary.SimpleVocabularyTests
zope.schema.tests.test_states.StateSelectionTest
zope.modulealias.tests.test_modulealias.Test
zope.schema.tests.test_accessors.Test
zope.schema.tests.test_fieldproperty.Test
zope.i18n.tests.test_formats.TestBuildDateTimeParseInfo:
This class tests the functionality of the buildDateTimeParseInfo()
method with the German locale.
zope.i18n.tests.test_formats.TestDateTimeFormat:
Test the functionality of an implmentation of the ILocaleProvider
interface.
zope.i18n.tests.test_formats.TestDateTimePatternParser:
Extensive tests for the ICU-based-syntax datetime pattern parser.
zope.i18n.locales.tests.test_locales.TestGlobalLocaleProvider
zope.i18n.tests.testii18naware.TestII18nAware
zope.i18n.locales.tests.test_locales.TestILocaleProvider:
Test the functionality of an implmentation of the ILocaleProvider
interface.
zope.i18n.tests.test_interpolate.TestInterpolation
zope.i18n.locales.tests.test_locales.TestLocaleAndProvider
zope.i18n.tests.test_formats.TestNumberFormat:
Test the functionality of an implmentation of the NumberFormat.
zope.i18n.tests.test_formats.TestNumberPatternParser:
Extensive tests for the ICU-based-syntax number pattern parser.
zope.i18n.locales.tests.test_locales.TestRootLocale:
There were some complaints that the root locale does not work
correctly, so make sure it does.
zope.schema.tests.test_choice.Value_ChoiceFieldTests:
Tests of the Choice Field using values.
zope.schema.tests.test_choice.Vocabulary_ChoiceFieldTests:
Tests of the Choice Field using vocabularies.
zope.schema.tests.test_objectfield.TestClass
zope.i18n.tests.test_imessagecatalog.TestIMessageCatalog
datetime.timedelta:
Difference between two datetime values.
__builtin__.tuple:
tuple() -> an empty tuple tuple(sequence) -> tuple initialized
from sequence's items
__builtin__.type:
type(object) -> the object's type type(name, bases, dict) -> a
new type
p6.metadata.events.UpdateMetadataEvent:
An event for updating the metadata value for a field that applies to a
particular item.
p6.zcmlsupport.tests.views.V1
zope.schema.vocabulary.VocabularyRegistry
p6.zcmlsupport.tests.factory.X
zope.configuration.xmlconfig.XMLConfig:
Provide high-level handling of configuration files.
bdb.Bdb:
Generic Python debugger base class.
ccwsclient.rest.CcRest:
Wrapper class to decompose REST XML responses into Python objects.
cmd.Cmd:
A simple framework for writing line-oriented command interpreters.
exceptions.Exception:
Common base class for all exceptions.
zope.configuration.exceptions.ConfigurationError:
There was an error in a configuration
zope.configuration.config.ConfigurationConflictError
zope.configuration.config.ConfigurationExecutionError:
An error occurred during execution of a configuration action
zope.configuration.xmlconfig.ZopeSAXParseException:
Sax Parser errors, reformatted in an emacs friendly way
zope.configuration.xmlconfig.ZopeXMLConfigurationError:
Zope XML Configuration error
zope.testing.doctest.DocTestFailure:
A DocTest example has failed in debugging mode.
zope.i18n.locales.provider.LoadLocaleError:
This error is raised if a locale cannot be loaded.
zope.modulealias.metaconfigure.ModuleAliasException
exceptions.StandardError:
Base class for all standard Python exceptions.
exceptions.AssertionError:
Assertion failed.
exceptions.AttributeError:
Attribute not found.
exceptions.LookupError:
Base class for lookup errors.
exceptions.TypeError:
Inappropriate argument type.
pyarchive.exceptions.SubmissionError
zope.schema.interfaces.Unbound
zope.testing.doctest.UnexpectedException:
A DocTest example has encountered an unexpected exception
ftplib.FTP:
An FTP client class.
logging.Filterer:
A base class for loggers and handlers which allows them to share
common code.
logging.Handler:
Handler instances dispatch logging events to specific
destinations.
zope.testing.loggingsupport.Handler
zope.testing.loghandler.Handler:
Handler for use with unittest.TestCase objects.
p6.metadata.base.MetadataGroup:
Basic implementation of p6.metadata.interfaces.IMetadataGroup.
p6.storage.events.ItemDeselected
p6.storage.events.ItemSelected
p6.storage.events.StoreWork
p6.storage.events.ValidateWork
p6.storage.events.WorkStored
p6.storage.items.FileItemStream
p6.ui.events.ResetStatusEvent:
Basic implementation of an IResetStatusEvent.
p6.ui.events.UpdateStatusEvent:
Basic implementation of an IUpdateStatusEvent.
p6.zcmlsupport.tests.adapter.A4
p6.zcmlsupport.tests.adapter.A5
pyarchive.submission.ArchiveFile
pyarchive.submission.ArchiveItem:
<metadata>...
pyarchive.submission.ArchiveWorkItem
zope.interface.Interface
zope.schema.tests.test_interfacefield.DummyInterface
p6.zcmlsupport.tests.module.I
zope.schema.tests.test_fieldproperty.I
p6.zcmlsupport.tests.adapter.I1
p6.zcmlsupport.tests.adapter.I2
p6.zcmlsupport.tests.adapter.I3
p6.zcmlsupport.tests.module.I3
p6.zcmlsupport.tests.module.I4
p6.zcmlsupport.metadirectives.IAdapterDirective:
Register an adapter
p6.zcmlsupport.tests.components.IApp
pyarchive.interfaces.IArchiveWorkItem:
An interface for an item within an archive.org work.
pyarchive.interfaces.IArchiveFile:
A generic interface for a File in an archive.org submission.
p6.zcmlsupport.metadirectives.IBasicComponentInformation
p6.zcmlsupport.metadirectives.IResourceDirective:
Register a resource
p6.zcmlsupport.metadirectives.IUtilityDirective:
Register a utility.
p6.zcmlsupport.metadirectives.IBasicResourceInformation:
Basic information for resources
p6.zcmlsupport.metadirectives.IResourceDirective:
Register a resource
p6.zcmlsupport.metadirectives.IViewDirective:
Register a view for a component
p6.zcmlsupport.metadirectives.IBasicViewInformation:
This is the basic information for all views.
p6.zcmlsupport.metadirectives.IViewDirective:
Register a view for a component
p6.zcmlsupport.bbb.interfaces.IBBBRegisterableContainer
p6.zcmlsupport.bbb.interfaces.IBBBRegistered:
An object that can keep track of its configured uses.
p6.zcmlsupport.bbb.interfaces.IBBBRegistry
p6.zcmlsupport.bbb.interfaces.IBBBSiteManager:
Service Managers act as containers for Services.
zope.schema.tests.test_states.IBirthInfo
p6.metadata.types.IBooleanField
p6.zcmlsupport.tests.views.IC
p6.zcmlsupport.metadirectives.IClassDirective:
Make statements about a class
zope.configuration.interfaces.IConfigurationContext:
Configuration Context
p6.zcmlsupport.tests.components.IContent
p6.zcmlsupport.metadirectives.IDefaultViewName:
A string that contains the default view name
zope.configuration.config.IDirectiveInfo:
Information common to all directive definitions have
zope.configuration.config.IFullInfo:
Information that all top-level directives (not subdirectives) have
zope.configuration.config.IComplexDirectiveContext
zope.configuration.config.IStandaloneDirectiveInfo:
Info for full directives defined outside a directives directives
zope.configuration.config.IDirectivesInfo:
Schema for the directives directive
zope.configuration.config.IDirectivesContext
zope.configuration.config.IStandaloneDirectiveInfo:
Info for full directives defined outside a directives directives
p6.ui.interfaces.IEntryWidget
p6.zcmlsupport.tests.exampleclass.IExample
p6.zcmlsupport.tests.exampleclass.IExample2
p6.zcmlsupport.tests.exampleclass.IExampleContainer
zope.configuration.tests.directives.IFactory
p6.zcmlsupport.metadirectives.IFactoryDirective:
Define a factory
p6.zcmlsupport.metadirectives.IFactorySubdirective:
Specify the factory used to create this content object
zope.schema.interfaces.IField:
Basic Schema Field Interface.
zope.schema.interfaces.IBool
zope.schema.interfaces.IBytes
zope.schema.interfaces.IASCII
zope.schema.interfaces.IBytesLine
zope.schema.interfaces.IId:
A field containing a unique identifier
zope.schema.interfaces.IURI:
A field containing an absolute URI
zope.schema.interfaces.IChoice
zope.schema.interfaces.IContainer
zope.schema.interfaces.IDate
zope.schema.interfaces.IDatetime
zope.schema.interfaces.IFloat
zope.schema.interfaces.IInt
zope.schema.interfaces.IInterfaceField
zope.schema.interfaces.IIterable
zope.schema.interfaces.IBytes
zope.schema.interfaces.IASCII
zope.schema.interfaces.IBytesLine
zope.schema.interfaces.IId:
A field containing a unique identifier
zope.schema.interfaces.IURI:
A field containing an absolute URI
zope.schema.interfaces.ICollection
zope.schema.interfaces.IDict
zope.schema.interfaces.IText
zope.schema.interfaces.ILen
zope.schema.interfaces.IMinMaxLen
zope.schema.interfaces.IBytes
zope.schema.interfaces.IASCII
zope.schema.interfaces.IBytesLine
zope.schema.interfaces.IId:
A field containing a unique identifier
zope.schema.interfaces.IURI:
A field containing an absolute URI
zope.schema.interfaces.ICollection
zope.schema.interfaces.IDict
zope.schema.interfaces.IText
zope.schema.interfaces.IObject
zope.schema.interfaces.IOrderable
zope.schema.interfaces.IText
zope.schema.interfaces.ITimedelta
zope.configuration.tests.test_nested.IFieldInfo
p6.configure.metadirectives.IFileSelectorSubdirective:
File selector page.
p6.zcmlsupport.tests.factory.IFoo:
an even more dummy interface just for testing
zope.i18n.interfaces.IFormat:
A generic formatting class.
zope.i18n.interfaces.IDateTimeFormat:
DateTime formatting and parsing interface.
zope.i18n.interfaces.INumberFormat
zope.configuration.interfaces.IGroupingContext
zope.i18n.interfaces.II18nAware:
Internationalization aware content object.
p6.zcmlsupport.metadirectives.IImplementsSubdirective:
Declare that the class given by the content directive's class
attribute implements a given interface
zope.configuration.xmlconfig.IInclude:
The zope:include directive
p6.storage.interfaces.IInputStream:
An interface representing a Python file-like object.
p6.zcmlsupport.metadirectives.IInterfaceDirective:
Define an interface
p6.storage.interfaces.IItem
p6.storage.events.IItemDeselected
p6.storage.events.IItemSelected
zope.schema.interfaces.IIterableVocabulary:
Vocabulary which supports iteration over allowed values.
zope.schema.interfaces.IVocabulary:
Vocabulary which is iterable.
zope.schema.tests.states.IStateVocabulary:
Vocabularies that support the states database conform to this.
zope.schema.interfaces.IVocabularyTokenized:
Vocabulary that provides support for tokenized representation.
zope.configuration.tests.directives.Ik
zope.i18n.interfaces.ILanguageAvailability
p6.metadata.events.ILoadMetadataEvent:
Placeholder interface for LoadMetadata events; LoadMetadata events are
used to retrieve metadata values from persistant storage.
zope.i18n.interfaces.locales.ILocale:
This class contains all important information about the locale.
zope.i18n.interfaces.locales.ILocaleCalendar:
There is a massive amount of information contained in the calendar,
which made it attractive to be added.
zope.i18n.interfaces.locales.ILocaleCurrency:
Defines a particular currency.
zope.i18n.interfaces.locales.ILocaleDates:
This object contains various data about dates, times and time
zones.
zope.i18n.interfaces.locales.ILocaleDisplayNames:
Localized Names of common text strings.
zope.i18n.interfaces.locales.ILocaleFormat:
Specifies a format for a particular type of data.
zope.i18n.interfaces.locales.ILocaleFormatLength:
The format length describes a class of formats.
zope.i18n.interfaces.locales.ILocaleIdentity:
Identity information class for ILocale objects.
zope.i18n.interfaces.locales.ILocaleInheritance:
Locale inheritance support.
zope.i18n.interfaces.locales.IAttributeInheritance:
Provides inheritance properties for attributes
zope.i18n.interfaces.locales.IDictionaryInheritance:
Provides inheritance properties for dictionary keys
zope.i18n.interfaces.locales.ILocaleNumbers:
This object contains various data about numbers and currencies.
zope.i18n.interfaces.locales.ILocaleOrientation:
Information about the orientation of text.
zope.i18n.interfaces.locales.ILocaleProvider:
This interface is our connection to the Zope 3 service.
zope.i18n.interfaces.locales.ILocaleTimeZone:
Represents and defines various timezone information.
zope.i18n.interfaces.locales.ILocaleVersion:
Represents the version of a locale.
p6.configure.metadirectives.IMdataGroupDirective:
Metadata grouping.
zope.i18n.interfaces.IMessageCatalog:
A catalog (mapping) of message ids to message text strings.
zope.i18n.interfaces.IMessageExportFilter:
The Export Filter for Translation Service Messages.
zope.i18n.interfaces.IMessageImportFilter:
The Import Filter for Translation Service Messages.
p6.metadata.interfaces.IMetadataField:
Abstracts a single metadata field, along with meta-information for
generating the user interface.
p6.configure.metadirectives.IMetadataFieldSubdirective
p6.metadata.interfaces.IMetadataGroup:
Collects metadata fields into a logical group which can "apply
to" another interface.
p6.metadata.license.ILicenseGroup:
Placeholder interface for differentiating between regular groups and
license-selector metadata groups.
p6.configure.metadirectives.IMetadataPagesSubdirective:
A sequence of pages generated from the metadata.
p6.metadata.interfaces.IMetadataProvider:
MetadataProviders give read-only access to metadata attributes.
p6.metadata.interfaces.IMetadataStorage:
Implementors of IMetadataStorage give read-write access to metadata
attributes.
zope.modulealias.metadirectives.IModuleAliasDirective:
Define a new module alias
zope.i18n.interfaces.INegotiator:
A language negotiation service.
zope.configuration.tests.directives.IPackaged
p6.configure.metadirectives.IPagesDirective:
Assembly of pages which defines a wizard-like application.
p6.configure.metadirectives.IPageSubdirective:
A single page.
p6.metadata.types.IPasswordField
zope.configuration.config.IProvidesDirectiveInfo:
Information for a <meta:provides> directive
p6.zcmlsupport.tests.views.IR
zope.configuration.tests.test_conditions.IRegister:
Trivial sample registry.
zope.configuration.tests.test_simple.IRegisterFile
p6.zcmlsupport.bbb.interfaces.IRegistrationStack:
A stack of registrations for a set of parameters
p6.zcmlsupport.metadirectives.IRequireSubdirective:
Indicate that the a specified list of names or the names in a
given Interface require a given permission for access.
p6.ui.events.IResetStatus:
IResetStatus events are published to instruct the user interface to
reset progress bars.
p6.zcmlsupport.tests.adapter.IS
zope.configuration.tests.test_nested.ISchema:
Interface that distinguishes the schema directive
zope.configuration.tests.test_nested.ISchemaInfo:
Parameter schema for the schema directive
zope.schema.tests.test_schema.ISchemaTest
p6.metadata.types.ISelectionField
zope.configuration.tests.directives.ISimple
zope.schema.interfaces.ISource:
A set of values from which to choose
zope.schema.interfaces.IBaseVocabulary:
Representation of a vocabulary.
zope.schema.interfaces.IVocabulary:
Vocabulary which is iterable.
zope.schema.tests.states.IStateVocabulary:
Vocabularies that support the states database conform to this.
zope.schema.interfaces.IVocabularyTokenized:
Vocabulary that provides support for tokenized representation.
zope.schema.interfaces.ISourceQueriables:
A collection of objects for querying sources
zope.configuration.config.IStackItem:
Configuration machine stack items
p6.storage.interfaces.IStorage
p6.configure.metadirectives.IStorageDirective:
Storage instantiation.
p6.storage.events.IStore
p6.storage.events.IStored
p6.configure.metadirectives.IStorePageSubdirective:
A generic storage page which is able to emit and handle the
appropriate events.
p6.zcmlsupport.metadirectives.ISubscriberDirective:
Register a subscriber
zope.schema.interfaces.ITerm:
Object representing a single value in a vocabulary.
zope.schema.interfaces.ITokenizedTerm:
Object representing a single value in a tokenized vocabulary.
zope.schema.interfaces.ITitledTokenizedTerm:
A tokenized term that includes a title.
zope.schema.tests.test_objectfield.ITestSchema:
A test schema
p6.metadata.types.ITextField
zope.i18n.interfaces.ITranslationDomain:
The Translation Domain utility
This interface provides methods for translating text, including text with
interpolation.
zope.i18n.interfaces.ITranslator:
A collaborative object which contains the domain, context, and
locale.
p6.metadata.events.IUpdateMetadataEvent:
Placeholder interface for metadata update events.
p6.ui.events.IUpdateStatus:
IUpdateStatus events are published to let the interface know when to
increment the progress bar.
zope.i18n.interfaces.IUserPreferredCharsets:
This interface provides charset negotiation based on user
preferences.
zope.i18n.interfaces.IUserPreferredLanguages:
This interface provides language negotiation based on user
preferences.
p6.zcmlsupport.tests.views.IV
p6.storage.events.IValidate
zope.schema.interfaces.IVocabularyRegistry:
Registry that provides IBaseVocabulary objects for specific
fields.
p6.app.interfaces.IWizardApp
p6.ui.interfaces.IWizardPage
p6.zcmlsupport.tests.factory.IX:
the dummy interface which class X supposedly implements, according to
the factory
p6.configure.metadirectives.IXmldisplayPageSubdirective:
A generic page which displays a psuedo-XML representation of the
metadata collected.
p6.configure.metadirectives.IXrcPageSubdirective:
A customizable XRC page.
zope.configuration.zopeconfigure.IZopeConfigure:
The zope:configure Directive
p6.zcmlsupport.tests.module.S
zope.configuration.tests.samplepackage.foo.S1
p6.zcmlsupport.tests.module.S2
zope.testing.doctest.DocTest:
A collection of doctest examples that should be run in a single
namespace.
zope.testing.doctest.DocTestFinder:
A class used to extract the DocTests that are relevant to a given
object, from its docstring and the docstrings of its contained
objects.
zope.testing.doctest.DocTestParser:
A class used to parse strings containing doctest examples.
zope.testing.doctest.DocTestRunner:
A class used to run DocTest test cases, and accumulate statistics.
zope.testing.doctest.DebugRunner:
Run doc tests but raise an exception as soon as there is a failure.
zope.testing.doctest.Example:
A single doctest example, consisting of source code and expected
output.
zope.testing.doctest.OutputChecker:
A class used to check the whether the actual output from a doctest
example matches the expected output.
zope.testing.doctest.Tester
zope.testing.module.FakeModule
| Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1 on Fri Jun 24 12:01:28 2005 | http://epydoc.sf.net |