Home
last modified time | relevance | path

Searched refs:this (Results 3701 – 3725 of 27090) sorted by relevance

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/OSConfig/
H A DOSPolicyResourcePackageResource.php46 $this->apt = $apt;
53 return $this->apt;
60 $this->deb = $deb;
67 return $this->deb;
95 return $this->googet;
102 $this->msi = $msi;
109 return $this->msi;
116 $this->rpm = $rpm;
123 return $this->rpm;
130 $this->yum = $yum;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dfareporting/
H A DCompatibleFields.php53 return $this->crossDimensionReachReportCompatibleFields;
67 return $this->floodlightReportCompatibleFields;
74 $this->kind = $kind;
81 return $this->kind;
95 return $this->pathAttributionReportCompatibleFields;
102 $this->pathReportCompatibleFields = $pathReportCompatibleFields;
109 return $this->pathReportCompatibleFields;
123 return $this->pathToConversionReportCompatibleFields;
137 return $this->reachReportCompatibleFields;
144 $this->reportCompatibleFields = $reportCompatibleFields;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Sheets/
H A DOrgChartSpec.php46 $this->labels = $labels;
53 return $this->labels;
60 $this->nodeColor = $nodeColor;
67 return $this->nodeColor;
81 return $this->nodeColorStyle;
88 $this->nodeSize = $nodeSize;
95 return $this->nodeSize;
109 return $this->parentLabels;
123 return $this->selectedNodeColor;
144 $this->tooltips = $tooltips;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceControl/
H A DAttributeContext.php47 $this->api = $api;
54 return $this->api;
68 return $this->destination;
82 return $this->extensions;
89 $this->origin = $origin;
96 return $this->origin;
110 return $this->request;
124 return $this->resource;
138 return $this->response;
145 $this->source = $source;
[all …]
/plugin/tplinc/
H A Dadmin.php20 $this->helper = plugin_load('helper', 'tplinc');
40 msg($this->getLang('saved'), 1);
51 echo $this->locale_xhtml('intro');
63 echo '<th>' . $this->getLang('pattern') . '</th>';
64 echo '<th>' . $this->getLang('page') . '</th>';
65 echo '<th>' . $this->getLang('location') . '</th>';
66 echo '<th>' . $this->getLang('skipacl') . '</th>';
73 $assignments = $this->helper->loadAssignments();
76 $this->assignmentRow($assignment, $row);
98 echo $this->locale_xhtml('help');
[all …]
/plugin/rrdgraph/
H A Dhelper.php35 $this->pageId = $pageId;
65 $this->depends['files'] = array_merge($files, $this->depends['files']);
110 $this->maxAge = $maxAge;
121 return $this->cache;
130 $this->depends['age'] = $this->maxAge;
141 if ($this->useCache()) {
142 return $this->_time + $this->maxAge;
154 if (empty($this->_time))
157 return $this->_time;
206 return $this->fileName;
[all …]
/plugin/task/syntax/
H A Dtasks.php16 $this->helper = plugin_load('helper', 'task');
53 $filters = $this->_viewFilters();
57 if ($this->helper) $pages = $this->helper->getTasks($ns, NULL, $filter, $user);
74 if ($this->helper) $renderer->doc .= $this->helper->_newTaskForm($ns);
100 if ($this->helper) $renderer->doc .= $this->helper->_newTaskForm($ns);
137 if ($this->helper) $renderer->doc .= $this->helper->_newTaskForm($ns);
162 return $this->_viewMenuNew($filter);
164 return $this->_viewMenuOld($filter);
177 $options = $this->_viewFilters();
233 $options = $this->_viewFilters();
[all …]
/plugin/youtrack/
H A Dhelper.php127 if ($this->cookie) {
160 $url = $this->getBaseUrl();
163 $this->cookie = false;
169 $content = $this->request(
189 if ($this->cookie) {
190 unlink($this->cookie) or die("Can't unlink $this->cookie");
201 $this->login();
203 $this->logout();
214 $this->login();
215 $xml = $this->request(
[all …]
/plugin/crossdbsqlclient/syntax/
H A Dcrossdbsqlclient.php96 if (! $this->isAuthorized ()) {
101 $button = $this->getLang ( 'submit_button' );
111 $templates = $this->getTemplates ();
146 $db = $this->connectToDb ($data);
159 $text = $this->getLang ( 'template.1.text' );
188 return $this->connectToDefaultDb();
193 $dbtype = $this->getConf ('dbtype');
194 $serverName = $this->getConf ( 'serverName' );
195 $userName = $this->getConf ( 'userName' );
196 $passWord = $this->getConf ( 'passWord' );
[all …]
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/
H A DLdapQueue.php9 * file that was distributed with this source code.
62 * @return $this
67 $this->socket->block(true);
68 $this->socket->encrypt(true);
69 $this->socket->block(false);
71 return $this;
79 return ($this->socket->isConnected() && $this->socket->isEncrypted());
87 $this->socket->close();
88 $this
[all...]
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/System/SSH/Agent/
H A DIdentity.php109 $this->fsock = $fsock;
128 $new = clone $this;
144 $new = clone $this;
160 return $this->key;
171 $new = clone $this;
190 if ($this->key instanceof EC) {
231 return $this;
251 return $this;
268 return $this->key->getCurve();
288 $this->key_blob,
[all …]
/plugin/findologicxmlexport/vendor/twig/extensions/test/Twig/Tests/Extension/
H A DDateTest.php24 $this->env = new Twig_Environment($this->getMockBuilder('Twig_LoaderInterface')->getMock());
33 $this->assertEquals($expected, $extension->diff($this->env, $date, $now));
39 …$this->assertRegExp('/^[0-9]+ (second|minute|hour|day|month|year)s* ago$/', $extension->diff($this
48 …$this->assertEquals($expected, $extension->diff($this->env, new DateTime($date), new DateTime($now…
54 …$this->assertRegExp('/^[0-9]+ (second|minute|hour|day|month|year)s* ago$/', $extension->diff($this
62 …$translator = $this->getMockBuilder('Symfony\Component\Translation\TranslatorInterface')->getMock(…
64 ->expects($this->once())
69 $extension->diff($this->env, $date, $now);
74 return array_merge($this->getDiffAgoTestData(), $this->getDiffInTestData());
/plugin/findologicxmlexport/vendor/findologic/libflexport/src/FINDOLOGIC/Export/Helpers/
H A DUsergroupAwareMultiValue.php20 $this->rootCollectionName = $rootCollectionName;
21 $this->usergroupCollectionName = $usergroupCollectionName;
22 $this->csvDelimiter = $csvDelimiter;
27 if (!array_key_exists($value->getUsergroup(), $this->values)) {
28 $this->values[$value->getUsergroup()] = [];
31 array_push($this->values[$value->getUsergroup()], $value);
36 $this->values = $values;
47 foreach ($this->values as $usergroup => $usergroupValues) {
70 if (array_key_exists('', $this->values)) {
71 foreach ($this->values[''] as $value) {
[all …]
/plugin/nsexport/packer/
H A Dpacker.php6 if (!$this->init_packing($pages)) {
10 $this->fileid = time().rand(0,99999);
13 echo $this->fileid;
19 $this->pack_page($ID);
22 $this->finish_packing();
43 return $conf['tmpdir'] . '/offline-' . $this->fileid . '.' . $this->ext;
47 if (!$this->check_key($key)) {
50 $this->fileid = $key;
55 if (!$this->check_key($key)) {
61 $this->fileid = $key;
[all …]
/plugin/findologicxmlexport/vendor/sebastian/code-unit-reverse-lookup/src/
H A DWizard.php41 if (!isset($this->lookupTable[$filename][$lineNumber])) {
42 $this->updateLookupTable();
45 if (isset($this->lookupTable[$filename][$lineNumber])) {
46 return $this->lookupTable[$filename][$lineNumber];
54 $this->processClassesAndTraits();
55 $this->processFunctions();
61 if (isset($this->processedClasses[$classOrTrait])) {
68 $this->processFunctionOrMethod($method);
71 $this->processedClasses[$classOrTrait] = true;
78 if (isset($this->processedFunctions[$function])) {
[all …]
/plugin/webdav/vendor/sabre/http/lib/
H A DMessageDecoratorTrait.php37 return $this->inner->getBodyAsStream();
51 return $this->inner->getBodyAsString();
64 return $this->inner->getBody();
76 $this->inner->setBody($body);
89 return $this->inner->getHeaders();
101 return $this->inner->hasHeader($name);
123 return $this->inner->getHeader($name);
157 $this->inner->setHeader($name, $value);
174 $this->inner->setHeaders($headers);
205 $this->inner->addHeaders($headers);
[all …]
/plugin/log404/
H A Dadmin.php20 $log = $this->loadHelper('log404');
22 msg(sprintf($this->getLang('deleted'), $_GET['delete']));
28 ptln('<h1>'.$this->getLang('menu').'</h1>');
29 $log = $this->loadHelper('log404');
31 ptln('<ol class='.$this->getPluginName().'>');
33 ptln($this->getHtml($id, $detail));
40 $delUrl = wl($ID, array('do'=>'admin', 'page'=>$this->getPluginName(), 'delete'=>$id));
43 . ' <a href="'.wl($id).'">'.$this->getLang('go-to-page').'</a>'
45 . ' <a href="'.$ignoreUrl.'">'.$this->getLang('ignore').'</a>'
51 $line .= ' <em>'.$this->getLang('ip').'</em> '.$hit['ip'];
[all …]
/plugin/authucenter/lib/uc_client/control/
H A Dfriend.php15 $this->friendcontrol();
20 $this->init_input();
21 $this->load('friend');
25 $uid = intval($this->input('uid'));
26 $friendids = $this->input('friendids');
32 $uid = intval($this->input('uid'));
33 $friendid = $this->input('friendid');
34 $comment = $this->input('comment');
40 $uid = intval($this->input('uid'));
47 $uid = intval($this->input('uid'));
[all …]
/plugin/findologicxmlexport/vendor/phpunit/php-text-template/src/
H A DTemplate.php46 $this->setFile($file);
47 $this->openDelimiter = $openDelimiter;
48 $this->closeDelimiter = $closeDelimiter;
62 $this->template = file_get_contents($file);
84 if (!$merge || empty($this->values)) {
85 $this->values = $values;
87 $this->values = array_merge($this->values, $values);
100 foreach ($this->values as $key => $value) {
101 $keys[] = $this->openDelimiter . $key . $this->closeDelimiter;
104 return str_replace($keys, $this->values, $this->template);
[all …]
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Argument/Token/
H A DObjectStateToken.php44 $this->name = $methodName;
45 $this->value = $value;
46 $this->util = $util ?: new StringUtil;
60 if (is_object($argument) && method_exists($argument, $this->name)) {
61 $actual = call_user_func(array($argument, $this->name));
63 $comparator = $this->comparatorFactory->getComparatorFor(
64 $this->value, $actual
68 $comparator->assertEquals($this->value, $actual);
76 return $argument->{$this->name} === $this->value ? 8 : false;
100 $this->name,
[all …]
/plugin/davcal/vendor/sabre/http/lib/
H A DMessageDecoratorTrait.php37 return $this->inner->getBodyAsStream();
51 return $this->inner->getBodyAsString();
64 return $this->inner->getBody();
76 $this->inner->setBody($body);
89 return $this->inner->getHeaders();
101 return $this->inner->hasHeader($name);
123 return $this->inner->getHeader($name);
174 $this->inner->setHeaders($headers);
205 $this->inner->addHeaders($headers);
221 $this->inner->removeHeader($name);
[all …]
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Schedule/
H A DDeliverNewEventTest.php19 $this->caldavBackend->createCalendar(
26 $this->caldavBackend->createCalendar(
63 $this->server->on('schedule', function($message) use (&$messages) {
67 $response = $this->request($request);
74 $this->assertEquals(
79 $this->assertEquals(1, count($messages));
82 $this->assertInstanceOf('\Sabre\VObject\ITip\Message', $message);
84 $this->assertEquals('Roxy Kesh', $message->recipientName);
86 $this->assertEquals('Administrator', $message->senderName);
87 $this->assertEquals('REQUEST', $message->method);
[all …]
/plugin/combo/vendor/php-webdriver/webdriver/lib/Remote/
H A DRemoteKeyboard.php26 $this->executor = $executor;
27 $this->driver = $driver;
28 $this->isW3cCompliant = $isW3cCompliant;
34 * @return $this
38 if ($this->isW3cCompliant) {
39 $activeElement = $this->driver->switchTo()->activeElement();
42 $this->executor->execute(DriverCommand::SEND_KEYS_TO_ACTIVE_ELEMENT, [
47 return $this;
55 * @return $this
59 if ($this
[all...]
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/SemanticContexts/
H A DPredicate.php24 $this->ruleIndex = $ruleIndex;
25 $this->predIndex = $predIndex;
26 $this->isCtxDependent = $isCtxDependent;
31 $localctx = $this->isCtxDependent ? $parserCallStack : null;
33 return $parser->sempred($localctx, $this->ruleIndex, $this->predIndex);
38 return Hasher::hash($this->ruleIndex, $this->predIndex, $this->isCtxDependent);
43 if ($this
[all...]
/plugin/findologicxmlexport/vendor/hoa/math/
H A DContext.php76 $this->initializeConstants();
77 $this->initializeFunctions();
78 $this->initializeVariables();
101 $this->_constants[$name] = $value;
123 return $this->_constants[$name];
133 return $this->_constants;
180 return $this->_functions[$name];
190 return $this->_functions;
224 return $this->_variables[$name]($this);
234 return $this->_variables;
[all …]

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