Home
last modified time | relevance | path

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

12345678910>>...30

/plugin/findologicxmlexport/vendor/sebastian/environment/src/
DRuntime.php21 private static $binary; variable in SebastianBergmann\\Environment\\Runtime
43 if (self::$binary === null && $this->isHHVM()) {
44 if ((self::$binary = getenv('PHP_BINARY')) === false) {
45 self::$binary = PHP_BINARY;
48 self::$binary = escapeshellarg(self::$binary) . ' --php';
52 if (self::$binary === null && defined('PHP_BINARY')) {
54 self::$binary = escapeshellarg(PHP_BINARY);
59 if (self::$binary === null) {
66 self::$binary = escapeshellarg(trim($tmp[1]));
68 self::$binary = escapeshellarg(ltrim(trim($file[0]), '#!'));
[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[$this->pos] !== ',') {
197 if (isset($this->binary[$this->pos]) && $this->binary[$this->pos] === ',') {
269 if (substr($this->binary, $this->pos, $length) !== $expected) {
[all …]
/plugin/diagramsnet/lib/js/deflate/
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/
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.php136 protected $binary; variable in FreeDSx\\Asn1\\Encoder\\BerEncoder
150 public function decode($binary, array $tagMap = []): AbstractType argument
152 $this->startEncoding($binary, $tagMap);
300 protected function startEncoding(string $binary, array $tagMap): void argument
303 $this->binary = $binary;
306 $this->maxLen = strlen($this->binary);
312 $this->binary = null;
332 $tag = ord($this->binary[$this->pos++]);
353 $length = ord($this->binary[$this->pos++]);
376 …$type = new IncompleteType(substr($this->binary, $this->pos, $length), $tagNumber, $class, $isCons…
[all …]
H A DCerDerTrait.php41 …f ($unused && $length && ord($this->binary[$this->pos + ($length - 1)]) !== 0 && ((8 - $length) <<…
57 …if (!($this->binary[$this->pos] === self::BOOL_FALSE || $this->binary[$this->pos] === self::BOOL_T…
58 …n(sprintf('The encoded boolean must be 0 or 255, received "%s".', ord($this->binary[$this->pos])));
H A DEncoderInterface.php48 * @param string $binary
54 public function decode($binary, array $tagMap = []): AbstractType; argument
/plugin/stdokuwikiconnector/
H A D.gitattributes1 *.manifest binary
2 *.application binary
3 *.deploy binary
/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/
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)
DDropboxClient.js370 var binary = /\.png$/i.test(path);
373 /\.pdf$/i.test(path) || (!this.ui.useCanvasForExport && binary))
403 var index = (binary) ? data.lastIndexOf(',') : -1;
424 }), error, binary);
434 DropboxClient.prototype.readFile = function(arg, success, error, binary) argument
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);
[all …]
/plugin/diagramsnet/lib/WEB-INF/lib/
Dcommons-codec-1.10.jar ... .binary org.apache.commons.codec.binary.BaseNCodec$Context extends java.lang.Object ...
/plugin/freechat/phpfreechat/lib/json/
DLICENSE1 Redistribution and use in source and binary forms, with or without
8 Redistributions in binary form must reproduce the above copyright
/plugin/asciidocjs/node_modules/esutils/
DLICENSE.BSD1 Redistribution and use in source and binary forms, with or without
6 * Redistributions in binary form must reproduce the above copyright
/plugin/authssocas/vendor/apereo/phpcas/
H A DNOTICE23 Redistribution and use in source and binary forms, with or without
30 - Redistributions in binary form must reproduce the above copyright notice,
57 Redistribution and use in source and binary forms, with or without modification,
63 Redistributions in binary form must reproduce the above copyright notice, this
/plugin/asciidocjs/node_modules/pug-filters/node_modules/uglify-js/
DLICENSE5 Redistribution and use in source and binary forms, with or without
13 * Redistributions in binary form must reproduce the above
/plugin/sequencediagram/bower_components/js-sequence-diagrams/
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/calendoku/
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/asciidocjs/node_modules/nunjucks/
DLICENSE4 Redistribution and use in source and binary forms, with or without
11 Redistributions in binary form must reproduce the above copyright
/plugin/asciidocjs/node_modules/uglify-js/
DLICENSE5 Redistribution and use in source and binary forms, with or without
13 * Redistributions in binary form must reproduce the above
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/
DOpenSSH.php48 protected static $binary = false; variable in phpseclib3\\Crypt\\Common\\Formats\\Keys\\OpenSSH
177 self::$binary = $enabled;
/plugin/pgn4web/pgn4web/libs/garbochess/
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/llm/llm.js/wasm/
Dllamacpp-cpu.js1binary","utf8"!==g.encoding&&"binary"!==g.encoding)throw new Error(`Invalid encoding type "${g.enc…
/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/
H A DAsn1.php141 * @param string $binary
144 public static function bitStringFromBinary($binary): BitStringType argument
146 return BitStringType::fromBinary($binary);
/plugin/authsqlite/
DLICENSE4 Redistribution and use in source and binary forms, with or without
10 * Redistributions in binary form must reproduce the above copyright notice,

12345678910>>...30