Home
last modified time | relevance | path

Searched refs:this (Results 21851 – 21875 of 27090) sorted by relevance

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

/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DServerPlugin.php69 return get_class($this);
103 'name' => $this->getPluginName(),
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/
H A DExceptionTest.php10 $this->assertEquals(500,$e->getHTTPCode());
24 $this->assertEquals($status, $obj->getHTTPCode());
/plugin/davcal/vendor/sabre/vobject/lib/Property/
H A DBoolean.php34 $this->setValue($val);
45 return $this->value?'TRUE':'FALSE';
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Namespaces/
H A DSslNamespace.php11 * Elasticsearch B.V licenses this file to you under the Apache 2.0 License or
24 * NOTE: this file is autogenerated using util/GenerateEndpoints.php
41 $endpointBuilder = $this->endpoints;
45 return $this->performRequest($endpoint);
/plugin/elasticsearch/vendor/ruflin/elastica/src/Processor/
H A DSortProcessor.php21 $this->setField($field);
27 * @return $this
31 return $this->setParam('order', $order);
/plugin/odt/ODT/elements/
H A DODTRoot.php19 $this->setClass ('root');
20 $this->setCount (1);
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Ast/Selector/Simple/
H A DType.php13 $this->namespacePrefix = $prefix;
14 $this->elementName = $name;
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
H A DTocPageBreak.php9 list($isbreak, $toc_id) = $this->tableOfContents->openTagTOCPAGEBREAK($attr);
10 $this->toc_id = $toc_id;
/plugin/doi/syntax/
H A Disbn.php15 $this->Lexer->addSpecialPattern('\[\[isbn>[^\]]+\]\]', $mode, 'plugin_doi_isbn');
28 $class = '\\dokuwiki\\plugin\\doi\\Resolver\\Isbn'.$this->getConf('isbnresolver').'Resolver';
/plugin/struct/types/
H A DAbstractMultiBaseType.php29 $this->valueEditor($name, $value, $htmlID) .
32 $this->getLang('multi') .
H A DText.php24 $R->cdata($this->config['prefix'] . $value . $this->config['postfix']);
/plugin/googlemap3/
H A Daction.php18 $controller->register_hook('TPL_METAHEADER_OUTPUT', 'BEFORE', $this,
26 $script = $this->getConf('script');
/plugin/swarmwebhook/_test/
H A DIFTTTparseTime.test.php22 $this->assertEquals('2018-05-24', $actualDateTime->format('Y-m-d'));
23 $this->assertEquals('2018-05-24T18:02:00+02:00', $actualDateTime->format(\DateTime::ATOM));
/plugin/bureaucracy-au/helper/
H A Dfieldhiddenautoinc.php31 $this->_handlePreload();
32 $form->addHidden($params['name'], $this->getParam('value') . '');
/plugin/html2pdf/html2pdf/html2ps/unittest/
H A Dtest.input.text.php5 $tree = $this->runPipeline('
100 $this->assertEqual($element->get_full_width(),
/plugin/slideshow/
H A Dsyntax.php21 $this->swfLoc = DOKU_BASE.'lib/plugins/slideshow/slideshow.swf';
22 $this->xmlCache = new plugin_cache("slideshow",'',"xml");
/plugin/bureaucracyau/helper/
H A Dfieldhiddenautoinc.php31 $this->_handlePreload();
32 $form->addHidden($params['name'], $this->getParam('value') . '');
/plugin/html2pdf/html2pdf/html2ps/classes/org/active-link/xml/
H A DXMLBranch.php51 return $this->parentXML;
63 $this->parentXML = &$xml;
/plugin/webdav/vendor/sabre/dav/lib/DAV/Auth/Backend/
H A DBasicCallBack.php37 $this->callBack = $callBack;
53 $cb = $this->callBack;
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Constraint/
H A DCallback.php34 $this->callback = $callback;
47 return call_user_func($this->callback, $other);
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Exception/Prophecy/
H A DObjectProphecyException.php24 $this->objectProphecy = $objectProphecy;
32 return $this->objectProphecy;
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Util/
H A DRegexTest.php37 $this->assertEquals($return, PHPUnit_Util_Regex::pregMatchSafe($pattern, $subject));
45 $this->assertFalse(PHPUnit_Util_Regex::pregMatchSafe($pattern, $subject));
/plugin/authfacebook/lib/PseudoRandomString/
H A DRandomBytesPseudoRandomStringGenerator.php55 $this->validateLength($length);
57 return $this->binToHex(random_bytes($length), $length);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Auth/Backend/
H A DPDOMySQLTest.php11 …if (!SABRE_HASMYSQL) $this->markTestSkipped('MySQL driver is not available, or not properly config…
13 if (!$pdo) $this->markTestSkipped('Could not connect to MySQL database');
/plugin/davcal/vendor/sabre/dav/lib/DAV/Auth/Backend/
H A DBasicCallBack.php37 $this->callBack = $callBack;
53 $cb = $this->callBack;

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