Lines Matching refs:undefined

60 	    if (bits === undefined) bits = 128;
230 return obj === undefined;
233 return obj !== undefined;
311 var idx = isArray$2(collection) ? -1 : undefined;
494 var grouped = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : {};
626 timer = lastNow = lastArgs = lastThis = undefined;
1138 bugTestDiv = undefined;
1411 if (value !== undefined) {
1924 if (svg !== undefined) {
2684 if (x < minX || minX === undefined) {
2687 if (y < minY || minY === undefined) {
2691 if ((x + width) > maxX || maxX === undefined) {
2694 if ((y + height) > maxY || maxY === undefined) {
4356 var index = childIndex !== undefined ? childIndex : parent.childNodes.length - 1;
5232 if (box === undefined && this._cachedViewbox) {
6129 target[property.name] = undefined;
6747 if (returnValue === undefined && event.defaultPrevented) {
6797 if (returnValue !== undefined) {
7483 if (!p.isMany && p.default !== undefined) {
7638 idx = undefined;
7645 if (idx !== undefined) {
7696 this.addProperty(newProperty, replace ? undefined : idx, rename);
8276 if (isObject(a) && a.value !== undefined) {
8318 if (type === undefined) {
9717 if (bodyProperty && value !== undefined) {
9910 if (newElement !== undefined) {
9996 if (newElement !== undefined) {
10398 return (ns.prefix !== undefined) ? (ns.uri + '|' + ns.prefix) : ns.uri;
18495 if (isSequential === undefined) {
18843 … padding = parsePadding(options.padding !== undefined ? options.padding : this._config.padding),
21363 if (position.right !== undefined) {
21376 if (position.bottom !== undefined) {
28006 return allowed === undefined ? true : allowed;
29610 tolerance = tolerance === undefined ? 10 : tolerance;
30732 if (container && offset !== undefined) {
30984 this.resizable = undefined;
34266 target.isExpanded === undefined ||
35461 modeling.updateProperties(element, { conditionExpression: undefined });
35473 modeling.updateProperties(element.source, { default: undefined });
35534 loopCharacteristics = undefined;
35554 isLoop = loopCharacteristics.isSequential === undefined;
35555 … isParallel = loopCharacteristics.isSequential !== undefined && !loopCharacteristics.isSequential;
35922 if (shapeOrChildren.length === undefined) {
37013 this._actions[action] = undefined;
38628 if (resizeConstraints !== undefined) {
38632 if (minBounds === undefined) {
39221 if (text === undefined) {
39613 element = undefined;
39614 absoluteElementBBox = undefined;
39619 gfx = undefined;
43269 modeling.updateProperties(connection, { conditionExpression: undefined });
43275 modeling.updateProperties(element.source, { default: undefined });
43502 trbl[attr] = current === undefined ? value : choice(value, current);
45367 if (ordering.parent !== undefined) {
45385 if (ordering.parent !== undefined) {
45767 if (result === undefined) {
48996 if (attrs[property] !== undefined) {
49344 if (positionOrBounds.width !== undefined) {
50386 if (newBounds.x === undefined || newBounds.y === undefined ||
50387 newBounds.width === undefined || newBounds.height === undefined) {
51000 newParentIndex = undefined;
51043 parentIndex = undefined;
51079 parentIndex = undefined;
51119 parentIndex = undefined;
52214 fill: undefined,
52215 stroke: undefined
52226 return undefined;
53089 x: axis.x !== undefined ? axis.x : start.x,
53090 y: axis.y !== undefined ? axis.y : start.y,
53092 x: axis.x !== undefined ? axis.x : start.x,
53093 y: axis.y !== undefined ? axis.y : start.y
53116 x: axis.x !== undefined ? axis.x : end.x,
53117 y: axis.y !== undefined ? axis.y : end.y,
53119 x: axis.x !== undefined ? axis.x : end.x,
53120 y: axis.y !== undefined ? axis.y : end.y
56695 if (locationSnapping !== undefined) {