Re: Binarycloud and PEAR
Manuel Holtgrewe <[email protected]>
| Newsgroups | gmane.comp.lib.binarycloud.devel |
|---|---|
| Message-ID | <[email protected]> |
dirstruct was empty --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe-zNu2Yekbks92Brm55YPRC3dfcadvtA/[email protected] For additional commands, e-mail: dev-help-zNu2Yekbks92Brm55YPRC3dfcadvtA/[email protected]
dirstruct.txt
(text/plain, 33.2 KB)
/Users/manuel/binarycloud/
|-- binarycloud
| |-- auth
| | |-- Auth.php
| | |-- AuthorizeableAction.php
| | |-- Perm.php
| | |-- RoleNameValidator.php
| | |-- User.php
| | |-- authenticators
| | | |-- StorageAuthenticator.php
| | | `-- lang
| | | |-- Strings.en.xml
| | | `-- Strings.pl.xml
| | |-- authorizers
| | | |-- NdfAuthorizer.php
| | | |-- NodeAuthorizer.php
| | | |-- URIAuthorizer.php
| | | `-- lang
| | | |-- Strings.en.xml
| | | `-- Strings.pl.xml
| | |-- lang
| | | |-- Strings.en.xml
| | | `-- Strings.pl.xml
| | |-- perm_schema.sql
| | |-- phing
| | | |-- filters
| | | | `-- RoleCompilerFilter.php
| | | |-- parser
| | | | |-- AuthConfAuthorizerEntryFilter.php
| | | | |-- AuthConfAuthorizersSectionFilter.php
| | | | |-- AuthConfFilter.php
| | | | |-- AuthConfRootFilter.php
| | | | |-- DumbFilter.php
| | | | |-- PolicyFilter.php
| | | | |-- PolicyResourceFilter.php
| | | | |-- PolicyResourceTypeFilter.php
| | | | |-- PolicyRootFilter.php
| | | | |-- RoleDescriptionFilter.php
| | | | |-- RoleFilter.php
| | | | |-- RolePolicyImportFilter.php
| | | | `-- RoleRootFilter.php
| | | `-- tasks
| | | `-- RoleCompilerTask.php
| | `-- xml
| | |-- merge-all.xsl
| | |-- perm2sql.xsl
| | `-- role2sql.xsl
| |-- conf
| | |-- Conf.php
| | |-- lang
| | | |-- Strings.en.xml
| | | `-- Strings.fr.xml
| | `-- xml
| | |-- ConfName.conf.xml
| | |-- conf.dtd
| | `-- conf2ary.xsl
| |-- creole
| | |-- CallableStatement.php
| | |-- Connection.php
| | |-- Creole.php
| | |-- CreoleException.php
| | |-- CreoleTypes.php
| | |-- IdGenerator.php
| | |-- PreparedStatement.php
| | |-- README-BINARYCLOUD
| | |-- ResultSet.php
| | |-- ResultSetIterator.php
| | |-- SQLException.php
| | |-- Statement.php
| | |-- common
| | | |-- ConnectionCommon.php
| | | |-- PreparedStatementCommon.php
| | | |-- ResultSetCommon.php
| | | `-- StatementCommon.php
| | |-- creole_old.tgz
| | |-- drivers
| | | |-- mssql
| | | | |-- MSSQLCallableStatement.php
| | | | |-- MSSQLConnection.php
| | | | |-- MSSQLIdGenerator.php
| | | | |-- MSSQLPreparedStatement.php
| | | | |-- MSSQLResultSet.php
| | | | |-- MSSQLStatement.php
| | | | |-- MSSQLTypes.php
| | | | `-- metadata
| | | | |-- MSSQLDatabaseInfo.php
| | | | `-- MSSQLTableInfo.php
| | | |-- mysql
| | | | |-- MySQLConnection.php
| | | | |-- MySQLIdGenerator.php
| | | | |-- MySQLPreparedStatement.php
| | | | |-- MySQLResultSet.php
| | | | |-- MySQLStatement.php
| | | | |-- MySQLTypes.php
| | | | `-- metadata
| | | | |-- MySQLDatabaseInfo.php
| | | | `-- MySQLTableInfo.php
| | | |-- oracle
| | | | |-- OCI8Connection.php
| | | | |-- OCI8IdGenerator.php
| | | | |-- OCI8ResultSet.php
| | | | |-- OCI8Statement.php
| | | | `-- OCI8Types.php
| | | `-- pgsql
| | | |-- PgSQLConnection.php
| | | |-- PgSQLIdGenerator.php
| | | |-- PgSQLPreparedStatement.php
| | | |-- PgSQLResultSet.php
| | | |-- PgSQLStatement.php
| | | |-- PgSQLTypes.php
| | | `-- metadata
| | | |-- PgSQLDatabaseInfo.php
| | | `-- PgSQLTableInfo.php
| | |-- metadata
| | | |-- ColumnInfo.php
| | | |-- DatabaseInfo.php
| | | |-- ForeignKeyInfo.php
| | | |-- IndexInfo.php
| | | |-- PrimaryKeyInfo.php
| | | `-- TableInfo.php
| | |-- unit_tests
| | | |-- CreoleTestCase.php
| | | `-- CreoleTestSuite.php
| | `-- util
| | |-- Blob.php
| | |-- Clob.php
| | |-- Lob.php
| | `-- sql
| | `-- SQLStatementExtractor.php
| |-- debug
| | |-- Debug.php
| | |-- lang
| | | |-- Strings.en.xml
| | | `-- Strings.pl.xml
| | `-- tpl
| | |-- BrowserInfo.tpl
| | |-- ClientInfo.tpl
| | |-- Configuration.tpl
| | |-- Constants.tpl
| | |-- Debug.tpl
| | |-- DeclaredClasses.tpl
| | |-- DocRootTree.tpl
| | |-- ElapsedTime.tpl
| | |-- HTTPHeaders.tpl
| | |-- IncludedFiles.tpl
| | |-- LogMessages.tpl
| | |-- ServerInfo.tpl
| | |-- ServerVars.tpl
| | |-- SmartyConsole.tpl
| | `-- UserInfo.tpl
| |-- env
| | |-- Client.php
| | |-- Env.php
| | |-- Request.php
| | |-- Session.php
| | `-- URI.php
| |-- event
| | |-- Event.php
| | `-- lang
| | `-- Strings.en.xml
| |-- exception
| | `-- Exception.php
| |-- filters
| | |-- EncodeEntitiesFilter.php
| | |-- Filter.php
| | |-- NullifyFilter.php
| | |-- PregMatchToEmptyFilter.php
| | |-- StripTagsFilter.php
| | |-- StripXSSFilter.php
| | |-- TrimFilter.php
| | |-- TruncateFilter.php
| | `-- lang
| | |-- Strings.en.xml
| | `-- Strings.nl.xml
| |-- form
| | |-- Form.php
| | |-- FormInput.php
| | |-- lang
| | | |-- Strings.en.xml
| | | |-- Strings.fr.xml
| | | |-- Strings.nl.xml
| | | `-- Strings.pl.xml
| | |-- nodes
| | | |-- ActionButtonsFormInput.php
| | | |-- ButtonFormInput.php
| | | |-- CheckBoxFormInput.php
| | | |-- CheckBoxGroupFormInput.php
| | | |-- ComboBoxFormInput.php
| | | |-- FileUploadFormInput.php
| | | |-- HiddenFormInput.php
| | | |-- ImageFormInput.php
| | | |-- PasswordFormInput.php
| | | |-- RadioGroupFormInput.php
| | | |-- ResetFormInput.php
| | | |-- SelectBoxFormInput.php
| | | |-- SubmitFormInput.php
| | | |-- TextAreaFormInput.php
| | | |-- TextFormInput.php
| | | `-- tpl
| | | |-- ActionButtonsFormInput.tpl
| | | |-- ButtonFormInput.tpl
| | | |-- CheckBoxFormInput.tpl
| | | |-- CheckBoxGroupFormInput.tpl
| | | |-- ComboBoxFormInput.tpl
| | | |-- Error.tpl
| | | |-- FileUploadFormInput.tpl
| | | |-- HiddenFormInput.tpl
| | | |-- Hint.tpl
| | | |-- ImageFormInput.tpl
| | | |-- Notes.tpl
| | | |-- PasswordFormInput.tpl
| | | |-- RadioGroupFormInput.tpl
| | | |-- ResetFormInput.tpl
| | | |-- SelectBoxFormInput.tpl
| | | |-- SubmitFormInput.tpl
| | | |-- TextAreaFormInput.tpl
| | | `-- TextFormInput.tpl
| | |-- tpl
| | | |-- ActionButtonsFormComponent.tpl
| | | |-- CheckBoxFormComponent.tpl
| | | |-- Form.tpl
| | | `-- FormComponent.tpl
| | `-- xml
| | `-- form2ary.xsl
| |-- init
| | |-- BcErrorHandler.php
| | |-- Project.php
| | |-- Timer.php
| | |-- binarycloud.php
| | |-- functions.php
| | |-- lang
| | | `-- Strings.en.xml
| | `-- lang_autoswitch.php
| |-- locale
| | |-- Locale.php
| | |-- phing
| | | |-- parser
| | | | |-- LangStringFilter.php
| | | | |-- LangStringListFilter.php
| | | | `-- LangStringRootFilter.php
| | | `-- types
| | | `-- BcLangTokenReader.php
| | `-- xml
| | |-- LangPack.pack.xml
| | |-- Strings.lang.xml
| | |-- lang.dtd
| | `-- langpack.dtd
| |-- log
| | |-- Log.php
| | |-- Logger.php
| | `-- loggers
| | |-- EchoLogger.php
| | |-- FileLogger.php
| | |-- JavascriptLogger.php
| | |-- MailLogger.php
| | `-- SyslogLogger.php
| |-- node
| | |-- Node.php
| | |-- Resources.php
| | |-- Template.php
| | |-- lang
| | | |-- Strings.de.xml
| | | |-- Strings.en.xml
| | | |-- Strings.fr.xml
| | | `-- Strings.pl.xml
| | |-- phing
| | | `-- TouchNdfTask.php
| | |-- rc2torc3helper.sh
| | |-- tpl
| | | `-- Node.tpl
| | `-- xml
| | |-- Node.ndf.xml
| | |-- SimpleNode.ndf.xml
| | |-- add_default_ns.xsl
| | |-- form_try.ndf
| | |-- ndf2php.xsl
| | |-- node.dtd
| | |-- node2ary.xsl
| | |-- node_include.xsl
| | |-- normalize_ns.xsl
| | |-- test-included.ndf.xml
| | |-- test-main.ndf.xml
| | |-- testxsl.sh
| | `-- validate.sh
| |-- phing
| | |-- CHANGELOG
| | |-- CREDITS
| | |-- INSTALL.UNIX
| | |-- INSTALL.WIN32
| | |-- LICENSE
| | |-- README
| | |-- bin
| | | |-- phing
| | | |-- phing.bat
| | | |-- phing.php
| | | |-- phing.sh
| | | |-- php-README
| | | `-- php.exe-README
| | `-- classes
| | |-- packagesupport.php
| | `-- phing
| | |-- BuildEvent.php
| | |-- BuildException.php
| | |-- BuildListener.php
| | |-- DefaultLogger.php
| | |-- IntrospectionHelper.php
| | |-- Main.php
| | |-- NoBannerLogger.php
| | |-- Project.php
| | |-- ProjectComponent.php
| | |-- RuntimeConfigurable.php
| | |-- Target.php
| | |-- Task.php
| | |-- TaskAdapter.php
| | |-- TaskContainer.php
| | |-- UnknownElement.php
| | |-- VERSION.TXT
| | |-- filters
| | | |-- BaseFilterReader.php
| | | |-- BaseParamFilterReader.php
| | | |-- EntityNumericToSymbol.php
| | | |-- EntitySymbolToNumeric.php
| | | |-- ExpandProperties.php
| | | |-- HeadFilter.php
| | | |-- LineContains.php
| | | |-- LineContainsRegExp.php
| | | |-- PrefixLines.php
| | | |-- ReplaceTokens.php
| | | |-- StripLineBreaks.php
| | | |-- StripLineComments.php
| | | |-- StripPhpComments.php
| | | |-- TabToSpaces.php
| | | |-- TailFilter.php
| | | |-- XsltFilter.php
| | | `-- util
| | | |-- ChainReaderHelper.php
| | | |-- IniFileTokenReader.php
| | | `-- xhtml.ent
| | |-- lib
| | | |-- BuildFileFinder.php
| | | |-- Gaugebox.php
| | | |-- Regex.php
| | | |-- Signal.php
| | | |-- Tar.php
| | | |-- Timer.php
| | | |-- Trie.php
| | | |-- detect_php.php
| | | `-- xmlwriterclass.php
| | |-- manifest
| | |-- mappers
| | | |-- FileNameMapper.php
| | | |-- FlattenMapper.php
| | | |-- GlobMapper.php
| | | |-- IdentityMapper.php
| | | |-- MergeMapper.php
| | | |-- RegexMapper.php
| | | `-- regex
| | | |-- PregRegexEngine.php
| | | |-- RegexEngine.php
| | | `-- RegexMatcher.php
| | |-- parser
| | | |-- AbstractFilter.php
| | | |-- AbstractSAXParser.php
| | | |-- DataTypeFilter.php
| | | |-- ExpatParseException.php
| | | |-- ExpatParser.php
| | | |-- Location.php
| | | |-- NestedElementFilter.php
| | | |-- ProjectConfigurator.php
| | | |-- ProjectFilter.php
| | | |-- RootFilter.php
| | | |-- TargetFilter.php
| | | |-- TaskFilter.php
| | | `-- manifest
| | |-- system
| | | |-- io
| | | | |-- BufferedReader.php
| | | | |-- BufferedWriter.php
| | | | |-- File.php
| | | | |-- FileReader.php
| | | | |-- FileSystem.php
| | | | |-- FileWriter.php
| | | | |-- FilterReader.php
| | | | |-- IOException.php
| | | | |-- Reader.php
| | | | |-- StringReader.php
| | | | |-- TokenReader.php
| | | | |-- UnixFileSystem.php
| | | | |-- Win32FileSystem.php
| | | | |-- WinNTFileSystem.php
| | | | `-- Writer.php
| | | |-- lang
| | | | |-- ArrayIndexOutOfBoundsException.php
| | | | |-- Character.php
| | | | |-- EventObject.php
| | | | |-- Exception.php
| | | | |-- NullPointerException.php
| | | | |-- RuntimeException.php
| | | | |-- SecurityException.php
| | | | |-- System.php
| | | | |-- Throwable.php
| | | | |-- functions.php
| | | | `-- manifest
| | | `-- util
| | | |-- Cmd.php
| | | |-- Err.php
| | | |-- Logger.php
| | | |-- Message.php
| | | |-- Properties.php
| | | `-- StringTokenizer.php
| | |-- tasks
| | | |-- defaults.properties
| | | |-- ext
| | | | |-- HtmlTidyTask.php
| | | | |-- MkPackageTask.php
| | | | |-- PHPDocTask.php
| | | | |-- PHPDocuTask.php
| | | | |-- StripTask.php
| | | | `-- ZencodeTask.php
| | | |-- system
| | | | |-- AvailableTask.php
| | | | |-- ChmodTask.php
| | | | |-- ConditionTask.php
| | | | |-- CopyTask.php
| | | | |-- DeleteTask.php
| | | | |-- DumpTask.php
| | | | |-- EchoTask.php
| | | | |-- ExecTask.php
| | | | |-- ForeachTask.php
| | | | |-- MkdirTask.php
| | | | |-- MoveTask.php
| | | | |-- PhingCallTask.php
| | | | |-- PhingTask.php
| | | | |-- PropertyTask.php
| | | | |-- TarTask.php
| | | | |-- TaskdefTask.php
| | | | |-- TouchTask.php
| | | | |-- TypedefTask.php
| | | | |-- XsltTask.php
| | | | `-- condition
| | | | |-- And.php
| | | | |-- Condition.php
| | | | |-- ConditionBase.php
| | | | |-- Equals.php
| | | | |-- Not.php
| | | | |-- Or.php
| | | | `-- Os.php
| | | `-- task_skel
| | |-- types
| | | |-- DataType.php
| | | |-- FileList.php
| | | |-- Fileset.php
| | | |-- FilterChain.php
| | | |-- FilterSet.php
| | | |-- Mapper.php
| | | |-- Parameter.php
| | | |-- Patternset.php
| | | |-- PhingFilterReader.php
| | | |-- Reference.php
| | | |-- RegularExpression.php
| | | |-- TokenReader.php
| | | |-- TokenSource.php
| | | `-- defaults.properties
| | `-- util
| | |-- DirectoryScanner.php
| | |-- FileUtils.php
| | |-- SourceFileScanner.php
| | `-- regex
| | |-- PregRegexEngine.php
| | |-- RegexEngine.php
| | `-- RegexMatcher.php
| |-- storage
| | |-- BaseStorage.php
| | |-- Criteria.php
| | |-- Entity.php
| | |-- EntitySet.php
| | |-- Metadata.php
| | |-- Storage.php
| | `-- drivers
| | |-- MySQLStorage.php
| | `-- SQLStorage.php
| |-- table
| | |-- Table.php
| | |-- lang
| | | `-- Strings.en.xml
| | `-- tpl
| | |-- BlockTable.tpl
| | |-- Table.tpl
| | |-- TablePagination.tpl
| | `-- VerticalTable.tpl
| |-- unit_test
| | |-- Assertable.php
| | |-- ErrorHandler.php
| | |-- TestCase.php
| | |-- TestSuite.php
| | |-- UnitTest.php
| | |-- ndf
| | | `-- UnitTest.ndf.xml
| | `-- tpl
| | |-- TestDetails.tpl
| | |-- TestResults.tpl
| | `-- UnitTest.tpl
| `-- validators
| |-- AgeValidator.php
| |-- AlphaCharsValidator.php
| |-- CharsetValidator.php
| |-- CreditCardNumberValidator.php
| |-- DateTimeValidator.php
| |-- DateValidator.php
| |-- EmailSMTPValidator.php
| |-- EmailValidator.php
| |-- FileUploadImageSizeValidator.php
| |-- FileUploadImageValidator.php
| |-- FileUploadSizeValidator.php
| |-- FloatValidator.php
| |-- IPAddressValidator.php
| |-- IntegerValidator.php
| |-- MaxLengthValidator.php
| |-- MaxValidator.php
| |-- MinLengthValidator.php
| |-- MinValidator.php
| |-- NoEntitiesValidator.php
| |-- NoLineBreaksValidator.php
| |-- NoTagValidator.php
| |-- NotVoidValidator.php
| |-- PasswordValidator.php
| |-- PregValidator.php
| |-- TimeValidator.php
| |-- UrlValidator.php
| |-- Validator.php
| |-- lang
| | |-- Strings.de.xml
| | |-- Strings.en.xml
| | |-- Strings.fr.xml
| | |-- Strings.nl.xml
| | `-- Strings.pl.xml
| `-- lib
| `-- emailvalidation
| |-- email_validation.php
| |-- getmxrr.php
| `-- test_email_validation.php
|-- data
| |-- binarycloud_debug
| | `-- resources
| | |-- css
| | | `-- debug.css
| | `-- images
| | `-- debug_icon.gif
| |-- binarycloud_form
| | `-- resources
| | |-- css
| | | `-- form.css
| | |-- html
| | | `-- picker.html
| | |-- htmlarea
| | | |-- images
| | | | |-- cell_prop.gif
| | | | |-- ed_about.gif
| | | | |-- ed_align_center.gif
| | | | |-- ed_align_justify.gif
| | | | |-- ed_align_left.gif
| | | | |-- ed_align_right.gif
| | | | |-- ed_blank.gif
| | | | |-- ed_charmap.gif
| | | | |-- ed_color_bg.gif
| | | | |-- ed_color_fg.gif
| | | | |-- ed_copy.gif
| | | | |-- ed_custom.gif
| | | | |-- ed_cut.gif
| | | | |-- ed_delete.gif
| | | | |-- ed_format_bold.gif
| | | | |-- ed_format_italic.gif
| | | | |-- ed_format_strike.gif
| | | | |-- ed_format_sub.gif
| | | | |-- ed_format_sup.gif
| | | | |-- ed_format_underline.gif
| | | | |-- ed_help.gif
| | | | |-- ed_hr.gif
| | | | |-- ed_html.gif
| | | | |-- ed_image.gif
| | | | |-- ed_indent_less.gif
| | | | |-- ed_indent_more.gif
| | | | |-- ed_link.gif
| | | | |-- ed_list_bullet.gif
| | | | |-- ed_list_num.gif
| | | | |-- ed_redo.gif
| | | | |-- ed_undo.gif
| | | | |-- fullscreen_maximize.gif
| | | | |-- fullscreen_minimize.gif
| | | | |-- insert_table.gif
| | | | `-- source.gif
| | | `-- popups
| | | |-- about.html
| | | |-- blank.html
| | | |-- cell_property.html
| | | |-- custom2.html
| | | |-- editor_help.html
| | | |-- fullscreen.html
| | | |-- insert_html.html
| | | |-- insert_image.html
| | | |-- insert_link.html
| | | |-- insert_table.html
| | | |-- old-fullscreen.html
| | | |-- old_insert_image.html
| | | |-- popup.js
| | | `-- select_color.html
| | |-- images
| | | |-- cal.gif
| | | |-- hint.gif
| | | `-- picker.gif
| | `-- js
| | |-- calendar-en.js
| | |-- calendar-setup.js
| | |-- calendar.js
| | |-- dialog.js
| | |-- form.js
| | |-- htmlarea-lang-en.js
| | |-- htmlarea.js
| | |-- picker.js
| | `-- tooltip.js
| |-- binarycloud_init
| | `-- resources
| | |-- css
| | | `-- binarycloud.css
| | `-- js
| | `-- binarycloud.js
| |-- binarycloud_table
| | `-- resources
| | |-- css
| | | `-- table.css
| | `-- images
| | |-- First.gif
| | |-- Last.gif
| | |-- Next.gif
| | |-- Prev.gif
| | |-- arrow_down.gif
| | `-- arrow_up.gif
| `-- binarycloud_unit_test
| `-- resources
| `-- css
| `-- unit_test.css
|-- docs
| |-- binarycloud_auth
| | `-- docs
| | `-- book
| | `-- en
| | |-- auth.book.xml
| | |-- build.properties
| | |-- chapters
| | | |-- About.html
| | | |-- Authentication.html
| | | |-- Authorization.html
| | | |-- Bibliography.html
| | | |-- Reference.html
| | | `-- Theory.html
| | |-- css
| | | |-- Documentation.css
| | | `-- ToC.css
| | `-- resources
| | `-- README.txt
| |-- binarycloud_conf
| | `-- docs
| | `-- book
| | `-- en
| | |-- build.properties
| | |-- chapters
| | | |-- About.html
| | | |-- Files.html
| | | |-- Future.html
| | | |-- Introduction.html
| | | |-- Problems.html
| | | `-- Synopsis.html
| | |-- conf.book.xml
| | |-- css
| | | `-- Documentation.css
| | `-- resources
| | `-- README.txt
| |-- binarycloud_debug
| | `-- docs
| | `-- book
| | `-- en
| | |-- build.properties
| | |-- chapters
| | | |-- About.html
| | | |-- Configuration.html
| | | |-- Future.html
| | | |-- Introduction.html
| | | `-- Problems.html
| | |-- css
| | | |-- Documentation.css
| | | `-- ToC.css
| | |-- debug.book.xml
| | `-- resources
| | `-- README.txt
| |-- binarycloud_env
| | `-- docs
| | `-- book
| | `-- en
| | |-- build.properties
| | |-- chapters
| | | |-- About.html
| | | |-- Client.html
| | | |-- Future.html
| | | |-- Introduction.html
| | | |-- Problems.html
| | | |-- Request.html
| | | |-- Session.html
| | | |-- Synopsis.html
| | | `-- URI.html
| | |-- css
| | | |-- Documentation.css
| | | |-- NavBar.css
| | | |-- Singlepage.css
| | | `-- ToC.css
| | |-- env.book.xml
| | `-- resources
| | `-- README.txt
| |-- binarycloud_event
| | `-- docs
| | `-- book
| | `-- en
| | |-- build.properties
| | |-- chapters
| | | |-- About.html
| | | |-- Configuration.html
| | | |-- Events.html
| | | |-- Future.html
| | | |-- Introduction.html
| | | |-- Problems.html
| | | |-- References.html
| | | `-- Synopsis.html
| | |-- css
| | | `-- Documentation.css
| | |-- event.book.xml
| | `-- resources
| | `-- README.txt
| |-- binarycloud_exception
| | `-- docs
| | `-- book
| | `-- en
| | |-- build.properties
| | |-- chapters
| | | |-- About.html
| | | |-- Future.html
| | | |-- Introduction.html
| | | |-- Problems.html
| | | |-- References.html
| | | `-- Synopsis.html
| | |-- css
| | | `-- Documentation.css
| | |-- exception.book.xml
| | `-- resources
| | `-- README.txt
| |-- binarycloud_filters
| | `-- docs
| | `-- book
| | `-- en
| | |-- build.properties
| | |-- chapters
| | | |-- About.html
| | | |-- Future.html
| | | |-- Introduction.html
| | | |-- Problems.html
| | | `-- Synopsis.html
| | |-- css
| | | `-- Documentation.css
| | |-- filters.book.xml
| | `-- resources
| | `-- README.txt
| |-- binarycloud_form
| | `-- docs
| | `-- book
| | `-- en
| | |-- build.sh
| | |-- chapters
| | | `-- About.html
| | |-- css
| | | `-- Documentation.css
| | |-- form.book.xml
| | `-- resources
| | `-- README.txt
| |-- binarycloud_init
| | `-- docs
| | `-- book
| | `-- en
| | |-- build.properties
| | |-- chapters
| | | |-- About.html
| | | |-- Future.html
| | | |-- Introduction.html
| | | |-- Problems.html
| | | |-- Synopsis.html
| | | `-- Timer.html
| | |-- css
| | | |-- Documentation.css
| | | |-- NavBar.css
| | | |-- Singlepage.css
| | | `-- ToC.css
| | |-- init.book.xml
| | `-- resources
| | |-- README.txt
| | `-- images
| | `-- layer_diagram.png
| |-- binarycloud_log
| | `-- docs
| | `-- book
| | `-- en
| | |-- build.properties
| | |-- chapters
| | | |-- About.html
| | | |-- Configuration.html
| | | |-- Future.html
| | | |-- Introduction.html
| | | |-- Loggers.html
| | | `-- Problems.html
| | |-- css
| | | |-- Documentation.css
| | | |-- NavBar.css
| | | |-- Singlepage.css
| | | `-- ToC.css
| | |-- log.book.xml
| | `-- resources
| | `-- README.txt
| |-- binarycloud_node
| | `-- docs
| | |-- api
| | | `-- README.txt
| | `-- book
| | `-- en
| | |-- build.properties
| | |-- chapters
| | | |-- About.html
| | | |-- Future.html
| | | |-- Introduction.html
| | | |-- Node.html
| | | |-- NodeDefinition.html
| | | |-- Problems.html
| | | |-- Resources.html
| | | |-- Synopsis.html
| | | |-- Template.html
| | | `-- TopNode.html
| | |-- css
| | | `-- Documentation.css
| | |-- node.book.xml
| | `-- resources
| | `-- process-graphs
| | |-- nodeGetNode.graffle
| | |-- nodeInit.graffle
| | `-- nodeMain.graffle
| |-- binarycloud_phing
| | `-- docs
| | `-- phing_guide
| | |-- PhingGuide_en.pdf
| | |-- chapters
| | | |-- AboutThisBook.html
| | | |-- BasicConcepts.html
| | | |-- Bibliography.html
| | | |-- ExtendingPhing.html
| | | |-- GettingStarted.html
| | | |-- Introduction.html
| | | |-- ProjectComponents.html
| | | |-- Setup.html
| | | `-- appendixes
| | | |-- AppendixA-FactSheet.html
| | | |-- AppendixB-CoreTasks.html
| | | |-- AppendixC-CoreTypes.html
| | | |-- AppendixD-ProjectComponents.html
| | | `-- AppendixE-FileFormats.html
| | |-- css
| | | |-- Documentation.css
| | | `-- FrameToc.css
| | |-- frame
| | | |-- DocFrame.html
| | | `-- NavTop.html
| | |-- images
| | | |-- ExtendingTree.gif
| | | `-- README.txt
| | |-- index.html
| | |-- js
| | | `-- BookNav.js
| | `-- toc
| | |-- FrameToC.html
| | |-- ToC.html
| | |-- TocBottom.html
| | `-- TocTop.html
| |-- binarycloud_table
| | `-- docs
| | `-- book
| | `-- en
| | |-- build.properties
| | |-- chapters
| | | |-- About.html
| | | |-- Examples.html
| | | |-- Future.html
| | | |-- Introduction.html
| | | |-- Problems.html
| | | `-- Synopsis.html
| | |-- css
| | | `-- Documentation.css
| | |-- resources
| | | |-- README.txt
| | | `-- images
| | | |-- brotzman.jpg
| | | |-- coleman.jpg
| | | |-- mingus.jpg
| | | `-- taylor.jpg
| | `-- table.book.xml
| `-- binarycloud_validators
| `-- docs
| `-- book
| `-- en
| |-- build.properties
| |-- chapters
| | |-- About.html
| | |-- Future.html
| | |-- Introduction.html
| | |-- Problems.html
| | `-- Synopsis.html
| |-- css
| | `-- Documentation.css
| |-- export
| | |-- multipage
| | | |-- chapters
| | | | |-- About.html
| | | | |-- Future.html
| | | | |-- Introduction.html
| | | | |-- Problems.html
| | | | `-- Synopsis.html
| | | |-- css
| | | | `-- Documentation.css
| | | |-- index.html
| | | `-- resources
| | | `-- README.txt
| | `-- singlepage
| | |-- css
| | | `-- Documentation.css
| | |-- resources
| | | `-- README.txt
| | `-- validators.html
| |-- resources
| | `-- README.txt
| `-- validators.book.xml
`-- tests
|-- binarycloud_auth
| `-- tests
| |-- AuthValidatorsTestCase.php
| |-- BcAuthTestSuite.php
| `-- PermTestCase.php
|-- binarycloud_env
| `-- tests
| |-- BcEnvTestSuite.php
| `-- EnvTestCase.php
|-- binarycloud_filters
| `-- tests
| |-- BcFiltersTestSuite.php
| `-- FiltersTestCase.php
|-- binarycloud_node
| `-- tests
| |-- BcNodeTestSuite.php
| |-- NodeTestCase.php
| |-- TemplateTestCase.php
| |-- ndf
| | |-- NodeInclude.ndf.xml
| | |-- NodeIncluded1.ndf.xml
| | |-- NodeIncluded2.ndf.xml
| | |-- NodeOwnerConceptTest.ndf.xml
| | |-- OwningNodeTest.ndf.xml
| | |-- SimpleNodeTest.ndf.xml
| | |-- colliding_nodeids_test.ndf.xml
| | |-- colliding_tplvars_test.ndf.xml
| | |-- default_tplpath_test.ndf.xml
| | |-- pass_params_test.ndf.xml
| | `-- pass_tplparams_test.ndf.xml
| |-- nodes
| | `-- OwnerConceptTestNode.php
| `-- tpl
| |-- IncludingTemplate.tpl
| |-- NodeOwnerChild.tpl
| |-- OwnedNodeTest.tpl
| |-- OwningNodeTest.tpl
| |-- SimpleNodeTest.tpl
| |-- display_id.tpl
| `-- pass_tplparams_test.tpl
`-- binarycloud_validators
`-- tests
|-- BcValidatorsTestSuite.php
`-- ValidatorsTestCase.php