Home
last modified time | relevance | path

Searched refs:context (Results 701 – 725 of 1053) sorted by last modified time

1...<<21222324252627282930>>...43

/plugin/sequencediagram/bower_components/lodash/vendor/underscore/test/
H A Darrays.js136 var context = {1: 2, 2: 3, 3: 4}; class in AnonymousFunctionb6e72c690c00
138 …assert.strictEqual(_.sortedIndex([1, 3], 2, iterator, context), 1, 'can execute its iterator in th…
180 var context = {};
183 assert.strictEqual(this, context, 'executes its iterator in the given context');
187 }, context);
H A Dfunctions.js8 var context = {name: 'moe'}; class in AnonymousFunction105fccb00100
10 var bound = _.bind(func, context);
13 bound = _(func).bind(context);
677 var context = {num: 0}; class in AnonymousFunction105fccb05600
679 _.times(10, increment, context);
681 assert.equal(context.num, 2, 'provides context');
758 _.restArgs(function(array, iteratee, context) { argument
761 assert.strictEqual(context, void 0);
H A Dutility.js42 var context = {_: 'oldvalue'}; class in AnonymousFunctiona8f0c16b0500
43 sandbox.runInNewContext(context);
44 assert.equal(context._, 'oldvalue');
45 assert.equal(context.underscore.VERSION, _.VERSION);
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/sequencediagram/bower_components/lodash/dist/
H A Dlodash.js1407context = context == null ? root : _.defaults(root.Object(), context, _.pick(root, contextProps));
1410 var Array = context.Array,
1411 Date = context.Date,
1412 Error = context.Error,
1414 Math = context.Math,
1415 Object = context.Object,
1416 RegExp = context.RegExp,
1417 String = context.String,
1464 Symbol = context.Symbol,
1484 var ctxClearTimeout = context.clearTimeout !== root.clearTimeout && context.clearTimeout,
[all …]
/plugin/sequencediagram/bower_components/lodash/vendor/underscore/
H A Dunderscore.js68 if (context === void 0) return func;
71 return func.call(context, value);
104 return cb(value, context, Infinity);
182 iteratee = cb(iteratee, context);
236 predicate = cb(predicate, context);
251 predicate = cb(predicate, context);
388 iteratee = cb(iteratee, context);
539 context = iteratee;
826 context = this;
999 iteratee = cb(iteratee, context);
[all …]
/plugin/sequencediagram/bower_components/lodash/fp/
H A D_baseConvert.js261 return function(context) { argument
262 return baseConvert(util, runInContext(context), options);
/plugin/sequencediagram/bower_components/lodash/
H A Dlodash.js1407context = context == null ? root : _.defaults(root.Object(), context, _.pick(root, contextProps));
1410 var Array = context.Array,
1411 Date = context.Date,
1412 Error = context.Error,
1414 Math = context.Math,
1415 Object = context.Object,
1416 RegExp = context.RegExp,
1417 String = context.String,
1464 Symbol = context.Symbol,
1484 var ctxClearTimeout = context.clearTimeout !== root.clearTimeout && context.clearTimeout,
[all …]
/plugin/sequencediagram/bower_components/lodash/vendor/backbone/test/
H A Dmodel.js593 context: obj, property in AnonymousFunctionba6538a34800.options
599 opts.success.call(opts.context);
611 context: obj, property in AnonymousFunctionba6538a34900.options
617 opts.error.call(opts.context);
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/
H A Dfirebug-lite-debug.js8775 context = context || "window";
9406 context = options.context || Env.browser,
12665 var origContext = context = context || document;
13497 context = context || document;
13633 root = context.nodeType ? [context] : context;
14242 FBL.domplate.context = function(context, fn) argument
14269 this.context = oldTag ? oldTag.context : null;
17439 var context = currentPanel.context;
20663 contexts.push({context: context, win: win});
20673 if (contexts[i].context == context)
[all …]
/plugin/sequencediagram/bower_components/raphael/
H A Dyarn.lock10 "@webassemblyjs/helper-module-context" "1.8.5"
41 "@webassemblyjs/helper-module-context@1.8.5":
43 …d "https://registry.yarnpkg.com/@webassemblyjs/helper-module-context/-/helper-module-context-1.8.5…
2766 "@webassemblyjs/helper-module-context" "1.8.5"
/plugin/sequencediagram/bower_components/underscore/
H A Dunderscore-min.map1 …"iterator","obj","iteratee","memo","keys","index","length","currentKey","context","optimizeCb","is…
H A Dunderscore.js64 if (context === void 0) return func;
67 return func.call(context, value);
94 return cb(value, context, Infinity);
166 iteratee = cb(iteratee, context);
375 iteratee = cb(iteratee, context);
524 context = iteratee;
711 _.bind = function(func, context) { argument
782 var context, args, result;
796 context = this;
835 context = this;
[all …]
/plugin/sequencediagram/bower_components/bower-webfontloader/
H A Dwebfont.js10 ….U=0;this.P=this.Q=!0}R.prototype.load=function(a){this.a=new r(this.D,a.context||this.D);this.Q=!…
/plugin/sequencediagram/bower_components/js-sequence-diagrams/dist/
H A Dsequence-diagram.js593 if (this.options.backtrack_lexer && (// save context
H A Dsequence-diagram-raphael.js593 if (this.options.backtrack_lexer && (// save context
/plugin/emoji/script/
H A Djquery.textcomplete.js312 var context = strategy.context(text);
313 if (context || context === '') {
315 if (isString(context)) { text = context; }
927 context: function () { return true; },
948 var timeout, args, context, timestamp, result;
955 result = func.apply(context, args);
956 context = args = null;
961 context = this;
/plugin/doodle4/
H A DLICENSE129 "Major Component", in this context, means a major essential component
/plugin/findologicxmlexport/vendor/jms/serializer/src/Expression/
H A DExpressionEvaluator.php22 private $context = []; variable in JMS\\Serializer\\Expression\\ExpressionEvaluator
24 public function __construct(ExpressionLanguage $expressionLanguage, array $context = []) argument
27 $this->context = $context;
35 $this->context[$name] = $value;
43 return $this->expressionLanguage->evaluate($expression, $data + $this->context);
51 … return $this->expressionLanguage->evaluate($expression->getExpression(), $data + $this->context);
56 …on($this->expressionLanguage->parse($expression, array_merge(array_keys($this->context), $names)));
/plugin/findologicxmlexport/vendor/jms/serializer/src/
H A DSerializer.php109 } elseif ($context->hasAttribute('initial_type')) {
110 return $context->getAttribute('initial_type');
153 if (null === $context) {
160 $type = $this->findInitialType($type, $context);
171 if (null === $context) {
188 if (null === $context) {
195 $type = $this->findInitialType($type, $context);
196 $result = $this->visit($navigator, $visitor, $context, $data, 'json', $type);
215 if (null === $context) {
232 $context->initialize(
[all …]
/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/findologicxmlexport/vendor/doctrine/annotations/docs/en/
H A Dcustom.rst65 If the annotations is not allowed in the current context you got an ``AnnotationException``
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
H A DDocParser.php133 private $context = ''; variable in Doctrine\\Common\\Annotations\\DocParser
338 * @param string $context The parsing context.
342 public function parse($input, $context = '') argument
349 $this->context = $context;
440 if (strlen($this->context)) {
441 $message .= ' in ' . $this->context;
555 $context = 'property ' . $class->name . "::\$" . $property->name;
559 … foreach (self::$metadataParser->parse($propertyComment, $context) as $annotation) {
773 … $originalName, $this->context, self::$annotationMetadata[$name]['targets_literal'])
799 …hrow AnnotationException::requiredError($property, $originalName, $this->context, 'a(n) '.$type['v…
[all …]
/plugin/findologicxmlexport/vendor/goetas-webservices/xsd2php-runtime/tests/
H A DXmlSchemaDateHandlerDeserializationTest.php27 protected $context; variable in GoetasWebservices\\Xsd\\XsdToPhpRuntime\\Tests\\Jms\\Handler\\XmlSchemaDateHandlerDeserializationTest
37 $this->context = DeserializationContext::create();
76 … $deserialized = $this->handler->deserializeDate($this->visitor, $element, [], $this->context);
96 $this->handler->deserializeDate($this->visitor, $element, [], $this->context);
H A DXmlSchemaDateHandlerSerializationTest.php26 protected $context; variable in GoetasWebservices\\Xsd\\XsdToPhpRuntime\\Tests\\Jms\\Handler\\XmlSchemaDateHandlerSerializationTest
36 $this->context = SerializationContext::create();
72 $ret = $this->handler->serializeDateTime($this->visitor, $date, [], $this->context);
97 $ret = $this->handler->serializeDate($this->visitor, $date, [], $this->context);

1...<<21222324252627282930>>...43