Home
last modified time | relevance | path

Searched refs:this (Results 7401 – 7425 of 27090) sorted by relevance

1...<<291292293294295296297298299300>>...1084

/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DCubeHandler.php53 if (!in_array($urlInfo['scheme'], $this->acceptedSchemes)) {
56 . ' Valid options are ' . implode(', ', $this->acceptedSchemes)
60 $this->scheme = $urlInfo['scheme'];
61 $this->host = $urlInfo['host'];
62 $this->port = (int) $urlInfo['port'];
84 $this->udpConnection = $udpConnection;
85 if (!socket_connect($this->udpConnection, $this->host, $this->port)) {
86 …throw new \LogicException('Unable to connect to the socket at ' . $this->host . ':' . $this->port);
H A DSwiftMailerHandler.php45 $this->mailer = $mailer;
46 $this->messageTemplate = $message;
54 $this->mailer->send($this->buildMessage($content, $records));
79 if ($this->messageTemplate instanceof Swift_Message) {
80 $message = clone $this->messageTemplate;
82 } elseif (is_callable($this->messageTemplate)) {
83 $message = ($this->messageTemplate)($content, $records);
92 $subjectFormatter = $this->getSubjectFormatter($message->getSubject());
93 $message->setSubject($subjectFormatter->format($this->getHighestRecord($records)));
97 if ($this->isHtmlBody($content)) {
/plugin/wrap/syntax/
H A Dspan.php20 if ($mode == substr(get_class($this), 7)) return true;
28 $this->Lexer->addSpecialPattern($this->special_pattern,$mode,'plugin_wrap_'.$this->getPluginComponent());
29 $this->Lexer->addEntryPattern($this->entry_pattern,$mode,'plugin_wrap_'.$this->getPluginComponent());
33 $this->Lexer->addExitPattern($this->exit_pattern, 'plugin_wrap_'.$this
[all...]
/plugin/elasticsearch/vendor/ruflin/elastica/src/Cluster/
H A DSettings.php30 $this->_client = $client;
40 return $this->request()->getData();
54 $data = $this->get();
75 $data = $this->get();
110 return $this->set(
126 return $this->set(
147 return $this->setPersistent($key, $readOnly);
150 return $this->setTransient($key, $readOnly);
160 return $this->request($settings, Request::PUT);
168 return $this
[all...]
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth2/Service/
H A DBitly.php25 $this->baseApiUri = new Uri('https://api-ssl.bitly.com/v3/');
83 $this->validateAuthorizationState($state);
88 'client_id' => $this->credentials->getConsumerId(),
89 'client_secret' => $this->credentials->getConsumerSecret(),
90 'redirect_uri' => $this->credentials->getCallbackUrl(),
94 $responseBody = $this->httpClient->retrieveResponse(
95 $this->getAccessTokenEndpoint(),
97 $this->getExtraOAuthHeaders()
106 $token = $this->parseAccessTokenResponse(json_encode($parsedResult));
107 $this
[all...]
H A DDelicious.php46 $this->baseApiUri = new Uri('https://api.del.icio.us/v1/');
117 $this->validateAuthorizationState($state);
122 'client_id' => $this->credentials->getConsumerId(),
123 'client_secret' => $this->credentials->getConsumerSecret(),
124 'redirect_uri' => $this->credentials->getCallbackUrl(),
128 $responseBody = $this->httpClient->retrieveResponse(
129 $this->getAccessTokenEndpoint(),
131 $this->getExtraOAuthHeaders()
134 $token = $this->parseAccessTokenResponse($responseBody);
135 $this
[all...]
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/GoogleClosure/
H A DBaseCompilerFilter.php55 $this->timeout = $timeout;
60 $this->compilationLevel = $compilationLevel;
65 $this->jsExterns = $jsExterns;
70 $this->externsUrl = $externsUrl;
75 $this->excludeDefaultExterns = $excludeDefaultExterns;
80 $this->formatting = $formatting;
85 $this->useClosureLibrary = $useClosureLibrary;
90 $this->warningLevel = $warningLevel;
95 $this->language = $language;
/plugin/davcard/vendor/sabre/vobject/tests/VObject/Property/
H A DTextTest.php25 $this->assertEquals("BEGIN:VCARD\r\nVERSION:2.1\r\n$expected\r\nEND:VCARD\r\n", $output);
31 $this->assertVCard21Serialization(
40 $this->assertVCard21Serialization(
48 $this->assertVCard21Serialization(
59 $this->assertVCard21Serialization(
67 $this->assertVCard21Serialization(
86 $this->assertEquals(1, count($vcard->validate()));
88 $this->assertEquals(1, count($vcard->N->getParts()));
92 $this->assertEquals(5, count($vcard->N->getParts()));
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Argument/
H A DArgumentsWildcard.php39 $this->tokens[] = $argument;
52 if (0 == count($arguments) && 0 == count($this->tokens)) {
58 foreach ($this->tokens as $i => $token) {
71 if (count($arguments) > count($this->tokens)) {
85 if (null === $this->string) {
86 $this->string = implode(', ', array_map(function ($token) {
88 }, $this->tokens));
91 return $this->string;
99 return $this->tokens;
/plugin/webdav/vendor/sabre/dav/lib/DAVACL/FS/
H A DCollection.php46 $this->acl = $acl;
47 $this->owner = $owner;
63 $path = $this->path . '/' . $name;
70 return new self($path, $this->acl, $this->owner);
74 return new File($path, $this->acl, $this->owner);
89 return $this->owner;
107 return $this->acl;
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Property/
H A DTextTest.php25 $this->assertEquals("BEGIN:VCARD\r\nVERSION:2.1\r\n$expected\r\nEND:VCARD\r\n", $output);
31 $this->assertVCard21Serialization(
40 $this->assertVCard21Serialization(
48 $this->assertVCard21Serialization(
59 $this->assertVCard21Serialization(
67 $this->assertVCard21Serialization(
86 $this->assertEquals(1, count($vcard->validate()));
88 $this->assertEquals(1, count($vcard->N->getParts()));
92 $this->assertEquals(5, count($vcard->N->getParts()));
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Property/
H A DTextTest.php25 $this->assertEquals("BEGIN:VCARD\r\nVERSION:2.1\r\n$expected\r\nEND:VCARD\r\n", $output);
31 $this->assertVCard21Serialization(
40 $this->assertVCard21Serialization(
48 $this->assertVCard21Serialization(
59 $this->assertVCard21Serialization(
67 $this->assertVCard21Serialization(
86 $this->assertEquals(1, count($vcard->validate()));
88 $this->assertEquals(1, count($vcard->N->getParts()));
92 $this->assertEquals(5, count($vcard->N->getParts()));
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/PartialUpdate/
H A DFileMock.php15 $this->data = $str;
55 $this->data.=$data;
59 $offset = strlen($this->data) - $offset;
62 $this->data =
63 substr($this->data, 0, $offset) .
65 substr($this->data, $offset + strlen($data));
74 return $this->data;
86 return strlen($this->data);
92 return '"' . $this->data . '"';
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Property/
H A DTextTest.php25 $this->assertEquals("BEGIN:VCARD\r\nVERSION:2.1\r\n$expected\r\nEND:VCARD\r\n", $output);
31 $this->assertVCard21Serialization(
40 $this->assertVCard21Serialization(
48 $this->assertVCard21Serialization(
59 $this->assertVCard21Serialization(
67 $this->assertVCard21Serialization(
86 $this->assertEquals(1, count($vcard->validate()));
88 $this->assertEquals(1, count($vcard->N->getParts()));
92 $this->assertEquals(5, count($vcard->N->getParts()));
/plugin/webdav/core/DAV/
H A DAbstractFile.php30 $this->info = $info;
41 if ($this->info['perm'] < AUTH_READ) {
45 return fopen($this->info['path'], 'rb');
55 return $this->info['filename'];
80 return $this->info['size'];
90 return '"' . $this->info['hash'] . '"';
100 return $this->info['mtime'];
110 return @$this->info['mime_type'];
/plugin/html2pdf/html2pdf/html2ps/unittest/
H A Dtest.link.php5 $tree = $this->runPipeline(file_get_contents('test.link.1.html'));
10 $this->assertEqual($color->r, 1);
11 $this->assertEqual($color->g, 0);
12 $this->assertEqual($color->b, 0);
16 $tree = $this->runPipeline(file_get_contents('test.link.2.html'));
21 $this->assertEqual($color->r, 1);
22 $this->assertEqual($color->g, 0);
23 $this->assertEqual($color->b, 0);
/plugin/fedauth/classes/adm/
H A Dfa_toggle.adm.class.php35 if (!$this->isValidListSource()) return '';
38 foreach ($this->getProvidersByListSource() as $id => $pro) {
43 $this->success = true; // always success, even with no changes
45 $this->saveConfig();
57 if (!$this->isValidListSource()) return false;
59 … print $this->html_providers_list($this->getProvidersByListSource(), $this->listSource == 'large');
/plugin/news/
H A Daction.php20 $controller->register_hook('DOKUWIKI_DONE', 'BEFORE', $this,
26 $this->helper = $this->loadHelper('news', true);
36 $perm = $this->helper->has_permission();
38 msg($this->getLang('no_permission'));
41 if($this->helper->pageUpdated() ) {
42 $metafile = $this->helper->getMetaFN('wasupdated','.meta') ;
44 $this->helper->saveFeedData($ID);
/plugin/typography/syntax/
H A Dsmallcaps.php20 $this->mode = substr(get_class($this), 7);
23 $this->pattern[1] = '<smallcaps\b.*?>(?=.*?</smallcaps>)';
24 $this->pattern[4] = '</smallcaps>';
37 if (is_null($this->styler)) {
38 $this->styler = $this->loadHelper('typography_parser');
45 $tag_data = $this->styler->parse_inlineCSS($params);
/plugin/freechat/phpfreechat/src/
H A Dpfctemplate.class.php36 $this->tpl_filename = $tpl_filename;
41 $this->tpl_filename = $tpl_filename;
47 if (!file_exists($this->tpl_filename))
48 die(_pfc("%s template could not be found", $this->tpl_filename));
50 foreach( $this->vars as $v_name => $v_val )
53 include($this->tpl_filename);
63 $this->vars[$v_name] = $v_val;
64 $this->vars[$name] =& $obj; // assigne also the whole object
/plugin/findologicxmlexport/vendor/hoa/event/
H A DBucket.php72 $this->setData($data);
86 return Event::notify($eventId, $source, $this);
97 $old = $this->_source;
98 $this->_source = $source;
110 return $this->_source;
121 $old = $this->_data;
122 $this->_data = $data;
134 return $this->_data;
/plugin/gtime/gtlib/asn1/
H A DASN1String.php41 $this->setValue($value);
53 $bytes = GTUtil::toByteArray($this->value);
55 $this->prepend($bytes, ASN1DER::encodeLength(count($bytes)));
56 $this->prepend($bytes, ASN1DER::encodeType($this->getType()));
68 $this->setValue(GTUtil::fromByteArray($bytes));
78 $this->value = $value;
87 return $this->value;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataproc/
H A DTemplateParameter.php43 $this->description = $description;
50 return $this->description;
57 $this->fields = $fields;
64 return $this->fields;
71 $this->name = $name;
78 return $this->name;
85 $this->validation = $validation;
92 return $this->validation;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudTalentSolution/
H A DCompensationFilter.php43 … $this->includeJobsWithUnspecifiedCompensationRange = $includeJobsWithUnspecifiedCompensationRange;
50 return $this->includeJobsWithUnspecifiedCompensationRange;
57 $this->range = $range;
64 return $this->range;
71 $this->type = $type;
78 return $this->type;
85 $this->units = $units;
92 return $this->units;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Spanner/
H A DCreateDatabaseRequest.php43 $this->createStatement = $createStatement;
50 return $this->createStatement;
57 $this->databaseDialect = $databaseDialect;
64 return $this->databaseDialect;
71 $this->encryptionConfig = $encryptionConfig;
78 return $this->encryptionConfig;
85 $this->extraStatements = $extraStatements;
92 return $this->extraStatements;

1...<<291292293294295296297298299300>>...1084