Home
last modified time | relevance | path

Searched refs:expectedValue (Results 1 – 14 of 14) sorted by relevance

/plugin/combo/ComboStrap/TagAttribute/
H A DStyleAttribute.php106 $expectedValue = $expectedQuery[$key];
107 if ($expectedValue === null) {
110 if ($expectedValue !== $value) {
111 …eptionNotEquals("The style $key property does not have the same value ($value vs $expectedValue)");
/plugin/combo/ComboStrap/
H A DSpacing.php37 $expectedValue = "p" . substr($spacingValue, 1);
38 … in the grid to go to the line. Apply the following padding instead ($expectedValue)", LogUtility:…
39 $spacingValue = $expectedValue;
/plugin/scrape/vendor/symfony/css-selector/Exception/
DSyntaxErrorException.php29 public static function unexpectedToken(string $expectedValue, Token $foundToken) argument
31 return new self(sprintf('Expected %s, but %s found.', $expectedValue, $foundToken));
/plugin/combo/ComboStrap/Web/
H A DUrl.php535 $expectedValue = $expectedQuery[$key];
536 if ($expectedValue === null) {
539 if ($expectedValue !== $value) {
540 …ew ExceptionNotEquals("The $key property does not have the same value ($value vs $expectedValue)");
/plugin/syntaxhighlighter3/sxh3/src/js/
DshCore.js480 expectedValue,
484 expectedValue = propertyToFind != 'nodeName'
490 if ((target[propertyToFind] || '').indexOf(expectedValue) != -1)
/plugin/asciidocjs/node_modules/@asciidoctor/core/types/
Dindex.d.ts2792 isAttribute(name: string, expectedValue?: any, fallbackName?: string): boolean;
2844 isRole(expectedValue?: string): boolean;
/plugin/asciidocjs/node_modules/asciidoctor/types/
Dindex.d.ts2792 isAttribute(name: string, expectedValue?: any, fallbackName?: string): boolean;
2844 isRole(expectedValue?: string): boolean;
/plugin/syntaxhighlighter3/sxh3/pkg/scripts/
DshCore.js1761 expectedValue,
1765 expectedValue = propertyToFind != 'nodeName'
1771 if ((target[propertyToFind] || '').indexOf(expectedValue) != -1)
/plugin/syntaxhighlighter4/dist/
Dsyntaxhighlighter.js3209 expectedValue,
3212 expectedValue = propertyToFind != 'nodeName' ? search.substr(1) : search.toUpperCase();
3215 if ((target[propertyToFind] || '').indexOf(expectedValue) != -1) return target;
Dsyntaxhighlighter.js.map1expectedValue","found","findParentElement","popup","width","height","x","screen","win","open","foc…
/plugin/asciidocjs/node_modules/@asciidoctor/core/dist/node/
Dasciidoctor.js18610 AbstractNode.prototype.isAttribute = function (name, expectedValue, fallbackName) { argument
18611 return this['$attr?'](name, expectedValue, fallbackName)
18686 AbstractNode.prototype.isRole = function (expectedValue) { argument
18687 return this['$role?'](expectedValue)
Dasciidoctor.cjs17131 * @param {*} [expectedValue] - The expected Object value of the attribute (default: undefined).
17137 AbstractNode.prototype.isAttribute = function (name, expectedValue, fallbackName) {
17138 return this['$attr?'](name, expectedValue, fallbackName)
17208 …* @param {string} expectedValue - The expected String value of the role (optional, default: undefi…
17213 AbstractNode.prototype.isRole = function (expectedValue) {
17214 return this['$role?'](expectedValue)
/plugin/asciidocjs/node_modules/@asciidoctor/core/dist/graalvm/
Dasciidoctor.js42975 AbstractNode.prototype.isAttribute = function (name, expectedValue, fallbackName) { argument
42976 return this['$attr?'](name, expectedValue, fallbackName)
43051 AbstractNode.prototype.isRole = function (expectedValue) { argument
43052 return this['$role?'](expectedValue)
/plugin/asciidocjs/node_modules/@asciidoctor/core/dist/browser/
Dasciidoctor.js43227 AbstractNode.prototype.isAttribute = function (name, expectedValue, fallbackName) { argument
43228 return this['$attr?'](name, expectedValue, fallbackName)
43303 AbstractNode.prototype.isRole = function (expectedValue) { argument
43304 return this['$role?'](expectedValue)