Home
last modified time | relevance | path

Searched refs:this (Results 5001 – 5025 of 27090) sorted by relevance

1...<<201202203204205206207208209210>>...1084

/plugin/authgooglesheets/vendor/google/apiclient-services/src/GamesConfiguration/
H A DGamesNumberAffixConfiguration.php40 $this->few = $few;
47 return $this->few;
54 $this->many = $many;
61 return $this->many;
68 $this->one = $one;
75 return $this->one;
89 return $this->other;
96 $this->two = $two;
103 return $this->two;
110 $this->zero = $zero;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudHealthcare/
H A DInfoTypeTransformation.php43 $this->characterMaskConfig = $characterMaskConfig;
50 return $this->characterMaskConfig;
57 $this->cryptoHashConfig = $cryptoHashConfig;
64 return $this->cryptoHashConfig;
71 $this->dateShiftConfig = $dateShiftConfig;
78 return $this->dateShiftConfig;
85 $this->infoTypes = $infoTypes;
92 return $this->infoTypes;
99 $this->redactConfig = $redactConfig;
106 return $this->redactConfig;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DLP/
H A DGooglePrivacyDlpV2PrivacyMetric.php40 $this->categoricalStatsConfig = $categoricalStatsConfig;
47 return $this->categoricalStatsConfig;
61 return $this->deltaPresenceEstimationConfig;
68 $this->kAnonymityConfig = $kAnonymityConfig;
75 return $this->kAnonymityConfig;
82 $this->kMapEstimationConfig = $kMapEstimationConfig;
89 return $this->kMapEstimationConfig;
96 $this->lDiversityConfig = $lDiversityConfig;
103 return $this->lDiversityConfig;
110 $this->numericalStatsConfig = $numericalStatsConfig;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DataCatalog/
H A DGoogleCloudDatacatalogV1PhysicalSchema.php40 $this->avro = $avro;
47 return $this->avro;
54 $this->csv = $csv;
61 return $this->csv;
68 $this->orc = $orc;
75 return $this->orc;
82 $this->parquet = $parquet;
89 return $this->parquet;
103 return $this->protobuf;
110 $this->thrift = $thrift;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Transcoder/
H A DPreprocessingConfig.php40 $this->audio = $audio;
47 return $this->audio;
54 $this->color = $color;
61 return $this->color;
68 $this->crop = $crop;
75 return $this->crop;
82 $this->deblock = $deblock;
89 return $this->deblock;
103 return $this->denoise;
110 $this->pad = $pad;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Sheets/
H A DFilterCriteria.php43 $this->condition = $condition;
50 return $this->condition;
57 $this->hiddenValues = $hiddenValues;
64 return $this->hiddenValues;
71 $this->visibleBackgroundColor = $visibleBackgroundColor;
78 return $this->visibleBackgroundColor;
85 $this->visibleBackgroundColorStyle = $visibleBackgroundColorStyle;
92 return $this->visibleBackgroundColorStyle;
99 $this->visibleForegroundColor = $visibleForegroundColor;
106 return $this->visibleForegroundColor;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Forms/
H A DRequest.php40 $this->createItem = $createItem;
47 return $this->createItem;
54 $this->deleteItem = $deleteItem;
61 return $this->deleteItem;
68 $this->moveItem = $moveItem;
75 return $this->moveItem;
82 $this->updateFormInfo = $updateFormInfo;
89 return $this->updateFormInfo;
96 $this->updateItem = $updateItem;
103 return $this->updateItem;
[all …]
/plugin/davcal/vendor/sabre/http/lib/
H A DResponse.php107 if (!is_null($status)) $this->setStatus($status);
108 if (!is_null($headers)) $this->setHeaders($headers);
109 if (!is_null($body)) $this->setBody($body);
121 return $this->status;
134 return $this->statusText;
168 $this->status = $statusCode;
169 $this->statusText = $statusText;
182 …$str = 'HTTP/' . $this->httpVersion . ' ' . $this->getStatus() . ' ' . $this->getStatusText() . "\…
183 foreach ($this->getHeaders() as $key => $value) {
189 $str .= $this->getBodyAsString();
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Nodes/
H A DStats.php11 * Elasticsearch B.V licenses this file to you under the Apache 2.0 License or
25 * NOTE: this file is autogenerated using util/GenerateEndpoints.php
36 $node_id = $this->node_id ?? null;
37 $metric = $this->metric ?? null;
38 $index_metric = $this->index_metric ?? null;
81 return $this;
86 $this->node_id = $node_id;
88 return $this;
94 return $this;
99 $this
[all...]
/plugin/elasticsearch/vendor/ruflin/elastica/src/Node/
H A DStats.php49 $this->_node = $node;
50 $this->refresh();
63 $data = $this->getData();
83 return $this->_data;
93 return $this->_node;
103 return $this->_response;
119 $endpoint->setNodeId($this->getNode()->getName());
121 $this->_response = $this->getNode()->getClient()->requestEndpoint($endpoint);
122 $data = $this
[all...]
/plugin/elasticsearch/vendor/ruflin/elastica/src/Suggest/
H A DAbstractSuggest.php15 * @var string the name of this suggestion
21 $this->setName($name);
22 $this->setField($field);
28 * @return $this
32 return $this->_setRawParam('text', $text);
38 * @return $this
42 return $this->_setRawParam('prefix', $prefix);
48 * @return $this
52 return $this->_setRawParam('regex', $regex);
64 * @return $this
[all...]
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/Actions/
H A DLexerIndexedCustomAction.php45 $this->offset = $offset;
46 $this->action = $action;
59 return $this->offset;
69 return $this->action;
82 return $this->action->getActionType();
104 $this->action->execute($lexer);
109 return Hasher::hash($this->getActionType(), $this->offset, $this->action);
114 if ($this
[all...]
/plugin/bureaucracy/helper/
H A Daction.php49 $this->patterns['__lang__'] = '/@LANG@/';
50 $this->values['__lang__'] = $conf['lang'];
52 $this->patterns['__trans__'] = '/@TRANS@/';
53 $this->values['__trans__'] = '';
59 $this->values['__trans__'] = $trans->getLangPart($ID);
60 $this->values['__lang__'] = $trans->realLC('');
72 $this->patterns[$label] = $field->getReplacementPattern();
73 $this->values[$label] = $field->getReplacementValue();
82 $this->values['__noinclude__'] = '';
94 $this->prepareFieldReplacement($field);
[all …]
/plugin/geophp/vendor/funiq/geophp/src/Adapter/
H A DGpxTypes.php15 // TODO: convert these static properties to constants once HHVM fixes this bug: https://github.com/facebook/hhvm/issues/4277
99 $this->allowedGpxTypeElements = self::$gpxTypeElements;
100 $this->allowedTrkTypeElements = self::$trkTypeElements;
101 $this->allowedRteTypeElements = self::$rteTypeElements;
102 $this->allowedWptTypeElements = self::$wptTypeElements;
103 $this->allowedTrkptTypeElements = self::$trkTypeElements;
104 $this->allowedRteptTypeElements = self::$rteptTypeElements;
105 $this->allowedMetadataTypeElements = self::$metadataTypeElements;
110 $this->{'allowed' . ucfirst($type) . 'Elements'} = [];
111 foreach ($this
[all...]
/plugin/projects/lib/
H A Dfile_definition.php22 $this->attributes = $attributes;
28 if (!isset($this->attributes[$name])) return NULL;
29 return $this->attributes[$name];
35 public function dependency() { return $this->deps; }
37 if (!in_array($name, $this->deps)) $this->deps[] = $name;
63 public function content() { return $this->content; }
65 $this->content .= $content;
72 public function recipe() { return $this->recipe; }
74 $this->recipe .= "\n" . $recipe;
75 trim($this->recipe);
[all …]
/plugin/onlineordering/
H A Dconfirm_form.php23 $output .= '<b>'.$this->getLang('confirm_values').'</b><br /><br />';
30 $output .= '<th><label for="title">'.$this->getLang('title').'</label></th>';
43 $output .= '<th><label for="lastname">'.$this->getLang('lastname').'</label></th>';
49 $output .= '<th><label for="street">'.$this->getLang('street').'</label></th>';
55 $output .= '<th><label for="postcode">'.$this->getLang('postcode').'</label></th>';
61 $output .= '<th><label for="place">'.$this->getLang('place').'</label></th>';
67 $output .= '<th><label for="country">'.$this->getLang('country').'</label></th>';
73 $output .= '<th><label for="email">'.$this->getLang('email').'</label></th>';
79 $output .= '<th><label for="price">'.$this->getLang('price').'</label></th>';
83 $porto = $this->_get_porto( $data, $form['country'] );
[all …]
/plugin/findologicxmlexport/vendor/sebastian/comparator/src/
H A DArrayComparator.php59 $this->exporter->export($key),
60 $this->exporter->shortenedExport($value)
74 $this->exporter->export($key),
75 $this->exporter->shortenedExport($value)
79 $this->exporter->export($key),
85 $this->exporter->export($key),
87 ? $this->indent($e->getExpectedAsString())
93 $this->exporter->export($key),
95 ? $this->indent($e->getActualAsString())
106 $this->exporter->export($key),
[all …]
/plugin/sidebar/
H A Daction.php29 $controller->register_hook('TPL_ACT_RENDER', 'AFTER', $this, '_output');
40 if (!$this->getConf('enable') || self::$done) return;
42 … $bodyClass = 'sidebar sidebar_' . $this->getConf('layout') . '_' . $this->getConf('orientation');
51 ptln('<div id="sidebartop">', 4); $this->tpl_sidebar_editbtn(); ptln('</div>', 4);
52 ptln('<div id="sidebar_content">', 4); $this->tpl_sidebar_content(); ptln('</div>', 4);
68 return $this->getSidebarFN($ns, $file);
76 if (!$this->getConf('showeditbtn') || !$this->getConf('page')) return;
79 $fileSidebar = $this->getSidebarFN(getNS($ID), $this->getConf('page'));
90 … ptln('<input type="submit" value="' . $this->getConf('editbtntxt') . '" class="button" />', 10);
107 if ($this->getConf('page')) {
[all …]
/plugin/tindexmenu/
H A Daction.php34 …if ($this->getConf('only_admins')) $controller->register_hook('IO_WIKIPAGE_WRITE', 'BEFORE', $thi…
35 …if ($this->getConf('page_index') != '') $controller->register_hook('TPL_ACT_RENDER', 'BEFORE', $th…
36 $controller->register_hook('TPL_METAHEADER_OUTPUT', 'BEFORE', $this, '_hookjs');
38 …if ($this->getConf('show_sort')) $controller->register_hook('TPL_CONTENT_DISPLAY', 'BEFORE', $this
47 if ($this->_notadmin()) {
63 $jsmenu .= ($this->_notadmin()) ? "usrmenu.js" : "admmenu.js";
101 $aclcache=$this->getConf('aclcache');
132 if (!file_exists(wikiFN($this->getConf('page_index')))) return;
135 print p_wiki_xhtml($this->getConf('page_index'));
148 if ($ACT != 'show' || $this->_notadmin()) return;
[all …]
/plugin/twistienav4bootstrap3/
H A Dhelper.php20 $this->title_metadata = array(
24 foreach (array_keys($this->title_metadata) as $plugin) {
27 $this->title_metadata['dokuwiki'] = 'title';
28 return $this->title_metadata;
35 foreach (explode(',', $this->getConf('exclusions')) as $exclusion) {
37 $this->nsignore[] = ltrim($exclusion, "@");
41 $this->exclusions[] = $conf['start'];
44 $this->exclusions[] = $conf['sidebar'];
47 $this->exclusions[] = $exclusion;
51 return array($this->exclusions, $this->nsignore);
[all …]
/plugin/webdav/core/
H A DServer.php60 $this->server->setBaseUri($base_uri);
64 $this->server::$exposeVersion = false;
67 $this->server->addPlugin(new Plugin\Exception);
71 $this->server->addPlugin(new DAV\Browser\Plugin);
85 $this->server->addPlugin(new DAV\Mount\Plugin);
87 $this->server->addPlugin(new Plugin\DokuWiki);
102 $this->server->addPlugin($tmp_file_filter_plugin);
107 $this->server->addPlugin(new Plugin\FakeLocker);
117 $this->server->addPlugin($plugin);
120 return $this->server;
[all …]
/plugin/html2pdf/html2pdf/html2ps/unittest/
H A Dtest.table.column.width.php11 $tree = $this->runPipeline(file_get_contents('test.table.column.width.1.html'),
20 $this->assertTrue($width->isConstant());
21 $this->assertEqual($width->width, $real_width);
22 $this->assertEqual($large->get_width(), $real_width);
32 $tree = $this->runPipeline(file_get_contents('test.table.column.width.2.html'),
40 $this->assertTrue($width->isConstant());
41 $this->assertEqual($width->width, $real_width);
42 $this->assertEqual($large->get_width(), $real_width);
54 $this->assertTrue($cell->get_width() >= $table->get_width(),
73 $this->assertTrue($container_cell_min_width <= $container_cell_width,
[all …]
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/Filter/
H A DFilterContainerTrait.php9 * file that was distributed with this source code.
43 $this->filters = $filters;
48 * @return $this
53 $this->filters[] = $filter;
56 return $this;
65 return array_search($filter, $this->filters, true) !== false;
70 * @return $this
75 if (($i = array_search($filter, $this->filters, true)) !== false) {
76 unset($this->filters[$i]);
80 return $this;
[all...]
/plugin/zip/pear/File/Archive/Writer/
H A DAddBaseName.php45 $this->baseName = $baseName;
47 $this->baseName = $baseName.'/';
50 $this->writer =& $writer;
58 $this->writer->newFile($this->baseName.$filename, $stat, $mime);
66 $this->writer->newFromTempFile($tmpfilen $this->baseName.$filename, $stat, $mime);
74 return $this->writer->newFileNeedsMIME();
82 $this->writer->writeData($data);
90 $this->writer->writeFile($filename);
98 $this->writer->close();
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Principal/
H A DProxyRead.php45 $this->principalInfo = $principalInfo;
46 $this->principalBackend = $principalBackend;
118 return $this->principalInfo['uri'] . '/' . $this->getName();
132 return $this->principalBackend->getGroupMemberSet($this->getPrincipalUrl());
146 return $this->principalBackend->getGroupMembership($this->getPrincipalUrl());
163 $this->principalBackend->setGroupMemberSet($this->getPrincipalUrl(), $principals);
177 return $this->getName();

1...<<201202203204205206207208209210>>...1084