Home
last modified time | relevance | path

Searched refs:integer (Results 226 – 250 of 397) sorted by relevance

12345678910>>...16

/plugin/icalevents/vendor/sabre/vobject/resources/schema/
H A Dxcard.rng54 value-integer = element integer { xsd:integer }
81 element integer {
82 xsd:integer { minInclusive = "1" maxInclusive = "100" }
/plugin/webdav/vendor/sabre/vobject/resources/schema/
H A Dxcard.rng54 value-integer = element integer { xsd:integer }
81 element integer {
82 xsd:integer { minInclusive = "1" maxInclusive = "100" }
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DKgsearch.php83 'type' => 'integer',
H A DDatastore.php226 'type' => 'integer',
288 'type' => 'integer',
H A DCloudIAP.php149 'type' => 'integer',
221 'type' => 'integer',
H A DCloudRuntimeConfig.php106 'type' => 'integer',
H A DFirebaseHosting.php101 'type' => 'integer',
H A DFirebaseML.php100 'type' => 'integer',
H A DMyBusinessBusinessCalls.php115 'type' => 'integer',
H A DFirebasestorage.php100 'type' => 'integer',
H A DTasks.php99 'type' => 'integer',
221 'type' => 'integer',
H A DCloudBillingBudget.php110 'type' => 'integer',
H A DHangoutsChat.php257 'type' => 'integer',
313 'type' => 'integer',
/plugin/ckgdoku/ckeditor/plugins/tabletools/dialogs/
H A DtableCell.js1integer(d.invalidRowSpan),setup:function(l){var m=parseInt(l.getAttribute("rowSpan"),10);if(m&&m!=…
/plugin/ckgedit/ckeditor/plugins/tabletools/dialogs/
H A DtableCell.js1integer(e.invalidRowSpan),setup:i(function(m){var n=parseInt(m.getAttribute("rowSpan"),10);if(n&&n…
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DHTML.MaxImgLength.txt
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/Request/
H A DCancelRequest.php71 $this->requestValue = Asn1::sequence(Asn1::integer($this->messageId));
H A DSearchRequest.php445 Asn1::integer($this->sizeLimit),
446 Asn1::integer($this->timeLimit),
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/Ad/
H A DPolicyHintsControl.php73 $this->controlValue = Asn1::sequence(Asn1::integer($this->isEnabled ? 1 : 0));
92 throw new ProtocolException('A PolicyHints control value sequence 0 must be an integer type.');
/plugin/pureldap/vendor/freedsx/asn1/
H A DREADME.md24 Asn1::integer(9999),
30 # - An integer type of value 9999
/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Encoder/
H A DBerEncoder.php400 throw new EncoderException('The encoded integer type is malformed.');
619 * @param string|integer $integer
622 protected function validateNumericInt($integer): void
624 if (is_int($integer)) {
627 if (is_string($integer) && is_numeric($integer) && strpos($integer, '.') === false) {
633 $integer
1090 throw new EncoderException('Zero length not permitted for an integer typ
583 validateNumericInt($integer) global() argument
[all...]
/plugin/autotabber/
H A DREADME.md13 * An integer at tabSize sets the number of spaces to be used in a tab press
/plugin/dokucrypt/
H A Dscript.js1312 a = integer(a);
1313 b = integer(b);
1337 a = integer(a);
1338 b = integer(b);
1346 a = integer(a);
1347 b = integer(b);
1366 a = integer(a);
1367 b = integer(b);
1386 a = integer(a);
1387 b = integer(b);
[all …]
/plugin/dokucrypt2/
H A Dscript.js1384 a = integer(a);
1385 b = integer(b);
1409 a = integer(a);
1410 b = integer(b);
1418 a = integer(a);
1419 b = integer(b);
1438 a = integer(a);
1439 b = integer(b);
1458 a = integer(a);
1459 b = integer(b);
[all …]
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/
H A DPagingControl.php111 throw new ProtocolException('A paged control value sequence 0 must be an integer type.');
127 Asn1::integer($this->size),

12345678910>>...16