Home
last modified time | relevance | path

Searched refs:context (Results 301 – 325 of 1053) sorted by relevance

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

/plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/Security/
H A DSecurityLayerInterface.php26 * Wraps / Installs the security layer for a specific SASL context over a data stream.
30 public function wrap(string $data, SaslContext $context): string; argument
33 * Unwraps / uninstalls the security layer for a specific SASL context from a data stream.
37 public function unwrap(string $data, SaslContext $context): string; argument
/plugin/commonmark/vendor/league/commonmark/src/Block/Parser/
H A DLazyParagraphParser.php
/plugin/upgrade/vendor/splitbrain/php-cli/src/
H A DPSR3CLIv3.php20 public function log($level, string|\Stringable $message, array $context = []): void argument
22 $this->logMessage($level, $message, $context);
/plugin/findologicxmlexport/vendor/jms/serializer/src/EventDispatcher/
H A DObjectEvent.php19 public function __construct(Context $context, $object, array $type) argument
21 parent::__construct($context, $type);
/plugin/findologicxmlexport/vendor/jms/serializer/src/
H A DSerializerInterface.php19 …public function serialize($data, string $format, ?SerializationContext $context = null, ?string $t… argument
26 …n deserialize(string $data, string $type, string $format, ?DeserializationContext $context = null); argument
/plugin/commonmark/vendor/league/commonmark/src/Block/Element/
H A DStringContainerInterface.php
/plugin/findologicxmlexport/vendor/twig/twig/doc/functions/
H A Ddump.rst31 In an HTML context, wrap the output with a ``pre`` tag to make it easier to
52 If you don't pass any value, all variables from the current context are
66 * ``context``: The context to dump
H A Dinclude.rst14 Included templates have access to the variables of the active context.
19 The context is passed by default to the template but you can also pass
24 …{# template.html will have access to the variables from the current context and the additional one…
27 You can disable access to the context by setting ``with_context`` to
82 * ``with_context``: Whether to pass the current context variables or not
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/DocBlock/Tags/
H A DMethod.php70 TypeContext $context = null argument
133 $returnType = $typeResolver->resolve($returnType, $context);
134 $description = $descriptionFactory->create($description, $context);
144 $argumentType = $typeResolver->resolve($argument[0], $context);
/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.img.php13 function get_max_width_natural(&$context) { argument
14 return $this->get_full_width($context);
17 function get_min_width(&$context) { argument
21 function get_max_width(&$context) { argument
67 function reflow_static(&$parent, &$context) { argument
70 GenericFormattedBox::reflow($parent, $context);
73 $this->maybe_line_break($parent, $context);
/plugin/dirtylittlehelper/mermaid/editor/src/components/
H A DLinks.svelte27 const context = canvas.getContext('2d');
28 context.fillStyle = 'white';
29 context.fillRect(0, 0, canvas.width, canvas.height);
32 image.onload = exporter(canvas, context, image);
40 const downloadImage = (canvas, context, image) => {
42 context.drawImage(image, 0, 0, canvas.width, canvas.height);
57 const clipboardCopy = (canvas, context, image) => {
59 context.drawImage(image, 0, 0, canvas.width, canvas.height);
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/
H A DJsonSerializationTest.php182 …unction (SerializationVisitorInterface $visitor, AuthorList $data, array $type, Context $context) {
201 …unction (SerializationVisitorInterface $visitor, AuthorList $data, array $type, Context $context) {
373 * @param SerializationContext|null $context
377 public function testTypeHintedArraySerialization(array $array, $expected, $context = null) argument
379 self::assertEquals($expected, $this->serialize($array, $context));
414 * @param SerializationContext|null $context
418 …public function testTypeHintedArrayAndStdClassSerialization(array $array, $expected, $context = nu… argument
420 self::assertEquals($expected, $this->serialize($array, $context));
/plugin/findologicxmlexport/vendor/jms/serializer/src/Exclusion/
H A DExclusionStrategyInterface.php21 public function shouldSkipClass(ClassMetadata $metadata, Context $context): bool; argument
26 public function shouldSkipProperty(PropertyMetadata $property, Context $context): bool; argument
/plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/Encoder/
H A DEncoderInterface.php30 public function encode(Message $message, SaslContext $context): string; argument
37 public function decode(string $data, SaslContext $context): Message; argument
H A DAnonymousEncoder.php27 public function encode(Message $message, SaslContext $context): string argument
39 public function decode(string $data, SaslContext $context): Message argument
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DLexerATNConfig.php24 ?PredictionContext $context = null, argument
28 parent::__construct($oldConfig, $state, $context, null, $alt);
51 $this->context,
/plugin/scrape/HTMLPurifier/Filter/
H A DYouTube.php
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/DocBlock/
H A DTagFactory.php64 * @param TypeContext $context
70 public function create($tagLine, TypeContext $context = null); argument
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Xml/
H A DTests.php27 public function __construct(\DOMElement $context) argument
29 $this->contextNode = $context;
/plugin/findologicxmlexport/vendor/jms/serializer/src/Accessor/
H A DAccessorStrategyInterface.php19 …ublic function getValue(object $object, PropertyMetadata $metadata, SerializationContext $context); argument
24 …etValue(object $object, $value, PropertyMetadata $metadata, DeserializationContext $context): void; argument
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Server/RequestHandler/
H A DRootDseHandlerInterface.php28 * @param RequestContext $context
33 public function rootDse(RequestContext $context, SearchRequest $request, Entry $rootDse): Entry;
32 rootDse(RequestContext $context, SearchRequest $request, Entry $rootDse) global() argument
/plugin/findologicxmlexport/vendor/jms/serializer/src/Twig/
H A DSerializerRuntimeHelper.php28 …public function serialize($object, string $type = 'json', ?SerializationContext $context = null): … argument
30 return $this->serializer->serialize($object, $type, $context);
/plugin/mdpage/src/DokuWiki/Plugin/Mdpage/Markdown/
H A DGitHubFlavored.php14 public function __construct($renderer, $data, $context) { argument
17 $this->rendererContext = $context;
H A DMarkdownExtra.php14 public function __construct($renderer, $data, $context) { argument
17 $this->rendererContext = $context;
H A DTraditional.php14 public function __construct($renderer, $data, $context) { argument
17 $this->rendererContext = $context;

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