Home
last modified time | relevance | path

Searched refs:this (Results 9676 – 9700 of 27090) sorted by relevance

1...<<381382383384385386387388389390>>...1084

/plugin/authgooglesheets/vendor/google/apiclient-services/src/IdentityToolkit/Resource/
H A DRelyingparty.php80 return $this->call('createAuthUri', [$params], CreateAuthUriResponse::class);
93 return $this->call('deleteAccount', [$params], DeleteAccountResponse::class);
106 return $this->call('downloadAccount', [$params], DownloadAccountResponse::class);
119 return $this->call('emailLinkSignin', [$params], EmailLinkSigninResponse::class);
132 return $this->call('getAccountInfo', [$params], GetAccountInfoResponse::class);
199 return $this->call('resetPassword', [$params], ResetPasswordResponse::class);
225 return $this->call('setAccountInfo', [$params], SetAccountInfoResponse::class);
264 return $this->call('signupNewUser', [$params], SignupNewUserResponse::class);
277 return $this->call('uploadAccount', [$params], UploadAccountResponse::class);
290 return $this->call('verifyAssertion', [$params], VerifyAssertionResponse::class);
[all …]
/plugin/cookielaw/
H A Daction.php22 $controller->register_hook('TPL_ACT_RENDER', 'AFTER', $this, 'handle_tpl_act_render');
44 $position = $this->getConf('position');
47 echo hsc($this->getLang('information'));
48 echo '<button>' . hsc($this->getLang('consent')) . '</button>';
49 …echo '<a href="' . hsc($this->getLang('details_url')) . '" target="_blank">' . hsc($this->getLang(…
/plugin/swiftmail/Swift/Plugin/Decorator/
H A DReplacements.php34 $this->setReplacements($replacements);
43 $this->replacements[strtolower($address)] = (array)$replacements;
52 $this->replacements = array_change_key_case((array) $replacements, CASE_LOWER);
60 return $this->replacements;
71 if (array_key_exists($address, $this->replacements))
73 return (array)$this->replacements[$address];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DPacketMirroringFilter.php44 $this->iPProtocols = $iPProtocols;
51 return $this->iPProtocols;
58 $this->cidrRanges = $cidrRanges;
65 return $this->cidrRanges;
72 $this->direction = $direction;
79 return $this->direction;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Kgsearch/
H A DSearchResponse.php45 $this->context = $context;
52 return $this->context;
59 $this->type = $type;
66 return $this->type;
73 $this->itemListElement = $itemListElement;
80 return $this->itemListElement;
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Twig/
H A DSerializerExtensionTest.php16 $mockSerializer = $this->getMockBuilder('JMS\Serializer\SerializerInterface')->getMock();
19 ->expects($this->once())
21 ->with($this->equalTo($obj), $this->equalTo('json'));
41 $mockSerializer = $this->getMockBuilder('JMS\Serializer\SerializerInterface')->getMock();
43 ->expects($this->once())
45 ->with($this->equalTo($obj), $this->equalTo('json'));
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.audio-video.ivf.php26 $info = &$this->getid3->info;
31 $this->fseek($info['avdataoffset']);
32 $IVFheader = $this->fread(32);
51 …$this->warning('Expecting IVF header version 0, found version '.$info['ivf']['header']['version'].…
59 while (!$this->feof()) {
60 if ($frameheader = $this->fread(12)) {
63 $this->fseek($framesize, SEEK_CUR);
73 …$this->error('Expecting "DKIF" at offset '.$info['avdataoffset'].', found "'.getid3_lib::PrintHexB…
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/
H A DAbstractScopeSniff.php108 $this->_listenOutside = $listenOutside;
109 $this->_scopeTokens = array_flip($scopeTokens);
110 $this->_tokens = $tokens;
127 return $this->_tokens;
148 if (isset($this->_scopeTokens[$code]) === true) {
149 $this->processTokenWithinScope($phpcsFile, $stackPtr, $scope);
154 if ($this->_listenOutside === true && $foundScope === false) {
155 $this->processTokenOutsideScope($phpcsFile, $stackPtr);
/plugin/inlineedit/
H A Dsyntax.php20 if(array_key_exists($ID,$this->_itemPos)) {
21 return $this->_itemPos[$ID]++;
23 $this->_itemPos[$ID] = 1;
29 if(array_key_exists($ID,$this->_itemPos)) {
30 $this->_itemPos[$ID];
67 $this->Lexer->addEntryPattern('<inlineedit>',$mode,'plugin_inlineedit');
71 $this->Lexer->addExitPattern('</inlineedit>','plugin_inlineedit');
85 $opts['itemPos']=$this->incItemPos();
/plugin/findologicxmlexport/vendor/jms/metadata/src/Cache/
H A DFileCache.php22 $this->dir = rtrim($dir, '\\/');
30 $path = $this->dir . '/' . strtr($class, '\\', '-') . '.cache.php';
43 if (!is_writable($this->dir)) {
44 … throw new \InvalidArgumentException(sprintf('The directory "%s" is not writable.', $this->dir));
47 $path = $this->dir . '/' . strtr($metadata->name, '\\', '-') . '.cache.php';
49 $tmpFile = tempnam($this->dir, 'metadata-cache');
55 $this->renameFile($tmpFile, $path);
83 $path = $this->dir . '/' . strtr($class, '\\', '-') . '.cache.php';
/plugin/gtime/gtlib/tsp/
H A DGTHashAlgorithm.php72 $this->name = $name;
73 $this->oid = $oid;
74 $this->gtid = $gtid;
75 $this->length = $length;
87 return $this->name;
96 return $this->oid;
105 return $this->gtid;
114 return $this->length;
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/Response/
H A DIntermediateResponse.php9 * file that was distributed with this source code.
48 $this->responseName = $responseName;
49 $this->responseValue = $responseValue;
57 return $this->responseName;
65 return $this->responseValue;
100 if ($this->responseName !== null) {
101 $response->addChild(Asn1::context(0, Asn1::octetString($this->responseName)));
103 if ($this->responseValue !== null) {
104 $response->addChild(Asn1::context(1, Asn1::octetString($this->responseValue)));
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/ConnectionPool/
H A DStaticConnectionPool.php11 * Elasticsearch B.V licenses this file to you under the Apache 2.0 License or
45 $this->scheduleCheck();
52 $total = count($this->connections);
57 $connection = $this->selector->select($this->connections);
62 if ($this->readyToRevive($connection) === true) {
83 foreach ($this->connections as $connection) {
91 $this->pingTimeout * pow(2, $connection->getPingFailures()),
92 $this->maxPingTimeout
/plugin/blogtng/action/
H A Dpagedata.php16 $this->entryhelper = plugin_load('helper', 'blogtng_entry');
25 …$controller->register_hook('PARSER_METADATA_RENDER', 'AFTER', $this, 'updateMetadataBlog', array()…
42 $this->entryhelper->load_by_pid($pid);
45 if($this->entryhelper->entry['blog']) {
48 $login = $this->entryhelper->entry['login'];
75 $this->entryhelper->set($entry);
78 $this->entryhelper->save();
91 $taghelper = $this->entryhelper->getTagHelper();
/plugin/combo/ComboStrap/
H A DCacheManager.php47 $this->executionContext = $executionContext;
66 $cacheManagerForSlot = &$this->slotCacheResults[$id];
69 $this->slotCacheResults[$id] = $cacheManagerForSlot;
79 return $this->slotCacheResults;
93 if (isset($this->slotsExpiration[$pageId])) {
102 $this->slotsExpiration[$pageId] = false;
121 $this->slotsExpiration[$pageId] = false;
125 $this->slotsExpiration[$pageId] = true;
/plugin/combo/vendor/php-webdriver/webdriver/lib/Chrome/
H A DChromeDriver.php17 * This includes starting a new chromedriver process each time this method is called. However this may be
19 * this instance to startUsingDriverService() method.
62 * TODO: in next major version we may not need to use this method, because without OSS compatibility the
84 $response = $this->executor->execute($command);
87 if (!$this->isW3cCompliant = isset($value['capabilities'])) {
88 $this->executor->disableW3cCompliance();
91 $this->sessionID = $response->getSessionID();
99 if ($this->devTools === null) {
100 $this
[all...]
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/
H A DFile.php45 $this->htmlspecialcharsFlags = ENT_COMPAT;
47 $this->htmlspecialcharsFlags = $this->htmlspecialcharsFlags | ENT_HTML401 | ENT_SUBSTITUTE;
60 'items' => $this->renderItems($node),
61 'lines' => $this->renderSource($node)
80 $this->templatePath . 'method_item.html',
85 $items = $this->renderItemTemplate(
105 $items .= $this->renderFunctionItems(
110 $items .= $this->renderTraitOrClassItems(
116 $items .= $this->renderTraitOrClassItems(
164 $buffer .= $this->renderItemTemplate(
[all …]
/plugin/tagfilter/syntax/
H A Dfilter.php13 * need to inherit from this class
25 if (array_key_exists($ID, $this->formCounter)) {
26 return $this->formCounter[$ID]++;
28 $this->formCounter[$ID] = 1;
36 if (array_key_exists($ID, $this->formCounter)) {
37 return $this->formCounter[$ID];
72 $this->Lexer->addSpecialPattern("\{\{tagfilter>.*?\}\}", $mode, 'plugin_tagfilter_filter');
82 return $this->getOpts($match);
91 * string 'ns' list only pages from this namespace,
100 $HtagfilterSyntax = $this
[all...]
/plugin/gitlabapi/
H A Dsyntax.php34 $this->Lexer->addSpecialPattern('<gitlab-api[^>]*/>', $mode, 'plugin_gitlabapi');
57 $server_data = $this->getServerFromJson($server[2]);
64 $data['server'] = $this->getConf('server.default');
66 $data['token'] = $this->getConf('token.default');
111 $this->renderGitLab($renderer, $data);
133 $this->renderProjectError($renderer, $data);
141 $date_time = $this->getDateTime($project['last_activity_at']);
148 $renderer->doc .= '<b class="gitlab">'.$this->getLang('gitlab.project').'</b><br>';
159 $this->renderProjectIssues($renderer, $gitlab, $project_id, $data['issues']);
201 $renderer->doc .= '<b class="gitlab">'.$this->getLang('gitlab.issues').'</b><br>';
[all …]
/plugin/bibtex/
H A Dsyntax.php425 return $this->_formatLink($link);
467 return $this->_xmlEntities($heading);
470 return $this->_xmlEntities($default);
472 return $this->_xmlEntities($title);
475 return $this->_imageTitle($title);
514 $ret .= ' title="'.$this->_xmlEntities($title).'"';
515 $ret .= ' alt="'.$this->_xmlEntities($title).'"';
522 $ret .= ' title="'.$this->_xmlEntities($cap).'"';
523 $ret .= ' alt="'.$this->_xmlEntities($cap).'"';
555 $ret .= $this->_xmlEntities($title);
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Container/Resource/
H A DProjectsLocationsClusters.php85 return $this->call('create', [$params], Operation::class);
114 return $this->call('delete', [$params], Operation::class);
139 return $this->call('get', [$params], Cluster::class);
195 return $this->call('setAddons', [$params], Operation::class);
211 return $this->call('setLegacyAbac', [$params], Operation::class);
229 return $this->call('setLocations', [$params], Operation::class);
244 return $this->call('setLogging', [$params], Operation::class);
277 return $this->call('setMasterAuth', [$params], Operation::class);
292 return $this->call('setMonitoring', [$params], Operation::class);
353 return $this->call('update', [$params], Operation::class);
[all …]
/plugin/fedauth/Auth/OpenID/
H A DExtension.php45 $added = $message->namespaces->addAlias($this->ns_uri,
46 $this->ns_alias,
50 if ($message->namespaces->getAlias($this->ns_uri) !=
51 $this->ns_alias) {
56 $message->updateArgs($this->ns_uri,
57 $this->getExtensionArgs());
/plugin/html2pdf/html2pdf/html2ps/features/
H A Dwatermark.php7 $this->set_text('');
11 return $this->_text;
19 $pipeline->output_driver->_show_watermark($this->get_text());
24 $dispatcher->add_observer('after-page', array(&$this, 'handle_after_page'));
26 $this->set_text($params['text']);
30 $this->_text = $text;
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Constraint/
H A DArrayHasKey.php32 $this->key = $key;
46 return array_key_exists($this->key, $other);
50 return $other->offsetExists($this->key);
63 return 'has the key ' . $this->exporter->export($this->key);
78 return 'an array ' . $this->toString();
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DSyntheticError.php50 $this->syntheticFile = $file;
51 $this->syntheticLine = $line;
52 $this->syntheticTrace = $trace;
60 return $this->syntheticFile;
68 return $this->syntheticLine;
76 return $this->syntheticTrace;

1...<<381382383384385386387388389390>>...1084