Searched refs:outputType (Results 1 – 9 of 9) sorted by relevance
38 $outputType=$_POST['outputType'.$rcObjectId]; variable55 switch ($outputType) {
24 protected $outputType = FileReference::class; variable in Google\\Service\\ToolResults\\ToolOutputReference
35 protected $outputType = Output::class; variable in Google\\Service\\Transcoder\\JobConfig
805 var outputType = t.tf_colOperation["write_method"]; 852 if(outputType != undefined && (typeof outputType).toLowerCase()=="object") 853 //if outputType is defined 858 switch( outputType[i].toLowerCase() )
2622 var internalType = outputType;2623 switch(outputType) {2637 this._outputType = outputType;3343 exports.transformTo = function(outputType, input) { argument3349 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 …]
404 exports.transformTo = function(outputType, input) { argument405 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);
53504 var internalType = outputType;53506 switch (outputType) {53521 this._outputType = outputType; // the mime type54283 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 …]