Home
last modified time | relevance | path

Searched refs:context (Results 451 – 475 of 1053) sorted by relevance

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

/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/Request/
H A DExtendedRequest.php121 $asn1 = Asn1::sequence(Asn1::context(0, Asn1::octetString($this->requestName)));
131 $asn1->addChild(Asn1::context(1, Asn1::octetString($value)));
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/Vlv/
H A DVlvControl.php178 $this->controlValue->addChild(Asn1::context(1, $this->filter->toAsn1()));
180 $this->controlValue->addChild(Asn1::context(0, Asn1::sequence(
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/Response/
H A DExtendedResponse.php112 $asn1->addChild(Asn1::context(10, Asn1::octetString($this->responseName)));
122 $asn1->addChild(Asn1::context(11, Asn1::octetString($value)));
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/Sorting/
H A DSortingControl.php144 $child->addChild(Asn1::context(0, Asn1::octetString($sortKey->getOrderingRule())));
147 $child->addChild(Asn1::context(1, Asn1::boolean(true)));
/plugin/aichat/
H A Dhelper.php190 * @param string $contextQuestion The question to use for context search
198 $context = implode(
203 'context' => $context,
266 // calculate the space for context
271 // FIXME we may want to also have an upper limit for the history and not always use the full context
/plugin/jplayer/vendor/happyworm/jplayer/lib/
H A Dpopcorn.ie8.js192 Array.prototype.forEach = Array.prototype.forEach || function( fn, context ) { argument
201 context = context || this;
207 fn.call( context, obj[ key ], key, obj );
/plugin/jquery-syntax/jquery-syntax/
H A Djquery.syntax.min.js16 …jQuery.syntax=function(options,callback){options=options||{};var context=options.context;if(option…
19context).each(function(){jQuery(this).syntax(jQuery.extend({},options,{brush:Syntax.extractBrushNa…
/plugin/codemirror/dist/modes/
H A Dnginx.min.js.map1context","pop","push","indent","textAfter","n","electricChars","defineMIME"],"mappings":"CAGA,SAAU…
H A Druby.min.js.map1context","type","prev","phrase","mayIndent","startState","indented","indentUnit","continuedLine","…
H A Djavascript.min.js1context;d;d=d.prev){for(var c=d.vars;c;c=c.next)if(c.name==b)return true}}function z(a,b,c,d,e){va… property in AnonymousFunctiona9af57c00700.b
H A Dttcn.min.js.map1context","popContext","t","startState","basecolumn","startOfLine","token","ctx","sol","indentation…
/plugin/sequencediagram/bower_components/lodash/vendor/underscore/test/
H A Dcollections.js53 _.each([true, false, 'yes', '', 0, 1, {}], function(context) { argument
55 assert.equal(this, context);
56 }, context);
178 var context = {multiplier: 3}; class in AnonymousFunction87f89eb62000
330 var context = 'obj';
333 assert.equal(context, 'obj');
335 }, context);
694 var context = {};
695 _.groupBy([{}], function(){ assert.strictEqual(this, context); }, context);
749 var context = {};
[all …]
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Common/
H A DEmptyLogger.php35 public function log($level, $message, array $context = []) argument
/plugin/advrack/
H A Djquery.qtip.js2037 …return context.backingStorePixelRatio || context.webkitBackingStorePixelRatio || context.mozBackin…
2038 context.msBackingStorePixelRatio || context.oBackingStorePixelRatio || 1;
2056 var context, tip;
2067 context.lineJoin = 'miter';
2069 context.save();
2073 this.element.html(context + context);
2219 context.beginPath();
2223 context.closePath();
2325 context.restore(); context.save();
2339 context.fill();
[all …]
/plugin/semantic/
H A Dhelper.php218 '@context' => 'http://schema.org/',
279 '@context' => 'http://schema.org/',
/plugin/html2pdf/html2pdf/html2ps/unittest/
H A Dtest.width.percentage.php20 ', $media, $pipeline, $context, $postponed);
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/
H A DDocBlockFactoryInterface.php22 public function create($docblock, Types\Context $context = null, Location $location = null); argument
/plugin/findologicxmlexport/vendor/jms/serializer/src/
H A DGraphNavigatorInterface.php18 public function initialize(VisitorInterface $visitor, Context $context): void; argument
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/ClientProtocolHandler/
H A DRequestHandlerInterface.php32 public function handleRequest(ClientProtocolContext $context): ?LdapMessageResponse;
31 handleRequest(ClientProtocolContext $context) global() argument
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Fixtures/
H A DPersonSecretWithVariables.php24 public function test(PropertyMetadata $propertyMetadata, Context $context) argument
/plugin/dropfiles/
H A Dwebpack.config.js28 context: '.',
/plugin/findologicxmlexport/vendor/jms/serializer/doc/
H A Dhandlers.rst62 …zeDateTimeToJson(JsonSerializationVisitor $visitor, \DateTime $date, array $type, Context $context)
67 …zeDateTimeToJson(JsonDeserializationVisitor $visitor, $dateAsString, array $type, Context $context)
/plugin/dokucrypt2/
H A DOLDER_VERSIONS.md26 - // we need to look in prefix context
31 + // we need to look in prefix context
/plugin/html2pdf/html2pdf/html2ps/
H A Dstrategy.table.layout.fixed.php7 function apply($table, &$context) { argument
/plugin/commonmark/vendor/league/commonmark/src/Normalizer/
H A DSlugNormalizer.php37 public function normalize(string $text, array $context = []): string
40 $slug = ($context['prefix'] ?? '') . $text;
50 if ($length = $context['length'] ?? $this->defaultMaxLength) {
24 normalize(string $text, $context = null) global() argument

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