Home
last modified time | relevance | path

Searched refs:this (Results 21926 – 21950 of 27090) sorted by relevance

1...<<871872873874875876877878879880>>...1084

/plugin/elasticsearch/vendor/ruflin/elastica/src/Aggregation/
H A DGeoCentroid.php13 * @param string $name the name of this aggregation
14 * @param string $field the field on which to perform this aggregation
19 $this->setField($field);
23 * Set the field for this aggregation.
25 * @param string $field the name of the document field on which to perform this aggregation
27 * @return $this
31 return $this->setParam('field', $field);
H A DCumulativeSum.php18 $this->setBucketsPath($bucketsPath);
22 * Set the format for this aggregation.
24 * @return $this
28 return $this->setParam('format', $format);
H A DGeoBounds.php13 * @param string $name the name of this aggregation
14 * @param string $field the field on which to perform this aggregation
19 $this->setField($field);
23 * Set the field for this aggregation.
25 * @param string $field the name of the document field on which to perform this aggregation
27 * @return $this
31 return $this->setParam('field', $field);
H A DMissing.php13 * @param string $name the name of this aggregation
14 * @param string $field the field on which to perform this aggregation
19 $this->setField($field);
23 * Set the field for this aggregation.
25 * @param string $field the name of the document field on which to perform this aggregation
27 * @return $this
31 return $this->setParam('field', $field);
/plugin/elasticsearch/vendor/ruflin/elastica/src/Processor/
H A DRenameProcessor.php23 $this->setField($field);
24 $this->setTargetField($targetField);
/plugin/elasticsearch/vendor/nyholm/dsn/src/Exception/
H A DFunctionNotSupportedException.php22 $this->function = $function;
27 return $this->function;
/plugin/slacknotifier/helper/
H A DContext.php19 if (!method_exists($this, $method)) {
23 return $this->{$method}();
/plugin/mikioplugin/syntax/
H A Dsmall.php20 $renderer->doc .= '<small class="' . $this->elemClass . ' ' . $this->classPrefix . 'small">';
/plugin/dbquery/_test/
H A DQueryTest.php41 $this->callInaccessibleMethod($plugin, 'cellFormat', [$content, $R]);
43 $this->assertRegExp($expect, $R->doc);
/plugin/ffindr/
H A Dffindr.php22 $this->set_item_class($class = 'FFindrParser_Item');
32 $tag = $this->get_item_tags("", $name);
33 return $this->sanitize($tag[0]['data'], SIMPLEPIE_CONSTRUCT_TEXT);
51 $this->Lexer->addSpecialPattern('{{ffindr>.*?}}',$mode,'plugin_ffindr_ffindr');
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/
H A Dlicense.txt6 Redistribution and use of this software in source and binary forms, with or without modification,
10 copyright notice, this list of conditions and the
14 copyright notice, this list of conditions and the
20 derived from this software without specific prior
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Node/
H A DBuilder.php25 $commonPath = $this->reducePaths($files);
31 $this->addItems(
33 $this->buildDirectoryStructure($files),
58 $this->addItems($child, $value, $tests, $cacheTokens);
/plugin/achart/
H A Dsyntax.php38 $this->Lexer->addSpecialPattern('<achart.+?</achart>',$mode,'plugin_achart');
55 'width' => $this->getConf('width'),
56 'height' => $this->getConf('height'),
57 'align' => $this->getConf('align'),
/plugin/embeddedphp/
H A DREADME7 IMPORTANT SECURITY WARNING: Please never use this plugin where
10 allows, including deleting your wiki and more! Never use this on
14 All documentation for this plugin can be found at
17 If you install this plugin manually, make sure it is installed in
/plugin/combo/syntax/
H A Dfragment.php106 $this->Lexer->addEntryPattern($pattern, $mode, PluginUtility::getModeFromTag($this->getPluginComponent()));
116 $this->Lexer->addExitPattern('</' . $tag . '>', PluginUtility::getModeFromTag($this->getPluginComponent()));
H A Dcell.php6 * COPYING file in the root directory of this source tree.
110 * Create a pattern that will called this plugin
121 $this->Lexer->addEntryPattern($pattern, $mode, PluginUtility::getModeFromTag($this->getPluginComponent()));
131 $this->Lexer->addExitPattern('</' . $tag . '>', PluginUtility::getModeFromTag($this->getPluginComponent()));
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Language/
H A DScriptToLanguage.php133 return isset($this->scriptToLanguageMap[$script]) ? $this->scriptToLanguageMap[$script] : null;
138 return isset($this->scriptDelimiterMap[$language]) ? $this->scriptDelimiterMap[$language] : null;
/plugin/doi/syntax/
H A Ddoi.php36 $this->Lexer->addSpecialPattern('\[\[doi>[^\]]+\]\]', $mode, 'plugin_doi_doi');
51 $resolver = $this->getResolver();
70 $this->renderXHTML($publication, $renderer);
72 $this->renderAny($publication, $renderer);
/plugin/html2pdf/html2pdf/html2ps/classes/org/active-link/doc/
H A DDocHTML.php52 $this->CSSStringDefault = "
81 return $this->getClassDocFromClass($argument);
83 return $this->getClassDocFromFile($argument);
103 $headXML->setTagContent($this->CSSStringDefault, "head/style");
236 return $this->getClassDocFromClass($objClass);
/plugin/fckg/
H A DREADME22 Included in the fckg directory of this distribution is a file named revert.tgz
23 Go to the fckg directory and unpack this file:
25 You must do this with every new install of fckgLite (or fckgLiteSafe) until
31 See the fckgLite web site for more information about this distribution:
42 data/media directory. In this case security is enforced using the "secure" directory
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/Formatting/
H A DMultipleStatementAlignmentSniff.php98 $lastAssign = $this->checkAlignment($phpcsFile, $stackPtr);
198 if ($padding > $this->maxPadding) {
208 if ($newPadding > $this->maxPadding) {
295 if ($this->error === true) {
322 return $this->checkAlignment($phpcsFile, $stopped);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PSR2/Sniffs/ControlStructures/
H A DSwitchDeclarationSniff.php73 $caseAlignment = ($switch['column'] + $this->indent);
77 …while (($nextCase = $this->_findNextCase($phpcsFile, ($nextCase + 1), $switch['scope_closer'])) !=…
139 $padding = str_repeat(' ', ($caseAlignment + $this->indent - 1));
170 $diff = ($caseAlignment + $this->indent - $tokens[$nextCloser]['column']);
205 …$nextCode = $this->_findNextCase($phpcsFile, ($tokens[$nextCase]['scope_opener'] + 1), $nextCloser…
/plugin/deflist/
H A Dsyntax.php128 $this->Lexer->addEntryPattern(
131 $this->Lexer->addEntryPattern(
134 $this->Lexer->addPattern(
136 $this->Lexer->addPattern(
396 $id = $this->_makeID($dt[1]);
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/Expression/Binary/
H A DInBinary.php22 ->subcompile($this->getNode('left'))
24 ->subcompile($this->getNode('right'))
H A DMatchesBinary.php22 ->subcompile($this->getNode('right'))
24 ->subcompile($this->getNode('left'))

1...<<871872873874875876877878879880>>...1084