Home
last modified time | relevance | path

Searched refs:this (Results 601 – 625 of 24786) sorted by relevance

1...<<21222324252627282930>>...992

/plugin/authshibboleth/plugin/authshibboleth/
H A Dauth.php235 if($this->users === null) $this->_loadUserData();
236 return isset($this->users[$user]) ? $this->users[$user] : false;
248 if($this->users === null) $this->_loadUserData();
269 if($this->users === null) $this->_loadUserData();
305 $userId = $this->getShibVar($this->getConf(self::CONF_VAR_REMOTE_USER));
309 $this->setUserDisplayName($this->retrieveUserDisplayName());
310 $this->setUserMail($this->retrieveUserMail());
311 $this->setUserGroups($this->retrieveUserGroups());
488 return $this->getShibVar($this->getConf(self::CONF_VAR_REMOTE_USER));
499 $mails = $this->getShibVar($this->getConf(self::CONF_VAR_MAIL), true);
[all …]
/plugin/authucenter/lib/uc_client/lib/
H A Dxml.class.php43 $this->XML($isnormal);
50 xml_set_object($this->parser, $this);
62 return xml_parse($this->parser, $data, true) && !$this->failed ? $this->document : '';
66 $this->data = '';
70 $this->document = &$this->document[$attributes['id']];
75 if(!isset($this->document[$tag]) || !is_string($this->document[$tag])) {
76 $this->document = &$this->document[$tag];
81 $this->stack[] = &$this->document;
94 $this->document = $this->data;
98 if($this->stack) {
[all …]
/plugin/refnotes/
H A Dcore.php45 $this->context = array(new refnotes_parsing_context());
46 $this->lexer = NULL;
47 $this->handler = NULL;
54 $this->lexer = $lexer;
61 $this->context[] = new refnotes_parsing_context();
68 $this->handler = $handler;
70 unset($this->context[count($this->context) - 1]);
77 $this->callWriter = new refnotes_nested_call_writer($this
[all...]
H A Dnamespace.php19 $this->index = array();
31 return count($this->index);
38 return array_keys($this->index);
45 return array_key_exists($index, $this->index) ? $this->index[$index] : array();
52 ksort($this->index);
66 $this->namespace = $namespace;
67 $this->data = $data;
74 return $this->namespace->getName();
81 return $this
[all...]
/plugin/webdav/vendor/sabre/vobject/lib/
H A DProperty.php72 $this->name = $name;
73 $this->group = $group;
75 $this->root = $root;
78 $this->add($k, $v);
95 $this->value = $value;
224 $str = $this->name;
225 if ($this->group) {
226 $str = $this->group.'.'.$this->name;
295 if ($this->group) {
486 $this->parameters[$key]->parent = $this;
[all …]
/plugin/translator/
H A Dadmin.php23 $this->disabled = $this->lang['noauth'];
25 $this->disabled = $this->lang['nosupport'];
29 $this->_auth = & $auth;
34 $this->functions = null;
96 if(is_null($this->_auth)) {
109 $this->_userRightsForm();
112 $this->_categoryManager();
115 $this->_importManager();
118 $this->functions->_exportManager($this);
143 $this->functions->_revertManager($this, $this->revertableUpload);
[all …]
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
H A DDocParser.php297 if ($this->imports) {
315 if ($this->namespaces) {
319 $this->imports = $imports;
331 $this->target = $target;
349 $this->context = $context;
352 $this->lexer->moveNext();
394 $this->syntaxError($this->lexer->getLiteral($token));
648 …if (null !== $this->lexer->token && $this->lexer->lookahead['position'] === $this->lexer->token['p…
721 && $this->classExists($this->imports['__NAMESPACE__'] . '\\' . $name)
764 $target = $this->isNestedAnnotation ? Target::TARGET_ANNOTATION : $this->target;
[all …]
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/
H A DPublicKey.php47 return $x->modPow($this->exponent, $this->modulus);
93 $em = $this->i2osp($m2, $this->k);
161 $em = $this->i2osp($m2, $this->k);
239 $sLen = $this->sLen !== null ? $this->sLen : $this->hLen;
293 $em = $this->i2osp($m2, $this->k);
360 $c = $this->i2osp($c, $this->k);
387 if ($mLen > $this->k - 2 * $this->hLen - 2) {
393 $lHash = $this->hash->hash($this->label);
397 $dbMask = $this->mgf1($seed, $this->k - $this->hLen - 1);
407 $c = $this->i2osp($c, $this->k);
[all …]
/plugin/htmlokay/
H A Daction.php33 $this->_init();
39 $this->get_info();
45 if(!in_array('all', $this->files) && !in_array($page, $this->files)) {
89 $this->saved_inf = $this->helper->get_saved_inf();
95 $this->files = $this->saved_inf['filespecs'];
136 $this->helper = $this->loadhelper('htmlOKay',1);
155 $this->debug();
181 $this->JS_ErrString .= $this->get_JSErrString("<b>---End User Info---</b>");
182 …$this->JS_ErrString .= $this->get_JSErrString("hmtlOK_access_level: " . $this->helper->get_access…
193 $this->JS_ErrString .= $this->get_JSErrString("<b>User Info:</b>");
[all …]
/plugin/gtime/gtlib/util/
H A DGTBaseX.php59 $this->bits = 1;
69 $this->block = 8 / GTUtil::gcd(8, $this->bits);
81 for ($i = 0; $i < ($this->max - $this->min) + 1; $i++) {
94 for ($i = 0; $i < ($this->max - $this->min) + 1; $i++) {
103 if ($pad >= $this->min && $pad <= $this->max && $this->values[$pad - $this->min] != -1) {
161 if ($c >= $this->min && $c <= $this->max && $this->values[$c - $this->min] != -1) {
242 if ($next < $this->min || $next > $this->max) {
246 $next = $this->values[$next - $this->min];
281 if ($this->min == -1 || $this->min > $c) {
285 if ($this->max == -1 || $this->max < $c) {
[all …]
/plugin/davcard/vendor/sabre/vobject/tests/VObject/Recur/
H A DRRuleIteratorTest.php12 $this->parse(
35 $this->parse(
53 $this->parse(
76 $this->parse(
99 $this->parse(
122 $this->parse(
138 $this->parse(
156 $this->parse(
177 $this->parse(
192 $this->parse(
[all …]
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Recur/
H A DRRuleIteratorTest.php12 $this->parse(
35 $this->parse(
53 $this->parse(
76 $this->parse(
99 $this->parse(
122 $this->parse(
138 $this->parse(
156 $this->parse(
177 $this->parse(
192 $this->parse(
[all …]
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Recur/
H A DRRuleIteratorTest.php12 $this->parse(
35 $this->parse(
53 $this->parse(
76 $this->parse(
99 $this->parse(
122 $this->parse(
138 $this->parse(
156 $this->parse(
177 $this->parse(
192 $this->parse(
[all …]
/plugin/swiftmail/Swift/
H A DFile.php51 $this->setPath($path);
65 $this->handle = null;
66 $this->path = $path;
67 $this->name = null;
68 $this->name = $this->getFileName();
76 return $this->path;
86 return $this->name;
101 if (!$this->handle = fopen($this->path, "rb"))
138 if (!$this->EOF())
171 if (!$this->EOF())
[all …]
/plugin/zip/pear/File/Archive/Reader/
H A DGzip.php57 $this->nbRead = 0;
58 $this->filePos = 0;
59 $this->gzfile = null;
60 $this->tmpName = null;
74 $this->nbRead++;
75 $this->filePos = 0;
94 $this->gzfile = gzopen($this->tmpName, 'r');
155 if (@gzseek($this->gzfile, $this->filePos + $length) === -1) {
179 if (@gzseek($this->gzfile, $this->filePos - $length) === -1) {
226 $this->rewind();
[all …]
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/
H A DCalendar.php75 return $this->caldavBackend->updateCalendar($this->calendarInfo['id'], $propPatch);
109 $obj = $this->caldavBackend->getCalendarObject($this->calendarInfo['id'], $name);
115 return new CalendarObject($this->caldavBackend, $this->calendarInfo, $obj);
126 $objs = $this->caldavBackend->getCalendarObjects($this->calendarInfo['id']);
130 $children[] = new CalendarObject($this->caldavBackend, $this->calendarInfo, $obj);
147 $objs = $this->caldavBackend->getMultipleCalendarObjects($this->calendarInfo['id'], $paths);
151 $children[] = new CalendarObject($this->caldavBackend, $this->calendarInfo, $obj);
165 $obj = $this->caldavBackend->getCalendarObject($this->calendarInfo['id'], $name);
201 …return $this->caldavBackend->createCalendarObject($this->calendarInfo['id'], $name, $calendarData);
212 $this->caldavBackend->deleteCalendar($this->calendarInfo['id']);
[all …]
/plugin/strata/driver/
H A Ddriver.php38 $this->_debug = $debug;
39 $this->util =& plugin_load('helper', 'strata_util');
64 * Preferably, this syntax should allow % as a wildcard (e.g. as done by LIKE).
80 $this->castToNumber($val),
81 $this->ci($val)
92 $this->_dsn = $dsn;
94 $this->_db = $this->initializePDO($dsn);
96 if ($this->_debug) {
97 msg(sprintf($this
[all...]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dfareporting/
H A DPlacementGroup.php122 return $this->accountId;
164 return $this->archived;
178 return $this->campaignId;
220 return $this->comment;
297 $this->id = $id;
304 return $this->id;
325 $this->kind = $kind;
332 return $this->kind;
353 $this->name = $name;
360 return $this->name;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Container/
H A DNodeConfig.php174 return $this->diskType;
195 $this->gvnic = $gvnic;
202 return $this->gvnic;
216 return $this->imageType;
244 return $this->labels;
300 return $this->metadata;
419 $this->spot = $spot;
426 return $this->spot;
433 $this->tags = $tags;
440 return $this->tags;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SQLAdmin/
H A DSettings.php190 return $this->collation;
218 return $this->dataDiskSizeGb;
232 return $this->dataDiskType;
246 return $this->databaseFlags;
288 return $this->insightsConfig;
309 $this->kind = $kind;
316 return $this->kind;
372 return $this->pricingPlan;
449 $this->tier = $tier;
456 return $this->tier;
[all …]
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/
H A DCalendar.php73 return $this->caldavBackend->updateCalendar($this->calendarInfo['id'], $propPatch);
107 $obj = $this->caldavBackend->getCalendarObject($this->calendarInfo['id'], $name);
113 return new CalendarObject($this->caldavBackend, $this->calendarInfo, $obj);
124 $objs = $this->caldavBackend->getCalendarObjects($this->calendarInfo['id']);
128 $children[] = new CalendarObject($this->caldavBackend, $this->calendarInfo, $obj);
145 $objs = $this->caldavBackend->getMultipleCalendarObjects($this->calendarInfo['id'], $paths);
149 $children[] = new CalendarObject($this->caldavBackend, $this->calendarInfo, $obj);
163 $obj = $this->caldavBackend->getCalendarObject($this->calendarInfo['id'], $name);
199 …return $this->caldavBackend->createCalendarObject($this->calendarInfo['id'], $name, $calendarData);
210 $this->caldavBackend->deleteCalendar($this->calendarInfo['id']);
[all …]
/plugin/scrape/HTMLPurifier/ConfigSchema/
H A DValidatorAtom.php
/plugin/dw2markdown/
H A Drenderer.php20 $this->doc = '';
40 $this->doc = preg_replace("/(\r?\n){3,}/", "\n\n", $this->doc);
112 $this->doc .= '**';
119 $this->doc .= '**';
126 $this->doc .= '*';
133 $this->doc .= '*';
140 $this->doc .= '__';
154 $this->doc .= "`";
161 $this->doc .= "`";
264 $this->doc .= str_repeat(' ', $level*2) . $this->listMode[count($this->listMode)-1];
[all …]
/plugin/combo/vendor/php-webdriver/webdriver/lib/Remote/
H A DRemoteWebElement.php46 $this->executor = $executor;
47 $this->id = $id;
48 $this->fileDetector = new UselessFileDetector();
49 $this->isW3cCompliant = $isW3cCompliant;
59 $this->executor->execute(
61 [':id' => $this->id]
64 return $this;
68 * Click this element.
75 $this->executor->execute(
77 [':id' => $this
[all...]
/plugin/database/
H A Ddatabase.php1049 if (!$this->populated) $this->get_all();
1690 $this->output ($this->form_start());
1711 $this->output ($this->form_end());
1748 $this->output ($this->form_start());
1774 $this->output($this->form_end());
1808 $this->output ($this->form_start());
1832 $this->output ($this->form_end());
1871 $this->output ($this->form_start());
1956 $this->output ($this->form_end());
1974 $this->output ($this->form_start());
[all …]

1...<<21222324252627282930>>...992