Home
last modified time | relevance | path

Searched refs:binary (Results 176 – 200 of 632) sorted by last modified time

12345678910>>...26

/plugin/quickstats/GEOIP/vendor/maxmind-db/reader/
H A DREADME.md5 This is the PHP API for reading MaxMind DB files. MaxMind DB is a binary file
/plugin/commentsyntax/
H A DLICENSE161 anything that is normally distributed (in either source or binary
/plugin/bloglinks/
H A DCOPYING163 anything that is normally distributed (in either source or binary
/plugin/linkscollection/
H A DLICENSE161 anything that is normally distributed (in either source or binary
/plugin/minical/
H A DCOPYING161 anything that is normally distributed (in either source or binary
/plugin/appendtoquery/
H A DLICENSE161 anything that is normally distributed (in either source or binary
/plugin/iptrust2/
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/js/grapheditor/
H A DGraph.js1476 var binary = '';
1482 binary += String.fromCharCode(bytes[i]);
1485 return 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 DTrelloClient.js121 var binary = /\.png$/i.test(meta.name);
130 (!this.ui.useCanvasForExport && binary))
154 var index = (binary) ? data.lastIndexOf(',') : -1;
194 }), binary || (meta.mimeType != null &&
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 DGitLabClient.js390 var binary = /\.png$/i.test(path);
394 /\.pdf$/i.test(path) || (!this.ui.useCanvasForExport && binary)))
/plugin/diagramsnet/lib/js/
H A Dviewer-static.min.js337 …ype.method=null;mxXmlRequest.prototype.async=null;mxXmlRequest.prototype.binary=!1;mxXmlRequest.pr… method in mxXmlRequest
338 …t.prototype.isBinary=function(){return this.binary};mxXmlRequest.prototype.setBinary=function(a){t…
H A Dviewer.min.js337 …ype.method=null;mxXmlRequest.prototype.async=null;mxXmlRequest.prototype.binary=!1;mxXmlRequest.pr… method in mxXmlRequest
338 …t.prototype.isBinary=function(){return this.binary};mxXmlRequest.prototype.setBinary=function(a){t…
H A Dextensions.min.js1696binary=!1,c.dir=!1,c.createFolders=!0,c.date=null,c.compression=null,c.compressionOptions=null,c.c…
1697 …ons,this.dosPermissions=c.dosPermissions,this._data=b,this._dataBinary=c.binary,this.options={comp…
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/math/extensions/MathML/
H A Dcontent-mathml.js19binary:function(f,g){return function(n,j,l,p,i,m,h){var o=a.createElement("mrow");var k=g<h||(g==h…
/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 ...
/plugin/diagramsnet/lib/js/jquery/
H A Djquery-3.3.1.min.js2 …Text,"text"!==(s.responseType||"text")||"string"!=typeof s.responseText?{binary:s.response}:{text:…
/plugin/diagramsnet/lib/mxgraph/
H A DmxClient.js133 …ype.method=null;mxXmlRequest.prototype.async=null;mxXmlRequest.prototype.binary=!1;mxXmlRequest.pr… method in mxXmlRequest
134 …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)

12345678910>>...26