Home
last modified time | relevance | path

Searched refs:this (Results 3726 – 3750 of 27090) sorted by relevance

1...<<141142143144145146147148149150>>...1084

/plugin/fksnewsfeed/admin/
H A Dpush.php17 $this->helper = $this->loadHelper('newsfeed');
29 return $this->getLang('push_menu');
60 echo '<h1>' . $this->getLang('push_menu') . '</h1>';
63 $streams = $this->helper->serviceStream->getAll();
64 echo $this->getChangeStreamForm($streams)->toHTML();
69 $newsInStream = $this->newsToId($stream->getNews());
70 $allNews = $this->helper->serviceNews->getAll();
71 foreach ($this->newsToId($allNews) as $id) {
73 $news = $this->helper->serviceNews->getById($id);
75 echo $this->newsAddForm($stream->name, $id);
[all …]
/plugin/openid/Auth/Yadis/
H A DParseHTML.php47 $this->_attr_find = sprintf("/%s/%s",
48 $this->_attr_find,
49 $this->_re_flags);
51 $this->_removed_re = sprintf("/%s/%s",
52 $this->_removed_re,
53 $this->_re_flags);
55 $this->_entity_replacements = [
62 $this->_ent_replace =
135 $html_string = preg_replace($this->_removed_re,
140 $this->tagPattern('html', false, false),
[all …]
/plugin/sqlite/_test/
H A DSQLiteDBTest.php23 $this->pluginsEnabled[] = 'sqlite';
36 $this->assertInstanceOf(\PDO::class, $db->getPdo());
45 $this->assertInstanceOf(\PDOStatement::class, $stmt);
47 $this->assertCount(5, $result);
58 $this->assertEquals(['first' => 'one', 'second' => 'two', 'third' => 'three'], $result);
61 $this->assertEquals(['first' => 'one', 'second' => 'two', 'third' => 'three'], $result);
66 $this->assertEquals(['first' => 'one', 'second' => 'two', 'third' => 'three'], $result);
75 $this->assertEquals(11, $insid);
79 $this->assertEquals(5, $affected);
89 $this
[all...]
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DCorePlugin.php34 $this->server = $server;
35 $server->on('method:GET', [$this, 'httpGet']);
120 $range = $this->server->getHTTPRange();
287 $this->server->tree->delete($path);
288 $this->server->emit('afterUnbind', [$path]);
332 $depth = $this->server->getHTTPDepth(1);
352 $prefer = $this->server->getHTTPPrefer();
387 $prefer = $this->server->getHTTPPrefer();
649 $this->server->emit('afterUnbind', [$path]);
712 $result = $this->server->xml->parse(
[all …]
/plugin/findologicxmlexport/vendor/jms/serializer/src/
H A DSerializer.php77 $this->factory = $factory;
78 $this->graphNavigators = $graphNavigators;
82 $this->typeParser = $typeParser ?? new Parser();
117 if (!isset($this->graphNavigators[$direction])) {
132 ? $this->serializationVisitors
133 : $this->deserializationVisitors;
160 $type = $this->findInitialType($type, $context);
195 $type = $this->findInitialType($type, $context);
197 $result = $this->convertArrayObjects($result);
236 $this->factory
[all …]
/plugin/guestbook/
H A Dbasic.class.php19 $this->parent = $parent;
30 $this->parent = $parent;
36 $this->direct_post = $this->parent->getConf('direct_post');
37 $this->notify = $this->parent->getConf('notify');
47 @mysql_close($this->db);
48 $this->db = null;
74 $this->connect_db($parent);
99 $this->close_db();
117 $this->admin = $admin;
142 if ($this->admin) {
[all …]
/plugin/airtable/
H A Dsyntax.php21 return $this->getMessage();
90 $this->Lexer->addExitPattern('}}', 'plugin_airtable');
138 define('BASE_ID', $this->getConf('Base_ID'));
139 define('API_KEY', $this->getConf('API_Key'));
362 return $this->renderImage($data, $media, $media_styles);
365 return $this->renderVideo($media, $media_styles);
393 $table_query = $this->decodeRecordURL($this->getParameters($user_string));
407 $record_query = $this->decodeRecordURL($this->getParameters($user_string));
423 $image_query = $this->decodeRecordURL($this->getParameters($user_string));
438 $text_query = $this->decodeRecordURL($this->getParameters($user_string));
[all …]
/plugin/evesso/
H A Daction.php51 $this->restoreSessionEnvironment();
54 $this->updateGroups();
55 $this->startOAuthLogin();
64 if ($this->startsWith($acl[1], "@eve%2d")) {
223 $this->insertTextInput($form, $pos, $faction, $this->getLang('faction'));
226 $this->insertTextInput($form, $pos, $alliance, $this->getLang('alliance'));
229 $this->insertTextInput($form, $pos, $corp, $this->getLang('corporation'));
321 $html = $this->service_html($service);
323 $html .= $this->service_html($service);
345 if ($this->getConf('login-button') == 'Button') {
[all …]
/plugin/tools/
H A Daction.php50 …$controller->register_hook('TPL_ACT_RENDER','AFTER',$this,'tools',array("show" => $this->TOOLS_SHO…
51 …$controller->register_hook('TPL_ACT_RENDER','BEFORE',$this,'tools',array("show" => $this->TOOLS_SH…
64 $show = $this->getConf('show_tools');
71 $bm = (int)$this->$bm;
77 && !($show & $this->TOOLS_SHOW_TOP & $param['show']))
95 $be = explode(",",$this->getConf('tools'));
123 if (($this->getConf('show_link') == 0) || ($this->getConf('show_link') == 2)) {
126 …ge = "<img src='$iu$i' width='$w' height='$h' alt='".$this->getLang('tools_'.$k)."' title='".$this
129 if (($this->getConf('show_link') == 1) || ($this->getConf('show_link') == 2)) {
130 $label = $this->getLang('tools_'.$k);
[all …]
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/
H A DParameterTest.php12 $this->assertEquals('NAME', $param->name);
13 $this->assertEquals('value', $param->getValue());
22 $this->assertEquals('VALUE', $param->name);
23 $this->assertEquals('URL', $param->getValue());
24 $this->assertTrue($param->noName);
34 $this->assertEquals([1], $param->getParts());
37 $this->assertEquals([1, 2], $param->getParts());
53 $this->assertEquals('value', (string)$param);
61 $this->assertEquals('', $param->__toString());
62 $this->assertEquals('', (string)$param);
[all …]
/plugin/davcard/vendor/sabre/vobject/tests/VObject/
H A DParameterTest.php12 $this->assertEquals('NAME',$param->name);
13 $this->assertEquals('value',$param->getValue());
22 $this->assertEquals('VALUE',$param->name);
23 $this->assertEquals('URL',$param->getValue());
24 $this->assertTrue($param->noName);
34 $this->assertEquals(array(1), $param->getParts());
52 $this->assertEquals('value',$param->__toString());
53 $this->assertEquals('value',(string)$param);
61 $this->assertEquals('',$param->__toString());
62 $this->assertEquals('',(string)$param);
[all …]
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/
H A DParameterTest.php12 $this->assertEquals('NAME',$param->name);
13 $this->assertEquals('value',$param->getValue());
22 $this->assertEquals('VALUE',$param->name);
23 $this->assertEquals('URL',$param->getValue());
24 $this->assertTrue($param->noName);
34 $this->assertEquals(array(1), $param->getParts());
52 $this->assertEquals('value',$param->__toString());
53 $this->assertEquals('value',(string)$param);
61 $this->assertEquals('',$param->__toString());
62 $this->assertEquals('',(string)$param);
[all …]
/plugin/davcal/vendor/sabre/vobject/tests/VObject/
H A DParameterTest.php12 $this->assertEquals('NAME',$param->name);
13 $this->assertEquals('value',$param->getValue());
22 $this->assertEquals('VALUE',$param->name);
23 $this->assertEquals('URL',$param->getValue());
24 $this->assertTrue($param->noName);
34 $this->assertEquals(array(1), $param->getParts());
52 $this->assertEquals('value',$param->__toString());
53 $this->assertEquals('value',(string)$param);
61 $this->assertEquals('',$param->__toString());
62 $this->assertEquals('',(string)$param);
[all …]
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/
H A DGetIfConditionsTest.php16 $conditions = $this->server->getIfConditions($request);
17 $this->assertEquals(array(),$conditions);
42 $this->assertEquals($compare,$conditions);
71 $this->assertEquals($compare,$conditions);
99 $this->assertEquals($compare,$conditions);
133 $this->assertEquals($compare,$conditions);
171 $this->assertEquals($compare,$conditions);
214 $this->assertEquals($compare,$conditions);
242 $this->assertEquals($compare,$conditions);
274 $this->assertEquals($compare,$conditions);
[all …]
/plugin/structautolink/
H A Drenderer.php39 $this->setGlossary($this->loadGlossary());
48 if ($this->getConf('match') && !preg_match('/' . $this->getConf('match') . '/i', ":$ID")) {
64 $this->internallink($this->getConf('ns') . ':' . $token['id'], $token['term']);
83 $schema = $this->getConf('schema');
84 $field = $this->getConf('field');
113 $this->glossary = $glossary;
114 $this->buildPatterns();
123 if (!$this->glossary) {
124 $this->regex = null;
130 foreach ($this->glossary as $terms) {
[all …]
/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfReader/DataStructure/
H A DRectangle.php78 $this->llx = \min($ax, $bx);
79 $this->lly = \min($ay, $by);
80 $this->urx = \max($ax, $bx);
81 $this->ury = \max($ay, $by);
91 return $this->urx - $this->llx;
101 return $this->ury - $this->lly;
111 return $this->llx;
121 return $this
[all...]
/plugin/swiftmail/Swift/Connection/
H A DNativeMail.php53 $this->plugin = new Swift_Plugin_MailSend($this->getAdditionalMailParams());
62 $this->pluginParams = $params;
63 if ($this->plugin !== null)
65 $this->plugin->setAdditionalParams($params);
74 return $this->pluginParams;
83 return $this->response;
91 $this->response = $int . " Stubbed";
105 $this->setResponse(354);
108 $this->setResponse(250);
118 $this->response = "220 Stubbed";
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/OSConfig/
H A DInventoryItem.php59 return $this->availablePackage;
66 $this->createTime = $createTime;
73 return $this->createTime;
80 $this->id = $id;
87 return $this->id;
101 return $this->installedPackage;
108 $this->originType = $originType;
115 return $this->originType;
122 $this->type = $type;
129 return $this->type;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceManagement/
H A DRollout.php52 $this->createTime = $createTime;
59 return $this->createTime;
66 $this->createdBy = $createdBy;
73 return $this->createdBy;
87 return $this->deleteServiceStrategy;
94 $this->rolloutId = $rolloutId;
101 return $this->rolloutId;
108 $this->serviceName = $serviceName;
115 return $this->serviceName;
122 $this->status = $status;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/PolicyTroubleshooter/
H A DGoogleCloudPolicytroubleshooterV1BindingExplanation.php52 $this->access = $access;
59 return $this->access;
66 $this->condition = $condition;
73 return $this->condition;
80 $this->memberships = $memberships;
87 return $this->memberships;
94 $this->relevance = $relevance;
101 return $this->relevance;
108 $this->role = $role;
115 return $this->role;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Script/
H A DProject.php59 return $this->createTime;
66 $this->creator = $creator;
73 return $this->creator;
87 return $this->lastModifyUser;
94 $this->parentId = $parentId;
101 return $this->parentId;
108 $this->scriptId = $scriptId;
115 return $this->scriptId;
122 $this->title = $title;
129 return $this->title;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DNodeTemplateAggregatedList.php53 $this->id = $id;
60 return $this->id;
67 $this->items = $items;
74 return $this->items;
81 $this->kind = $kind;
88 return $this->kind;
102 return $this->nextPageToken;
116 return $this->selfLink;
130 return $this->unreachables;
137 $this->warning = $warning;
[all …]
H A DOperationAggregatedList.php53 $this->id = $id;
60 return $this->id;
67 $this->items = $items;
74 return $this->items;
81 $this->kind = $kind;
88 return $this->kind;
102 return $this->nextPageToken;
116 return $this->selfLink;
130 return $this->unreachables;
137 $this->warning = $warning;
[all …]
H A DVpnGatewayAggregatedList.php53 $this->id = $id;
60 return $this->id;
67 $this->items = $items;
74 return $this->items;
81 $this->kind = $kind;
88 return $this->kind;
102 return $this->nextPageToken;
116 return $this->selfLink;
130 return $this->unreachables;
137 $this->warning = $warning;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTube/
H A DSubscriptionSnippet.php52 $this->channelId = $channelId;
59 return $this->channelId;
73 return $this->channelTitle;
87 return $this->description;
101 return $this->publishedAt;
108 $this->resourceId = $resourceId;
115 return $this->resourceId;
122 $this->thumbnails = $thumbnails;
129 return $this->thumbnails;
136 $this->title = $title;
[all …]

1...<<141142143144145146147148149150>>...1084