Home
last modified time | relevance | path

Searched refs:throwError (Results 1 – 25 of 1785) sorted by relevance

12345678910>>...72

/dports/lang/ghc/ghc-8.10.7/libraries/mtl/Control/Monad/Error/
H A DClass.hs140 throwError = ErrorT.throwError function
155 throwError = lift . throwError function
159 throwError = lift . throwError function
163 throwError = lift . throwError function
167 throwError = lift . throwError function
171 throwError = lift . throwError function
175 throwError = lift . throwError function
179 throwError = lift . throwError function
183 throwError = lift . throwError function
187 throwError = lift . throwError function
[all …]
/dports/devel/spark/spark-2.1.1/sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/analysis/
H A DUnsupportedOperationChecker.scala45 throwError(
53 throwError(
71 throwError(
77 throwError(
114 throwError("InsertIntoTable is not supported with streaming DataFrames/Datasets")
151 throwError("CoGrouping with a streaming DataFrame/Dataset is not supported")
163 throwError("GroupingSets is not supported on streaming DataFrames/Datasets")
166 throwError("Limits are not supported on streaming DataFrames/Datasets")
173 throwError("Sampling is not supported on streaming DataFrames/Datasets")
191 throwError(msg)
[all …]
/dports/biology/ugene/ugene-40.1/src/corelibs/U2Lang/src/library/script/
H A DScriptLibrary.cpp504 return ctx->throwError(QObject::tr("Invalid alignment")); in getSequenceFromAlignment()
558 return ctx->throwError(QObject::tr("Invalid alignment")); in findInAlignment()
572 CHECK_OP(os, ctx->throwError(os.getError())); in findInAlignment()
656 return ctx->throwError(QObject::tr("Invalid alignment")); in removeFromAlignment()
682 return ctx->throwError(QObject::tr("Invalid alignment")); in rowNum()
698 return ctx->throwError(QObject::tr("Invalid alignment")); in columnNum()
739 return ctx->throwError(QObject::tr("Empty name")); in getAnnotationRegion()
913 return ctx->throwError(QObject::tr("No data to write")); in writeFile()
940 return ctx->throwError(QObject::tr("No data to write")); in appendFile()
989 return ctx->throwError(QObject::tr("Empty file path")); in readSequences()
[all …]
/dports/net/pear-Net_NNTP/Net_NNTP-1.5.2/NNTP/Protocol/
H A DClient.php287 return $this->throwError("Illegal character(s) in NNTP command!");
298 return $this->throwError('Failed to write to socket!');
332 return $this->throwError('Connection timed out', null);
336 return $this->throwError('Failed to read from socket...!', null);
388 return $this->throwError('Connection timed out', null);
392 return $this->throwError('Failed to read line from socket.', null);
415 return $this->throwError('Invalid line recieved!', null);
455 return $this->throwError('End of stream! Connection lost?', null);
530 return $this->throwError('Ups...', null, null);
577 return $this->throwError("Unexpected response: '$text'", $code, $text);
[all …]
/dports/databases/pear-DB_Table/DB_Table-1.5.6/DB/Table/
H A DDatabase.php675 return $this->throwError(
832 return $this->throwError(
876 return $this->throwError(
933 return $this->throwError(
976 return $this->throwError(
1023 return $this->throwError(
1113 return $this->throwError(
1166 return $this->throwError(
1260 return $this->throwError(
1334 return $this->throwError(
[all …]
/dports/devel/open-beagle/beagle-3.0.3/PACC/XML/
H A DNode.cpp253 if(lToken[0] != '>') lNode->throwError(inTokenizer, "invalid start tag"); in parse()
265 if(lToken != (*lNode)[""]) lNode->throwError(inTokenizer, "invalid end tag"); in parse()
270 if(lToken[0] != '>') lNode->throwError(inTokenizer, "invalid end tag"); in parse()
294 if(!inTokenizer.getNextToken(outToken)) throwError(inTokenizer, "unexpected eof"); in parseAttributeList()
298 if(outToken[0] == '=') throwError(inTokenizer, "missing attribute name"); in parseAttributeList()
304 throwError(inTokenizer, "invalid attribute"); in parseAttributeList()
327 throwError(inTokenizer, "invalid attribute value"); in parseAttributeList()
343 if(!inTokenizer.getNextToken(outToken)) throwError(inTokenizer, "unexpected eof"); in parseStartTag()
392 if(outToken[0] != '?') throwError(inTokenizer, "invalid xml declaration"); in parseStartTag()
394 if(outToken[0] != '>') throwError(inTokenizer, "invalid xml declaration"); in parseStartTag()
[all …]
/dports/sysutils/bareos-client/bareos-Release-20.0.3/webui/vendor/zendframework/zend-validator/src/File/
H A DUpload.php158 return $this->throwError($file, self::FILE_NOT_FOUND);
166 $this->throwError($content, self::ATTACK);
171 $this->throwError($content, self::INI_SIZE);
175 $this->throwError($content, self::FORM_SIZE);
179 $this->throwError($content, self::PARTIAL);
183 $this->throwError($content, self::NO_FILE);
187 $this->throwError($content, self::NO_TMP_DIR);
191 $this->throwError($content, self::CANT_WRITE);
195 $this->throwError($content, self::EXTENSION);
199 $this->throwError($content, self::UNKNOWN);
[all …]
/dports/sysutils/bareos18-server/bareos-Release-18.2.12/webui/vendor/zendframework/zend-validator/src/File/
H A DUpload.php158 return $this->throwError($file, self::FILE_NOT_FOUND);
166 $this->throwError($content, self::ATTACK);
171 $this->throwError($content, self::INI_SIZE);
175 $this->throwError($content, self::FORM_SIZE);
179 $this->throwError($content, self::PARTIAL);
183 $this->throwError($content, self::NO_FILE);
187 $this->throwError($content, self::NO_TMP_DIR);
191 $this->throwError($content, self::CANT_WRITE);
195 $this->throwError($content, self::EXTENSION);
199 $this->throwError($content, self::UNKNOWN);
[all …]
/dports/sysutils/bareos19-server/bareos-Release-19.2.11/webui/vendor/zendframework/zend-validator/src/File/
H A DUpload.php158 return $this->throwError($file, self::FILE_NOT_FOUND);
166 $this->throwError($content, self::ATTACK);
171 $this->throwError($content, self::INI_SIZE);
175 $this->throwError($content, self::FORM_SIZE);
179 $this->throwError($content, self::PARTIAL);
183 $this->throwError($content, self::NO_FILE);
187 $this->throwError($content, self::NO_TMP_DIR);
191 $this->throwError($content, self::CANT_WRITE);
195 $this->throwError($content, self::EXTENSION);
199 $this->throwError($content, self::UNKNOWN);
[all …]
/dports/sysutils/bareos19-client/bareos-Release-19.2.11/webui/vendor/zendframework/zend-validator/src/File/
H A DUpload.php158 return $this->throwError($file, self::FILE_NOT_FOUND);
166 $this->throwError($content, self::ATTACK);
171 $this->throwError($content, self::INI_SIZE);
175 $this->throwError($content, self::FORM_SIZE);
179 $this->throwError($content, self::PARTIAL);
183 $this->throwError($content, self::NO_FILE);
187 $this->throwError($content, self::NO_TMP_DIR);
191 $this->throwError($content, self::CANT_WRITE);
195 $this->throwError($content, self::EXTENSION);
199 $this->throwError($content, self::UNKNOWN);
[all …]
/dports/sysutils/bareos18-traymonitor/bareos-Release-18.2.12/webui/vendor/zendframework/zend-validator/src/File/
H A DUpload.php158 return $this->throwError($file, self::FILE_NOT_FOUND);
166 $this->throwError($content, self::ATTACK);
171 $this->throwError($content, self::INI_SIZE);
175 $this->throwError($content, self::FORM_SIZE);
179 $this->throwError($content, self::PARTIAL);
183 $this->throwError($content, self::NO_FILE);
187 $this->throwError($content, self::NO_TMP_DIR);
191 $this->throwError($content, self::CANT_WRITE);
195 $this->throwError($content, self::EXTENSION);
199 $this->throwError($content, self::UNKNOWN);
[all …]
/dports/sysutils/bareos19-traymonitor/bareos-Release-19.2.11/webui/vendor/zendframework/zend-validator/src/File/
H A DUpload.php158 return $this->throwError($file, self::FILE_NOT_FOUND);
166 $this->throwError($content, self::ATTACK);
171 $this->throwError($content, self::INI_SIZE);
175 $this->throwError($content, self::FORM_SIZE);
179 $this->throwError($content, self::PARTIAL);
183 $this->throwError($content, self::NO_FILE);
187 $this->throwError($content, self::NO_TMP_DIR);
191 $this->throwError($content, self::CANT_WRITE);
195 $this->throwError($content, self::EXTENSION);
199 $this->throwError($content, self::UNKNOWN);
[all …]
/dports/sysutils/bareos18-client/bareos-Release-18.2.12/webui/vendor/zendframework/zend-validator/src/File/
H A DUpload.php158 return $this->throwError($file, self::FILE_NOT_FOUND);
166 $this->throwError($content, self::ATTACK);
171 $this->throwError($content, self::INI_SIZE);
175 $this->throwError($content, self::FORM_SIZE);
179 $this->throwError($content, self::PARTIAL);
183 $this->throwError($content, self::NO_FILE);
187 $this->throwError($content, self::NO_TMP_DIR);
191 $this->throwError($content, self::CANT_WRITE);
195 $this->throwError($content, self::EXTENSION);
199 $this->throwError($content, self::UNKNOWN);
[all …]
/dports/sysutils/bareos-traymonitor/bareos-Release-20.0.3/webui/vendor/zendframework/zend-validator/src/File/
H A DUpload.php158 return $this->throwError($file, self::FILE_NOT_FOUND);
166 $this->throwError($content, self::ATTACK);
171 $this->throwError($content, self::INI_SIZE);
175 $this->throwError($content, self::FORM_SIZE);
179 $this->throwError($content, self::PARTIAL);
183 $this->throwError($content, self::NO_FILE);
187 $this->throwError($content, self::NO_TMP_DIR);
191 $this->throwError($content, self::CANT_WRITE);
195 $this->throwError($content, self::EXTENSION);
199 $this->throwError($content, self::UNKNOWN);
[all …]
/dports/sysutils/bareos-server/bareos-Release-20.0.3/webui/vendor/zendframework/zend-validator/src/File/
H A DUpload.php158 return $this->throwError($file, self::FILE_NOT_FOUND);
166 $this->throwError($content, self::ATTACK);
171 $this->throwError($content, self::INI_SIZE);
175 $this->throwError($content, self::FORM_SIZE);
179 $this->throwError($content, self::PARTIAL);
183 $this->throwError($content, self::NO_FILE);
187 $this->throwError($content, self::NO_TMP_DIR);
191 $this->throwError($content, self::CANT_WRITE);
195 $this->throwError($content, self::EXTENSION);
199 $this->throwError($content, self::UNKNOWN);
[all …]
/dports/www/bareos-webui/bareos-Release-20.0.3/webui/vendor/zendframework/zend-validator/src/File/
H A DUpload.php158 return $this->throwError($file, self::FILE_NOT_FOUND);
166 $this->throwError($content, self::ATTACK);
171 $this->throwError($content, self::INI_SIZE);
175 $this->throwError($content, self::FORM_SIZE);
179 $this->throwError($content, self::PARTIAL);
183 $this->throwError($content, self::NO_FILE);
187 $this->throwError($content, self::NO_TMP_DIR);
191 $this->throwError($content, self::CANT_WRITE);
195 $this->throwError($content, self::EXTENSION);
199 $this->throwError($content, self::UNKNOWN);
[all …]
/dports/www/bareos18-webui/bareos-Release-18.2.12/webui/vendor/zendframework/zend-validator/src/File/
H A DUpload.php158 return $this->throwError($file, self::FILE_NOT_FOUND);
166 $this->throwError($content, self::ATTACK);
171 $this->throwError($content, self::INI_SIZE);
175 $this->throwError($content, self::FORM_SIZE);
179 $this->throwError($content, self::PARTIAL);
183 $this->throwError($content, self::NO_FILE);
187 $this->throwError($content, self::NO_TMP_DIR);
191 $this->throwError($content, self::CANT_WRITE);
195 $this->throwError($content, self::EXTENSION);
199 $this->throwError($content, self::UNKNOWN);
[all …]
/dports/www/bareos19-webui/bareos-Release-19.2.11/webui/vendor/zendframework/zend-validator/src/File/
H A DUpload.php158 return $this->throwError($file, self::FILE_NOT_FOUND);
166 $this->throwError($content, self::ATTACK);
171 $this->throwError($content, self::INI_SIZE);
175 $this->throwError($content, self::FORM_SIZE);
179 $this->throwError($content, self::PARTIAL);
183 $this->throwError($content, self::NO_FILE);
187 $this->throwError($content, self::NO_TMP_DIR);
191 $this->throwError($content, self::CANT_WRITE);
195 $this->throwError($content, self::EXTENSION);
199 $this->throwError($content, self::UNKNOWN);
[all …]
/dports/www/zend-framework/ZendFramework-2.4.13/library/Zend/Validator/File/
H A DUpload.php158 return $this->throwError($file, self::FILE_NOT_FOUND);
166 $this->throwError($content, self::ATTACK);
171 $this->throwError($content, self::INI_SIZE);
175 $this->throwError($content, self::FORM_SIZE);
179 $this->throwError($content, self::PARTIAL);
183 $this->throwError($content, self::NO_FILE);
187 $this->throwError($content, self::NO_TMP_DIR);
191 $this->throwError($content, self::CANT_WRITE);
195 $this->throwError($content, self::EXTENSION);
199 $this->throwError($content, self::UNKNOWN);
[all …]
/dports/math/pdal/PDAL-2.3.0/io/
H A DPlyReader.cpp109 throwError("File isn't a PLY file. 'ply' not found."); in extractMagic()
111 throwError("Text found following 'ply' keyword."); in extractMagic()
122 throwError("Text found following 'end_header' keyword."); in extractEnd()
140 throwError("Unrecognized PLY format: '" + word + "'."); in extractFormat()
144 throwError("Unsupported PLY version: '" + word + "'."); in extractFormat()
190 throwError("No name for property of element '" + in extractProperty()
213 throwError("No name for property of element '" + in extractProperty()
220 throwError("Invalid property type '" + word + "'."); in extractProperty()
256 throwError("Missing element name."); in extractElement()
297 throwError("Couldn't open '" + m_filename + "'."); in initialize()
[all …]
/dports/devel/itext/itext-4.2.0/core/com/lowagie/text/pdf/
H A DPdfImportedPage.java99 throwError(); in addImage()
111 throwError(); in addTemplate()
117 throwError(); in getDuplicate()
133 throwError(); in setColorFill()
137 throwError(); in setColorStroke()
148 throwError(); in setFontAndSize()
157 throwError(); in setGroup()
160 void throwError() { in throwError() method in PdfImportedPage
/dports/misc/actiona/actiona-3.10.1/actions/actionpackdata/code/
H A Dregistry.cpp59 throwError(QStringLiteral("OpenKeyError"), tr("Unable to open the key")); in openKey()
78 throwError(QStringLiteral("CreateKeyError"), tr("Unable to create the key")); in createKey()
103 throwError(QStringLiteral("SetValueError"), tr("Cannot set the value data")); in setValue()
111 throwError(QStringLiteral("SetValueError"), tr("Cannot set the value data")); in setValue()
126 throwError(QStringLiteral("SetValueError"), tr("Cannot set the value data")); in setValue()
133 throwError(QStringLiteral("SetValueError"), tr("Cannot set the value data")); in setValue()
145 throwError(QStringLiteral("SetValueError"), tr("Cannot set the value data")); in setValue()
164 throwError(QStringLiteral("FindValueError"), tr("Cannot find the value to read")); in value()
239 throwError(QStringLiteral("InvalidValueError"), tr("Invalid value type")); in value()
331 throwError(QStringLiteral("InvalidKeyError"), tr("Unable to delete the key")); in deleteValue()
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/bindings/js/
H A DJSAudioContextCustom.cpp52 …return throwError(exec, createReferenceError(exec, "AudioContext constructor callee is unavailable… in constructJSAudioContext()
56 …return throwError(exec, createReferenceError(exec, "AudioContext constructor script execution cont… in constructJSAudioContext()
59 …return throwError(exec, createReferenceError(exec, "AudioContext constructor called in a script ex… in constructJSAudioContext()
72 return throwError(exec, createSyntaxError(exec, "Not enough arguments")); in constructJSAudioContext()
82 return throwError(exec, createReferenceError(exec, "Error creating AudioContext")); in constructJSAudioContext()
90 return throwError(exec, createSyntaxError(exec, "Not enough arguments")); in createBuffer()
105 return throwError(exec, createSyntaxError(exec, "Error decoding audio file data")); in createBuffer()
115 return throwError(exec, createSyntaxError(exec, "Not enough arguments")); in createBuffer()
123 return throwError(exec, createSyntaxError(exec, "Error creating AudioBuffer")); in createBuffer()
/dports/www/elgg/elgg-3.3.23/vendor/zendframework/zend-validator/src/File/
H A DUpload.php182 return $this->throwError($file, self::FILE_NOT_FOUND);
201 $this->throwError($content, self::ATTACK);
206 $this->throwError($content, self::INI_SIZE);
210 $this->throwError($content, self::FORM_SIZE);
214 $this->throwError($content, self::PARTIAL);
218 $this->throwError($content, self::NO_FILE);
222 $this->throwError($content, self::NO_TMP_DIR);
226 $this->throwError($content, self::CANT_WRITE);
230 $this->throwError($content, self::EXTENSION);
234 $this->throwError($content, self::UNKNOWN);
[all …]
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/laminas/laminas-validator/src/File/
H A DUpload.php180 return $this->throwError($file, self::FILE_NOT_FOUND);
199 $this->throwError($content, self::ATTACK);
204 $this->throwError($content, self::INI_SIZE);
208 $this->throwError($content, self::FORM_SIZE);
212 $this->throwError($content, self::PARTIAL);
216 $this->throwError($content, self::NO_FILE);
220 $this->throwError($content, self::NO_TMP_DIR);
224 $this->throwError($content, self::CANT_WRITE);
228 $this->throwError($content, self::EXTENSION);
232 $this->throwError($content, self::UNKNOWN);
[all …]

12345678910>>...72