Home
last modified time | relevance | path

Searched refs:this (Results 3901 – 3925 of 27090) sorted by relevance

1...<<151152153154155156157158159160>>...1084

/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Entry/
H A DEntries.php9 * file that was distributed with this source code.
41 $this->entries = $entries;
46 * @return $this
50 $this->entries = array_merge($this->entries, $entries);
52 return $this;
57 * @return $this
62 if (($index = array_search($entry, $this->entries, true)) !== false) {
63 unset($this->entries[$index]);
67 return $this;
[all...]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Sheets/
H A DBandingProperties.php44 $this->firstBandColor = $firstBandColor;
51 return $this->firstBandColor;
65 return $this->firstBandColorStyle;
72 $this->footerColor = $footerColor;
79 return $this->footerColor;
93 return $this->footerColorStyle;
100 $this->headerColor = $headerColor;
107 return $this->headerColor;
121 return $this->headerColorStyle;
135 return $this->secondBandColor;
[all …]
H A DTreemapChartColorScale.php44 $this->maxValueColor = $maxValueColor;
51 return $this->maxValueColor;
65 return $this->maxValueColorStyle;
72 $this->midValueColor = $midValueColor;
79 return $this->midValueColor;
93 return $this->midValueColorStyle;
107 return $this->minValueColor;
121 return $this->minValueColorStyle;
128 $this->noDataColor = $noDataColor;
135 return $this->noDataColor;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdExchangeBuyerII/
H A DBidMetricsRow.php44 $this->bids = $bids;
51 return $this->bids;
58 $this->bidsInAuction = $bidsInAuction;
65 return $this->bidsInAuction;
79 return $this->billedImpressions;
93 return $this->impressionsWon;
107 return $this->measurableImpressions;
121 return $this->reachedQueries;
128 $this->rowDimensions = $rowDimensions;
135 return $this->rowDimensions;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DHttpRouteAction.php45 $this->corsPolicy = $corsPolicy;
52 return $this->corsPolicy;
66 return $this->faultInjectionPolicy;
80 return $this->maxStreamDuration;
94 return $this->requestMirrorPolicy;
101 $this->retryPolicy = $retryPolicy;
108 return $this->retryPolicy;
115 $this->timeout = $timeout;
122 return $this->timeout;
129 $this->urlRewrite = $urlRewrite;
[all …]
/plugin/combo/vendor/salesforce/handlebars-php/src/Handlebars/Loader/
H A DFilesystemLoader.php53 $this->_baseDir = $baseDirs;
55 foreach ($this->_baseDir as $dir) {
64 $this->_extension = '.' . ltrim($options['extension'], '.');
68 $this->_prefix = $options['prefix'];
85 if (!isset($this->_templates[$name])) {
86 $this->_templates[$name] = $this->loadFile($name);
89 return new HandlebarsString($this->_templates[$name]);
102 $fileName = $this->getFileName($name);
120 foreach ($this
[all...]
/plugin/zip/pear/File/Archive/
H A DReader.php66 $error = $this->close();
135 $result[] = $this->getFilename();
137 $this->close();
193 $data = $this->getData($length);
221 $offset = $this->rewind();
222 $this->skip($offset);
279 $this->close();
285 $mime = $this->getMime();
290 $this->getFilename(),
291 $this->getStat(),
[all …]
/plugin/findologicxmlexport/vendor/hoa/protocol/Node/
H A DNode.php88 $this->_name = $name;
92 $this->_reach = $reach;
96 $this[] = $child;
146 if (!isset($this[$name])) {
221 if (isset($this[$next])) {
224 $this->_resolveChoice($this[$next]->reach(), $accumulator);
234 $tnext = $this[$next];
240 $this->_resolveChoice($this->reach($path), $accumulator);
338 $this->_reach = $reach;
350 return $this->_name;
[all …]
/plugin/clearhistory/
H A Dadmin.php39 $this->_scanRecents(30, $onlySmall, $onlyNoComment);
46 msg(sprintf($this->getLang('deleted'), $this->delcounter), 1);
55 echo '<h1>' . $this->getLang('menu') . '</h1>';
64 echo $this->getLang('clean on namespace');
87 $this->delcounter = 0;
88 $this->_scan($ns, $onlySmall, $onlyNoComment);
111 $this->_scan($ns . ':' . $file);
135 $this->delcounter = 0;
170 $newcontent = $this->_addLine($match, $i) . $newcontent;
201 $this->delcounter++;
[all …]
/plugin/farmer/admin/
H A Dnew.php26 $this->helper = plugin_load('helper', 'farmer');
44 $data = $this->validateAnimalData();
47 $this->createNewAnimal(
56 $url = $this->helper->getAnimalURL($data['name']);
59 msg(sprintf($this->getLang('animal creation success'), $link), 1);
71 $farmconfig = $this->helper->getConfig();
76 $form->addFieldsetOpen($this->getLang('animal configuration'));
77 $form->addTextInput('animalname', $this->getLang('animal'));
80 $animals = $this->helper->getAllAnimals();
82 $form->addFieldsetOpen($this
[all...]
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DTwigTest.php31 $this->name = $name;
32 $this->callable = $callable;
33 $this->options = array_merge([
43 return $this->name;
48 return $this->callable;
53 return $this->options['node_class'];
58 return $this->options['is_variadic'];
68 return $this->options['deprecated'];
73 return $this->options['alternative'];
78 $this->arguments = $arguments;
[all …]
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/GitHub/1335/
H A DIssue1335Test.php10 $this->assertEquals('Hello', $GLOBALS['globalString']);
15 $this->assertEquals(1, $GLOBALS['globalIntTruthy']);
20 $this->assertEquals(0, $GLOBALS['globalIntFalsey']);
25 $this->assertEquals(1.123, $GLOBALS['globalFloat']);
30 $this->assertTrue($GLOBALS['globalBoolTrue']);
35 $this->assertFalse($GLOBALS['globalBoolFalse']);
40 $this->assertEquals(null, $GLOBALS['globalNull']);
45 $this->assertEquals(['foo'], $GLOBALS['globalArray']);
50 $this->assertEquals([['foo']], $GLOBALS['globalNestedArray']);
55 $this->assertEquals((object) ['foo'=> 'bar'], $GLOBALS['globalObject']);
[all …]
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/Source/
H A DFilesystemSource.php34 $this->fileName = $fileName;
35 $this->statProps = $statProps;
48 'fileName' => $this->fileName,
51 if (!empty($this->statProps)) {
52 if (!isset($this->stat)) {
53 $this->stat = @stat($this->fileName);
56 if ($this->stat === false) {
57 … throw new RuntimeException(sprintf('Failed to read source file "%s".', $this->fileName));
60 foreach ($this->statProps as $prop) {
61 $chunks[$prop] = $this->stat[$prop];
[all …]
/plugin/solr/
H A DAddDocument.php17 $this->writer = $writer;
21 $this->writer->startDocument();
22 $this->writer->startElement('add');
29 $this->writer->endElement();
33 $writer = $this->writer;
38 $this->_outputField($name, $v);
42 $this->_outputField($name, $value);
49 return $this->writer;
53 $this->writer->startElement("field");
55 $this->writer->text($content);
[all …]
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DExceptionWrapper.php41 $this->className = get_class($e);
42 $this->file = $e->getFile();
43 $this->line = $e->getLine();
45 $this->serializableTrace = $e->getTrace();
47 foreach ($this->serializableTrace as $i => $call) {
48 unset($this->serializableTrace[$i]['args']);
52 $this->previous = new self($e->getPrevious());
61 return $this->className;
69 return $this->previous;
83 if ($this->previous) {
[all …]
/plugin/quickstats/GEOIP/vendor/geoip2/geoip2/src/Model/
H A DCountry.php50 $this->continent = new \GeoIp2\Record\Continent(
51 $this->get('continent'),
54 $this->country = new \GeoIp2\Record\Country(
55 $this->get('country'),
58 $this->maxmind = new \GeoIp2\Record\MaxMind($this->get('maxmind'));
59 $this->registeredCountry = new \GeoIp2\Record\Country(
60 $this->get('registered_country'),
63 $this->representedCountry = new \GeoIp2\Record\RepresentedCountry(
64 $this->get('represented_country'),
67 $this->traits = new \GeoIp2\Record\Traits($this->get('traits'));
[all …]
/plugin/commonmark/vendor/league/commonmark/src/Input/
H A DMarkdownInput.php11 * file that was distributed with this source code.
47 $this->content = $content;
48 $this->lineOffset = $lineOffset;
53 return $this->content;
61 $this->splitLinesIfNeeded();
63 \assert($this->lines !== null);
66 foreach ($this->lines as $i => $line) {
67 yield $this->lineOffset + $i + 1 => $line;
73 $this->splitLinesIfNeeded();
75 \assert($this
[all...]
/plugin/elasticsearch/vendor/ruflin/elastica/src/Index/
H A DSettings.php61 $this->_index = $index;
86 $requestData = $this->request([], Request::GET, $queryParameters)->getData();
91 throw new NotFoundException('Index '.$this->getIndex()->getName().' not found');
141 $data = $this->get($setting);
159 return $this->set(['number_of_replicas' => $replicas]);
175 return $this->get('number_of_replicas') ?? self::DEFAULT_NUMBER_OF_REPLICAS;
191 return $this->get('number_of_shards') ?? self::DEFAULT_NUMBER_OF_SHARDS;
205 return $this->set(['blocks.read_only' => $readOnly]);
215 return $this->getBool('blocks.read_only');
225 return $this
[all...]
/plugin/ifauthex/lib/
H A Dtokenizer.php67 $this->_representation = $representation;
71 $this->_name = $name;
77 $this->_matchRegex = $matchRegex;
100 return '<' . $this->name() . '>';
111 $this->_definition = $definition;
112 $this->_text = $text;
113 $this->_position = $position;
114 $this->_length = $length;
123 return mb_substr($this->_text, $this->position(), $this->length());
125 return substr($this->_text, $this->position(), $this->length());
[all …]
/plugin/include/
H A Dhelper.php25 $this->defaults['noheader'] = $this->getConf('noheader');
26 $this->defaults['firstsec'] = $this->getConf('firstseconly');
27 $this->defaults['editbtn'] = $this->getConf('showeditbtn');
28 $this->defaults['taglogos'] = $this->getConf('showtaglogos');
29 $this->defaults['footer'] = $this
[all...]
/plugin/siteexport/inc/
H A Dfunctions.php18 $this->debug = new siteexport_debug();
19 $this->debug->isAJAX = $isAJAX;
21 $this->settings = new settings_plugin_siteexport_settings($this);
22 $this->debug->message("Settings completed: zipFile", $this->settings->zipFile, 1);
35 if ($this->debug->debugLevel() < 5) {
49 … $newCacheFile = mediaFN($this->getSpecialExportFileName($this->settings->origZipFile, $pattern));
104 return $this->shortenName($uri['path'] . '.' . $this->settings->fileType);
138 $NS = $this->settings->exportNamespace;
341 …return getCacheName($this->getSpecialExportFileName($this->settings->origZipFile, $PATTERN), '.' .…
401 $this->removeWikiVariables($data);
[all …]
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Handler/
H A DLazyHandlerRegistryTest.php16 $this->container = $this->createContainer();
23 return new LazyHandlerRegistry($this->container);
29 $this->registerHandlerService('handler.serialization.json', $jsonSerializationHandler);
30 …$this->handlerRegistry->registerHandler(GraphNavigatorInterface::DIRECTION_SERIALIZATION, '\stdCla…
33 $this->registerHandlerService('handler.deserialization.json', $jsonDeserializationHandler);
34 …$this->handlerRegistry->registerHandler(GraphNavigatorInterface::DIRECTION_DESERIALIZATION, '\stdC…
37 $this->registerHandlerService('handler.serialization.xml', $xmlSerializationHandler);
38 …$this->handlerRegistry->registerHandler(GraphNavigatorInterface::DIRECTION_SERIALIZATION, '\stdCla…
41 $this->registerHandlerService('handler.deserialization.xml', $xmlDeserializationHandler);
42 …$this->handlerRegistry->registerHandler(GraphNavigatorInterface::DIRECTION_DESERIALIZATION, '\stdC…
[all …]
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DRedisHandler.php51 $this->redisClient = $redis;
52 $this->redisKey = $key;
53 $this->capSize = $capSize;
63 if ($this->capSize) {
64 $this->writeCapped($record);
66 $this->redisClient->rpush($this->redisKey, $record["formatted"]);
78 if ($this->redisClient instanceof \Redis) {
80 $this->redisClient->multi($mode)
82 ->ltrim($this->redisKey, -$this->capSize, -1)
85 $redisKey = $this->redisKey;
[all …]
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/
H A DXmlSerializationTest.php55 $this->serialize($obj);
63 if ($this->hasDeserializer()) {
76 $object = $this->deserialize(
103 … self::assertEquals($this->getContent('person_location'), $this->serialize($personCollection));
115 … self::assertEquals($this->getContent('person_collection'), $this->serialize($personCollection));
240 … $this->deserialize($this->getContent('object_with_namespaces_and_list'), get_class($object))
267 …$this->deserialize($this->getContent('object_with_namespaces_and_nested_list'), get_class($object))
312 …self::assertEquals($this->getContent($key . '_no_cdata'), $serializer->serialize($value, $this->ge…
327 …self::assertEquals($this->getContent($key . '_no_cdata'), $serializer->serialize($value, $this->ge…
338 $this->serializer->serialize(new Input($attributes), $this->getFormat());
[all …]
/plugin/structcombolookup/types/
H A DNarrowingLookup.php27 if($this->narrowByColumn !== null) return $this->narrowByColumn;
28 … $this->narrowByColumn = $this->getColumn($this->config['schema'], $this->config['narrow by']);
29 return $this->narrowByColumn;
39 $schema = $this->config['schema'];
40 $column = $this->getNarrowByColumn();
58 $schema = $this->config['schema'];
59 $column = $this->getNarrowByColumn();
78 $schema = $this->config['schema'];
79 $column = $this->getLookupColumn();
83 $narrowingColumn = $this->getNarrowByColumn();
[all …]

1...<<151152153154155156157158159160>>...1084