Home
last modified time | relevance | path

Searched refs:this (Results 701 – 725 of 25554) sorted by relevance

1...<<21222324252627282930>>...1023

/plugin/authgooglesheets/vendor/google/apiclient-services/src/DisplayVideo/
H A DTargetingOption.php113 return $this->ageRangeDetails;
169 return $this->browserDetails;
211 return $this->categoryDetails;
351 return $this->exchangeDetails;
365 return $this->genderDetails;
407 return $this->languageDetails;
414 $this->name = $name;
421 return $this->name;
449 return $this->omidDetails;
505 return $this->poiDetails;
[all …]
H A DLineItem.php128 return $this->bidStrategy;
135 $this->budget = $budget;
142 return $this->budget;
156 return $this->campaignId;
233 $this->flight = $flight;
240 return $this->flight;
338 return $this->mobileApp;
345 $this->name = $name;
352 return $this->name;
359 $this->pacing = $pacing;
[all …]
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Image/
H A DSvg.php187 $this->mpdf = $mpdf;
188 $this->otl = $otl;
189 $this->cssManager = $cssManager;
190 $this->imageProcessor = $imageProcessor;
191 $this->sizeConverter = $sizeConverter;
192 $this->colorConverter = $colorConverter;
193 $this->languageToFont = $languageToFont;
194 $this->scriptToLanguage = $scriptToLanguage;
196 $this->svg_font = []; // mPDF 6
197 $this
[all...]
/plugin/mathpublish/phpmathpublisher/
H A DMathExpression.php38 $this->helper = $helper;
39 $this->text = "&$";
40 $this->nodes = $exp;
41 $this->nodes = $this->parse();
49 if (count($this->nodes) <= 3) {
50 return $this->nodes;
54 for ($i = 0; $i < count($this->nodes); $i++) {
55 if ($this->nodes[$i]->text == '(' || $this
[all...]
/plugin/news/
H A Dadmin.php30 … $this->pagedata = $this->helper->_readFile($this->helper->getMetaFN('pagedata','.ser'),true);
40 $this->output = '';
47 $this->prune();
50 $this->confirm();
57 … $this->pagedata = $this->helper->_readFile($this->helper->getMetaFN('pagedata','.ser'),true);
62 $this->output=$this->generate($_REQUEST['subfeeds']);
121 $this->table_footer();
125 if($this->output) {
135 $theader = $this->theader("Delete") . $this->theader("Page") . $this->theader("GM Time") .
153 $row .= $this->cell($info['id'] ) . $this->cell($info['gmtime']) .
[all …]
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/File/
H A DX509.php2290 $this->publicKey = $this->getPublicKey();
2401 $this->publicKey = $this->getPublicKey();
2636 … $this->currentCert['tbsCertificate']['validity']['notAfter'] = $this->timeField($this->endDate);
2778 $this->loadX509($this->saveX509($this->currentCert));
2798 if (!is_object($this->privateKey) || empty($this->dn)) {
2803 $this->publicKey = $this->privateKey->getPublicKey();
2833 $this->loadCSR($this->saveCSR($this->currentCert));
2858 $this->publicKey = $this->privateKey->getPublicKey();
2894 $this->loadSPKAC($this->saveSPKAC($this->currentCert));
3028 $this->loadCRL($this->saveCRL($this->currentCert));
[all …]
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.audio.mod.php27 $info = &$this->getid3->info;
29 $fileheader = $this->fread(1088);
47 $info = &$this->getid3->info;
49 $FormatID = $this->fread(4);
57 …$this->error('MOD parsing not enabled in this version of getID3() ['.$this->getid3->version().']');
65 $info = &$this->getid3->info;
67 $FormatID = $this->fread(15);
83 $info = &$this->getid3->info;
85 $FormatID = $this->fread(4);
101 $info = &$this->getid3->info;
[all …]
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/PropertyStorage/
H A DPluginTest.php16 $this->plugin = new Plugin(
17 $this->backend
20 $this->server->addPlugin($this->plugin);
26 $this->assertArrayHasKey(
36 $this->assertEquals([
40 ], $this->backend->data);
49 $this->testSetProperty();
52 $this->assertEquals([
65 $this->assertEquals([],$this->backend->data);
79 $this->assertEquals([
[all …]
/plugin/authucenter/lib/uc_client/model/
H A Dpm.php27 $this->pmmodel($base);
31 $this->base = $base;
32 $this->db = $base->db;
47 $arr = $this->getpostlist($pms);
70 return $this->getpostlist($pm);
82 $this->base->load('user');
191 $this->base->load('user');
309 $this->base->load('user');
375 $this->base->load('user');
639 $today = $this->base->time - $this->base->time % 86400;
[all …]
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DTokenStream.php51 $this->filename = $this->source->getName();
61 …$this->tokens = array_merge(\array_slice($this->tokens, 0, $this->current), $tokens, \array_slice(…
71 if (!isset($this->tokens[++$this->current])) {
72 …ow new SyntaxError('Unexpected end of template.', $this->tokens[$this->current - 1]->getLine(), $t…
75 return $this->tokens[$this->current - 1];
85 if ($this->tokens[$this->current]->test($primary, $secondary)) {
97 $token = $this->tokens[$this->current];
122 if (!isset($this->tokens[$this->current + $number])) {
126 return $this->tokens[$this->current + $number];
136 return $this->tokens[$this->current]->test($primary, $secondary);
[all …]
/plugin/authgooglesheets/vendor/google/auth/src/Cache/
H A DSysVCacheItemPool.php89 $this->items = [];
91 $this->sysvKey = ftok(__FILE__, $this->options['proj']);
100 $this->loadItems();
110 $this->loadItems();
126 $this->loadItems();
127 return isset($this->items[$key]) && $this->items[$key]->isHit();
135 $this->items = [];
154 $this->loadItems();
207 $this->sysvKey,
215 $this->items
[all …]
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DAppendStream.php37 $this->rewind();
77 $this->pos = $this->current = 0;
96 $this->pos = $this->current = 0;
139 ($this->current >= count($this->streams) - 1 &&
140 $this->streams[$this->current]->eof());
145 $this->seek(0);
161 $this->pos = $this->current = 0;
174 while ($this->pos < $offset && !$this->eof()) {
175 $result = $this->read(min(8096, $offset - $this->pos));
197 if ($progressToNext || $this->streams[$this->current]->eof()) {
[all …]
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/
H A DCleanCssFilter.php56 $this->nodeBin = $nodeBin;
117 $this->timeout = $timeout;
225 $this->debug = $debug;
244 $pb = $this->createProcessBuilder($this->nodeBin
245 ? array($this->nodeBin, $this->cleanCssBin)
256 if ($this->debug) {
260 if ($this->rootPath) {
264 if ($this->skipImport) {
268 if ($this->timeout) {
304 if ($this->skipRebase) {
[all …]
/plugin/latexport/implementation/
H A Ddecorator_tables.php33 return $this->colspan;
37 return $this->rowspan;
43 return new CellSize($this->colspan, $this->rowspan - 1);
50 return "<c=$this->colspan,r=$this->rowspan>";
72 if ($this->inTable) {
83 if ($this->inTable) {
127 $this->column = 0;
176 $cell = $this->row[$this->column];
185 $this->row[$this->column]->setSize($colspan, $rowspan);
223 $this->row = $row;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Container/
H A DClusterUpdate.php122 return $this->desiredAddonsConfig;
220 return $this->desiredDnsConfig;
234 return $this->desiredGcfsConfig;
262 return $this->desiredImageType;
304 return $this->desiredLocations;
318 return $this->desiredLoggingConfig;
332 return $this->desiredLoggingService;
360 return $this->desiredMasterVersion;
444 return $this->desiredNodePoolId;
458 return $this->desiredNodeVersion;
[all …]
/plugin/autotranslation/
H A Dhelper.php31 $this->translations = array_unique(array_filter(explode(' ', $this->translations)));
38 $this->opts = $this->getConf('display');
39 $this->opts = explode(',', $this->opts);
40 $this->opts = array_map('trim', $this->opts);
41 $this->opts = array_fill_keys($this->opts, true);
56 $this->translationsNs = $this->setupTNS();
67 if ( !empty( $this->translationsNs) ) { return $this->translationsNs; }
258 $this->checkage();
268 if($this->getConf('about')) $out .= $this->showAbout();
315 if(!isset($this->opts['title']) && $this->getConf('about')) {
[all …]
/plugin/extlist/
H A Dsyntax.php55 $this->mode = substr(get_class($this), 7);
58 $this->macro_pattern = '\n(?: {2,}|\t{1,})~~(?:dl|ol|ul):[\w -]*?~~';
66 $this->entry_pattern = '\n(?: {2,}|\t{1,})'.'(?:'
70 $this->match_pattern = '\n(?: {2,}|\t{1,})'.'(?:'
77 $this->extra_pattern = '\n(?: {2,}|\t{1,})(?![-*;:?+~])';
79 $this->exit_pattern = '\n';
84 $this->Lexer->addEntryPattern('[ \t]*'.$this->entry_pattern, $mode, $this
[all...]
/plugin/swiftmail/Swift/Message/
H A DHeaders.php82 foreach (array_keys($this->cached) as $k) $this->cached[$k] = null;
83 $this->LE = $le;
94 return $this->LE;
117 $this->lowerHeaders[$lname] =& $this->headers[$name];
152 if ($this->has($name))
164 if ($this->has($name))
169 if (isset($this->attributes[$lname])) unset($this->attributes[$lname]);
371 if (!$this->getCharset()) $this->setCharset("iso-8859-1");
377 if ($this->cached[$lname] !== null) return $this->cached[$lname];
472 $this->cached[$lname] = implode("," . $this->LE . " ", $encoded_value);
[all …]
/plugin/adfs/phpsaml/lib/Saml2/
H A DAuth.php162 return $this->_settings;
205 $this->_errors = array();
206 $this->_errorReason = null;
253 $this->_errors = array();
254 $this->_errorReason = null;
307 return $this->redirectTo($this->getSLOResponseUrl(), $parameters, $stay);
359 return $this->_attributes;
379 return $this->_nameid;
439 return $this->_errors;
527 return $this->redirectTo($this->getSSOurl(), $parameters, $stay);
[all …]
/plugin/exttab2/
H A Dsyntax.php34 $this->tagsmap = array(
43 $this->attrsmap = array(
260 $t = end($this->stack);
284 $r.= $this->_closetag($t);
285 array_pop($this->stack);
287 array_pop($this->stack);
293 while (!empty($this->stack)) {
294 $r.= $this->table_end();
311 $this->stack[] = EXTTAB2_TR;
318 $this->stack[] = EXTTAB2_TH;
[all …]
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Handler/
H A DFormErrorHandlerTest.php60 $this->handler = null;
61 $this->visitor = null;
62 $this->dispatcher = null;
63 $this->factory = null;
68 $form = $this->createForm();
69 $json = json_encode($this->handler->serializeFormToJson($this->visitor, $form, []));
79 $json = json_encode($this->handler->serializeFormToJson($this->visitor, $form, []));
90 $json = json_encode($this->handler->serializeFormToJson($this->visitor, $form, []));
119 $data = json_encode($this->handler->serializeFormToJson($this->visitor, $form, []));
134 $json = json_encode($this->handler->serializeFormToJson($this->visitor, $form, []));
[all …]
/plugin/davcard/vendor/composer/
H A DClassLoader.php61 if (!empty($this->prefixesPsr0)) {
70 return $this->prefixDirsPsr4;
75 return $this->fallbackDirsPsr0;
80 return $this->fallbackDirsPsr4;
85 return $this->classMap;
93 if ($this->classMap) {
94 $this->classMap = array_merge($this->classMap, $classMap);
96 $this->classMap = $classMap;
114 $this->fallbackDirsPsr0
162 $this->fallbackDirsPsr4
[all …]
/plugin/webdavclient/vendor/composer/
H A DClassLoader.php61 if (!empty($this->prefixesPsr0)) {
70 return $this->prefixDirsPsr4;
75 return $this->fallbackDirsPsr0;
80 return $this->fallbackDirsPsr4;
85 return $this->classMap;
93 if ($this->classMap) {
94 $this->classMap = array_merge($this->classMap, $classMap);
96 $this->classMap = $classMap;
114 $this->fallbackDirsPsr0
162 $this->fallbackDirsPsr4
[all …]
/plugin/authgooglesheets/vendor/guzzlehttp/promises/src/
H A DPromise.php27 $this->waitFn = $waitFn;
62 $this->waitIfPending();
78 return $this->state;
87 $this->waitFn = $this->waitList = null;
89 if ($this->cancelFn) {
122 if ($state === $this->state && $value === $this->result) {
130 if ($value === $this) {
135 $this->state = $state;
136 $this->result = $value;
138 $this->handlers = null;
[all …]
/plugin/davcal/vendor/composer/
H A DClassLoader.php61 if (!empty($this->prefixesPsr0)) {
70 return $this->prefixDirsPsr4;
75 return $this->fallbackDirsPsr0;
80 return $this->fallbackDirsPsr4;
85 return $this->classMap;
93 if ($this->classMap) {
94 $this->classMap = array_merge($this->classMap, $classMap);
96 $this->classMap = $classMap;
114 $this->fallbackDirsPsr0
162 $this->fallbackDirsPsr4
[all …]

1...<<21222324252627282930>>...1023