Home
last modified time | relevance | path

Searched defs:offset (Results 1 – 25 of 77) sorted by relevance

1234

/template/strap/vendor/carica/phpcss/src/PhpCss/Scanner/
DStatus.php24 abstract public function getToken(string $buffer, int $offset): ?Token;
50 protected function matchPattern(string $buffer, int $offset, string $pattern): ?string {
64 protected function matchPatterns(string $buffer, int $offset, array $patterns): ?Token {
78 protected function matchCharacters(string $buffer, int $offset, array $chars): ?Token {
/template/strap/vendor/carica/phpcss/src/PhpCss/Ast/Selector/
DGroup.php55 public function offsetExists($offset): bool {
66 public function offsetGet($offset): Sequence {
78 public function offsetSet($offset, $value): void {
102 public function offsetUnset($offset): void {
/template/strap/ComboStrap/
DArrayCaseInsensitive.php53 public function offsetSet($offset, $value): void
70 public function offsetExists($offset): bool
76 public function offsetUnset($offset): void
87 public function offsetGet($offset)
/template/strap/vendor/php-webdriver/webdriver/lib/
DCookie.php215 public function offsetExists($offset)
225 public function offsetGet($offset)
236 public function offsetSet($offset, $value)
250 public function offsetUnset($offset)
/template/strap/vendor/antlr/antlr4-php-runtime/src/Atn/Actions/
DLexerIndexedCustomAction.php25 private $offset; variable in Antlr\\Antlr4\\Runtime\\Atn\\Actions\\LexerIndexedCustomAction
43 public function __construct(int $offset, LexerAction $action)
/template/strap/vendor/antlr/antlr4-php-runtime/src/
DInputStream.php77 public function LA(int $offset) : int
98 public function LT(int $offset) : int
/template/strap/vendor/symfony/yaml/
DParser.php31 private $offset = 0; variable in Symfony\\Component\\Yaml\\Parser
518 private function parseBlock(int $offset, string $yaml, int $flags)
1082 …tch(string $pattern, string $subject, array &$matches = null, int $flags = 0, int $offset = 0): int
/template/twigstarter/vendor/symfony/polyfill-mbstring/
Dbootstrap.php64 …function mb_strpos($haystack, $needle, $offset = 0, $encoding = null) { return p\Mbstring::mb_strp…
79 …function mb_stripos($haystack, $needle, $offset = 0, $encoding = null) { return p\Mbstring::mb_str…
91 …function mb_strripos($haystack, $needle, $offset = 0, $encoding = null) { return p\Mbstring::mb_st…
94 …function mb_strrpos($haystack, $needle, $offset = 0, $encoding = null) { return p\Mbstring::mb_str…
Dbootstrap80.php60 …function mb_strpos(?string $haystack, ?string $needle, ?int $offset = 0, ?string $encoding = null)…
75 …function mb_stripos(?string $haystack, ?string $needle, ?int $offset = 0, ?string $encoding = null…
87 …function mb_strripos(?string $haystack, ?string $needle, ?int $offset = 0, ?string $encoding = nul…
90 …function mb_strrpos(?string $haystack, ?string $needle, ?int $offset = 0, ?string $encoding = null…
DMbstring.php494 public static function mb_strpos($haystack, $needle, $offset = 0, $encoding = null)
515 public static function mb_strrpos($haystack, $needle, $offset = 0, $encoding = null)
638 public static function mb_stripos($haystack, $needle, $offset = 0, $encoding = null)
674 public static function mb_strripos($haystack, $needle, $offset = 0, $encoding = null)
/template/strap/vendor/symfony/polyfill-mbstring/
Dbootstrap.php64 …function mb_strpos($haystack, $needle, $offset = 0, $encoding = null) { return p\Mbstring::mb_strp…
79 …function mb_stripos($haystack, $needle, $offset = 0, $encoding = null) { return p\Mbstring::mb_str…
91 …function mb_strripos($haystack, $needle, $offset = 0, $encoding = null) { return p\Mbstring::mb_st…
94 …function mb_strrpos($haystack, $needle, $offset = 0, $encoding = null) { return p\Mbstring::mb_str…
Dbootstrap80.php60 …function mb_strpos(?string $haystack, ?string $needle, ?int $offset = 0, ?string $encoding = null)…
75 …function mb_stripos(?string $haystack, ?string $needle, ?int $offset = 0, ?string $encoding = null…
87 …function mb_strripos(?string $haystack, ?string $needle, ?int $offset = 0, ?string $encoding = nul…
90 …function mb_strrpos(?string $haystack, ?string $needle, ?int $offset = 0, ?string $encoding = null…
DMbstring.php518 public static function mb_strpos($haystack, $needle, $offset = 0, $encoding = null)
539 public static function mb_strrpos($haystack, $needle, $offset = 0, $encoding = null)
663 public static function mb_stripos($haystack, $needle, $offset = 0, $encoding = null)
701 public static function mb_strripos($haystack, $needle, $offset = 0, $encoding = null)
/template/strap/resources/snippet/js/
Dscroll-magic.js19 offset: 0, // start a little later property
/template/strap/vendor/carica/phpcss/src/PhpCss/Scanner/Status/Text/
DDouble.php25 public function getToken(string $buffer, int $offset): ?Scanner\Token {
DSingle.php25 public function getToken(string $buffer, int $offset): ?Scanner\Token {
/template/strap/vendor/carica/phpcss/src/PhpCss/Scanner/Status/
DSelector.php54 public function getToken(string $buffer, int $offset): ?Scanner\Token {
/template/strap/vendor/carica/phpcss/src/PhpCss/Scanner/Status/Selector/
DAttribute.php46 public function getToken(string $buffer, int $offset): ?Scanner\Token {
/template/templar/js/
Dbootstrap-affix.js86 offset: 0 property
Dbootstrap-scrollspy.js139 offset: 10 property
/template/strap/vendor/carica/phpcss/src/PhpCss/Exception/
DInvalidCharacterException.php37 public function __construct(string $buffer, int $offset, Status $status) {
/template/strap/resources/library/bootstrap/5.0.1/
Dbootstrap.min.js6 …js/core")):"function"==typeof define&&define.amd?define(["@popperjs/core"],e):(t="undefined"!=type…
/template/strap/vendor/carica/phpcss/src/PhpCss/
DScanner.php55 public function scan(array &$target, string $string, int $offset = 0): int {
/template/strap/vendor/antlr/antlr4-php-runtime/src/Atn/
DLexerActionExecutor.php110 public function fixOffsetBeforeMatch(int $offset) : self
/template/bootstrap3/
Dscript.js475 offset: { property
786 offset: { property
802 offset: ((parseInt(jQuery('body').css('marginTop')) || 0) + 10), property

1234