Home
last modified time | relevance | path

Searched refs:this (Results 951 – 975 of 26962) sorted by relevance

1...<<31323334353637383940>>...1079

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Analytics/
H A DGaData.php138 return $this->dataTable;
145 $this->id = $id;
152 return $this->id;
173 $this->kind = $kind;
180 return $this->kind;
194 return $this->nextLink;
229 $this->query = $query;
236 return $this->query;
243 $this->rows = $rows;
250 return $this->rows;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ManagedServiceforMicrosoftActiveDirectoryConsumerAPI/
H A DGoogleCloudSaasacceleratorManagementProvidersV1Instance.php103 $this->createTime = $createTime;
110 return $this->createTime;
124 return $this->instanceType;
131 $this->labels = $labels;
138 return $this->labels;
187 $this->name = $name;
194 return $this->name;
264 return $this->sloMetadata;
285 $this->state = $state;
292 return $this->state;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/BigQueryDataTransfer/
H A DTransferConfig.php153 return $this->disabled;
188 $this->name = $name;
195 return $this->name;
237 return $this->ownerInfo;
244 $this->params = $params;
251 return $this->params;
265 return $this->schedule;
286 $this->state = $state;
293 return $this->state;
314 $this->userId = $userId;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DRouterNat.php98 return $this->drainNatIps;
154 return $this->logConfig;
168 return $this->maxPortsPerVm;
182 return $this->minPortsPerVm;
189 $this->name = $name;
196 return $this->name;
217 $this->natIps = $natIps;
224 return $this->natIps;
231 $this->rules = $rules;
238 return $this->rules;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Classroom/
H A DStudentSubmission.php140 return $this->courseId;
190 return $this->draftGrade;
197 $this->id = $id;
204 return $this->id;
211 $this->late = $late;
218 return $this->late;
253 $this->state = $state;
260 return $this->state;
288 return $this->updateTime;
295 $this->userId = $userId;
[all …]
/plugin/fedauth/classes/
H A Dfa_providerlist.class.php80 $this->cfgFile = $cfg;
87 include($this->cfgFile);
95 if (!in_array($id, $this->order_large) && !in_array($id, $this->order_small)) {
118 return $this->providers[$id];
155 return $this->providers[$id];
165 return $this->providers;
286 unset($this->providers[$id]);
310 if ($this->countLarge()) {
313 if ($this->countSmall()) {
330 $this->cfgFile = $fname;
[all …]
/plugin/struct/action/
H A Dinline.php47 $controller->register_hook('AJAX_CALL_UNKNOWN', 'BEFORE', $this, 'handleAjax');
62 $this->inlineEditor();
67 $this->inlineSave();
76 $this->inlineCancel();
86 if (!$this->initFromInput()) return;
87 if (!$this->schemadata->getSchema()->isEditable()) return;
89 if ($this->pid && auth_quickaclcheck($this->pid) < AUTH_EDIT) return;
90 if (checklock($this->pid)) return;
93 lock($this
[all...]
/plugin/translation3/
H A Dhelper.php27 $this->trans = array_unique(array_filter(explode(' ',$this->trans)));
44 $this->tns = cleanID($this->getConf('translationns'));
45 if($this->tns) $this->tns .= ':';
52 $rx = '/^'.$this->tns.'('.join('|',$this->trans).'):/';
101 if($this->tns && strpos($id,$this->tns) !== 0) return false;
116 $this->checkage();
120 $rx = '/^'.$this->tns.'(('.join('|',$this->trans).'):)?/';
187 $rx = '/^'.$this->tns.'(('.join('|',$this->trans).'):)?/';
196 if ($this->getConf('showabout')) $out .= $this->showAbout();
258 if (!$this->getConf('description') && $this->getConf('showabout')) {
[all …]
/plugin/combo/ComboStrap/
H A DPageSqlTreeListener.php94 $this->lexer = $lexer;
95 $this->parser = $parser;
96 $this->pageSqlString = $sql;
98 $this->requestedPage = MarkupPath::createPageFromPathObject(ExecutionContext::getActualOrCreateFromEnv()->getContextPath());
100 $this->requestedPage = $pageContext;
116 $this->physicalSql .= "select\n\t*\n";
134 $this->physicalSql .= "from\n\tpages\n";
137 switch ($this->ruleState) {
140 if (substr($this->physicalSql, -1) === "\n") {
141 $this
[all...]
/plugin/authgoogle/google/contrib/
H A DGoogle_AppstateService.php148 $client->addService($this->serviceName, $this->version);
168 $this->data = $data;
171 return $this->data;
174 $this->kind = $kind;
177 return $this->kind;
198 return $this->items;
201 $this->kind = $kind;
204 return $this->kind;
221 return $this->data;
227 return $this->kind;
[all …]
/plugin/html2pdf/html2pdf/html2ps/
H A Dvalue.padding.class.php12 if (is_null($this->percentage)) {
16 $this->value = $base * $this->percentage / 100;
21 $value->value = $this->value;
22 $value->auto = $this->auto;
29 return $this->value;
34 $this->value == 0 &&
35 !$this->auto &&
36 !$this->percentage;
56 $this->value = $this->_units->toPt($base);
70 $this->top = $value->copy();
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Docs/
H A DParagraphStyle.php96 return $this->alignment;
152 return $this->borderLeft;
166 return $this->borderRight;
180 return $this->borderTop;
194 return $this->direction;
208 return $this->headingId;
222 return $this->indentEnd;
320 return $this->shading;
334 return $this->spaceAbove;
348 return $this->spaceBelow;
[all …]
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Writer/
H A DBookmarkWriter.php25 $this->mpdf = $mpdf;
26 $this->writer = $writer;
31 $nb = count($this->mpdf->BMoutlines);
36 $bmo = $this->mpdf->BMoutlines;
37 $this->mpdf->BMoutlines = [];
46 $this->mpdf->BMoutlines[] = $new;
49 $this->mpdf->BMoutlines[] = $bmo[$i];
52 $nb = count($this->mpdf->BMoutlines);
56 foreach ($this->mpdf->BMoutlines as $i => $o) {
60 $this
[all...]
/plugin/schedule/
H A DscheduleRoot.class.php102 $this->message[$type] = '<br/>'.NL.$this->message[$type];
103 $this->message[$type] = $text.$this->message[$type];
224 $this->oddEven = 1 - $this->oddEven;
228 return $this->oddEvenValues [$this->oddEven];
249 $this->groupsDir = trim ($this->plugin->getConf ('groupsDir'));
250 $this->scheduleDir = trim ($this->plugin->getConf ('scheduleDir'));
251 $this->sharedDir = trim ($this->plugin->getConf ('sharedDir'));
264 $this->iconName = $this->plugin->getConf ('iconName');
265 $this->iconWidth = $this->plugin->getConf ('iconWidth');
270 $this->currentDateFormat = $this->dateFormat [$this->plugin->getLang ('dateFormat')];
[all …]
/plugin/openid/Auth/OpenID/
H A DServer.php306 if ($this->text) {
450 $is_valid = $signatory->verify($this->assoc_handle, $this->signed);
528 $this->dh = $dh;
606 $mac_key = $this->dh->xorSecret($this->consumer_pubkey, $secret,
1319 $this->fields = new Auth_OpenID_Message($this->request->namespace);
1346 return $this->fields->toFormMarkup($this->request->return_to,
1373 return $this->fields->toURL($this->request->return_to);
1839 $this->return_to, $this->trust_root);
1905 $this->signatory = new Auth_OpenID_Signatory($this->store);
1906 $this->encoder = new Auth_OpenID_SigningEncoder($this->signatory);
[all …]
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth2/Service/
H A DAbstractService.php49 $this->stateParameterInAuthUrl = $stateParameterInAutUrl;
52 if (!$this->isValidScope($scope)) {
53 throw new InvalidScopeException('Scope ' . $scope . ' is not valid for service ' . get_class($this));
57 $this->scopes = $scopes;
59 $this->baseApiUri = $baseApiUri;
61 $this->apiVersion = $apiVersion;
73 'client_id' => $this->credentials->getConsumerId(),
74 'redirect_uri' => $this->credentials->getCallbackUrl(),
79 $parameters['scope'] = implode($this->getScopesDelimiter(), $this
[all...]
/plugin/userimportextended/
H A Dadmin.php30 msg($this->getLang('error_badauth'));
34 $this->_auth = $auth;
56 $this->_import();
72 print $this->locale_xhtml('intro');
73 $this->printFormHTML();
74 $this->printFailuresHTML();
107 var_dump($this->lang);
112 if ($this->_import_failures) {
188 $this->_import_failures = array();
273 $this->insertDefaults($candidate);
[all …]
/plugin/siteexport/inc/
H A Dsettings.php62 $this->pattern = $INPUT->str('pattern');
63 if ( empty( $this->pattern ) )
71 $this->cachetime = $this->getConf('cachetime');
73 $this->cachetime = 0;
77 $this->origZipFile = $this->getConf('zipfilename');
79 $this->ignoreNon200 = $this->getConf('ignoreNon200');
82 … $this->downloadZipFile = $functions->getSpecialExportFileName($this->origZipFile, $this->pattern);
85 $this->zipFile = mediaFN($this->downloadZipFile);
87 $this->tmpDir = mediaFN(getNS($this->origZipFile));
97 …if (empty($this->namespace)) { $this->namespace = $functions->getNamespaceFromID(getNS($ID), $pg);…
[all …]
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/
H A DServerPluginTest.php33 $this->assertEquals(
52 $this->server->exec();
54 $this->assertEquals(array(
63 $this->assertEquals(200, $this->response->status);
64 $this->assertEquals('', $this->response->body);
65 $this->assertEquals('OPTIONS',$this->testPlugin->beforeMethod);
72 … $this->assertEquals($this->testPlugin,$this->server->getPlugin(get_class($this->testPlugin)));
78 $this->assertNull($this->server->getPlugin('SomeRandomClassName'));
84 $this->assertEquals(array(), $this->testPlugin->getSupportedReportSet('/'));
90 $this->assertEquals(
[all …]
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Gif/
H A DImageHeader.php11 * condition to leave the original address (Yamasoft, http://www.yamasoft.com) and this header.
41 unset($this->m_nLeft);
42 unset($this->m_nTop);
43 unset($this->m_nWidth);
44 unset($this->m_nHeight);
45 unset($this->m_bLocalClr);
46 unset($this->m_bInterlace);
47 unset($this->m_bSorted);
48 unset($this->m_nTableSize);
49 unset($this
[all...]
/plugin/refnotes/
H A Drendering.php30 $this->namespace = $namespace;
37 return $this->namespace->getStyle($name);
78 $this->referenceRenderer = $this->createRenderer($this->getStyle('reference-render'));
79 $this->noteRenderer = $this->createRenderer($this->getStyle('note-render'));
88 $renderer = new refnotes_harvard_renderer($this->namespace);
92 $renderer = new refnotes_basic_renderer($this
[all...]
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/
H A DBCMath.php74 $this->value = '0';
107 $this->value = '-' . $this->value;
111 $x = (strlen($this->value) & 1) ? '0' . $this->value : $this->value;
119 $this->value = $this->value === '-' ? '0' : (string)$this->value;
232 return [$this->normalize($quotient), $this->normalize($remainder)];
319 $temp->value = strlen($this->value) && $this->value[0] == '-' ?
532 $this->value = bcadd($this->value, '1');
549 if ($this->value[strlen($this->value) - 1] % 2 == 0) {
632 return $this->compare($min) >= 0 && $this->compare($max) <= 0;
655 return $this->value[strlen($this->value) - 1] % 2 == 1;
[all …]
/plugin/findologicxmlexport/vendor/sebastian/global-state/src/
H A DSnapshot.php112 $this->snapshotClasses();
146 return $this->blacklist;
188 return $this->iniSettings;
196 return $this->includedFiles;
204 return $this->constants;
212 return $this->functions;
220 return $this->interfaces;
228 return $this->classes;
236 return $this->traits;
276 $this->classes = array_reverse($this->classes);
[all …]
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/
H A DServerProtocolHandler.php9 * file that was distributed with this source code.
105 $this->queue = $queue;
106 $this->handlerFactory = $handlerFactory;
107 $this->options = array_merge($this->options, $options);
108 $this->authorizer = $authorizer ?? new ServerAuthorization(null, $this->options);
109 $this->protocolHandlerFactory = $protocolHandlerFactory ?? new ServerProtocolHandlerFactory(
113 $this->bindHandlerFactory = $bindHandlerFactory ?? new ServerBindHandlerFactory();
114 $this
[all...]
/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/
H A DTreeNode.php102 $this->setId($id);
125 $old = $this->_id;
126 $this->_id = $id;
138 return $this->_id;
150 $this->_value = $value;
162 return $this->_value;
211 return $this;
224 return $this;
307 return $this->_parent;
317 return $this->_data;
[all …]

1...<<31323334353637383940>>...1079