Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

[Cookbook][Form testing] update sf2.3 way to add custom tupe#2724

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Closed
metfan wants to merge15 commits intosymfony:2.3frommetfan:patch-2
Closed
Show file tree
Hide file tree
Changes fromall commits
Commits
Show all changes
15 commits
Select commitHold shift + click to select a range
50905ff
Adding lazy services documentation as of symfony/symfony#7890
OcramiusMay 7, 2013
c3c3e98
[Components][Console] Fixed typos for table helper
pierredupMay 8, 2013
931091d
Applying changes suggested by @WouterJ, adding lazy_services to compo…
OcramiusMay 9, 2013
abe537f
Merge pull request #2624 from pierredup/master
weaverryanMay 10, 2013
438c824
Made the Icu component compatible with ICU 3.8
webmozartMay 15, 2013
a981ae7
Merge pull request #2640 from bschussek/icu-3.8
weaverryanMay 16, 2013
a2bc822
Merge pull request #2619 from Ocramius/feature/proxy-manager-bridge
weaverryanMay 16, 2013
d7ea3a5
[#2619] Tweaks for new proxy/lazy services entry
weaverryanMay 16, 2013
2b7dcf9
Merge branch '2.2'
weaverryanMay 16, 2013
4c06860
Merge branch '2.3'
weaverryanMay 18, 2013
030a6f8
Merge branch '2.3'
weaverryanMay 29, 2013
37c86d6
Merge branch '2.3'
weaverryanJun 10, 2013
458c392
Merge branch '2.3'
weaverryanJun 12, 2013
ebdcaba
Merge branch '2.3'
weaverryanJun 12, 2013
314f5ee
Update how to add custom Type
Jun 13, 2013
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletionscomponents/console/helpers/tablehelper.rst
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -48,8 +48,8 @@ You can also control table rendering by setting custom rendering option values:
* :method:`Symfony\\Component\\Console\\Helper\\TableHelper::setPaddingChar`
* :method:`Symfony\\Component\\Console\\Helper\\TableHelper::setHorizontalBorderChar`
* :method:`Symfony\\Component\\Console\\Helper\\TableHelper::setVerticalBorderChar`
* :method:`Symfony\\Component\\Console\\Helper\\TableHelper::setVrossingChar`
* :method:`Symfony\\Component\\Console\\Helper\\TableHelper::setVellHeaderFormat`
* :method:`Symfony\\Component\\Console\\Helper\\TableHelper::setVellRowFormat`
* :method:`Symfony\\Component\\Console\\Helper\\TableHelper::setCrossingChar`
* :method:`Symfony\\Component\\Console\\Helper\\TableHelper::setCellHeaderFormat`
* :method:`Symfony\\Component\\Console\\Helper\\TableHelper::setCellRowFormat`
* :method:`Symfony\\Component\\Console\\Helper\\TableHelper::setBorderFormat`
* :method:`Symfony\\Component\\Console\\Helper\\TableHelper::setPadType`
2 changes: 1 addition & 1 deletioncomponents/intl.rst
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -72,7 +72,7 @@ expose them manually by adding the following lines to your autoload code::
but usually Composer does this for you automatically:

* 1.0.*: when the intl extension is not available
* 1.1.*: when intl is compiled with ICU4.0 or higher
* 1.1.*: when intl is compiled with ICU3.8 or higher
* 1.2.*: when intl is compiled with ICU 4.4 or higher

These versions are important when you deploy your application to a **server with
Expand Down
Loading

[8]ページ先頭

©2009-2025 Movatter.jp