Home
last modified time | relevance | path

Searched refs:context (Results 126 – 150 of 1053) sorted by relevance

12345678910>>...43

/plugin/jplayer/vendor/mustache/mustache/src/Mustache/
H A DContext.php23 * @param mixed $context Default rendering context (default: null)
25 public function __construct($context = null) argument
27 if ($context !== null) {
28 $this->stack = array($context);
189 foreach ($this->blockStack as $context) {
190 if (array_key_exists($id, $context)) {
191 return $context[$id];
/plugin/codemirror/dist/modes/
H A Dcypher.min.js.map1context","prev","indent","popContext","indentUnit","startState","tokenize","token","sol","align","…
H A Dasn.1.min.js1context&&a.context.type=="statement")d=a.context.indented;return a.context=new r(d,b,c,null,a.cont…
H A Dgo.min.js1context=new k(a.indented,b,c,null,a.context)}function m(a){if(!a.context.prev)return;var b=a.conte…
H A Dq.min.js.map1context","prev","indent","popContext","startState","token","align","indentation","style","column",…
H A Dstylus.min.js1context.line.firstWord=I?I[0].replace(/^\s*/,""):"";b.context.line.indent=a.indentation();K=a.peek…
H A Dsmalltalk.min.js1context=b;this.eos=c};var f=function(){this.context=new d(g,null);this.expectVariable=true;this.in…
H A Dd.min.js1context&&a.context.type=="statement")d=a.context.indented;return a.context=new r(d,b,c,null,a.cont…
H A Dsoy.min.js1context)return;if(a.context.scope){a.variables=a.context.scope}a.context=a.context.previousContext…
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Handler/
H A DArrayCollectionHandlerTest.php28 $context = $this->getMockBuilder(SerializationContext::class)->getMock();
33 $handler->serializeCollection($visitor, $collection, $type, $context);
46 $context = $this->getMockBuilder(SerializationContext::class)->getMock();
51 $context->method('getExclusionStrategy')->willReturn(new AlwaysExcludeExclusionStrategy());
52 $context->method('getMetadataFactory')->willReturn($factoryMock);
58 $handler->serializeCollection($visitor, $collection, $type, $context);
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Xml/
H A DNode.php25 public function __construct(\DOMElement $context) argument
27 $this->setContextNode($context);
30 protected function setContextNode(\DOMElement $context) argument
32 $this->dom = $context->ownerDocument;
33 $this->contextNode = $context;
/plugin/findologicxmlexport/vendor/twig/twig/lib/Twig/
H A DTemplateInterface.php30 * @param array $context An array of parameters to pass to the template
34 public function render(array $context); argument
39 * @param array $context An array of parameters to pass to the template
42 public function display(array $context, array $blocks = []); argument
/plugin/commonmark/vendor/league/commonmark/src/Block/Element/
H A DHtmlBlock.php
/plugin/html2pdf/html2pdf/html2ps/
H A Dstrategy.table.layout.auto.php7 function apply($table, &$context) { argument
9 return $this->table_columns_fit($table, $width, $context);
12 function use_colspans(&$table, $widths, &$context, $width_fun, $minwc, $maxwc) { argument
20 $cell_width = $cell->$width_fun($context);
68 function table_columns_fit(&$table, $width, &$context) { argument
69 $minw = $table->get_table_columns_min_widths($context);
70 $maxw = $table->get_table_columns_max_widths($context);
72 $minw = $this->use_colspans($table, $minw, $context, 'get_min_width', $minw, $maxw);
73 $maxw = $this->use_colspans($table, $maxw, $context, 'get_max_width', $minw, $maxw);
100 $minwc = $table->_table_apply_colspans($minwc, $context, 'get_min_width', $minwc, $maxwc);
[all …]
H A Dbox.generic.inline.php9 function reflow(&$parent, &$context) { argument
12 return $this->reflow_static($parent, $context);
27 $this->reflow_static($parent, $context);
39 function maybe_line_break(&$parent, &$context) { argument
51 if ($context->point_in_floats($right_x, $parent->_current_y)) {
81 $parent->close_line($context);
H A Dbox.page.margin.class.php121 $context = new FlowContext;
122 $this->_position($media, $boxes, $context);
129 $this->reflow_content($context);
145 $context = new FlowContext;
184 function _position($media, $boxes, $context) { argument
197 function _position($media, $boxes, $context) { argument
210 function _position($media, $boxes, $context) { argument
228 function _position($media, $boxes, $context) { argument
246 function _position($media, $boxes, $context) { argument
264 function _position($media, $boxes, $context) { argument
[all …]
/plugin/combo/ComboStrap/
H A DPanelTag.php63 $context = $parent->getTagName();
71 $context = PanelTag::CONTEXT_PREVIEW_ALONE;
74 $context = $markupTag;
83 $id = $idManager->generateNewHtmlIdForComponent(self::PANEL_LOGICAL_MARKUP . "-" . $context);
92 $context = PanelTag::TAB_PANEL_MARKUP;
118 PluginUtility::CONTEXT => $context,
194 $context = $data[PluginUtility::CONTEXT];
195 switch ($context) {
223 LogUtility::log2FrontEnd("The context ($context) i
[all...]
/plugin/sequencediagram/bower_components/lodash/vendor/underscore/
H A Dunderscore.js68 if (context === void 0) return func;
71 return func.call(context, value);
104 return cb(value, context, Infinity);
182 iteratee = cb(iteratee, context);
236 predicate = cb(predicate, context);
251 predicate = cb(predicate, context);
388 iteratee = cb(iteratee, context);
539 context = iteratee;
826 context = this;
999 iteratee = cb(iteratee, context);
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudDebugger/
H A DExtendedSourceContext.php32 public function setContext(SourceContext $context) argument
34 $this->context = $context;
41 return $this->context;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/MyBusinessVerifications/
H A DFetchVerificationOptionsRequest.php32 public function setContext(ServiceBusinessContext $context) argument
34 $this->context = $context;
41 return $this->context;
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/
H A DDocBlockFactory.php73 public function create($docblock, Types\Context $context = null, Location $location = null) argument
86 if ($context === null) {
87 $context = new Types\Context('');
95 $description ? $this->descriptionFactory->create($description, $context) : null,
96 array_filter($this->parseTagBlock($tags, $context), function ($tag) {
99 $context,
222 private function parseTagBlock($tags, Types\Context $context) argument
231 $result[$key] = $this->tagFactory->create(trim($tagLine), $context);
/plugin/scrape/HTMLPurifier/ConfigSchema/
H A DValidatorAtom.php
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/PredictionContexts/
H A DPredictionContext.php22 * Represents `$` in an array in full context mode, when `$` doesn't mean
101 * context is in set.
190 * @param bool $rootIsWildcard `true` if this is a local-context merge,
191 * otherwise false to indicate a full-context merge
312 * These local-context merge operations are used when `rootIsWildcard`
325 * Special case of last merge if local context.
331 * These full-context merge operations are used when `rootIsWildcard`
561 PredictionContext $context, argument
565 if ($context->isEmpty()) {
566 return $context;
[all...]
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/DocBlock/
H A DDescriptionFactory.php53 * @param TypeContext $context
57 public function create($contents, TypeContext $context = null) argument
59 list($text, $tags) = $this->parse($this->lex($contents), $context);
115 * @param TypeContext $context
119 private function parse($tokens, TypeContext $context) argument
126 $tags[] = $this->tagFactory->create($tokens[$i], $context);
/plugin/jcapture/lib/
H A Dtransform-3.0.2.jar ... SWFEncoder coder com.flagstone.transform.coder.Context context public volatile synthetic java.lang.Object copy ...

12345678910>>...43