Home
last modified time | relevance | path

Searched refs:binary (Results 1 – 25 of 632) sorted by relevance

12345678910>>...26

/plugin/findologicxmlexport/vendor/sebastian/environment/src/
H A DRuntime.php21 private static $binary; variable in SebastianBergmann\\Environment\\Runtime
43 if (self::$binary === null && $this->isHHVM()) {
45 self::$binary = PHP_BINARY;
48 self::$binary = escapeshellarg(self::$binary) . ' --php';
59 if (self::$binary === null) {
76 if (self::$binary === null) {
84 if (is_readable($binary)) {
85 self::$binary = escapeshellarg($binary);
91 if (self::$binary === null) {
92 self::$binary = 'php';
[all …]
/plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/Encoder/
H A DDigestMD5Encoder.php53 protected $binary; variable in FreeDSx\\Sasl\\Encoder\\DigestMD5Encoder
99 protected function startParsing(string $binary): void argument
101 $this->binary = $binary;
103 $this->length = strlen($binary);
109 $this->binary = '';
125 if (!preg_match(self::MATCH_KEY, substr($this->binary, $this->pos), $keyMatches)) {
129 if (!isset($this->binary[$this->pos])) {
191 if (isset($this->binary[$this->pos]) && $this->binary[
[all...]
/plugin/diagramsnet/lib/js/deflate/
H A Dbase64.js15 encode : function (input, binary) { argument
16 binary = (binary != null) ? binary : false;
21 if (!binary)
53 decode : function (input, binary) { argument
54 binary = (binary != null) ? binary : false;
84 if (!binary)
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidPublisher/
H A DApk.php32 public function setBinary(ApkBinary $binary) argument
34 $this->binary = $binary;
41 return $this->binary;
/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Encoder/
H A DBerEncoder.php81 * Used to represent a bool false binary string.
86 * Used to represent a bool true binary string.
136 protected $binary;
150 public function decode($binary, array $tagMap = []): AbstractType
152 $this->startEncoding($binary, $tagMap);
300 protected function startEncoding(string $binary, array $tagMap): void
303 $this->binary = $binary;
306 $this->maxLen = strlen($this->binary);
312 $this->binary
97 protected $binary; global() variable in FreeDSx\\Asn1\\Encoder\\BerEncoder
111 decode($binary, array $tagMap = []) global() argument
261 startEncoding(string $binary, array $tagMap) global() argument
[all...]
H A DCerDerTrait.php41 if ($unused && $length && ord($this->binary[$this->pos + ($length - 1)]) !== 0 && ((8 - $length) << ord($this->binary[$this->pos + ($length - 1)])) !== 0) {
57 if (!($this->binary[$this->pos] === self::BOOL_FALSE || $this->binary[$this->pos] === self::BOOL_TRUE)) {
58 throw new EncoderException(sprintf('The encoded boolean must be 0 or 255, received "%s".', ord($this->binary[$this->pos])));
H A DEncoderInterface.php26 * Encode a type to its binary form.
46 * Decode binary data to its ASN1 object representation.
48 * @param string $binary
54 public function decode($binary, array $tagMap = []): AbstractType; argument
57 * Get the last position of the binary byte stream after a decode operation.
/plugin/combo/vendor/php-webdriver/webdriver/lib/Chrome/
H A DChromeOptions.php32 private $binary = ''; variable in Facebook\\WebDriver\\Chrome\\ChromeOptions
62 $this->binary = $path;
143 if (!empty($this->binary)) {
144 $options['binary'] = $this->binary;
/plugin/diagramsnet/lib/js/diagramly/
H A DLocalFile.js166 var binary = this.ui.useCanvasForExport && /(\.png)$/i.test(this.getTitle());
213 …writable.write((binary) ? this.ui.base64ToBlob(data, 'image/png') : data).then(mxUtils.bind(this, …
254 this.ui.doSaveLocalFile(data, title, (binary) ?
255 'image/png' : 'text/xml', binary);
268 ((binary) ? '&binary=1' : '')).
284 if (binary)
H A DDropboxClient.js370 var binary = /\.png$/i.test(path);
403 var index = (binary) ? data.lastIndexOf(',') : -1;
424 }), error, binary);
488 if (binary)
905 var binary = /\.png$/i.test(files[0].name);
908 (!this.ui.useCanvasForExport && binary))
925 var index = (binary) ? data.lastIndexOf(',') : -1;
951 }), error, binary);
977 var binary = /(\.png)$/i.test(file.name);
985 var index = (binary) ? data.lastIndexOf(',') : -1;
[all …]
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dcommons-codec-1.10.jar ... .binary org.apache.commons.codec.binary.BaseNCodec$Context extends java.lang.Object ...
/plugin/freechat/phpfreechat/lib/json/
H A DLICENSE1 Redistribution and use in source and binary forms, with or without
8 Redistributions in binary form must reproduce the above copyright
/plugin/calendoku/
H A DLicense.text5 Redistribution and use in source and binary forms, with or without
10 * Redistributions in binary form must reproduce the above copyright notice, this
/plugin/sequencediagram/bower_components/js-sequence-diagrams/
H A DLICENCE4 Redistribution and use in source and binary forms, with or without
9 2. Redistributions in binary form must reproduce the above copyright notice,
/plugin/pgn4web/pgn4web/libs/garbochess/
H A DLICENSE.txt4 Redistribution and use in source and binary forms, with or without
9 2. Redistributions in binary form must reproduce the above copyright
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/
H A DOpenSSH.php48 protected static $binary = false; variable in phpseclib3\\Crypt\\Common\\Formats\\Keys\\OpenSSH
177 self::$binary = $enabled;
/plugin/icalevents/vendor/sabre/vobject/
H A DLICENSE5 Redistribution and use in source and binary forms, with or without modification,
10 * Redistributions in binary form must reproduce the above copyright notice,
/plugin/icalevents/vendor/squizlabs/php_codesniffer/
H A Dlicence.txt4 Redistribution and use in source and binary forms, with or without
8 * Redistributions in binary form must reproduce the above copyright
/plugin/webdav/vendor/sabre/xml/
H A DLICENSE5 Redistribution and use in source and binary forms, with or without modification,
10 * Redistributions in binary form must reproduce the above copyright notice,
/plugin/highlightjs/highlight/
H A DLICENSE3 Redistribution and use in source and binary forms, with or without
8 * Redistributions in binary form must reproduce the above copyright
/plugin/authsqlite/
H A DLICENSE4 Redistribution and use in source and binary forms, with or without
10 * Redistributions in binary form must reproduce the above copyright notice,
/plugin/authyubikey/lib/
H A DCOPYING4 Redistribution and use in source and binary forms, with or without
11 * Redistributions in binary form must reproduce the above
/plugin/findologicxmlexport/vendor/sebastian/diff/
H A DLICENSE6 Redistribution and use in source and binary forms, with or without
13 * Redistributions in binary form must reproduce the above copyright
/plugin/findologicxmlexport/vendor/sebastian/environment/
H A DLICENSE6 Redistribution and use in source and binary forms, with or without
13 * Redistributions in binary form must reproduce the above copyright
/plugin/findologicxmlexport/vendor/sebastian/global-state/
H A DLICENSE6 Redistribution and use in source and binary forms, with or without
13 * Redistributions in binary form must reproduce the above copyright

12345678910>>...26