Home
last modified time | relevance | path

Searched refs:this (Results 25976 – 26000 of 27090) sorted by relevance

1...<<1031103210331034103510361037103810391040>>...1084

/plugin/qrcode/syntax/
H A Dqrcode.php204 if ($this->getConf('qrcodeshowfooter'))
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Xml/Request/
H A DShare.php37 $this->sharees = $sharees;
/plugin/sneakyindexfix/
H A Daction.php20 $controller->register_hook('AUTH_ACL_CHECK', 'AFTER', $this, '_acl_check');
/plugin/mtg/
H A Dsyntax.php50 $this->Lexer->addSpecialPattern('{{mtg:.*?}}', $mode, 'plugin_mtg');
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/Expression/Filter/
H A DDefaultFilter.php50 $compiler->subcompile($this->getNode('node'));
/plugin/findologicxmlexport/vendor/phpunit/php-file-iterator/src/
H A DFacade.php61 'commonPath' => $this->getCommonPath($files),
/plugin/searchtablejs/
H A DREADME12 along with this program. If not, see <http://www.gnu.org/licenses/>.
/plugin/explain/
H A Dstyle.css25 /* IE/Win requires this */
/plugin/tableedit/
H A DREADME.md6 The goal of this plugin is to simplify handling Dokuwiki table columns. It's not easy to move some …
/plugin/facebook/
H A Dsyntax.php38 $this->Lexer->addSpecialPattern('{{fbfanbox>[0-9]+.*?}}',$mode,'plugin_facebook');
/plugin/topbarsyntax/
H A Dsyntax.php39 $this->Lexer->addSpecialPattern('\{\{topbarsyntax>[^}]*\}\}',$mode,'plugin_topbarsyntax');
/plugin/headernofloat/
H A Dsyntax.php30 …$this->Lexer->addSpecialPattern( '^[ \t]*#{2,6}[^\n]+#{2,6}[ \t]*(?=\n)', $mode, 'plugin_headernof…
/plugin/flash/
H A Dsyntax.php48 $this->Lexer->addSpecialPattern('<flash.*?>\n.*?\n</flash>',$mode,'plugin_flash');
/plugin/diff/
H A Dsyntax_plugin_diff.css12 in the file "style.css" or rename this file to "style.css".
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/
H A DChangeLog-3.0.md3 All notable changes of the PHP_CodeCoverage 3.0 release series are documented in this file using th…
/plugin/preregister/lang/en/
H A Dinfo.txt7 by the web server, if your web server supports this feature.
/plugin/commonmark/vendor/league/commonmark/src/Block/Parser/
H A DSetExtHeadingParser.php
/plugin/commonmark/src/Dokuwiki/Plugin/Commonmark/Extension/Renderer/Inline/
H A DFootnoteRefRenderer.php13 * file that was distributed with this source code.
62 $this->config = $configuration;
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/
H A DIssue33Test.php102 $this->assertTrue(file_exists(SABRE_TEMPDIR . '/issue33/' . urldecode('%C3%A0fo%C3%B3')));
/plugin/bootswrapper/syntax/
H A Dtext.php106 $text_attributes = $this->buildAttributes(array(
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DGraphNamespace.asciidoc13 NOTE: this file is autogenerated using util/GenerateEndpoints.php
/plugin/navi/_test/
H A DExternalLinksTest.php64 $this->assertEquals([
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth2/Service/
H A DHubic.php59 $this->baseApiUri = new Uri('https://api.hubic.com/');
130 'client_id' => $this->credentials->getConsumerId(),
131 'redirect_uri' => $this->credentials->getCallbackUrl(),
138 $parameters['scope'] = implode(',', $this->scopes);
140 if ($this->needsStateParameterInAuthUrl()) {
142 $parameters['state'] = $this->generateAuthorizationState();
144 $this->storeAuthorizationState($parameters['state']);
148 $url = clone $this->getAuthorizationEndpoint();
H A DJawboneUP.php62 $this->baseApiUri = new Uri('https://jawbone.com/nudge/api/v.1.1/');
74 'client_id' => $this->credentials->getConsumerId(),
75 'redirect_uri' => $this->credentials->getCallbackUrl(),
80 $parameters['scope'] = implode(' ', $this->scopes);
83 $url = clone $this->getAuthorizationEndpoint();
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth1/Service/
H A DEtsy.php29 $this->baseApiUri = new Uri('https://openapi.etsy.com/v2/');
38 $uri = new Uri($this->baseApiUri . 'oauth/request_token');
39 $scopes = $this->getScopes();
53 return new Uri($this->baseApiUri);
61 return new Uri($this->baseApiUri . 'oauth/access_token');
77 return $this->parseAccessTokenResponse($responseBody);
112 * @return $this
120 $this->scopes = $scopes;
121 return $this;
130 return $this
[all...]

1...<<1031103210331034103510361037103810391040>>...1084