Home
last modified time | relevance | path

Searched refs:context (Results 176 – 200 of 1053) sorted by relevance

12345678910>>...43

/plugin/findologicxmlexport/vendor/jms/serializer/src/Exclusion/
H A DDisjunctExclusionStrategy.php41 public function shouldSkipClass(ClassMetadata $metadata, Context $context): bool argument
45 if ($delegate->shouldSkipClass($metadata, $context)) {
56 public function shouldSkipProperty(PropertyMetadata $property, Context $context): bool argument
60 if ($delegate->shouldSkipProperty($property, $context)) {
/plugin/codemirror/dist/modes/
H A Dvhdl.min.js1context=new p(a.indented,b,c,null,a.context)}function r(a){var b=a.context.type;if(b==")"||b=="]"|…
H A Dttcn.min.js1context&&a.context.type=="statement")d=a.context.indented;return a.context=new y(d,b,c,null,a.cont…
H A Decl.min.js1context=new r(a.indented,b,c,null,a.context)}function t(a){var b=a.context.type;if(b==")"||b=="]"|…
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/
H A DPublicKey.php67 … if ($this->curve instanceof Ed25519 && self::$engines['libsodium'] && !isset($this->context)) {
96 $dom2 = !isset($this->context) ? '' :
97 … 'SigEd25519 no Ed25519 collisions' . "\0" . chr(strlen($this->context)) . $this->context;
99 $context = isset($this->context) ? $this->context : '';
100 $dom2 = 'SigEd448' . "\0" . chr(strlen($context)) . $context;
/plugin/block/
H A Dscript.js128 var context = canvas.getContext("2d");
134 context.font = "72px monospace";
137 var baselineSize = context.measureText(text).width;
140 context.font = "72px '" + fontName + "', monospace";
143 var newSize = context.measureText(text).width;
/plugin/findologicxmlexport/vendor/hoa/file/Temporary/
H A DTemporary.php68 * @param string $context Context ID (please, see the
75 $context = null, argument
82 parent::__construct($streamName, $mode, $context, $wait);
96 protected function &_open($streamName, Stream\Context $context = null) argument
H A DRead.php57 * @param string $context Context ID (please, see the
64 $context = null, argument
67 parent::__construct($streamName, $mode, $context, $wait);
81 protected function &_open($streamName, Stream\Context $context = null) argument
106 $out = parent::_open($streamName, $context);
/plugin/loglog/helper/
H A Dmain.php78 * @param string $context
82 public function getNotificationString($context, $key) argument
95 return isset($stringRepo[$context][$key]) ? $stringRepo[$context][$key] : '';
/plugin/html2pdf/html2pdf/html2ps/unittest/
H A Dgeneric.test.php4 function layoutPipeline($html, &$pipeline, &$media, &$context, &$positioned_filter) { argument
8 return $pipeline->_layout_item("", $media, 0, $context, $positioned_filter);
22 …function runPipeline($html, &$media = null, &$pipeline = null, &$context = null, &$postponed = nul… argument
30 $tree = $this->layoutPipeline($html, $pipeline, $media, $context, $postponed);
/plugin/findologicxmlexport/vendor/goetas-webservices/xsd2php-runtime/src/Jms/Handler/
H A DXmlSchemaDateHandler.php78 …ion serializeDate(XmlSerializationVisitor $visitor, \DateTime $date, array $type, Context $context) argument
83 return $visitor->visitSimpleString($v, $type, $context);
99 …serializeDateTime(XmlSerializationVisitor $visitor, \DateTime $date, array $type, Context $context) argument
104 return $visitor->visitSimpleString($v, $type, $context);
118 …ion serializeTime(XmlSerializationVisitor $visitor, \DateTime $date, array $type, Context $context) argument
124 return $visitor->visitSimpleString($v, $type, $context);
/plugin/findologicxmlexport/vendor/hoa/file/Link/
H A DRead.php57 * @param string $context Context ID (please, see the
64 $context = null, argument
67 parent::__construct($streamName, $mode, $context, $wait);
81 protected function &_open($streamName, Stream\Context $context = null) argument
106 $out = parent::_open($streamName, $context);
/plugin/findologicxmlexport/vendor/hoa/file/
H A DRead.php56 * @param string $context Context ID (please, see the
63 $context = null, argument
66 parent::__construct($streamName, $mode, $context, $wait);
80 protected function &_open($streamName, Stream\Context $context = null) argument
105 $out = parent::_open($streamName, $context);
/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.generic.formatted.php145 $cm = $context->get_collapsed_margin();
146 $context->pop_collapsed_margin();
147 $context->pop_collapsed_margin();
157 $context->push_collapsed_margin( 0 );
185 $parent->close_line($context);
342 function apply_clear($y, &$context) { argument
464 function get_min_width(&$context) { argument
468 function get_preferred_width(&$context) { argument
473 return $this->get_min_width($context);
477 function get_max_width(&$context) { argument
[all …]
H A Dbox.legend.php22 function reflow(&$parent, &$context) { argument
23 GenericFormattedBox::reflow($parent, $context);
30 $this->put_full_width($this->get_max_width($context));
33 $this->reflow_content($context);
/plugin/commonmark/vendor/league/commonmark/src/Extension/Table/
H A DTableParser.php34 parse(ContextInterface $context, Cursor $cursor) global() argument
/plugin/commonmark/vendor/league/commonmark/src/Block/Parser/
H A DHtmlBlockParser.php
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DLP/
H A DGooglePrivacyDlpV2CryptoReplaceFfxFpeConfig.php58 public function setContext(GooglePrivacyDlpV2FieldId $context) argument
60 $this->context = $context;
67 return $this->context;
/plugin/combo/ComboStrap/
H A DIconTag.php24 $context = "";
26 $context = $parent->getTagName();
27 if ($context === syntax_plugin_combo_link::TAG) {
28 $context = $parent->getTagName();
41 !in_array($context, [
66 return array(PluginUtility::CONTEXT => $context);
149 * Close the span if we are in a tooltip context
/plugin/authgooglesheets/vendor/google/apiclient-services/src/MyBusinessVerifications/
H A DVerifyLocationRequest.php50 public function setContext(ServiceBusinessContext $context) argument
52 $this->context = $context;
59 return $this->context;
/plugin/findologicxmlexport/vendor/sebastian/exporter/src/
H A DExporter.php52 * @param Context $context
55 public function shortenedRecursiveExport(&$data, Context $context = null) argument
60 if (!$context) {
61 $context = new Context;
65 $context->add($data);
69 if ($context->contains($data[$key]) !== false) {
76 $this->shortenedRecursiveExport($data[$key], $context)
/plugin/commonmark/vendor/league/commonmark/src/Block/Element/
H A DAbstractBlock.php
H A DIndentedCode.php
/plugin/combo/syntax/
H A Dheadingatx.php89 $context = HeadingTag::getContext($callStack);
92 * The context is needed:
102 PluginUtility::CONTEXT => $context,
132 $context = $data[PluginUtility::CONTEXT];
141 HeadingTag::processRenderEnterXhtml($context, $tagAttributes, $renderer, $pos);
149 $renderer->doc .= HeadingTag::renderClosingTag($tagAttributes, $context);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRetail/
H A DGoogleCloudRetailLoggingErrorLog.php46 public function setContext(GoogleCloudRetailLoggingErrorContext $context) argument
48 $this->context = $context;
55 return $this->context;

12345678910>>...43