Home
last modified time | relevance | path

Searched refs:this (Results 5976 – 6000 of 27090) sorted by relevance

1...<<231232233234235236237238239240>>...1084

/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Entry/
H A DChange.php9 * file that was distributed with this source code.
55 $this->modType = $modType;
56 $this->attribute = $attribute instanceof Attribute ? $attribute : new Attribute($attribute, ...$values);
64 return $this->attribute;
69 * @return $this
73 $this->attribute = $attribute;
75 return $this;
83 return $this->modType;
88 * @return $this
92 $this
[all...]
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Formatter/
H A DHtmlFormatter.php78 …return '<h1 style="background: '.$this->logLevels[$level].';color: #ffffff;padding: 5px;" class="m…
88 $output = $this->addTitle($record['level_name'], $record['level']);
91 $output .= $this->addRow('Message', (string) $record['message']);
92 $output .= $this->addRow('Time', $this->formatDate($record['datetime']));
93 $output .= $this->addRow('Channel', $record['channel']);
97 $embeddedTable .= $this->addRow((string) $key, $this->convertToString($value));
100 $output .= $this->addRow('Context', $embeddedTable, false);
105 $embeddedTable .= $this->addRow((string) $key, $this->convertToString($value));
108 $output .= $this->addRow('Extra', $embeddedTable, false);
123 $message .= $this->format($record);
[all …]
/plugin/davcal/vendor/sabre/vobject/tests/VObject/ITip/
H A DBrokerNewEventTest.php18 $result = $this->parse($message);
32 $result = $this->parse($message);
79 $result = $this->parse($message, $expected);
105 $this->parse($message, array());
130 $this->parse($message, array());
252 $result = $this->parse($message, $expected);
374 $result = $this->parse($message, $expected);
427 $result = $this->parse($message, array());
460 $result = $this->parse($message, array());
475 $this->parse($message, array());
[all …]
/plugin/bugzillaint/helper/
H A Dbugzillaclient.php23 $this->login = $login;
24 $this->password = $password;
38 …return $this->getDependenciesRecursive( $f_ids, $depth == -1 ? $this->getConf('tree_depth') : $dep…
41 …$includeFields = array_merge( $this->includeFields, $this->extrasToIncludeFields($extras), array('…
178 …$options['include_fields'] = array_merge( $this->includeFields, $this->extrasToIncludeFields($extr…
215 $includeFields = array_merge( $this->includeFields, $this->extrasToIncludeFields($extras) );
336 if ( !!$this->login && !!$this->password ) {
337 $params["Bugzilla_login"] = $this->login;
338 $params["Bugzilla_password"] = $this->password;
357 $result = $this->xmlrpc_decode( $response );
[all …]
/plugin/redproject/
H A Dsyntax.php39 $this->Lexer->addExitPattern('</redproject>', 'plugin_redproject');
69 $server_data = $this->getServerFromJson($server[2]);
79 $data['server_url'] = $this->getConf('redproject.url');
106 $view = $this->getConf('redproject.view');
154 …$renderer->doc .= '<div class="desc"><h4>'.$this->getLang('desctitle').'</h4> <p>'.$this->getLang(…
269 $renderer->doc .= '<h3>'.$this->getlang('hdetail').'</h3>';
277 …$renderer->doc .= '<p>'.$this->getLang('tversion').'<span class="label label-info">'.$nbVersion.'<…
283 $langMembers = $this->getLang('membres');
305 …rer->doc .= '<div class="desc" style="float: none;"><h3>'.$this->getLang('info').'</h3>'.$this->ge…
320 $this->_render_project($renderer, $data);
[all …]
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/
H A DAsymmetricKey.php435 if (empty($this->format)) {
453 return $this->comment;
507 $new = clone $this;
522 return clone $this->hash;
539 $x = $this->int2octets($this->x);
542 $this->hmac->setKey($k);
544 $this->hmac->setKey($k);
545 $v = $this->hmac->hash($v);
547 $this->hmac->setKey($k);
548 $v = $this->hmac->hash($v);
[all …]
/plugin/combo/vendor/php-webdriver/webdriver/lib/Remote/
H A DHttpCommandExecutor.php189 $this->url = $url;
190 $this->curl = curl_init();
193 curl_setopt($this->curl, CURLOPT_PROXY, $http_proxy);
195 curl_setopt($this->curl, CURLOPT_PROXYPORT, $http_proxy_port);
202 $this->url = $matches[1] . $matches[4];
204 curl_setopt($this->curl, CURLOPT_HTTPAUTH, CURLAUTH_ANY);
205 curl_setopt($this->curl, CURLOPT_USERPWD, $auth_creds);
208 curl_setopt($this->curl, CURLOPT_RETURNTRANSFER, true);
209 curl_setopt($this->curl, CURLOPT_FOLLOWLOCATION, true);
210 curl_setopt($this
[all...]
/plugin/siteexport/syntax/
H A Dtoc.php51 $this->insideToc = true;
57 if ($this->insideToc) {
110 $this->insideToc = false;
176 if (count($this->mergedPages) > 0) {
274 foreach ($this->savedToc as $page) {
278 $this->savedToc = array();
280 $this->savedToc[] = $this->__addTocItem($SID, $NAME, $DEPTH, $renderer);
337 $content = $this->_cleanXHTML($content);
399 if (in_array($pageID, $this->includedPages)) {
726 $this->_cleanAllInstructions($instructions);
[all …]
/plugin/tagging/
H A Dadmin.php13 $this->hlp = plugin_load('helper', 'tagging');
31 checkSecurityToken() && $this->hlp->deleteInvalidTaggings();
34 if (!$this->hlp->getParams()) {
35 $this->hlp->setDefaultSort();
39 $this->hlp->setDefaultSort();
50 echo $this->locale_xhtml('intro');
51 echo $this->hlp->html_table();
52 echo $this->locale_xhtml('clean');
53 echo $this->hlp->html_clean();
/plugin/form/
H A Dsyntax.php279 . $this->getBackLinkVariable() . "\n"
744 if (is_file($this->mailPath.'incl.tmp')) {
746 unlink($this->mailPath.'incl.tmp');
749 $mailhead .= $this->getBackLinkVariable();
751 $this->writeBefore ($this->mailPath.'mail.tmp', $mailhead);
752 $this->writeDebugInfo("Copy From ".$this->mailPath.'mail.tmp - To: '.$this->mailFile);
753 copy($this->mailPath.'mail.tmp', $this->mailFile);
754 unlink($this->mailPath.'mail.tmp');
756 } elseif(is_file($this->mailPath.'constraint.tmp')) {
757 $this->writeConstraintsToScript();
[all …]
/plugin/farmsync/
H A Dadmin.php37 $this->farm_util = new FarmSyncUtil();
60 echo '<h1>' . $this->getLang('heading:Update animals') . '</h1>';
61 $animals = $this->farm_util->getAllAnimals();
63 $form->addFieldsetOpen($this->getLang('legend:choose source'));
66 $form->addFieldsetOpen($this->getLang('legend:choose documents'));
67 $form->addTextarea('farmsync[pages]', $this->getLang('label:PageEntry'));
69 $form->addTextarea('farmsync[media]', $this->getLang('label:MediaEntry'));
79 $form->addFieldsetOpen($this->getLang('legend:choose animals'));
84 $form->addButton('submit', $this->getLang('button:submit'));
87 echo $this->locale_xhtml('update');
[all …]
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/tests/MockObject/Generator/
H A Dclass.phpt39 $this->__phpunit_invocationMocker = clone $this->__phpunit_getInvocationMocker();
55 $result = $this->__phpunit_getInvocationMocker()->invoke(
57 'Foo', 'bar', $arguments, '', $this, true
79 'Foo', 'baz', $arguments, '', $this, true
94 $expects = $this->expects($any);
100 $this->__phpunit_originalObject = $originalObject;
105 if ($this->__phpunit_invocationMocker === null) {
106 …$this->__phpunit_invocationMocker = new PHPUnit_Framework_MockObject_InvocationMocker($this->__php…
109 return $this->__phpunit_invocationMocker;
119 $this->__phpunit_getInvocationMocker()->verify();
[all …]
H A Dinvocation_object_clone_object.phpt40 $this->__phpunit_invocationMocker = clone $this->__phpunit_getInvocationMocker();
56 $result = $this->__phpunit_getInvocationMocker()->invoke(
58 'Foo', 'bar', $arguments, '', $this, true
80 'Foo', 'baz', $arguments, '', $this, true
95 $expects = $this->expects($any);
101 $this->__phpunit_originalObject = $originalObject;
106 if ($this->__phpunit_invocationMocker === null) {
107 …$this->__phpunit_invocationMocker = new PHPUnit_Framework_MockObject_InvocationMocker($this->__php…
110 return $this->__phpunit_invocationMocker;
120 $this->__phpunit_getInvocationMocker()->verify();
[all …]
H A Dnamespaced_class.phpt41 $this->__phpunit_invocationMocker = clone $this->__phpunit_getInvocationMocker();
57 $result = $this->__phpunit_getInvocationMocker()->invoke(
59 'NS\Foo', 'bar', $arguments, '', $this, true
81 'NS\Foo', 'baz', $arguments, '', $this, true
96 $expects = $this->expects($any);
102 $this->__phpunit_originalObject = $originalObject;
107 if ($this->__phpunit_invocationMocker === null) {
108 …$this->__phpunit_invocationMocker = new PHPUnit_Framework_MockObject_InvocationMocker($this->__php…
111 return $this->__phpunit_invocationMocker;
121 $this->__phpunit_getInvocationMocker()->verify();
[all …]
/plugin/bookmarkme/
H A Daction.php121 …$controller->register_hook('TPL_ACT_RENDER','AFTER',$this,'bookmark',array("show" => $this->BOOKMA…
122 …$controller->register_hook('TPL_ACT_RENDER','BEFORE',$this,'bookmark',array("show" => $this->BOOKM…
136 $show = $this->getConf('show_bookmarks');
143 $bm = (int)$this->$bm;
148 if ( !($show & $this->BOOKMARKME_SHOW_BOTTOM & $param['show'])
149 && !($show & $this->BOOKMARKME_SHOW_TOP & $param['show']))
172 $this->bookmarks = array_merge(array_filter(array_combine($bkk,$bkv)),$this->bookmarks);
175 $be = explode(",",$this->getConf('bookmarks'));
189 …if ($this->getConf('show_header')) $html[] = '<li class="head">'.$this->getLang('bookmark').'</li>…
191 $book_lng = htmlspecialchars($this->getLang('bookmark_title'));
[all …]
/plugin/struct/meta/
H A DSchemaEditor.php31 $this->schema = $schema;
32 $this->hlp = plugin_load('helper', 'struct_config');
48 $form->setHiddenField('table', $this->schema->getTable());
49 $form->setHiddenField('schema[id]', $this->schema->getId());
53 <th>{$this->hlp->getLang('editor_sort')}</th>
54 <th>{$this->hlp->getLang('editor_label')}</th>
55 <th>{$this->hlp->getLang('editor_multi')}</th>
56 <th>{$this->hlp->getLang('editor_conf')}</th>
57 <th>{$this->hlp->getLang('editor_type')}</th>
58 <th>{$this
[all...]
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/Loader/
H A DInlineLoader.php83 $this->fileName = $fileName;
84 $this->offset = $offset;
98 $this->loadTemplates();
100 if (!array_key_exists($name, $this->templates)) {
104 return $this->templates[$name];
112 if ($this->templates === null) {
113 $this->templates = array();
114 $data = file_get_contents($this->fileName, false, null, $this->offset);
118 $this->templates[trim($name)] = trim($content);
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Xml/
H A DMethod.php22 $this->contextNode = $context;
24 $this->setName($name);
29 $this->contextNode->setAttribute('name', $name);
34 $this->contextNode->setAttribute('signature', $signature);
39 $this->contextNode->setAttribute('start', $start);
42 $this->contextNode->setAttribute('end', $end);
48 $this->contextNode->setAttribute('executable', $executable);
49 $this->contextNode->setAttribute('executed', $executed);
50 $this->contextNode->setAttribute('coverage', $coverage);
55 $this->contextNode->setAttribute('crap', $crap);
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/
H A DFilterCollection.php28 $this->ensure($filter);
42 $this->ensure($f);
44 } elseif (!in_array($filter, $this->filters, true)) {
45 $this->filters[] = $filter;
51 return $this->filters;
56 $this->filters = array();
61 foreach ($this->filters as $filter) {
68 foreach ($this->filters as $filter) {
75 return new \ArrayIterator($this->filters);
80 return count($this->filters);
/plugin/multiorphan/action/
H A DpluginDir.php19 $this->plugin_dir = plugin_load('syntax', 'dir');
30 if ( !$this->plugin_dir ) { return; }
31 …$controller->register_hook('MULTIORPHAN_INSTRUCTION_LINKED', 'BEFORE', $this, 'handle_unknown_inst…
40 …if ( $event->data['syntax'] != 'plugin' || $instructions[0] != 'dir' || !$this->plugin_dir ) { ret…
42 $data = $this->plugin_dir->handle($instructions[1], null, null, new Doku_Handler());
43 $this->plugin_dir->_initRender('xhtml', new Doku_Renderer_xhtml());
45 $this->plugin_dir->debug = true;
46 if ( !$this->plugin_dir->_parseOptions($data) ) {
47 print $this->plugin_dir->rdr->doc;
52 foreach( $this->plugin_dir->pages as $page ) {
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Monitoring/
H A DBasicSli.php45 $this->availability = $availability;
52 return $this->availability;
59 $this->latency = $latency;
66 return $this->latency;
73 $this->location = $location;
80 return $this->location;
87 $this->method = $method;
94 return $this->method;
101 $this->version = $version;
108 return $this->version;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Firestore/
H A DBatchGetDocumentsRequest.php45 $this->documents = $documents;
52 return $this->documents;
59 $this->mask = $mask;
66 return $this->mask;
73 $this->newTransaction = $newTransaction;
80 return $this->newTransaction;
87 $this->readTime = $readTime;
94 return $this->readTime;
101 $this->transaction = $transaction;
108 return $this->transaction;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Spanner/
H A DPartitionQueryRequest.php42 $this->paramTypes = $paramTypes;
49 return $this->paramTypes;
56 $this->params = $params;
63 return $this->params;
70 $this->partitionOptions = $partitionOptions;
77 return $this->partitionOptions;
84 $this->sql = $sql;
91 return $this->sql;
98 $this->transaction = $transaction;
105 return $this->transaction;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudDomains/
H A DRegisterDomainRequest.php45 $this->contactNotices = $contactNotices;
52 return $this->contactNotices;
59 $this->domainNotices = $domainNotices;
66 return $this->domainNotices;
73 $this->registration = $registration;
80 return $this->registration;
87 $this->validateOnly = $validateOnly;
94 return $this->validateOnly;
101 $this->yearlyPrice = $yearlyPrice;
108 return $this->yearlyPrice;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudSearch/
H A DItemAcl.php43 $this->aclInheritanceType = $aclInheritanceType;
50 return $this->aclInheritanceType;
57 $this->deniedReaders = $deniedReaders;
64 return $this->deniedReaders;
71 $this->inheritAclFrom = $inheritAclFrom;
78 return $this->inheritAclFrom;
85 $this->owners = $owners;
92 return $this->owners;
99 $this->readers = $readers;
106 return $this->readers;

1...<<231232233234235236237238239240>>...1084