Home
last modified time | relevance | path

Searched refs:PHP (Results 201 – 225 of 508) sorted by path

12345678910>>...21

/plugin/embeddedphp/
H A DREADME3 Allow embeded PHP on wiki pages to restore the functionality
9 Embedded PHP code can do ANYTHING that the server PHP environment
H A Dplugin.info.txt5 name Embedded PHP Plugin
6 desc Allows embedding PHP code on wiki pages
/plugin/emoji/
H A DREADME16 This plugin uses the Emoji One artwork and PHP class. http://emojione.com
/plugin/etherpadlite/externals/etherpad-lite-client/
H A DREADME.md1 This PHP Etherpad Lite class allows you to easily interact with Etherpad Lite API with PHP. Etherp…
/plugin/eventline/example/
H A DexampleDataForCutAndPaste.txt19 The first Wiki written in PHP to be publicly released. (ref: http://en.wikipedia.org/wiki/PhpWiki, …
/plugin/evesso/phpoauthlib/
H A DREADME.md3 PHPoAuthLib provides oAuth support in PHP 5.3+ and is very easy to integrate with any project which…
/plugin/facebooklike/
H A DREADME.textile19 * PHP >= 5.1.2
/plugin/farm/install/animaltemplate/conf/
H A Dacronyms.conf89 PHP Hypertext Preprocessor
/plugin/farm/install/animaltemplate/data/pages/wiki/
H A Dsyntax.txt363 ===== Embedding HTML and PHP =====
384 echo 'A logo generated by PHP:';
385 echo '<img src="' . $_SERVER['PHP_SELF'] . '?=' . php_logo_guid() . '" alt="PHP Logo !" />';
388 <PHP>
390 echo '<td><img src="' . $_SERVER['PHP_SELF'] . '?=' . php_logo_guid() . '" alt="PHP Logo !" /></td>…
392 </PHP>
396 echo 'A logo generated by PHP:';
397 echo '<img src="' . $_SERVER['PHP_SELF'] . '?=' . php_logo_guid() . '" alt="PHP Logo !" />';
400 <PHP>
402 echo '<td><img src="' . $_SERVER['PHP_SELF'] . '?=' . php_logo_guid() . '" alt="PHP Logo !" /></td>…
[all …]
/plugin/farmer/_animal/data/pages/wiki/
H A Dsyntax.txt404 ===== Embedding HTML and PHP =====
406 You can embed raw HTML or PHP code into your documents by using the ''%%<html>%%'' or ''%%<php>%%'' tags. (Use uppercase tags if you need to enclose block level elements.)
426 PHP example:
430 echo 'A logo generated by PHP:';
431 echo '<img src="' . $_SERVER['PHP_SELF'] . '?=' . php_logo_guid() . '" alt="PHP Logo !" />';
434 <PHP>
436 echo '<td><img src="' . $_SERVER['PHP_SELF'] . '?=' . php_logo_guid() . '" alt="PHP Logo !" /></td>';
438 </PHP>
442 echo 'A logo generated by PHP:';
443 echo '<img src="' . $_SERVER['PHP_SELF'] . '?=' . php_logo_guid() . '" alt="PHP Log
[all...]
/plugin/fckg/
H A DChanges78 Both of the above occurred on Windows with PHP 5.3
213 Added PHP's file upload errors to filebrowser.
323 Added support for copying images into editor from clipboard; only images convertible by PHP
/plugin/fedauth/
H A DREADME.md20 * PHP OpenID library (included), © 2005-2008 JanRain, Inc.,
/plugin/file2dw/
H A DREADME.md37 PHP code (at least in my system) is executed by the user `www-data`. I had problems running a Java …
43 If PHP code is executed by any other user on your system, you only have to change it in the previou…
/plugin/findologicxmlexport/
H A DREADME.md15 * PHP extension `intl` is also required.
/plugin/findologicxmlexport/vendor/doctrine/annotations/
H A DCHANGELOG.md37 This release increments the minimum supported PHP version to 7.1.0.
46 - [134: Require PHP 7.1, drop HHVM support](https://github.com/doctrine/annotations/issues/134) tha…
61 - [112: Removes support for PHP 5.x](https://github.com/doctrine/annotations/pull/112) thanks to @r…
83 This release introduces a PHP version bump. `doctrine/annotations` now requires PHP
88 * support for PHP 7 "grouped use statements"
107 - [59: opcache.load&#95;comments has been removed from PHP 7](https://github.com/doctrine/annotatio…
/plugin/findologicxmlexport/vendor/doctrine/annotations/docs/en/
H A Dannotations.rst4 There are several different approaches to handling annotations in PHP. Doctrine Annotations
5 maps docblock annotations to PHP classes. Because not all docblock annotations are used
48 the defined PHP autoloaders. This is not the case however: For error handling reasons every check f…
53 …of autoloading annotation classes in a straightforward fashion. Additionally if you think about PHP
56 To anticipate the configuration section, making the above PHP class work with Doctrine Annotations …
123 The debug flag is used here as well to invalidate the cache files when the PHP class with annotatio…
156 given annotation has a corresponding PHP class that can be autoloaded. For Annotation Autoloading y…
210 PHP Imports
214 and register them for the annotation processing. Only if you are using PHP Imports you can validate…
H A Dindex.rst5 functionality for PHP classes.
17 Annotations aren't implemented in PHP itself which is why
18 this component offers a way to use the PHP doc-blocks as a
90 - PHPStorm via the `PHP Annotations Plugin <http://plugins.jetbrains.com/plugin/7320>`_ or the `Sym…
/plugin/findologicxmlexport/vendor/doctrine/instantiator/
H A DREADME.md3 This library provides a way of avoiding usage of constructors when instantiating PHP classes.
/plugin/findologicxmlexport/vendor/doctrine/instantiator/docs/en/
H A Dindex.rst4 This library provides a way of avoiding usage of constructors when instantiating PHP classes.
/plugin/findologicxmlexport/vendor/hoa/compiler/
H A DREADME.md15 <strong>structured</strong> set of PHP libraries.<br />
259 * *Grammar-Based Testing using Realistic Domains in PHP*,
/plugin/findologicxmlexport/vendor/hoa/consistency/
H A DCHANGELOG.md17 * Add `STREAM_CRYPTO_METHOD_*` constants on PHP 5.5. (Metalaka, 2016-02-29T21:10:14+01:00)
H A DREADME.md15 <strong>structured</strong> set of PHP libraries.<br />
26 This library provides a thin layer between PHP VMs and libraries to ensure
75 reserved by PHP or not. Let's say your current PHP version does not support the
78 for your current PHP version, but maybe in an incoming version.
89 PHP identifiers are defined by a regular expression. It might change in the
92 correct regarding current PHP version:
122 architecture in PHP. Thus, to be compatible with incoming PHP versions, you
/plugin/findologicxmlexport/vendor/hoa/event/
H A DREADME.md15 <strong>structured</strong> set of PHP libraries.<br />
26 This library allows to use events and listeners in PHP. This is an observer
/plugin/findologicxmlexport/vendor/hoa/exception/
H A DREADME.md15 <strong>structured</strong> set of PHP libraries.<br />
/plugin/findologicxmlexport/vendor/hoa/iterator/
H A DREADME.md15 <strong>structured</strong> set of PHP libraries.<br />
26 This library provides a set of useful iterator (compatible with PHP iterators).
27 Existing PHP iterators have been updated to get new features and prior PHP

12345678910>>...21