Home
last modified time | relevance | path

Searched refs:this (Results 17276 – 17300 of 27090) sorted by relevance

1...<<691692693694695696697698699700>>...1084

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Webmasters/Resource/
H A DSites.php43 return $this->call('add', [$params]);
59 return $this->call('delete', [$params]);
75 return $this->call('get', [$params], WmxSite::class);
87 return $this->call('list', [$params], SitesListResponse::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SearchConsole/Resource/
H A DSites.php43 return $this->call('add', [$params]);
57 return $this->call('delete', [$params]);
71 return $this->call('get', [$params], WmxSite::class);
83 return $this->call('list', [$params], SitesListResponse::class);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Xml/Property/
H A DLockDiscoveryTest.php23 $xml = $this->write(['{DAV:}root' => $prop]);
25 $this->assertXmlStringEqualsXmlString(
61 $xml = $this->write(['{DAV:}root' => $prop]);
63 $this->assertXmlStringEqualsXmlString(
/plugin/davcal/vendor/sabre/xml/tests/Sabre/Xml/Element/
H A DKeyValueTest.php39 $this->assertEquals([
130 $this->assertEquals($expected, $reader->parse());
174 $this->assertEquals($expected, $output);
198 $this->assertEquals([
/plugin/davcal/vendor/sabre/dav/lib/DAVACL/Exception/
H A DNeedPrivileges.php41 $this->uri = $uri;
42 $this->privileges = $privileges;
64 foreach ($this->privileges as $privilege) {
69 …resource->appendChild($doc->createElementNS('DAV:', 'd:href', $server->getBaseUri() . $this->uri));
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/
H A DExpandEventsDTSTARTandDTENDTest.php80 $response = $this->request($request);
93 …$this->fail('Could not parse object. Error:' . $e->getMessage(). ' full object: ' . $response->get…
104 …$this->assertContains($child->getValue(), ['20120207T171500Z', '20120208T171500Z', '20120209T17150…
107 …$this->assertContains($child->getValue(), ['20120207T181500Z', '20120208T181500Z', '20120209T18150…
/plugin/charpicker/
H A Daction.php15 $controller->register_hook('TOOLBAR_DEFINE', 'AFTER', $this, 'check_toolbar');
24 $add_chars = $this->getConf('chars');
30 $del_chars = $this->getConf('del_chars');
40 if($this->getConf('del_all')) {
/plugin/snippets/
H A Dsyntax.php28 $this->Lexer->addEntryPattern('<snippet>(?=.*?</snippet>)',$mode,'plugin_snippets');
29 $this->Lexer->addSpecialPattern('~~SNIPPET_O\d*~~.*?~~',$mode,'plugin_snippets');
30 $this->Lexer->addSpecialPattern('~~SNIPPET_C~~.*?~~',$mode,'plugin_snippets');
34 $this->Lexer->addExitPattern('</snippet>', 'plugin_snippets');
/plugin/publish/_test/
H A Dhelper.test.php47 $this->assertSame($helper->in_namespace($namespace_list,$id),$result,$msg);
80 $this->assertSame($helper->is_dir_valid($namespace_list,$id),$result,$msg);
91 $this->assertFalse($helper->isActive('de:sidebar'), 'de:sidebar is still listed as active');
92 $this->assertFalse($helper->isActive('en:sidebar'), 'en:sidebar is still listed as active');
/plugin/combo/ComboStrap/
H A DIdManager.php29 $this->executionContext = $executionContext;
52 $executingPath = $this->executionContext
78 $lastId = $this->lastIdByScope[$scope] ?? null;
84 $this->lastIdByScope[$scope] = $lastId;
/plugin/aichat/
H A Dsyntax.php
/plugin/findologicxmlexport/vendor/myclabs/deep-copy/fixtures/f001/
H A DB.php11 return $this->bProp;
16 $this->bProp = $prop;
18 return $this;
/plugin/html2pdf/html2pdf/html2ps/
H A Drender.queue.class.php7 $this->set_root_context(null);
11 return $this->_root_context;
15 $this->_root_context =& $context;
H A Ddestination.download.class.php4 $this->DestinationHTTP($filename);
9 …"Content-Disposition: attachment; filename=".$this->filename_escape($this->get_filename()).".".$co…
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/_files/
H A DDataProviderDependencyTest.php7 $this->markTestSkipped('This test should be skipped.');
8 $this->assertTrue(true);
22 $this->markTestSkipped('Any test with this data provider should be skipped.');
/plugin/combo/vendor/php-webdriver/webdriver/lib/Interactions/Internal/
H A DWebDriverKeyUpAction.php9 $this->focusOnElement();
10 $this->keyboard->releaseKey($this->key);
H A DWebDriverKeyDownAction.php9 $this->focusOnElement();
10 $this->keyboard->pressKey($this->key);
/plugin/bureaucracy/helper/
H A Dfieldtextarea.php17 if (!isset($this->opt['class'])) {
18 $this->opt['class'] = '';
20 $this->opt['class'] .= ' textareafield';
/plugin/dwinsect/
H A Dsyntax.php111 $this->Lexer->addSpecialPattern($pattern, $mode, 'plugin_dwinsect' );
136 $this->wikitext=_get_linkfile($ns_file, $this->getConf('linklistname'));
140 list($anchor_name, $anchor_params) = $this->_get_params($anchor);
146 if (preg_match($pattern, $this->wikitext, $section)) {
240 $anchor_params['text'] = $this->getConf('insecttext'); // "footnote";
241 $anchor_params['link'] = $this->getConf('insectlink'); // "translate";
242 $anchor_params['include'] = $this->getConf('insectinclude'); // "link";
/plugin/icalendar/
H A Dsyntax.php122 $template = $this->getConf($showAs);
124 $template = $this->getConf('default');
156 $entries = $this->_parseIcs($url, $from, $to, $previewDays, $numberOfEntries, $sort_descending);
158 if ($this->error) {
159 $renderer->doc .= "Error in Plugin iCalendar: ".$this->error;
274 $this->error = "Could not get '$url': ".$http->status;
282 $dateFormat = $this->getConf('dformat') ? $this->getConf('dformat') : $conf['dformat'];
/plugin/edittable/action/
H A Deditor.php25 $controller->register_hook('HTML_SECEDIT_BUTTON', 'BEFORE', $this, 'secedit_button');
28 $controller->register_hook('EDIT_FORM_ADDTEXTAREA', 'BEFORE', $this, 'editform');
29 $controller->register_hook('HTML_EDIT_FORMSELECTION', 'BEFORE', $this, 'editform');
33 …$controller->register_hook('PLUGIN_EDITTABLE_PREPROCESS_EDITOR', 'BEFORE', $this, 'handle_table_po…
47 $event->data['name'] = $this->getLang('secedit_name');
134 $TEXT = $this->build_table($data, $meta);
157 $len = $this->strWidth($data[$row][$col]);
258 return $this->strWidth($str);
/plugin/combo/ComboStrap/Meta/Field/
H A DPageTemplateName.php136 $page = $this->getResource();
253 $value = $this->getValue();
255 return $this->getDefaultValue();
259 return $this->getDefaultValue();
269 $metaDataStore = $this->getReadStore();
278 return $this;
285 $writeStore = $this->getWriteStore();
292 return $this;
/plugin/pagequery/
H A Dsyntax.php34 // this regex allows multi-line syntax for easier composition/reading
35 $this->Lexer->addSpecialPattern('\{\{pagequery>(?m).*?(?-m)\}\}', $mode, 'plugin_pagequery');
87 [$option, $value] = $this->keyvalue($param, '=');
110 [$key, $expr] = $this->keyvalue($field);
243 $lang = ['jump_section' => $this->getLang('jump_section'), 'link_to_top' => $this->getLang('link_to_top'),
244 'no_results' => $this->getLang('no_results')];
275 $message = $this->getLang('regex_error');
285 $message = $this->getLang("empty_filter");
294 // limit the result list length if required; this ca
[all...]
/plugin/authfacebook/lib/Helpers/
H A DFacebookCanvasHelper.php40 return $this->signedRequest ? $this->signedRequest->get('app_data') : null;
50 return $this->getRawSignedRequestFromPost() ?: null;
/plugin/structodt/
H A Drenderer.php5 * Returns the format produced by this renderer.
19 $this->doc .= $text;
26 // $this->doc .= '<text:p>';
33 $this->doc .= '<text:line-break/><text:line-break/>';
40 $this->doc .= '<text:line-break/>';

1...<<691692693694695696697698699700>>...1084