Home
last modified time | relevance | path

Searched refs:unused (Results 1 – 25 of 57) sorted by relevance

123

/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/Ad/
H A DDirSyncResponseControl.php29 * unused INTEGER
46 protected $unused;
55 * @param int $unused argument
58 public function __construct(int $moreResults, int $unused = 0, string $cookie = '')
61 $this->unused = $unused;
87 return $this->unused;
111 $unused = $response->getChild(1);
116 if (!$unused instanceof IntegerType) {
125 $unused
43 protected $unused; global() variable in FreeDSx\\Ldap\\Control\\Ad\\DirSyncResponseControl
[all...]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/OnDemandScanning/
H A DPackageData.php50 public $unused; variable in Google\\Service\\OnDemandScanning\\PackageData
143 public function setUnused($unused) argument
145 $this->unused = $unused;
152 return $this->unused;
/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Encoder/
H A DCerDerTrait.php35 * @param int $unused
39 protected function binaryToBitString(int $length, int $unused): string
41 if ($unused && $length && ord($this->binary[$this->pos + ($length - 1)]) !== 0 && ((8 - $length) << ord($this->binary[$this->pos + ($length - 1)])) !== 0) {
43 'The last %s unused bits of the bit string must be 0, but they are not.',
44 $unused
48 return parent::binaryToBitString($length, $unused);
32 binaryToBitString(int $length, int $unused) global() argument
H A DBerEncoder.php666 $unused = 0;
668 $unused = 8 - ($length % 8);
669 $data = str_pad($data, $length + $unused, $this->options['bitstring_padding']);
673 $bytes = chr($unused);
1039 # The first byte represents the number of unused bits at the end.
1040 $unused = ord($this->binary[$this->pos++]);
1042 if ($unused > 7) {
1044 'The unused bits in a bit string must be between 0 and 7, got: %s',
1045 $unused
1048 if ($unused >
1025 binaryToBitString(int $length, int $unused) global() argument
[all...]
/plugin/mdpage/vendor/cebe/markdown/tests/markdown-data/
H A Dreferences.md7 [unused]: https://github.com/unused
/plugin/mikioplugin/inc/
H A Dpolyfill-array-key-first.php13 foreach ($data as $key => $unused) {
/plugin/ipmap/
H A Drendertables.php49 $unused = array();
50 …c .= p_render('xhtml',p_get_instructions($this->_maketables($ip, $net, $subnet, $data)), $unused);
/plugin/jplayer/vendor/happyworm/jplayer/src/javascript/add-on/
H A D.jshintrc14 "unused": true,
/plugin/jplayer/vendor/happyworm/jplayer/src/javascript/popcorn/
H A D.jshintrc14 "unused": true,
/plugin/jplayer/vendor/happyworm/jplayer/src/javascript/jplayer/
H A D.jshintrc14 "unused": true,
/plugin/charpicker/
H A DREADME.md6 Use this plugin to add characters to the Special Chars picker or to delete unused characters from t…
/plugin/cleanup/lang/en/
H A Dintro.txt3 This plugin can check the data directory for old, probably unused files. What is considered old, ca…
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Writer/
H A DPageWriter.php94 // Select unused fonts (usually default font)
95 $unused = [];
98 $unused[] = $fk;
118 // Remove references to unused fonts (usually default font)
119 foreach ($unused as $fk) {
/plugin/fedauth/Auth/OpenID/
H A DNonce.php40 list($unused,
H A DConsumer.php675 function _completeInvalid($message, $endpoint, $unused) argument
687 function _complete_cancel($message, $endpoint, $unused) argument
695 function _complete_error($message, $endpoint, $unused) argument
708 function _complete_setup_needed($message, $endpoint, $unused) argument
1186 list($unused, $services) = call_user_func($this->discoverMethod,
H A DAX.php822 foreach ($this->data as $type_uri => $unused) {
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DStatus.php121 foreach ($response->getData() as $name => $unused) {
/plugin/database2/
H A Dprint.css22 table.database2 tr.filter .unused
/plugin/quickstats/GEOIP/vendor/maxmind-db/reader/ext/
H A Dconfig.m434 CFLAGS="$CFLAGS -Wall -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror"
/plugin/commonmark/vendor/league/commonmark/
H A DCHANGELOG-0.x.md
H A DCHANGELOG.md514 - **Removed now-unused classes:**
/plugin/copycode/
H A DREADME.md23 - Fix : commented an alert on unused mouse key clic (like previous or next buttons)
/plugin/openid/Auth/OpenID/
H A DAX.php839 foreach ($this->data as $type_uri => $unused) {
/plugin/dwcommits/lang/en/
H A Ddwc_admin.txt110 The maintenance panel enables deletion of unused database items. There are three submit options:
/plugin/mikioplugin/syntax/
H A Dcore.php774 foreach ($data as $key => $unused) {

123