Home
last modified time | relevance | path

Searched refs:this (Results 17051 – 17075 of 27090) sorted by relevance

1...<<681682683684685686687688689690>>...1084

/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/Common/Service/
H A DAbstractService.php36 $this->credentials = $credentials;
37 $this->httpClient = $httpClient;
38 $this->storage = $storage;
87 return $this->storage;
96 $classname = get_class($this);
/plugin/randomtables/action/
H A Dajax.php14 $controller->register_hook('randomtables_save', 'AFTER', $this, 'save');
15 $controller->register_hook('AJAX_CALL_UNKNOWN', 'BEFORE', $this,'ajax_call');
21 $helper = $this->loadHelper('randomtables_helper');
63 $helper = $this->loadHelper('randomtables_helper');
70 $this->setupAutoloader();
/plugin/slacknotifier/
H A Daction.php32 $this->config = new Config($this);
37 if (!$this->config->webhook) {
41 $controller->register_hook('COMMON_WIKIPAGE_SAVE', 'AFTER', $this, 'handleSave');
42 $controller->register_hook('PLUGIN_MOVE_PAGE_RENAME', 'BEFORE', $this, 'handleRenameBefore', 'BEFORE');
43 $controller->register_hook('PLUGIN_MOVE_PAGE_RENAME', 'AFTER', $this, 'handleRenameAfter', 'AFTER');
48 $this->inRename = true;
50 $this->created[$event->dst_id] = $event;
51 $this->deleted[$event->src_id] = $event;
56 if (!$this
[all...]
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Backend/
H A DAbstractPDOTest.php15 $backend = new PDO($this->pdo);
16 $this->assertTrue($backend instanceof PDO);
25 $backend = new PDO($this->pdo);
27 $this->assertEquals(array(),$calendars);
36 $backend = new PDO($this->pdo);
69 $backend = new PDO($this->pdo);
84 $this->assertTrue($result);
709 $backend = new PDO($this->pdo);
754 $backend = new PDO($this->pdo);
797 $backend = new PDO($this->pdo);
[all …]
/plugin/schedule/syntax/
H A Ddisplay.php28 $this->Lexer->addEntryPattern ('<schedule[^>]*>', $mode, 'plugin_schedule_display');
31 $this->Lexer->addExitPattern ('</schedule>', 'plugin_schedule_display');
64 if ($this->getConf ('useMap')) {
74 if ($this->getConf ('useMap'))
75 …$renderer->doc .= '<span class="wrap_tip wrap_center wrap_centeralign">'.$this->getLang ('reactive…
100 … '<span class="wrap_round wrap_todo">'.$this->lang ('toComplet').'</span><br/>').' '.
/plugin/webcomponent/syntax/
H A Dbutton.php98 …$this->Lexer->addEntryPattern($pattern, $mode, 'plugin_' . webcomponent::PLUGIN_NAME . '_' . $this
108 …$this->Lexer->addExitPattern('</' . $tag . '>', 'plugin_' . webcomponent::PLUGIN_NAME . '_' . $thi…
112 …$this->Lexer->addPattern(self::INTERNAL_LINK_PATTERN, 'plugin_' . webcomponent::PLUGIN_NAME . '_' …
/plugin/webexteamsnotifier/
H A Daction.php20 …$controller->register_hook('ACTION_ACT_PREPROCESS', 'BEFORE', $this, 'handle_action_act_preprocess…
25 $this->handle();
39 $ns = $this->getConf('namespaces');
51 $title = "{$fullname} updated page [{$INFO['id']}]({$this->urlize()})";
57 $title .= " ([Compare changes]({$this->urlize($revArr[0])}))";
73 $webhook = $this->getConf('webhook');
/plugin/dokugitviewer/
H A DREADME4 Please notice, that this is barely usable at the moment.
5 I made this for my own usei only, so the code is very very ugly.
7 The main idea is this:
14 It also workd this way too:
21 Just add this into wiki page:
33 1) Clone this repository into plugins/ directory in your dokuwiki directory
/plugin/svgpureinsert/
H A Dhelper.php22 $info = $this->getInfo();
26 list($width, $height) = $this->readSVGsize($cachefile);
40 list($width, $height) = $this->readSVGsize($cachefile, true);
110 $attributes = $this->parseAttributes($m[1]);
121 $width = $this->convertToPixel($width);
122 $height = $this->convertToPixel($height);
/plugin/markdownextra/
H A Dsyntax.php31 $this->Lexer->addEntryPattern('<markdown>(?=.*</markdown>)', $mode, 'plugin_markdownextra');
35 $this->Lexer->addExitPattern('</markdown>', 'plugin_markdownextra');
55 $match = $this->_toc($renderer, $match);
69 $renderer->meta['title'] = $this->_markdown_header($match);
71 $this->_toc($renderer, $match);
72 $internallinks = $this->_internallinks($match);
/plugin/webdav/vendor/sabre/dav/lib/DAVACL/Xml/Property/
H A DAcl.php64 $this->privileges = $privileges;
65 $this->prefixBaseUrl = $prefixBaseUrl;
76 return $this->privileges;
101 foreach ($this->privileges as $ace) {
103 $this->serializeAce($writer, $ace);
128 foreach ($this->privileges as $privilege) {
/plugin/quizlib/
H A Dsyntax.php30 $this->Lexer->addEntryPattern($this->pattern_start, $mode, 'plugin_quizlib');
34 $this->Lexer->addExitPattern($this->pattern_end, 'plugin_quizlib');
52 $this->quizattributes = $attributes; // saved for DOKU_LEXER_EXIT
59 return array($state, $this->quizattributes);
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/Request/
H A DAddRequest.php9 * file that was distributed with this source code.
63 $this->entry = $entry;
71 return $this->entry;
76 * @return $this
80 $this->entry = $entry;
82 return $this;
139 foreach ($this->entry->getAttributes() as $attribute) {
150 Asn1::octetString($this->entry->getDn()->toString()),
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dns/Resource/
H A DResponsePolicyRules.php55 return $this->call('create', [$params], ResponsePolicyRule::class);
78 return $this->call('delete', [$params]);
102 return $this->call('get', [$params], ResponsePolicyRule::class);
126 return $this->call('list', [$params], ResponsePolicyRulesListResponse::class);
151 return $this->call('patch', [$params], ResponsePolicyRulesPatchResponse::class);
175 return $this->call('update', [$params], ResponsePolicyRulesUpdateResponse::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Cloudchannel/Resource/
H A DAccounts.php63 …return $this->call('checkCloudIdentityAccountsExist', [$params], GoogleCloudChannelV1CheckCloudIde…
94 …return $this->call('listSubscribers', [$params], GoogleCloudChannelV1ListSubscribersResponse::clas…
117 …return $this->call('listTransferableOffers', [$params], GoogleCloudChannelV1ListTransferableOffers…
140 …return $this->call('listTransferableSkus', [$params], GoogleCloudChannelV1ListTransferableSkusResp…
164 … return $this->call('register', [$params], GoogleCloudChannelV1RegisterSubscriberResponse::class);
190 …return $this->call('unregister', [$params], GoogleCloudChannelV1UnregisterSubscriberResponse::clas…
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Analytics/Resource/
H A DManagementExperiments.php46 return $this->call('delete', [$params]);
62 return $this->call('get', [$params], Experiment::class);
78 return $this->call('insert', [$params], Experiment::class);
100 return $this->call('list', [$params], Experiments::class);
118 return $this->call('patch', [$params], Experiment::class);
135 return $this->call('update', [$params], Experiment::class);
H A DManagementProfileFilterLinks.php47 return $this->call('delete', [$params]);
64 return $this->call('get', [$params], ProfileFilterLink::class);
81 return $this->call('insert', [$params], ProfileFilterLink::class);
106 return $this->call('list', [$params], ProfileFilterLinks::class);
125 return $this->call('patch', [$params], ProfileFilterLink::class);
143 return $this->call('update', [$params], ProfileFilterLink::class);
/plugin/davcal/vendor/sabre/dav/lib/DAVACL/Xml/Property/
H A DAcl.php64 $this->privileges = $privileges;
65 $this->prefixBaseUrl = $prefixBaseUrl;
76 return $this->privileges;
101 foreach ($this->privileges as $ace) {
103 $this->serializeAce($writer, $ace);
128 foreach ($this->privileges as $privilege) {
/plugin/odt/ODT/styles/
H A DODTTableStyle.php72 … $this->importPropertiesInternal(ODTStyleStyle::getStyleProperties (), $properties, $disabled);
73 $this->importPropertiesInternal(self::$table_fields, $properties, $disabled);
74 $this->setProperty('style-family', $this->getFamily());
104 $this->setPropertyInternal
109 $this->setPropertyInternal
/plugin/gallery/action/
H A Dprosemirror.php25 $controller->register_hook('DOKUWIKI_STARTED', 'BEFORE', $this, 'writeDefaultsToJSINFO');
26 $controller->register_hook('PROSEMIRROR_RENDER_PLUGIN', 'BEFORE', $this, 'renderFromInstructions');
27 $controller->register_hook('PROSEMIRROR_PARSE_UNKNOWN', 'BEFORE', $this, 'parseToSyntax');
28 $controller->register_hook('AJAX_CALL_UNKNOWN', 'BEFORE', $this, 'renderAttributesToHTML');
37 * @param mixed $param [the parameters passed as fifth argument to register_hook() when this
46 $defaults = $this->getDefaults();
66 * @param mixed $param [the parameters passed as fifth argument to register_hook() when this
89 $attrs = $this->optionsToAttrs($options);
102 * @param mixed $param [the parameters passed as fifth argument to register_hook() when this
124 * @param mixed $param [the parameters passed as fifth argument to register_hook() when this
[all...]
/plugin/struct/types/
H A DTag.php29 $context = $this->getContext();
33 $page = trim($this->config['page']);
51 if (PhpString::strlen($lookup) < $this->config['autocomplete']['mininput']) return [];
54 $max = $this->config['autocomplete']['maxresult'];
57 $context = $this->getContext();
58 $sql = $this->buildSQLFromContext($context);
/plugin/authgoogle/google/external/
H A DURITemplateParser.php47 $this->template = $template;
69 preg_match_all('/\{([^\}]*)\}/', $this->template, $em);
118 $this->expansion = $this->template;
145 $this->expansion = str_replace($exp->expression, $part, $this->expansion);
148 return $this->expansion;
207 return $this->template;
/plugin/sitemapnavi/
H A Dhelper.php15 $level = $this->getNumberOfSubnamespaces($baseNS) + 1;
21 …search($media, $conf['mediadir'], [$this, 'searchMediaIndex'], array('ns' => $currentNS, 'depth' =…
31 $items = $this->mergePagesAndMedia($pages, $media);
32 $items = $this->sortMediaAfterPages($items);
34 … $html = html_buildlist($items, 'idx', [$this, 'listItemCallback'], [$this, 'liCallback'], true);
70 if ($this->compareMediaPages($item1, $item2) === 1) {
104 $nameSpaceDifference = $this->namespaceDifference($item1['id'], $item2['id']);
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
H A DRedirectMiddleware.php40 $this->nextHandler = $nextHandler;
51 $fn = $this->nextHandler;
72 return $this->checkRedirect($request, $options, $response);
94 $this->guardMax($request, $options);
95 $nextRequest = $this->modifyRequest($request, $options, $response);
107 $promise = $this($nextRequest, $options);
111 return $this->withTracking(
193 $uri = $this->redirectUri($request, $response, $protocols);
/plugin/ireadit/
H A Dhelper.php99 if ($this->getConf('approve_integration') && $this->use_approve_here($id)) { // check if this is newest approve page
100 $last_approved_rev = $this->find_last_approved($id);
101 if ($rev == $last_approved_rev) { // this is last approved version
111 if (!$this->use_ireadit_here($id, $rev)) return false;
127 $users_set = $this->users_set($ireadit_data);
178 if ($this->getConf('approve_integration')) {
180 if (!$this->use_approve_here($page)) continue; // ignore the pages where approve doesn't apply
181 $approved_revs = $this
[all...]

1...<<681682683684685686687688689690>>...1084