Home
last modified time | relevance | path

Searched refs:getLength (Results 1 – 20 of 20) sorted by relevance

/template/strap/ComboStrap/
H A DDimension.php277 $length = $conditionalWidthLength->getLength();
298 … $attributes->addStyleDeclarationIfNotSet('max-width', $conditionalWidthLength->getLength());
324 … $attributes->addStyleDeclarationIfNotSet('max-width', $conditionalWidthLength->getLength());
H A DConditionalLength.php168 if ($this->getLength() === "auto") {
198 function getLength() function in ComboStrap\\ConditionalLength
/template/strap/ComboStrap/TagAttribute/
H A DTextAlign.php53 $value = $conditionalTextAlignValue->getLength();
99 $value = $conditionalTextAlignValue->getLength();
H A DAlign.php58 switch ($conditionalAlignValue->getLength()) {
/template/scanlines/htc/PIE-1.0beta5/
DPIE_uncompressed.js589 return PIE.getLength( fs ).pixels( parent, function() {
610 PIE.getLength = function( val ) {
623 var length_fifty = PIE.getLength( '50%' ),
646 length_zero = PIE.getLength( '0' ),
674 vals[1] = PIE.getLength( tokens[0].tokenValue );
684 vals[3] = PIE.getLength( tokens[1].tokenValue );
1433 …return token && ( ( token.isLengthOrPercent() && PIE.getLength( token.tokenValue ) ) || ( token.to…
1480 stop.offset = PIE.getLength( token.tokenValue );
1777 …width = w[ ltr ] = PIE.getLength( s[ ltr ] === 'none' ? '0' : ( this.namedWidths[ width ] || width…
1854 length = PIE.getLength( token.tokenValue );
[all …]
/template/strap/vendor/antlr/antlr4-php-runtime/src/PredictionContexts/
H A DEmptyPredictionContext.php14 public function getLength() : int function in Antlr\\Antlr4\\Runtime\\PredictionContexts\\EmptyPredictionContext
H A DPredictionContext.php110 return $this->getReturnState($this->getLength() - 1) === self::EMPTY_RETURN_STATE;
123 abstract public function getLength() : int; function in Antlr\\Antlr4\\Runtime\\PredictionContexts\\PredictionContext
585 for ($i = 0; $i < $context->getLength(); $i++) {
598 for ($j = 0; $j < $context->getLength(); $j++) {
H A DSingletonPredictionContext.php41 public function getLength() : int function in Antlr\\Antlr4\\Runtime\\PredictionContexts\\SingletonPredictionContext
H A DArrayPredictionContext.php64 public function getLength() : int function in Antlr\\Antlr4\\Runtime\\PredictionContexts\\ArrayPredictionContext
/template/strap/vendor/antlr/antlr4-php-runtime/src/
H A DIntStream.php188 public function getLength() : int; function
H A DInputStream.php62 public function getLength() : int function in Antlr\\Antlr4\\Runtime\\InputStream
H A DInterval.php38 public function getLength() : int function in Antlr\\Antlr4\\Runtime\\Interval
H A DBufferedTokenStream.php106 public function getLength() : int function in Antlr\\Antlr4\\Runtime\\BufferedTokenStream
332 return $this->getLength() - 1;
H A DCommonToken.php188 $n = $input->getLength();
H A DLL1Analyzer.php223 for ($i = 0; $i < $context->getLength(); $i++) {
H A DIntervalSet.php299 $length += $i->getLength();
/template/strap/vendor/antlr/antlr4-php-runtime/src/Error/Exceptions/
H A DLexerNoViableAltException.php50 if ($input !== null && $this->startIndex >= 0 && $this->startIndex < $input->getLength()) {
/template/strap/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DATNConfigSet.php313 public function getLength() : int function in Antlr\\Antlr4\\Runtime\\Atn\\ATNConfigSet
320 return $this->getLength() === 0;
H A DParserATNSimulator.php1455 if ($semInvalidConfigs->getLength() > 0) {
1636 for ($i =0; $i < $config->context->getLength(); $i++) {
1916 $numCtxs = $config->context->getLength();
H A DLexerATNSimulator.php510 for ($i = 0; $i < $config->context->getLength(); $i++) {