Home
last modified time | relevance | path

Searched refs:this (Results 22151 – 22175 of 27090) sorted by relevance

1...<<881882883884885886887888889890>>...1084

/plugin/latex/syntax/
H A Dddollar.php19 $this->Lexer->addEntryPattern('\$\$(?=.*\$\$)',$mode,'plugin_latex_ddollar');
21 function postConnect() { $this->Lexer->addExitPattern('\$\$','plugin_latex_ddollar'); }
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Fixtures/
H A DPublisher.php28 $this->name = $name;
33 return $this->name;
/plugin/webdav/vendor/sabre/xml/lib/Element/
H A DBase.php34 $this->value = $value;
59 $writer->write($this->value);
/plugin/webdav/vendor/sabre/xml/lib/
H A DLibXMLException.php37 $this->errors = $errors;
49 return $this->errors;
/plugin/bbcode/
H A Dbold.php22 …function connectTo($mode) { $this->Lexer->addEntryPattern('\[b\](?=.*?\x5B/b\x5D)',$mode,'strong')…
23 function postConnect() { $this->Lexer->addExitPattern('\[/b\]','strong'); }
H A Ditalic.php22 …function connectTo($mode) { $this->Lexer->addEntryPattern('\[i\](?=.*?\x5B/i\x5D)',$mode,'emphasis…
23 function postConnect() { $this->Lexer->addExitPattern('\[/i\]','emphasis'); }
H A Dmonospace.php22 …function connectTo($mode) { $this->Lexer->addEntryPattern('\[m\](?=.*?\x5B/m\x5D)',$mode,'monospac…
23 function postConnect() { $this->Lexer->addExitPattern('\[/m\]','monospace'); }
H A Dunderline.php22 …function connectTo($mode) { $this->Lexer->addEntryPattern('\[u\](?=.*?\x5B/u\x5D)',$mode,'underlin…
23 function postConnect() { $this->Lexer->addExitPattern('\[/u\]','underline'); }
/plugin/icalevents/vendor/sabre/xml/lib/
H A DLibXMLException.php37 $this->errors = $errors;
49 return $this->errors;
/plugin/icalevents/vendor/sabre/xml/lib/Element/
H A DBase.php34 $this->value = $value;
59 $writer->write($this->value);
/plugin/poem/
H A Dblock.php20 $this->Lexer->addEntryPattern('<poem>\n?',$mode,'plugin_poem_block');
24 $this->Lexer->addExitPattern('</poem>','plugin_poem_block');
/plugin/davcard/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/
H A DIssue48Test.php31 $this->assertInstanceOf('Sabre\\VObject\\Component\\VCalendar', $vcal);
45 $this->assertEquals($expected, $result);
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/
H A DIssue48Test.php31 $this->assertInstanceOf('Sabre\\VObject\\Component\\VCalendar', $vcal);
45 $this->assertEquals($expected, $result);
/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Type/
H A DEnumeratedType.php8 * file that was distributed with this source code.
26 * @return $this
30 $this->value = $value;
32 return $this;
H A DIntegerType.php8 * file that was distributed with this source code.
26 * @return $this
30 $this->value = $value;
32 return $this;
/plugin/commonmark/vendor/league/commonmark/src/Extension/Mention/Generator/
H A DStringTemplateLinkGenerator.php11 * file that was distributed with this source code.
25 $this->urlTemplate = $urlTemplate;
30 $mention->setUrl(\sprintf($this->urlTemplate, $mention->getIdentifier()));
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/
H A DIssue48Test.php31 $this->assertInstanceOf('Sabre\\VObject\\Component\\VCalendar', $vcal);
45 $this->assertEquals($expected, $result);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAVACL/PrincipalBackend/
H A DPDOMySQLTest.php15 …if (!SABRE_HASMYSQL) $this->markTestSkipped('MySQL driver is not available, or not properly config…
17 if (!$pdo) $this->markTestSkipped('Could not connect to MySQL database');
/plugin/davcal/vendor/sabre/xml/lib/Element/
H A DBase.php34 $this->value = $value;
59 $writer->write($this->value);
/plugin/davcal/vendor/sabre/xml/lib/
H A DLibXMLException.php37 $this->errors = $errors;
49 return $this->errors;
/plugin/commonmark/
H A Daction.php12 * file that was distributed with this source code.
26 $controller->register_hook('PARSER_WIKITEXT_PREPROCESS', 'BEFORE', $this,
32 if ($this->getConf('force_commonmark')) {
34 $event->data = Commonmark::RendtoDW($markdown, $this->getConf('frontmatter_tag'));
39 $event->data = Commonmark::RendtoDW($markdown, $this->getConf('frontmatter_tag'));
/plugin/elasticsearch/vendor/ruflin/elastica/src/Aggregation/
H A DReverseNested.php13 * @param string $name The name of this aggregation
14 * @param string|null $path Optional path to the nested object for this aggregation. Defaults to the root of the main document.
21 $this->setPath($path);
26 * Set the nested path for this aggregation.
28 * @return $this
32 return $this->setParam('path', $path);
43 // if we don't have a path, then this would otherwise get encoded as an empty array, which is invalid.
/plugin/elasticsearch/vendor/ruflin/elastica/src/Query/
H A DRegexp.php24 $this->setValue($key, $value, $boost);
31 * @return $this
35 return $this->setParam($key, ['value' => $value, 'boost' => $boost]);
/plugin/prosemirror/parser/
H A DInterwikiLinkNode.php10 return $this->getDefaultLinkSyntax($this->attrs['data-inner']);
/plugin/combo/action/
H A Dqualitymessage.php24 // ie $this->lang
25 $this->setupLocale();
37 $controller->register_hook('MENU_ITEMS_ASSEMBLY', 'AFTER', $this, 'addMenuItem');
53 * If this is not the page menu, return

1...<<881882883884885886887888889890>>...1084