Home
last modified time | relevance | path

Searched refs:this (Results 5376 – 5400 of 27090) sorted by relevance

1...<<211212213214215216217218219220>>...1084

/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/DocBlock/
H A DStandardTagFactory.php97 $this->fqsenResolver = $fqsenResolver;
99 $this->tagHandlerMappings = $tagHandlers;
102 $this->addService($fqsenResolver, FqsenResolver::class);
114 list($tagName, $tagBody) = $this->extractTagParts($tagLine);
122 return $this->createTag($tagBody, $tagName, $context);
130 $this->serviceLocator[$name] = $value;
157 $this->tagHandlerMappings[$tagName] = $handler;
215 if (isset($this->tagHandlerMappings[$tagName])) {
217 } elseif ($this->isAnnotation($tagName)) {
274 return $this->tagHandlerParameterCache[$handlerClassName];
[all …]
/plugin/combo/ComboStrap/
H A DTemplateSlot.php42 * @var WikiPath - the context path of this slot
46 * @var FetcherMarkup - the fetcher if this is a slot and has a page fragment source
55 $this->elementId = $elementId;
59 $this->contextPath = $contextPath;
139 return WikiPath::createComboResource(":slot:{$this->getElementId()}.md");
148 $elementId = $this->getElementId();
156 return "Slot {$this->getElementId()} for {$this->contextPath}";
168 $requestedPath = $this->contextPath;
169 if ($this
[all...]
/plugin/findologicxmlexport/vendor/hoa/consistency/
H A DXcallable.php88 $this->_callback = $call;
111 $this->_callback = $call;
131 return $this->__construct($call[0]);
143 $this->_callback = [$call, $able];
182 $callback = $this->_callback;
243 if (null !== $this->_hash) {
244 return $this->_hash;
247 $_ = &$this->_callback;
250 return $this->_hash = 'function#' . $_;
255 $this->_hash =
[all …]
/plugin/scrape/HTMLPurifier/
H A DPrinter.php
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/
H A DLessFilter.php57 $this->nodeBin = $nodeBin;
58 $this->setNodePaths($nodePaths);
59 $this->treeOptions = array();
60 $this->parserOptions = array();
73 $this->loadPaths = $loadPaths;
83 $this->loadPaths[] = $path;
92 $this->treeOptions[$code] = $value;
101 $this->parserOptions[$code] = $value;
130 $parserOptions = $this->parserOptions;
140 $pb = $this->createProcessBuilder();
[all …]
/plugin/logstats/
H A Daction.php36 $page = $this->prepareID($ID);
42 $referer = ($referer) ? $this->prepareID($referer) : '';
47 $this->logAccess($page, $status, $size, $referer);
59 $media = $this->prepareID($event->data['media']);
63 $this->logAccess("/_media/$media", $status, $size);
131 if($this->getConf('banned_agents') != "") {
141 if($this->getConf('banned_ip') != "") {
151 if($this->getConf('banned_users') != "") {
166 $referer = $this->prepareID($match[1]);
175 $dir = dirname($this->getConf('accesslog'));
[all …]
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.audio.vqf.php27 $info = &$this->getid3->info;
42 $this->fseek($info['avdataoffset']);
43 $VQFheaderData = $this->fread(16);
60 while ($this->ftell() < $info['avdataend']) {
62 $ChunkBaseOffset = $this->ftell();
64 $ChunkData = $this->fread(8);
73 if ($ChunkSize > ($info['avdataend'] - $this->ftell())) {
78 $ChunkData .= $this->fread($ChunkSize);
102 $this->error('Corrupt VQF file: bitrate_audio == zero');
113 …$thisfile_vqf['comments'][$this->VQFcommentNiceNameLookup($ChunkName)][] = trim(substr($ChunkData,…
[all …]
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/tests/MockObject/Generator/
H A D232.phpt27 return $this->hi();
37 return $this->world();
64 $this->__phpunit_invocationMocker = clone $this->__phpunit_getInvocationMocker();
82 'Foo', 'speak', $arguments, '', $this, true
97 $expects = $this->expects($any);
103 $this->__phpunit_originalObject = $originalObject;
108 if ($this->__phpunit_invocationMocker === null) {
109 …$this->__phpunit_invocationMocker = new PHPUnit_Framework_MockObject_InvocationMocker($this->__php…
112 return $this->__phpunit_invocationMocker;
122 $this->__phpunit_getInvocationMocker()->verify();
[all …]
/plugin/move/admin/
H A Dtree.php18 * If this admin plugin is for admins only
35 echo $this->locale_xhtml('tree');
37 echo '<noscript><div class="error">' . $this->getLang('noscript') . '</div></noscript>';
42 echo '<h3>' . $this->getLang('move_pages') . '</h3>';
43 $this->htmlTree(self::TYPE_PAGES);
47 echo '<h3>' . $this->getLang('move_media') . '</h3>';
48 $this->htmlTree(self::TYPE_MEDIA);
55 echo '<div class="error">' . $this->getLang('moveinprogress') . '</div>';
61 $form->addElement(form_makeCheckboxField('autoskip', '1', $this->getLang('autoskip'), '', '', ($this
[all...]
/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.button.reset.php5 $this->ButtonBox($text);
24 $this->_readCSS($state,
29 $driver->field_pushbuttonreset($this->get_left_padding(),
30 $this->get_top_padding(),
31 … $this->get_width() + $this->get_padding_left() + $this->get_padding_right(),
32 … $this->get_height() + $this->get_padding_top() + $this->get_padding_bottom());
/plugin/zip/pear/File/Archive/Reader/
H A DMulti.php61 $this->sources[] =& $source;
69 while (array_key_exists($this->currentIndex, $this->sources)) {
70 $this->source =& $this->sources[$this->currentIndex];
72 if (($error = $this->source->next()) === false) {
73 $error = $this->source->close();
77 $this->currentIndex++;
90 $this->currentIndex = 0;
/plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/
H A DSecurityStrength.php9 * file that was distributed with this source code.
53 $this->supportsIntegrity = $supportsIntegrity;
54 $this->supportsPrivacy = $supportsPrivacy;
55 $this->supportsAuth = $supportsAuth;
56 $this->isPlainTextAuth = $isPlainTextAuth;
57 $this->maxKeySize = $maxKeySize;
62 return $this->supportsIntegrity;
67 return $this->supportsPrivacy;
72 return $this->supportsAuth;
77 return $this
[all...]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DataCatalog/
H A DGoogleCloudDatacatalogV1beta1PolicyTag.php31 $this->childPolicyTags = $childPolicyTags;
35 return $this->childPolicyTags;
39 $this->description = $description;
43 return $this->description;
47 $this->displayName = $displayName;
51 return $this->displayName;
55 $this->name = $name;
59 return $this->name;
63 $this->parentPolicyTag = $parentPolicyTag;
67 return $this->parentPolicyTag;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dfareporting/
H A DPathReportDimensionValue.php49 $this->dimensionName = $dimensionName;
56 return $this->dimensionName;
63 $this->ids = $ids;
70 return $this->ids;
77 $this->kind = $kind;
84 return $this->kind;
91 $this->matchType = $matchType;
98 return $this->matchType;
105 $this->values = $values;
112 return $this->values;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceConsumerManagement/
H A DContextRule.php49 $this->allowedRequestExtensions = $allowedRequestExtensions;
56 return $this->allowedRequestExtensions;
63 $this->allowedResponseExtensions = $allowedResponseExtensions;
70 return $this->allowedResponseExtensions;
77 $this->provided = $provided;
84 return $this->provided;
91 $this->requested = $requested;
98 return $this->requested;
105 $this->selector = $selector;
112 return $this->selector;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataproc/
H A DWorkflowNode.php49 $this->error = $error;
56 return $this->error;
63 $this->jobId = $jobId;
70 return $this->jobId;
77 $this->prerequisiteStepIds = $prerequisiteStepIds;
84 return $this->prerequisiteStepIds;
91 $this->state = $state;
98 return $this->state;
105 $this->stepId = $stepId;
112 return $this->stepId;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceControl/
H A DAuth.php49 $this->accessLevels = $accessLevels;
56 return $this->accessLevels;
63 $this->audiences = $audiences;
70 return $this->audiences;
77 $this->claims = $claims;
84 return $this->claims;
91 $this->presenter = $presenter;
98 return $this->presenter;
105 $this->principal = $principal;
112 return $this->principal;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceManagement/
H A DContextRule.php49 $this->allowedRequestExtensions = $allowedRequestExtensions;
56 return $this->allowedRequestExtensions;
63 $this->allowedResponseExtensions = $allowedResponseExtensions;
70 return $this->allowedResponseExtensions;
77 $this->provided = $provided;
84 return $this->provided;
91 $this->requested = $requested;
98 return $this->requested;
105 $this->selector = $selector;
112 return $this->selector;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/GameServices/
H A DCondition.php49 $this->iam = $iam;
56 return $this->iam;
63 $this->op = $op;
70 return $this->op;
77 $this->svc = $svc;
84 return $this->svc;
91 $this->sys = $sys;
98 return $this->sys;
105 $this->values = $values;
112 return $this->values;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dialogflow/
H A DGoogleCloudDialogflowV2beta1ArticleAnswer.php49 $this->answerRecord = $answerRecord;
56 return $this->answerRecord;
63 $this->metadata = $metadata;
70 return $this->metadata;
77 $this->snippets = $snippets;
84 return $this->snippets;
91 $this->title = $title;
98 return $this->title;
105 $this->uri = $uri;
112 return $this->uri;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Webmasters/
H A DApiDataRow.php31 $this->clicks = $clicks;
35 return $this->clicks;
39 $this->ctr = $ctr;
43 return $this->ctr;
47 $this->impressions = $impressions;
51 return $this->impressions;
55 $this->keys = $keys;
59 return $this->keys;
63 $this->position = $position;
67 return $this->position;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DCondition.php49 $this->iam = $iam;
56 return $this->iam;
63 $this->op = $op;
70 return $this->op;
77 $this->svc = $svc;
84 return $this->svc;
91 $this->sys = $sys;
98 return $this->sys;
105 $this->values = $values;
112 return $this->values;
H A DRouterStatusNatStatusNatRuleStatus.php49 $this->activeNatIps = $activeNatIps;
56 return $this->activeNatIps;
63 $this->drainNatIps = $drainNatIps;
70 return $this->drainNatIps;
77 $this->minExtraIpsNeeded = $minExtraIpsNeeded;
84 return $this->minExtraIpsNeeded;
91 $this->numVmEndpointsWithNatMappings = $numVmEndpointsWithNatMappings;
98 return $this->numVmEndpointsWithNatMappings;
105 $this->ruleNumber = $ruleNumber;
112 return $this->ruleNumber;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudDataplex/
H A DGoogleCloudDataplexV1ActionIncompatibleDataSchema.php49 $this->existingSchema = $existingSchema;
56 return $this->existingSchema;
63 $this->newSchema = $newSchema;
70 return $this->newSchema;
77 $this->sampledDataLocations = $sampledDataLocations;
84 return $this->sampledDataLocations;
91 $this->schemaChange = $schemaChange;
98 return $this->schemaChange;
105 $this->table = $table;
112 return $this->table;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AnalyticsReporting/
H A DDimensionFilter.php49 $this->caseSensitive = $caseSensitive;
56 return $this->caseSensitive;
63 $this->dimensionName = $dimensionName;
70 return $this->dimensionName;
77 $this->expressions = $expressions;
84 return $this->expressions;
91 $this->not = $not;
98 return $this->not;
105 $this->operator = $operator;
112 return $this->operator;

1...<<211212213214215216217218219220>>...1084