Home
last modified time | relevance | path

Searched refs:this (Results 4676 – 4700 of 27090) sorted by relevance

1...<<181182183184185186187188189190>>...1084

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Docs/
H A DFootnoteReference.php49 $this->footnoteId = $footnoteId;
56 return $this->footnoteId;
63 $this->footnoteNumber = $footnoteNumber;
70 return $this->footnoteNumber;
77 $this->suggestedDeletionIds = $suggestedDeletionIds;
84 return $this->suggestedDeletionIds;
91 $this->suggestedInsertionIds = $suggestedInsertionIds;
98 return $this->suggestedInsertionIds;
112 return $this->suggestedTextStyleChanges;
119 $this->textStyle = $textStyle;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudMachineLearningEngine/
H A DGoogleCloudMlV1ReplicaConfig.php56 return $this->acceleratorConfig;
63 $this->containerArgs = $containerArgs;
70 return $this->containerArgs;
77 $this->containerCommand = $containerCommand;
84 return $this->containerCommand;
91 $this->diskConfig = $diskConfig;
98 return $this->diskConfig;
105 $this->imageUri = $imageUri;
112 return $this->imageUri;
119 $this->tpuTfVersion = $tpuTfVersion;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ToolResults/
H A DTestIssue.php48 $this->category = $category;
55 return $this->category;
69 return $this->errorMessage;
76 $this->severity = $severity;
83 return $this->severity;
90 $this->stackTrace = $stackTrace;
97 return $this->stackTrace;
104 $this->type = $type;
111 return $this->type;
118 $this->warning = $warning;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudDataplex/
H A DGoogleCloudDataplexV1AssetDiscoverySpec.php49 $this->csvOptions = $csvOptions;
56 return $this->csvOptions;
63 $this->enabled = $enabled;
70 return $this->enabled;
77 $this->excludePatterns = $excludePatterns;
84 return $this->excludePatterns;
98 return $this->includePatterns;
105 $this->jsonOptions = $jsonOptions;
112 return $this->jsonOptions;
119 $this->schedule = $schedule;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DServiceAttachmentList.php49 $this->id = $id;
56 return $this->id;
63 $this->items = $items;
70 return $this->items;
77 $this->kind = $kind;
84 return $this->kind;
98 return $this->nextPageToken;
105 $this->selfLink = $selfLink;
112 return $this->selfLink;
119 $this->warning = $warning;
[all …]
H A DInterconnectList.php49 $this->id = $id;
56 return $this->id;
63 $this->items = $items;
70 return $this->items;
77 $this->kind = $kind;
84 return $this->kind;
98 return $this->nextPageToken;
105 $this->selfLink = $selfLink;
112 return $this->selfLink;
119 $this->warning = $warning;
[all …]
H A DTargetSslProxyList.php49 $this->id = $id;
56 return $this->id;
63 $this->items = $items;
70 return $this->items;
77 $this->kind = $kind;
84 return $this->kind;
98 return $this->nextPageToken;
105 $this->selfLink = $selfLink;
112 return $this->selfLink;
119 $this->warning = $warning;
[all …]
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Security/
H A DClearCachedServiceTokens.php11 * Elasticsearch B.V licenses this file to you under the Apache 2.0 License or
26 * NOTE: this file is autogenerated using util/GenerateEndpoints.php
37 $namespace = $this->namespace ?? null;
38 $service = $this->service ?? null;
39 $name = $this->name ?? null;
62 return $this;
64 $this->namespace = $namespace;
66 return $this;
72 return $this;
74 $this
[all...]
/plugin/mikioplugin/syntax/
H A Dcarouselitem.php31 $this->options['placeholder-color']['default'] = $this->callMikioOptionDefault('placeholder', 'color');
32 $this->options['placeholder-text-color']['default'] = $this->callMikioOptionDefault('placeholder', 'text-color');
37 $classes = $this->buildClass($data, array('active'), '');
39 $renderer->doc .= '<div class="' . $this->elemClass . ' ' . $this->classPrefix . 'carousel-item' . $classes . '"' . ($data['delay'] != '' ? ' data-interval="' . $data['delay'] . '"' : '') . '>';
46 $this->syntaxRender($renderer, 'placeholder', '', array('text' => $data['placeholder-text'], 'color' => $data['placeholder-color'], 'text-color' => $data['placeholder-text-color']));
51 $renderer->doc .= '<div class="' . $this->elemClass . ' ' . $this
[all...]
/plugin/bureaucracy-au/helper/
H A Dfieldfieldset.php23 $this->opt = array('cmd' => array_shift($args));
26 $this->opt['label'] = array_shift($args);
27 $this->opt['display'] = $this->opt['label'];
29 $this->depends_on = $args;
41 $form->startFieldset(hsc($this->getParam('display')));
42 if (!empty($this->depends_on)) {
44 if (count($this->depends_on) > 1) {
69 if(empty($this->depends_on)) {
77 if ($field->getParam('label') != $this->depends_on[0]) {
80 if(count($this->depends_on) > 1) {
[all …]
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/Expression/
H A DNameExpression.php32 $name = $this->getAttribute('name');
34 $compiler->addDebugInfo($this);
36 if ($this->getAttribute('is_defined_test')) {
37 if ($this->isSpecial()) {
47 } elseif ($this->isSpecial()) {
48 $compiler->raw($this->specialVars[$name]);
49 } elseif ($this->getAttribute('always_defined')) {
64 …if ($this->getAttribute('ignore_strict_check') || !$compiler->getEnvironment()->isStrictVariables(…
90 if ($this->getAttribute('ignore_strict_check')) {
103 return isset($this->specialVars[$this->getAttribute('name')]);
[all …]
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Argument/Token/
H A DArrayEntryToken.php34 $this->key = $this->wrapIntoExactValueToken($key);
35 $this->value = $this->wrapIntoExactValueToken($value);
54 $argument = $this->convertArrayAccessToEntry($argument);
61 $keyScores = array_map(array($this->key,'scoreArgument'), array_keys($argument));
62 $valueScores = array_map(array($this->value,'scoreArgument'), $argument);
87 return sprintf('[..., %s => %s, ...]', $this->key, $this->value);
97 return $this->key;
107 return $this->value;
131 if (!$this->key instanceof ExactValueToken) {
135 $this->key
[all …]
/plugin/survey/syntax/
H A Dsurvey.php51 $this->Lexer->addEntryPattern(
67 $this->readingTemp = "";
71 return [$this->readingTemp];
96 $this->surveyNumber .
106 $this->surveyNumber .
115 $this->surveyNumber .
117 $this->surveyNumber .
119 $this->surveyNumber .
123 $this->surveyNumber .
126 $this->getLang("Back") .
[all …]
/plugin/bureaucracyau/helper/
H A Dfieldfieldset.php23 $this->opt = array('cmd' => array_shift($args));
26 $this->opt['label'] = array_shift($args);
27 $this->opt['display'] = $this->opt['label'];
29 $this->depends_on = $args;
41 $form->startFieldset(hsc($this->getParam('display')));
42 if (!empty($this->depends_on)) {
44 if (count($this->depends_on) > 1) {
69 if(empty($this->depends_on)) {
77 if ($field->getParam('label') != $this->depends_on[0]) {
80 if(count($this->depends_on) > 1) {
[all …]
/plugin/findologicxmlexport/vendor/jms/serializer/src/Builder/
H A DDefaultDriverFactory.php38 $this->typeParser = $typeParser ?: new Parser();
39 $this->propertyNamingStrategy = $propertyNamingStrategy;
40 $this->expressionEvaluator = $expressionEvaluator;
49 …new YamlDriver($fileLocator, $this->propertyNamingStrategy, $this->typeParser, $this->expressionEv…
50 …new XmlDriver($fileLocator, $this->propertyNamingStrategy, $this->typeParser, $this->expressionEva…
51 …new AnnotationDriver($annotationReader, $this->propertyNamingStrategy, $this->typeParser, $this->e…
55 … return new AnnotationDriver($annotationReader, $this->propertyNamingStrategy, $this->typeParser);
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Schedule/
H A DInbox.php44 $this->caldavBackend = $caldavBackend;
45 $this->principalUri = $principalUri;
69 $objs = $this->caldavBackend->getSchedulingObjects($this->principalUri);
73 $obj['principaluri'] = $this->principalUri;
74 $children[] = new SchedulingObject($this->caldavBackend, $obj);
106 $this->caldavBackend->createSchedulingObject($this->principalUri, $name, $data);
119 return $this->principalUri;
145 'principal' => $this->getOwner(),
150 'principal' => $this->getOwner(),
155 'principal' => $this->getOwner() . '/calendar-proxy-write',
[all …]
/plugin/gtime/gtlib/asn1/x509/
H A DX509Extension.php76 $this->id = $id->getValue();
86 $this->value = $value->getValue();
87 $this->critical = false;
105 $this->value = $value->getValue();
125 if ($this->isCritical() === true) {
140 return $this->id;
150 $this->id = $id;
159 return $this->critical;
169 $this->critical = $critical;
178 return $this->value;
[all …]
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Subscriptions/
H A DSubscriptionTest.php51 $this->assertNull($sub->getGroup());
80 $this->assertEquals($acl, $sub->getACL());
82 $this->assertNull($sub->getSupportedPrivilegeSet());
88 $sub = $this->getSub([
92 $this->assertEquals(null, $sub->getLastModified());
101 $sub = $this->getSub();
108 $sub = $this->getSub();
111 $this->assertEquals([], $this->backend->getSubscriptionsForUser('principals1/user1'));
117 $sub = $this->getSub();
122 $this->assertTrue($propPatch->commit());
[all …]
/plugin/embeddedphp/syntax/
H A Dphpinline.php47 return 'plugin_'.$this->getPluginName().'_'.$this->getPluginComponent();
53 $p = '<'.$this->GetTag().'>(?=.*?</'.$this->GetTag().'>)';
54 $m = $this->getPluginModeName();
55 $this->Lexer->addEntryPattern($p, $mode, $m);
61 $p = '</'.$this->GetTag().'>';
62 $m = $this->getPluginModeName();
63 $this->Lexer->addExitPattern($p, $m);
89 $this->php($data[1], $renderer);
106 ($this->getConf('privatewiki') == 1);
119 if($this->allowEmbedding()) {
[all …]
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
H A DSetHtmlPageFooter.php10 $tag = $this->getTagName();
11 $this->mpdf->ignorefollowingspaces = true;
48 $this->mpdf->SetHTMLHeader($this->mpdf->pageHTMLheaders[$pname], 'O', $write);
50 $this->mpdf->SetHTMLFooter($this->mpdf->pageHTMLfooters[$pname], 'O');
52 $this->mpdf->SetHTMLHeader('', 'O');
54 $this->mpdf->SetHTMLFooter('', 'O');
59 $this->mpdf->SetHTMLHeader($this
[all...]
/plugin/bureaucracy/helper/
H A Dfieldfieldset.php23 $this->opt = array('cmd' => array_shift($args));
26 $this->opt['label'] = array_shift($args);
27 $this->opt['display'] = $this->opt['label'];
29 $this->depends_on = $args;
41 $form->startFieldset(hsc($this->getParam('display')));
42 if (!empty($this->depends_on)) {
44 if (count($this->depends_on) > 1) {
69 if(empty($this->depends_on)) {
77 if ($field->getParam('label') != $this->depends_on[0]) {
80 if(count($this->depends_on) > 1) {
[all …]
/plugin/geophp/vendor/funiq/geophp/src/Adapter/
H A DBinaryReader.php12 * file that was distributed with this source code.
41 // $this->buffer = fopen($input, 'r+');
43 $this->buffer = fopen('php://memory', 'x+');
44 fwrite($this->buffer, (string) $input);
45 fseek($this->buffer, 0);
54 fclose($this->buffer);
62 $this->endianness = $endian === self::BIG_ENDIAN ? self::BIG_ENDIAN : self::LITTLE_ENDIAN;
70 return $this->endianness;
79 $char = fread($this->buffer, 1);
89 $char = fread($this
[all...]
/plugin/farm/
H A Danimal.class.php34 $this->name = $name;
36 $this->path = self::$farmconf['farmfsroot'].self::$farmconf['barn'].$this->name;
45 return $this->name;
53 return $this->path;
93 $url .= $this->getName();
176 if(!$this->infos) $this->infos = new dokuwiki_farm_animal_infos($this);
177 return $this->infos;
203 krsort($this->wikiconf);
204 return $this->wikiconf;
217 if(!count($this->wikiconf)) $this->getWikiConf();
[all …]
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/
H A DPlugin.php181 $this->server = $server;
443 [$this->server, 'calculateUri'],
512 $node = $this->server->tree->getNodeForPath($this->server->getRequestUri());
672 $uri = $this->server->getRequestUri();
766 $this->validateICalendar(
770 $this->server->httpRequest,
771 $this->server->httpResponse,
795 $this->validateICalendar(
799 $this->server->httpRequest,
800 $this->server->httpResponse,
[all …]
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/
H A DPlugin.php170 $this->server = $server;
428 [$this->server, 'calculateUri'],
494 $node = $this->server->tree->getNodeForPath($this->server->getRequestUri());
640 $uri = $this->server->getRequestUri();
732 $this->validateICalendar(
736 $this->server->httpRequest,
737 $this->server->httpResponse,
761 $this->validateICalendar(
765 $this->server->httpRequest,
766 $this->server->httpResponse,
[all …]

1...<<181182183184185186187188189190>>...1084