Home
last modified time | relevance | path

Searched refs:binary (Results 151 – 175 of 632) sorted by path

12345678910>>...26

/plugin/davcal/vendor/sabre/uri/
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/davcal/vendor/sabre/vobject/
H A DChangeLog.md277 * Fixed: Issue 64: Encoding of binary properties of converted vCards. Thanks
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/davcal/vendor/sabre/vobject/lib/
H A DCli.php632 …$this->cWrite('default', 'embedded binary stripped. (' . strlen($property->getValue()) . ' bytes)'…
/plugin/davcal/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/davcard/vendor/sabre/vobject/
H A DChangeLog.md317 * Fixed: Issue 64: Encoding of binary properties of converted vCards. Thanks
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/davcard/vendor/sabre/vobject/lib/
H A DCli.php632 …$this->cWrite('default', 'embedded binary stripped. (' . strlen($property->getValue()) . ' bytes)'…
/plugin/dblclickedit/
H A DCOPYING161 anything that is normally distributed (in either source or binary
/plugin/dbquery/
H A DLICENSE161 anything that is normally distributed (in either source or binary
/plugin/deletehistory/
H A DLICENSE161 anything that is normally distributed (in either source or binary
/plugin/dev/
H A DLICENSE161 anything that is normally distributed (in either source or binary
/plugin/dev/skel/
H A DLICENSE161 anything that is normally distributed (in either source or binary
/plugin/diagrams/
H A DLICENSE161 anything that is normally distributed (in either source or binary
/plugin/diagramsnet/
H A DLICENSE161 anything that is normally distributed (in either source or binary
/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 ...
H A Dehcache-3.8.1.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE META-INF/maven/ META ...
H A Dhttpclient-4.5.5.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
/plugin/diagramsnet/lib/js/
H A Dapp.min.js371 …ype.method=null;mxXmlRequest.prototype.async=null;mxXmlRequest.prototype.binary=!1;mxXmlRequest.pr… method in mxXmlRequest
372 …t.prototype.isBinary=function(){return this.binary};mxXmlRequest.prototype.setBinary=function(a){t…
/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/diagramsnet/lib/js/diagramly/
H A DApp.js6652 var binary = /\.png$/i.test(filename) || /\.jpe?g$/i.test(filename) ||
6709 executeRequest(url, handleData, error, binary);
6713 this.editor.loadUrl(url, handleData, error, binary, null, null, null, headers);
H A DDriveClient.js1014 var binary = /\.png$/i.test(resp.title);
1018 (!this.ui.useCanvasForExport && binary))
1572 var doExecuteRequest = mxUtils.bind(this, function(data, binary) argument
1614 data, revision || realOverwrite || unknown, binary,
1961 DriveClient.prototype.insertFile = function(title, data, folderId, success, error, mimeType, binary) argument
1977 …this.executeRequest(this.createUploadRequest(null, metadata, data, false, binary), mxUtils.bind(th…
2003 DriveClient.prototype.createUploadRequest = function(id, metadata, data, revision, binary, etag, pi… argument
2005 binary = (binary != null) ? binary : false;
2026 ((data != null) ? ((binary) ? data : ((window.btoa && !mxClient.IS_IE && !mxClient.IS_IE11) ?
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 …]
H A DEditor.js1706 var binary = (window.atob && !mxClient.IS_SF) ? atob(base64) : Base64.decode(base64, true);
1708 EditorUi.parsePng(binary, mxUtils.bind(this, function(pos, type, length)
1710 var value = binary.substring(pos + 8, pos + 8 + length);
2919 var binary = !noBinary && (forceBinary || /(\.png)($|\?)/i.test(url) ||
2935 if (binary)
2979 }, binary, this.timeout, function()
H A DGitHubClient.js418 var binary = /\.png$/i.test(path);
422 /\.pdf$/i.test(path) || (!this.ui.useCanvasForExport && binary)))

12345678910>>...26