Home
last modified time | relevance | path

Searched refs:to (Results 1 – 25 of 58) sorted by relevance

123

/web-php/fonts/Font-Awesome/
H A DREADME.txt5 Please, note, that you should obey original font licenses, used to make this
11 - If your project is open-source, usually, it will be ok to make LICENSE.txt
26 directly to text elements, if you don't mind about IE7.
28 - demo.html - demo file, to show your webfont content
30 - LICENSE.txt - license info about source fonts, used to build your one.
33 anytime, to continue your work
39 Because we like to fit all your needs :)
48 rules, but still wish to benefit from css generation. That can be very
57 that data url moved to separate @font-face to avoid problems with <IE9, when
60 - animate.css - use it to get ideas about spinner rotation animation.
[all …]
/web-php/fonts/Fira/
H A DLICENSE19 The goals of the Open Font License (OFL) are to stimulate worldwide
25 The OFL allows the licensed fonts to be used, studied, modified and
31 requirement for fonts to remain under this license does not apply
32 to any document created using the fonts or their derivatives.
45 "Modified Version" refers to any derivative made by adding to, deleting,
50 "Author" refers to any designer, engineer, programmer, technical
51 writer or other person who contributed to the Font Software.
57 Software, subject to the following conditions:
72 presented to the users.
75 Software shall not be used to promote, endorse or advertise any
[all …]
/web-php/.github/
H A DCONTRIBUTING.md6 You don't need any special access to download, debug and begin submitting
23 www.php.net welcomes pull requests to [add tests](#writing-tests), fix bugs and to
24 implement features. Please be sure to include tests as appropriate!
55 If you are having trouble contributing to www.php.net, or just want to talk to a human
69 to check your change doesn't break other features.
76 to automatically fix coding standard issues.
88 - Did I send the patch to the right mailing list?
92 - Is my change too hard to review? If so, why?
107 with regards to Git usage will:
123 4. If you don't know how to do something, ask first!
[all …]
/web-php/include/
H A Dip-to-country.inc5 This script uses the local copy of the ip-to-country.com
6 database available on all php.net mirror sites to find
16 starting indexes (pointing to the data file).
31 Some things to consider:
43 // Try to find out the country of the user and
62 // Find the index to start search from
86 // Indexed part and record number to jump to
142 // Jump to record $idx
152 // where we expected to find the IP
157 // Try to read record
[all …]
H A Dlangchooser.inc5 This script tries to guess what language to use for
10 After this script run, $LANG is set to the preferred
14 $EXPL_LANG will also be set to the explicitly provided
20 php.net usage in this array. This is just to present to
21 the user in case he would like to get information on the
24 The $_SERVER['STRIPPED_URI'] var is also set to the
H A Ddo-download.inc4 This code redirects the user to the exact file to
6 we would like to know about (PHP binary or source).
28 // Redirect to the particular file
33 exit("Unable to serve you the requested file for download");
36 // Try to flush output, and make the browser really
H A Dposttohost.inc4 This code is used to post data to the central server which
6 to PHP.net stuff and servers
H A Dpregen-news.inc123 <p>All PHP 7.1 users are encouraged to upgrade to this version.</p>
172 <p>All PHP 7.2 users are encouraged to upgrade to this version.</p>
221 <p>All PHP 7.3 users are encouraged to upgrade to this version.</p>
3620 All PHP 5.6 users are encouraged to upgrade to this version.
3644 All PHP 5.6 users are encouraged to upgrade to this version.
4111 All PHP 5.6 users are encouraged to upgrade to this version.
4135 All PHP 5.6 users are encouraged to upgrade to this version.
9356 is a good time to plan the migration to PHP 7.1 or 7.2.
9373 is a good time to plan the migration to PHP 7.1 or 7.2.
13854 All PHP 7.1 users are encouraged to upgrade to this version.
[all …]
H A Dget-download.inc2 // Try to make this page non-cached
5 // No file to download
45 // Try to get filesize to display
H A Dmanual-lookup.inc6 // Try to find some variations of keyword with $prefix in the $lang manual
64 // Try to find a manual page in a specified language
69 // Possible prefixes to test
75 // Try to find a manual page with the specified prefix
81 // Fall back to English, if the language was not English,
90 // BC: Few references pages where moved to book.
104 // If there is no sqlite support, or we are unable to
105 // open the database, fall back to normal search. Use
106 // open rather than popen to avoid any chance of confusion
135 // No keyword to search for
[all …]
H A Dversion.inc11 * "note" => "this file was updated 29feb due to broken phar files..",
25 'tags' => [], // Set to ['security'] for security releases.
37 'tags' => [], // Set to ['security'] for security releases.
49 'tags' => ['security'], // Set to ['security'] for security releases.
H A Dlast_updated.inc14 * by the rsync box. It is only included in this repo to simplify getting
15 * up and running on your localhost without needing to generate all this
H A Demail-validation.inc3 // Try to remove anti-SPAM bits
10 // Try to check that this email address is valid
37 * to $mosquitoes array to blacklist.
/web-php/releases/
H A DNEWS_5_4_0_alpha1.txt22 - Moved extensions to PECL: (Johannes)
48 prior to the sending of headers and after default headers have
101 . ZEND_CATCH now has to be used only with constant class names.
119 . Added "cli.pager" php.ini setting to set a pager for output.
122 . Changed shell not to terminate on fatal errors.
132 separators to the first byte. FR #53457. (Adam)
140 . Added the + modifier to parseFromFormat to allow trailing text in the
141 string to parse without throwing an error. (Stas, Derick)
165 numeric strings to integers. (Ilia)
203 . Changed session.entropy_file to default to /dev/urandom or /dev/arandom if
[all …]
H A DNEWS_5_4_0_RC1.txt5 . Changed silent conversion of array to string to produce a notice. (Patrick)
210 . Changed http_response_code() to be able to set a response code. (Kalle)
362 . Added the + modifier to parseFromFormat to allow trailing text in the
840 . Added ability to connect to HTTPS sites through proxy with basic
1703 - Changed gmp_strval() to use full range from 2 to 62, and -2 to -36. FR #50283
2291 . Fixed get_cfg_var() to be able to return "array" ini options.
2526 - Added 'n' flag to fopen to allow passing O_NONBLOCK to the underlying
3565 - Fixed dl() to limit argument size to MAXPATHLEN (CVE-2007-4887).
3816 to be passed to process). (Jani)
4019 . Sync to 2.0.35
[all …]
H A DNEWS_5_4_0_beta1.txt116 . Changed http_response_code() to be able to set a response code. (Kalle)
266 . Added the + modifier to parseFromFormat to allow trailing text in the
744 . Added ability to connect to HTTPS sites through proxy with basic
1607 - Changed gmp_strval() to use full range from 2 to 62, and -2 to -36. FR #50283
2195 . Fixed get_cfg_var() to be able to return "array" ini options.
2430 - Added 'n' flag to fopen to allow passing O_NONBLOCK to the underlying
3469 - Fixed dl() to limit argument size to MAXPATHLEN (CVE-2007-4887).
3720 to be passed to process). (Jani)
3923 . Sync to 2.0.35
4542 - Added PATHINFO_FILENAME option to pathinfo() to get the filename.
[all …]
H A DNEWS_5_4_0_beta2.txt131 - Changed E_ALL to include E_STRICT. (Stas)
167 . Changed http_response_code() to be able to set a response code. (Kalle)
173 . Added the ability to pass options to loadHTML (Chregu, fxmulder at gmail dot com)
198 - Moved extensions to PECL: (Johannes)
317 . Added the + modifier to parseFromFormat to allow trailing text in the
342 numeric strings to integers. (Ilia)
380 . Changed session.entropy_file to default to /dev/urandom or /dev/arandom if
778 . Indirect reference to $this fails to resolve if direct $this is never used
795 . Added ability to connect to HTTPS sites through proxy with basic
1050 . Added '-p/--prefix' to php-fpm to use a custom prefix and run multiple
[all …]
/web-php/license/
H A D2_02.txt3 This is the original PHP License, version 2.02 which applies only to
30 3. The name "PHP" must not be used to endorse or promote products
32 PHP Group. This does not apply to add-on libraries or tools
34 name may be used to indicate that the product supports PHP.
37 license from time to time. Each version will be given a
40 of the license, you may always continue to use it under the
41 terms of that version. You may also choose to use such covered
44 the right to modify the terms applicable to covered code created
53 Technologies, Ltd. ("Zend"). The Zend Engine is licensed to the
54 PHP Association (pursuant to a grant from Zend that can be
[all …]
H A D2_01.txt3 This is the original PHP License, version 2.01 which applies only to
30 3. The name "PHP" must not be used to endorse or promote products
32 PHP Group. This does not apply to add-on libraries or tools
34 name may be used to indicate that the product supports PHP.
37 license from time to time. Each version will be given a
40 of the license, you may always continue to use it under the
41 terms of that version. You may also choose to use such covered
44 the right to modify the terms applicable to covered code created
52 6. Permission to freely distribute and use Zend as an integrated
H A D3_0.txt3 This is the original PHP License, version 3.0 which applies only to
32 3. The name "PHP" must not be used to endorse or promote products
43 license from time to time. Each version will be given a
46 of the license, you may always continue to use it under the terms
47 of that version. You may also choose to use such covered code
50 the right to modify the terms applicable to covered code created
H A D3_01.txt18 3. The name "PHP" must not be used to endorse or promote products
29 license from time to time. Each version will be given a
32 of the license, you may always continue to use it under the terms
33 of that version. You may also choose to use such covered code
36 the right to modify the terms applicable to covered code created
/web-php/backend/events/
H A D42ac2da5b85dbdc257da90e435b4e4ca77 to get together at a specific day/time. If you have a problem or hurdle
78 you can't seem to solv...\n\nDetails: http://www.meetup.com/South-Florid
115 to be good even if we simply get together and chat about what we are all
116 up to lately. Most of...\n\nDetails: http://www.meetup.com/South-Florid
134 to be good even if we simply get together and chat about what we are all
135 up to lately. Most of...\n\nDetails: http://www.meetup.com/South-Florid
154 7:00 PM\n\nThis meetup is "Open" subject night\, and an opportunity to
156 can't seem to solv...\n\nDetails: http://www.meetup.com/South-Florida-P
194 up to lately. Most of...\n\nDetails: http://www.meetup.com/South-Florida
212 to be good even if we simply get together and chat about what we are all
[all …]
/web-php/backend/
H A Dip-to-country.db4 * by the rsync box. It is only included in this repo to simplify getting
5 * up and running on your localhost without needing to generate all this
H A Dip-to-country.idx4 * by the rsync box. It is only included in this repo to simplify getting
5 * up and running on your localhost without needing to generate all this
/web-php/styles/
H A Dreleases.css1 /* This allows the link target to not be covered by the sticky-header; it works
3 * each header that is used to create an invisible barrier above the target */

Completed in 252 milliseconds

123