Home
last modified time | relevance | path

Searched full:integer (Results 1 – 25 of 1575) sorted by relevance

12345678910>>...63

/plugin/jplayer/vendor/james-heinrich/getid3/
Dstructure.txt73 ['filesize']=>integer() // filesize in bytes
79 …['avdataoffset']=>integer() // offset in bytes where audio/video data starts and prepende…
80 …['avdataend']=>integer() // offset in bytes where audio/video data ends and appended t…
89 ['bits_per_sample']=>integer() //
91 ['channels']=>integer() // number of audio channels
97 ['sample_rate']=>integer()
100 …['bitrate']=>integer() // average bitrate for video portion of file (all video streams),…
102 ['bits_per_sample']=>integer() //
109 ['resolution_x']=>integer() // horizontal dimension of video/image in pixels
110 ['resolution_y']=>integer() // vertical dimension of video/image in pixels
[all …]
/plugin/webdavclient/db/
Dupdate0001.sql2 id integer primary key asc,
5 synctoken integer,
11 syncinterval integer,
12 lastsynced integer,
14 active integer,
15 write integer
19 id integer primary key asc,
22 calendarid integer,
23 lastmodified integer,
25 size integer,
[all …]
/plugin/davcal/db/
H A Dupdate0001.sql2 id integer primary key asc,
5 calendarid integer,
6 lastmodified integer,
8 size integer,
10 firstoccurence integer,
11 lastoccurence integer,
16 id integer primary key asc,
20 synctoken integer,
22 calendarorder integer,
30 id integer primary key asc,
[all …]
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/
DInteger.php4 * Validates an integer.
44 * @param string $integer
49 public function validate($integer, $config, $context) argument
51 $integer = $this->parseCDATA($integer);
52 if ($integer === '') {
56 // we could possibly simply typecast it to integer, but there are
57 // certain fringe cases that must not return an integer.
60 if ($this->negative && $integer[0] === '-') {
61 $digits = substr($integer, 1);
63 $integer = '0';
[all …]
/plugin/gtime/gtlib/util/
DGTBigInteger.php47 * @param string|int|array $value value as string or integer or byte array
107 * Gets the integer value as string.
109 * @return string integer value as string
118 * @param GTBigInteger $integer the other GTBigInteger
119 …* @return int 0 if both integers are equal, 1 if current integer is larger than the other, -1 othe…
121 public function comp(GTBigInteger $integer) { argument
122 return bccomp($this->value, $integer->value, 0);
128 * @param GTBigInteger $integer the other GTBigInteger
131 public function add(GTBigInteger $integer) { argument
132 return new GTBigInteger(bcadd($this->value, $integer->value, 0));
[all …]
/plugin/davcard/db/
Dupdate0001.sql2 id integer primary key asc,
5 addressbookid integer,
6 lastmodified integer,
8 size integer,
14 id integer primary key asc,
16 synctoken integer,
17 addressbookid integer,
18 operation integer
24 id integer primary key asc,
26 addressbookid integer
[all …]
/plugin/timetrack/db/
Dupdate0001.sql1 CREATE TABLE user (id INTEGER PRIMARY KEY, user TEXT);
4 CREATE TABLE page (id INTEGER PRIMARY KEY, page TEXT);
7 CREATE TABLE project (id INTEGER PRIMARY KEY, page_id INTEGER, abbr TEXT, name TEXT);
10 CREATE TABLE task (id INTEGER PRIMARY KEY, project_id INTEGER, abbr TEXT, name TEXT, active INTEGER
13 …EATE TABLE user_time (id INTEGER PRIMARY KEY, update_time INTEGER, user_id INTEGER, task_id INTEGE…
/plugin/fksnewsfeed/db/
Dupdate0001.sql2 'news_id' INTEGER PRIMARY KEY AUTOINCREMENT,
13 'stream_id' INTEGER PRIMARY KEY AUTOINCREMENT,
18 'dependence_id' INTEGER PRIMARY KEY AUTOINCREMENT,
19 'parent' INTEGER,
20 'child' INTEGER,
26 'order_id' INTEGER PRIMARY KEY AUTOINCREMENT,
27 'news_id' INTEGER,
28 'stream_id' INTEGER,
29 'priority' INTEGER,
30 'priority_from' INTEGER,
[all …]
Dupdate0002.sql3 `news_id` INTEGER PRIMARY KEY AUTO_INCREMENT,
17 `stream_id` INTEGER PRIMARY KEY AUTO_INCREMENT,
23 `dependence_id` INTEGER PRIMARY KEY AUTO_INCREMENT,
24 `parent` INTEGER NOT NULL,
25 `child` INTEGER NOT NULL,
32 `priority_id` INTEGER PRIMARY KEY AUTO_INCREMENT,
33 `news_id` INTEGER NOT NULL,
34 `stream_id` INTEGER NOT NULL,
35 `priority` INTEGER NOT NULL DEFAULT 0,
36 `priority_from` INTEGER NULL DEFAULT NULL,
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
DCloudSearch.php159 'type' => 'integer',
195 'type' => 'integer',
231 'type' => 'integer',
387 'type' => 'integer',
499 'type' => 'integer',
634 'type' => 'integer',
703 'type' => 'integer',
746 'type' => 'integer',
750 'type' => 'integer',
754 'type' => 'integer',
[all …]
DAdsense.php94 'type' => 'integer',
112 'type' => 'integer',
150 'type' => 'integer',
198 'type' => 'integer',
216 'type' => 'integer',
254 'type' => 'integer',
272 'type' => 'integer',
300 'type' => 'integer',
385 'type' => 'integer',
389 'type' => 'integer',
[all …]
DLocalservices.php72 'type' => 'integer',
76 'type' => 'integer',
80 'type' => 'integer',
84 'type' => 'integer',
96 'type' => 'integer',
100 'type' => 'integer',
104 'type' => 'integer',
123 'type' => 'integer',
127 'type' => 'integer',
131 'type' => 'integer',
[all …]
/plugin/statistics/db/
H A Dupdate0001.sql40 `id` INTEGER PRIMARY KEY,
53 `id` INTEGER PRIMARY KEY,
58 …`ref_id` INTEGER DEFAULT NULL REFERENCES `referers` (`id`) ON DELETE SET NULL ON UPDAT…
59 `screen_x` INTEGER NOT NULL,
60 `screen_y` INTEGER NOT NULL,
61 `view_x` INTEGER NOT NULL,
62 `view_y` INTEGER NOT NULL
80 `id` INTEGER PRIMARY KEY,
93 `id` INTEGER PRIMARY KEY,
103 `sid` INTEGER NOT NULL,
[all …]
/plugin/issuelinks/db/
Dupdate0001.sql3 id INTEGER NOT NULL CHECK(id > 0),
5 is_mergerequest INTEGER NOT NULL CHECK(is_mergerequest IN (0,1)),
17 updated INTEGER,
23 id INTEGER NOT NULL CHECK (id > 0),
25 is_mergerequest INTEGER NOT NULL CHECK (is_mergerequest IN (0, 1)),
27 referenced_id INTEGER NOT NULL CHECK (referenced_id > 0),
29 referenced_is_mergerequest INTEGER NOT NULL CHECK (referenced_is_mergerequest IN (0, 1)),
37 id INTEGER NOT NULL CHECK(id > 0),
38 is_mergerequest INTEGER NOT NULL CHECK(is_mergerequest IN (0,1)),
44 rev INTEGER NOT NULL CHECK(rev > 0),
[all …]
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/
DPrimeField.php21 use phpseclib3\Math\PrimeField\Integer; alias
58 Integer::setModulo($this->instanceID, $modulo);
59Integer::setRecurringModuloFunction($this->instanceID, $modulo->createRecurringModuloFunction());
75 * @return Integer
79 return new Integer($this->instanceID, $num);
83 * Returns an integer on the finite field between one and the prime modulo
85 * @return Integer
94 …return new Integer($this->instanceID, BigInteger::randomRange($one, Integer::getModulo($this->inst…
104 return Integer::getModulo($this->instanceID)->getLengthInBytes();
114 return Integer::getModulo($this->instanceID)->getLength();
[all …]
/plugin/findologicxmlexport/vendor/twig/twig/doc/functions/
Drandom.rst8 String and integer handling was added in Twig 1.6.
18 * a random integer between 0 and the integer parameter (inclusive).
19 * a random integer between the integer parameter (when negative) and 0 (inclusive).
20 * a random integer between the first integer and the second integer parameter (inclusive).
34 * ``max``: The max value when values is an integer
/plugin/bez/db/
H A Dupdate0001.sql2 id INTEGER NOT NULL PRIMARY KEY,
24 task_count INTEGER NOT NULL DEFAULT 0,
25 task_count_closed INTEGER NOT NULL DEFAULT 0,
33 thread_id INTEGER NOT NULL REFERENCES thread (id),
50 id INTEGER NOT NULL PRIMARY KEY,
52 thread_id INTEGER NOT NULL REFERENCES thread (id),
63 task_count INTEGER NOT NULL DEFAULT 0
77 id INTEGER NOT NULL PRIMARY KEY,
80 count INTEGER NOT NULL DEFAULT 0,
90 thread_id INTEGER NOT NULL,
[all …]
/plugin/geophp/vendor/funiq/geophp/src/Adapter/
DBinaryWriter.php52 * Writes a signed 8-bit integer
54 * @return string The integer as a binary string
62 * Writes an unsigned 8-bit integer
64 * @return string The integer as a binary string
72 * Writes an unsigned 32-bit integer
74 * @return string The integer as a binary string
92 * Writes a positive integer as an unsigned base-128 varint
97 * @return string The integer as a binary string
119 * Writes an integer as a signed base-128 varint
121 * @return string The integer as a binary string
[all …]
/plugin/blogtng/db/
Dupdate0004.sql3 cid INTEGER PRIMARY KEY,
10 created INTEGER,
21 cid INTEGER PRIMARY KEY,
28 created INTEGER,
50 created INTEGER,
51 lastmod INTEGER,
68 created INTEGER,
69 lastmod INTEGER,
/plugin/struct/db/
H A Dupdate0001.sql3 id INTEGER PRIMARY KEY AUTOINCREMENT,
11 id INTEGER PRIMARY KEY AUTOINCREMENT,
20 sid INTEGER REFERENCES schemas (id),
21 colref INTEGER NOT NULL,
23 tid INTEGER REFERENCES types (id),
24 sort INTEGER NOT NULL,
/plugin/findologicxmlexport/vendor/jms/serializer/doc/cookbook/
Darrays.rst33 …$serializer->serialize([], SerializationContext::create()->setInitialType('array<integer>')); // …
34 …$serializer->serialize([1, 2], SerializationContext::create()->setInitialType('array<integer>')); …
35 …ialize(['a', 'b'], SerializationContext::create()->setInitialType('array<integer>')); // ['a', 'b…
39 …er->serialize([], SerializationContext::create()->setInitialType('array<integer,integer>')); // {}
40 …ialize([1, 2], SerializationContext::create()->setInitialType('array<integer,integer>')); // {"0"…
41 …ze(['a', 'b'], SerializationContext::create()->setInitialType('array<integer,integer>')); // {"0"…
/plugin/findologicxmlexport/vendor/hoa/math/Test/Unit/Sampler/
DRandom.php58 ->integer($x);
67 ->integer($x)
72 ->integer($y)
80 'integer.min' => 42,
81 'integer.max' => 42
85 ->integer($x)
98 ->integer($x)
105 ->integer($y)
112 ->integer($z)
126 'integer.min' => -$upper,
[all …]
/plugin/approve/db/
H A Dupdate0003.sql2 id INTEGER PRIMARY KEY,
9 rev INTEGER NOT NULL,
14 version INTEGER NULL,
15 current INTEGER NOT NULL DEFAULT 0,
22 hidden INTEGER NOT NULL DEFAULT 0
/plugin/rdplink/RdpEncrypt/
DRdpEncrypt.vb17 ByVal dwFlags As Integer, _
29 ByVal dwFlags As Integer, _
36 Public cbData As Integer
42 Public cbSize As Integer
43 Public dwPromptFlags As Integer
48 Private Const CRYPTPROTECT_UI_FORBIDDEN As Integer = 1
49 Private Const CRYPTPROTECT_LOCAL_MACHINE As Integer = 4
108 Dim i As Integer
159 Dim flags As Integer = CRYPTPROTECT_UI_FORBIDDEN
175 Dim errCode As Integer = Marshal.GetLastWin32Error()
/plugin/davcal/vendor/sabre/dav/bin/
H A Dmigrateto20.php145 id integer primary key asc,
149 synctoken integer,
151 calendarorder integer,
162 id integer primary key asc,
167 synctoken integer
195 $pdo->exec("ALTER TABLE $tableName ADD synctoken integer");
237 id integer primary key asc,
239 synctoken integer,
240 {$itemType}id integer,
288 id integer primary key asc,
[all …]

12345678910>>...63