Home
last modified time | relevance | path

Searched refs:context (Results 226 – 250 of 1053) sorted by relevance

12345678910>>...43

/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.body.php31 function reflow(&$parent, &$context) { argument
32 parent::reflow($parent, $context);
35 $float_bottom = $context->float_bottom();
H A Dbox.checkbutton.php100 function get_min_width(&$context) { argument
114 function get_max_width(&$context) { argument
124 * @param FlowContext $context Context object describing current flow parameters
128 function reflow(&$parent, &$context) { argument
129 GenericFormattedBox::reflow($parent, $context);
H A Dlayout.vertical.php10 function apply_clear($box, $y, &$context) { argument
15 $floats =& $context->current_floats();
28 $floats =& $context->current_floats();
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Xml/
H A DFile.php25 public function __construct(\DOMElement $context) argument
27 $this->dom = $context->ownerDocument;
28 $this->contextNode = $context;
/plugin/commonmark/vendor/league/commonmark/src/Block/Parser/
H A DIndentedCodeParser.php
H A DThematicBreakParser.php
H A DATXHeadingParser.php
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/ClientProtocolHandler/
H A DClientSearchHandler.php38 * @param ClientProtocolContext $context
45 public function handleRequest(ClientProtocolContext $context): ?LdapMessageResponse
48 $request = $context->getRequest();
50 $request->setBaseDn($context->getOptions()['base_dn'] ?? null);
53 return parent::handleRequest($context);
34 handleRequest(ClientProtocolContext $context) global() argument
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DATNConfigSet.php36 * All configs but hashed by (s, i, _, pi) not including context. Wiped out
75 * Indicates that this configuration set is part of a full context LL
77 * a wildcard whereas it is not for LL context merge.
95 * not including context. Wiped out when we go readonly as this se
171 if ($existing->context === null || $config->context === null) {
172 throw new \RuntimeException('Unexpected null context.');
175 $merged = PredictionContext::merge($existing->context, $config->context, $rootIsWildcard, $mergeCache);
177 // No need to check for existing->context, confi
[all...]
H A DATNSimulator.php12 * The context cache maps all PredictionContext objects that are ==
21 * at the end from 25M to 16M. We don't store any of the full context
22 * graphs in the DFA because they are limited to local context only,
38 * The context cache maps all PredictionContext objects that are equals()
47 * at the end from 25M to 16M. We don't store any of the full context
48 * graphs in the DFA because they are limited to local context only,
96 public function getCachedContext(PredictionContext $context) : PredictionContext argument
99 return $context;
105 $context,
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/
H A DPwdPolicyResponseControl.php111 $warning = Asn1::context(0, Asn1::sequence(
112 Asn1::context(0, Asn1::integer($this->timeBeforeExpiration))
116 $warning = Asn1::context(0, Asn1::sequence(
117 Asn1::context(1, Asn1::integer($this->graceAuthRemaining))
125 $response->addChild(Asn1::context(1, Asn1::enumerated($this->error)));
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DCubeHandler.php122 if (isset($record['context']['type'])) {
123 $data['type'] = $record['context']['type'];
124 unset($record['context']['type']);
129 $data['data'] = $record['context'];
/plugin/elasticsearch/vendor/ezimuel/ringphp/src/Client/
H A DStreamHandler.php232 $context = [
244 $context['http']['content'] = $body;
247 $context['http']['header'] .= "Content-Type:\r\n";
251 $context['http']['header'] = rtrim($context['http']['header']);
253 return $context;
398 $context argument
401 function () use ($url, $context) {
406 $resource = fopen($url, 'r', null, $context);
/plugin/commonmark/vendor/league/commonmark/src/Extension/Attributes/Parser/
H A DAttributesBlockParser.php
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/Doctrine/
H A DObjectConstructorTest.php50 private $context; variable in JMS\\Serializer\\Tests\\Serializer\\Doctrine\\ObjectConstructorTest
67 …uthorFetched = $constructor->construct($this->visitor, $class, ['id' => 5], $type, $this->context);
86 …uthorFetched = $constructor->construct($this->visitor, $class, ['id' => 5], $type, $this->context);
99 … $author = $constructor->construct($this->visitor, $class, ['id' => 5], $type, $this->context);
114 …uthorFetched = $constructor->construct($this->visitor, $class, ['id' => 5], $type, $this->context);
129 …uthorFetched = $constructor->construct($this->visitor, $class, ['id' => 5], $type, $this->context);
147 $authorFetched = $constructor->construct($this->visitor, $class, 5, $type, $this->context);
162 $constructor->construct($this->visitor, $class, ['id' => 5], $type, $this->context);
176 $constructor->construct($this->visitor, $class, ['id' => 5], $type, $this->context);
190 …thorFetched = $constructor->construct($this->visitor, $class, ['foo' => 5], $type, $this->context);
[all …]
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Formatter/
H A DGelfMessageFormatter.php88 $context = $extra = [];
91 $context = parent::normalize($record['context']);
139 foreach ($context as $key => $val) {
151 if (null === $message->getFile() && isset($context['exception']['file'])) {
152 if (preg_match("/^(.+):([0-9]+)$/", $context['exception']['file'], $matches)) {
/plugin/commonmark/vendor/league/commonmark/src/Block/Element/
H A DHeading.php
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Test/
H A DTestCase.php29 * @param mixed[] $context
36 …ction getRecord(int $level = Logger::WARNING, string $message = 'test', array $context = []): array argument
40 'context' => $context,
/plugin/codemirror/dist/modes/
H A Dxml.min.js.map1context","indent","indented","hasOwnProperty","noIndent","popContext","maybePopContext","nextTagNa…
/plugin/linkbonus/
H A Dcommon.php111 $context = stream_context_create(DW_common_linkbonus::_getDLContext());
112 $fc = @file_get_contents ($url, false, $context, 0, 2048);
132 $context = stream_context_create(DW_common_linkbonus::_getDLContext());
133 $fc = @file_get_contents ($url, NULL , $context , 0, $fetchsz);
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/EventDispatcher/Subscriber/
H A DSymfonyValidatorValidatorSubscriberTest.php33 $context = DeserializationContext::create()->setAttribute('validation_groups', ['foo']);
35 $this->subscriber->onPostDeserialize(new ObjectEvent($context, $obj, []));
51 $context = DeserializationContext::create()->setAttribute('validation_groups', ['foo']);
53 $this->subscriber->onPostDeserialize(new ObjectEvent($context, $obj, []));
/plugin/findologicxmlexport/vendor/hoa/file/
H A DReadWrite.php59 * @param string $context Context ID (please, see the
66 $context = null, argument
69 parent::__construct($streamName, $mode, $context, $wait);
83 protected function &_open($streamName, Stream\Context $context = null) argument
112 $out = parent::_open($streamName, $context);
/plugin/findologicxmlexport/vendor/hoa/math/Test/Unit/Visitor/
H A DArithmetic.php209 $context = new \Mock\Hoa\Math\Context(),
213 …->when($context->addVariable($variableName, function () use ($variableValue) { return $variableVal…
215 ->object($visitor->setContext($context))
216 ->isNotIdenticalTo($context)
218 ->isIdenticalTo($context)
221 ->mock($context)
/plugin/dataloop/syntax/
H A Droll.php396 function _sqlite_group_concat_step(&$context, $string, $separator = ',') { argument
397 $context['sep'] = $separator;
398 $context['data'][] = $string;
406 function _sqlite_group_concat_finalize(&$context) { argument
407 $context['data'] = array_unique($context['data']);
408 return join($context['sep'],$context['data']);
H A Dtextloop.php436 function _sqlite_group_concat_step(&$context, $string, $separator = ',') { argument
437 $context['sep'] = $separator;
438 $context['data'][] = $string;
446 function _sqlite_group_concat_finalize(&$context) { argument
447 $context['data'] = array_unique($context['data']);
448 return join($context['sep'],$context['data']);

12345678910>>...43