Home
last modified time | relevance | path

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

1234

/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/Ad/
H A DDirSyncResponseControl.php46 protected $unused; variable in FreeDSx\\Ldap\\Control\\Ad\\DirSyncResponseControl
55 * @param int $unused
58 public function __construct(int $moreResults, int $unused = 0, string $cookie = '') argument
61 $this->unused = $unused;
87 return $this->unused;
111 $unused = $response->getChild(1);
116 if (!$unused instanceof IntegerType) {
125 $unused->getValue(),
139 Asn1::integer($this->unused),
/plugin/authgooglesheets/vendor/google/apiclient-services/src/OnDemandScanning/
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/asciidocjs/node_modules/clean-css/lib/optimizer/level-2/properties/
Doverride-properties.js39 by.unused = true;
46 by.unused = true;
52 by.unused = true;
66 by.unused = true;
145 if (properties[i].name == name && !properties[i].unused)
278 if (left.unused || right.unused)
308 left.unused = true;
315 left.unused = true;
345 left.unused = true;
352 right.unused = true;
[all …]
Dpopulate-components.js37 property.unused = true;
Dmerge-into-shorthands.js32 if (property.unused) {
236 oldComponent.unused = true;
429 candidateComponents[componentName].unused = true;
/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 argument
41 …if ($unused && $length && ord($this->binary[$this->pos + ($length - 1)]) !== 0 && ((8 - $length) <…
44 $unused
48 return parent::binaryToBitString($length, $unused);
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);
1040 $unused = ord($this->binary[$this->pos++]);
1042 if ($unused > 7) {
1045 $unused
1048 if ($unused > 0 && $length < 1) {
1051 $unused,
1057 return $this->binaryToBitString($length, $unused);
[all …]
/plugin/mdpage/vendor/cebe/markdown/tests/markdown-data/
Dreferences.md7 [unused]: https://github.com/unused
/plugin/asciidocjs/node_modules/clean-css/lib/optimizer/level-1/
Doptimize.js400 property.unused = true;
406 property.unused = true;
413 property.unused = true;
417 property.unused = true;
421 property.unused = true;
424 if (property.unused) {
443 property.unused = true;
449 property.unused = true;
491 property.unused = true;
/plugin/mikioplugin/inc/
H A Dpolyfill-array-key-first.php13 foreach ($data as $key => $unused) {
/plugin/ipmap/
Drendertables.php49 $unused = array();
50 …c .= p_render('xhtml',p_get_instructions($this->_maketables($ip, $net, $subnet, $data)), $unused);
/plugin/asciidocjs/node_modules/clean-css/lib/optimizer/
Dremove-unused.js5 if (property.unused) {
Drestore-from-optimizing.js20 if (property.unused) {
/plugin/jplayer/vendor/happyworm/jplayer/src/javascript/add-on/
D.jshintrc14 "unused": true,
/plugin/jplayer/vendor/happyworm/jplayer/src/javascript/popcorn/
D.jshintrc14 "unused": true,
/plugin/jplayer/vendor/happyworm/jplayer/src/javascript/jplayer/
D.jshintrc14 "unused": true,
/plugin/charpicker/
DREADME.md6 Use this plugin to add characters to the Special Chars picker or to delete unused characters from t…
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Writer/
DPageWriter.php95 $unused = [];
98 $unused[] = $fk;
119 foreach ($unused as $fk) {
/plugin/cleanup/lang/en/
Dintro.txt3 This plugin can check the data directory for old, probably unused files. What is considered old, ca…
/plugin/asciidocjs/node_modules/clean-css/lib/optimizer/level-2/
Dclone.js26 cloned.unused = false;
/plugin/fedauth/Auth/OpenID/
DNonce.php40 list($unused,
/plugin/asciidocjs/node_modules/resolve/
D.eslintrc57 "no-unused-vars": [2, { "vars": "all", "args": "none" }],
/plugin/asciidocjs/node_modules/require-directory/
D.jshintrc18 "unused" : true,
/plugin/database2/
Dprint.css22 table.database2 tr.filter .unused
/plugin/elasticsearch/vendor/ruflin/elastica/src/
DStatus.php121 foreach ($response->getData() as $name => $unused) {

1234