Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

php-pear-HTML_QuickForm2-2.2.0-1.mga8 RPM for noarch

From Mageia 8 for armv7hl / media / core / release

Name: php-pear-HTML_QuickForm2 Distribution: Mageia
Version: 2.2.0 Vendor: Mageia.Org
Release: 1.mga8 Build date: Tue Sep 29 10:45:19 2020
Group: Development/PHP Build host: localhost
Size: 1075619 Source RPM: php-pear-HTML_QuickForm2-2.2.0-1.mga8.src.rpm
Packager: mokraemer <mokraemer>
Url: http://pear.php.net/package/HTML_QuickForm2
Summary: Methods for creating, validating, processing HTML forms
PHP5 rewrite of HTML_QuickForm and HTML_QuickForm_Controller packages.

 This package provides methods to create, validate and render HTML forms.

 Features:
   * Supports all form elements defined by HTML standard, provides several
     custom elements
   * Server-side and client-side validation, several common rules provided
   * Multipage forms (tabbed forms and wizards)
   * Pluggable elements, rules, renderers and renderer plugins

 Major advantages over PHP4 version:
   * Most of the package's functionality is covered by unit tests
   * DOM-like API for building the form structure, new streamlined API for
     elements' values handling
   * Default rendering without tables (inspired by
     HTML_QuickForm_Renderer_Tableless)
   * Renderer plugins for elements with complex rendering needs
   * Ability to chain validation rules with 'and' and 'or'
   * Client-side validation can run "live" on changing the form fields,
     validation errors are displayed near the fields instead of in alert()

Provides

Requires

License

BSD

Changelog

* Tue Sep 29 2020 mokraemer <mokraemer> 2.2.0-1.mga8
  + Revision: 1631088
  - new version 2.2.0
* Wed Feb 12 2020 umeabot <umeabot> 2.0.2-8.mga8
  + Revision: 1498911
  - Mageia 8 Mass Rebuild

Files

/usr/share/doc/php-pear-HTML_QuickForm2
/usr/share/doc/php-pear-HTML_QuickForm2/LICENSE
/usr/share/doc/php-pear-HTML_QuickForm2/examples
/usr/share/doc/php-pear-HTML_QuickForm2/examples/basic-elements.php
/usr/share/doc/php-pear-HTML_QuickForm2/examples/builtin-rules.php
/usr/share/doc/php-pear-HTML_QuickForm2/examples/controller
/usr/share/doc/php-pear-HTML_QuickForm2/examples/controller/simple.php
/usr/share/doc/php-pear-HTML_QuickForm2/examples/controller/tabbed.php
/usr/share/doc/php-pear-HTML_QuickForm2/examples/controller/wizard.php
/usr/share/doc/php-pear-HTML_QuickForm2/examples/default-renderer.php
/usr/share/doc/php-pear-HTML_QuickForm2/examples/dualselect.php
/usr/share/doc/php-pear-HTML_QuickForm2/examples/hierselect-ajax.php
/usr/share/doc/php-pear-HTML_QuickForm2/examples/js
/usr/share/doc/php-pear-HTML_QuickForm2/examples/js/dualselect.js
/usr/share/doc/php-pear-HTML_QuickForm2/examples/js/hierselect-server.php
/usr/share/doc/php-pear-HTML_QuickForm2/examples/renderers
/usr/share/doc/php-pear-HTML_QuickForm2/examples/renderers/array-twig.php
/usr/share/doc/php-pear-HTML_QuickForm2/examples/renderers/templates
/usr/share/doc/php-pear-HTML_QuickForm2/examples/renderers/templates/array-twig.tpl
/usr/share/doc/php-pear-HTML_QuickForm2/examples/repeat.php
/usr/share/doc/php-pear-HTML_QuickForm2/examples/support
/usr/share/doc/php-pear-HTML_QuickForm2/examples/support/hierselect-loader.php
/usr/share/pear/HTML
/usr/share/pear/HTML/QuickForm2
/usr/share/pear/HTML/QuickForm2.php
/usr/share/pear/HTML/QuickForm2/Container
/usr/share/pear/HTML/QuickForm2/Container.php
/usr/share/pear/HTML/QuickForm2/Container/Fieldset.php
/usr/share/pear/HTML/QuickForm2/Container/Group.php
/usr/share/pear/HTML/QuickForm2/Container/Repeat
/usr/share/pear/HTML/QuickForm2/Container/Repeat.php
/usr/share/pear/HTML/QuickForm2/Container/Repeat/JavascriptBuilder.php
/usr/share/pear/HTML/QuickForm2/ContainerIterator.php
/usr/share/pear/HTML/QuickForm2/Controller
/usr/share/pear/HTML/QuickForm2/Controller.php
/usr/share/pear/HTML/QuickForm2/Controller/Action
/usr/share/pear/HTML/QuickForm2/Controller/Action.php
/usr/share/pear/HTML/QuickForm2/Controller/Action/Back.php
/usr/share/pear/HTML/QuickForm2/Controller/Action/Direct.php
/usr/share/pear/HTML/QuickForm2/Controller/Action/Display.php
/usr/share/pear/HTML/QuickForm2/Controller/Action/Jump.php
/usr/share/pear/HTML/QuickForm2/Controller/Action/Next.php
/usr/share/pear/HTML/QuickForm2/Controller/Action/Submit.php
/usr/share/pear/HTML/QuickForm2/Controller/DefaultAction.php
/usr/share/pear/HTML/QuickForm2/Controller/Page.php
/usr/share/pear/HTML/QuickForm2/Controller/SessionContainer.php
/usr/share/pear/HTML/QuickForm2/DataSource
/usr/share/pear/HTML/QuickForm2/DataSource.php
/usr/share/pear/HTML/QuickForm2/DataSource/Array.php
/usr/share/pear/HTML/QuickForm2/DataSource/NullAware.php
/usr/share/pear/HTML/QuickForm2/DataSource/Session.php
/usr/share/pear/HTML/QuickForm2/DataSource/Submit.php
/usr/share/pear/HTML/QuickForm2/DataSource/SuperGlobal.php
/usr/share/pear/HTML/QuickForm2/Element
/usr/share/pear/HTML/QuickForm2/Element.php
/usr/share/pear/HTML/QuickForm2/Element/Button.php
/usr/share/pear/HTML/QuickForm2/Element/Date.php
/usr/share/pear/HTML/QuickForm2/Element/Hierselect.php
/usr/share/pear/HTML/QuickForm2/Element/Input.php
/usr/share/pear/HTML/QuickForm2/Element/InputButton.php
/usr/share/pear/HTML/QuickForm2/Element/InputCheckable.php
/usr/share/pear/HTML/QuickForm2/Element/InputCheckbox.php
/usr/share/pear/HTML/QuickForm2/Element/InputFile.php
/usr/share/pear/HTML/QuickForm2/Element/InputHidden.php
/usr/share/pear/HTML/QuickForm2/Element/InputImage.php
/usr/share/pear/HTML/QuickForm2/Element/InputPassword.php
/usr/share/pear/HTML/QuickForm2/Element/InputRadio.php
/usr/share/pear/HTML/QuickForm2/Element/InputReset.php
/usr/share/pear/HTML/QuickForm2/Element/InputSubmit.php
/usr/share/pear/HTML/QuickForm2/Element/InputText.php
/usr/share/pear/HTML/QuickForm2/Element/Script.php
/usr/share/pear/HTML/QuickForm2/Element/Select
/usr/share/pear/HTML/QuickForm2/Element/Select.php
/usr/share/pear/HTML/QuickForm2/Element/Select/Optgroup.php
/usr/share/pear/HTML/QuickForm2/Element/Select/OptionContainer.php
/usr/share/pear/HTML/QuickForm2/Element/Select/OptionIterator.php
/usr/share/pear/HTML/QuickForm2/Element/Static.php
/usr/share/pear/HTML/QuickForm2/Element/Textarea.php
/usr/share/pear/HTML/QuickForm2/Exception.php
/usr/share/pear/HTML/QuickForm2/Factory.php
/usr/share/pear/HTML/QuickForm2/InvalidArgumentException.php
/usr/share/pear/HTML/QuickForm2/JavascriptBuilder.php
/usr/share/pear/HTML/QuickForm2/Loader.php
/usr/share/pear/HTML/QuickForm2/MessageProvider
/usr/share/pear/HTML/QuickForm2/MessageProvider.php
/usr/share/pear/HTML/QuickForm2/MessageProvider/Default.php
/usr/share/pear/HTML/QuickForm2/MessageProvider/Strftime.php
/usr/share/pear/HTML/QuickForm2/Node.php
/usr/share/pear/HTML/QuickForm2/NotFoundException.php
/usr/share/pear/HTML/QuickForm2/Renderer
/usr/share/pear/HTML/QuickForm2/Renderer.php
/usr/share/pear/HTML/QuickForm2/Renderer/Array.php
/usr/share/pear/HTML/QuickForm2/Renderer/Callback.php
/usr/share/pear/HTML/QuickForm2/Renderer/Default.php
/usr/share/pear/HTML/QuickForm2/Renderer/Plugin.php
/usr/share/pear/HTML/QuickForm2/Renderer/Proxy.php
/usr/share/pear/HTML/QuickForm2/Renderer/Stub.php
/usr/share/pear/HTML/QuickForm2/Rule
/usr/share/pear/HTML/QuickForm2/Rule.php
/usr/share/pear/HTML/QuickForm2/Rule/Callback.php
/usr/share/pear/HTML/QuickForm2/Rule/Compare.php
/usr/share/pear/HTML/QuickForm2/Rule/Each.php
/usr/share/pear/HTML/QuickForm2/Rule/Email.php
/usr/share/pear/HTML/QuickForm2/Rule/Empty.php
/usr/share/pear/HTML/QuickForm2/Rule/Length.php
/usr/share/pear/HTML/QuickForm2/Rule/MaxFileSize.php
/usr/share/pear/HTML/QuickForm2/Rule/MimeType.php
/usr/share/pear/HTML/QuickForm2/Rule/Nonempty.php
/usr/share/pear/HTML/QuickForm2/Rule/NotCallback.php
/usr/share/pear/HTML/QuickForm2/Rule/NotRegex.php
/usr/share/pear/HTML/QuickForm2/Rule/Regex.php
/usr/share/pear/HTML/QuickForm2/Rule/Required.php
/usr/share/pear/data
/usr/share/pear/data/HTML_QuickForm2
/usr/share/pear/data/HTML_QuickForm2/js
/usr/share/pear/data/HTML_QuickForm2/js/min
/usr/share/pear/data/HTML_QuickForm2/js/min/quickform-hierselect.js
/usr/share/pear/data/HTML_QuickForm2/js/min/quickform-repeat.js
/usr/share/pear/data/HTML_QuickForm2/js/min/quickform.js
/usr/share/pear/data/HTML_QuickForm2/js/quickform-hierselect.js
/usr/share/pear/data/HTML_QuickForm2/js/quickform-repeat.js
/usr/share/pear/data/HTML_QuickForm2/js/quickform.js
/usr/share/pear/data/HTML_QuickForm2/quickform.css
/usr/share/pear/tests
/usr/share/pear/tests/HTML_QuickForm2
/usr/share/pear/tests/HTML_QuickForm2/AllTests.php
/usr/share/pear/tests/HTML_QuickForm2/QuickForm2
/usr/share/pear/tests/HTML_QuickForm2/QuickForm2/AllTests.php
/usr/share/pear/tests/HTML_QuickForm2/QuickForm2/Container
/usr/share/pear/tests/HTML_QuickForm2/QuickForm2/Container/AllTests.php
/usr/share/pear/tests/HTML_QuickForm2/QuickForm2/Container/FieldsetTest.php
/usr/share/pear/tests/HTML_QuickForm2/QuickForm2/Container/GroupTest.php
/usr/share/pear/tests/HTML_QuickForm2/QuickForm2/Container/RepeatTest.php
/usr/share/pear/tests/HTML_QuickForm2/QuickForm2/ContainerOverloadTest.php
/usr/share/pear/tests/HTML_QuickForm2/QuickForm2/ContainerTest.php
/usr/share/pear/tests/HTML_QuickForm2/QuickForm2/Controller
/usr/share/pear/tests/HTML_QuickForm2/QuickForm2/Controller/Action
/usr/share/pear/tests/HTML_QuickForm2/QuickForm2/Controller/Action/AllTests.php
/usr/share/pear/tests/HTML_QuickForm2/QuickForm2/Controller/Action/BackTest.php
/usr/share/pear/tests/HTML_QuickForm2/QuickForm2/Controller/Action/DirectTest.php
/usr/share/pear/tests/HTML_QuickForm2/QuickForm2/Controller/Action/DisplayTest.php
/usr/share/pear/tests/HTML_QuickForm2/QuickForm2/Controller/Action/JumpTest.php
/usr/share/pear/tests/HTML_QuickForm2/QuickForm2/Controller/Action/NextTest.php
/usr/share/pear/tests/HTML_QuickForm2/QuickForm2/Controller/Action/SubmitTest.php
/usr/share/pear/tests/HTML_QuickForm2/QuickForm2/Controller/AllTests.php
/usr/share/pear/tests/HTML_QuickForm2/QuickForm2/Controller/PageTest.php
/usr/share/pear/tests/HTML_QuickForm2/QuickForm2/ControllerTest.php
/usr/share/pear/tests/HTML_QuickForm2/QuickForm2/DataSource
/usr/share/pear/tests/HTML_QuickForm2/QuickForm2/DataSource/AllTests.php
/usr/share/pear/tests/HTML_QuickForm2/QuickForm2/DataSource/ArrayTest.php
/usr/share/pear/tests/HTML_QuickForm2/QuickForm2/DataSource/SuperGlobalTest.php
/usr/share/pear/tests/HTML_QuickForm2/QuickForm2/Element
/usr/share/pear/tests/HTML_QuickForm2/QuickForm2/Element/AllTests.php
/usr/share/pear/tests/HTML_QuickForm2/QuickForm2/Element/ButtonTest.php
/usr/share/pear/tests/HTML_QuickForm2/QuickForm2/Element/DateTest.php
/usr/share/pear/tests/HTML_QuickForm2/QuickForm2/Element/HierselectTest.php
/usr/share/pear/tests/HTML_QuickForm2/QuickForm2/Element/InputButtonTest.php
/usr/share/pear/tests/HTML_QuickForm2/QuickForm2/Element/InputCheckableTest.php
/usr/share/pear/tests/HTML_QuickForm2/QuickForm2/Element/InputCheckboxTest.php
/usr/share/pear/tests/HTML_QuickForm2/QuickForm2/Element/InputFileTest.php
/usr/share/pear/tests/HTML_QuickForm2/QuickForm2/Element/InputHiddenTest.php
/usr/share/pear/tests/HTML_QuickForm2/QuickForm2/Element/InputImageTest.php
/usr/share/pear/tests/HTML_QuickForm2/QuickForm2/Element/InputPasswordTest.php
/usr/share/pear/tests/HTML_QuickForm2/QuickForm2/Element/InputResetTest.php
/usr/share/pear/tests/HTML_QuickForm2/QuickForm2/Element/InputSubmitTest.php
/usr/share/pear/tests/HTML_QuickForm2/QuickForm2/Element/InputTest.php
/usr/share/pear/tests/HTML_QuickForm2/QuickForm2/Element/ScriptTest.php
/usr/share/pear/tests/HTML_QuickForm2/QuickForm2/Element/SelectTest.php
/usr/share/pear/tests/HTML_QuickForm2/QuickForm2/Element/StaticTest.php
/usr/share/pear/tests/HTML_QuickForm2/QuickForm2/Element/TextareaTest.php
/usr/share/pear/tests/HTML_QuickForm2/QuickForm2/ElementTest.php
/usr/share/pear/tests/HTML_QuickForm2/QuickForm2/FactoryTest.php
/usr/share/pear/tests/HTML_QuickForm2/QuickForm2/FilterTest.php
/usr/share/pear/tests/HTML_QuickForm2/QuickForm2/JavascriptBuilderTest.php
/usr/share/pear/tests/HTML_QuickForm2/QuickForm2/NodeTest.php
/usr/share/pear/tests/HTML_QuickForm2/QuickForm2/Renderer
/usr/share/pear/tests/HTML_QuickForm2/QuickForm2/Renderer/AllTests.php
/usr/share/pear/tests/HTML_QuickForm2/QuickForm2/Renderer/ArrayTest.php
/usr/share/pear/tests/HTML_QuickForm2/QuickForm2/Renderer/CallbackTest.php
/usr/share/pear/tests/HTML_QuickForm2/QuickForm2/Renderer/DefaultTest.php
/usr/share/pear/tests/HTML_QuickForm2/QuickForm2/Renderer/StubTest.php
/usr/share/pear/tests/HTML_QuickForm2/QuickForm2/RendererTest.php
/usr/share/pear/tests/HTML_QuickForm2/QuickForm2/Rule
/usr/share/pear/tests/HTML_QuickForm2/QuickForm2/Rule/AllTests.php
/usr/share/pear/tests/HTML_QuickForm2/QuickForm2/Rule/CallbackTest.php
/usr/share/pear/tests/HTML_QuickForm2/QuickForm2/Rule/CompareTest.php
/usr/share/pear/tests/HTML_QuickForm2/QuickForm2/Rule/EachTest.php
/usr/share/pear/tests/HTML_QuickForm2/QuickForm2/Rule/EmailTest.php
/usr/share/pear/tests/HTML_QuickForm2/QuickForm2/Rule/EmptyTest.php
/usr/share/pear/tests/HTML_QuickForm2/QuickForm2/Rule/LengthTest.php
/usr/share/pear/tests/HTML_QuickForm2/QuickForm2/Rule/MaxFileSizeTest.php
/usr/share/pear/tests/HTML_QuickForm2/QuickForm2/Rule/MimeTypeTest.php
/usr/share/pear/tests/HTML_QuickForm2/QuickForm2/Rule/NonemptyTest.php
/usr/share/pear/tests/HTML_QuickForm2/QuickForm2/Rule/NotCallbackTest.php
/usr/share/pear/tests/HTML_QuickForm2/QuickForm2/Rule/NotRegexTest.php
/usr/share/pear/tests/HTML_QuickForm2/QuickForm2/Rule/RegexTest.php
/usr/share/pear/tests/HTML_QuickForm2/QuickForm2/Rule/RequiredTest.php
/usr/share/pear/tests/HTML_QuickForm2/QuickForm2/RuleTest.php
/usr/share/pear/tests/HTML_QuickForm2/QuickForm2/_files
/usr/share/pear/tests/HTML_QuickForm2/QuickForm2/_files/1024-bytes.upload
/usr/share/pear/tests/HTML_QuickForm2/QuickForm2/_files/FakeElement.php
/usr/share/pear/tests/HTML_QuickForm2/QuickForm2/_files/FakeRule.php
/usr/share/pear/tests/HTML_QuickForm2/QuickForm2/_files/InvalidFile.php
/usr/share/pear/tests/HTML_QuickForm2/QuickForm2Test.php
/usr/share/pear/tests/HTML_QuickForm2/TestHelper.php
/var/lib/pear/HTML_QuickForm2.xml


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 16:03:47 2024