Home
last modified time | relevance | path

Searched refs:PHP (Results 1 – 25 of 508) sorted by last modified time

12345678910>>...21

/plugin/siteexport/
H A DREADME.md29 …ay run while exporting a site via URL Request or wget/curl request. Due to PHP settings this may b…
118 …ported page. This can help to create content dynamically when using other plugins or PHP execution.
/plugin/geophp/
H A Dcomposer.lock57 "description": "Open-source native PHP library for doing geometry operations. Can read and write a wide variety of formats: (E)WKT, (E)WKB, TWKB, GeoJSON, KML, GPX, GeoRSS. Works with all Simple-Feature geometries (Point, LineString, Polygon...) and can be used to get centroids, bounding-boxes, area, etc.",
/plugin/geophp/vendor/funiq/geophp/
H A DREADME.md3 GeoPHP is a open-source native PHP library for doing geometry operations. It is a fork of famous [geoPHP](https://github.com/phayes/geoPHP) library by Patrick Hayes.
5 It is written entirely in PHP and can therefore run on shared hosts. It can read and write a wide variety of formats: WKT (EWKT), WKB (EWKB), TWKB, GeoJSON,
12 full-set of openGIS functions in PHP like Union, IsWithin, Touches etc. This means that applications
/plugin/photogallery/phpThumb/
H A DREADME.md4 phpThumb() - The PHP thumbnail generator
H A DphpThumb.config.php.default117 …e it is usually faster than GD functions; if false only use ImageMagick if PHP memory limit is too…
134 // source images (>2Mpx) and low PHP memory limits. If PHP runs out of memory the script will usual…
136 // As a general guideline, this number will be about 20% of your PHP memory configuration, so 8M = …
138 …// memory_get_usage() will only be defined if your PHP is compiled with the --enable-memory-limit …
208 … // PHP default: none
216 …opyresampled is replaced with ImageCopyResampleBicubic. May be needed for buggy versions of PHP-GD.
218 $PHPTHUMB_CONFIG['disable_realpath'] = false; // PHP realpath() function requires t…
/plugin/photogallery/phpThumb/docs/
H A Dphpthumb.changelog.txt16 ¤ add support for AVIF image format (requires PHP 8.1.0) for native PHP support.
30 ¤ PHP 8.0 compatibility
34 * [bugfix: G155] PHP 7.4 compatibility
38 ¤ PHP 7.4 curly brace substring compatibility
110 array-to-string PHP error
160 PHP v5.3.0+ compatability
439 in PHP v4.4.2
910 * Bugfix: several PHP safe mode fixes
1266 PHP v4.1.0+
1331 version of PHP/GD is released.
[all …]
H A Dphpthumb.faq.txt49 A: Your PHP installation does not have a high enough memory_limit
50 and ImageMagick is not installed on the server. The PHP memory
55 You can adjust the PHP memory limit in php.ini (if you have
168 PHP memory, so phpThumb is simply extracting and using the
228 phpThumb/PHP has read access to the directory). The other
275 A: Your PHP was probably installed as an Apache module. If so, you have to set
352 You will also need to properly encode the image source (using PHP
370 phpthumbnailer; phpThumbnail; PHP Thumb; Phpthumb; etc.
H A Dphpthumb.readme.txt96 This is a PHP limitation (see www.php.net/file-exists)
170 about 20% of your available PHP memory limit.
180 PHP memory is usually not an issue.
228 ica = ImageCropAuto, requires (PHP 5 >= 5.5.0, PHP 7)
604 EXIF thumbnail extraction requires PHP v4.2.0+
605 Image rotation requires PHP v4.3.0+. There have been
606 reports of problems with PHP older than v4.3.3
608 Some image filters require PHP v5.0.0+
623 possible (with PHP v4.3.0+) because the non-bundled
624 version has bugs which may cause PHP to crash:
[all …]
/plugin/sqlite/
H A DREADME6 will look for the PHP sqlite extension.
/plugin/templater/
H A DCHANGELOG.md54 * Fixed PHP 7+ error (line 171).
55 * Fixed PHP curly braces (line 229).
/plugin/mikioplugin/
H A DREADME.md40 - Updated to support PHP 8.2
119 - Updated to include a polyfill for array_key_first if PHP < 7.3
155 - Fixed PHP warnings
/plugin/aichat/
H A Dcomposer.lock46 "description": "K-Means algorithm for PHP",
149 "description": "a clone of python tiktoken but for PHP! fast BPE tokeniser for use with OpenAI's models.",
/plugin/aichat/vendor/erusev/parsedown/
H A DREADME.md8 Better Markdown Parser in PHP
74 We call this approach "line based". We believe that Parsedown is the first Markdown parser to use it. Since the release of Parsedown, other developers have used the same approach to develop other Markdown parsers in PHP and in other languages.
/plugin/aichat/vendor/mehrab-wj/tiktoken-php/
H A DCHANGELOG.md14 - Fork from https://github.com/CodeRevolutionPlugins/GPT-3-Encoder-PHP
H A DREADME.md1 # TikToken clone for PHP - PHP GPT3 tokenizer
3 PHP Text Tokenizer for GPT models
7 A PHP toolkit to tokenize text like GPT family of models process it.
12 * PHP 8.1
H A Dcomposer.lock257 "php": "PHP 8.0 or higher comes with attributes, a native replacement for annotations"
348 "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
422 "description": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.",
456 "url": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer.git",
461 "url": "https://api.github.com/repos/PHP-CS-Fixer/PHP-CS-Fixer/zipball/b418036b95b4936a33fe906245d3044395935e73",
528 "description": "A tool to automatically fix PHP code style",
530 "issues": "https://github.com/PHP-CS-Fixer/PHP
[all...]
/plugin/aichat/vendor/vanderlee/php-sentence/
H A DREADME.md14 PHP natural language sentence segmentation (splitting) and counting.
20 Supports PHP 5.3 and up, so you can use it on older servers.
23 Requires PHP 5.4 or greater. PHP 5.3 is supported as long as no more recent
/plugin/bibtex4dw/
H A DTODO.md10 Some references how to properly format the code (including PHP style guides):
14 Nowadays, it seems that the PHP-FIG guys are the most accepted, with PSR-1, PSR-12, and PER:
20 Another thing missing is a proper documentation (at least of the code as such). Coming from Python/Sphinx, documentation integrating both, API and user documentation, seems still in its infancies in PHP. However, phpDocumentor seems to be the *de facto* standard:
35 Currently, the BibTeX parsing relies on rather old and badly changed code. Perhaps exchanging with newer code from the "PHP BibTeX Parser 2.x" project would be an option:
46 Nowadays there is things such as the "Citation Style Language (CSL)", and PHP processors for this thing, such as
/plugin/imapmarkers/
H A DREADME.md174 …n-imagemap/), [ImageMapster](http://www.outsharked.com/imagemapster/) and [PHP Simple HTML DOM Par…
/plugin/htmlok/
H A DREADME.md3 Allows to embed HTML and PHP in Wiki Pages.
H A Dplugin.info.txt6 desc Allows embed HTML and PHP
/plugin/gitbacked/
H A DCHANGELOG.md103 - Fix for compatibility to PHP versions <7.4 - was introduced by previous release - fixes [#69]
/plugin/dw2pdf/vendor/myclabs/deep-copy/
H A DREADME.md327 The `$callback` parameter of the `ReplaceFilter` constructor accepts any PHP callable.
353 The following structures cannot be deep-copied with PHP Reflection. As a result they are shallow cloned and filters are
/plugin/dw2pdf/vendor/psr/log/
H A DLICENSE1 Copyright (c) 2012 PHP Framework Interoperability Group
/plugin/dw2pdf/vendor/mpdf/mpdf/
H A DREADME.md1 mPDF is a PHP library which generates PDF files from UTF-8 encoded HTML.
18 PHP versions and extensions
21 - `mPDF >=7.0` is supported on `PHP ^5.6 || ~7.0.0 || ~7.1.0 || ~7.2.0`
22 - `PHP 7.3` is supported since `mPDF v7.1.7`
23 - `PHP 7.4` is supported since `mPDF v8.0.4`
24 - `PHP 8.0` is supported since `mPDF v8.0.10`
25 - `PHP 8.1` is supported as of `mPDF v8.0.13`
27 PHP `mbstring` and `gd` extensions have to be loaded.
105 mPDF as a whole is a quite dated software. Nowadays, better alternatives are available, albeit not written in PHP.
107 Use mPDF if you cannot use non-PHP approac
[all...]

12345678910>>...21