Home
last modified time | relevance | path

Searched refs:this (Results 17851 – 17875 of 27090) sorted by relevance

1...<<711712713714715716717718719720>>...1084

/plugin/bibtex/OSBib/format/
H A DPARSESTYLE.php27 $this->map = $map;
28 $search = join('|', $this->map->$type);
134 $this->badInput($this->errors->text("inputError", "invalid"), $this->errorDisplay);
/plugin/socialite/syntax/
H A Dbutton.php38 $this->Lexer->addSpecialPattern('~~socialite\b.*?~~',$mode,'plugin_socialite_button');
61 $networks = strtolower(trim($this->getConf('networks')));
93 $display = $this->getConf('display') ;
99 $renderer->doc .= $this->socialite_button($display, $network);
122 $target = $this->getConf('target') ;
/plugin/stars2/
H A Dsyntax.php124 $renderer->doc .= $this->_Stars_static($num);
126 $renderer->doc .= $this->_Stars_dynamic($num);
130 $this->_Stars_static_for_odt($renderer, $num);
141 $options['height'] = $this->getConf('height');
179 $options['height'] = $this->getConf('height');
/plugin/autolink4/lang/en/
H A Dadmin_help.txt7 * The namespace where the replacement is done. Omit this field to replace everywhere.
9 * tt: Hovering over this link will show a tooltip with the page title and abstract. Requires the [[https://www.dokuwiki.org/plugin:autotooltip|autotooltip]] plugin.
10 * once: Only link the first occurrence of this tooltip.
11 * inword: Replace partial words. DokuWiki defines a word as characters surrounded by spaces or punctuation, so this is required for languages that do not require space between words.
13 For example, this will link the words "Thing," "thing," "Things" and "things" to mywiki:thing, but only inside the mywiki namespace:
/plugin/tag/syntax/
H A Dtopic.php34 $this->Lexer->addSpecialPattern('\{\{topic>}\}',$mode,'plugin_tag_topic');
35 $this->Lexer->addSpecialPattern('\{\{topic>.+?\}\}',$mode,'plugin_tag_topic');
98 if ($helper = $this->loadHelper('tag')) {
113 if (!$pagelist = $this->loadHelper('pagelist')) {
119 $configflags = explode(',', str_replace(" ", "", $this->getConf('pagelist_flags')));
/plugin/struct/types/
H A DColor.php24 if ($rawvalue === strtolower($this->config['default'])) {
53 $this->renderValue($value, $R, $mode);
68 $rawvalue = $this->config['default'];
87 $color = $this->displayValue($value);
105 $hue = $this->getHue(parent::getSortString($value));
/plugin/html2pdf/html2pdf/html2ps/unittest/
H A Dtest.pagebreak.fixed.height.php7 $tree = $this->runPipeline(file_get_contents('test.pagebreak.fixed.height.1.html'), $media);
15 $this->assertEqual(count($page_heights), 2,
18 $this->assertEqual($page_heights[0],
/plugin/authfacebook/lib/PersistentData/
H A DFacebookSessionPersistentDataHandler.php62 if (isset($_SESSION[$this->sessionPrefix . $key])) {
63 return $_SESSION[$this->sessionPrefix . $key];
74 $_SESSION[$this->sessionPrefix . $key] = $value;
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Processor/
H A DMemoryProcessor.php37 $this->realUsage = $realUsage;
38 $this->useFormatting = $useFormatting;
49 if (!$this->useFormatting) {
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Xml/Property/
H A DEmailAddressSetTest.php17 $this->assertEquals(['foo@example.org'], $eas->getValue());
28 $xml = $this->write([
32 $this->assertXmlStringEqualsXmlString(
/plugin/elasticsearch/vendor/ruflin/elastica/src/Query/
H A DDisMax.php23 * @return $this
31 return $this->addParam('queries', $args);
37 * @return $this
41 return $this->setParam('boost', $boost);
49 * @return $this
53 return $this->setParam('tie_breaker', $tieBreaker);
/plugin/oauth/
H A DException.php24 $this->context = $context;
34 return $this->context;
44 $this->context = $context;
/plugin/geophp/vendor/funiq/geophp/src/Adapter/
H A DEWKB.php15 $this->SRID = $geometry->getSRID();
16 $this->hasSRID = $this->SRID !== null;
/plugin/autotranslation/syntax/
H A Dnotrans.php22 $this->hlp =& plugin_load('helper', 'autotranslation');
44 $this->Lexer->addSpecialPattern('~~NOTRANS~~',$mode,'plugin_autotranslation_notrans');
68 return $this->hlp->showTranslations();
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/
H A DBlockNode.php32 ->addDebugInfo($this)
33 …->write(sprintf("public function block_%s(\$context, array \$blocks = [])\n", $this->getAttribute(…
38 ->subcompile($this->getNode('body'))
/plugin/tabbox/
H A Daction.php15 $controller->register_hook('TOOLBAR_DEFINE', 'AFTER', $this, 'insert_button');
24 $tabs = explode(',', $this->getConf('tabs'));
37 'title' => $this->getLang('tabbox_btn'),
/plugin/html2pdf/html2pdf/html2ps/
H A Dcss.display.inc.php5 function CSSDisplay() { $this->CSSPropertyHandler(false, false); }
8 if (isset($this->_stack[1])) {
9 return $this->_stack[1][0];
H A Dtree.navigation.inc.php8 $this->_callback = $callback;
12 call_user_func($this->_callback, array('node' => &$node));
13 $this->walk_element($node);
23 $this->run($child);
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Util/
H A DDeprecationCollectorTest.php23 $twig = new Environment($this->getMockBuilder('\Twig\Loader\LoaderInterface')->getMock());
24 $twig->addFunction(new TwigFunction('deprec', [$this, 'deprec'], ['deprecated' => true]));
29 …$this->assertEquals(['Twig Function "deprec" is deprecated in deprec.twig at line 1.'], $deprecati…
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Matcher/
H A DMethodName.php48 $this->constraint = $constraint;
56 return 'method name ' . $this->constraint->toString();
66 return $this->constraint->evaluate($invocation->methodName, '', true);
/plugin/dw2pdf/vendor/mpdf/mpdf/src/File/
H A DStreamWrapperChecker.php14 $this->mpdf = $mpdf;
26 $whitelistStreamWrappers = $this->getWhitelistedStreamWrappers();
43 return array_diff($this->mpdf->whitelistStreamWrappers, ['phar']); // remove 'phar' (security issue)
/plugin/mikioplugin/syntax/
H A Drow.php26 $styles = $this->buildStyle(array(
33 $renderer->doc .= '<div class="' . $this->elemClass . ' ' . $this->classPrefix . 'row"' . $styles . '>';
/plugin/webcomponent/syntax/
H A Dcollapse.php80 …$this->Lexer->addEntryPattern($pattern, $mode, 'plugin_' . webcomponent::PLUGIN_NAME . '_' . $this
87 …$this->Lexer->addExitPattern('</' . self::getElementName() . '>', 'plugin_' . webcomponent::PLUGIN…
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/Sass/
H A DBaseSassFilter.php17 $this->loadPaths = $loadPaths;
22 $this->loadPaths[] = $loadPath;
27 $loadPaths = $this->loadPaths;
65 $leaf->ensureFilter($this);
/plugin/webcomponent/_test/
H A Dmath.test.php22 $this->assertEquals('math', $componentName);
44 $this->assertEquals($expected, $xhtml);
68 $this->assertEquals($expected, sizeof($mathJaxDiv));
91 $this->assertEquals($expected, sizeof($mathJaxDiv));

1...<<711712713714715716717718719720>>...1084