Home
last modified time | relevance | path

Searched refs:decodedContent (Results 1 – 25 of 63) sorted by relevance

123

/dports/finance/prestashop/prestashop/src/PrestaShopBundle/Controller/Api/
H A DTranslationController.php184 $decodedContent = $this->guardAgainstInvalidTranslationBulkRequest($request);
186 $translations = $decodedContent['translations'];
242 $decodedContent = $this->guardAgainstInvalidTranslationBulkRequest($request);
244 $translations = $decodedContent['translations'];
286 $decodedContent = $this->guardAgainstInvalidJsonBody($content);
288 if (empty($decodedContent) ||
289 !array_key_exists('translations', $decodedContent) ||
290 !is_array($decodedContent['translations'])
297 return $decodedContent;
H A DStockController.php208 $decodedContent = $this->guardAgainstInvalidRequestContent($content, $message);
209 $request->request->set('delta', $decodedContent['delta']);
225 $decodedContent = $this->guardAgainstInvalidJsonBody($content);
227 if (!array_key_exists('delta', $decodedContent)) {
231 return $decodedContent;
257 $decodedContent = $this->guardAgainstInvalidJsonBody($request->getContent());
263 array_walk($decodedContent, function ($item, $index) use ($message) {
H A DApiController.php82 $decodedContent = json_decode($content, true);
89 return $decodedContent;
/dports/deskutils/kdepim-addons/kdepim-addons-21.12.3/plugins/messageviewer/bodypartformatter/itinerary/
H A Ditineraryprocessor.cpp101 pass.reset(KPkPass::Pass::fromData(part.content()->decodedContent())); in process()
104 engine.setData(part.content()->decodedContent()); in process()
108 engine.setData(part.content()->decodedContent()); in process()
110 engine.setData(part.content()->decodedContent()); in process()
131 const auto docData = part.content()->decodedContent(); in process()
147 memento->addPass(pass.get(), part.content()->decodedContent()); in process()
/dports/www/owncloud/owncloud/core/Command/Config/
H A DImport.php121 $decodedContent = \json_decode($content, true);
122 if (!\is_array($decodedContent) || empty($decodedContent)) {
126 $this->validateArray($decodedContent);
128 return $decodedContent;
/dports/www/sogo-activesync/SOGo-5.4.0/SOPE/NGCards/
H A DNGVCardPhoto.m47 - (NSData *) decodedContent
50 NSData *decodedContent;
52 decodedContent = nil;
67 decodedContent = [value dataByDecodingBase64];
81 return decodedContent;
H A DNGVCardPhoto.h35 - (NSData *) decodedContent;
/dports/www/sogo/SOGo-5.4.0/SOPE/NGCards/
H A DNGVCardPhoto.m47 - (NSData *) decodedContent
50 NSData *decodedContent;
52 decodedContent = nil;
67 decodedContent = [value dataByDecodingBase64];
81 return decodedContent;
H A DNGVCardPhoto.h35 - (NSData *) decodedContent;
/dports/www/sogo2/SOGo-2.4.1/SOPE/NGCards/
H A DNGVCardPhoto.m50 - (NSData *) decodedContent
53 NSData *decodedContent;
55 decodedContent = nil;
70 decodedContent = [value dataByDecodingBase64];
84 return decodedContent;
H A DNGVCardPhoto.h37 - (NSData *) decodedContent;
/dports/www/nextcloud/nextcloud/core/Command/Config/
H A DImport.php127 $decodedContent = json_decode($content, true);
128 if (!is_array($decodedContent) || empty($decodedContent)) {
132 $this->validateArray($decodedContent);
134 return $decodedContent;
/dports/polish/kadu/kadu-4.3/kadu-core/parser/
H A Dparser.cpp330 QString content = pe.decodedContent(); in parsePercentSyntax()
475 joined += elem.decodedContent(); in joinParserTokens()
614 anyNull = anyNull || pe2.decodedContent().isEmpty(); in parse()
615 QString content = pe.decodedContent(); in parse()
616 content.prepend(pe2.decodedContent()); in parse()
725 …INFO, "name: %s, value: %s\n", qPrintable(pe.decodedContent()), qPrintable(GlobalVariables[pe.deco… in parse()
731 kdebugm(KDEBUG_WARNING, "variable %s undefined\n", qPrintable(pe.decodedContent())); in parse()
770 kdebugm(KDEBUG_WARNING, "tag %s not registered\n", qPrintable(pe.decodedContent())); in parse()
838 pe.setContent(executeCmd(pe.decodedContent())); in parse()
847 QString content = pe.decodedContent(); in parse()
[all …]
/dports/www/sogo/SOGo-5.4.0/UI/MailPartViewers/
H A DUIxMailPartViewer.m55 decodedContent = nil;
64 [decodedContent release];
78 DESTROY(decodedContent);
149 if (decodedContent != nil)
150 return [decodedContent isNotNull] ? (id)decodedContent : nil;
154 decodedContent = [[[self flatContent] bodyDataFromEncoding: enc] retain];
156 return decodedContent;
161 ASSIGN(decodedContent, theData);
/dports/www/sogo-activesync/SOGo-5.4.0/UI/MailPartViewers/
H A DUIxMailPartViewer.m55 decodedContent = nil;
64 [decodedContent release];
78 DESTROY(decodedContent);
149 if (decodedContent != nil)
150 return [decodedContent isNotNull] ? (id)decodedContent : nil;
154 decodedContent = [[[self flatContent] bodyDataFromEncoding: enc] retain];
156 return decodedContent;
161 ASSIGN(decodedContent, theData);
/dports/lang/seed7/seed7/prg/
H A Dchkhent.sd737 var string: decodedContent is "";
43 decodedContent := decodeHtmlEntities(encodedContent);
44 if fileContent = decodedContent then
/dports/security/zaproxy/zaproxy-2.11.1/zap/src/test/java/org/zaproxy/zap/network/
H A DHttpEncodingDeflateUnitTest.java53 byte[] decodedContent = encoding.decode(CONTENT_ENCODED); in shouldDecodeContent()
55 assertThat(decodedContent, is(equalTo(CONTENT))); in shouldDecodeContent()
H A DHttpEncodingGzipUnitTest.java53 byte[] decodedContent = encoding.decode(CONTENT_ENCODED); in shouldDecodeContent()
55 assertThat(decodedContent, is(equalTo(CONTENT))); in shouldDecodeContent()
/dports/net/messagelib/messagelib-21.12.3/mimetreeparser/src/bodyformatter/
H A Dapplicationpgpencrypted.cpp36 if (node->decodedContent().trimmed() != "Version: 1") { in process()
37 …qCWarning(MIMETREEPARSER_LOG) << "Unknown PGP Version String:" << node->decodedContent().trimmed(); in process()
H A Dencrypted.cpp45 QGpgME::QByteArrayDataProvider dp(node->decodedContent()); in process()
72 mp->startDecryption(node->decodedContent(), codec); in process()
/dports/deskutils/kdepim-runtime/kdepim-runtime-21.12.3/resources/kolab/pimkolab/mime/
H A Dmimeutils.h53 KMime::Content *createMainPart(const QByteArray &mimeType, const QByteArray &decodedContent);
54 …Array &cid, const QByteArray &mimeType, const QString &fileName, const QByteArray &decodedContent);
H A Dmimeutils.cpp178 KMime::Content *createMainPart(const QByteArray &mimeType, const QByteArray &decodedContent) in createMainPart() argument
186 content->setBody(decodedContent); in createMainPart()
220 attachment.setData(content->decodedContent().toStdString(), type.toStdString()); in getAttachment()
234 attachment.setData(content->decodedContent().toStdString(), type.toStdString()); in getAttachmentByName()
/dports/deskutils/kdepim-addons/kdepim-addons-21.12.3/plugins/messageviewer/bodypartformatter/gnupgwks/
H A Dpgpkeymessagepart.cpp63 return content()->decodedContent(); in rawKey()
88 p.write(node->decodedContent()); in parseContent()
/dports/www/proxygen/proxygen-2021.12.27.00/proxygen/lib/http/structuredheaders/
H A DStructuredHeadersBuffer.cpp146 std::string decodedContent = decodeBase64(outputString); in parseBinaryContent() local
147 if (encodeBase64(decodedContent) != outputString) { in parseBinaryContent()
151 result.value = std::move(decodedContent); in parseBinaryContent()
/dports/net/messagelib/messagelib-21.12.3/mimetreeparser/autotests/
H A Dbasicobjecttreeparsertest.cpp114 QCOMPARE(unencryptedMessage->contents().first()->decodedContent().data(), "bla bla bla"); in testForwardedOpenPGPSignedEncrypted()
121 QCOMPARE(encapsulated->contents().first()->decodedContent().data(), "encrypted message text"); in testForwardedOpenPGPSignedEncrypted()
147 …QCOMPARE(unencryptedMessage->contents().first()->decodedContent().data(), "encrypted message text"… in testSMIMESignedEncrypted()
173 …QCOMPARE(unencryptedMessage->contents().first()->decodedContent().data(), "encrypted message text"… in testOpenPGPSignedEncrypted()
197 QCOMPARE(unencryptedMessage->decodedContent().data(), "encrypted message text"); in testOpenPGPEncryptedAndSigned()
218 QCOMPARE(unencryptedMessage->decodedContent().data(), "encrypted message text"); in testOpenPGPEncrypted()

123