Home
last modified time | relevance | path

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

12345678910>>...16

/plugin/html2pdf/html2pdf/html2ps/
Dxhtml.tables.inc.php4 function process_cell(&$sample_html, $offset) {
12 function process_header_cell(&$sample_html, $offset) {
19 function process_cell_without_row(&$html, $offset) {
38 function process_row(&$sample_html, $offset) {
47 function process_rowgroup($group, &$sample_html, $offset) {
56 function process_thead(&$html, $offset) { return process_rowgroup('thead', $html, $offset); }
57 function process_tbody(&$html, $offset) { return process_rowgroup('tbody', $html, $offset); }
58 function process_tfoot(&$html, $offset) { return process_rowgroup('tfoot', $html, $offset); }
60 function process_col(&$html, $offset) {
65 function process_col_without_colgroup(&$html, $offset) {
[all …]
Dxhtml.deflist.inc.php4 function process_dd(&$sample_html, $offset) {
8 function process_dt(&$sample_html, $offset) {
12 function process_dl(&$sample_html, $offset) {
19 function process_deflists(&$sample_html, $offset) {
Dxhtml.lists.inc.php4 function process_li(&$sample_html, $offset) {
11 function process_ol(&$sample_html, $offset) {
17 function process_ul(&$sample_html, $offset) {
23 function process_lists(&$sample_html, $offset) {
Dxhtml.selects.inc.php4 function process_option(&$sample_html, $offset) {
10 function process_select(&$sample_html, $offset) {
16 function process_selects(&$sample_html, $offset) {
/plugin/authgooglesheets/vendor/google/apiclient/src/
DCollection.php70 public function offsetExists($offset)
79 public function offsetGet($offset)
89 public function offsetSet($offset, $value)
98 public function offsetUnset($offset)
106 private function coerceType($offset)
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/_files/
DSampleArrayAccess.php16 public function offsetSet($offset, $value)
24 public function offsetExists($offset)
28 public function offsetUnset($offset)
32 public function offsetGet($offset)
DArrayAccessible.php12 public function offsetExists($offset)
17 public function offsetGet($offset)
22 public function offsetSet($offset, $value)
31 public function offsetUnset($offset)
/plugin/elasticsearch/vendor/ezimuel/ringphp/src/Future/
DFutureArray.php16 public function offsetExists($offset)
25 public function offsetGet($offset)
34 public function offsetSet($offset, $value)
43 public function offsetUnset($offset)
DCompletedFutureArray.php18 public function offsetExists($offset)
27 public function offsetGet($offset)
36 public function offsetSet($offset, $value)
45 public function offsetUnset($offset)
/plugin/elasticsearch/vendor/patrickschur/language-detection/src/LanguageDetection/
DLanguageResult.php37 public function offsetExists($offset): bool
46 public function offsetGet($offset): ?float
56 public function offsetSet($offset, $value): void
68 public function offsetUnset($offset): void
145 public function limit(int $offset, int $length = null): LanguageResult
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Fixtures/
DAuthorList.php48 public function offsetExists($offset)
56 public function offsetGet($offset)
64 public function offsetSet($offset, $value)
76 public function offsetUnset($offset)
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/
DValueContainer.php31 public function offsetExists($offset)
38 public function offsetGet($offset)
49 public function offsetSet($offset, $value)
54 public function offsetUnset($offset)
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
DLimitStream.php17 private $offset; variable in GuzzleHttp\\Psr7\\LimitStream
32 $offset = 0
73 public function seek($offset, $whence = SEEK_SET)
110 public function setOffset($offset)
/plugin/davcard/vendor/sabre/vobject/lib/
DElementList.php125 public function offsetExists($offset) {
137 public function offsetGet($offset) {
150 public function offsetSet($offset, $value) {
164 public function offsetUnset($offset) {
DNode.php162 public function offsetExists($offset) {
177 public function offsetGet($offset) {
193 public function offsetSet($offset, $value) {
213 public function offsetUnset($offset) {
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/src/
DLimitStream.php14 private $offset; variable in GuzzleHttp\\Stream\\LimitStream
29 $offset = 0
75 public function seek($offset, $whence = SEEK_SET)
109 public function setOffset($offset)
/plugin/webdavclient/vendor/sabre/vobject/lib/
DElementList.php125 public function offsetExists($offset) {
137 public function offsetGet($offset) {
150 public function offsetSet($offset, $value) {
164 public function offsetUnset($offset) {
DNode.php162 public function offsetExists($offset) {
177 public function offsetGet($offset) {
193 public function offsetSet($offset, $value) {
213 public function offsetUnset($offset) {
/plugin/davcal/vendor/sabre/vobject/lib/
H A DElementList.php125 public function offsetExists($offset) {
137 public function offsetGet($offset) {
150 public function offsetSet($offset, $value) {
164 public function offsetUnset($offset) {
H A DNode.php162 public function offsetExists($offset) {
177 public function offsetGet($offset) {
193 public function offsetSet($offset, $value) {
213 public function offsetUnset($offset) {
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Scanner/
H A 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 {
/plugin/matrixnotifierwas/vendor/guzzlehttp/psr7/src/
DLimitStream.php17 private $offset; variable in GuzzleHttp\\Psr7\\LimitStream
35 int $offset = 0
74 public function seek($offset, $whence = SEEK_SET): void
110 public function setOffset(int $offset): void
/plugin/scrape/vendor/scotteh/php-dom-wrapper/src/Collections/
DNodeCollection.php45 public function offsetExists($offset): bool {
57 public function offsetGet($offset) {
67 public function offsetSet($offset, $value): void {
80 public function offsetUnset($offset): void {
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Ast/Selector/
H A 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 {
/plugin/aichat/vendor/bdelespierre/php-kmeans/src/KMeans/
DPoint.php96 public function offsetExists($offset): bool
101 public function offsetGet($offset)
106 public function offsetSet($offset, $value): void
111 public function offsetUnset($offset): void

12345678910>>...16