Home
last modified time | relevance | path

Searched refs:php (Results 1 – 25 of 33) sorted by last modified time

12

/dokuwiki/inc/
H A Dpreload.php.dist1 <?php
3 * This is an example for a farm setup. Simply copy this file to preload.php and
5 * You can also use preload.php for other things than farming, e.g. for moving
13 //include(fullpath(dirname(__FILE__)).'/farm.php');
/dokuwiki/lib/tpl/dokuwiki/
H A Dstyle.ini1 ; Please see http://php.net/manual/en/function.parse-ini-file.php
/dokuwiki/vendor/kissifrot/php-ixr/
H A DREADME.md3 **Note**: _This is a fork of the original Incutio XML-RPC library (IXR) SVN repo hosted on <https://code.google.com/p/php-ixr/>_
29 "url": "https://github.com/kissifrot/php-ixr"
34 "kissifrot/php-ixr": "1.8.*"
/dokuwiki/
H A D.htaccess.dist25 #RewriteRule ^_media/(.*) lib/exe/fetch.php?media=$1 [QSA,L]
26 #RewriteRule ^_detail/(.*) lib/exe/detail.php?media=$1 [QSA,L]
27 #RewriteRule ^_export/([^/]+)/(.*) doku.php?do=export_$1&id=$2 [QSA,L]
28 #RewriteRule ^$ doku.php [L]
31 #RewriteRule (.*) doku.php?id=$1 [QSA,L]
32 #RewriteRule ^index.php$ doku.php
43 #RewriteRule ^lib/exe/xmlrpc.php$ https://%{SERVER_NAME}%{REQUEST_URI} [L,R=301]
/dokuwiki/vendor/marcusschwarz/lesserphp/
H A DHISTORY.md
H A DREADME.md
/dokuwiki/conf/
H A Dacl.auth.php.dist1 # acl.auth.php
2 # <?php exit()?>
H A Dinterwiki.conf34 phpfn https://secure.php.net/{NAME}
H A Dusers.auth.php.dist1 # users.auth.php
2 # <?php exit()?>
H A Dlocal.php.dist1 <?php
3 * This is an example of how a local.php could look like.
4 * Simply copy the options you want to change from dokuwiki.php
7 * When using the installer, a correct local.php file be generated for
H A Dmysql.conf.php.example1 <?php
18 * To use this configuration you have to copy them to local.protected.php
19 * or at least include this file in local.protected.php.
/dokuwiki/vendor/splitbrain/php-cli/
H A DREADME.md19 ```php composer.phar require splitbrain/php-cli```
25 ```php
26 #!/usr/bin/php
27 <?php
28 require __DIR__ . '/../vendor/autoload.php';
73 More examples can be found in the examples directory. Please refer to the [API docs](https://splitbrain.github.io/php-cli/)
112 See the ``example/table.php`` for sample usage.
164 See `example/logging.php` for an example.
/dokuwiki/vendor/splitbrain/php-jsstrip/
H A DREADME.md27 composer require splitbrain/php-jsstrip
31 ```php
32 <?php
34 require_once 'vendor/autoload.php';
/dokuwiki/data/pages/wiki/
H A Dwelcome.txt20 Once you're comfortable with creating and editing pages you might want to have a look at the [[this>doku.php?do=admin&page=config|configuration settings]] (be sure to login as superuser first).
H A Dsyntax.txt86 * For Mozilla and Firefox it can be enabled through different workaround mentioned in the [[http://kb.mozillazine.org/Links_to_local_pages_do_not_work|Mozilla Knowledge Base]]. However, there will still be a JavaScript warning about trying to open a Windows Share. To remove this warning (for all users), put the following line in ''conf/lang/en/lang.php'' (more details at [[doku>localization#changing_some_localized_texts_and_strings_in_your_installation|localization]]): <code - conf/lang/en/lang.php>
87 <?php
99 [[http://php.net|{{wiki:dokuwiki-128.png}}]]
101 [[http://php.net|{{wiki:dokuwiki-128.png}}]]
139 Resized external image:           {{https://www.php.net/images/php.gif?200x50}}
144 Resized external image:           {{https://www.php.net/images/php.gif?200x50}}
420 The following language strings are currently recognized: //4cs 6502acme 6502kickass 6502tasm 68000devpac abap actionscript3 actionscript ada aimms algol68 apache applescript apt_sources arm asm asp asymptote autoconf autohotkey autoit avisynth awk bascomavr bash basic4gl batch bf biblatex bibtex blitzbasic bnf boo caddcl cadlisp ceylon cfdg cfm chaiscript chapel cil c_loadrunner clojure c_mac cmake cobol coffeescript c cpp cpp-qt cpp-winapi csharp css cuesheet c_winapi dart dcl dcpu16 dcs delphi diff div dos dot d ecmascript eiffel email epc e erlang euphoria ezt f1 falcon fo fortran freebasic freeswitch fsharp gambas gdb genero genie gettext glsl gml gnuplot go groovy gwbasic haskell haxe hicest hq9plus html html4strict html5 icon idl ini inno intercal io ispfpanel java5 java javascript jcl j jquery julia kixtart klonec klonecpp kotlin latex lb ldif lisp llvm locobasic logtalk lolcode lotusformulas lotusscript lscript lsl2 lua m68k magiksf make mapbasic mathematica matlab mercury metapost mirc mk-61 mmix modula2 modula3 mpasm mxml mysql nagios netrexx newlisp nginx nimrod nsis oberon2 objc objeck ocaml-brief ocaml octave oobas oorexx oracle11 oracle8 oxygene oz parasail parigp pascal pcre perl6 perl per pf phix php
[all...]
/dokuwiki/vendor/aziraphale/email-address-validator/
H A DREADME.md4 This is a fork of [AddedBytes' EmailAddressValidator class](https://code.google.com/p/php-email-address-validation/).
13 - Additional code style and docblock fixing to properly follow the [PHP-FIG PSR-1](http://www.php-fig.org/psr/psr-1/)
14 and [PSR-2](http://www.php-fig.org/psr/psr-2/) documents
23 php composer.phar require aziraphale/email-address-validator:^2
26 If you don't want to use Composer (why not?!), just download the `EmailAddressValidator.php` file, save it with your project, and `require` it where needed.
30 php composer.phar require aziraphale/email-address-validator:^1
37 ```php
44 The **new syntax** is as follows (ensure you have already included Composer's `autoload.php` file!):
45 ```php
52 ```php
[all...]
/dokuwiki/lib/plugins/extension/helper/
H A Drepository.php1 <?php
20 public const EXTENSION_REPOSITORY_API = 'https://www.dokuwiki.org/lib/plugins/pluginrepo/api.php';
/dokuwiki/vendor/splitbrain/php-archive/
H A DREADME.md14 ```php composer.phar require splitbrain/php-archive```
22 Check the [API docs](https://splitbrain.github.io/php-archive/) for more
26 ```php
27 require_once 'vendor/autoload.php';
/dokuwiki/vendor/openpsa/universalfeedcreator/
H A DREADME.md11 ```php
12 require 'vendor/autoload.php';
/dokuwiki/lib/images/admin/
H A DREADME2 See http://www.kde-look.org/content/show.php/nuvoX?content=38467
/dokuwiki/lib/images/fileicons/
H A DREADME2 https://github.com/splitbrain/file-icon-generator/blob/master/example-dokuwiki.php
/dokuwiki/lib/tpl/dokuwiki/css/
H A D_imgdetail.css2 * This file provides styles for the image detail page (detail.php).
H A D_links.css54 /* icons of the following are set by dokuwiki in lib/exe/css.php */
H A D_media_popup.css3 * (mediamanager.php).
/dokuwiki/vendor/phpseclib/phpseclib/
H A DREADME.md8 - [One-time donation via PayPal or crypto-currencies](http://sourceforge.net/donate/index.php?group_id=198487)
66 * [Browse the Support Forum](http://www.frostjedi.com/phpbb/viewforum.php?f=46) (no longer in use)
90 composer global require php:^8.1 squizlabs/php_codesniffer friendsofphp/php-cs-fixer vimeo/psalm
92 php-cs-fixer fix --config=build/php-cs-fixer.php --diff --dry-run --using-cache=no

12