Home
last modified time | relevance | path

Searched refs:this (Results 401 – 425 of 20818) sorted by relevance

1...<<11121314151617181920>>...833

/plugin/commonmark/vendor/league/commonmark/src/Node/
H A DNode.php14 * file that was distributed with this source code.
47 $this->data = new Data([
54 return $this->previous;
59 return $this->next;
64 return $this->parent;
69 $this->parent = $node;
70 $this->depth = $node === null ? 0 : $node->depth + 1;
74 * Inserts the $sibling node after $this
79 $sibling->next = $this->next;
85 $sibling->previous = $this;
[all...]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dfareporting/
H A DFloodlightActivity.php142 return $this->accountId;
345 $this->id = $id;
352 return $this->id;
373 $this->kind = $kind;
380 return $this->kind;
387 $this->name = $name;
394 return $this->name;
401 $this->notes = $notes;
408 return $this->notes;
436 return $this->secure;
[all …]
H A DAd.php166 return $this->active;
453 $this->id = $id;
460 return $this->id;
495 $this->kind = $kind;
502 return $this->kind;
537 $this->name = $name;
544 return $this->name;
579 $this->size = $size;
586 return $this->size;
677 $this->type = $type;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidPublisher/
H A DSubscriptionPurchase.php159 return $this->autoRenewing;
187 return $this->cancelReason;
215 return $this->countryCode;
243 return $this->emailAddress;
285 return $this->familyName;
299 return $this->givenName;
320 $this->kind = $kind;
327 return $this->kind;
376 $this->orderId = $orderId;
383 return $this->orderId;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRun/
H A DGoogleCloudRunV2Task.php233 $this->etag = $etag;
240 return $this->etag;
303 $this->index = $index;
310 return $this->index;
317 $this->job = $job;
324 return $this->job;
338 return $this->labels;
387 $this->name = $name;
394 return $this->name;
485 $this->uid = $uid;
[all …]
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DOtlDump.php167 $this->mpdf = $mpdf;
168 $this->maxStrLenRead = 200000; // Maximum size of glyf table to read in as string (otherwise reads each glyph from file)
174 $this->mode = $mode;
175 $this->useOTL = $useOTL; // mPDF 5.7.1
176 $this->fontkey = $fontkey; // mPDF 5.7.1
177 $this->filename = $file;
178 $this->fh = fopen($file, 'rb');
180 if (!$this->fh) {
184 $this->_pos = 0;
185 $this
[all...]
/plugin/odt/renderer/
H A Dpage.php43 $this->init_ok = $this->document->initialize ();
99 $this->import->importFromString ($this->css);
119 $this->document->setMediaSelector($this->config->getParam('media_sel'));
132 …($this->css, $this->config->getParam('media_sel'), array($this, 'replaceURLPrefixesCallback'), fal…
140 $this->document->setPixelPerEm($this->config->getParam ('css_font_size'));
229 $this->document->setStartPageFormat ($this->config->getParam ('format'),
686 $this->document->spanOpen($this->document->getStyleName('strong'));
694 $this->document->spanOpen($this->document->getStyleName('emphasis'));
718 $this->document->spanOpen($this->document->getStyleName('sub'));
726 $this->document->spanOpen($this->document->getStyleName('sup'));
[all …]
/plugin/statdisplay/helper/
H A Dlog.php25 $this->logfile = fullpath($conf['metadir'] . '/' . $this->getConf('accesslog'));
27 if (!file_exists($this->logfile)) $this->logfile = $this->getConf('accesslog');
30 $this->logcache = getCacheName($this->getConf('accesslog'), '.statdisplay');
32 $this->logdata = unserialize(io_readFile($this->logcache, false));
44 $this->logdata = [];
76 if (isset($this->logdata['_logpos'])) $pos = $this->logdata['_logpos'];
87 $this->unlock();
264 $this->clean_month($this->logdata['_lastmonth']);
269 io_saveFile($this->logcache, serialize($this->logdata));
270 $this->unlock();
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DImage.php214 return $this->family;
235 $this->id = $id;
242 return $this->id;
263 $this->kind = $kind;
270 return $this->kind;
298 return $this->labels;
326 return $this->licenses;
333 $this->name = $name;
340 return $this->name;
354 return $this->rawDisk;
[all …]
H A DBackendService.php373 $this->iap = $iap;
380 return $this->iap;
387 $this->id = $id;
394 return $this->id;
401 $this->kind = $kind;
408 return $this->kind;
485 $this->name = $name;
492 return $this->name;
527 $this->port = $port;
534 return $this->port;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdExchangeBuyer/
H A DCreative.php77 return $this->accountId;
123 return $this->agencyId;
139 return $this->attribute;
215 return $this->height;
227 $this->kind = $kind;
231 return $this->kind;
253 return $this->nativeAd;
315 return $this->version;
323 return $this->videoURL;
335 $this->width = $width;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Bigquery/
H A DJobConfigurationLoad.php170 return $this->autodetect;
184 return $this->clustering;
261 $this->encoding = $encoding;
268 return $this->encoding;
352 return $this->nullMarker;
401 $this->quote = $quote;
408 return $this->quote;
429 $this->schema = $schema;
436 return $this->schema;
450 return $this->schemaInline;
[all …]
/plugin/bez/ctl/
H A Dthread.php2 /** @var action_plugin_bez $this */
6 if ($this->model->get_level() < BEZ_AUTH_USER) {
10 if ($this->get_param('id') == '') {
11 header('Location: ' . $this->url('threads'));
15 $thread = $this->model->threadFactory->get_one($this->get_param('id'));
21 $this->tpl->set('thread', $thread);
23 $this->tpl->set('lang_suffix', '_project');
26 $thread_comments = iterator_to_array($this->model->thread_commentFactory->get_from_thread($thread));
27 $tasks = $this
[all...]
/plugin/magento/
H A Dauth.php51 $this->db_dsn = $this->getConf( 'databaseDSN' );
52 $this->db_user = $this->getConf( 'databaseUser' );
53 $this->db_passwd = $this->getConf( 'databasePassword' );
348 if( $this->users === null ) $this->_loadUserData();
384 …$dbh = new PDO( $this->db_dsn, $this->db_user, $this->db_passwd, array( PDO::ATTR_PERSISTENT => tr…
417 if( $this->admins === null ) $this->_loadAdminData();
438 …$dbh = new PDO( $this->db_dsn, $this->db_user, $this->db_passwd, array( PDO::ATTR_PERSISTENT => tr…
504 …$dbh = new PDO( $this->db_dsn, $this->db_user, $this->db_passwd, array( PDO::ATTR_PERSISTENT => tr…
534 …$dbh = new PDO( $this->db_dsn, $this->db_user, $this->db_passwd, array( PDO::ATTR_PERSISTENT => tr…
566 …$dbh = new PDO( $this->db_dsn, $this->db_user, $this->db_passwd, array( PDO::ATTR_PERSISTENT => tr…
[all …]
/plugin/bibtex/OSBib/format/bibtexParse/
H A DPARSEENTRIES.php110 $this->preamble = $this->strings = $this->entries = array();
111 $this->count = 0;
166 $line = trim($this->bibtexString[$this->currentLine]);
261 $this->entries[$this->count][$key] = $value;
274 $this->entries[$this->count]['bibtexCitation'] = $matches[2];
312 $this->entries[$this->count] = $entry;
313 $this->count++;
398 while($this->currentLine < count($this->bibtexString))
438 if($this->removeDelimit || $this->expandMacro && $this->fieldExtract)
446 … $this->entries[$i][$key] = trim($this->removeDelimitersAndExpand($this->entries[$i][$key]));
[all …]
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/TestDox/
H A DResultPrinter.php99 $this->startRun();
108 $this->endRun();
127 $this->failed++;
144 $this->warned++;
161 $this->failed++;
195 $this->risky++;
212 $this->skipped++;
291 if (!isset($this->tests[$this->currentTestMethodPrettified])) {
301 $this->tests[$this->currentTestMethodPrettified]['success']++;
303 $this->tests[$this->currentTestMethodPrettified]['failure']++;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRetail/
H A DGoogleCloudRetailV2Product.php325 $this->gtin = $gtin;
332 return $this->gtin;
339 $this->id = $id;
346 return $this->id;
402 return $this->name;
528 return $this->tags;
549 $this->ttl = $ttl;
556 return $this->ttl;
570 return $this->type;
577 $this->uri = $uri;
[all …]
/plugin/authgoogle/google/contrib/
H A DGoogle_GamesManagementService.php221 $client->addService($this->serviceName, $this->version);
239 $this->kind = $kind;
242 return $this->kind;
271 $this->kind = $kind;
274 return $this->kind;
297 $this->kind = $kind;
300 return $this->kind;
321 return $this->items;
327 return $this->kind;
358 return $this->kind;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidManagement/
H A DDevice.php144 return $this->apiLevel;
270 return $this->displays;
424 return $this->memoryInfo;
431 $this->name = $name;
438 return $this->name;
480 return $this->ownership;
571 $this->state = $state;
578 return $this->state;
599 $this->user = $user;
606 return $this->user;
[all …]
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Schedule/
H A DScheduleDeliverTest.php60 $this->assertVObjEquals(
139 $this->assertVObjEquals(
337 $this->assertVObjEquals(
372 $this->assertVObjEquals(
408 $this->assertVObjEquals(
558 $this->server->httpRequest->setUrl($this->calendarObjectUri);
565 $this->putPath($this->calendarObjectUri, $oldObject);
574 $this->server->tree->getNodeForPath($this->calendarObjectUri),
584 $this->putPath($this->calendarObjectUri, $oldObject);
599 $this->server->tree->getNodeForPath(dirname($this->calendarObjectUri)),
[all …]
/plugin/asana/remote/
H A DAPILink.php74 curl_close($this->ch);
111 curl_setopt($this->ch, CURLOPT_USERPWD , $this->api_key . ":");
114 $this->workspaces = $this->workspaces();
125 $this->projects = $this->workspace_projects($this->workspace_filter['id']);
126 $this->assignees = $this->workspace_users($this->workspace_filter['id']);
127 $this->tags = $this->workspace_tags($this->workspace_filter['id']);
163 $this->projects = $this->workspace_projects($workspace);
345 $this->projects = $this->workspace_projects($this->workspace_filter['id']);
346 $this->assignees = $this->workspace_users($this->workspace_filter['id']);
347 $this->tags = $this->workspace_tags($this->workspace_filter['id']);
[all …]
/plugin/combo/ComboStrap/
H A DMarkupPath.php42 * But because this is a {@link ResourceCombo}, we see tht this is part of the {@link WikiPath}
119 * @var string the alias used to build this page
195 $this->path = $path;
197 $this->setCorrectPathForDirectoryToIndexPage();
199 $this->buildPropertiesFromFileSystem();
252 * @throws ExceptionBadSyntax - if this is not a
277 $this->canonical
280 return $this;
285 * @return bool true if this i
[all...]
/plugin/zip/pear/File/Archive/Reader/
H A DAr.php122 $this->_nbBytesLeft + ($this->_footer ? 1 : 0)
172 $this->_currentFilename = $this->getStandardURL($name);
245 $length = $this->_currentStat[7] - $this->_nbBytesLeft;
265 return $this->_currentStat[7] - $this->_nbBytesLeft;
278 if ($this->_currentFilename !== null && $pred->isTrue($this)) {
279 $seek = $this->_header + $this->_currentStat[7] + ($this->_footer ? 1 : 0);
284 $size = $this->_header + $this->_currentStat[7] + ($this->_footer ? 1 : 0);
318 $this->close();
331 $blockPos = $this->_currentStat[7] - $this->_nbBytesLeft + $seek;
333 $this->rewind();
[all …]
/plugin/passpolicy/_test/
H A DHelperTest.php65 $this->assertFalse($policy->checkPolicy('test', 'tested'),
153 $this->assertTrue(strlen($pw1) >= 6, 'pw too short');
154 $this->assertTrue(strlen($pw2) >= 6, 'pw too short');
164 $this->assertTrue(strlen($pw1) >= 18, 'pw too short');
165 $this->assertTrue(strlen($pw2) >= 18, 'pw too short');
175 $this->assertTrue(strlen($pw1) >= 6, 'pw too short');
176 $this->assertTrue(strlen($pw2) >= 6, 'pw too short');
186 $this->assertTrue(strlen($pw1) >= 18, 'pw too short');
187 $this->assertTrue(strlen($pw2) >= 18, 'pw too short');
197 $this->assertTrue(strlen($pw1) >= 18, 'pw too short');
[all …]
/plugin/batchedit/
H A Dadmin.php28 $this->command = BatcheditRequest::COMMAND_WELCOME;
29 $this->config = new BatcheditConfig();
30 $this->session = new BatcheditSession($this->getConf('sessionexp'));
32 self::$instance = $this;
39 return $this->config;
47 $this->handleRequest();
50 $this->session->setError($error);
51 $this->session->expire();
59 $interface = new BatcheditInterface($this);
[all...]

1...<<11121314151617181920>>...833