Home
last modified time | relevance | path

Searched refs:this (Results 19001 – 19025 of 27090) sorted by relevance

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dns/Resource/
H A DChanges.php52 return $this->call('create', [$params], Change::class);
74 return $this->call('get', [$params], Change::class);
100 return $this->call('list', [$params], ChangesListResponse::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataflow/Resource/
H A DProjectsTemplates.php50 return $this->call('create', [$params], Job::class);
72 return $this->call('get', [$params], GetTemplateResponse::class);
101 return $this->call('launch', [$params], LaunchTemplateResponse::class);
/plugin/spreadout/
H A Dsyntax.php71 $this->Lexer->addSpecialPattern('(?<=[.\?\!\:]) {2,}', $aMode, 'plugin_spreadout');
72 … $this->Lexer->addSpecialPattern('(?<=[.\?\!\:][\)\]\}\"\']) {2,}', $aMode, 'plugin_spreadout');
73 … $this->Lexer->addSpecialPattern('(?<=[.\?\!\:][\]\}\"\']) {2,}', $aMode, 'plugin_spreadout');
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Xml/Property/
H A DScheduleCalendarTransp.php49 $this->value = $value;
60 return $this->value;
85 switch ($this->value) {
/plugin/tagfilter/
H A Dremote.php22 throw new AccessDeniedException('You are not allowed to read this file', 111);
26 $Htagfilter = $this->loadHelper('tagfilter', false);
41 $Htagfilter = $this->loadHelper('tagfilter', false);
70 $Htagfilter = $this->loadHelper('tagfilter', false);
/plugin/bbcodeextensions/syntax/
H A Dclassspan.php13 …$this->Lexer->addEntryPattern('\[cs\=.*?\](?=.*?\x5B/cs\x5D)',$mode,'plugin_bbcodeextensions_class…
15 …function postConnect() { $this->Lexer->addExitPattern('\[/cs\]','plugin_bbcodeextensions_classspan…
37 $defcl= $this->getConf('class_preffix') ?? 'bbcodeextensions';
H A Dclassdiv.php13 …$this->Lexer->addEntryPattern('\[cd\=.*?\](?=.*?\x5B/cd\x5D)',$mode,'plugin_bbcodeextensions_class…
15 …function postConnect() { $this->Lexer->addExitPattern('\[/cd\]','plugin_bbcodeextensions_classdiv'…
34 $defcl= $this->getConf('class_preffix') ?? 'bbcodeextensions';
/plugin/combo/ComboStrap/Meta/Field/
H A DFacebookImage.php55 $pageImages = PageImages::createForPage($this->getResource())
56 ->setReadStore($this->getReadStore())
72 return SocialCardImage::createFromResourcePage($this->getResource())
H A DFeaturedSvgImage.php54 $store = $this->getWriteStore();
58 return $this;
67 $parsedValue = $this->getReadStore()->getFromName(self::ITEM_FEATURED_IMAGE_PARSED);
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Tree/
H A DParseTreeWalker.php36 $this->enterRule($listener, $tree);
44 $this->walk($listener, $child);
48 $this->exitRule($listener, $tree);
/plugin/layeranimation/syntax/
H A Dlayer.php30 $this->Lexer->addEntryPattern('<layer>(?=.*?</layer>)',$mode,'plugin_layeranimation_layer');
31 … $this->Lexer->addEntryPattern('<layer .+?>(?=.*?</layer>)',$mode,'plugin_layeranimation_layer');
35 $this->Lexer->addExitPattern('</layer.*?>', 'plugin_layeranimation_layer');
/plugin/dokuprism/
H A DREADME.md4 By default this plugin override builtin `<code>` and `<file>` tags. You can change this in DokuWiki settings.
9 3. On **Manual Install** tab in field **Install from URL** paste this link:
/plugin/conflictmerger/
H A Daction.php120 $action = $this->cleanAction($event->data);
163 $this->html_conflict_solving(con($PRE,$TEXT,$SUF));
239 if ($this->merge($ID, rawWiki($ID, $DATE), $text, rawWiki($ID, ''), $result)) {
240 print $this->locale_xhtml('conflict-solved');
246 print $this->locale_xhtml('conflict-unsolved');
306 $diff3 = $this->getConf('diff3');
/plugin/translationbuddy/
H A Dsyntax.php32 …$this->Lexer->addSpecialPattern('----+ *translationbuddy *-+\n.*?\n----+',$mode,'plugin_translatio…
36 return $this->parseData($match);
41 return $this->_showData($renderer,$data);
114 $ns = $this->baseNS($page);
118 $page = $this->skipBaseNS($page);
119 $ns = $this->baseNS($page);
/plugin/structodt/
H A Daction.php25 $controller->register_hook('PLUGIN_STRUCT_CONFIGPARSER_UNKNOWNKEY', 'BEFORE', $this, 'handle_struct_configparser');
26 $controller->register_hook('ACTION_ACT_PREPROCESS', 'BEFORE', $this, 'handle_action_act_prerpocess');
33 * @param mixed $param [the parameters passed as fifth argument to register_hook() when this
85 * @param mixed $param [the parameters passed as fifth argument to register_hook() when this
97 if (method_exists($this, $method)) {
98 call_user_func([$this, $method]);
181 $tmp_file = $this->render_single($row, $templates, $ext);
220 $tmp_file = $this->render_single($row, $templates);
/plugin/hidden/conf/
H A Ddefault.php3 $conf['default_text_when_hidden'] = $this->getlang('onHidden');
4 $conf['default_text_when_displayed'] = $this->getlang('onVisible');
/plugin/file2dw/
H A DREADME.md27 If you run the Dokuwiki server on Debian, you can accomplish this requirements following this direc…
33 - If you wish, you can execute the script `installLatestPandoc.sh` (included with this plugin in `d…
37 …ed by the user `www-data`. I had problems running a Java application with this user (it seems soff…
41 … I think that this should not be a problem for anybody. If you do not use the soffice conversion (…
49 …r-compose-yml` files use the files in `docker/dokuwikiapp`, so take care when moving this arround.
64 To run this, execute:
79 To run this, execute:
/plugin/combo/
H A Dcli.php6 * COPYING file in the root directory of this source tree.
185 $startPath = $this->getStartPath($args);
199 $this->index($startPath, $force, $depth);
202 $startPath = $this->getStartPath($args);
203 $this->frontmatter($startPath, $depth);
206 $startPath = $this->getStartPath($args);
209 $this->analytics($startPath, $output, $depth);
212 $this->deleteNonExistingPageFromDatabase();
222 $extension = $this->loadHelper('extension_extension');
309 if (!$fileHandle) $this
[all...]
/plugin/authucenter/lib/uc_client/model/
H A Dmisc.php21 $this->miscmodel($base);
25 $this->base = $base;
26 $this->db = $base->db;
30 …$arr = $this->db->fetch_all("SELECT $col FROM ".UC_DBTABLEPRE."applications".($where ? ' WHERE '.$…
61 return $this->dfopen($url, $limit, $post, $cookie, $bysocket, $ip, $timeout, $block, $encodetype);
/plugin/darcs/
H A Dadmin.php114 '<input type="submit" value="'.$this->lang['bt_update'].'" class="edit"/>'.
164 $this->lang['bt_remove_sel'].'" class="edit"/></html> \\\\ '.
166 $this->lang['bt_update_sel'].'"'.
179 '<input type="submit" value="'.$this->lang['get_plugin'].'" class="edit"/>'.
250 …$my_page.='| <html><input type="submit" value="'.$this->lang['yes'].'" class="edit"/></form></htm…
/plugin/pagetitle/
H A Dhelper.php25 $out.= $this->html_youarehere($start_depth);
65 $items[] = '<bdi>'.$this->html_pagelink($id, $name, $exists).'</bdi>';
91 $out = $this->html_pagelink($id, $name, $exists);
118 $out = '<a href="'.$this->wl($id).'" class="'.$class.'" title="'.hsc($title).'">';
167 $out = $this->pagetitle($id);
/plugin/combo/syntax/
H A Dbadge.php86 $this->Lexer->addEntryPattern($pattern, $mode, PluginUtility::getModeFromTag($this->getPluginComponent()));
93 $this->Lexer->addExitPattern('</' . self::TAG . '>', PluginUtility::getModeFromTag($this->getPluginComponent()));
117 $defaultConfValue = PluginUtility::parseAttributes($this->getConf(self::CONF_DEFAULT_ATTRIBUTES_KEY));
/plugin/sqlite/
H A DREADME8 PDO supports sqlite3 only, and this plugin will look for db files with extension *.sqlite3
9 The sqlite extension supports sqlite2 only, here this plugin will look for *.sqlite files.
17 More about this upgrade on http://www.sqlite.org/version3.html
19 All documentation for this plugin can be found at
22 If you install this plugin manually, make sure it is installed in
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/GitHub/1471/
H A DIssue1471Test.php6 $this->expectOutputString('*');
10 $this->assertTrue(false);
/plugin/html2pdf/html2pdf/html2ps/
H A Dfetched_data._interface.class.php4 die("Unoverridden 'get_additional_data' called in ".get_class($this));
8 die("Unoverridden 'get_content' called in ".get_class($this));

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