Home
last modified time | relevance | path

Searched refs:php (Results 251 – 275 of 1507) sorted by relevance

1...<<11121314151617181920>>...61

/plugin/cite/lang/en/
H A Dintro.txt10 Otherwise you will need to add code to your template's **main.php** for the citation links to appea…
15 <code php>
16 <?php if (function_exists('cite_getPermURL')) { ?><a href="<?php echo cite_getPermURL(); ?>" rel="n…
17 <?php if (function_exists('cite_getCiteURL')) { ?><a href="<?php echo cite_getCiteURL(); ?>" rel="n…
/plugin/cite/lang/nl/
H A Dintro.txt12 kun je de knop weer uitzetten. Anders zul je zelf code aan de **main.php** van je template moeten t…
18 <code php>
19 <?php if (function_exists('cite_getPermURL')) { ?><a href="<?php echo cite_getPermURL(); ?>" rel="n…
20 <?php if (function_exists('cite_getCiteURL')) { ?><a href="<?php echo cite_getCiteURL(); ?>" rel="n…
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/TextUI/
H A Dreport-useless-tests.phpt2 phpunit --report-useless-tests NothingTest ../_files/NothingTest.php
4 <?php
9 $_SERVER['argv'][5] = __DIR__ . '/../_files/NothingTest.php';
11 require __DIR__ . '/../bootstrap.php';
H A Dcustom-printer-verbose.phpt2 …-c ../_files/configuration.custom-printer.xml --verbose IncompleteTest ../_files/IncompleteTest.php
4 <?php
9 $_SERVER['argv'][5] = __DIR__ . '/../_files/IncompleteTest.php';
11 require __DIR__ . '/../bootstrap.php';
H A Ddependencies.phpt2 phpunit --verbose DependencyTestSuite ../_files/DependencyTestSuite.php
4 <?php
8 $_SERVER['argv'][4] = __DIR__ . '/../_files/DependencyTestSuite.php';
10 require __DIR__ . '/../bootstrap.php';
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/GitHub/
H A D1348.phpt4 <?php
10 <?php
15 $_SERVER['argv'][] = __DIR__ . '/1348/Issue1348Test.php';
17 require __DIR__ . '/../../bootstrap.php';
/plugin/edittable/
H A Ddeleted.files19 action.php
20 common.php
21 inverse.php
22 renderer_table_edit.php
/plugin/mathpublish/
H A Ddeleted.files3 phpmathpublisher/expression_math.php
4 phpmathpublisher/expression_texte.php
6 phpmathpublisher/mathpublisher.php
/plugin/webdav/
H A Dcomposer.lock24 "php": ">=5.3.0"
80 "php": ">=5.5.0",
154 "php": ">=5.5"
166 "lib/coroutine.php",
167 "lib/Loop/functions.php",
213 "php": ">=5.4",
227 "lib/functions.php"
267 "php": ">=5.4.7"
276 "lib/functions.php"
319 "php": ">=5.5",
[all …]
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DRollupNamespace.asciidoc13 NOTE: this file is autogenerated using util/GenerateEndpoints.php
37 [source,php]
51 [source,php]
65 [source,php]
79 [source,php]
93 [source,php]
107 [source,php]
123 [source,php]
141 [source,php]
155 [source,php]
[all...]
H A DLogstashNamespace.asciidoc13 NOTE: this file is autogenerated using util/GenerateEndpoints.php
30 [source,php]
43 [source,php]
56 [source,php]
/plugin/badbehaviour/bad-behavior/
H A Ddokuwiki.patch1 --- core.inc.php.orig 2011-04-09 17:06:01.000000000 +0200
2 +++ core.inc.php 2011-04-09 17:33:09.000000000 +0200
7 - require_once(BB2_CORE . "/blackhole.inc.php");
14 + require_once(BB2_CORE . "/blackhole.inc.php");
/plugin/file2dw/docker/dokuwikiapp/
H A DDockerfile16 RUN sed -i.bak 's/\(^ *post_max_size\ *= *\).*/\1'$MAXPOST'/' /etc/php/7.0/cgi/php.ini && \
17 sed -i 's/\(^ *upload_max_filesize\ *= *\).*/\1'$MAXFILE'/' /etc/php/7.0/cgi/php.ini
/plugin/latexport/
H A DREADME.md33 Complete the installation by visiting the ``install.php``:
34 * http://localhost:8080/dokuwiki/install.php
46 * http://localhost:8080/dokuwiki/doku.php?do=admin&page=extension
101 php --ini
102 Configuration File (php.ini) Path: /usr/local/etc/php/5.6
103 Loaded Configuration File: /usr/local/etc/php/5.6/php.ini
107 Edit the ``php.ini`` configuration file and add one of the supported time zones (see http://php.net…
113 ; http://php.net/date.timezone
152 RewriteRule ^$ doku.php [L]
155 RewriteRule (.*) doku.php?id=$1 [QSA,L]
[all …]
/plugin/google_adsense2/lang/en/
H A Dintro.txt7 <code php><?php
8 if (file_exists(DOKU_PLUGIN.'googleads/code.php')) include_once(DOKU_PLUGIN.'googleads/code.php');
15 <code php><div class="clearer">&nbsp;</div></code>
/plugin/html2pdf/html2pdf/html2ps/
H A DChangeLog255 html2pdf/box.inline.php on line 257" message appeared in certain
267 * Change: check for pcre.backtrack_limit added to systemcheck.php
488 value.border.class.php
734 'config.inc.php' should be included before any other file.
825 * Fixed: sample.simplest.php had some code obsoleted by v2.0
1412 * viewport.pdflib.php: non iso-8859-1 encoding support
1417 * box.text.php: encoding-override directive was broken
1507 * xhtml.tables.inc.php: fixed bug 1250741 (ALL) TH tags ignored
1595 * box.block.php: fixed bug 1246571 - margin: auto issue
1641 * box.inline.php: fixed bug 1242411 - PRE tag is not supported
[all …]
/plugin/adfs/phpsaml/
H A DCHANGELOG35 * Fix bug on settings_example.php
42 * [#265](https://github.com/onelogin/php-saml/issues/265) Support parameters at getSPMetadata method
57 * [#242](https://github.com/onelogin/php-saml/pull/242) Document that SHA-1 must not be used
86 * [#183](https://github.com/onelogin/php-saml/pull/183) Fix strpos bug when decrypting assertions
87 * [#186](https://github.com/onelogin/php-saml/pull/186) Improve info on entityId validation Excepti…
103 * [#173](https://github.com/onelogin/php-saml/pull/173) Provide better support to NameIdFormat
123 * [#154](https://github.com/onelogin/php-saml/pull/154) getSelfHost no longer returns a port number
125 * [#158](https://github.com/onelogin/php-saml/pull/158) NEW Control usage of X-Forwarded-* headers
134 * [132](https://github.com/onelogin/php-saml/pull/132) Add note for "wantAssertionsEncrypted"
142 * [128](https://github.com/onelogin/php-saml/pull/128) Test php7 and upgrade phpunit
[all …]
/plugin/orphanmedia/
H A Dconfig.ini6 php = "/\<php\>.*^\<\/php\>/smU" key
/plugin/orphanmedia2/
H A Dconfig.ini6 php = "/\<php\>.*^\<\/php\>/smU" key
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/
H A D.travis.yml1 language: php
3 php:
18 - php: master
21 - php: 5.6
/plugin/latexit/other/
H A Drelease1 …conf/* lang/* README action.php pagetools-latexitexport-sprite.png plugin.info.txt renderer.php st…
/plugin/phpimplicitnocache/
H A Dsyntax.php37 $this->Lexer->addEntryPattern('<php>(?=.*</php>)',$mode,'plugin_phpimplicitnocache');
41 $this->Lexer->addExitPattern('</php>','plugin_phpimplicitnocache');
/plugin/davcal/vendor/sabre/event/
H A D.travis.yml1 language: php
2 php:
12 - php: 7
/plugin/findologicxmlexport/vendor/doctrine/annotations/
H A Dphpstan.neon3 - %currentWorkingDirectory%/tests/Doctrine/Tests/Common/Annotations/DocParserTest.php
6 … - %currentWorkingDirectory%/tests/Doctrine/Tests/Common/Annotations/ReservedKeywordsClasses.php
7 - %currentWorkingDirectory%/tests/Doctrine/Tests/Common/Annotations/Ticket/DCOM58Entity.php
8 - %currentWorkingDirectory%/tests/Doctrine/Tests/DoctrineTestCase.php
/plugin/geourl/lang/en/
H A Dintro.txt7 <code php>
8 <?php
9 if (file_exists(DOKU_PLUGIN.'geourl/code.php')) include_once(DOKU_PLUGIN.'geourl/code.php');

1...<<11121314151617181920>>...61