]> git.mxchange.org Git - hub.git/blobdiff - .gitattributes
More filters for bootstrapping added
[hub.git] / .gitattributes
index eea91999ac71a93f8c44014950dce12a341c3219..229668f8ef454fe3b401a20834a520324f896228 100644 (file)
@@ -4,203 +4,136 @@ application/.htaccess -text
 application/hub/.htaccess -text
 application/hub/class_ApplicationHelper.php -text
 application/hub/config.php -text
+application/hub/data.php -text
 application/hub/debug.php -text
 application/hub/exceptions.php -text
 application/hub/exceptions/.htaccess -text
-application/hub/exceptions/class_HubException.php -text
-application/hub/exceptions/client/.htaccess -text
-application/hub/exceptions/client/class_HubHelloException.php -text
-application/hub/exceptions/client/class_HubPeerAuthorizationException.php -text
-application/hub/exceptions/client/class_HubPeerTimeoutException.php -text
-application/hub/exceptions/commands/.htaccess -text
-application/hub/exceptions/commands/class_UnexpectedAwaitCommandException.php -text
-application/hub/exceptions/master/.htaccess -text
-application/hub/exceptions/master/class_HubMasterDisconnectedException.php -text
-application/hub/exceptions/socket/.htaccess -text
-application/hub/exceptions/socket/class_SocketException.php -text
-application/hub/exceptions/socket/connector/.htaccess -text
-application/hub/exceptions/socket/connector/class_SocketAcceptException.php -text
-application/hub/exceptions/socket/connector/class_SocketSelectorException.php -text
-application/hub/exceptions/socket/init/.htaccess -text
-application/hub/exceptions/socket/init/class_SocketBindException.php -text
-application/hub/exceptions/socket/init/class_SocketConnectException.php -text
-application/hub/exceptions/socket/init/class_SocketCreationException.php -text
-application/hub/exceptions/socket/init/class_SocketListeningException.php -text
-application/hub/exceptions/socket/init/class_SocketSetupException.php -text
-application/hub/exceptions/socket/peer/.htaccess -text
-application/hub/exceptions/socket/peer/class_BrokenPipeException.php -text
-application/hub/exceptions/socket/peer/class_IPSpoofingException.php -text
-application/hub/exceptions/socket/peer/class_PeerSocketException.php -text
 application/hub/init.php -text
 application/hub/interfaces/.htaccess -text
+application/hub/interfaces/connectors/.htaccess -text
+application/hub/interfaces/connectors/class_Connectable.php -text
+application/hub/interfaces/listener/.htaccess -text
+application/hub/interfaces/listener/class_Listenable.php -text
+application/hub/interfaces/nodes/.htaccess -text
+application/hub/interfaces/nodes/class_NodeHelper.php -text
+application/hub/interfaces/pool/.htaccess -text
+application/hub/interfaces/pool/class_Poolable.php -text
+application/hub/interfaces/pool/class_PoolableClient.php -text
+application/hub/interfaces/pool/class_PoolableListener.php -text
+application/hub/interfaces/query/.htaccess -text
+application/hub/interfaces/query/class_Queryable.php -text
+application/hub/interfaces/queues/.htaccess -text
+application/hub/interfaces/queues/class_Queueable.php -text
+application/hub/interfaces/states/.htaccess -text
+application/hub/interfaces/states/class_ -text
+application/hub/interfaces/states/class_Stateable.php -text
+application/hub/interfaces/states/client/.htaccess -text
+application/hub/interfaces/states/client/class_ClientStateable.php -text
+application/hub/interfaces/states/hub/.htaccess -text
+application/hub/interfaces/states/hub/class_HubStateable.php -text
 application/hub/loader.php -text
 application/hub/main/.htaccess -text
-application/hub/main/class_HubCommandProcessor.php -text
-application/hub/main/class_HubConnector.php -text
-application/hub/main/class_HubCoreLoop.php -text
-application/hub/main/class_HubPeer.php -text
-application/hub/middleware/.htaccess -text
+application/hub/main/class_ -text
+application/hub/main/class_Base -text
+application/hub/main/class_BaseHubSystem.php -text
+application/hub/main/commands/.htaccess -text
+application/hub/main/commands/console/.htaccess -text
+application/hub/main/commands/console/class_HubConsoleMainCommand.php -text
+application/hub/main/connectors/.htaccess -text
+application/hub/main/connectors/class_BaseConnector.php -text
+application/hub/main/connectors/query/.htaccess -text
+application/hub/main/connectors/query/class_ -text
+application/hub/main/connectors/query/class_BaseQueryConnector.php -text
+application/hub/main/connectors/query/local/.htaccess -text
+application/hub/main/connectors/query/local/class_LocalQueryConnector.php -text
+application/hub/main/connectors/queues/.htaccess -text
+application/hub/main/connectors/queues/class_ -text
+application/hub/main/connectors/queues/class_BaseQueueConnector.php -text
+application/hub/main/connectors/queues/local/.htaccess -text
+application/hub/main/connectors/queues/local/class_LocalQueueConnector.php -text
+application/hub/main/controller/.htaccess -text
+application/hub/main/controller/console/.htaccess -text
+application/hub/main/controller/console/class_HubConsoleDefaultNewsController.php -text
+application/hub/main/database/.htaccess -text
+application/hub/main/database/wrapper/.htaccess -text
+application/hub/main/database/wrapper/class_NodeInformationDatabaseWrapper.php -text
+application/hub/main/filter/.htaccess -text
+application/hub/main/filter/bootstrap/.htaccess -text
+application/hub/main/filter/bootstrap/class_ -text
+application/hub/main/filter/bootstrap/class_HubBootstrapAquireHubIdFilter.php -text
+application/hub/main/filter/bootstrap/class_HubBootstrapGenSessionIdFilter.php -text
+application/hub/main/filter/bootstrap/class_HubBootstrapRestoreNodeListFilter.php -text
+application/hub/main/filter/console/.htaccess -text
+application/hub/main/filter/console/class_Console -text
+application/hub/main/filter/console/class_ConsoleWelcomeTeaserFilter.php -text
+application/hub/main/filter/node/.htaccess -text
+application/hub/main/filter/node/class_Node -text
+application/hub/main/filter/node/class_NodeInitializationFilter.php -text
+application/hub/main/listener/.htaccess -text
+application/hub/main/listener/class_ -text
+application/hub/main/listener/class_BaseListener.php -text
+application/hub/main/listener/class_BaseListenerDecorator.php -text
+application/hub/main/listener/decorators/.htaccess -text
+application/hub/main/listener/tcp/.htaccess -text
+application/hub/main/listener/tcp/class_ -text
+application/hub/main/listener/tcp/class_TcpListener.php -text
+application/hub/main/listener/tcp/decorators/.htaccess -text
+application/hub/main/listener/tcp/decorators/class_ClientTcpListenerDecorator.php -text
+application/hub/main/listener/tcp/decorators/class_HubTcpListenerDecorator.php -text
+application/hub/main/listener/udp/.htaccess -text
+application/hub/main/listener/udp/class_UdpListener.php -text
+application/hub/main/listener/udp/decorators/.htaccess -text
+application/hub/main/listener/udp/decorators/class_ClientUdpListenerDecorator.php -text
+application/hub/main/listener/udp/decorators/class_HubUdpListenerDecorator.php -text
+application/hub/main/nodes/.htaccess -text
+application/hub/main/nodes/boot/.htaccess -text
+application/hub/main/nodes/boot/class_HubBootNode.php -text
+application/hub/main/nodes/class_ -text
+application/hub/main/nodes/class_BaseHubNode.php -text
+application/hub/main/nodes/list/.htaccess -text
+application/hub/main/nodes/list/class_HubListNode.php -text
+application/hub/main/nodes/master/.htaccess -text
+application/hub/main/nodes/master/class_HubMasterNode.php -text
+application/hub/main/nodes/regular/.htaccess -text
+application/hub/main/nodes/regular/class_HubRegularNode.php -text
+application/hub/main/pools/.htaccess -text
+application/hub/main/pools/class_ -text
+application/hub/main/pools/class_BasePool.php -text
+application/hub/main/pools/client/.htaccess -text
+application/hub/main/pools/client/class_DefaultClientPool.php -text
+application/hub/main/pools/listener/.htaccess -text
+application/hub/main/pools/listener/class_DefaultListenerPool.php -text
+application/hub/main/queues/.htaccess -text
+application/hub/main/queues/class_ -text
+application/hub/main/queues/class_BaseQueue.php -text
+application/hub/main/queues/client/.htaccess -text
+application/hub/main/queues/client/class_LocalClientQueue.php -text
+application/hub/main/resolver/.htaccess -text
+application/hub/main/resolver/command/.htaccess -text
+application/hub/main/resolver/command/console/.htaccess -text
+application/hub/main/resolver/command/console/class_HubConsoleCommandResolver.php -text
+application/hub/main/resolver/controller/.htaccess -text
+application/hub/main/resolver/controller/console/.htaccess -text
+application/hub/main/resolver/controller/console/class_HubConsoleControllerResolver.php -text
+application/hub/main/states/.htaccess -text
+application/hub/main/states/class_ -text
+application/hub/main/states/class_BaseState.php -text
+application/hub/main/states/client/.htaccess -text
+application/hub/main/states/client/class_BaseClientState.php -text
+application/hub/main/states/hub/.htaccess -text
+application/hub/main/states/hub/class_BaseHubState.php -text
 application/hub/starter.php -text
-/chat-server.php -text
+/clear-cache.sh -text
 db/.htaccess -text
-db/SimulatorPersonell/829292aeca3f6bf78c16e25fc4f75c98.serialized -text
-devel/.htaccess -text
-devel/class_Debug.php -text
+db/news/.htaccess -text
+db/node_data/.htaccess -text
 docs/COPYING -text
+docs/COPYING.documents -text
+docs/COPYING.software -text
 docs/NEWS -text
 docs/README -text
 docs/THANKS -text
-inc/.htaccess -text
-inc/classes.php -text
-inc/classes/.htaccess -text
-inc/classes/exceptions/.htaccess -text
-inc/classes/exceptions/class_FrameworkException.php -text
-inc/classes/exceptions/compressor/.htaccess -text
-inc/classes/exceptions/compressor/class_MismatchingCompressorsException.php -text
-inc/classes/exceptions/container/.htaccess -text
-inc/classes/exceptions/container/class_ContainerItemIsNoArrayException.php -text
-inc/classes/exceptions/container/class_ContainerItemIsNullException.php -text
-inc/classes/exceptions/container/class_ContainerMaybeDamagedException.php -text
-inc/classes/exceptions/database/.htaccess -text
-inc/classes/exceptions/database/local_file/.htaccess -text
-inc/classes/exceptions/database/local_file/class_SavePathIsEmptyException.php -text
-inc/classes/exceptions/database/local_file/class_SavePathIsNoDirectoryException.php -text
-inc/classes/exceptions/database/local_file/class_SavePathReadProtectedException.php -text
-inc/classes/exceptions/database/local_file/class_SavePathWriteProtectedException.php -text
-inc/classes/exceptions/io/.htaccess -text
-inc/classes/exceptions/io/class_DirPointerNotOpenedException.php -text
-inc/classes/exceptions/io/class_FilePointerNotOpenedException.php -text
-inc/classes/exceptions/io/class_InvalidDataLengthException.php -text
-inc/classes/exceptions/io/class_InvalidDirectoryResourceException.php -text
-inc/classes/exceptions/io/class_InvalidMD5ChecksumException.php -text
-inc/classes/exceptions/io/class_PathIsEmptyException.php -text
-inc/classes/exceptions/io/class_PathIsNoDirectoryException.php -text
-inc/classes/exceptions/io/class_PathReadProtectedException.php -text
-inc/classes/exceptions/language/.htaccess -text
-inc/classes/exceptions/language/class_InvalidLanguagePathStringException.php -text
-inc/classes/exceptions/language/class_LanguagePathIsEmptyException.php -text
-inc/classes/exceptions/language/class_LanguagePathIsNoDirectoryException.php -text
-inc/classes/exceptions/language/class_LanguagePathReadProtectedException.php -text
-inc/classes/exceptions/main/.htaccess -text
-inc/classes/exceptions/main/class_ClassMismatchException.php -text
-inc/classes/exceptions/main/class_ClassNotFoundException.php -text
-inc/classes/exceptions/main/class_ConfigEntryIsEmptyException.php -text
-inc/classes/exceptions/main/class_ConfigEntryNotFoundException.php -text
-inc/classes/exceptions/main/class_DimNotFoundInArrayException.php -text
-inc/classes/exceptions/main/class_ExceptionNotChangedException.php -text
-inc/classes/exceptions/main/class_ExceptionNotFoundException.php -text
-inc/classes/exceptions/main/class_GetterNotFoundException.php -text
-inc/classes/exceptions/main/class_InvalidArrayCountException.php -text
-inc/classes/exceptions/main/class_InvalidObjectException.php -text
-inc/classes/exceptions/main/class_MissingArrayElementsException.php -text
-inc/classes/exceptions/main/class_MissingDecimalsThousandsSeperatorException.php -text
-inc/classes/exceptions/main/class_MissingMethodException.php -text
-inc/classes/exceptions/main/class_NoArrayCreatedException.php -text
-inc/classes/exceptions/main/class_NoArrayException.php -text
-inc/classes/exceptions/main/class_NoObjectException.php -text
-inc/classes/exceptions/main/class_NullPointerException.php -text
-inc/classes/exceptions/main/class_VariableIsNotSetException.php -text
-inc/classes/exceptions/template/.htaccess -text
-inc/classes/exceptions/template/class_BasePathIsEmptyException.php -text
-inc/classes/exceptions/template/class_BasePathIsNoDirectoryException.php -text
-inc/classes/exceptions/template/class_BasePathReadProtectedException.php -text
-inc/classes/exceptions/template/class_InvalidBasePathStringException.php -text
-inc/classes/exceptions/template/class_InvalidTemplateVariableNameException.php -text
-inc/classes/exceptions/template/class_UnexpectedTemplateTypeException.php -text
-inc/classes/exceptions/template/class_UnsupportedTemplateEngineException.php -text
-inc/classes/exceptions/template/class_ViewHelperNotFoundException.php -text
-inc/classes/interfaces/.htaccess -text
-inc/classes/interfaces/application/.htaccess -text
-inc/classes/interfaces/application/class_ManageableApplication.php -text
-inc/classes/interfaces/class_FrameworkInterface.php -text
-inc/classes/interfaces/compressor/.htaccess -text
-inc/classes/interfaces/compressor/class_Compressor.php -text
-inc/classes/interfaces/database/.htaccess -text
-inc/classes/interfaces/database/class_FrameworkDatabaseInterface.php -text
-inc/classes/interfaces/database/frontend/.htaccess -text
-inc/classes/interfaces/database/frontend/class_DatabaseFrontendInterface.php -text
-inc/classes/interfaces/database/middleware/.htaccess -text
-inc/classes/interfaces/database/middleware/class_DatabaseConnector.php -text
-inc/classes/interfaces/debug/.htaccess -text
-inc/classes/interfaces/debug/class_Debugger.php -text
-inc/classes/interfaces/extended/.htaccess -text
-inc/classes/interfaces/extended/class_LimitableObject.php -text
-inc/classes/interfaces/io/.htaccess -text
-inc/classes/interfaces/io/class_Streamable.php -text
-inc/classes/interfaces/io/file/.htaccess -text
-inc/classes/interfaces/io/file/class_FileInputStreamer.php -text
-inc/classes/interfaces/io/file/class_FileOutputStreamer.php -text
-inc/classes/interfaces/io/output/.htaccess -text
-inc/classes/interfaces/io/output/class_OutputStreamer.php -text
-inc/classes/interfaces/language/.htaccess -text
-inc/classes/interfaces/language/class_ManageableLanguage.php -text
-inc/classes/interfaces/template/.htaccess -text
-inc/classes/interfaces/template/class_CompileableTemplate.php -text
-inc/classes/interfaces/template/view/class_ViewHelper.php -text
-inc/classes/main/.htaccess -text
-inc/classes/main/class_BaseFrameworkSystem.php -text
-inc/classes/main/class_FrameworkArrayObject.php -text
-inc/classes/main/compressor/.htaccess -text
-inc/classes/main/compressor/class_Bzip2Compressor.php -text
-inc/classes/main/compressor/class_GzipCompressor.php -text
-inc/classes/main/compressor/class_NullCompressor.php -text
-inc/classes/main/console/.htaccess -text
-inc/classes/main/console/class_ConsoleTools.php -text
-inc/classes/main/database/.htaccess -text
-inc/classes/main/database/class_BaseDatabaseFrontend.php -text
-inc/classes/main/database/classes/.htaccess -text
-inc/classes/main/database/classes/class_LocalFileDatabase.php -text
-inc/classes/main/debug/.htaccess -text
-inc/classes/main/debug/class_DebugConsoleOutput.php -text
-inc/classes/main/debug/class_DebugErrorLogOutput.php -text
-inc/classes/main/debug/class_DebugWebOutput.php -text
-inc/classes/main/extended/.htaccess -text
-inc/classes/main/extended/class_ObjectLimits.php -text
-inc/classes/main/extended/class_SerializationContainer.php -text
-inc/classes/main/io/.htaccess -text
-inc/classes/main/io/class_FileIOStream.php -text
-inc/classes/main/io/class_FrameworkDirectoryPointer.php -text
-inc/classes/main/io/class_FrameworkFileInputPointer.php -text
-inc/classes/main/io/class_FrameworkFileOutputPointer.php -text
-inc/classes/main/language/.htaccess -text
-inc/classes/main/language/class_LanguageSystem.php -text
-inc/classes/main/output/.htaccess -text
-inc/classes/main/output/class_ConsoleOutput.php -text
-inc/classes/main/output/class_WebOutput.php -text
-inc/classes/main/template/.htaccess -text
-inc/classes/main/template/class_TemplateEngine.php -text
-inc/classes/middleware/.htaccess -text
-inc/classes/middleware/class_BaseMiddleware.php -text
-inc/classes/middleware/compressor/.htaccess -text
-inc/classes/middleware/compressor/class_CompressorChannel.php -text
-inc/classes/middleware/database/.htaccess -text
-inc/classes/middleware/database/class_DatabaseConnection.php -text
-inc/classes/middleware/debug/.htaccess -text
-inc/classes/middleware/debug/class_DebugMiddleware.php -text
-inc/classes/middleware/io/.htaccess -text
-inc/classes/middleware/io/class_FileIOHandler.php -text
-inc/config-local.php -text
-inc/config.php -text
-inc/config/.htaccess -text
-inc/config/class_FrameworkConfiguration.php -text
-inc/database.php -text
-inc/database/.htaccess -text
-inc/database/lib-local.php -text
-inc/file_io.php -text
-inc/includes.php -text
-inc/language.php -text
-inc/language/.htaccess -text
-inc/loader/.htaccess -text
-inc/loader/class_ClassLoader.php -text
-inc/output.php -text
-inc/selector.php -text
 /index.php -text
+/package.sh -text
+/pdepend.sh -text
 /rebuild_doc.sh -text
-templates/.htaccess -text
-templates/_compiled/.htaccess -text
-templates/de/.htaccess -text
-templates/de/code/.htaccess -text
-templates/de/code/emergency_exit.ctp -text
-templates/de/code/footer_msg.ctp -text
-templates/de/code/header.ctp -text
-templates/de/html/.htaccess -text