Home
last modified time | relevance | path

Searched defs:offset (Results 76 – 100 of 397) sorted by relevance

12345678910>>...16

/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/Vlv/
H A DVlvTrait.php34 protected $offset; variable
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/src/
DNoSeekStream.php11 public function seek($offset, $whence = SEEK_SET)
/plugin/gtime/gtlib/util/
DGTBase64.php45 public static function encode(array $bytes, $offset = null, $length = null) {
/plugin/combo/resources/snippet/js/
H A Dscroll-magic.js19 offset: 0, // start a little later property
/plugin/codemirror/dist/modes/
Dpython.min.js1 …"));else if(typeof define=="function"&&define.amd)define(["../../lib/codemirror"],a);else a(CodeMi…
Dsass.min.js1 …)}}}function t(a){if(a.indentCount==0){a.indentCount++;var c=a.scopes[0].offset;var d=c+b.indentUn… property
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Datastore/
DQuery.php40 public $offset; variable in Google\\Service\\Datastore\\Query
123 public function setOffset($offset)
/plugin/findologicxmlexport/vendor/hoa/stream/IStream/
DPointable.php86 public function seek($offset, $whence = self::SEEK_SET);
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Scanner/Status/Text/
H A DSingle.php25 public function getToken(string $buffer, int $offset): ?Scanner\Token {
H A DDouble.php25 public function getToken(string $buffer, int $offset): ?Scanner\Token {
/plugin/combo/vendor/symfony/yaml/
H A 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
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Docs/
DTabStop.php46 public function setOffset(Dimension $offset)
/plugin/wysiwyg/fckeditor/editor/_source/commandclasses/
Dfckindentcommands.js24 var FCKIndentCommand = function( name, offset ) argument
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Scanner/Status/Selector/
H A DAttribute.php46 public function getToken(string $buffer, int $offset): ?Scanner\Token {
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Scanner/Status/
H A DSelector.php54 public function getToken(string $buffer, int $offset): ?Scanner\Token {
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
DOtlDump.php409 function splice($stream, $offset, $value)
414 function _set_ushort($stream, $offset, $value)
421 function _set_short($stream, $offset, $val)
1136 function _getClassDefinitionTable($offset = 0)
2979 function _getClasses($offset)
3979 function _getAnchorTable($offset = 0)
3992 function _getMarkRecord($offset, $MarkPos)
/plugin/badbehaviour/bad-behavior/
Dfunctions.inc.php7 function stripos($haystack,$needle,$offset = 0) {
/plugin/asciidocjs/node_modules/ansi-styles/
Dindex.js3 const wrapAnsi16 = (fn, offset) => (...args) => { argument
8 const wrapAnsi256 = (fn, offset) => (...args) => { argument
13 const wrapAnsi16m = (fn, offset) => (...args) => { argument
/plugin/highlightjs/highlight/
Dhighlight.js294 (function (node, offset) { argument
303 offset: offset, property
309 offset: offset, property
400 result = result.replace(/^(\t+)/gm, function(match, p1, offset, s) { argument
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/
H A DVlv.php63 protected $offset = 1; variable in FreeDSx\\Ldap\\Search\\Vlv
116 public function startAt(int $offset)
/plugin/webdav/vendor/sabre/dav/lib/DAV/FSExt/
DFile.php60 function patch($data, $rangeType, $offset = null) {
/plugin/davcal/vendor/sabre/dav/lib/DAV/FSExt/
H A DFile.php60 function patch($data, $rangeType, $offset = null) {
/plugin/jquery-syntax/jquery-syntax/
Djquery.syntax.core.js11 Syntax.extractElementMatches=function(elems,offset,tabWidth){var matches=[],current=[elems];offset=… argument
26 …pe={pattern:/\\./g,klass:'escape',only:['string']};Syntax.Match=function(offset,length,expression,… argument
97 return matches;};Syntax.Brush.buildTree=function(rule,text,offset,additionalMatches){var match=Synt… argument
98 Syntax.Brush.prototype.buildTree=function(text,offset,additionalMatches){offset=offset||0;text=text… argument
/plugin/combo/vendor/symfony/polyfill-mbstring/
H A 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…
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Exception/
H A DInvalidCharacterException.php37 public function __construct(string $buffer, int $offset, Status $status) {

12345678910>>...16