Home
last modified time | relevance | path

Searched +full:protected -(+path:inc +path:lang) -(+path:lib +path:plugins +path:lang) -(+path:lib +path:tpl +path:dokuwiki +path:lang) (Results 226 – 250 of 291) sorted by last modified time

12345678910>>...12

/dokuwiki/inc/parser/
H A Dhandler.php20 protected $callWriter;
26 protected $status = [
32 protected $rewriteBlocks = true;
37 protected $footnote;
183 protected function parse_highlight_options($options)
251 protected function nestingTag($match, $state, $pos, $name)
/dokuwiki/vendor/geshi/geshi/src/geshi/
H A Dcsharp.php73 'protected', 'public', 'readonly', 'remove', 'ref', 'return', 'sealed',
H A Dgroovy.php66 'package', 'private', 'property', 'protected',
H A Dpascal.php69 'property','protected','public','published','raise','repeat',
/dokuwiki/lib/exe/
H A Dcss.php425 protected $filepath; // file system path to the CSS/Less file
426 protected $location; // base url location of the CSS/Less file
427 protected $relative_path;
462 protected function getRelativePath()
637 // replace back protected strings
/dokuwiki/vendor/splitbrain/php-jsstrip/src/
H A DJSStrip.php33 protected $source;
34 protected $idx = 0;
35 protected $line = 0;
246 protected function fatal($msg)
/dokuwiki/inc/Ui/
H A DLogin.php16 protected $showIcon = false;
/dokuwiki/vendor/splitbrain/slika/src/
H A DAdapter.php12 protected $imagepath;
15 protected $options;
H A DGdAdapter.php12 protected $image;
14 protected $width = 0;
16 protected $height = 0;
18 protected $extension;
176 protected function loadImage($path)
213 protected function createImage($width, $height)
250 protected function keepGifTransparency($image, $canvas)
295 protected function boundingBox($width, $height)
329 protected function cleanDimension($dim, $orig)
351 protected functio
[all...]
/dokuwiki/inc/Ui/Media/
H A DDisplayRow.php59 protected function showDetails()
/dokuwiki/inc/Action/
H A DPreview.php38 protected function savedraft()
/dokuwiki/inc/Cache/
H A DCache.php25 protected $_event = ''; // event to be triggered during useCache
26 protected $_time;
27 protected $_nocache = false; // if set to true, cache will not be used or stored
145 protected function addDependencies()
194 protected function stats($success)
H A DCacheImageMod.php11 protected $file;
45 protected function addDependencies()
H A DCacheParser.php48 protected function addDependencies()
H A DCacheRenderer.php58 protected function addDependencies()
/dokuwiki/inc/
H A Dfarm.php99 'protected' => [DOKU_CONF . 'local.protected.php']
147 'protected' => [DOKU_INC . 'conf/plugins.required.php', DOKU_CONF . 'plugins.protected.php'],
H A Dfulltext.php183 * @param bool $ignore_perms Ignore the fact that pages are hidden or read-protected
H A DDifferenceEngine.php933 protected $_lines;
936 protected $_line;
939 protected $_group;
942 protected $_tag;
1455 protected $orig;
1458 protected $final1;
1461 protected $final2;
1464 protected $_merged;
H A DDraft.php14 protected $errors = [];
15 protected $cname;
16 protected $id;
17 protected $client;
/dokuwiki/inc/ChangeLog/
H A DChangeLog.php15 protected $id;
17 protected $currentRevision;
19 protected $cache = [];
46 abstract protected function getFilename($rev = '');
53 abstract protected function getMode();
114 protected function parseAndCacheLogLine($value)
489 protected function retrieveRevisionsAround($rev, $max)
H A DChangeLogTrait.php75 abstract protected function getChangelogFilename();
89 protected $chunk_size;
117 protected function readloglines($rev)
184 protected function readChunk($fp, $head, $tail)
210 protected function getNewlinepointer($fp, $finger)
233 protected function readAdjacentChunk($fp, $head, $tail, $direction)
H A DMediaChangeLog.php15 protected function getChangelogFilename()
26 protected function getFilename($rev = '')
36 protected function getMode()
H A DPageChangeLog.php15 protected function getChangelogFilename()
26 protected function getFilename($rev = '')
36 protected function getMode()
H A DRevisionInfo.php21 protected $info;
/dokuwiki/inc/Debug/
H A DPropertyDeprecationHelper.php21 * protected $bar;
42 protected $deprecatedPublicProperties = [];
52 protected function deprecatePublicProperty(
105 // Easy branch: check for protected property / private property of the current class.
125 // sanity; this shouldn't be possible as protected properties were handled earlier

12345678910>>...12