Home
last modified time | relevance | path

Searched refs:this (Results 19101 – 19125 of 27090) sorted by relevance

1...<<761762763764765766767768769770>>...1084

/plugin/nodisp/syntax/
H A Dnormal.php8 …function connectTo($mode) { $this->Lexer->addEntryPattern('{nodisp.*?}(?=.*?{/nodisp})',$mode,'plu…
9 function postConnect() { $this->Lexer->addExitPattern('{/nodisp}','plugin_nodisp_normal'); }
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/DocGenerators/
H A DText.php49 $this->printTitle($doc);
53 $this->printTextBlock($node);
55 $this->printCodeComparisonBlock($node);
73 $title = $this->getTitle($doc);
74 $standard = $this->getStandard();
/plugin/farm/
H A Dsoapserver.php19 return array_values($this->errors);
33 $this->server = $s;
54 $app = $this->getApp($appname);
60 if(!method_exists($this, 'service_'.$service)) return array();
68 return call_user_func(array($this, 'service_'.$service), $serviceargs);
/plugin/navbox/
H A Dsyntax.php53 $this->Lexer->addSpecialPattern('<navbox>.*?</navbox>', $mode, 'plugin_navbox');
236 $html .= $this->urlRender($data['title']);
249 …$ghtml = '<tr><th class="pgnb_group_title">'.$this->urlRender($group).'</th><td class="pgnb_group"…
257 $urls = $this->urlRender($subitems);
276 …$ghtml .= '<tr><th class="pgnb_subgroup_title">'.$this->urlRender($subgroup).'</th><td class="pgnb…
/plugin/stylingpages/
H A DREADME3 Allows users to change the css/js files of this plugin with wikitext.
5 The intended use of this plugin is to manage the css/less/js
11 this plugin can be abused to change other files, use it with care
27 When the wiki:styling page is saved it will create, replace, or delete this file:
38 In this screnario, I recommend restricting write access to wiki:javascript with ACL.
/plugin/publistf/
H A DCHANGELOG.md2 All notable changes to this project will be documented in this file.
5 and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
18 * removed pass-by-reference on `handle` and `render` function calls; this is inline
38 _Versions beyond this point do not exist within the Git History!_
/plugin/docnavigation/syntax/
H A Dtoc.php32 * Defines how this syntax is handled regarding paragraphs. This is important
49 * Sort for applying this mode
63 $this->Lexer->addSpecialPattern('<doctoc\b.*?>', $mode, 'plugin_docnavigation_toc');
94 $options['start'] = $this->getFullPageid($value);
228 msg(sprintf($this->getLang('dontlinkback'), $pageid, $previouspage), -1);
238 msg(sprintf($this->getLang('recursionprevented'), $pageid, $nextpageid), -1);
246 $renderer->doc .= html_buildlist($list, 'pagnavtoc', [$this, 'listItemNavtoc']);
/plugin/gitbacked/
H A DREADME.md17 All documentation for this plugin can be found at
21 via this repos [Releases](https://github.com/woolfg/dokuwiki-plugin-gitbacked/releases).
24 If you install this plugin manually, make sure that:
27 - this file is to be unpacked in `<DOKUWIKI_ROOT>/lib/plugins/gitbacked/` - if this folder
/plugin/spatialhelper/helper/
H A Dsitemap.php9 * Permission to use, copy, modify, and distribute this software for any
11 * copyright notice and this permission notice appear in all copies.
48 $this->spatial_idx = unserialize(
105 foreach ($this->spatial_idx as $idxEntry) {
110 if ($this->skipPage($id, $namespace)) {
201 foreach ($this->spatial_idx as $idxEntry) {
206 if ($this->skipPage($id, $namespace)) {
/plugin/abbr/syntax/
H A Dabbreviation.php26 $this->Lexer->addSpecialPattern($this->special_pattern,$mode,substr(get_class($this), 7));
/plugin/revealjs/syntax/
H A Dfragmentblock.php27 …$this->Lexer->addSpecialPattern('<\/?(?:no-)?fragment-(?:block|list)\b.*?>', $mode, 'plugin_reveal…
46 if ($this->_is_valid_style($param1)) $style = $param1;
51 elseif ($this->_is_valid_style($param2)) $style = $param2;
/plugin/davcard/vendor/sabre/vobject/tests/VObject/Component/
H A DVJournalTest.php15 $this->assertEquals($outcome, $vtodo->isInTimeRange($start, $end));
40 $this->assertEquals(array(), $messages);
67 $this->assertEquals(
/plugin/bookcreator/syntax/
H A Dexportsaved.php16 $this->Lexer->addSpecialPattern('~~EXPORT.*?~~', $mode, 'plugin_bookcreator_exportsaved');
66 $ns = $this->getConf('save_namespace');
74 $title = sprintf($this->getLang('exportselection'), $savedSelectionPage, $type);
/plugin/findologicxmlexport/vendor/jms/serializer/src/Type/
H A DTypeVisitor.php22 return $this->visitSimpleType($element);
24 return $this->visitCompoundType($element, $handle, $eldnah);
73 return $node->accept($this, $handle, $eldnah);
/plugin/findologicxmlexport/vendor/hoa/iterator/Test/Unit/
H A DRegularExpression.php54 $this
77 $this
98 $this
/plugin/jokuwiki/
H A Dsyntax.php73 $this->Lexer->addSpecialPattern($p,$mode,'plugin_jokuwiki');
79 $attrs=$this->parse_attributes($attributes);
80 $attrs['data-jw']=$this->cleanupData($data);
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Component/
H A DVJournalTest.php15 $this->assertEquals($outcome, $vtodo->isInTimeRange($start, $end));
40 $this->assertEquals([], $messages);
67 $this->assertEquals(
/plugin/database2/
H A DREADME.md6 …alled database. Because of that and due to little creativity on my behalf this plugin got called d…
8this plugin was abandoned in late 2009 due to focusing onto different projects. Since then I haven…
/plugin/freechat/phpfreechat/src/commands/
H A Dunban.class.php31 $cmdp["param"] .= " (".$this->usage.")";
65 $xml_reponse->script("pfc.handleResponse('".$this->name."', 'ok', '".$msg."');");
67 $xml_reponse->script("pfc.handleResponse('".$this->name."', 'ko', '".$msg."');");
/plugin/webcomponent/syntax/
H A Dsearch.php32 …$this->Lexer->addSpecialPattern('<' . self::getTag() . '[^>]*>',$mode,'plugin_' . webcomponent::PL…
45 $match = utf8_substr($match, strlen($this->getPluginComponent()) + 1, -1);
/plugin/phosphor/
H A Dphitem.php39 $this->Lexer->addEntryPattern('<item>(?=.*?</item>)',$mode,'plugin_phosphor_phitem');
40 $this->Lexer->addEntryPattern('<item .+?>(?=.*?</item>)',$mode,'plugin_phosphor_phitem');
44 $this->Lexer->addExitPattern('</item.*?>', 'plugin_phosphor_phitem');
/plugin/asyncsearch/
H A Dpagelookup.php21 $controller->register_hook('AJAX_CALL_UNKNOWN', 'BEFORE', $this, 'handle_ajax_call_unknown');
36 $this->handle_ft_pageLookup( $INPUT->str('term') );
39 $this->handle_ft_pageSearch( $INPUT->str('term') );
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Component/
H A DVJournalTest.php15 $this->assertEquals($outcome, $vtodo->isInTimeRange($start, $end));
40 $this->assertEquals(array(), $messages);
67 $this->assertEquals(
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
H A DPrepareBodyMiddleware.php22 $this->nextHandler = $nextHandler;
33 $fn = $this->nextHandler;
64 $this->addExpectHeader($request, $options, $modify);
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Component/
H A DVJournalTest.php15 $this->assertEquals($outcome, $vtodo->isInTimeRange($start, $end));
40 $this->assertEquals(array(), $messages);
67 $this->assertEquals(

1...<<761762763764765766767768769770>>...1084