/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/Ad/ |
H A D | DirSyncResponseControl.php | 29 * 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 D | PackageData.php | 50 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 D | CerDerTrait.php | 35 * @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 D | BerEncoder.php | 666 $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 D | references.md | 7 [unused]: https://github.com/unused
|
/plugin/mikioplugin/inc/ |
H A D | polyfill-array-key-first.php | 13 foreach ($data as $key => $unused) {
|
/plugin/ipmap/ |
H A D | rendertables.php | 49 $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 | .jshintrc | 14 "unused": true,
|
/plugin/jplayer/vendor/happyworm/jplayer/src/javascript/popcorn/ |
H A D | .jshintrc | 14 "unused": true,
|
/plugin/jplayer/vendor/happyworm/jplayer/src/javascript/jplayer/ |
H A D | .jshintrc | 14 "unused": true,
|
/plugin/charpicker/ |
H A D | README.md | 6 Use this plugin to add characters to the Special Chars picker or to delete unused characters from t…
|
/plugin/cleanup/lang/en/ |
H A D | intro.txt | 3 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 D | PageWriter.php | 94 // 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 D | Nonce.php | 40 list($unused,
|
H A D | Consumer.php | 675 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 D | AX.php | 822 foreach ($this->data as $type_uri => $unused) {
|
/plugin/elasticsearch/vendor/ruflin/elastica/src/ |
H A D | Status.php | 121 foreach ($response->getData() as $name => $unused) {
|
/plugin/database2/ |
H A D | print.css | 22 table.database2 tr.filter .unused
|
/plugin/quickstats/GEOIP/vendor/maxmind-db/reader/ext/ |
H A D | config.m4 | 34 CFLAGS="$CFLAGS -Wall -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror"
|
/plugin/commonmark/vendor/league/commonmark/ |
H A D | CHANGELOG-0.x.md |
|
H A D | CHANGELOG.md | 514 - **Removed now-unused classes:**
|
/plugin/copycode/ |
H A D | README.md | 23 - Fix : commented an alert on unused mouse key clic (like previous or next buttons)
|
/plugin/openid/Auth/OpenID/ |
H A D | AX.php | 839 foreach ($this->data as $type_uri => $unused) {
|
/plugin/dwcommits/lang/en/ |
H A D | dwc_admin.txt | 110 The maintenance panel enables deletion of unused database items. There are three submit options:
|
/plugin/mikioplugin/syntax/ |
H A D | core.php | 774 foreach ($data as $key => $unused) {
|