Home
last modified time | relevance | path

Searched refs:this (Results 501 – 525 of 23122) sorted by relevance

1...<<21222324252627282930>>...925

/plugin/html2pdf/html2pdf/html2ps/
H A Dcss.state.class.php11 $this->_state = array($this->_getDefaultState());
12 $this->_stateDefaultFlags = array($this->_getDefaultStateFlags());
18 $this->_baseFontSize = array($this->_state[0][CSS_FONT]->size->toPt(0));
66 array_unshift($this->_state, $this->getState());
67 array_unshift($this->_stateDefaultFlags, $this->_getDefaultStateFlags());
71 $this->pushState();
72 $this->_state[0] = $this->_getDefaultState();
77 $handler->inherit($this->_state[1], $this->_state[0]);
84 $this->pushState();
85 $this->_state[0] = $this->_getDefaultState();
[all …]
/plugin/findologicxmlexport/vendor/sebastian/diff/tests/
H A DParserTest.php31 $this->parser = new Parser;
38 $diffs = $this->parser->parse($content);
42 $this->assertCount(1, $diffs);
48 $this->assertCount(1, $chunks);
59 $diffs = $this->parser->parse($content);
61 $this->assertCount(1, $diffs);
64 $this->assertCount(3, $chunks);
89 $this->assertCount(1, $diffs);
95 $this->assertCount(1, $chunks);
106 $this->assertCount(2, $lines);
[all …]
/plugin/commonmark/vendor/league/commonmark/src/
H A DContext.php
/plugin/fblogin/lib/
H A Dbase_facebook.php248 return $this;
269 return $this;
280 return $this;
310 return $this;
343 return $this;
407 $this->setAccessToken($this->getApplicationAccessToken());
492 $this->signedRequest = $this->parseSignedRequest(
495 $this->signedRequest = $this->parseSignedRequest(
514 return $this->user = $this->getUserFromAvailableData();
731 return $this->appId.'|'.$this->appSecret;
[all …]
/plugin/struct/meta/
H A DAggregationList.php19 $this->resultColumnCount = count($this->columns);
25 if ($this->searchConfig->getResult()) {
26 $nestedResult = new NestedResult($this->searchConfig->getRows());
27 $root = $nestedResult->getRoot($this->data['nesting'], $this->data['index']);
28 $this->renderNode($root);
30 $this->renderer->cdata($this->helper->getLang('none'));
43 $children = $node->getChildren(!$self instanceof Value && $this
[all...]
H A DSchemaBuilder.php16 * Note: even though data tables use a data_ prefix in the database, this prefix is internal only and should
37 * @var Schema the previously valid schema for this table
50 /** @var int the time for which this schema should be created - default to time() can be overriden for tests */
64 $this->table = $table;
65 $this->data = $data;
66 $this->oldschema = new Schema($table, 0);
68 $this->helper = plugin_load('helper', 'struct_db');
69 $this->sqlite = $this->helper->getDB();
70 $this
[all...]
/plugin/prosemirror/schema/
H A DNode.php14 /** @var string The type of node that this is */
20 /** @var string For text nodes, this contains the node's text content. */
23 /** @var Mark[] The marks (things like whether it is emphasized or part of a link) associated with this node */
36 $this->type = $type;
38 $this->setText('');
47 if ($this->type == 'text') {
50 $this->content[] = $child;
58 $this->marks[] = $mark;
66 return $this->type;
74 return $this
[all...]
/plugin/html2pdf/html2pdf/html2ps/classes/org/active-link/net/
H A DHTTPClient.php62 $this->Socket($host, $port);
68 $this->requestMethod = $this->defaultRequestMethod;
69 $this->requestURI = $this->defaultRequestURI;
70 $this->requestVersion = $this->defaultRequestVersion;
71 $this->requestUserAgent = $this->defaultRequestUserAgent;
72 $this->requestBody = $this->defaultRequestBody;
92 $headers = $this->requestMethod . " " . $this->requestURI . " " . $this->requestVersion . "\r\n";
113 $this->requestBody = $body;
133 $this->requestURI = $uri;
165 $success = $this->connect();
[all …]
/plugin/latexport/_test/
H A Ddecorator_headings.test.php24 $this->decoratorHeadings = new DecoratorHeadings($this->decoratorMock);
33 $this->assertEquals($this->decoratorMock->nextCommand(), new CommandHeader("text1", 1, 10));
34 $this->assertEquals($this->decoratorMock->nextCommand(), new CommandHeader("text2", 1, 20));
35 $this->assertEquals($this->decoratorMock->nextCommand(), new CommandHeader("text3", 3, 30));
36 $this->assertEquals($this->decoratorMock->nextCommand(), new CommandHeader("text4", 3, 40));
38 $this->assertTrue($this->decoratorMock->noCommands(), "Should not have more commands");
47 $this->assertEquals($this->decoratorMock->nextCommand(), new CommandHeader("text1", 3, 10));
48 $this->assertEquals($this->decoratorMock->nextCommand(), new CommandHeader("text2", 3, 20));
49 $this->assertEquals($this->decoratorMock->nextCommand(), new CommandHeader("text3", 1, 30));
50 $this->assertEquals($this->decoratorMock->nextCommand(), new CommandHeader("text4", 2, 40));
[all …]
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/
H A DReaderTest.php14 $this->assertEquals('VCALENDAR', $result->name);
15 $this->assertEquals(0, count($result->children()));
30 $this->assertEquals('VCALENDAR', $result->name);
42 $this->assertEquals('VCALENDAR', $result->name);
54 $this->assertEquals('VCALENDAR', $result->name);
88 $this->assertEquals('SUMMARY', $result->name);
100 $this->assertEquals('SUMMARY', $result->name);
112 $this->assertEquals('DTSTART', $result->name);
124 $this->assertEquals('DTSTART', $result->name);
347 $this->assertEquals(true, $caught);
[all …]
/plugin/quickstats/
H A Dsyntax.php39 $this->long_names = $this->getConf('long_names');
40 if(!isset($this->long_names) || $this->long_names <= 0) $this->long_names = false;
41 $this->show_date=$this->getConf('show_date');
46 $this->cc_arrays = $this->helper->get_cc_arrays();
321 if(!$this->pages) $this->pages = array();
325 if(!$this->ips) $this->ips = array();
333 if(!$this->ua_data) $this->ua_data = array();
336 if(!$this->ips) $this->ips = array();
412 $this->sort($this->ips);
426 $this->sort($this->pages['page']);
[all …]
/plugin/elwikiupgrade/
H A Dadmin.php142 $this->_rdel($this->tgzdir);
233 $this->_warn($this->getLang('vs_ssl'));
246 $this->_warn($this->getLang('vs_tgzno'));
259 $this->_warn($this->getLang('vs_localno'));
263 $this->_warn($this->getLang('vs_newer'));
266 $this->_warn($this->getLang('vs_same'));
309 self::_say($this->getLang('dl_from'), $this->tgzurl);
320 $this->_warn($this->getLang('dl_fail'));
325 $this->_warn($this->getLang('dl_fail'));
352 $this->_warn($this->getLang('pk_fail'));
[all …]
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DParser.php55 $this->env = $env;
65 return $this->env;
98 $this->handlers = $this->env->getTokenParsers();
99 $this->handlers->setParser($this);
104 $this->visitors = $this->env->getNodeVisitors();
108 $this->expressionParser = new ExpressionParser($this, $this->env);
113 $this->blocks = [];
114 $this->macros = [];
139 …Node(new BodyNode([$body]), $this->parent, new Node($this->blocks), new Node($this->macros), new N…
141 $traverser = new NodeTraverser($this->env, $this->visitors);
[all …]
/plugin/blogtng/helper/
H A Dentry.php39 $this->entry = $this->prototype();
52 $this->entry = $this->prototype();
145 if(!$this->entry['page'] or !page_exists($this->entry['page']) OR !$this->entry['blog']){
165 $this->commenthelper->delete_all($this->entry['pid']);
171 $this->taghelper->setPid($this->entry['pid']);
178 $this->entry = $this->prototype();
580 $this->commenthelper->setPid($this->entry['pid']);
670 … $this->commenthelper->tpl_form($this->entry['page'], $this->entry['pid'], $this->entry['blog']);
684 $this->taghelper->load($this->entry['pid']);
696 $this->taghelper->load($this->entry['pid']);
[all …]
/plugin/authsaml/
H A Dsaml.php68 $this->ssp = new SimpleSAML_Auth_Simple($this->simplesaml_authsource);
122 $this->attributes = $this->ssp->getAttributes();
125 if (!array_key_exists($this->simplesaml_name , $this->attributes)) {
128 $name = $this->attributes[$this->simplesaml_name][0];
131 if (!array_key_exists($this->simplesaml_mail , $this->attributes)) {
134 $mail = $this->attributes[$this->simplesaml_mail][0];
138 empty($this->attributes[$this->simplesaml_grps])) {
141 $grps = $this->attributes[$this->simplesaml_grps];
160 if($this->users === null) $this->_loadUserData();
161 return isset($this->users[$user]) ? $this->users[$user] : false;
[all …]
/plugin/translation/
H A Dhelper.php29 $this->loadTranslationNamespaces();
32 $this->LN = confToHash(__DIR__ . '/lang/langnames.txt');
35 $this->opts = $this->getConf('display');
36 $this->opts = explode(',', $this->opts);
37 $this->opts = array_map('trim', $this->opts);
38 $this->opts = array_fill_keys($this
[all...]
/plugin/bibtex/OSBib/create/
H A DADMINSTYLE.php30 $this->vars = $vars;
47 $this->styles = $this->style->loadDir(OSBIB_STYLE_DIR);
90 $this->writeFile();
92 $this->styles = $this->style->loadDir(OSBIB_STYLE_DIR);
132 $this->session->setVar('editStyleFile', $this->vars['editStyleFile']);
162 $this->session->setVar($sessionKey, base64_encode($this->$type));
171 $this->badInput($this->errors->text("file", "read"));
1033 $this->badInput($this->errors->text("inputError", "invalid"), $this->errorDisplay);
1153 $this->badInput($error = $this->errors->text("file", "folder"), $this->errorDisplay);
1157 $this->badInput($this->errors->text("file", "write", ": $fileName"), $this->errorDisplay);
[all …]
/plugin/authopenldapkerberos/
H A Dauth.php48 "ou={$this->getConf('user_ou')},{$this->getConf('base_dn')}",
50 Array($this->getConf('username'), $this->getConf('usergid'), $this->getConf('usermail'))
66 "ou={$this->getConf('group_ou')},{$this->getConf('base_dn')}",
68 … Array($this->getConf('groupkey'), $this->getConf('groupgid'), $this->getConf('groupuids'))
93 $c = ldap_connect($this->getConf('server'), $this->getConf('port'));
104 "ou={$this->getConf('user_ou')},{$this->getConf('base_dn')}",
122 "ou={$this->getConf('user_ou')},{$this->getConf('base_dn')}",
124 …Array($this->getConf('userkey'), $this->getConf('username'), $this->getConf('usergid'), $this->get…
140 "ou={$this->getConf('group_ou')},{$this->getConf('base_dn')}",
142 … Array($this->getConf('groupkey'), $this->getConf('groupgid'), $this->getConf('groupuids'))
[all …]
/plugin/authfacebook/lib/
H A DFacebookRequest.php122 return $this;
143 return $this;
163 return $this->accessToken ? new AccessToken($this->accessToken) : null;
173 $this->app = $app;
183 return $this->app;
270 return $this;
293 if ($this->eTag) {
307 $this->headers = array_merge($this->headers, $headers);
343 return $this;
355 $this->params = array_merge($this->params, $params);
[all …]
/plugin/strata/_test/
H A Dtypes.test.php12 $this->_types = new helper_plugin_strata_util();
16 $type = $this->_types->loadType('text');
19 $this->assertEquals($s, 'bob');
22 $this->assertEquals($s, 'Bob');
25 $this->assertEquals($s, 'Bob');
28 $this->assertEquals($s, 'Bob');
31 $this->assertEquals($s, ' Bob ');
34 $this->assertEquals($s, 'Bob & Alice');
37 $this->assertEquals($s, 'Één ís één.');
41 $type = $this
[all...]
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/
H A DVlv.php9 * file that was distributed with this source code.
89 $this->client = $client;
90 $this->search = $search;
91 $this->sort = $sort instanceof SortingControl ? $sort : Controls::sort($sort);
92 $this->before = $before;
93 $this->after = $after;
101 * @return $this
105 $this->asPercentage = $asPercentage;
107 return $this;
114 * @return $this
[all...]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dfareporting/
H A DCampaign.php128 return $this->accountId;
212 return $this->archived;
268 return $this->comment;
352 return $this->endDate;
387 $this->id = $id;
394 return $this->id;
415 $this->kind = $kind;
422 return $this->kind;
457 $this->name = $name;
464 return $this->name;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Storage/
H A DBucket.php119 $this->acl = $acl;
126 return $this->acl;
161 $this->cors = $cors;
168 return $this->cors;
224 return $this->etag;
245 $this->id = $id;
252 return $this->id;
266 return $this->kind;
364 return $this->name;
413 $this->rpo = $rpo;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudBuild/
H A DBuild.php219 $this->id = $id;
226 return $this->id;
240 return $this->images;
254 return $this->logUrl;
275 $this->name = $name;
282 return $this->name;
380 return $this->source;
422 return $this->status;
450 return $this->steps;
471 $this->tags = $tags;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ContainerAnalysis/
H A DContaineranalysisGoogleDevtoolsCloudbuildV1Build.php219 $this->id = $id;
226 return $this->id;
240 return $this->images;
254 return $this->logUrl;
275 $this->name = $name;
282 return $this->name;
380 return $this->source;
422 return $this->status;
450 return $this->steps;
471 $this->tags = $tags;
[all …]

1...<<21222324252627282930>>...925