Home
last modified time | relevance | path

Searched refs:this (Results 22176 – 22200 of 27090) sorted by relevance

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

/plugin/dw2pdf/_test/
H A DSyntaxExportLinkTest.php38 $this->assertEquals($expected_parser_response, $parser_response[2]);
43 $this->assertEquals($expected_renderer_response, $trimmed_renderer_response);
/plugin/latex-was/syntax/
H A Deqnarray.php15 $this->Lexer->addEntryPattern('\x5Cbegin\{eqnarray\}(?=.*\x5Cend\{eqnarray\})',
19 $this->Lexer->addExitPattern('\x5Cend\{eqnarray\}','plugin_latex_eqnarray');
H A Ddisplaymath.php16 $this->Lexer->addEntryPattern('\x5Cbegin\{displaymath\}(?=.*\x5Cend\{displaymath\})',
20 $this->Lexer->addExitPattern('\x5Cend\{displaymath\}','plugin_latex_displaymath');
H A Deqnarraystar.php15 $this->Lexer->addEntryPattern('\x5Cbegin\{eqnarray\*\}(?=.*\x5Cend\{eqnarray\*\})',
19 $this->Lexer->addExitPattern('\x5Cend\{eqnarray\*\}','plugin_latex_eqnarraystar');
H A Dequation.php16 $this->Lexer->addEntryPattern('\x5Cbegin\{equation\}(?=.*\x5Cend\{equation\})',
20 $this->Lexer->addExitPattern('\x5Cend\{equation\}','plugin_latex_equation');
H A Dequationstar.php16 $this->Lexer->addEntryPattern('\x5Cbegin\{equation\*\}(?=.*\x5Cend\{equation\*\})',
20 $this->Lexer->addExitPattern('\x5Cend\{equation\*\}','plugin_latex_equationstar');
H A Dlatex.php24 $this->Lexer->addEntryPattern('\x3Clatex\x3E(?=.*\x3C/latex\x3E)',$mode,'plugin_latex_latex');
28 $this->Lexer->addExitPattern('\x3C/latex\x3E','plugin_latex_latex');
H A Dddollar.php19 $this->Lexer->addEntryPattern('\$\$(?=.*\$\$)',$mode,'plugin_latex_ddollar');
21 function postConnect() { $this->Lexer->addExitPattern('\$\$','plugin_latex_ddollar'); }
/plugin/bbcode/
H A Dcode.php22 …function connectTo($mode) { $this->Lexer->addEntryPattern('\[code\](?=.*?\x5B/code\x5D)',$mode,'pr…
23 function postConnect() { $this->Lexer->addExitPattern('\[/code\]','preformatted'); }
/plugin/icalevents/vendor/sabre/xml/lib/Element/
H A DKeyValue.php52 $this->value = $value;
77 $writer->write($this->value);
/plugin/webdav/vendor/sabre/xml/lib/Element/
H A DKeyValue.php52 $this->value = $value;
77 $writer->write($this->value);
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/Expression/Unary/
H A DAbstractUnary.php28 $this->operator($compiler);
29 $compiler->subcompile($this->getNode('node'));
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/
H A DSetTempNode.php28 $name = $this->getAttribute('name');
30 ->addDebugInfo($this)
/plugin/wikiformatstyling/
H A Dpcnt.php28 $this->Lexer->addEntryPattern('%%(?=.*%%)',$mode,'plugin_wikiformatstyling_pcnt');
32 $this->Lexer->addExitPattern('%%','plugin_wikiformatstyling_pcnt');
H A Dnwtag.php28 … $this->Lexer->addEntryPattern('<nowiki>(?=.*</nowiki>)',$mode,'plugin_wikiformatstyling_nwtag');
32 $this->Lexer->addExitPattern('</nowiki>','plugin_wikiformatstyling_nwtag');
/plugin/wikistyle2html/syntax/
H A Dpcnt.php28 $this->Lexer->addEntryPattern('%%(?=.*%%)',$mode,'plugin_wikistyle2html_pcnt');
32 $this->Lexer->addExitPattern('%%','plugin_wikistyle2html_pcnt');
H A Dnwtag.php28 … $this->Lexer->addEntryPattern('<nowiki>(?=.*</nowiki>)',$mode,'plugin_wikistyle2html_nwtag');
32 $this->Lexer->addExitPattern('</nowiki>','plugin_wikistyle2html_nwtag');
/plugin/authlemonldap/
H A Dauth.php20 $this->cando['logout'] = false;
21 $this->cando['external'] = true;
/plugin/instantpage/action/
H A DadjustPrefetchCaching.php15 $controller->register_hook('ACTION_HEADERS_SEND', 'BEFORE', $this, 'adjustCaching');
28 if (!$this->isPrefetchRequest()) {
/plugin/publish/action/
H A Ddebug.php10 $this->hlp = plugin_load('helper','publish');
16 $controller->register_hook('TPL_ACT_RENDER', 'AFTER', $this, 'debug', array());
/plugin/embeddedphp/syntax/
H A Dphpblock.php27 $this->phpblock($data[1], $renderer);
46 $this->php($text, $renderer, 'pre');
/plugin/combo/vendor/dragonmantank/cron-expression/src/Cron/
H A DMonthField.php24 return $this->isSatisfied($date->format('m'), $value);
37 return $this;
/plugin/mikioplugin/syntax/
H A Dcardfooter.php22 $this->addCommonOptions('text-align text-color');
28 $classes = $this->buildClass($data);
29 $styles = $this->buildStyle(array(
33 $renderer->doc .= '<div class="' . $this->elemClass . ' ' . $this->classPrefix . 'card-footer ' . $classes . '"' . $styles . '>';
/plugin/authgooglesheets/vendor/google/apiclient/
H A DREADME.md28 The [docs folder](docs/) provides detailed guides for using this library.
40 Once composer is installed, execute the following command in your project root to install this libr…
110 with the name `google-api-php-client-[RELEASE_NAME].zip` for a package including this library and i…
155 > An example of this can be seen in [`examples/simple-file-upload.php`](examples/simple-file-upload…
175 // Your redirect URI can be any registered URI, but in this example
176 // we redirect back to this same page
191 > An example of this can be seen in [`examples/service-account.php`](examples/service-account.php).
263 Using this library, the same call would look something like this:
269 // build the query - this maps directly to the JSON
363 In this example we use [PHP Cache](http://www.php-cache.com/). Add this to your project with compos…
[all …]
/plugin/codeprettify/code-prettify/
H A DCOPYING11 and distribution as defined by Sections 1 through 9 of this document.
18 control with that entity. For the purposes of this definition,
25 exercising permissions granted by this License.
68 this License, each Contributor hereby grants to You a perpetual,
75 this License, each Contributor hereby grants to You a perpetual,
87 granted to You under this License for that Work shall terminate
96 Derivative Works a copy of this License; and
129 the conditions stated in this License.
134 this License, without any additional terms or conditions.
160 result of this License or out of the use or inability to use the
[all …]

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