Home
last modified time | relevance | path

Searched refs:this (Results 16901 – 16925 of 27090) sorted by relevance

1...<<671672673674675676677678679680>>...1084

/plugin/bibtex/OSBib/format/bibtexParse/
H A DPARSEPAGE.php34 if($this->type1($item))
35 return $this->return;
58 $this->return = array($end, $start);
60 $this->return = array($start, $end);
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Xml/
H A DTotals.php49 $this->container = $container;
52 $this->linesNode = $dom->createElementNS(
62 $this->functionsNode = $dom->createElementNS(
72 $this->traitsNode = $dom->createElementNS(
/plugin/webdav/vendor/sabre/dav/lib/DAV/Auth/Backend/
H A DFile.php35 $this->loadFile($filename);
58 $this->users[$realm . ':' . $username] = $A1;
73 …return isset($this->users[$realm . ':' . $username]) ? $this->users[$realm . ':' . $username] : fa…
/plugin/findologicxmlexport/vendor/jms/metadata/src/Driver/
H A DDriverChain.php21 $this->drivers = $drivers;
26 $this->drivers[] = $driver;
31 foreach ($this->drivers as $driver) {
46 foreach ($this->drivers as $driver) {
/plugin/findologicxmlexport/vendor/jms/metadata/tests/
H A DClassMetadataTest.php16 $this->assertEquals('Metadata\Tests\Fixtures\TestObject', $metadata->name);
23 $this->assertEquals($metadata, unserialize(serialize($metadata)));
34 $this->assertTrue($metadata->isFresh());
39 $this->assertFalse($metadata->isFresh());
/plugin/gtime/gtlib/asn1/x509/
H A DX509AlgorithmIdentifier.php79 $this->algorithm = $algorithm->getValue();
91 $sequence->add(new ASN1ObjectId($this->algorithm));
104 $this->algorithm = $algorithm;
114 return $this->algorithm;
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/
H A Dreplace.test4 {{ "I liké %this% and %that%."|replace({'%this%': "foo", '%that%': "bar"}) }}
6 {{ 'I like %this% and %that%.'|replace(traversable) }}
8 return ['traversable' => new \ArrayObject(['%this%' => 'foo', '%that%' => 'bar'])]
/plugin/davcard/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/
H A DExpandFloatingTimesTest.php27 $this->assertInstanceOf('Sabre\\VObject\\Component\\VCalendar', $vcal);
63 $this->assertEquals($output, str_replace("\r", "", $result));
82 $this->assertInstanceOf('Sabre\\VObject\\Component\\VCalendar', $vcal);
118 $this->assertEquals($output, str_replace("\r", "", $result));
/plugin/markdowku/
H A Danchorsinline.php17 $this->nested_brackets_re =
20 $this->Lexer->addSpecialPattern(
21 '\['.$this->nested_brackets_re.'\]\([ \t]*<?.+?>?[ \t]*(?:[\'"].*?[\'"])?\)',
30 … '/^\[('.$this->nested_brackets_re.')\]\([ \t]*<?(.+?)>?[ \t]*(?:[\'"](.*?)[\'"])?[ \t]*?\)$/',
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/
H A DExpandFloatingTimesTest.php27 $this->assertInstanceOf('Sabre\\VObject\\Component\\VCalendar', $vcal);
63 $this->assertEquals($output, str_replace("\r", "", $result));
82 $this->assertInstanceOf('Sabre\\VObject\\Component\\VCalendar', $vcal);
118 $this->assertEquals($output, str_replace("\r", "", $result));
/plugin/vshare/_test/
H A DVideoSyntaxTest.php48 $this->assertEquals($ewidth, $width, 'width');
49 $this->assertEquals($eheight, $height, 'height');
50 $this->assertEquals($eparams, $eparams, 'height');
98 $this->assertEquals($expect, $result);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAVACL/Xml/Property/
H A DSupportedPrivilegeSetTest.php16 $this->assertInstanceOf('Sabre\DAVACL\Xml\Property\SupportedPrivilegeSet', $prop);
32 $this->assertXmlStringEqualsXmlString('
64 $this->assertXmlStringEqualsXmlString('
117 $this->assertEquals($expected, $prop->toHtml($html));
/plugin/davcal/vendor/sabre/dav/lib/DAV/Auth/Backend/
H A DFile.php35 $this->loadFile($filename);
58 $this->users[$realm . ':' . $username] = $A1;
73 …return isset($this->users[$realm . ':' . $username]) ? $this->users[$realm . ':' . $username] : fa…
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Namespaces/
H A DAbstractNamespace.php11 * Elasticsearch B.V licenses this file to you under the Apache 2.0 License or
38 $this->transport = $transport;
39 $this->endpoints = $endpoints;
58 $response = $this->transport->performRequest(
66 return $this->transport->resultOrFuture($response, $endpoint->getOptions());
/plugin/elasticsearch/vendor/ruflin/elastica/src/Aggregation/
H A DGeohashGrid.php18 * @param string $name the name of this aggregation
19 * @param string $field the field on which to perform this aggregation
24 $this->setField($field);
28 * Set the field for this aggregation.
30 * @param string $field the name of the document field on which to perform this aggregation
32 * @return $this
36 return $this->setParam('field', $field);
40 * Set the precision for this aggregation.
44 * @return $this
52 return $this
[all...]
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Barcode/
H A DAbstractBarcode.php18 return $this->data;
28 return isset($this->data[$key]) ? $this->data[$key] : null;
36 return $this->getKey('checkdigit');
/plugin/encryptedpasswords/
H A Daction.php17 $controller->register_hook('DOKUWIKI_STARTED', 'AFTER', $this, 'handleDokuWikiStarted');
18 $controller->register_hook('DRAFT_SAVE', 'BEFORE', $this, 'handleDraftSave');
31 $JSINFO['plugins']['encryptedpasswords']['timeout'] = $this->getConf('reload_seconds');
44 $repl = $this->getLang('draftreplace');
/plugin/struct/meta/
H A DSummaryColumn.php27 $this->getType()->setContext($this);
50 $col = 'titles.' . $this->getColName($enforceSingleColumn);
69 return $this->getLabel();
H A DUserColumn.php28 $this->getType()->setContext($this);
51 $col = 'titles.' . $this->getColName($enforceSingleColumn);
70 return $this->getLabel();
/plugin/pagequery/
H A DPageQuery.php29 $this->lang = $lang;
42 $this->lang["no_results"],
54 $this->snippet_cnt = $opt['snippet']['count'];
56 return $this->$render_type($sorted_results, $opt, $count);
150 // this also avoids rebuilding the display name when building links later (DRY)
161 // fourth column: cache the page abstract if needed; this saves a lot of time later
169 // reset cache of full date for this row
179 $value = $this->first($abc, strlen($key));
208 $value = $this->joinKeysIf(' ', $meta['relation']['references']);
220 // this i
[all...]
/plugin/bugzillaint/action/
H A Dfetch.php14 $controller->register_hook('AJAX_CALL_UNKNOWN', 'BEFORE', $this, 'handle_ajax');
34 $bugzillaclient = $this->loadHelper('bugzillaint_bugzillaclient', false);
38 $this->getConf('bugzilla_login'),
39 $this->getConf('bugzilla_password')
42 $result = $this->fetchData(
/plugin/authmantis/
H A Dauth.php50 die( $this->getLang( 'mantis_core_missing' ) );
53 $this->cando['external'] = true;
54 $this->cando['logoff'] = true;
101 $USERINFO = $this->_loadUserData( $t_user_id );
131 return $this->_loadUserData( user_get_id_by_name( $user ) );
/plugin/webcomics/
H A Dsyntax.php26 $feeds = explode(';', $this->getConf('feeds'));
31 $this->comics[$key] = $matches[2];
39 $this->Lexer->addSpecialPattern('<comic=".*?">', $mode, 'plugin_webcomics');
57 $url = $this->comics[$match];
84 $message = str_replace('%COMIC%', $match, $this->getLang('unknown'));
/plugin/slideshare/slideshare/
H A Dsyntax.php24 $this->html = @file_get_contents(DOKU_PLUGIN.'slideshare/div.htm');
25 $this->pattern = '/\{\{(\s?)slide>(|link):([^} |]+)\|?(.*?)(\s?)\}\}/';
41 …function connectTo($mode) { $this->Lexer->addSpecialPattern('\{\{\s?slide>[^}]*\s?\}\}',$mode,'plu…
44 $pm = preg_match_all($this->pattern,$match,$result);
75 $renderer->doc.=sprintf($this->html,$id,425,350,$align,$id,425,350,$align,$title);
/plugin/newsticker/syntax/
H A Dticker.php39 $this->Lexer->addEntryPattern('<newsticker>',$mode,'plugin_newsticker_ticker');
43 $this->Lexer->addExitPattern('</newsticker>','plugin_newsticker_ticker');
61 $lines = $this->cleanData($lines);
99 …gin_newsticker" type="button" id="plugin_newsticker_unticker" title="' . $this->getLang('previous'…
100 …lugin_newsticker" type="button" id="plugin_newsticker_ticker" title="' . $this->getLang('next') . …

1...<<671672673674675676677678679680>>...1084