Home
last modified time | relevance | path

Searched refs:this (Results 16601 – 16625 of 27090) sorted by relevance

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

/plugin/backlinks2/_test/
H A Dsyntax_include_deep.test.php80 $this->assertTrue(
85 $this->assertFalse(
94 $this->assertEquals(
102 $this->assertEquals(
110 $this->assertEquals(
/plugin/whyspam/
H A Dadmin.php40 echo $this->locale_xhtml('intro');
43 echo '<legend>'.$this->getLang('paste').'</legend>';
53 $found = array_merge($found,$this->_checkit($file,$_REQUEST['whyspam']));
59 echo '<p>'.$this->getLang('found').'</p>';
66 echo '<p>'.$this->getLang('notfound').'</p>';
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Handler/
H A DArrayCollectionDepthTest.php23 $this->serializer = SerializerBuilder::create()->build();
35 … $result = $this->serializer->serialize(new CollectionWrapper($collection), 'json', $context);
58 $this->collection = $collection;
70 $this->name = $name;
71 $this->next = $next;
/plugin/html2pdf/html2pdf/html2ps/
H A Dcss.background.inc.php18 $this->default_value = new Background(CSSBackgroundColor::default_value(),
24 $this->CSSPropertyHandler(true, false);
32 …$this->replace_array(($parent_display == 'table-row') ? $state[CSS_BACKGROUND] : $this->default_va…
37 return $this->default_value->copy();
H A Dcss.line-height.inc.php14 $this->CSSSubFieldProperty($owner, $field);
16 $this->_defaultValue = new LineHeight_Relative(1.1);
20 return $this->_defaultValue;
47 return $this->default_value();
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/for/
H A Dobjects.test22 public function current() { return current($this->values); }
23 public function key() { return key($this->values); }
24 public function next() { return next($this->values); }
25 public function rewind() { return reset($this->values); }
26 public function valid() { return false !== current($this->values); }
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/DocBlock/Tags/
H A DGeneric.php34 $this->validateTagName($name);
36 $this->name = $name;
37 $this->description = $description;
72 return ($this->description ? $this->description->render() : '');
H A DThrows.php34 $this->type = $type;
35 $this->description = $description;
65 return $this->type;
70 return $this->type . ' ' . $this->description;
/plugin/findologicxmlexport/vendor/twig/extensions/lib/Twig/Extensions/Extension/
H A DDate.php40 $this->translator = $translator;
49 … new Twig_SimpleFilter('time_diff', array($this, 'diff'), array('needs_environment' => true)),
76 return $this->getPluralizedInterval($count, $diff->invert, $unit);
85 if ($this->translator) {
88 return $this->translator->transChoice($id, $count, array('%count%' => $count), 'date');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudSearch/Resource/
H A DStats.php58 return $this->call('getIndex', [$params], GetCustomerIndexStatsResponse::class);
80 return $this->call('getQuery', [$params], GetCustomerQueryStatsResponse::class);
102 …return $this->call('getSearchapplication', [$params], GetCustomerSearchApplicationStatsResponse::c…
125 return $this->call('getSession', [$params], GetCustomerSessionStatsResponse::class);
147 return $this->call('getUser', [$params], GetCustomerUserStatsResponse::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/GamesManagement/Resource/
H A DAchievements.php47 return $this->call('reset', [$params], AchievementResetResponse::class);
61 return $this->call('resetAll', [$params], AchievementResetAllResponse::class);
74 return $this->call('resetAllForAllPlayers', [$params]);
88 return $this->call('resetForAllPlayers', [$params]);
102 return $this->call('resetMultipleForAllPlayers', [$params]);
H A DScores.php47 return $this->call('reset', [$params], PlayerScoreResetResponse::class);
61 return $this->call('resetAll', [$params], PlayerScoreResetAllResponse::class);
74 return $this->call('resetAllForAllPlayers', [$params]);
88 return $this->call('resetForAllPlayers', [$params]);
102 return $this->call('resetMultipleForAllPlayers', [$params]);
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DErrorLogHandler.php48 $this->messageType = $messageType;
49 $this->expandNewlines = $expandNewlines;
76 if (!$this->expandNewlines) {
77 error_log((string) $record['formatted'], $this->messageType);
88 error_log($line, $this->messageType);
/plugin/elasticsearch/vendor/patrickschur/language-detection/src/LanguageDetection/
H A DLanguage.php56 $this->tokens[$lang] = \array_flip($value);
70 $samples = $this->getNgrams($str);
76 foreach ($this->tokens as $lang => $value)
90 $sum += $this->maxNgrams;
94 $result[$lang] = 1 - ($sum / ($this->maxNgrams * $index));
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Error/Exceptions/
H A DNoViableAltException.php65 $this->deadEndConfigs = $deadEndConfigs;
66 $this->startToken = $startToken;
67 $this->setOffendingToken($offendingToken);
72 return $this->startToken;
77 return $this->deadEndConfigs;
/plugin/struct/types/
H A DCheckbox.php16 $options = explode(',', $this->config['values']);
33 $options = $this->getOptions();
45 'class' => 'struct_' . strtolower($this->getClass()),
65 $class = 'struct_' . strtolower($this->getClass());
68 foreach ($this->getOptions() as $opt) {
/plugin/eclipseupdateurl/
H A Dsyntax.php23 … $this->Lexer->addSpecialPattern("\[\[eclipseUpdate>.*?\]\]", $mode, 'plugin_eclipseupdateurl');
33 $fOpts['amount'] = $this->getConf('showamount');
82 list ($PLUGINDESC, $FEATURELIST) = $this->_getSiteXML($fn);
106 …$renderer->doc .= $this->tpl_link($ITEM['url'] . 'plugins/' . $PLUGIN['id'] . '_' . $PLUGIN['vers…
111 $this->_getEclipseList($renderer, $PLUGINSDESC, $FEATURELIST);
146 …$renderer->doc .= $this->tpl_link($ITEM['url'] . 'plugins/' . $PLUGIN['id'] . '_' . $PLUGIN['vers…
191 case 'feature' : $FEATURE = $this->_getPluginURL($PLUGINURL . $reader->getAttribute('url'));
268 $FILE = $this->media_get_from_URL($FEATUREURL,'jar',$CACHE);
274 return $this->_getFeatureXML($this->__fileExistsInJar($FILE, 'feature.xml', true));
296 if($this->media_download($url,$local)){
[all …]
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/Expression/
H A DParentExpression.php31 if ($this->getAttribute('output')) {
33 ->addDebugInfo($this)
35 ->string($this->getAttribute('name'))
41 ->string($this->getAttribute('name'))
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/Expression/Test/
H A DConstantTest.php32 ->subcompile($this->getNode('node'))
36 if ($this->getNode('arguments')->hasNode(1)) {
39 ->subcompile($this->getNode('arguments')->getNode(1))
45 ->subcompile($this->getNode('arguments')->getNode(0))
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Xml/
H A DCoverage.php34 $this->contextNode = $context;
36 $this->writer = new \XMLWriter;
37 $this->writer->openMemory();
38 … $this->writer->startElementNs(null, $context->nodeName, 'http://schema.phpunit.de/coverage/1.0');
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Constraint/
H A DClassHasAttribute.php30 $this->attributeName = $attributeName;
45 return $class->hasProperty($this->attributeName);
57 $this->attributeName
77 $this->toString()
/plugin/appendtoquery/
H A Daction.php14 …$controller->register_hook('SEARCH_QUERY_FULLPAGE', 'BEFORE', $this, 'handle_search_query_fullpage…
15 …$controller->register_hook('SEARCH_QUERY_PAGELOOKUP', 'BEFORE', $this, 'handle_search_query_pagelo…
29 $event->data['query'] = $event->data['query'] . $this->getConf('queryappend');
42 $event->data['id'] = $event->data['id'] . $this->getConf('queryappend');
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Namespaces/
H A DFeaturesNamespace.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
42 $endpointBuilder = $this->endpoints;
46 return $this->performRequest($endpoint);
62 $endpointBuilder = $this->endpoints;
66 return $this->performRequest($endpoint);
H A DXpackNamespace.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
43 $endpointBuilder = $this->endpoints;
47 return $this->performRequest($endpoint);
61 $endpointBuilder = $this->endpoints;
65 return $this->performRequest($endpoint);
/plugin/dw2pdf/vendor/mpdf/mpdf/data/
H A DCJKdata.php18 $this->Big5_widths=$cw;
34 $this->GB_widths=$cw;
76 $this->SJIS_widths=$cw;
99 $this->UHC_widths=$cw;

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