Home
last modified time | relevance | path

Searched refs:this (Results 21876 – 21900 of 27090) sorted by relevance

1...<<871872873874875876877878879880>>...1084

/plugin/elasticsearch/vendor/nyholm/dsn/src/Exception/
H A DInvalidDsnException.php21 $this->dsn = $dsn;
27 return $this->dsn;
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/ConnectionPool/Selectors/
H A DRoundRobinSelector.php11 * Elasticsearch B.V licenses this file to you under the Apache 2.0 License or
37 $returnConnection = $connections[$this->current % count($connections)];
39 $this->current += 1;
/plugin/elasticsearch/vendor/ruflin/elastica/src/Aggregation/
H A DAdjacencyMatrix.php12 * @return $this
16 return $this->addParam('filters', $filter, $name);
20 * @return $this
24 return $this->setParam('separator', $separator);
/plugin/bureaucracy/helper/
H A Dfieldhiddenautoinc.php31 $this->_handlePreload();
32 $form->addHidden($params['name'], $this->getParam('value') . '');
/plugin/mediacacheconfig/
H A Daction.php22 … $controller->register_hook('FETCH_MEDIA_STATUS', 'AFTER', $this, 'handle_fetch_media_status');
43 if ($this->getConf('always-validate') === '1') {
/plugin/orgapp/
H A Daction.php19 …$controller->register_hook('TOOLBAR_DEFINE', 'AFTER', $this, 'toolbar_add_button_orgapp', array ()…
24 …'type' => 'format', 'title' => $this->getLang('orgapp_editor'), 'icon' => '../../plugins/orgapp/ed…
/plugin/icalevents/vendor/sabre/vobject/lib/ITip/
H A DMessage.php128 if (!$this->scheduleStatus) {
134 list($scheduleStatus) = explode(';', $this->scheduleStatus);
/plugin/webdav/vendor/sabre/xml/lib/Element/
H A DCdata.php36 $this->value = $value;
60 $writer->writeCData($this->value);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DExpectationFailedException.php27 $this->comparisonFailure = $comparisonFailure;
37 return $this->comparisonFailure;
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Metadata/
H A DStaticPropertyMetadataTest.php14 $this->setNonDefaultMetadataValues($meta);
17 $this->assertEquals($meta, $restoredMeta);
H A DExpressionPropertyMetadataTest.php14 $this->setNonDefaultMetadataValues($meta);
17 $this->assertEquals($meta, $restoredMeta);
/plugin/dwcommits/
H A Daction.php18 $controller->register_hook('PARSER_CACHE_USE', 'BEFORE', $this,
29 $auto = $this->getConf('auto_id');
/plugin/davcard/vendor/sabre/vobject/lib/ITip/
H A DMessage.php128 if(!$this->scheduleStatus) {
134 list($scheduleStatus) = explode(';', $this->scheduleStatus);
/plugin/webdav/vendor/sabre/vobject/lib/ITip/
H A DMessage.php128 if (!$this->scheduleStatus) {
131 list($scheduleStatus) = explode(';', $this->scheduleStatus);
/plugin/userfly/
H A Daction.php32 $controller->register_hook('TPL_METAHEADER_OUTPUT', 'BEFORE', $this, '_hookjs');
41 $userKey = $this->getConf('userFlyUserKey');
/plugin/mdpage/vendor/cebe/markdown/inline/
H A DStrikeoutTrait.php25 $this->parseInline($matches[1])
35 return '<del>' . $this->renderAbsy($block[1]) . '</del>';
/plugin/prettytables/
H A Daction.php21 $controller->register_hook('TOOLBAR_DEFINE', 'AFTER', $this, 'insert_button');
28 'title' => $this->getLang('fix_table_syntax'),
/plugin/googleverify/
H A Daction.php26 …$controller->register_hook('TPL_METAHEADER_OUTPUT', 'BEFORE', $this, 'handle_tpl_metaheader_output…
43 $code = $this->getConf('verify');
/plugin/barcode/
H A Daction.php19 …$controller->register_hook('TOOLBAR_DEFINE', 'AFTER', $this, 'toolbar_add_button_barcode', array (…
24 …'type' => 'format', 'title' => $this->getLang('barcode_editor'), 'icon' => '../../plugins/barcode/…
/plugin/icalevents/vendor/sabre/xml/lib/Element/
H A DCdata.php36 $this->value = $value;
60 $writer->writeCData($this->value);
/plugin/findologicxmlexport/vendor/jms/serializer/src/Exception/
H A DValidationFailedException.php20 $this->list = $list;
25 return $this->list;
/plugin/legalnotice/
H A Daction.php8 $controller->register_hook('TPL_ACT_RENDER', 'AFTER', $this, 'legalnotice');
15 echo p_render('xhtml', p_get_instructions($this->getConf('text')), $info);
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Exception/Prophecy/
H A DMethodProphecyException.php24 $this->methodProphecy = $methodProphecy;
32 return $this->methodProphecy;
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Exception/Doubler/
H A DClassCreatorException.php24 $this->node = $node;
29 return $this->node;
/plugin/webdavclient/vendor/sabre/vobject/lib/ITip/
H A DMessage.php128 if(!$this->scheduleStatus) {
134 list($scheduleStatus) = explode(';', $this->scheduleStatus);

1...<<871872873874875876877878879880>>...1084