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 51 – 75 of 291) sorted by last modified time

12345678910>>...12

/dokuwiki/vendor/geshi/geshi/src/geshi/
H A Dnewlisp.php85 'process','prompt-event','protected?','push','put-url','pv','quote',
H A Dobjc.php75 '@protected', '@property', '@private', '@interface',
H A Dphp.php100 'implements', 'interface','namespace','new','private','protected',
/dokuwiki/vendor/simplepie/simplepie/src/Parse/
H A DDate.php59 * @access protected
67 * @access protected
172 * @access protected
354 * @access protected
563 * @access protected
571 * @access protected
679 * @access protected
752 * @access protected
802 * @access protected
881 * @access protected
[all...]
/dokuwiki/inc/Parsing/ParserMode/
H A DQuote.php18 $PARSER_MODES['protected']
H A DSmiley.php9 protected $smileys = [];
10 protected $pattern = '';
H A DWindowssharelink.php7 protected $pattern;
H A DWordblock.php12 protected $badwords = [];
13 protected $pattern = '';
/dokuwiki/vendor/simplepie/simplepie/src/
H A DParser.php76 protected $registry;
H A DRegistry.php68 protected $default = [
96 protected $classes = [];
104 protected $legacy = [];
/dokuwiki/vendor/splitbrain/php-archive/src/
H A DFileInfo.php17 protected $isdir = false;
18 protected $path = '';
19 protected $size = 0;
20 protected $csize = 0;
21 protected $mtime = 0;
22 protected $mode = 0664;
23 protected $owner = '';
24 protected $group = '';
25 protected $uid = 0;
26 protected
[all...]
H A DTar.php19 protected $file = '';
20 protected $comptype = Archive::COMPRESS_AUTO;
21 protected $complevel = 9;
22 protected $fh;
23 protected $memory = '';
24 protected $closed = true;
25 protected $writeaccess = false;
439 protected function readbytes($length)
457 protected function writebytes($data)
482 protected functio
[all...]
H A DZip.php20 protected $file = '';
21 protected $fh;
22 protected $memory = '';
23 protected $closed = true;
24 protected $writeaccess = false;
25 protected $ctrl_dir;
26 protected $complevel = 9;
542 protected function readCentralDir()
590 protected function readCentralFileHeader()
638 protected functio
[all...]
/dokuwiki/inc/Search/
H A DIndexer.php20 protected $pidCache = [];
112 protected function getPageWords($text)
402 protected function deletePageNoLock($page)
575 protected function getPIDNoLock($page)
767 protected function getIndexWords(&$words, &$result)
944 protected function lock()
978 protected function unlock()
998 protected function getIndex($idx, $suffix)
1016 protected function saveIndex($idx, $suffix, &$lines)
1042 protected functio
[all...]
/dokuwiki/vendor/openpsa/universalfeedcreator/lib/Creator/
H A DFeedCreator.php46 protected $contentType = "application/xml";
53 protected $encoding = "UTF-8"; //"ISO-8859-1";
55 protected $_timeout; # lib/Creator/FeedCreator.php line 238
131 protected function _createGeneratorComment()
144 protected function _createAdditionalElements($elements, $indentString = "")
156 protected function _createStylesheetReferences()
186 protected function _generateFilename()
199 protected function _redirect($filename)
H A DHTMLCreator.php17 protected $contentType = "text/html";
155 protected function _generateFilename()
H A DJSCreator.php11 protected $contentType = "text/javascript";
38 protected function _generateFilename()
H A DKMLCreator.php99 protected function _generateFilename()
/dokuwiki/inc/
H A DStyleUtils.php13 protected $tpl;
15 protected $reinit;
17 protected $preview;
19 protected $defaultReplacements = [
86 foreach (['default', 'local', 'protected'] as $config_group) {
136 protected function getValidatedStyles($stylesheets, $file, $mode, $incbase, $webbase)
164 protected function getWebbase($config_group)
182 protected function cssFixreplacementurls($replacements, $location)
/dokuwiki/inc/Subscriptions/
H A DBulkSubscriptionSender.php141 protected function lock($id)
172 protected function unlock($id)
193 protected function sendDigest($subscriber_mail, $id, $lastupdate)
225 protected function sendList($subscriber_mail, $ids, $ns_id)
H A DSubscriptionSender.php9 protected $mailer;
27 protected function getMessageID($id, $rev = null)
62 protected function send($subscriber_mail, $subject, $context, $template, $trep, $hrep = null, $headers = [])
/dokuwiki/vendor/splitbrain/php-cli/
H A DREADME.md35 protected function setup(Options $options)
42 protected function main(Options $options)
/dokuwiki/vendor/splitbrain/php-cli/src/
H A DBase.php18 protected $bin;
20 protected $options;
25 protected $loglevel = array(
83 protected $logdefault = 'info';
110 abstract protected function setup(Options $options);
122 abstract protected function main(Options $options);
128 * and finally executes main() - Each part is split into their own protected function below, so behaviour
153 protected function registerDefaultOptions()
176 protected function handleDefaultOptions()
190 protected functio
[all...]
H A DTableFormatter.php16 protected $border = ' ';
19 protected $max = 74;
22 protected $colors;
92 protected function getTerminalWidth()
119 protected function calculateColLengths($columns)
238 protected function pad($string, $len)
253 protected function strlen($string)
271 protected function substr($string, $start = 0, $length = null)
293 protected function wordwrap($str, $width = 75, $break = "\n", $cut = false)
/dokuwiki/inc/Ui/
H A DDiff.php16 protected $id; // page id or media id
19 protected $rev1; // timestamp of older revision
21 protected $rev2; // timestamp of newer revision
24 protected $preference = [];
27 protected $changelog; // PageChangeLog or MediaChangeLog object
43 abstract protected function setChangeLog();
48 abstract protected function preProcess();
93 protected function handle()

12345678910>>...12