Home
last modified time | relevance | path

Searched refs:lastValue (Results 1 – 22 of 22) sorted by relevance

/plugin/asciidocjs/node_modules/clean-css/lib/optimizer/
Dwrap-for-optimizing.js92 var lastValue = property[property.length - 1];
98 } else if (lastValue[1][0] == Match.BANG && !lastValue[1].match(Match.IMPORTANT_WORD_PATTERN)) {
100 … else if (lastValue[1].indexOf(Match.BANG) > 0 && !lastValue[1].match(Match.IMPORTANT_WORD_PATTERN…
102 …} else if (lastValue[1].indexOf(Match.BACKSLASH) > 0 && lastValue[1].indexOf(Match.BACKSLASH) == l…
103 match = [Hack.BACKSLASH, lastValue[1].substring(lastValue[1].indexOf(Match.BACKSLASH) + 1)];
104 } else if (lastValue[1].indexOf(Match.BACKSLASH) === 0 && lastValue[1].length == 2) {
105 match = [Hack.BACKSLASH, lastValue[1].substring(1)];
115 var lastValue = property[property.length - 1];
116 if (Match.IMPORTANT_TOKEN_PATTERN.test(lastValue[1])) {
118 …} else if (Match.IMPORTANT_WORD_PATTERN.test(lastValue[1]) && Match.SUFFIX_BANG_PATTERN.test(prope…
[all …]
/plugin/asciidocjs/node_modules/clean-css/lib/utils/
Dsplit.js9 var lastValue;
38 lastValue = value.substring(lastStart);
39 lastCharacter = lastValue[lastValue.length - 1];
41 lastValue = lastValue.substring(0, lastValue.length - 1);
44 parts.push(lastValue);
/plugin/parserfunctions/
Dhelper.php103 $lastValue = null;
114 $lastValue = $parts[1];
122 $default = $lastValue; // Explicit default
124 $cases[trim($parts[0])] = $lastValue; // Fallthrough - uses last defined value
132 'default' => $default ?? $lastValue // Implicit default is the last value
/plugin/asciidocjs/node_modules/clean-css/lib/optimizer/level-2/properties/
Dmerge-into-shorthands.js195 var lastValue = null;
201 if (lastValue !== null && lastValue !== currentValue) {
205 lastValue = currentValue;
/plugin/diagramsnet/lib/plugins/
Dvoice.js1021 var lastValue = parseFloat(tokens[1].toLowerCase());
1023 if (tokens.length >= 2 && !isNaN(lastValue))
1034 geo.height = lastValue;
1038 geo.width = lastValue;
1591 var lastValue = parseFloat(lastToken);
1593 if (tokens.length >= 2 && !isNaN(lastValue))
1623 else if (lastValue <= 400)
1625 graph.setCellStyles(style, lastValue, cells);
1626 …ui.fireEvent(new mxEventObject('styleChanged', 'keys', [style], 'values', [lastValue], 'cells', ce…
1630 App.say('{1} ignored', [lastValue]);
Dtags.js85 var lastValue = null;
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Entry/
H A DAttribute.php191 public function lastValue() function in FreeDSx\\Ldap\\Entry\\Attribute
/plugin/s5reloaded/ui/effects_support/
Dcontrols.js952 this.lastValue = $F(this.element);
956 if(this.lastValue == $F(this.element)) return;
959 this.lastValue = $F(this.element);
Ddragdrop.js579 this.lastValue = Sortable.serialize(this.element);
583 this.lastValue = Sortable.serialize(this.element);
588 if(this.lastValue != Sortable.serialize(this.element))
Dprototype.js4187 this.lastValue = this.getValue();
4192 if (Object.isString(this.lastValue) && Object.isString(value) ?
4193 this.lastValue != value : String(this.lastValue) != String(value)) {
4195 this.lastValue = value;
4219 this.lastValue = this.getValue();
4228 if (this.lastValue != value) {
4230 this.lastValue = value;
/plugin/pureldap/vendor/freedsx/ldap/
H A DCHANGELOG.md32 * Added a firstValue() and lastValue() method for attributes.
/plugin/freechat/phpfreechat/data/public/js/
Dprototype.js3638 this.lastValue = this.getValue();
3643 if (Object.isString(this.lastValue) && Object.isString(value) ?
3644 this.lastValue != value : String(this.lastValue) != String(value)) {
3646 this.lastValue = value;
3670 this.lastValue = this.getValue();
3679 if (this.lastValue != value) {
3681 this.lastValue = value;
/plugin/issuetracker/
Dprototype.js5254 this.lastValue = this.getValue();
5259 if (Object.isString(this.lastValue) && Object.isString(value) ?
5260 this.lastValue != value : String(this.lastValue) != String(value)) {
5262 this.lastValue = value;
5286 this.lastValue = this.getValue();
5295 if (this.lastValue != value) {
5297 this.lastValue = value;
/plugin/aceeditor/
Dbuild.js1lastValue&&t.undo(),h.lastValue=n.value.replace(/\x01/g,"");if(h.lastValue){var e=t.selection.getR…
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/
Dfirebug-lite-debug.js23816 if(this.lastValue)
23817 this.element.value = this.lastValue;
23830 this.lastValue = this.element.value;
/plugin/webcode/vendor/
Dfirebug-lite-1.4.js6257 }if(this.lastValue){this.element.value=this.lastValue
6261 this.lastValue=this.element.value;
/plugin/combo/resources/firebug/
H A Dfirebug-lite-1.4.js6268 }if(this.lastValue){this.element.value=this.lastValue
6272 this.lastValue=this.element.value;
/plugin/jdraw/lib/
Djgraphx.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/diagramsnet/lib/mxgraph/
DmxClient.js457 …thPadding=8!=document.documentMode||mxClient.IS_EM?3:4;mxText.prototype.lastValue=null;mxText.prot… method in mxText
461 …function(){if(this.visible&&this.checkBounds()&&this.cacheEnabled&&this.lastValue==this.value&&(mx…
462 ….value)||this.dialect==mxConstants.DIALECT_STRICTHTML?this.lastValue=this.value:this.lastValue=nul…
928 …text=null);if(null!=a.text){b&&(null!=a.text.lastValue&&this.isTextShapeInvalid(a,a.text)&&(a.text…
/plugin/diagramsnet/lib/js/
Dviewer.min.js661 …thPadding=8!=document.documentMode||mxClient.IS_EM?3:4;mxText.prototype.lastValue=null;mxText.prot… method in mxText
665 …function(){if(this.visible&&this.checkBounds()&&this.cacheEnabled&&this.lastValue==this.value&&(mx…
666 ….value)||this.dialect==mxConstants.DIALECT_STRICTHTML?this.lastValue=this.value:this.lastValue=nul…
1132 …text=null);if(null!=a.text){b&&(null!=a.text.lastValue&&this.isTextShapeInvalid(a,a.text)&&(a.text…
Dapp.min.js695 …thPadding=8!=document.documentMode||mxClient.IS_EM?3:4;mxText.prototype.lastValue=null;mxText.prot… method in mxText
699 …function(){if(this.visible&&this.checkBounds()&&this.cacheEnabled&&this.lastValue==this.value&&(mx…
700 ….value)||this.dialect==mxConstants.DIALECT_STRICTHTML?this.lastValue=this.value:this.lastValue=nul…
1166 …text=null);if(null!=a.text){b&&(null!=a.text.lastValue&&this.isTextShapeInvalid(a,a.text)&&(a.text…
Dviewer-static.min.js661 …thPadding=8!=document.documentMode||mxClient.IS_EM?3:4;mxText.prototype.lastValue=null;mxText.prot… method in mxText
665 …function(){if(this.visible&&this.checkBounds()&&this.cacheEnabled&&this.lastValue==this.value&&(mx…
666 ….value)||this.dialect==mxConstants.DIALECT_STRICTHTML?this.lastValue=this.value:this.lastValue=nul…
1132 …text=null);if(null!=a.text){b&&(null!=a.text.lastValue&&this.isTextShapeInvalid(a,a.text)&&(a.text…