Home
last modified time | relevance | path

Searched refs:in (Results 226 – 249 of 249) sorted by relevance

12345678910

/dokuwiki/vendor/geshi/geshi/
H A DTHANKS9 interested in the plugin can visit:
23 - Brian Cheesman - Thanks for using GeSHi in phpCvsView, and for the suggestion about
29 - David Gartner - Thanks for using GeSHi in net2ftp, and for the idea about a load_from_file
41 - Roberto Armellin - Thanks for pointing out some flaws in GeSHi (that will be solved
42 in 1.2 guaranteed)
286 Do you want your name in here? Help me out! Make a language file, or suggest a new
/dokuwiki/vendor/phpseclib/phpseclib/
H A DREADME.md30 * Do not use in production
66 * [Browse the Support Forum](http://www.frostjedi.com/phpbb/viewforum.php?f=46) (no longer in use)
/dokuwiki/vendor/marcusschwarz/lesserphp/
H A Dlessc.inc.php
H A DHISTORY.md
/dokuwiki/lib/tpl/dokuwiki/css/
H A D_forms.css4 * This file provides styles for forms in general and specifically
H A D_toc.css67 /* in case of toc list jumping one level
H A D_fileuploader.css3 * used in the media manager (both fullscreen and popup).
H A D_links.css54 /* icons of the following are set by dokuwiki in lib/exe/css.php */
H A Ddesign.less59 /* make all links in header (including breadcrumb and interwiki) same colour as the rest */
118 display: none; /* hide mobile tools dropdown to only show in mobile view */
H A D_diff.css135 height: 1.5em; /* height is necessary for longer options in Webkit */
H A D_media_fullscreen.css35 left:0 !important; /* overrules jQuery UI resizable in rtl */
40 left:0 !important; /* overrules jQuery UI resizable in rtl */
124 /* make it look like a tab (as in _tabs.css) */
H A Dcontent.less51 /* embedded images (styles are already partly set in lib/styles/all.css) */
162 /* for code in <file> */
H A Dbasic.less272 /* same font stack should be used for ".dokuwiki table.diff td" in _diff.css */
/dokuwiki/vendor/kissifrot/php-ixr/src/Server/
H A DIntrospectionServer.php63 // Make sure it's in an array
/dokuwiki/
H A D.htaccess.dist1 ## You should disable Indexes and MultiViews either here or in the
/dokuwiki/inc/
H A Dcommon.php70 * @param $in
74 function blank(&$in, $trim = false)
76 if (is_null($in)) return true;
77 if (is_array($in)) return $in === [];
78 if ($in === "\0") return true;
79 if ($trim && trim($in) === '') return true;
80 if (strlen($in) > 0) return false;
81 return empty($in);
114 // CSRF checks are only for logged in user
69 blank(& $in, $trim = false) global() argument
[all...]
/dokuwiki/vendor/openpsa/universalfeedcreator/
H A DREADME.md100 added charset output in HTTP headers (thanks to Sören Fuhrmann of golem.de)
109 fixed author/creator in RSS1.0 (thanks Tanguy Pruvot)
/dokuwiki/vendor/kissifrot/php-ixr/
H A DREADME.md17 The original XML-RPC library was developed back in 2002 and updated through 2010 by Incutio for a number of projects the company was working on at the time. It has become fairly dated but is still used extensively by a wide range of commercial and open-source projects.
/dokuwiki/vendor/splitbrain/php-archive/
H A DREADME.md52 // To create a TAR archive directly in memory, create() it, add*()
/dokuwiki/lib/tpl/dokuwiki/
H A Dstyle.ini45 ; This section is used to configure some placeholder values used in
/dokuwiki/vendor/splitbrain/slika/
H A DREADME.md99 Options can be passed as associatiave array as the second parameter in `Slika::run`.
/dokuwiki/lib/plugins/extension/
H A Dstyle.less43 // tab layout - most of it is in the main template
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DBase.php
/dokuwiki/vendor/simplepie/simplepie/src/
H A DSimplePie.php13 * Redistribution and use in source and binary forms, with or without modification, are
19 * * Redistributions in binary form must reproduce the above copyright notice, this list
20 * of conditions and the following disclaimer in the documentation and/or other materials
345 * Wrong Media RSS Namespace. Caused by a long-standing typo in the spec.
350 * Wrong Media RSS Namespace #2. New namespace introduced in Media RSS 1.5.
533 * @var int Cache duration (in seconds)
540 * @var int Auto-discovery cache duration (in seconds)
685 * Previously, it was possible to pass in the feed URL along with cache
817 * If you have a feed available as a string in PHP, you can tell SimplePie
869 * Enable/disable caching in SimplePi
[all...]

12345678910