Home
last modified time | relevance | path

Searched refs:this (Results 16701 – 16725 of 27090) sorted by relevance

1...<<661662663664665666667668669670>>...1084

/plugin/idcount/
H A Daction.php20 $controller->register_hook('AJAX_CALL_UNKNOWN', 'BEFORE', $this,'_ajax_call');
30 $d = intval($this->getConf('digits'));
45 echo $this->getConf('prefix').$this->_generate_ID();
/plugin/recaptcha2/lib/ReCaptcha/
H A DResponse.php79 $this->success = $success;
80 $this->errorCodes = $errorCodes;
90 return $this->success;
100 return $this->errorCodes;
/plugin/xfortune/
H A Daction.php13 … $controller->register_hook('AJAX_CALL_UNKNOWN', 'BEFORE', $this, 'handle_ajax_call_unknown');
14 $controller->register_hook('DOKUWIKI_STARTED', 'BEFORE', $this, 'handle_claim');
38 if($this->getConf('claim') === '') return;
41 $cookie = helper_plugin_xfortune::getCookieHTML($this->getConf('claim'), 2, 130);
/plugin/html2pdf/html2pdf/html2ps/
H A Dinline.content.builder.pre.php7 $this->InlineContentBuilder();
20 $text = $this->remove_trailing_linefeeds($text);
21 $lines = $this->break_into_lines($text);
30 $this->add_line_break($box, $pipeline);
/plugin/authgoogle/google/auth/
H A DGoogle_AuthNone.php29 $this->setDeveloperKey($apiConfig['developer_key']);
33 public function setDeveloperKey($key) {$this->key = $key;}
42 if ($this->key) {
44 . 'key='.urlencode($this->key));
/plugin/bookcreator/
H A Dhelper.php26 $url = wl($this->getConf('save_namespace').":".$nons);
30 $out .= "<a class='action delete' href='#deletesavedselection' title='{$this->getLang('delselection')}'>"
34 $out .= "<a class='action load' href='#loadsavedselection' title='{$this->getLang('loadselection')}'>"
37 . "<a href='$url' title='{$this->getLang('showselection')}'>".inlineSVG(__DIR__ . '/images/notebook-outline.svg')." $itemtitle</a>";
/plugin/wrap/_test/
H A Dwrap_syntax.test.php
/plugin/odt/ODT/
H A DODTmanifest.php28 $value .= $this->getExtraContent();
39 foreach($this->manifest as $path => $type){
53 return isset($this->manifest[$name]);
63 $this->manifest[$name] = $mime;
/plugin/datatables/
H A Daction.php24 $controller->register_hook('TPL_METAHEADER_OUTPUT', 'BEFORE', $this, 'datatables');
25 $controller->register_hook('DOKUWIKI_STARTED', 'AFTER', $this, 'jsinfo');
44 'enableForAllTables' => $this->getConf('enableForAllTables'),
48 foreach ($this->getLangPath() as $path) {
69 $excluded_pages = $this->getConf('excludedPages');
/plugin/pagestat/syntax/
H A Dedit.php18 …public function connectTo($mode) { $this->Lexer->addEntryPattern('<PT.*?>(?=.*?</PT>)',$mode,'plug…
19 public function postConnect() { $this->Lexer->addExitPattern('</PT>','plugin_pagestat_edit'); }
33 $this->pg_count=$this->pg_count+1;
34 return array($state, $arg_list,$this->pg_count-1);
H A Deditpt.php19 …public function connectTo($mode) { $this->Lexer->addEntryPattern('<pt.*?>(?=.*?</pt>)',$mode,'plug…
20 … public function postConnect() { $this->Lexer->addExitPattern('</pt>','plugin_pagestat_editpt'); }
34 $this->pg_count=$this->pg_count+1;
35 return array($state, $arg_list,$this->pg_count-1);
/plugin/findologicxmlexport/vendor/hoa/math/Test/Unit/Combinatorics/Combination/
H A DCombination.php54 $this
68 $this
87 $this
108 $this
125 $this
/plugin/webdav/core/DAV/Collection/Media/
H A DDirectory.php26 if (auth_quickaclcheck($this->ns . ':*') < AUTH_CREATE) {
37 $id = cleanID($this->info['ns'] . ':' . $sanitized_name);
50 $dir = dirname(mediaFN($this->info['id'] . ':fake'));
69 $info = $this->info;
71 $info['id'] = $this->info['id'] . ':' . cleanID($name);
/plugin/findologicxmlexport/vendor/twig/twig/src/TokenParser/
H A DAutoEscapeTokenParser.php42 $stream = $this->parser->getStream();
47 $expr = $this->parser->getExpressionParser()->parseExpression();
71 $body = $this->parser->subparse([$this, 'decideBlockEnd'], true);
74 return new AutoEscapeNode($value, $body, $lineno, $this->getTag());
/plugin/fbcomments/
H A Dsyntax.php89 … .'show_faces="true" width="'. $this->_fbsetting('FB_width', $conf) .'" action="like" font="">'
100 .'<script src="http://connect.facebook.net/'. $this->getLang('fb_langs')
101 .'/all.js#appId='. $this->getConf('FB_AppID') .'&amp;xfbml=1">'
106 .'" num_posts="'. $this->_fbsetting('FB_num_posts', $conf)
107 .'" width="'. $this->_fbsetting('FB_width', $conf)
/plugin/findologicxmlexport/vendor/twig/twig/src/Test/
H A DNodeTestCase.php29 $this->assertNodeCompilation($source, $node, $environment, $isPattern);
34 $compiler = $this->getCompiler($environment);
38 $this->assertStringMatchesFormat($source, trim($compiler->getSource()));
40 $this->assertEquals($source, trim($compiler->getSource()));
46 return new Compiler(null === $environment ? $this->getEnvironment() : $environment);
/plugin/davcard/vendor/sabre/vobject/tests/VObject/Component/
H A DVAvailabilityTest.php26 $this->assertInstanceOf(__NAMESPACE__ . '\VAvailability', $document->VAVAILABILITY);
33 $this->assertIsValid(Reader::read(
47 $this->assertIsNotValid(Reader::read(
59 $this->assertIsNotValid(Reader::read(
72 $this->assertIsNotValid(Reader::read(
/plugin/google_cal/
H A Dsyntax.php27 $this->Lexer->addSpecialPattern('{{cal>[^}]*?}}', $mode, 'plugin_googlecal');
52 if (!$this->getConf('js_ok') && substr($url,0,11) == 'javascript:') {
53 return array('error', $this->getLang('gcal_No_JS'));
57 return array('error', $this->getLang("gcal_Bad_iFrame")); // this is an error
75 … $renderer->doc .= "<div class='error'>" . $this->getLang('gcal_Invalid_mode') . "</div>";
/plugin/requiz/
H A Dhelper.php19 if(!$this->getConf('requizusr') && $_SERVER['REMOTE_USER']) return false;
30 $qset = $this->getConf('requizset');
39 $out .= '<label for="plugin__requiz">'.$this->getLang('fillrequiz').'</label> ';
62 $qset = $this->getConf('requizset');
69 if($msg) msg($this->getLang('testfailed'),-1);
/plugin/autotweet/syntax/
H A Dautotweet.php48 $this->Lexer->addSpecialPattern('~~AUTOTWEET:.*?~~', $mode, 'plugin_autotweet_autotweet');
77 $data['consumer_key'] = $this->getConf('consumer_key');
80 $data['consumer_secret'] = $this->getConf('consumer_secret');
83 $data['access_token'] = $this->getConf('access_token');
86 $data['access_token_secret'] = $this->getConf('access_token_secret');
/plugin/socialshareprivacy2/
H A Daction.php15 …$controller->register_hook('TPL_METAHEADER_OUTPUT', 'BEFORE', $this, 'handle_tpl_metaheader_output…
56 $opt_value=$this->getConf("$opt");
86 $value = $this->getConf($opt);
107 $settings_flattr_uid = $this->getConf("flattr_uid");
108 $settings_twitter_via = $this->getConf("twitter_via");
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Node/Expression/
H A DCallTest.php19 …$this->assertEquals(['U', null], $node->getArguments('date', ['format' => 'U', 'timestamp' => null…
76 … $this->assertEquals(['arg1'], $node->getArguments([$this, 'customFunction'], ['arg1' => 'arg1']));
82 …$this->assertEquals(['arg1'], $node->getArguments(__CLASS__.'::customStaticFunction', ['arg1' => '…
92 $node->getArguments([$this, 'customFunctionWithArbitraryArguments'], []);
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
H A DTokenStreamTest.php39 $this->assertEquals('foo', $stream->getFilename());
40 $this->assertEquals('{{ foo }}', $stream->getSource());
41 $this->assertEquals('foo', $stream->getSourceContext()->getName());
42 $this->assertEquals('{{ foo }}', $stream->getSourceContext()->getCode());
54 …$this->assertEquals('1, 2, 3, 4, 5, 6, 7', implode(', ', $repr), '->next() advances the pointer an…
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Component/
H A DVAvailabilityTest.php26 $this->assertInstanceOf(__NAMESPACE__ . '\VAvailability', $document->VAVAILABILITY);
33 $this->assertIsValid(Reader::read(
47 $this->assertIsNotValid(Reader::read(
59 $this->assertIsNotValid(Reader::read(
72 $this->assertIsNotValid(Reader::read(
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/Request/
H A DDeleteRequest.php9 * file that was distributed with this source code.
41 $this->setDn($dn);
46 * @return $this
50 $this->dn = $dn instanceof Dn ? $dn : new Dn($dn);
52 return $this;
60 return $this->dn;
68 return Asn1::application(self::APP_TAG, Asn1::octetString($this->dn->toString()));

1...<<661662663664665666667668669670>>...1084