Home
last modified time | relevance | path

Searched refs:this (Results 17101 – 17125 of 27090) sorted by relevance

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

/plugin/facebookwall/
H A Dsyntax.php175 $info = $this->getInfo();
181 if ($this->error) {
182 $renderer->doc .= 'Error in Plugin '.$info['name'].': '.$this->error;
193 $token_data = $this->getData( $token_url );
197 …$renderer->doc .= 'Access token could not be retrieved for Plugin '.$info['name'].': '.$this->erro…
203 $date_format = $this->getConf(FB_WALL_DATE_FORMAT);
204 $time_format = $this->getConf(FB_WALL_TIME_FORMAT);
217 $json = $this->getData( $json_link);
289 …$entry = str_replace('{more}', '[['.$post_url.'|'.$this->getLang('read_more').']]', $entry ); …
/plugin/dataplot/
H A Dsyntax.php45 $this->Lexer->addSpecialPattern('<dataplot.*?>\n.*?\n</dataplot>', $mode, 'plugin_dataplot');
52 $info = $this->getInfo();
194 io_saveFile($this->_cachename($return, 'txt'), $input);
227 $src = $this->_imgfile($data);
240 $cache = $this->_cachename($data, 'png');
244 $in = $this->_cachename($data, 'txt');
245 if ( $this->getConf('path') ) {
246 $ok = $this->_run($data, $in, $cache);
290 $cmd = $this->getConf('path');
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.audio.monkey.php27 $info = &$this->getid3->info;
41 $this->fseek($info['avdataoffset']);
42 $MACheaderData = $this->fread(74);
47 …$this->error('Expecting "'.getid3_lib::PrintHexBytes($magic).'" at offset '.$info['avdataoffset'].…
111 …$thisfile_monkeysaudio['compression'] = $this->MonkeyCompressionLevelNameLookup($thisfi…
113 …$thisfile_monkeysaudio['samples_per_frame'] = $this->MonkeySamplesPerFrame($thisfile_monkeysa…
120 $this->error('Corrupt MAC file: frequency == zero');
135 $this->error('Corrupt MAC file: playtime == zero');
142 $this->error('Corrupt MAC file: uncompressed_size == zero');
/plugin/navi/
H A Dsyntax.php37 $this->Lexer->addSpecialPattern('{{navi>[^}]+}}', $mode, 'plugin_navi');
48 $options = $this->parseOptions($opts);
49 $list = $this->parseNavigationControlPage(cleanID($id));
71 $parentPath = $this->getOpenPath($navItems, $options);
74 $this->renderTree($navItems, $parentPath, $R, $options['full']);
94 $options = array_merge($this->defaultOptions, $options);
96 $this->render('xhtml', $R, [
98 $this->parseNavigationControlPage($controlPage),
301 $options = $this->defaultOptions;
/plugin/revealjs/syntax/
H A Dheader.php31 …$this->Lexer->addSpecialPattern('[ \t]*={2,}[^\n]+={2,}[ \t]*(?=\n)', $mode, 'plugin_revealjs_head…
56 if ($this->getConf('revealjs_active') || $_GET['do']=='export_revealjs') {
89 $horizontal_slide_level = $this->getConf('horizontal_slide_level');
112 …$level_calculated = ($level > $horizontal_slide_level && $this->getConf('enlarge_vertical_slide_he…
120 else if ($this->getConf('revealjs_active') ) {
135 $hid = $this->_headerToLink($text, $renderer->wikipage_unique_headers);
161 …onEditStartData, 'Slide '.$renderer->wikipage_slide_number).'"></h2>' . ($this->getConf('show_slid…
/plugin/webcomponent/syntax/
H A Drelated.php80 …$this->Lexer->addSpecialPattern('<' . self::getElementName(). '[^>]*>', $mode, 'plugin_' . webcomp…
83 $extraPattern = $this->getConf(self::EXTRA_PATTERN_CONF);
85 …$this->Lexer->addSpecialPattern($extraPattern, $mode, 'plugin_' . webcomponent::PLUGIN_NAME . '_' …
154 $relatedPages = $this->related($id);
211 $max = $this->getConf(self::MAX_LINKS_CONF);
/plugin/discussion/syntax/
H A Dthreads.php40 $this->Lexer->addSpecialPattern('\{\{threads>.+?\}\}', $mode, 'plugin_discussion_threads');
121 $renderer->doc .= $this->_newThreadForm($ns);
135 if ($perm_create && ($this->getConf('threads_formposition') == 'top')) {
136 $renderer->doc .= $this->_newThreadForm($ns);
161 if ($perm_create && ($this->getConf('threads_formposition') == 'bottom')) {
162 $renderer->doc .= $this->_newThreadForm($ns);
195 DOKU_TAB.DOKU_TAB.'<legend> '.$this->getLang('newthread').': </legend>'.DOKU_LF.
/plugin/elasticsearch/helper/
H A Dform.php34 $this->addAdvancedSearch($searchForm, $aggregations);
57 $this->addCheckboxSelector($searchForm, $aggregation['buckets'], $param);
59 $this->addDateSelector($searchForm);
60 $this->addLanguageSelector($searchForm);
84 $label = $param === 'ns' ? $this->getLang('nsp') : $pluginSearchConfigs[$param]['label'];
125 $searchForm->addHTML($this->getLang('lastmod'));
164 $label = $this->getLang('lang');
/plugin/combo/action/
H A Dmetatwitter.php81 // ie $this->lang
82 $this->setupLocale();
87 $controller->register_hook('TPL_METAHEADER_OUTPUT', 'BEFORE', $this, 'metaTwitterProcessing', array());
143 $siteTwitterHandle = $this->getConf(self::CONF_TWITTER_SITE_HANDLE);
144 $siteTwitterId = $this->getConf(self::CONF_TWITTER_SITE_ID);
188 $twitterMeta[self::META_DNT] = $this->getConf(self::CONF_TWITTER_DONT_NOT_TRACK, self::CONF_ON);
195 $twitterMeta[self::META_WIDGETS_THEME] = $this->getConf(BlockquoteTag::CONF_TWEET_WIDGETS_THEME, BlockquoteTag::CONF_TWEET_WIDGETS_THEME_DEFAULT);
196 $twitterMeta[self::META_WIDGETS_BORDER_COLOR] = $this->getConf(BlockquoteTag::CONF_TWEET_WIDGETS_BORDER, BlockquoteTag::CONF_TWEET_WIDGETS_BORDER_DEFAULT);
/plugin/struct/types/
H A DUser.php31 if ($this->config['existingonly']) {
77 if (PhpString::strlen($lookup) < $this->config['autocomplete']['mininput']) return [];
80 $max = $this->config['autocomplete']['maxresult'];
95 if ((count($logins) < $max) && $this->config['autocomplete']['fullname']) {
125 if (is_a($this->context, 'dokuwiki\plugin\struct\meta\UserColumn')) {
145 if (is_a($this->context, 'dokuwiki\plugin\struct\meta\UserColumn')) {
167 if (is_a($this->context, 'dokuwiki\plugin\struct\meta\UserColumn')) {
/plugin/findologicxmlexport/vendor/hoa/math/Bin/
H A DCalc.php73 while (false !== $c = $this->getOption($v)) {
77 return $this->usage();
80 $this->resolveOptionAmbiguity($v);
86 $this->parser->listInputs($expression);
206 $this->makeUsageOptionsList([
/plugin/svgedit/
H A Dsyntax.php91 $svgenc = $this->svg_base64_encode($data[1]);
92 $renderer->doc .= $this->svg_format_embed($svgenc, 'inline-svg@'.$ID, $svg_dimensions);
97 …$renderer->doc .= $this->svg_format_embed($svglink, 'image:'.htmlspecialchars($svg_wiki_page), $sv…
102 $svgenc = $this->svg_base64_encode(rawWiki($svg_wiki_page));
103 …$renderer->doc .= $this->svg_format_embed($svgenc, 'image:'.htmlspecialchars($svg_wiki_page), $svg…
/plugin/aimg/
H A Dsyntax.php41 $this->id_seq_num = 0;
191 …$renderer->doc .= '<div id="fn-canvas-id-'.$this->img_id.'" class="fn-canvas fn-container-active" …
192 …$renderer->doc .= ' <div id="'.$this->img_id.'" class="fn-container fn-container-active" >'.DOKU_L…
216 …$renderer->doc .= ' <div class="fn-area" id="'.$this->img_id.'_'.$this->id_seq_num.'" style="'.$s…
/plugin/findologicxmlexport/vendor/hoa/iterator/Test/Unit/
H A DIteratorIterator.php54 $this
67 $this
80 $this
100 $this
129 $this
/plugin/sketchcanvas/
H A Dsyntax.php18 * need to inherit from this class
25 function connectTo($mode) { $this->Lexer->addEntryPattern('<skcanvas.*?>(?=.*?</skcanvas>)',$mode,'plugin_sketchcanvas'); }
26 function postConnect() { $this->Lexer->addExitPattern('</skcanvas>','plugin_sketchcanvas'); }
37 return array($state, array(true, $this->generator, 'bytepos_start' => $pos + strlen($match)));
40 case DOKU_LEXER_EXIT : return array($state, array(false, $this->generator++, 'bytepos_end' => $pos));
69 $renderer->doc .= '<img src="dokuwiki/lib/plugins/' . $this->getPluginName()
/plugin/unblink/
H A Dsyntax.php33 $this->Lexer->addSpecialPattern('\[\[user>.+?\]\]',$mode,'plugin_unblink');
65 if($this->getConf('usefullname')){
74 $img = $this->getConf('avatarurl').$uinfo['avatar'];
76 $img = $this->getConf('gravatar').md5($uinfo['mail']);
79 … $R->doc .= '<a href="'.$this->getConf('profileurl').$uinfo['uid'].'" class="unblink_plugin">';
/plugin/konsole/
H A Dsyntax.php78 $this->Lexer->addEntryPattern('<konsole.*?>(?=.*?</konsole>)',$mode,'plugin_konsole');
83 $this->Lexer->addExitPattern('</konsole>','plugin_konsole');
93 foreach ($this->types_user as $type_possible => $classe)
102 return array($state,$this->type_defaut);
109 foreach ($this->motsclefs as $motclef)
/plugin/findologicxmlexport/vendor/jms/serializer/src/Handler/
H A DHandlerRegistry.php38 $this->handlers = $handlers;
55 …$this->registerHandler($direction, $methodData['type'], $methodData['format'], [$handler, $method]…
65 $this->handlers[$direction][$typeName][$format] = $handler;
73 if (!isset($this->handlers[$direction][$typeName][$format])) {
77 return $this->handlers[$direction][$typeName][$format];
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Schedule/
H A DIMipPlugin.php48 $this->senderEmail = $senderEmail;
65 $server->on('schedule', [$this, 'schedule'], 120);
133 'From: ' . $this->senderEmail,
139 $this->mail(
183 'name' => $this->getPluginName(),
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Xml/Request/
H A DInviteReply.php74 $this->href = $href;
75 $this->calendarUri = $calendarUri;
76 $this->inReplyTo = $inReplyTo;
77 $this->summary = $summary;
78 $this->status = $status;
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Node/
H A DIncludeTest.php25 $this->assertFalse($node->hasNode('variables'));
26 $this->assertEquals($expr, $node->getNode('expr'));
27 $this->assertFalse($node->getAttribute('only'));
31 $this->assertEquals($vars, $node->getNode('variables'));
32 $this->assertTrue($node->getAttribute('only'));
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dfareporting/Resource/
H A DRemarketingLists.php45 return $this->call('get', [$params], RemarketingList::class);
59 return $this->call('insert', [$params], RemarketingList::class);
91 return $this->call('list', [$params], RemarketingListsListResponse::class);
107 return $this->call('patch', [$params], RemarketingList::class);
121 return $this->call('update', [$params], RemarketingList::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SASPortalTesting/Resource/
H A DNodesDeployments.php47 return $this->call('delete', [$params], SasPortalEmpty::class);
60 return $this->call('get', [$params], SasPortalDeployment::class);
82 return $this->call('list', [$params], SasPortalListDeploymentsResponse::class);
96 return $this->call('move', [$params], SasPortalOperation::class);
112 return $this->call('patch', [$params], SasPortalDeployment::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Gmail/Resource/
H A DUsersSettingsSendAsSmimeInfo.php48 return $this->call('delete', [$params]);
66 return $this->call('get', [$params], SmimeInfo::class);
84 return $this->call('insert', [$params], SmimeInfo::class);
101 return $this->call('list', [$params], ListSmimeInfoResponse::class);
118 return $this->call('setDefault', [$params]);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Appengine/Resource/
H A DAppsDomainMappings.php54 return $this->call('create', [$params], Operation::class);
72 return $this->call('delete', [$params], Operation::class);
88 return $this->call('get', [$params], DomainMapping::class);
107 return $this->call('list', [$params], ListDomainMappingsResponse::class);
130 return $this->call('patch', [$params], Operation::class);

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