Home
last modified time | relevance | path

Searched refs:file (Results 126 – 150 of 162) sorted by path

1234567

/dokuwiki/lib/tpl/dokuwiki/css/
H A Ddesign.less2 * This file provides the main design styles for the
H A Dmobile.less2 * This file provides styles for mobile devices
H A Dpagetools.less2 * This file provides the styles for the page tools
H A Dprint.css2 * This file provides the styles for printing.
77 dl.file dt {
H A Dstructure.less2 * This file provides styles for the general layout structure.
/dokuwiki/lib/tpl/dokuwiki/
H A Dstyle.ini1 ; Please see http://php.net/manual/en/function.parse-ini-file.php
4 ; To extend this file or make changes to it, it is recommended to create
5 ; a local conf/tpl/<template-folder-name>/style.ini file to prevent losing
8 ; (i.e. [stylesheets] or [replacements]) into that file as well.
46 ; the stylesheets. Changing this file is the simplest method to
/dokuwiki/vendor/
H A DREADME3 All file within here are manged through composer and should not be
/dokuwiki/vendor/aziraphale/email-address-validator/
H A DREADME.md17 file is still set up to correctly load it when required, so this shouldn't be a problem in practice - it's just perhaps
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.
44 The **new syntax** is as follows (ensure you have already included Composer's `autoload.php` file!):
/dokuwiki/vendor/composer/
H A DClassLoader.php4 * This file is part of Composer.
10 * file that was distributed with this source code.
425 if ($file = $this->findFile($class)) {
427 $includeFile($file);
436 * Finds the path to the file where the class is defined.
452 $file = apcu_fetch($this->apcuPrefix.$class, $hit);
454 return $file;
458 $file = $this->findFileWithExtension($class, '.php');
461 if (false === $file && defined('HHVM_VERSION')) {
462 $file
[all...]
H A Dautoload_real.php37 $requireFile = \Closure::bind(static function ($fileIdentifier, $file) {
41 require $file;
44 foreach ($filesToLoad as $fileIdentifier => $file) {
45 $requireFile($fileIdentifier, $file);
/dokuwiki/vendor/geshi/geshi/
H A DBUGS14 for sourcecode under 5K (for simple language files like SQL, a 100K file can be
H A DCHANGELOG22 - Recognize additional file extensions (RealityRipple)
67 * Qt5 API for C++ language file (neochapay)
105 * Updated LSL2 language file (BenBE, Sei Lisa)
108 * Updated PARI/GP language file (Charles R Greathouse IV, BenBE)
109 * Updated Cobol language file (Edward Hart, BenBE)
110 * Updated Verilog language file (Tony Carrillo, BenBE)
111 * Updated Lisp language file (Edward Hart, BenBE)
114 * Updated list of commands on Bash language file (BenBE)
115 * Updated PHP language file (Levi Morrisson)
116 * Updated Haskell language file (duplod
[all...]
H A DLICENSE289 to attach them to the start of each source file to most effectively
290 convey the exclusion of warranty; and each file should have at least
H A DREADME.md11 wish to use, and the output will be a file syntax highlighted to
34 file for more information. If you do modify this program, please tell
H A DTHANKS286 Do you want your name in here? Help me out! Make a language file, or suggest a new
/dokuwiki/vendor/kissifrot/php-ixr/
H A DREADME.md22 A [Composer](http://getcomposer.org/) file has been added to this repository.
37 To your composer.json file
/dokuwiki/vendor/marcusschwarz/lesserphp/
H A DREADME.md
H A Dlessc.inc.php
/dokuwiki/vendor/openpsa/universalfeedcreator/
H A DLICENSE256 When a "work that uses the Library" uses material from a header file
263 If such an object file uses only numerical parameters, data
266 file is unrestricted, regardless of whether it is legally a derivative
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/
H A Dopenssl.cnf1 # minimalist openssl.cnf file for use with phpseclib
/dokuwiki/vendor/simplepie/simplepie/
H A DCHANGELOG.md3 All notable changes to this project will be documented in this file.
27 - Declare strict_types=1 in every file by @Art4 in [#763](https://github.com/simplepie/simplepie/pull/763)
98 - Upload compiled file as release asset by @Art4 in [#725](https://github.com/simplepie/simplepie/pull/725)
225 * Updated the readme file. [#486](https://github.com/simplepie/simplepie/pull/486)
H A DREADME.markdown25 file version.
41 If you'd like a single monolithic file, see the assets in the
H A Dautoloader.php78 $file = $base_dir . str_replace('\\', '/', $relative_class) . '.php'; variable
80 // if the file exists, require it
81 if (file_exists($file)) {
82 require $file;
/dokuwiki/vendor/simplepie/simplepie/idn/
H A DLICENCE252 When a "work that uses the Library" uses material from a header file
259 If such an object file uses only numerical parameters, data
262 file is unrestricted, regardless of whether it is legally a derivative
469 safest to attach them to the start of each source file to most effectively
470 convey the exclusion of warranty; and each file should have at least the
H A DReadMe.txt8 * This file is encoded in UTF-8 *
47 idna_convert.create.npdata.php - Useful for (re)creating the NPData file
50 ReadMe.txt - This file
51 LICENCE - The LGPL licence file
54 MAKE SURE to copy the npdata.ser file into the same folder as the class file
91 3. The input is read from a UCS-4 coded file and encoded line by line. By
99 // Iterate through the input file line by line
100 foreach (file('ucs4-domains.txt') as $line) {
109 Should you need to recreate the npdata.ser file, whic
[all...]

1234567