Home
last modified time | relevance | path

Searched refs:this (Results 17201 – 17225 of 27090) sorted by relevance

1...<<681682683684685686687688689690>>...1084

/plugin/prespan/
H A Dsyntax.php52 $this->Lexer->addEntryPattern('<prespan>(?=.*</prespan>)', $mode, 'plugin_prespan');
53 $this->Lexer->addEntryPattern('\!\[(?=.*\]\!)', $mode, 'plugin_prespan');
57 $this->Lexer->addExitPattern('</prespan>', 'plugin_prespan');
58 $this->Lexer->addExitPattern('\]\!', 'plugin_prespan');
/plugin/authgoogle/google/cache/
H A DGoogle_ApcCache.php60 } while ($cnt <= $tries && $this->isLocked($key));
61 if ($this->isLocked($key)) {
63 $this->removeLock($key);
76 $this->delete($key);
/plugin/dirtylittlehelper/syntax/
H A Dmermaid.php49 …$this->Lexer->addEntryPattern('\<dlh\.mm\>',$mode,'plugin_dirtylittlehelper_'.$this->getPluginComp…
54 …$this->Lexer->addExitPattern('\<\/dlh\.mm\>','plugin_dirtylittlehelper_'.$this->getPluginComponent…
H A Dstyle.php49 …$this->Lexer->addEntryPattern('\<dlh\.style\>',$mode,'plugin_dirtylittlehelper_'.$this->getPluginC…
54 …$this->Lexer->addExitPattern('\<\/dlh\.style\>','plugin_dirtylittlehelper_'.$this->getPluginCompon…
/plugin/davcard/vendor/sabre/vobject/tests/VObject/
H A DEmptyParameterTest.php21 $this->assertInstanceOf('Sabre\\VObject\\Component\\VCard', $vcard);
28 $this->assertTrue(isset($converted->EMAIL['X-INTERN']));
44 $this->assertEquals($expected, str_replace("\r","", $vcard));
66 $this->assertEquals(implode("\r\n", $expected), $result);
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/
H A DEmptyParameterTest.php21 $this->assertInstanceOf('Sabre\\VObject\\Component\\VCard', $vcard);
28 $this->assertTrue(isset($converted->EMAIL['X-INTERN']));
44 $this->assertEquals($expected, str_replace("\r","", $vcard));
66 $this->assertEquals(implode("\r\n", $expected), $result);
/plugin/davcal/vendor/sabre/vobject/tests/VObject/
H A DEmptyParameterTest.php21 $this->assertInstanceOf('Sabre\\VObject\\Component\\VCard', $vcard);
28 $this->assertTrue(isset($converted->EMAIL['X-INTERN']));
44 $this->assertEquals($expected, str_replace("\r","", $vcard));
66 $this->assertEquals(implode("\r\n", $expected), $result);
/plugin/davcal/vendor/sabre/dav/lib/DAV/Mount/
H A DPlugin.php35 $this->server = $server;
36 $this->server->on('method:GET', [$this, 'httpGet'], 90);
58 $this->davMount($response, $currentUri);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/
H A DExpandEventsDTSTARTandDTENDbyDayTest.php71 $response = $this->request($request);
83 $this->assertEquals(2, count($vObject->VEVENT));
93 …$this->assertContains($child->getValue(), array('20120214T171500Z', '20120216T171500Z'), 'DTSTART …
96 …$this->assertContains($child->getValue(), array('20120214T181500Z', '20120216T181500Z'), 'DTEND is…
/plugin/evesso/conf/
H A Dmetadata.php18 $key = htmlspecialchars($this->_key);
21 $label = '<label for="config___'.$key.'">'.$this->prompt($plugin).'</label>';
38 $key = htmlspecialchars($this->_key);
41 $label = '<label for="config___'.$key.'">'.$this->prompt($plugin).'</label>';
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DSuggest.php18 $this->addSuggestion($suggestion);
23 * Set the global text for this suggester.
27 return $this->setParam('text', $text);
31 * Add a suggestion to this suggest clause.
35 return $this->addParam('suggestion', $suggestion);
61 $baseName = $this->_getBaseName();
/plugin/combo/ComboStrap/
H A DIndex.php25 $this->indexer = idx_get_indexer();
39 return $this->indexer->lookupKey('relation_media', $dokuwikiId);
70 $pageIdList = $this->indexer->getPages();
94 $this->indexer->deletePage($page->getWikiId());
H A DCanonical.php41 return $this->getValue();
43 return $this->getDefaultValue();
93 $resourceCombo = $this->getResource();
110 $namesOriginal = $this->getResource()->getPathObject()->getNamesWithoutExtension();
113 * To resolve this problem
135 * If this is a `start` page, delete the name
181 ->addQueryParameter(DokuwikiId::DOKUWIKI_ID_ATTRIBUTE, $this->getValue()->getWikiId());
191 $path = $this->getValue()->toAbsoluteId();
/plugin/combo/syntax/
H A Dxmlblockemptytag.php66 $this->Lexer->addSpecialPattern($pattern, $mode, PluginUtility::getModeFromTag($this->getPluginComponent()));
73 return XmlTagProcessing::handleStaticEmptyTag($match, $state, $pos, $handler, $this);
87 return XmlTagProcessing::renderStaticEmptyTag($format, $renderer, $data, $this);
/plugin/qna/syntax/
H A Dheader.php18 $this->mode = substr(get_class($this), 7);
43 …$this->Lexer->addSpecialPattern('[ \t]*=\?={1,4}[^=\n][^\n]+={3,}[ \t]*(?=\n)', $mode, $this->mode…
/plugin/cite/
H A Daction.php18 … $controller->register_hook('ACTION_ACT_PREPROCESS', 'BEFORE', $this, '_handle_act', array());
19 $controller->register_hook('TPL_ACT_UNKNOWN', 'BEFORE', $this, '_handle_tpl_act', array());
20 $controller->register_hook('MENU_ITEMS_ASSEMBLY', 'AFTER', $this, 'addsvgbutton', array());
48 $author = $this->getConf('cite_author');
52 $publisher = $this->getConf('cite_publisher');
200 if ($event->data['view'] != 'page' || !$this->getConf('showcitebutton')) {
/plugin/pgn4web/
H A Dpgn4web.patch4 …ITLE="go to game start" ID="btnGoToStart" onClick="clickedBbtn(this,event);" ONFOCUS="this.blur();…
6 …TLE="move backward" ID="btnMoveBackward1" onClick="clickedBbtn(this,event);" ONFOCUS="this.blur();…
11 …text += ' ID="btnPlay" NAME="AutoPlay" onClick="clickedBbtn(this,event);" ONFOCUS="this.blur();"><…
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.audio-video.swf.php29 $info = &$this->getid3->info;
36 $this->fseek($info['avdataoffset']);
38 …$SWFfileData = $this->fread($info['avdataend'] - $info['avdataoffset']); // 8 + 2 + 2 + max(9) byt…
51 …$this->error('Expecting "FWS" or "CWS" at offset '.$info['avdataoffset'].', found "'.getid3_lib::P…
65 …$this->error('Error decompressing compressed SWF data ('.strlen($SWFfileData).' bytes compressed, …
133 if ($this->ReturnAllTagData) {
/plugin/findologicxmlexport/vendor/goetas-webservices/xsd2php-runtime/src/Jms/Handler/
H A DXmlSchemaDateHandler.php66 $this->defaultTimezone = new \DateTimeZone($defaultTimezone);
96 return $this->parseDateTime($data, $type);
114 return $this->parseDateTime($data, $type);
121 if ($date->getTimezone()->getOffset($date) !== $this->defaultTimezone->getOffset($date)) {
136 return new \DateTime($data, $this->defaultTimezone);
141 …$timezone = isset($type['params'][1]) ? new \DateTimeZone($type['params'][1]) : $this->defaultTime…
/plugin/vimeo/
H A Dsyntax.php42 $this->Lexer->addSpecialPattern('{{vimeoAlbum>.+?}}', $mode, 'plugin_vimeo');
59 $data = $this->getAlbumVideos($albumID);
93 $this->renderVideo($renderer, $video);
115 $accessToken = $this->getConf('accessToken');
123 $respData = $this->sendVimeoRequest($accessToken, $endpoint, $errors);
128 … $respData = $this->sendVimeoRequest($accessToken, $respData['paging']['next'], $errors);
/plugin/farmsync/_test/
H A DgetPagesFromLine.test.php70 $this->assertEquals($expectedResult, $actual_result, $failureMsg);
71 $this->assertEquals(count($MSG), $expectedMsgCount);
149 $this->assertEquals($expectedResult, $actual_result, $failureMsg);
150 $this->assertEquals(count($MSG), $expectedMsgCount);
204 $this->assertEquals($expectedResult, $actual_result, $failureMsg);
205 $this->assertEquals(count($MSG), $expectedMsgCount);
/plugin/findologicxmlexport/vendor/hoa/compiler/Test/Unit/Llk/Rule/
H A DInvocation.php54 $this
75 $this
97 $this
120 $this
136 $this
153 $this
/plugin/block/
H A Dsyntax.php50 …function connectTo($mode) { $this->Lexer->addEntryPattern('<block.*?>(?=.*?</block>)',$mode,'plugi…
51 function postConnect() { $this->Lexer->addExitPattern('</block>','plugin_block'); }
71 $this->edit = $INPUT->str('edit');
80 $this->edit = false;
123 if($this->edit){
157 if($this->edit){
/plugin/siteexport/syntax/
H A Daggregate.php28 …$this->Lexer->addSpecialPattern('\{\{siteexportAGGREGATOR .*?\}\}', $mode, 'plugin_siteexport_aggr…
76 …$formParams = array( 'id' => sectionID('siteexport_site_aggregator', $this->headers), 'action' => …
87 $submitLabel = $this->getLang('AggregateSubmitLabel');
88 $introduction = $this->getLang('AggragateExportPages');
124 array_walk( $values, array( $this, 'checkComplete'), $namespace);
130 … $renderer->doc .= '<span style="color: #a00">'.$this->getLang('NoEntriesFoundHint').'</span>';
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/GitHub/445/
H A DIssue445Test.php6 $this->expectOutputString('test');
13 $this->expectOutputString('test');
19 $this->expectOutputString('foo');

1...<<681682683684685686687688689690>>...1084