Home
last modified time | relevance | path

Searched refs:this (Results 16626 – 16650 of 27090) sorted by relevance

1...<<661662663664665666667668669670>>...1084

/plugin/jplayer/vendor/mustache/mustache/src/Mustache/Cache/
H A DAbstractCache.php30 return $this->logger;
44 $this->logger = $logger;
56 if (isset($this->logger)) {
57 $this->logger->log($level, $message, $context);
/plugin/zip/pear/File/Archive/Writer/
H A DOutput.php56 $this->sendHeaders = $sendHeaders;
63 if ($this->sendHeaders) {
73 $this->sendHeaders = false;
81 return $this->sendHeaders;
/plugin/findologicxmlexport/vendor/phpdocumentor/type-resolver/src/Types/
H A DObject_.php45 $this->fqsen = $fqsen;
55 return $this->fqsen;
65 if ($this->fqsen) {
66 return (string)$this->fqsen;
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Promise/
H A DReturnPromise.php33 $this->returnValues = $returnValues;
47 $value = array_shift($this->returnValues);
49 if (!count($this->returnValues)) {
50 $this->returnValues[] = $value;
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Constraint/
H A DComposite.php24 $this->innerConstraint = $innerConstraint;
48 return $this->innerConstraint->evaluate(
54 $this->fail($other, $description);
65 return count($this->innerConstraint);
/plugin/fksnewsfeed/inc/ORM/
H A DServiceStream.php18 $res = $this->sqlite->query('SELECT * FROM ' . $this->table . ' WHERE name=?', $name);
19 return ($this->modelClassName)::createFromArray($this->sqlite, $res->fetch());
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Xml/Request/
H A DShareTest.php31 $result = $this->parse($xml);
46 $this->assertEquals(
66 $result = $this->parse($xml);
79 $this->assertEquals(
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Xml/Request/
H A DPropFindTest.php19 $result = $this->parse($xml, ['{DAV:}root' => 'Sabre\\DAV\\Xml\\Request\PropFind']);
24 $this->assertEquals($propFind, $result['value']);
37 $result = $this->parse($xml, ['{DAV:}root' => 'Sabre\\DAV\\Xml\\Request\PropFind']);
42 $this->assertEquals($propFind, $result['value']);
/plugin/elasticsearch/vendor/ruflin/elastica/src/Exception/
H A DConnectionException.php30 $this->_request = $request;
31 $this->_response = $response;
43 return $this->_request;
53 return $this->_response;
/plugin/combo/ComboStrap/
H A DExceptionReporter.php17 $this->e = $e;
28 return str_replace("\n", "<br/>", $this->e->getTraceAsString());
35 $errorMessage = $this->e->getMessage();
36 $errorTrace = $this->getExceptionTraceAsHtml();
/plugin/mikioplugin/syntax/
H A Dcolumn.php27 $this->addCommonOptions('vertical-align');
38 $classes = $this->buildClass($data);
39 $styles = $this->buildStyle(array(
46 $renderer->doc .= '<div class="' . $this->elemClass . ' ' . $this->classPrefix . 'col ' . ($data['size'] != '' ? $this->classPrefix . 'col-' . $data['size'] : '') . $classes . '"' . $styles . '>';
H A Dstatistic.php28 $renderer->doc .= '<div class="' . $this->elemClass . ' ' . $this->classPrefix . 'statistic">';
30 $renderer->doc .= '<div class="' . $this->elemClass . ' ' . $this->classPrefix . 'statistic-title">' . $data['title'] . '</div>';
/plugin/findologicxmlexport/vendor/jms/serializer/src/Naming/
H A DCamelCaseNamingStrategy.php28 $this->separator = $separator;
29 $this->lowerCase = $lowerCase;
37 $name = preg_replace('/[A-Z]+/', $this->separator . '\\0', $property->name);
39 if ($this->lowerCase) {
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Handler/
H A DLazyHandlerRegistryWithPsr11ContainerTest.php18 $this->container->set($serviceId, $listener);
28 return $this->services[$id];
33 return isset($this->services[$id]);
38 $this->services[$id] = $service;
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Server/
H A DRequestContext.php9 * file that was distributed with this source code.
41 $this->controls = $controls;
42 $this->token = $token;
50 return $this->controls;
58 return $this->token;
/plugin/authgooglesheets/vendor/guzzlehttp/promises/src/
H A DRejectionException.php21 $this->reason = $reason;
30 $message .= ' with reason: ' . $this->reason;
33 . json_encode($this->reason, JSON_PRETTY_PRINT);
46 return $this->reason;
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/
H A DIssue220Test.php92 $response = $this->request($request);
94 …$this->assertFalse(strpos($response->body, '<s:exception>PHPUnit_Framework_Error_Warning</s:except…
95 …$this->assertFalse(strpos($response->body, 'Invalid argument supplied for foreach()'), 'Invalid ar…
97 $this->assertEquals(207, $response->status);
/plugin/davcal/action/
H A Djsinfo.php12 $controller->register_hook('DOKUWIKI_STARTED', 'AFTER', $this, 'add_jsinfo_information');
47 $JSINFO['plugin']['davcal']['disable_sync'] = $this->getConf('disable_sync');
48 $JSINFO['plugin']['davcal']['disable_settings'] = $this->getConf('hide_settings');
55 $JSINFO['plugin']['davcal']['disable_ics'] = $this->getConf('disable_ics');
/plugin/folded/
H A DMenuItemFolded.php25 if($REV) $this->params['rev'] = $REV;
39 * Return this item's title
44 return $this->getLabel();
48 * Return the link this item links to
64 'href' => $this->getLink(),
65 'title' => $this->getTitle(),
/plugin/wst/syntax/
H A Dtemplate.php40 …$this->Lexer->addSpecialPattern('\{\{[W|w][S|s][T|t]>(?:(?:[^\}]*?\{.*?\}\})|.*?)+?\}\}', $mode, '…
79 $template = $this->get_template($template_name);
81 $template_text = $this->replace_args($template, $template_arguments);
105 …e = rawWiki((substr($name, 0, 1) == ":") || ($this->getConf('namespace') == '') ? substr($name, 1)…
118 …$template_text = preg_replace('/\{\{\{.*?\}\}\}/', $this->getLang('missing_argument'), $template_t…
/plugin/tagsections/
H A Dhelper.php23 if (plugin_isdisabled('tag') || (!$this->Htag = plugin_load('helper', 'tag'))) {
64 $Htag = $this->Htag;
69 …if( (is_null($tag_expr) || @preg_match('/^'.$tag_expr.'$/i',$tag)) && $this->_checkTagInNamespace(…
87 return array_keys($this->getTagsByRegExp(null, $ns, $acl_safe));
105 $Htag = $this->Htag;
109 $pages = $indexer->lookupKey('subject', $tag, array($this, '_tagCompare'));
/plugin/sqljson/
H A Dsyntax.php25 $this->Lexer->addEntryPattern('<sqljson(?=.*?>)', $mode, 'plugin_sqljson');
30 $this->Lexer->addExitPattern('</sqljson>','plugin_sqljson');
82 $host = $this->getConf('Host');
83 $DB = $this->getConf('DB');
84 $user = $this->getConf('user');
85 $password = $this->getConf('password');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SASPortalTesting/Resource/
H A DDeploymentsDevices.php48 return $this->call('delete', [$params], SasPortalEmpty::class);
61 return $this->call('get', [$params], SasPortalDevice::class);
75 return $this->call('move', [$params], SasPortalOperation::class);
91 return $this->call('patch', [$params], SasPortalDevice::class);
105 return $this->call('signDevice', [$params], SasPortalEmpty::class);
119 return $this->call('updateSigned', [$params], SasPortalDevice::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/Resource/
H A DFirewalls.php57 return $this->call('delete', [$params], Operation::class);
71 return $this->call('get', [$params], Firewall::class);
97 return $this->call('insert', [$params], Operation::class);
151 return $this->call('list', [$params], FirewallList::class);
179 return $this->call('patch', [$params], Operation::class);
208 return $this->call('update', [$params], Operation::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudHealthcare/Resource/
H A DProjectsLocationsDatasetsHl7V2StoresMessages.php53 return $this->call('create', [$params], Message::class);
66 return $this->call('delete', [$params], HealthcareEmpty::class);
82 return $this->call('get', [$params], Message::class);
104 return $this->call('ingest', [$params], IngestMessageResponse::class);
171 return $this->call('list', [$params], ListMessagesResponse::class);
195 return $this->call('patch', [$params], Message::class);

1...<<661662663664665666667668669670>>...1084