Home
last modified time | relevance | path

Searched refs:context (Results 51 – 75 of 1053) sorted by relevance

12345678910>>...43

/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DTemplate.php114 * @param array $context
167 * @param array $context The context
190 * @param array $context The context
246 * @param array $context The context
287 * @param array $context The context
294 if (null === $context) {
321 * @param array $context The context
328 if (null === $context) {
401 public function render(array $context) argument
406 $this->display($context);
[all …]
/plugin/commonmark/vendor/league/commonmark/src/
H A DUnmatchedBlockCloser.php
/plugin/struct/types/
H A DTag.php29 $context = $this->getContext();
31 '[' . $context->getTable() . '.' . $context->getLabel() . '*~]=' . $value;
34 if (!$page) $page = cleanID($context->getLabel());
57 $context = $this->getContext();
58 $sql = $this->buildSQLFromContext($context);
82 * @param Column $context
86 protected function buildSQLFromContext(Column $context) argument
89 if ($context->isMulti()) {
92 FROM multi_{$context
[all...]
/plugin/findologicxmlexport/vendor/jms/serializer/src/
H A DSerializer.php109 } elseif ($context->hasAttribute('initial_type')) {
110 return $context->getAttribute('initial_type');
153 if (null === $context) {
160 $type = $this->findInitialType($type, $context);
171 if (null === $context) {
188 if (null === $context) {
195 $type = $this->findInitialType($type, $context);
196 $result = $this->visit($navigator, $visitor, $context, $data, 'json', $type);
215 if (null === $context) {
232 $context->initialize(
[all …]
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/
H A DPutScript.php31 protected $context; variable in Elasticsearch\\Endpoints\\PutScript
41 $context = $this->context ?? null;
43 if (isset($context)) {
44 return "/_scripts/$id/$context";
54 'context'
73 public function setContext($context): PutScript argument
75 if (isset($context) !== true) {
78 $this->context = $context;
[all...]
/plugin/findologicxmlexport/vendor/hoa/file/
H A DDirectory.php88 $context = null, argument
92 parent::__construct($streamName, $context, $wait);
119 null !== $context
120 ? $context->getContext()
231 * @param string $context Context ID (please, see the
239 $context = null argument
249 if (null !== $context) {
255 $context
258 $context = Stream\Context::getInstance($context);
262 if (null === $context) {
[all …]
/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.br.php29 function apply_clear($y, &$context) { argument
30 return LayoutVertical::apply_clear($this, $y, $context);
68 * @param FlowContext $context The object containing auxiliary flow data; not used here/
72 function get_min_width(&$context) { argument
83 function get_max_width(&$context) { argument
93 * @param FlowContext $context The flow context containing the additional layout data
98 function reflow(&$parent, &$context) { argument
99 parent::reflow($parent, $context);
104 $y = $this->apply_clear($parent->_current_y, $context);
133 $parent->close_line($context, true);
[all …]
H A Dlayout.default.class.php6 function process(&$box, &$media, &$driver, &$context) { argument
49 $context->push_viewport($viewport);
51 $box->reflow($fake_parent, $context);
73 for ($i=0, $num_positioned = count($context->absolute_positioned); $i < $num_positioned; $i++) {
74 $context->push();
75 $context->absolute_positioned[$i]->reflow_absolute($context);
76 $context->pop();
80 for ($i=0, $num_positioned = count($context->fixed_positioned); $i < $num_positioned; $i++) {
81 $context->push();
82 $context->fixed_positioned[$i]->reflow_fixed($context);
[all …]
H A Dbox.block.inline.php34 * @param FlowContext $context The flow context containing the additional layout data
47 function reflow(&$parent, &$context) { argument
59 return $this->reflow_static($parent, $context);
74 $this->reflow_static($parent, $context);
87 * @param FlowContext $context The flow context containing the additional layout data
95 function reflow_static(&$parent, &$context) { argument
96 GenericFormattedBox::reflow($parent, $context);
107 $this->_calc_percentage_width($parent, $context);
133 $this->reflow_content($context);
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/
H A DGraphNavigatorTest.php34 private $context; variable in JMS\\Serializer\\Tests\\Serializer\\GraphNavigatorTest
57 $context = $this->context;
63 $self->assertSame($context, $passedContext);
70 $self->assertSame($context, $passedContext);
74 $this->context->expects($this->once())
79 $navigator->initialize($this->serializationVisitor, $this->context);
90 $context = $this->context;
95 return $navigatorContext === $context;
101 return $navigatorContext === $context;
104 $this->context->expects($this->once())
[all …]
/plugin/combo/ComboStrap/
H A DBlockquoteTag.php57 $context = null;
60 $context = $parent->getTagName();
61 if ($context === FragmentTag::FRAGMENT_TAG) {
64 $context = $parent->getTagName();
69 return array(PluginUtility::CONTEXT => $context);
142 $context = BlockquoteTag::TWEET;
143 $type = $context;
144 $openingTag->setType($context);
145 $openingTag->setContext($context);
153 $context
[all...]
H A DHeadingTag.php114 * Get context data
118 $context = $openingTag->getContext(); // for sectioning
123 PluginUtility::CONTEXT => $context
156 $context = $parent->getTagName();
161 $context = HeadingTag::TYPE_OUTLINE;
166 $context = "";
169 return $context;
187 $context = $data[PluginUtility::CONTEXT];
188 if ($context === self::TYPE_OUTLINE) {
221 $context
239 processRenderEnterXhtml(string $context, TagAttributes $tagAttributes, Doku_Renderer_xhtml& $renderer, int $pos) global() argument
391 renderClosingTag(TagAttributes $tagAttributes, string $context) global() argument
540 getTagFromContext(string $context, int $level) global() argument
[all...]
/plugin/findologicxmlexport/vendor/hoa/stream/Test/Unit/
H A DContext.php94 $context = SUT::getInstance($id)
96 ->when($result = $context->getId())
128 $context = SUT::getInstance('foo'),
141 $context = SUT::getInstance('foo'),
143 $context->setOptions($options)
145 ->when($result = $context->getOptions())
155 $context = SUT::getInstance('foo'),
171 $context = SUT::getInstance('foo'),
176 $context->setParameters($parameters)
178 ->when($result = $context->getParameters())
[all …]
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Server/RequestHandler/
H A DProxyRequestHandler.php62 public function modify(RequestContext $context, ModifyRequest $modify): void
64 $this->ldap()->sendAndReceive($modify, ...$context->controls()->toArray());
70 public function modifyDn(RequestContext $context, ModifyDnRequest $modifyDn): void
72 $this->ldap()->sendAndReceive($modifyDn, ...$context->controls()->toArray());
78 public function delete(RequestContext $context, DeleteRequest $delete): void
80 $this->ldap()->sendAndReceive($delete, ...$context->controls()->toArray());
86 public function add(RequestContext $context, AddRequest $add): void
88 $this->ldap()->sendAndReceive($add, ...$context->controls()->toArray());
94 public function search(RequestContext $context, SearchRequest $search): Entries
96 return $this->ldap()->search($search, ...$context
61 modify(RequestContext $context, ModifyRequest $modify) global() argument
69 modifyDn(RequestContext $context, ModifyDnRequest $modifyDn) global() argument
77 delete(RequestContext $context, DeleteRequest $delete) global() argument
85 add(RequestContext $context, AddRequest $add) global() argument
93 search(RequestContext $context, SearchRequest $search) global() argument
101 compare(RequestContext $context, CompareRequest $compare) global() argument
114 extended(RequestContext $context, ExtendedRequest $extended) global() argument
[all...]
/plugin/codemirror/dist/modes/
H A Dz80.min.js1context:0}},token:function(a,b){if(!a.column())b.context=0;if(a.eatSpace())return null;var j;if(a.…
H A Dturtle.min.js.map1context","prev","indent","popContext","startState","token","sol","align","indentation","eatSpace",…
/plugin/findologicxmlexport/vendor/jms/serializer/src/GraphNavigator/
H A DSerializationGraphNavigator.php48 protected $context; variable in JMS\\Serializer\\GraphNavigator\\SerializationGraphNavigator
98 parent::initialize($visitor, $context);
159 if (null !== $path = $this->context->getPath()) {
167 if ($this->context->isVisiting($data)) {
170 $this->context->startVisiting($data);
193 $this->context->stopVisiting($data);
206 $this->context->stopVisiting($data);
211 $this->context->pushClassMetadata($metadata);
235 $this->context->popPropertyMetadata();
246 $this->context->stopVisiting($object);
[all …]
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/Logger/
H A DStreamLogger.php98 * @param array $context
100 public function log($level, $message, array $context = array()) argument
107 $this->writeLog($level, $message, $context);
119 * @param array $context The log context
121 protected function writeLog($level, $message, array $context = array()) argument
136 fwrite($this->stream, self::formatLine($level, $message, $context));
158 * @param array $context The log context
162 protected static function formatLine($level, $message, array $context = array()) argument
167 self::interpolateMessage($message, $context)
175 * @param array $context
[all …]
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DATNConfig.php15 * A tuple: (ATN state, predicted alt, syntactic, semantic context).
16 * The syntactic context is a graph-structured stack node whose path(s)
18 * The semantic context is the tree of semantic predicates encountered
51 public $context; variable in Antlr\\Antlr4\\Runtime\\Atn\\ATNConfig
54 * We cannot execute predicates dependent upon local context unless
55 * we know for sure we are in the correct context. Because there is
60 * closure() tracks the depth of how far we dip into the outer context:
83 ?PredictionContext $context = null, argument
94 $this->context = $context;
[all...]
/plugin/findologicxmlexport/vendor/hoa/stream/
H A DStream.php154 $this->_context = $context;
198 $context = null argument
202 if (null !== $context) {
208 $context
212 $context = Context::getInstance($context);
220 self::CONTEXT => $context
237 = $handler->_open($streamName, $context);
272 $context = $this->_context;
275 if (null === $context) {
280 $context = $handle->getId();
[all …]
/plugin/findologicxmlexport/vendor/jms/serializer/src/Expression/
H A DExpressionEvaluator.php22 private $context = []; variable in JMS\\Serializer\\Expression\\ExpressionEvaluator
24 public function __construct(ExpressionLanguage $expressionLanguage, array $context = []) argument
27 $this->context = $context;
35 $this->context[$name] = $value;
43 return $this->expressionLanguage->evaluate($expression, $data + $this->context);
51 … return $this->expressionLanguage->evaluate($expression->getExpression(), $data + $this->context);
56 …on($this->expressionLanguage->parse($expression, array_merge(array_keys($this->context), $names)));
/plugin/findologicxmlexport/vendor/phpdocumentor/type-resolver/src/
H A DFqsenResolver.php22 public function resolve($fqsen, Context $context = null) argument
24 if ($context === null) {
25 $context = new Context('');
32 return $this->resolvePartialStructuralElementName($fqsen, $context);
52 * @param Context $context
57 private function resolvePartialStructuralElementName($type, Context $context) argument
61 $namespaceAliases = $context->getNamespaceAliases();
65 $namespace = $context->getNamespace();
/plugin/findologicxmlexport/vendor/sebastian/recursion-context/tests/
H A DContextTest.php23 private $context; variable in SebastianBergmann\\RecursionContext\\ContextTest
27 $this->context = new Context();
92 $this->context->add($value);
106 $this->context->contains($value);
115 $this->assertEquals($key, $this->context->add($value));
118 $this->assertEquals($key, $this->context->add($value));
129 $this->context->add($value);
130 $this->assertEquals($key, $this->context->contains($value));
133 $this->assertEquals($key, $this->context->contains($value));
142 $this->assertFalse($this->context->contains($value));
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DLL1Analyzer.php86 * specified `context`.
88 * If `context` is `null` and the end of the rule containing
90 * If `context` is not `null` and the end of the outermost rule is
97 * @param RuleContext|null $context The complete parser context, or `null`
98 * if the context should be ignored.
101 * in the specified `context`.
103 public function look(ATNState $s, ?ATNState $stopState, ?RuleContext $context) : IntervalSet argument
108 $lookContext = $context !== null && $s->atn !== null ?
109 PredictionContext::fromRuleContext($s->atn, $context)
177 lookRecursively(ATNState $s, ATNState $stopState, PredictionContext $context, IntervalSet $look, Set $lookBusy, BitSet $calledRuleStack, bool $seeThruPreds, bool $addEOF) global() argument
[all...]
/plugin/findologicxmlexport/vendor/jms/serializer/src/Handler/
H A DArrayCollectionHandler.php66 …ationVisitorInterface $visitor, Collection $collection, array $type, SerializationContext $context) argument
71 $context->stopVisiting($collection);
74 $exclusionStrategy = $context->getExclusionStrategy();
75 …clusionStrategy->shouldSkipClass($context->getMetadataFactory()->getMetadataForClass(\get_class($c…
76 $context->startVisiting($collection);
78 return $visitor->visitArray([], $type, $context);
83 $context->startVisiting($collection);
90 …ionVisitorInterface $visitor, $data, array $type, DeserializationContext $context): ArrayCollection argument

12345678910>>...43