Home
last modified time | relevance | path

Searched refs:protected (Results 26 – 50 of 137) sorted by relevance

123456

/plugin/mdpage/vendor/cebe/markdown/
H A DREADME.md221 protected function identifyFencedCode($line, $lines, $current)
248 protected function consumeFencedCode($lines, $current)
281 protected function renderFencedCode($block)
316 protected function parseStrike($markdown)
333 protected function renderStrike($element)
375 identifyUl as protected identifyBUl;
376 consumeUl as protected consumeBUl;
381 identifyHr as protected identifyAHr;
382 consumeHr as protected consumeAHr;
395 protected function prepare()
[all …]
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/for/
H A Dobjects.test21 protected $values = ['foo' => 'bar', 'bar' => 'foo'];
H A Dobjects_countable.test22 protected $values = ['foo' => 'bar', 'bar' => 'foo'];
/plugin/captcha/lang/en/audio/
H A DREADME5 These samples represent the NATO phonetical alphabet. They are protected
/plugin/authshibboleth/
H A DREADME.md49 …o `DOKUWIKI_HOME/conf` and include it in your `DOKUWIKI_HOME/conf/local.protected.php` file (it do…
53 It's better to use `local.protected.php` instead of `local.php`, because `local.php` may be overwri…
/plugin/html2pdf/html2pdf/html2ps/
H A DTODO22 Write-protected PDF output
/plugin/authldaplocal/
H A Dauth.php590 $protected = $this->_readUserFile($config_cascade['plainauth.users']['protected']);
591 foreach(array_keys($protected) as $key) {
592 $protected[$key]['protected'] = true;
594 $this->users = array_merge($this->users, $protected);
/plugin/note/
H A DCHANGES.md22 * fix the issue with protected modes (e.g. ```<tt><code></tt>``` & ```<tt><file></tt>```) not being allowed within notes
/plugin/components/
H A DREADME.md13 2. `protected function auth($params) { return ...; }`
16 3. `protected function call($params) { return ...; }`
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
H A DTemplateTest.php529 protected $protected = 'protected'; variable in Twig_TemplateArrayAccessObject
575 protected $protected = 'protected'; variable in Twig_TemplateMagicPropertyObject
604 protected $protected = 'protected'; variable in Twig_TemplatePropertyObject
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DCorePlugin.php746 $protected = array_intersect(
751 if ($protected) {
752 $propPatch->setResultCode($protected, 403);
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DCorePlugin.php746 $protected = array_intersect(
751 if ($protected) {
752 $propPatch->setResultCode($protected, 403);
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D36.36.js.map1protected',\n '@property',\n '@protocol',\n '@public',\n '@selector',\…
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/_files/phpunit-example-extension/tools/phpunit.d/
H A Dphpunit-example-extension-1.0.0.phar74 protected function init()
/plugin/upgrade/vendor/splitbrain/php-cli/
H A DREADME.md35 protected function setup(Options $options)
42 protected function main(Options $options)
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Drecipes.rst359 protected function writeCacheFile($file, $content)
381 protected $someTemplateState = [];
422 protected $dbh;
468 protected function getValue($column, $name)
H A Dinternals.rst127 protected function doDisplay(array $context, array $blocks = [])
/plugin/authsmartcard/
H A DREADME.md60 Ensure that the authtype is set to authsmartcard in conf/local.php or conf/local.protected.php:
/plugin/idoit/
H A DREADME.md19 The plugin adds a protected syntax block `<idoitAPI></idoitAPI>` which contains a JSON request pass…
/plugin/showif/
H A Dsyntax.php.alternative.version72 'protected',
/plugin/offline/ui/dokuwiki/
H A Dscreen.css1protected .input,#config__manager tr.protected input,#config__manager tr.protected textarea,#confi…
/plugin/svg/
H A Dsyntax.php.save39 return 'protected';
/plugin/templateconfhelper/
H A DREADME54 #'protected' => array( $farmbasedir.'/extension/tpl_protected/' ),
/plugin/authremoteuser/
H A DREADME.md89 Copy the configuration settings to the `conf/local.protected.php` file to
/plugin/pageredirect/
H A DChangeLog.md74 - fix access to protected variable after [dokuwiki#555]. [#10], [#11]

123456