Home
last modified time | relevance | path

Searched refs:outputType (Results 1 – 9 of 9) sorted by relevance

/plugin/runcommand/
H A Dpostaction.php38 $outputType=$_POST['outputType'.$rcObjectId]; variable
55 switch ($outputType) {
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ToolResults/
H A DToolOutputReference.php24 protected $outputType = FileReference::class; variable in Google\\Service\\ToolResults\\ToolOutputReference
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Transcoder/
H A DJobConfig.php35 protected $outputType = Output::class; variable in Google\\Service\\Transcoder\\JobConfig
/plugin/searchtablejs/
H A Dtablefilter.js805 var outputType = t.tf_colOperation["write_method"];
852 if(outputType != undefined && (typeof outputType).toLowerCase()=="object")
858 switch( outputType[i].toLowerCase() )
/plugin/searchtablejs/TableFilter_EN/
H A Dtablefilter.js805 var outputType = t.tf_colOperation["write_method"];
852 if(outputType != undefined && (typeof outputType).toLowerCase()=="object")
858 switch( outputType[i].toLowerCase() )
/plugin/xlsx2dw/packages/jszip/
H A Djszip.js2622 var internalType = outputType;
2623 switch(outputType) {
2637 this._outputType = outputType;
3343 exports.transformTo = function(outputType, input) { argument
3349 if (!outputType) {
3352 exports.checkSupport(outputType);
4139 var result = null, outputType = "string";
4144 outputType = type.toLowerCase();
4145 var askUnicodeString = outputType === "string" || outputType === "text";
4146 if (outputType === "binarystring" || outputType === "text") {
[all …]
/plugin/amcharts/assets/amcharts/plugins/export/libs/jszip/
H A Djszip.js404 exports.transformTo = function(outputType, input) { argument
405 return utils.transformTo(outputType, input);
2158 exports.transformTo = function(outputType, input) {
2164 if (!outputType) {
2167 exports.checkSupport(outputType);
2169 var result = transform[inputType][outputType](input);
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js53504 var internalType = outputType;
53506 switch (outputType) {
53521 this._outputType = outputType; // the mime type
54283 exports.transformTo = function (outputType, input) {
54290 if (!outputType) {
54294 exports.checkSupport(outputType);
55122 outputType = "string";
55129 outputType = type.toLowerCase();
55130 var askUnicodeString = outputType === "string" || outputType === "text";
55132 if (outputType === "binarystring" || outputType === "text") {
[all …]
/plugin/openlayersmap/ol7/
H A Dol.js.map