Home
last modified time | relevance | path

Searched refs:context (Results 376 – 400 of 1053) sorted by relevance

1...<<11121314151617181920>>...43

/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/
H A DBaseSerializationTest.php224 $this->serialize(null, $context);
232 $context = SerializationContext::create()->setSerializeNull(true);
1273 $context = SerializationContext::create();
1274 $context->setGroups(['foo']);
1278 $this->serialize(new DiscriminatorGroupCar(5), $context)
1419 $context = SerializationContext::create()
1442 $serialized = $this->serialize($data, $context);
1460 $context = new DeserializationContext();
1461 $context->setAttribute('target', $order);
1467 $context
[all …]
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Descape.rst13 context.
45 * ``html``: escapes a string for the **HTML body** context.
47 * ``js``: escapes a string for the **JavaScript context**.
49 * ``css``: escapes a string for the **CSS context**. CSS escaping can be
56 * ``html_attr``: escapes a string for the **HTML attribute** context.
/plugin/findologicxmlexport/vendor/jms/serializer/tests/
H A DSerializerBuilderTest.php131 $context = new SerializationContext();
132 $context->setSerializeNull(true);
137 ->will($this->returnValue($context));
151 $context = new DeserializationContext();
156 ->will($this->returnValue($context));
/plugin/pagetemplate/
H A Daction.php72 $context = $firstLink[4];
73 $templatePage = resolve_id(getNS($context),$templatePage);
76 $pageName = resolve_id(getNS($context),$pageName);
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/SemanticContexts/
H A DAndOperator.php14 * A semantic context which is true whenever none of the contained contexts
65 * The evaluation of predicates by this context is short-circuiting, but
84 $context = $iValue;
85 $evaluated = $context->evalPrecedence($parser, $parserCallStack);
86 $differs |= $evaluated !== $context;
88 // The AND context is false if any element is false
103 // all elements were true, so the AND context is true
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/DocBlock/Tags/
H A DLink.php47 … function create($body, DescriptionFactory $descriptionFactory = null, TypeContext $context = null) argument
53 $description = isset($parts[1]) ? $descriptionFactory->create($parts[1], $context) : null;
/plugin/codemirror/dist/modes/
H A Dfcl.min.js.map1context","popContext","t","startState","basecolumn","startOfLine","token","ctx","sol","indentation…
/plugin/findologicxmlexport/vendor/symfony/yaml/
H A DParser.php138 $context = null;
166 if ($context && 'mapping' == $context) {
169 $context = 'sequence';
201 $data[] = $this->parseValue($values['value'], $flags, $context);
212 if ($context && 'sequence' == $context) {
215 $context = 'mapping';
345 $value = $this->parseValue(rtrim($values['value']), $flags, $context);
432 if (Yaml::PARSE_OBJECT_FOR_MAP & $flags && !\is_object($data) && 'mapping' === $context) {
636 * @param string $context The parser context (either sequence or mapping)
642 private function parseValue(string $value, int $flags, string $context) argument
[all …]
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/src/
H A DGuzzleStreamWrapper.php10 public $context; variable in GuzzleHttp\\Stream\\GuzzleStreamWrapper
56 $options = stream_context_get_options($this->context);
/plugin/slacknotifier/helper/
H A DFormatter.php17 public function format(PageSaveEvent $event, Context $context): array
28 $username = $context->username ?: 'Anonymous';
15 format(Payload $payload, Context $context) global() argument
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Xml/
H A DUnit.php20 public function __construct(\DOMElement $context, $name) argument
22 $this->contextNode = $context;
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Handler/
H A DArrayCollectionDepthTest.php33 $context = SerializationContext::create()
35 … $result = $this->serializer->serialize(new CollectionWrapper($collection), 'json', $context);
/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.note-call.class.php81 function reflow(&$parent, &$context) { argument
97 $this->_note_content->reflow($this, $context);
101 $this->_note_marker_box->reflow($this, $context);
105 $this->_note_call_box->reflow($this, $context);
/plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/Encoder/
H A DDigestMD5Encoder.php73 public function decode(string $data, SaslContext $context): Message argument
75 return $this->parse($data, !$context->isServerMode());
81 public function encode(Message $message, SaslContext $context): string argument
92 $context->isServerMode()
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceConsumerManagement/
H A DService.php161 public function setContext(Context $context) argument
163 $this->context = $context;
170 return $this->context;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceNetworking/
H A DService.php161 public function setContext(Context $context) argument
163 $this->context = $context;
170 return $this->context;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceUsage/
H A DGoogleApiService.php161 public function setContext(Context $context) argument
163 $this->context = $context;
170 return $this->context;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceManagement/
H A DService.php161 public function setContext(Context $context) argument
163 $this->context = $context;
170 return $this->context;
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/
H A DEngine.php230 * @param mixed $context (default: array())
234 public function render($template, $context = array()) argument
236 return $this->loadTemplate($template)->render($context);
821 * @param array $context The log context
823 private function log($level, $message, array $context = array()) argument
826 $this->logger->log($level, $message, $context);
/plugin/mdpage/vendor/cebe/markdown/
H A DMarkdown.php90 if (isset($this->context[1]) && $this->context[1] === 'list' && !ctype_alpha($line[0]) && (
/plugin/evesso/phpoauthlib/src/OAuth/Common/Http/Client/
H A DStreamClient.php60 $context = $this->generateStreamContext($requestBody, $extraHeaders, $method);
63 $response = file_get_contents($endpoint->getAbsoluteUri(), false, $context);
/plugin/upgrade/
H A Dcli.php67 public function log($level, $message, array $context = array())
73 parent::log($level, $message, $context);
65 log($level, $message, array $context = array()) global() argument
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dhttpclient-4.5.5.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
/plugin/combo/vendor/symfony/yaml/
H A DParser.php134 $context = null;
162 if ($context && 'mapping' == $context) {
165 $context = 'sequence';
210 $data[] = $this->parseValue($values['value'], $flags, $context);
221 if ($context && 'sequence' == $context) {
224 $context = 'mapping';
354 $value = $this->parseValue(rtrim($values['value']), $flags, $context);
368 if (null !== $context) {
721 parseValue(string $value, int $flags, string $context) global() argument
[all...]
/plugin/findologicxmlexport/vendor/jms/serializer/src/Accessor/
H A DDefaultAccessorStrategy.php52 …public function getValue(object $object, PropertyMetadata $metadata, SerializationContext $context) argument
63 … $variables = ['object' => $object, 'context' => $context, 'property_metadata' => $metadata];
100 …setValue(object $object, $value, PropertyMetadata $metadata, DeserializationContext $context): void argument

1...<<11121314151617181920>>...43