Home
last modified time | relevance | path

Searched refs:this (Results 4451 – 4475 of 27090) sorted by relevance

1...<<171172173174175176177178179180>>...1084

/plugin/tos/
H A Daction.php42 $this->userTosState($user, true);
48 $newest = $this->newestTOS();
50 $accepted = $this->userTosState($user);
72 echo $this->locale_xhtml('intro');
80 echo $this->diffTos($accepted);
84 echo p_wiki_xhtml($this->getConf('tos'));
104 $state = $this->sessionState();
116 return $this->sessionState($rev);
151 if (!$this->getConf('usesession')) return $set;
175 $old = rawWiki($this->getConf('tos'), $oldrev);
[all …]
/plugin/findologicxmlexport/vendor/hoa/ustring/Test/Unit/
H A DUstring.php54 $this
63 $this
77 $this
89 $this
101 $this
113 $this
125 $this
137 $this
149 $this
161 $this
[all …]
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/CSS/
H A DForbiddenStylesSniff.php86 $this->forbiddenStyleNames = array_keys($this->forbiddenStyles);
88 if ($this->patternMatch === true) {
90 $this->forbiddenStyleNames[$i] = '/'.$name.'/i';
114 if ($this->patternMatch === true) {
117 $this->forbiddenStyleNames,
118 $this->forbiddenStyleNames,
156 if ($this->error === true) {
168 if ($this->forbiddenStyles[$pattern] !== null) {
169 $data[] = $this->forbiddenStyles[$pattern];
170 if ($this->error === true) {
[all …]
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DVocabularyImpl.php46 $this->literalNames = $literalNames;
47 $this->symbolicNames = $symbolicNames;
48 $this->displayNames = $displayNames;
51 $this->maxTokenType = \max(
52 \count($this->displayNames),
53 \count($this->literalNames),
54 \count($this->symbolicNames)
127 return $this->maxTokenType;
132 if ($tokenType >= 0 && $tokenType < \count($this->literalNames)) {
133 return $this
[all...]
/plugin/zip/pear/File/Archive/Reader/
H A DArchive.php68 if (!$this->sourceOpened && ($error = $this->source->next()) !== true) {
72 $this->sourceOpened = true;
79 $this->source =& $source;
80 $this->sourceOpened = $this->sourceInitiallyOpened = $sourceOpened;
89 if (!$this->sourceInitiallyOpened && $this->sourceOpened) {
90 $this->sourceOpened = false;
91 if ($this->source !== null) {
92 return $this->source->close();
/plugin/combo/ComboStrap/
H A DOutline.php101 * @param bool $isFragment - needed to control the structure of the outline (if this is a preview, the first heading may be not h1)
107 $this->markupPath = $markup;
109 $this->isFragment = $isFragment;
110 $this->buildOutline($callStack);
111 $this->storeH1();
112 $this->storeTocForMarkupIfAny();
118 * @param bool $isFragment - needed to control the structure of the outline (if this is a preview, the first heading may be not h1)
132 * this is set to 0
141 $this->rootSection = OutlineSection::createOutlineRoot()
143 $this
[all...]
/plugin/rrdgraph/
H A Dsyntax.php231 $this->rrdRecipe = array ();
238 $this->rrdRecipe[self::R_SHOW] = $this->parseBoolean($attributes['show']);
239 $this->rrdRecipe[self::R_GANGED] = false;
243 $this->rrdRecipe[self::R_GANGED] = false;
248 $this->rrdRecipe[self::R_SHOW] = true;
249 $this->rrdRecipe[self::R_GANGED] = $this->parseBoolean($attributes['ganged']);
259 $this->rrdRecipe[self::R_DATA][] = array (
270 …if (! isset($this->rrdRecipe[self::R_NAME])) $this->rrdRecipe[self::R_NAME] = md5(serialize($this-…
272 return $this->rrdRecipe;
293 $rrdGraphHelper = $this->loadHelper('rrdgraph');
[all …]
/plugin/fedauth/Auth/Yadis/
H A DXRDS.php90 $this->element = null;
91 $this->parser = null;
177 $attributes = $this->parser->attributes($this->element);
203 return $this->parser->evalXPath($name, $this->element);
260 $this->parser = $xmlParser;
262 $this->allXrdNodes = $xrdNodes;
263 $this->serviceList = array();
264 $this->_parse();
350 $this->serviceList = array();
352 $services = $this->parser->evalXPath('xrd:Service', $this->xrdNode);
[all …]
/plugin/findologicxmlexport/vendor/hoa/consistency/Test/Unit/
H A DAutoloader.php54 $this
77 $this
100 $this
116 $this
132 $this
148 $this
164 $this
176 $this
202 $this
222 $this
[all …]
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/
H A DEd25519.php41 $this->setCoefficients(
47 $this->setBasePoint(
114 $u = $y2->subtract($this->one);
115 $v = $this->d->multiply($y2)->add($this->one);
117 if ($x2->equals($this->zero)) {
121 return clone $this->zero;
230 return [clone $this->zero, clone $this->one, clone $this->one, clone $this->zero];
237 $p[2] = clone $this->one;
250 if (!isset($this->factory)) {
290 if (!isset($this->factory)) {
[all …]
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.audio-video.bink.php26 $info = &$this->getid3->info;
28 …$this->error('Bink / Smacker files not properly processed by this version of getID3() ['.$this->ge…
30 $this->fseek($info['avdataoffset']);
31 $fileTypeID = $this->fread(3);
34 return $this->ParseBink();
37 return $this->ParseSmacker();
40 …$this->error('Expecting "BIK" or "SMK" at offset '.$info['avdataoffset'].', found "'.getid3_lib::P…
49 $info = &$this->getid3->info;
53 $fileData = 'BIK'.$this->fread(13);
59 …$this->error('Probably truncated file: expecting '.$info['bink']['data_size'].' bytes, found '.($i…
[all …]
/plugin/html2pdf/html2pdf/html2ps/unittest/
H A Dtest.textarea.content.php5 $tree = $this->runPipeline('
10 $this->assertEqual($element->get_value(),
15 $tree = $this->runPipeline('
22 $this->assertEqual($element->get_value(),
27 $tree = $this->runPipeline('
32 $this->assertEqual($element->get_value(),
37 $tree = $this->runPipeline('
42 $this->assertEqual($element->get_value(),
47 $tree = $this->runPipeline('
52 $this->assertEqual($element->get_value(),
[all …]
/plugin/data-au/_test/
H A Daction_handle.test.php27 $this->db = $this->helper->_getDB();
29 $this->db->query('INSERT INTO pages ( pid, page, title , class , lastmod) VALUES
43 $this->action->_handle($event, null);
45 $pid = $this->getTestPageId();
46 $this->assertFalse(!$pid);
59 $this->action->_handle($event, null);
61 $res = $this->db->query('SELECT pid FROM pages WHERE page = ?','test');
62 $pid = $this->db->res2single($res);
63 $this->assertTrue(!$pid);
68 $res = $this->db->query('SELECT pid FROM pages WHERE page = ?','test');
[all …]
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Cache/
H A DExpiringCache.php26 $this->cache = $cache;
27 $this->lifetime = $lifetime;
32 if ($this->cache->has($key)) {
33 if (time() < $this->cache->get($key.'.expires')) {
37 $this->cache->remove($key.'.expires');
38 $this->cache->remove($key);
46 return $this->cache->get($key);
51 $this->cache->set($key.'.expires', time() + $this->lifetime);
52 $this->cache->set($key, $value);
57 $this->cache->remove($key.'.expires');
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataflow/
H A DSeqMapTask.php49 $this->inputs = $inputs;
56 return $this->inputs;
63 $this->name = $name;
70 return $this->name;
84 return $this->outputInfos;
91 $this->stageName = $stageName;
98 return $this->stageName;
105 $this->systemName = $systemName;
112 return $this->systemName;
119 $this->userFn = $userFn;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DataCatalog/
H A DGoogleCloudDatacatalogV1beta1Taxonomy.php37 return $this->activatedPolicyTypes;
41 $this->description = $description;
45 return $this->description;
49 $this->displayName = $displayName;
53 return $this->displayName;
57 $this->name = $name;
61 return $this->name;
65 $this->policyTagCount = $policyTagCount;
69 return $this->policyTagCount;
76 $this->taxonomyTimestamps = $taxonomyTimestamps;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceConsumerManagement/
H A DDocumentation.php56 return $this->documentationRootUrl;
63 $this->overview = $overview;
70 return $this->overview;
77 $this->pages = $pages;
84 return $this->pages;
91 $this->rules = $rules;
98 return $this->rules;
105 $this->serviceRootUrl = $serviceRootUrl;
112 return $this->serviceRootUrl;
119 $this->summary = $summary;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceManagement/
H A DDocumentation.php56 return $this->documentationRootUrl;
63 $this->overview = $overview;
70 return $this->overview;
77 $this->pages = $pages;
84 return $this->pages;
91 $this->rules = $rules;
98 return $this->rules;
105 $this->serviceRootUrl = $serviceRootUrl;
112 return $this->serviceRootUrl;
119 $this->summary = $summary;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Safebrowsing/
H A DGoogleSecuritySafebrowsingV4ThreatMatch.php47 $this->cacheDuration = $cacheDuration;
54 return $this->cacheDuration;
61 $this->platformType = $platformType;
68 return $this->platformType;
75 $this->threat = $threat;
82 return $this->threat;
96 return $this->threatEntryMetadata;
103 $this->threatEntryType = $threatEntryType;
110 return $this->threatEntryType;
117 $this->threatType = $threatType;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dns/
H A DResponsePolicy.php49 $this->description = $description;
56 return $this->description;
63 $this->gkeClusters = $gkeClusters;
70 return $this->gkeClusters;
77 $this->id = $id;
84 return $this->id;
91 $this->kind = $kind;
98 return $this->kind;
105 $this->networks = $networks;
112 return $this->networks;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceUsage/
H A DDocumentation.php56 return $this->documentationRootUrl;
63 $this->overview = $overview;
70 return $this->overview;
77 $this->pages = $pages;
84 return $this->pages;
91 $this->rules = $rules;
98 return $this->rules;
105 $this->serviceRootUrl = $serviceRootUrl;
112 return $this->serviceRootUrl;
119 $this->summary = $summary;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudAsset/
H A DGoogleIdentityAccesscontextmanagerV1Condition.php51 $this->devicePolicy = $devicePolicy;
58 return $this->devicePolicy;
65 $this->ipSubnetworks = $ipSubnetworks;
72 return $this->ipSubnetworks;
79 $this->members = $members;
86 return $this->members;
93 $this->negate = $negate;
100 return $this->negate;
107 $this->regions = $regions;
114 return $this->regions;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataproc/
H A DHiveJob.php58 return $this->continueOnFailure;
65 $this->jarFileUris = $jarFileUris;
72 return $this->jarFileUris;
79 $this->properties = $properties;
86 return $this->properties;
93 $this->queryFileUri = $queryFileUri;
100 return $this->queryFileUri;
107 $this->queryList = $queryList;
114 return $this->queryList;
121 $this->scriptVariables = $scriptVariables;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudVideoIntelligence/
H A DGoogleCloudVideointelligenceV1AnnotateVideoRequest.php51 $this->features = $features;
58 return $this->features;
65 $this->inputContent = $inputContent;
72 return $this->inputContent;
79 $this->inputUri = $inputUri;
86 return $this->inputUri;
93 $this->locationId = $locationId;
100 return $this->locationId;
107 $this->outputUri = $outputUri;
114 return $this->outputUri;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/FirebaseDynamicLinks/
H A DManagedShortLink.php51 $this->creationTime = $creationTime;
58 return $this->creationTime;
72 return $this->flaggedAttribute;
79 $this->info = $info;
86 return $this->info;
93 $this->link = $link;
100 return $this->link;
107 $this->linkName = $linkName;
114 return $this->linkName;
121 $this->visibility = $visibility;
[all …]

1...<<171172173174175176177178179180>>...1084