Home
last modified time | relevance | path

Searched refs:this (Results 3851 – 3875 of 27090) sorted by relevance

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

/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/
H A DLessphpFilter.php50 $this->loadPaths[] = $path;
60 $this->loadPaths = $loadPaths;
65 $this->presets = $presets;
70 $this->options = $options;
78 $this->formatter = $formatter;
96 foreach ($this->loadPaths as $loadPath) {
104 if ($this->formatter) {
105 $lc->setFormatter($this->formatter);
108 if (null !== $this->preserveComments) {
113 $lc->setOptions($this->options);
[all …]
/plugin/quickstats/GEOIP/vendor/geoip2/geoip2/src/Database/
H A DReader.php53 $this->dbReader = new DbReader($filename);
54 $this->locales = $locales;
105 return $this->flatModelFor(
126 return $this->flatModelFor(
147 return $this->flatModelFor(
168 return $this->flatModelFor(
206 return $this->flatModelFor(
220 return new $class($record, $this->locales);
242 $record = $this->dbReader->get($ipAddress);
273 return $this->dbReader->metadata();
[all …]
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/States/
H A DATNState.php67 * Track the transitions emanating from this ATN state.
82 if ($this === $other) {
87 && $this->stateNumber === $other->stateNumber;
100 return $this->transitions;
105 return \count($this->transitions);
110 if (\count($this->transitions) === 0) {
111 $this->epsilonOnlyTransitions = $trans->isEpsilon();
112 } elseif ($this->epsilonOnlyTransitions !== $trans->isEpsilon()) {
113 $this->epsilonOnlyTransitions = false;
117 $this
[all...]
/plugin/combo/ComboStrap/
H A DIFetcherAbs.php14 * This is why there is a cache attribute - this is the cache of the generated file
51 $url->setFragment($this->getRequestedUrlFragment());
60 $value = $this->getRequestedCache();
72 $buster = $this->getBuster();
84 $fetcherName = $this->getFetcherName();
98 $this->buildFromTagAttributes($tagAttributes);
100 $this->setRequestedUrlFragment($url->getFragment());
104 return $this;
115 $this->setRequestedCache($cache);
118 return $this;
[all...]
H A DMarkupCacheDependencies.php22 * For cache key generation, this is mostly used on
128 $this->markupFetcher = $markupFetcher;
131 $data = $this->getDependenciesCacheStore()->retrieveCache();
133 $this->runtimeStoreDependencies = json_decode($data, true);
218 $path = $this->markupFetcher->getRequestedContextPath();
255 if ($this->firstActualKey === null) {
256 $this->firstActualKey = $actualKey;
258 $dependencyKey = $this->firstActualKey;
259 $runtimeDependencies = $this->getDependencies();
263 $dependencyKey .= $this
[all...]
/plugin/dev/
H A Dcli.php29 "Run this script from within the extension's directory."
43 $item = $this->colors->wrap($item, $this->colors::C_BROWN);
60 $item = $this->colors->wrap($item, $this->colors::C_BROWN);
81 $options->registerCommand('test', 'Run the unit tests for this extension.');
97 return $this->cmdInit();
100 return $this->cmdAddTest($test);
102 return $this->cmdAddConf();
104 return $this
[all...]
/plugin/nsexport/packer/ziphtml/
H A Drenderer.php32 $this->_media[] = $src;
34 $ref = $this->_relTop();
47 $this->_media = array_unique($this->_media);
59 $default = $this->_simpleTitle($id);
61 $ref = $this->_relTop();
73 $this->cdata($name);
104 $this->doc .= $this->_formatLink($link);
115 $src = $this->_localMedia($src);
185 $ret .= $this->_xmlEntities($title);
200 $lsrc = $this->_localMedia($src);
[all …]
/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfReader/
H A DPage.php63 $this->pageObject = $page;
64 $this->parser = $parser;
68 * Get the indirect object of this page.
74 return $this->pageObject;
78 * Get the dictionary of this page.
87 if (null === $this->pageDictionary) {
88 $this->pageDictionary = PdfDictionary::ensure(PdfType::resolve($this->getPageObject(), $this->parser));
91 return $this
[all...]
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DAmqpHandler.php49 $this->exchange = $exchange;
63 $this->exchange->publish(
73 $this->exchange->basic_publish(
74 $this->createAmqpMessage($data),
75 $this->exchangeName,
93 if (!$this->isHandling($record)) {
101 $this->exchange->batch_basic_publish(
102 $this->createAmqpMessage($data),
103 $this->exchangeName,
104 $this->getRoutingKey($record)
[all …]
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CardDAV/Backend/
H A DMock.php12 $this->addressBooks = $addressBooks;
13 $this->cards = $cards;
15 if (is_null($this->addressBooks)) {
16 $this->addressBooks = array(
28 $this->cards = array(
42 foreach($this->addressBooks as $book) {
69 foreach($this->addressBooks as &$book) {
96 foreach($this->addressBooks as $key=>$value) {
98 unset($this->addressBooks[$key]);
100 unset($this->cards[$addressBookId]);
[all …]
/plugin/ckgdoku/ckeditor/plugins/image/dialogs/
H A Dimage.js.unc378 this.cleanImageElement = this.imageElement;
382 this.setupContent( IMAGE, this.imageElement );
419 this.imageElement = this.cleanImageElement;
446 this.commitContent( IMAGE, this.imageElement );
473 if ( !this.linkEditMode && this.addLink ) {
500 this.commitContent( CLEANUP, this.preview );
620 if ( this.getValue() || this.isChanged() )
1099 if ( this.getValue() || this.isChanged() )
1148 if ( this.getValue() || this.isChanged() )
1171 if ( this.getValue() || this.isChanged() )
[all …]
/plugin/ckgedit/ckeditor/plugins/image/dialogs/
H A Dimage.js.unc379 this.cleanImageElement = this.imageElement;
383 this.setupContent( IMAGE, this.imageElement );
420 this.imageElement = this.cleanImageElement;
447 this.commitContent( IMAGE, this.imageElement );
474 if ( !this.linkEditMode && this.addLink ) {
501 this.commitContent( CLEANUP, this.preview );
621 if ( this.getValue() || this.isChanged() )
1100 if ( this.getValue() || this.isChanged() )
1149 if ( this.getValue() || this.isChanged() )
1172 if ( this.getValue() || this.isChanged() )
[all …]
/plugin/bureaucracy-au/helper/
H A Dfieldfile.php17 $this->init($args);
20 $this->opt['namespace'] = '.';
24 $this->opt['namespace'] = array_shift($args);
26 $this->standardArgs($args);
29 if(!isset($this->opt['optional'])) {
35 if(!isset($this->opt['optional'])){
36 $this->tpl['class'] .= ' required';
52 $this->opt['file'] = $value;
64 $file = $this->getParam('file');
68 if(!isset($this->opt['optional'])) {
[all …]
/plugin/bibtex/OSBib/format/bibtexParse/
H A DPARSEMONTH.php34 $startMonth = $this->startDay = $endMonth = $this->endDay = FALSE;
39 if($month = array_search($field, $this->monthToLongName()))
55 $this->parseDay($field);
57 if($this->endDay && !$endMonth)
59 return array($startMonth, $this->startDay, $endMonth, $this->endDay);
67 if(!$this->startDay)
68 $this->startDay = $array[3];
69 else if(!$this->endDay)
70 $this->endDay = $array[3];
75 $this->startDay = $array[1];
[all …]
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/
H A DAsseticExtension.php25 $this->factory = $factory;
26 $this->functions = array();
27 $this->valueSupplier = $valueSupplier;
31 $this->functions[$options] = array('filter' => $options);
41 new AsseticTokenParser($this->factory, 'javascripts', 'js/*.js'),
42 new AsseticTokenParser($this->factory, 'stylesheets', 'css/*.css'),
43 new AsseticTokenParser($this->factory, 'image', 'images/*', true),
50 foreach ($this->functions as $function => $filter) {
61 'debug' => $this->factory->isDebug(),
62 … 'vars' => null !== $this->valueSupplier ? new ValueContainer($this->valueSupplier) : array(),
[all …]
/plugin/bureaucracyau/helper/
H A Dfieldfile.php17 $this->init($args);
20 $this->opt['namespace'] = '.';
24 $this->opt['namespace'] = array_shift($args);
26 $this->standardArgs($args);
29 if(!isset($this->opt['optional'])) {
35 if(!isset($this->opt['optional'])){
36 $this->tpl['class'] .= ' required';
52 $this->opt['file'] = $value;
64 $file = $this->getParam('file');
68 if(!isset($this->opt['optional'])) {
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRun/
H A DServiceStatus.php51 $this->address = $address;
58 return $this->address;
65 $this->conditions = $conditions;
72 return $this->conditions;
86 return $this->latestCreatedRevisionName;
100 return $this->latestReadyRevisionName;
114 return $this->observedGeneration;
121 $this->traffic = $traffic;
128 return $this->traffic;
135 $this->url = $url;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dfareporting/
H A DReportCrossDimensionReachCriteria.php51 $this->breakdown = $breakdown;
58 return $this->breakdown;
65 $this->dateRange = $dateRange;
72 return $this->dateRange;
79 $this->dimension = $dimension;
86 return $this->dimension;
100 return $this->dimensionFilters;
114 return $this->metricNames;
128 return $this->overlapMetricNames;
135 $this->pivoted = $pivoted;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Sheets/
H A DSpreadsheetProperties.php50 $this->autoRecalc = $autoRecalc;
57 return $this->autoRecalc;
64 $this->defaultFormat = $defaultFormat;
71 return $this->defaultFormat;
92 $this->locale = $locale;
99 return $this->locale;
113 return $this->spreadsheetTheme;
120 $this->timeZone = $timeZone;
127 return $this->timeZone;
134 $this->title = $title;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudAsset/
H A DGoogleCloudOrgpolicyV1Policy.php57 return $this->booleanPolicy;
64 $this->constraint = $constraint;
71 return $this->constraint;
78 $this->etag = $etag;
85 return $this->etag;
92 $this->listPolicy = $listPolicy;
99 return $this->listPolicy;
113 return $this->restoreDefault;
127 return $this->updateTime;
134 $this->version = $version;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/OSConfig/
H A DExecutePatchJobRequest.php50 $this->description = $description;
57 return $this->description;
71 return $this->displayName;
78 $this->dryRun = $dryRun;
85 return $this->dryRun;
92 $this->duration = $duration;
99 return $this->duration;
113 return $this->instanceFilter;
127 return $this->patchConfig;
134 $this->rollout = $rollout;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Vault/
H A DHold.php58 return $this->accounts;
65 $this->corpus = $corpus;
72 return $this->corpus;
79 $this->holdId = $holdId;
86 return $this->holdId;
93 $this->name = $name;
100 return $this->name;
114 return $this->orgUnit;
121 $this->query = $query;
128 return $this->query;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Translate/
H A DTranslateDocumentRequest.php57 return $this->documentInputConfig;
71 return $this->documentOutputConfig;
78 $this->glossaryConfig = $glossaryConfig;
85 return $this->glossaryConfig;
92 $this->labels = $labels;
99 return $this->labels;
106 $this->model = $model;
113 return $this->model;
120 $this->sourceLanguageCode = $sourceLanguageCode;
127 return $this->sourceLanguageCode;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Docs/
H A DTableRow.php51 $this->endIndex = $endIndex;
58 return $this->endIndex;
65 $this->startIndex = $startIndex;
72 return $this->startIndex;
86 return $this->suggestedDeletionIds;
100 return $this->suggestedInsertionIds;
114 return $this->suggestedTableRowStyleChanges;
121 $this->tableCells = $tableCells;
128 return $this->tableCells;
135 $this->tableRowStyle = $tableRowStyle;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Reports/
H A DActivity.php51 $this->actor = $actor;
58 return $this->actor;
65 $this->etag = $etag;
72 return $this->etag;
79 $this->events = $events;
86 return $this->events;
93 $this->id = $id;
100 return $this->id;
114 return $this->ipAddress;
121 $this->kind = $kind;
[all …]

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