Home
last modified time | relevance | path

Searched refs:this (Results 4801 – 4825 of 27090) sorted by relevance

1...<<191192193194195196197198199200>>...1084

/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Namespaces/
H A DAsyncSearchNamespace.php11 * Elasticsearch B.V licenses this file to you under the Apache 2.0 License or
24 * NOTE: this file is autogenerated using util/GenerateEndpoints.php
41 $id = $this->extractArgument($params, 'id');
43 $endpointBuilder = $this->endpoints;
48 return $this->performRequest($endpoint);
55 * $params['keep_alive'] = (time) Specify the time interval in which the results (partial or final) for this search will be available
64 $id = $this->extractArgument($params, 'id');
66 $endpointBuilder = $this->endpoints;
71 return $this->performRequest($endpoint);
84 $id = $this
[all...]
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/Transitions/
H A DPredicateTransition.php29 $this->ruleIndex = $ruleIndex;
30 $this->predIndex = $predIndex;
31 $this->isCtxDependent = $isCtxDependent;
41 return new Predicate($this->ruleIndex, $this->predIndex, $this->isCtxDependent);
59 if ($this === $other) {
64 && $this->ruleIndex === $other->ruleIndex
65 && $this->predIndex === $other->predIndex
66 && $this
[all...]
/plugin/tag/_test/
H A Dtopic_and_tagrefine.test.php15 $this->pluginsEnabled[] = 'tag';
38 $this->assertTopicRefine(['tagged_page', 'negative_page', 'third_page'], '');
42 $this->assertTopicRefine(['tagged_page', 'third_page'], '-negative_tag');
46 $this->assertTopicRefine(['tagged_page'], 'mytag -negative_tag');
51 $this->assertTopicRefine(['tagged_page'], '+mytag +test2tag');
55 $this->assertTopicRefine(['tagged_page', 'third_page'], '+test2tag third_tag');
59 $this->assertTopicRefine(['tagged_page'], 'mytag +test2tag');
66 $this->hasPages([], $pages, 'Refine with empty input array and "mytag" query: ');
78 $pages = $helper->tagRefine($this->all_pages, $query);
79 $this
[all...]
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/
H A DPngoutFilter.php61 $this->pngoutBin = $pngoutBin;
66 $this->color = $color;
71 $this->filter = $filter;
76 $this->strategy = $strategy;
90 $pb = $this->createProcessBuilder(array($this->pngoutBin));
92 if (null !== $this->color) {
93 $pb->add('-c'.$this->color);
96 if (null !== $this->filter) {
97 $pb->add('-f'.$this->filter);
100 if (null !== $this->strategy) {
[all …]
/plugin/shorty/
H A Dhelper.php22 $this->savedir = rtrim($conf['savedir'],"/") . "/cache";
57 $service = $this->getconf('default_service');
66 $shortURL = $this->getTinyurlURL($pageID);
69 $shortURL = $this->getyourlsURL($pageID);
86 $url = $this->readShortUrl($pageID, $domain);
91 $uri = $this->getConf('bitly_oauth_api');
97 $output = json_decode($this->getCurl($uri));
117 $url = $this->readShortUrl($pageID, 'yourls');
122 $uri = $this->getConf('yourls_url');
130 $this->writeShortUrl($pageID, $url, 'yourls');
[all …]
/plugin/autolink2/
H A Dadmin.php16 $this->setupLocale();
19 $this->disabled = $this->lang['noauth'];
21 $this->disabled = $this->lang['nosupport'];
25 $this->_auth = & $auth;
64 if(is_null($this->_auth)) {
65 print $this->lang['badauth'];
73 search($replace, $conf['datadir'], array($this, 'search'), $sopts);
79 ptln($this->lang["removeold"]);
81 ptln($this->lang["noneed"]);
84 ptln($this->lang["noautolinks"]);
[all …]
/plugin/quickstats/GEOIP/vendor/maxmind/web-service-common/src/WebService/Http/
H A DCurlRequest.php23 $this->url = $url;
24 $this->options = $options;
34 $curl = $this->createCurl();
39 return $this->execute($curl);
44 $curl = $this->createCurl();
48 return $this->execute($curl);
56 $curl = curl_init($this->url);
58 if (!empty($this->options['caBundle'])) {
68 $opts[CURLOPT_PROXY] = $this->options['proxy'];
79 $timeout = $this->options['timeout'];
[all …]
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Backend/
H A DMockSharing.php17 $this->notifications = $notifications;
32 if (isset($this->notifications[$principalUri])) {
33 return $this->notifications[$principalUri];
83 if (!isset($this->shares[$calendarId])) {
84 $this->shares[$calendarId] = [];
89 $this->shares[$calendarId][] = $val;
95 unset($this->shares[$calendarId][$k]);
101 $this->shares[$calendarId] = array_values($this->shares[$calendarId]);
120 if (!isset($this->shares[$calendarId])) {
124 return $this->shares[$calendarId];
[all …]
/plugin/autotweet2/
H A Daction.php25 $api_key = $this->getConf('apiKey');
26 $api_secret = $this->getConf('apiSecret');
27 $access_token = $this->getConf('accessToken');
28 $access_token_secret = $this->getConf('accessTokenSecret');
67 switch ($this->getConf('guestIP')) {
162 $this->curl = curl_init() ;
172 curl_setopt( $this->curl, CURLOPT_TIMEOUT, 5 ) ; // Timeout seconds
173 $res1 = curl_exec( $this->curl ) ;
174 $res2 = curl_getinfo( $this->curl ) ;
175 curl_close( $this->curl ) ;
[all …]
/plugin/authfacebook/lib/Helpers/
H A DFacebookRedirectLoginHelper.php77 $this->oAuth2Client = $oAuth2Client;
90 return $this->persistentDataHandler;
100 return $this->urlDetectionHandler;
110 return $this->pseudoRandomStringGenerator;
125 …$state = $this->persistentDataHandler->get('state') ?: $this->pseudoRandomStringGenerator->getPseu…
269 return $this->getInput('code');
279 return $this->getInput('state');
289 return $this->getInput('error_code');
299 return $this->getInput('error');
309 return $this->getInput('error_reason');
[all …]
/plugin/advanced/admin/
H A Dexport.php35 return $this->getLang('menu_export');
54 $this->$cmd();
67 $lang['toc'] = $this->getLang('menu_export');
70 echo $this->locale_xhtml('export');
74 $this->steps_dispatcher();
94 return $this->step_select_ns();
97 return call_user_func(array($this, "step_$step"));
112 echo sprintf('<h3>%s</h3>', $this->getLang('exp_select_namespace'));
168 msg($this->getLang('exp_no_namespace_selected'), -1);
169 $this->step_select_ns();
[all …]
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/
H A DReporting.php102 return $this->_reports[$type];
130 $this->_reports[$type] = $reportClass;
131 return $this->_reports[$type];
156 $reportClass = $this->factory($report);
196 $this->totalFiles++;
226 $reportClass = $this->factory($report);
257 $this->totalFiles,
258 $this->totalErrors,
259 $this->totalWarnings,
260 $this->totalFixable,
[all …]
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/
H A DSharingPlugin.php85 $this->server = $server;
89 $this->server->protectedProperties,
98 $this->server->on('propFind', [$this, 'propFindEarly']);
99 $this->server->on('propFind', [$this, 'propFindLate'], 150);
100 $this->server->on('propPatch', [$this, 'propPatch'], 40);
101 $this->server->on('method:POST', [$this, 'httpPost']);
282 $acl = $this->server->getPlugin('acl');
310 $acl = $this->server->getPlugin('acl');
331 $writer = $this->server->xml->getWriter($this->server->getBaseUri());
354 $acl = $this->server->getPlugin('acl');
[all …]
/plugin/tagging/action/
H A Dsearch.php32 'TPL_CONTENT_DISPLAY', 'BEFORE', $this,
37 'TPL_ACT_RENDER', 'BEFORE', $this,
42 'SEARCH_QUERY_FULLPAGE', 'AFTER', $this,
47 'SEARCH_RESULT_FULLPAGE', 'AFTER', $this,
52 'FORM_SEARCH_OUTPUT', 'BEFORE', $this,
76 // this element needs to be rendered by the backend so that all JS events properly attach
79 $searchForm->addHTML($this->getLang('search_filter_label'), ++$currElemPos);
100 $currentLabel = $this->getLang('search_all_tags');
103 $currentLabel = $this->getLang('search_any_tag');
111 'or' => $this
[all...]
/plugin/externalembed/
H A Dsyntax.php23 return $this->getMessage();
55 $this->Lexer->addEntryPattern('{{external_embed>', $mode, 'plugin_externalembed');
59 $this->Lexer->addExitPattern('}}', 'plugin_externalembed');
88 define('YT_API_KEY', $this->getConf('YT_API_KEY'));
90 define('PLAYLIST_CACHE_TIME', $this->getConf('PLAYLIST_CACHE_TIME'));
93 … define('DOMAIN_WHITELIST', $this->getDomains($this->getConf('DOMAIN_WHITELIST'), $disclaimers));
95 define('MINIMUM_EMBED_WIDTH', $this->getConf('MINIMUM_EMBED_WIDTH'));
96 define('MINIMUM_EMBED_HEIGHT', $this->getConf('MINIMUM_EMBED_WIDTH'));
116 $parameters = $this->getParameters($match);
117 $embed_type = $this->getEmbedType($parameters);
[all …]
/plugin/xcom/
H A Dremote.php64 else $this->api = new RemoteAPICore(new RemoteApi());
105 $result =$this->find_all_files($namespace,$regex);
271 $this->recurse("$dir/$file",$contents);
277 $this->get_data("$dir/$file",$id_name,$contents);
301 $title = $this->getcurrent($header, null);
306 …$this->process_dates($this->getcurrent('date', 'created'),$this->getcurrent('date', 'modified'),$c…
317 … $last_change = $this->getSimpleKeyValue($this->getcurrent($header, null),"last_change",$contents);
325 … $this->contributors = $this->getSimpleKeyValue($this->getcurrent($header, null),$contents);
330 $media = $this->getcurrent($header,'media');
430 $this->insertListInTable($list,'haspart',$contents);
[all …]
/plugin/button/
H A Dsyntax.php61 * This is due to a bad initial conception of this plugin that does not comply to dokuwiki's guidance of handle / render repartition.
94 $this->Lexer->addSpecialPattern('\[\[{conf[^}]*}[^\]]*\]\]', $mode, 'plugin_button');
95 $this->Lexer->addEntryPattern('\[\[{[^}]*}[^\]\|]*\|?', $mode, 'plugin_button');
96 $this->Lexer->addExitPattern(']]', 'plugin_button');
114 $this->styles[$ID][$name] = $value;
119 return isset($this->styles[$ID][$name]) ? $this->styles[$ID][$name] : $this->getConfStyles($name);
124 return (array_key_exists($ID, $this->styles) && is_array($this
[all...]
/plugin/html2pdf/html2pdf/html2ps/
H A Dcss.ruleset.class.php9 $this->rules = array();
10 $this->tag_filtered = array();
11 $this->_lastId = 0;
49 $this->parse_css($content, $pipeline);
168 $this->parse_css($css, $pipeline);
217 $this->_lastId ++;
222 $this->add_rule($rule,
230 $this->rules[] = $rule_obj;
236 $this->tag_filtered[$tag][] = $rule_obj;
246 if (isset($this->tag_filtered["*"])) {
[all …]
/plugin/combo/vendor/symfony/yaml/Command/
H A DLintCommand.php9 * file that was distributed with this source code.
50 $this->directoryIteratorProvider = $directoryIteratorProvider;
51 $this->isReadableProvider = $isReadableProvider;
59 $this
96 $this->format = $input->getOption('format');
99 if ('github' === $this->format && !class_exists(GithubActionReporter::class)) {
103 if (null === $this->format) {
105 $this->format = class_exists(GithubActionReporter::class) && GithubActionReporter::isGithubActionEnvironment() ? 'github' : 'txt';
110 $this->displayCorrectFiles = $output->isVerbose();
113 return $this
[all...]
/plugin/icalevents/vendor/sabre/vobject/lib/Property/ICalendar/
H A DRecur.php63 $this->value = $newVal;
101 $this->setValue($parts);
115 return $this->value;
131 $this->setValue($val);
142 return $this->getValue();
259 $values = $this->getParts();
267 'node' => $this
279 'node' => $this
345 'node' => $this
348 $this->parent->remove($this);
[all …]
/plugin/davcard/vendor/sabre/vobject/tests/VObject/Component/
H A DVCalendarTest.php28 $this->assertEquals($output, $vcal->serialize());
361 $this->assertEquals(1, count($vcal->validate()));
380 $this->assertEquals(1, count($vcal->validate()));
398 $this->assertEquals(1, count($vcal->validate()));
418 $this->assertEquals(1, count($vcal->validate()));
544 $this->assertNull($result);
557 $this->assertValidate(
578 $this->assertValidate(
606 $this->assertValidate(
635 $this->assertValidate(
[all …]
/plugin/authgoogle/google/service/
H A DGoogle_MediaFileUpload.php56 $this->mimeType = $mimeType;
57 $this->data = $data;
58 $this->size = strlen($this->data);
59 $this->resumable = $resumable;
63 $this->chunkSize = $chunkSize;
64 $this->progress = 0;
68 $this->size = $size;
213 if (false == $this->resumeUri) {
214 $this->resumeUri = $this->getResumeUri($req);
218 $chunk = substr($this->data, $this->progress, $this->chunkSize);
[all …]
/plugin/mdpage/vendor/cebe/markdown/
H A DMarkdownExtra.php83 $this->references[$label] = [
84 'url' => $this->replaceEscape($matches[2]),
87 $this->references[$label]['title'] = $matches[3];
91 $this->references[$label]['title'] = $matches[1];
132 $attributes = $this->renderAttributes($block);
150 $attributes = $this->renderAttributes($block);
227 return '[' . $this->renderAbsy($this->parseInline(substr($block['orig'], 1)));
232 $attributes = $this->renderAttributes($block);
245 return '![' . $this->renderAbsy($this->parseInline(substr($block['orig'], 2)));
250 $attributes = $this->renderAttributes($block);
[all …]
/plugin/webdav/vendor/sabre/vobject/lib/Property/ICalendar/
H A DRecur.php60 $this->value = $newVal;
96 $this->setValue($parts);
109 return $this->value;
122 $this->setValue($val);
132 return $this->getValue();
242 $values = $this->getParts();
249 'node' => $this,
261 'node' => $this,
326 'node' => $this,
329 $this->parent->remove($this);
[all …]
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Component/
H A DVCalendarTest.php28 $this->assertEquals($output, $vcal->serialize());
361 $this->assertEquals(1, count($vcal->validate()));
380 $this->assertEquals(1, count($vcal->validate()));
398 $this->assertEquals(1, count($vcal->validate()));
418 $this->assertEquals(1, count($vcal->validate()));
544 $this->assertNull($result);
557 $this->assertValidate(
578 $this->assertValidate(
606 $this->assertValidate(
635 $this->assertValidate(
[all …]

1...<<191192193194195196197198199200>>...1084