]> git.mxchange.org Git - core.git/commit - inc/main/classes/criteria/dataset/class_DataSetCriteria.php
Continued:
authorRoland Haeder <roland@mxchange.org>
Mon, 20 Feb 2017 22:08:14 +0000 (23:08 +0100)
committerRoland Haeder <roland@mxchange.org>
Tue, 28 Feb 2017 21:10:04 +0000 (22:10 +0100)
commit95a008a7823f28fa6a1172798e0d7565385055d4
tree750babbcaca2947bfd3c6092eeb2e103efc62240
parentd2ada1dfeab84d86d194efc894c7a287eebe124e
Continued:
- removed more [EOF] (own old style)
- removed more closing PHP tag as this is discouraged
- added namespaces + some more deprecation (can be replaced with generic
  exceptions)

Signed-off-by: Roland Häder <roland@mxchange.org>
266 files changed:
application/tests/config.php
application/tests/data.php
application/tests/debug.php
application/tests/init.php
application/tests/starter.php
contrib/chash/chash.php
contrib/lfdb2/read.php
contrib/lfdb2/write.php
inc/config.php
inc/database/lib-local.php
inc/includes.php
inc/main/classes/actions/html/class_HtmlLoginProfileAction.php
inc/main/classes/actions/post_registration/class_LoginAfterRegistrationAction.php
inc/main/classes/class_FrameworkArrayObject.php
inc/main/classes/client/http/class_HttpClient.php
inc/main/classes/commands/console/class_ConsoleFuseCommand.php
inc/main/classes/commands/html/class_HtmlConfirmCommand.php
inc/main/classes/commands/html/class_HtmlDoFormCommand.php
inc/main/classes/commands/html/class_HtmlHomeCommand.php
inc/main/classes/commands/html/class_HtmlLoginAreaCommand.php
inc/main/classes/commands/html/class_HtmlLoginCommand.php
inc/main/classes/commands/html/class_HtmlLoginFailedCommand.php
inc/main/classes/commands/html/class_HtmlLogoutCommand.php
inc/main/classes/commands/html/class_HtmlLogoutDoneCommand.php
inc/main/classes/commands/html/class_HtmlProblemCommand.php
inc/main/classes/commands/html/class_HtmlRegisterCommand.php
inc/main/classes/commands/html/class_HtmlResendLinkCommand.php
inc/main/classes/commands/html/class_HtmlStatusCommand.php
inc/main/classes/commands/image/class_ImageCodeCaptchaCommand.php
inc/main/classes/container/socket/class_SocketContainer.php
inc/main/classes/controller/console/class_ConsoleDefaultController.php
inc/main/classes/controller/console/class_ConsoleDefaultNewsController.php
inc/main/classes/controller/html/class_HtmlConfirmController.php
inc/main/classes/controller/html/class_HtmlDefaultController.php
inc/main/classes/controller/html/class_HtmlDefaultNewsController.php
inc/main/classes/controller/html/class_HtmlLoginController.php
inc/main/classes/controller/html/class_HtmlLoginFailedController.php
inc/main/classes/controller/html/class_HtmlLogoutController.php
inc/main/classes/controller/html/class_HtmlLogoutDoneController.php
inc/main/classes/controller/html/class_HtmlProblemController.php
inc/main/classes/controller/html/class_HtmlStatusController.php
inc/main/classes/controller/html/form/class_HtmlDoFormController.php
inc/main/classes/controller/html/login/class_HtmlLoginAreaController.php
inc/main/classes/controller/image/captcha/class_ImageCodeCaptchaController.php
inc/main/classes/controller/image/class_ImageDefaultController.php
inc/main/classes/criteria/dataset/class_DataSetCriteria.php
inc/main/classes/criteria/search/class_SearchCriteria.php
inc/main/classes/criteria/update/class_UpdateCriteria.php
inc/main/classes/database/backend/class_CachedLocalFileDatabase.php
inc/main/classes/database/frontend/class_PaymentsDatabaseWrapper.php
inc/main/classes/database/result/class_CachedDatabaseResult.php
inc/main/classes/decorator/template/class_XmlRewriterTemplateDecorator.php
inc/main/classes/decorator/xml/class_XmlCompactorDecorator.php
inc/main/classes/discovery/payment/class_LocalPaymentDiscovery.php
inc/main/classes/factories/cache/class_CacheFactory.php
inc/main/classes/factories/client/class_ClientFactory.php
inc/main/classes/factories/database/class_DatabaseWrapperFactory.php
inc/main/classes/factories/html/class_HtmlNewsFactory.php
inc/main/classes/factories/index/class_FileStackIndexFactory.php
inc/main/classes/factories/login/class_LoginFactory.php
inc/main/classes/factories/objects/class_ObjectFactory.php
inc/main/classes/factories/registry/class_SocketRegistryFactory.php
inc/main/classes/factories/stacks/class_FileStackFactory.php
inc/main/classes/factories/user/class_UserFactory.php
inc/main/classes/factories/xml/class_XmlTemplateEngineFactory.php
inc/main/classes/feature/fuse/class_FuseFeature.php
inc/main/classes/file_directories/binary/class_BaseBinaryFile.php
inc/main/classes/file_directories/binary/index/class_IndexFile.php
inc/main/classes/file_directories/binary/stack/class_StackFile.php
inc/main/classes/file_directories/io_stream/class_FileIoStream.php
inc/main/classes/file_directories/output/raw/class_FrameworkRawFileOutputPointer.php
inc/main/classes/file_directories/output/text/class_FrameworkTextFileOutputPointer.php
inc/main/classes/file_directories/text/class_BaseTextFile.php
inc/main/classes/file_directories/text/input/class_BaseInputTextFile.php
inc/main/classes/file_directories/text/input/csv/class_CsvInputFile.php
inc/main/classes/file_directories/text/output/class_BaseOutputTextFile.php
inc/main/classes/filter/auth/class_UserAuthFilter.php
inc/main/classes/filter/change/class_EmailChangeFilter.php
inc/main/classes/filter/change/class_PasswordChangeFilter.php
inc/main/classes/filter/checkboxes/class_RulesAcceptedFilter.php
inc/main/classes/filter/crypto/class_CaptchaEncryptFilter.php
inc/main/classes/filter/guest/class_UserNameIsGuestFilter.php
inc/main/classes/filter/news/class_NewsDownloadFilter.php
inc/main/classes/filter/news/class_NewsProcessFilter.php
inc/main/classes/filter/null/class_NullFilter.php
inc/main/classes/filter/payment/class_PaymentDiscoveryFilter.php
inc/main/classes/filter/update/class_UserStatusConfimedUpdateFilter.php
inc/main/classes/filter/update/class_UserUpdateFilter.php
inc/main/classes/filter/validator/class_EmailValidatorFilter.php
inc/main/classes/filter/validator/class_PasswordValidatorFilter.php
inc/main/classes/filter/validator/class_UserNameValidatorFilter.php
inc/main/classes/filter/verifier/class_AccountPasswordVerifierFilter.php
inc/main/classes/filter/verifier/class_BirthdayVerifierFilter.php
inc/main/classes/filter/verifier/class_ConfirmCodeVerifierFilter.php
inc/main/classes/filter/verifier/class_GraphicalCodeCaptchaVerifierFilter.php
inc/main/classes/filter/verifier/class_PasswordGuestVerifierFilter.php
inc/main/classes/filter/verifier/class_PasswordVerifierFilter.php
inc/main/classes/filter/verifier/class_UserGuestVerifierFilter.php
inc/main/classes/filter/verifier/class_UserNameVerifierFilter.php
inc/main/classes/filter/verifier/class_UserStatusVerifierFilter.php
inc/main/classes/filter/verifier/class_UserUnconfirmedVerifierFilter.php
inc/main/classes/handler/raw_data/class_BaseDataHandler.php
inc/main/classes/handler/raw_data/network/class_BaseRawDataHandler.php
inc/main/classes/handler/tasks/class_TaskHandler.php
inc/main/classes/helper/captcha/images/class_ImageHelper.php
inc/main/classes/helper/html/blocks/class_HtmlBlockHelper.php
inc/main/classes/helper/html/class_BaseHtmlHelper.php
inc/main/classes/helper/html/links/class_HtmlLinkHelper.php
inc/main/classes/helper/login/class_BaseLoginHelper.php
inc/main/classes/iterator/default/class_DefaultIterator.php
inc/main/classes/iterator/file/class_FileIterator.php
inc/main/classes/listener/class_BaseListenerDecorator.php
inc/main/classes/listener/socket/class_SocketFileListener.php
inc/main/classes/listener/socket/decorator/class_SocketFileListenerDecorator.php
inc/main/classes/lists/groups/class_ListGroupList.php
inc/main/classes/lists/tasks/class_TaskList.php
inc/main/classes/mailer/debug/class_DebugMailer.php
inc/main/classes/output/console/class_ConsoleOutput.php
inc/main/classes/output/debug/class_BaseDebugOutput.php
inc/main/classes/output/debug/error/class_DebugErrorLogOutput.php
inc/main/classes/output/debug/web/class_DebugWebOutput.php
inc/main/classes/output/web/class_WebOutput.php
inc/main/classes/parser/xml/class_XmlParser.php
inc/main/classes/registry/generic/class_Registry.php
inc/main/classes/registry/sub/class_SubRegistry.php
inc/main/classes/request/console/class_ConsoleRequest.php
inc/main/classes/request/html/class_HtmlRequest.php
inc/main/classes/resolver/action/class_BaseActionResolver.php
inc/main/classes/resolver/action/html/class_HtmlActionResolver.php
inc/main/classes/resolver/command/class_BaseCommandResolver.php
inc/main/classes/resolver/command/console/class_ConsoleCommandResolver.php
inc/main/classes/resolver/command/image/class_ImageCommandResolver.php
inc/main/classes/resolver/controller/class_BaseControllerResolver.php
inc/main/classes/resolver/controller/console/class_ConsoleControllerResolver.php
inc/main/classes/resolver/controller/html/class_HtmlControllerResolver.php
inc/main/classes/resolver/controller/image/class_ImageControllerResolver.php
inc/main/classes/response/console/class_ConsoleResponse.php
inc/main/classes/response/html/class_HtmlResponse.php
inc/main/classes/response/image/class_ImageResponse.php
inc/main/classes/stacker/fifo/class_FiFoStacker.php
inc/main/classes/stacker/file/class_BaseFileStack.php
inc/main/classes/stacker/filo/class_FiLoStacker.php
inc/main/classes/streams/crypto/class_McryptStream.php
inc/main/classes/streams/crypto/class_NullCryptoStream.php
inc/main/classes/tasks/idle/class_IdleLoopTask.php
inc/main/classes/template/console/class_ConsoleTemplateEngine.php
inc/main/classes/template/html/class_HtmlTemplateEngine.php
inc/main/classes/template/image/class_ImageTemplateEngine.php
inc/main/classes/template/mail/class_MailTemplateEngine.php
inc/main/classes/template/menu/class_MenuTemplateEngine.php
inc/main/classes/user/guest/class_Guest.php
inc/main/classes/user/member/class_Member.php
inc/main/classes/visitor/tasks/class_ActiveTaskVisitor.php
inc/main/classes/visitor/tasks/class_ShutdownTaskVisitor.php
inc/main/exceptions/actions/class_InvalidActionException.php
inc/main/exceptions/auth/class_UserAuthorizationException.php
inc/main/exceptions/base64/class_Base64EncodingBadException.php
inc/main/exceptions/base64/class_Base64EncodingModuloException.php
inc/main/exceptions/class_FrameworkException.php
inc/main/exceptions/compressor/class_MismatchingCompressorsException.php
inc/main/exceptions/config/class_ConfigEntryIsEmptyException.php
inc/main/exceptions/config/class_ConfigValueTypeUnsupportedException.php
inc/main/exceptions/config/class_NoConfigEntryException.php
inc/main/exceptions/connection/class_ConnectionAlreadyRegisteredException.php
inc/main/exceptions/controller/class_DefaultControllerException.php
inc/main/exceptions/controller/class_InvalidControllerException.php
inc/main/exceptions/crypto/class_EncryptInvalidLengthException.php
inc/main/exceptions/crypto/class_EncryptMissingException.php
inc/main/exceptions/database/general/class_SqlException.php
inc/main/exceptions/database/local_file/class_SavePathIsNoDirectoryException.php
inc/main/exceptions/database/local_file/class_SavePathReadProtectedException.php
inc/main/exceptions/database/local_file/class_SavePathWriteProtectedException.php
inc/main/exceptions/feature/class_FeatureMethodNotCallableException.php
inc/main/exceptions/file_directory/class_DirPointerNotOpenedException.php
inc/main/exceptions/file_directory/class_FileIsEmptyException.php
inc/main/exceptions/file_directory/class_FileWriteProtectedException.php
inc/main/exceptions/file_directory/class_InvalidDataLengthException.php
inc/main/exceptions/filter/class_FilterChainException.php
inc/main/exceptions/filter/class_InvalidFilterChainException.php
inc/main/exceptions/helper/class_FormClosedException.php
inc/main/exceptions/helper/class_FormGroupClosedException.php
inc/main/exceptions/helper/class_FormOpenedException.php
inc/main/exceptions/helper/class_HelperGroupAlreadyCreatedException.php
inc/main/exceptions/helper/class_HelperNoPreviousOpenedSubGroupException.php
inc/main/exceptions/helper/class_HelperSubGroupAlreadyCreatedException.php
inc/main/exceptions/helper/class_InvalidFormNameException.php
inc/main/exceptions/helper/class_NoGroupOpenedException.php
inc/main/exceptions/helper/class_UserInstanceMissingException.php
inc/main/exceptions/language/class_InvalidLanguagePathStringException.php
inc/main/exceptions/language/class_LanguagePathIsNoDirectoryException.php
inc/main/exceptions/language/class_LanguagePathReadProtectedException.php
inc/main/exceptions/result/class_InvalidDatabaseResultException.php
inc/main/exceptions/result/class_ResultUpdateException.php
inc/main/exceptions/socket/class_AbstractSocketException.php
inc/main/exceptions/socket/class_InvalidServerSocketException.php
inc/main/exceptions/socket/class_InvalidSocketException.php
inc/main/exceptions/socket/class_NoSocketErrorDetectedException.php
inc/main/exceptions/socket/class_NoSocketRegisteredException.php
inc/main/exceptions/socket/class_SocketAlreadyRegisteredException.php
inc/main/exceptions/socket/class_SocketBindingException.php
inc/main/exceptions/socket/class_SocketConnectionException.php
inc/main/exceptions/socket/class_SocketCreationException.php
inc/main/exceptions/socket/class_SocketOptionException.php
inc/main/exceptions/socket/class_SocketShutdownException.php
inc/main/exceptions/socket/class_UnsupportedSocketErrorHandlerException.php
inc/main/exceptions/stacker/class_AlreadyInitializedStackerException.php
inc/main/exceptions/stacker/class_EmptyStackerException.php
inc/main/exceptions/stacker/class_FullStackerException.php
inc/main/exceptions/stacker/class_NoStackerException.php
inc/main/exceptions/state/class_InvalidStateInstanceException.php
inc/main/exceptions/state/class_UnexpectedStateException.php
inc/main/exceptions/state/class_UnresolveableStateException.php
inc/main/exceptions/template/class_BasePathIsNoDirectoryException.php
inc/main/exceptions/template/class_BasePathReadProtectedException.php
inc/main/exceptions/template/class_InvalidBasePathStringException.php
inc/main/exceptions/template/class_NoVariableException.php
inc/main/exceptions/template/class_UnexpectedTemplateTypeException.php
inc/main/exceptions/xml/class_InvalidXmlNodeException.php
inc/main/exceptions/xml/class_XmlNodeMismatchException.php
inc/main/exceptions/xml/class_XmlParserException.php
inc/main/interfaces/actions/commands/class_Commandable.php
inc/main/interfaces/block/calculatable/class_CalculatableBlock.php
inc/main/interfaces/criteria/extended/class_LocalSearchCriteria.php
inc/main/interfaces/criteria/extended/class_LocalUpdateCriteria.php
inc/main/interfaces/criteria/extended/class_StoreableCriteria.php
inc/main/interfaces/database/backend/class_DatabaseBackend.php
inc/main/interfaces/database/middleware/class_DatabaseConnector.php
inc/main/interfaces/database/wrapper/class_BookablePointsWrapper.php
inc/main/interfaces/handler/class_HandleableDataSet.php
inc/main/interfaces/handler/protocol/class_HandleableProtocol.php
inc/main/interfaces/handler/task/class_HandleableTask.php
inc/main/interfaces/helper/login/class_HelpableLogin.php
inc/main/interfaces/helper/template/class_HelpableTemplate.php
inc/main/interfaces/index/stack/class_IndexableStack.php
inc/main/interfaces/io/class_StreamableInput.php
inc/main/interfaces/io/class_StreamableOutput.php
inc/main/interfaces/io/file/class_FileInputStreamer.php
inc/main/interfaces/io/file/class_FileOutputStreamer.php
inc/main/interfaces/io/file/csv/class_CsvInputStreamer.php
inc/main/interfaces/io/output/class_OutputStreamer.php
inc/main/interfaces/io/pointer/class_InputPointer.php
inc/main/interfaces/io/pointer/class_OutputPointer.php
inc/main/interfaces/io/pointer/io/class_InputOutputPointer.php
inc/main/interfaces/iterator/class_SeekableWritableFileIterator.php
inc/main/interfaces/points/class_BookablePoints.php
inc/main/interfaces/registration/class_UserRegister.php
inc/main/interfaces/resolver/actions/class_ActionResolver.php
inc/main/interfaces/resolver/commands/class_CommandResolver.php
inc/main/interfaces/resolver/controller/class_ControllerResolver.php
inc/main/interfaces/resolver/state/class_StateResolver.php
inc/main/interfaces/result/class_UpdateableResult.php
inc/main/interfaces/stacker/file/class_StackableFile.php
inc/main/interfaces/streams/crypto/class_EncryptableStream.php
inc/main/interfaces/streams/input/class_InputStream.php
inc/main/interfaces/streams/output/class_OutputStream.php
inc/main/interfaces/user/extended/class_ManageableGuest.php
inc/main/interfaces/user/extended/class_ManageableMember.php
inc/main/interfaces/visitor/decorator/class_DecoratorVisitor.php
inc/main/interfaces/visitor/listener/class_ListenerVisitor.php
inc/main/interfaces/visitor/pool/class_PoolVisitor.php
inc/main/interfaces/visitor/tasks/class_TaskVisitor.php
inc/main/middleware/compressor/class_CompressorChannel.php
inc/main/middleware/database/class_DatabaseConnection.php
inc/main/middleware/debug/class_DebugMiddleware.php
inc/main/middleware/io/class_FileIoHandler.php
index.php