Home
last modified time | relevance | path

Searched refs:this (Results 21901 – 21925 of 27090) sorted by relevance

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

/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/
H A DClientMock.php29 $this->request = $request;
30 return $this->response;
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Locks/Backend/
H A DPDOMySQLTest.php11 …if (!SABRE_HASMYSQL) $this->markTestSkipped('MySQL driver is not available, or it was not properly…
13 if (!$pdo) $this->markTestSkipped('Could not connect to MySQL database');
/plugin/davcal/vendor/sabre/vobject/lib/ITip/
H A DMessage.php128 if(!$this->scheduleStatus) {
134 list($scheduleStatus) = explode(';', $this->scheduleStatus);
/plugin/davcal/vendor/sabre/xml/lib/Element/
H A DCdata.php36 $this->value = $value;
60 $writer->writeCData($this->value);
/plugin/elasticsearch/vendor/ruflin/elastica/src/Aggregation/
H A DNested.php13 * @param string $name the name of this aggregation
14 * @param string $path the nested path for this aggregation
19 $this->setPath($path);
23 * Set the nested path for this aggregation.
25 * @return $this
29 return $this->setParam('path', $path);
H A DValueCount.php13 * @param string $name the name of this aggregation
14 * @param string $field the field on which to perform this aggregation
19 $this->setField($field);
23 * Set the field for this aggregation.
25 * @param string $field the name of the document field on which to perform this aggregation
27 * @return $this
31 return $this->setParam('field', $field);
/plugin/elasticsearch/vendor/ruflin/elastica/src/ResultSet/
H A DChainProcessor.php23 $this->processors = $processors;
31 foreach ($this->processors as $processor) {
/plugin/combo/vendor/php-webdriver/webdriver/lib/Remote/
H A DRemoteExecuteMethod.php17 $this->driver = $driver;
27 return $this->driver->execute($command_name, $parameters);
/plugin/abbrlist/
H A Dsyntax.php43 $this->Lexer->addSpecialPattern('\{\{abbrlist>[^}]*\}\}',$mode,'plugin_abbrlist');
118 $R->doc .= $this->getLang('key');
121 $R->doc .= $this->getLang('value');
/plugin/eshop/
H A Dsyntax.php23 $this->Lexer->addSpecialPattern('\{\{eshop>[^}]*\}\}', $mode, 'plugin_eshop');
35 $btcusd = $this->getConf('btcusd');
36 $eurusd = $this->getConf('eurusd');
/plugin/nslist/
H A Dsyntax.php47 $this->Lexer->addSpecialPattern('{{nslist>[^}]*}}',$mode,'plugin_nslist');
101 usort($result,array($this,'_sort_date'));
103 usort($result,array($this,'_sort_page'));
/plugin/authhttp/
H A Daction.php15 * All of this code ONLY applies when DokuWiki's configured auth plugin is authsplit
36 $this->active = (
44 if ($this->active) {
71 if ($this->active) {
74 $this,
81 $this,
88 $this,
130 so we supply a random one in hidden form fields. As this code only runs when
162 so we supply a random one in hidden form fields. As this code only runs when
/plugin/phosphor/
H A Dphblock.php39 $this->Lexer->addEntryPattern('<phosphor>(?=.*?</phosphor>)',$mode,'plugin_phosphor_phblock');
40 … $this->Lexer->addEntryPattern('<phosphor .+?>(?=.*?</phosphor>)',$mode,'plugin_phosphor_phblock');
44 $this->Lexer->addExitPattern('</phosphor.*?>', 'plugin_phosphor_phblock');
/plugin/combo/ComboStrap/
H A DPageType.php52 return $this->getValue();
54 return $this->getDefaultValue();
101 $resource = $this->getResource();
H A DSlug.php74 return $this->setFromStoreValueWithoutException($value);
79 return $this->setFromStoreValueWithoutException($value);
113 $title = PageTitle::createForMarkup($this->getResource())->getValueOrDefault();
117 throw new \RuntimeException("The default title of the page (" . $this->getResource() . ") should not be empty.");
/plugin/findologicxmlexport/vendor/twig/twig/src/TokenParser/
H A DFlushTokenParser.php28 $this->parser->getStream()->expect(Token::BLOCK_END_TYPE);
30 return new FlushNode($token->getLine(), $this->getTag());
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/
H A DTextNode.php32 ->addDebugInfo($this)
34 ->string($this->getAttribute('data'))
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Util/
H A DGetoptTest.php34 $this->assertEquals($expected, $actual);
58 $this->assertEquals($expected, $actual);
/plugin/findologicxmlexport/vendor/jms/serializer/src/EventDispatcher/
H A DObjectEvent.php23 $this->object = $object;
31 return $this->object;
/plugin/html2pdf/html2pdf/html2ps/classes/org/active-link/xml/
H A DXMLLeaf.php53 return $this->parentXML;
65 $this->parentXML = &$xml;
/plugin/feedauth/
H A Daction.php22 …$controller->register_hook('FEED_OPTS_POSTPROCESS', 'BEFORE', $this, 'handle_feed_opts_postprocess…
28 if($this->getConf('always') || isset($_REQUEST['feedauth'])){
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/
H A DSeparatorFilter.php36 $this->separator = $separator;
45 $asset->setContent($asset->getContent() . $this->separator);
/plugin/displaywikipage/
H A Dadmin.php26 $this->savePreferences($INPUT->post->arr('pref'));
39 echo $this->locale_xhtml('intro');
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Extensions/
H A DPhptTestSuite.php26 $this->setName($directory);
32 $this->addTestFile($file);
/plugin/statdisplay/
H A Daction.php14 $controller->register_hook('INDEXER_TASKS_RUN', 'AFTER', $this, 'handle_run');
29 $lines = $log->parseLogData($this->getConf('lines'));

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