Home
last modified time | relevance | path

Searched refs:Assert (Results 1 – 25 of 48) sorted by last modified time

12

/plugin/dokuprism/prism/
H A Dprism.js129 !function(e){var i=e.languages.powershell={comment:[{pattern:/(^|[^`])<#[\s\S]*?#>/,lookbehind:!0},{pattern:/(^|[^`])#.*/,lookbehind:!0}],string:[{pattern:/"(?:`[\s\S]|[^`"])*"/,greedy:!0,inside:null},{pattern:/'(?:[^']|'')*'/,greedy:!0}],namespace:/\[[a-z](?:\[(?:\[[^\]]*\]|[^\[\]])*\]|[^\[\]])*\]/i,boolean:/\$(?:false|true)\b/i,variable:/\$\w+\b/,function:[/\b(?:Add|Approve|Assert|Backup|Block|Checkpoint|Clear|Close|Compare|Complete|Compress|Confirm|Connect|Convert|ConvertFrom|ConvertTo|Copy|Debug|Deny|Disable|Disconnect|Dismount|Edit|Enable|Enter|Exit|Expand|Export|Find|ForEach|Format|Get|Grant|Group|Hide|Import|Initialize|Install|Invoke|Join|Limit|Lock|Measure|Merge|Move|New|Open|Optimize|Out|Ping|Pop|Protect|Publish|Push|Read|Receive|Redo|Register|Remove|Rename|Repair|Request|Reset|Resize|Resolve|Restart|Restore|Resume|Revoke|Save|Search|Select|Send|Set|Show|Skip|Sort|Split|Start|Step|Stop|Submit|Suspend|Switch|Sync|Tee|Test|Trace|Unblock|Undo|Uninstall|Unlock|Unprotect|Unpublish|Unregister|Update|Use|Wait|Watch|Where|Write)-[a-z]+\b/i,/\b(?:ac|cat|chdir|clc|cli|clp|clv|compare|copy|cp|cpi|cpp|cvpa|dbp|del|diff|dir|ebp|echo|epal|epcsv|epsn|erase|fc|fl|ft|fw|gal|gbp|gc|gci|gcs|gdr|gi|gl|gm|gp|gps|group|gsv|gu|gv|gwmi|iex|ii|ipal|ipcsv|ipsn|irm|iwmi|iwr|kill|lp|ls|measure|mi|mount|move|mp|mv|nal|ndr|ni|nv|ogv|popd|ps|pushd|pwd|rbp|rd|rdr|ren|ri|rm|rmdir|rni|rnp|rp|rv|rvpa|rwmi|sal|saps|sasv|sbp|sc|select|set|shcm|si|sl|sleep|sls|sort|sp|spps|spsv|start|sv|swmi|tee|trcm|type|write)\b/i],keyword:/\b(?:Begin|Break|Catch|Class|Continue|Data|Define|Do|DynamicParam|Else|ElseIf|End|Exit|Filter|Finally|For|ForEach|From|Function|If|InlineScript|Parallel|Param|Process|Return|Sequence|Switch|Throw|Trap|Try|Until|Using|Var|While|Workflow)\b/i,operator:{pattern:/(^|\W)(?:!|-(?:b?(?:and|x?or)|as|(?:Not)?(?:Contains|In|Like|Match)|eq|ge|gt|is(?:Not)?|Join|le|lt|ne|not|Replace|sh[lr])\b|-[-=]?|\+[+=]?|[*\/%]=?)/i,lookbehind:!0},punctuation:/[|{}[\];(),.]/};i.string[0].inside={function:{pattern:/(^|[^`])\$\((?:\$\([^\r\n()]*\)|(?!\$\()[^\r\n)])*\)/,lookbehind:!0,inside:i},boolean:i.boolean,variable:i.variable}}(Prism);
/plugin/aichat/vendor/mehrab-wj/tiktoken-php/
H A Dcomposer.lock1202 "src/Framework/Assert/Functions.php"
/plugin/combo/resources/firebug/
H A Dfirebug-lite-1.4.js4525 this.Assert=domplate(Firebug.Rep,{tag:DIV(DIV({"class":"errorTitle"}),DIV({"class":"assertDescription"})),className:"assert",inspectObject:function(error,context){var sourceLink=this.getSourceLink(error);
/plugin/barcodes/
H A Dcomposer.lock735 "src/Framework/Assert/Functions.php"
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A Dbundle.js.map1Assert(condition, message) {\n if (!condition) {\n throw new Error(message);\n …
H A Deditor.worker.js1Assert(e,t){if(!e)throw new Error(t)}}class F{static Copy(e,t,n,i,r){for(let s=0;s<r;s++)n[i+s]=e[…
H A Deditor.worker.js.map1Assert(condition, message) {\n if (!condition) {\n throw new Error(message);\n …
H A Djson.worker.js.map1Assert(condition, message) {\n if (!condition) {\n throw new Error(message);\n …
H A Dbundle.js426Assert(e,t){if(!e)throw new Error(t)}}class Re{static Copy(e,t,n,i,r){for(let o=0;o<r;o++)n[i+o]=e…
/plugin/dirtylittlehelper/mermaid/editor/
H A Deditor.worker.js1Assert(e,t){if(!e)throw new Error(t)}}class F{static Copy(e,t,n,i,r){for(let s=0;s<r;s++)n[i+s]=e[…
H A Dbundle.js426Assert(e,t){if(!e)throw new Error(t)}}class Re{static Copy(e,t,n,i,r){for(let o=0;o<r;o++)n[i+o]=e…
/plugin/webcode/vendor/
H A Dfirebug-lite-1.4.js4514 this.Assert=domplate(Firebug.Rep,{tag:DIV(DIV({"class":"errorTitle"}),DIV({"class":"assertDescripti…
/plugin/codemirror/dist/modes/
H A Dyacas.min.js.map1 …obj[words[i]] = true;\n return obj;\n }\n\n var bodiedOps = words(\"Assert BackQuote D Defun …
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/
H A Dfirebug-lite-debug.js17020 this.Assert = domplate(Firebug.Rep,
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/DocBlock/
H A DSerializer.php16 use Webmozart\Assert\Assert; alias
49 Assert::integer($indent);
50 Assert::string($indentString);
51 Assert::boolean($indentFirstLine);
52 Assert::nullOrInteger($lineLength);
53Assert::nullOrIsInstanceOf($tagFormatter, 'phpDocumentor\Reflection\DocBlock\Tags\Formatter');
H A DStandardTagFactory.php19 use Webmozart\Assert\Assert; alias
146 Assert::stringNotEmpty($tagName);
147 Assert::stringNotEmpty($handler);
148 Assert::classExists($handler);
149 Assert::implementsInterface($handler, StaticMethod::class);
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/DocBlock/Tags/
H A DCovers.php20 use Webmozart\Assert\Assert; alias
53 Assert::string($body);
54 Assert::notEmpty($body);
H A DDeprecated.php18 use Webmozart\Assert\Assert; alias
48 Assert::nullOrStringNotEmpty($version);
59 Assert::nullOrString($body);
H A DExample.php17 use Webmozart\Assert\Assert; alias
47 Assert::notEmpty($filePath);
48 Assert::integer($startingLine);
49 Assert::greaterThanEq($startingLine, 0);
H A DLink.php18 use Webmozart\Assert\Assert; alias
38 Assert::string($link);
49 Assert::string($body);
50 Assert::notNull($descriptionFactory);
H A DPropertyRead.php20 use Webmozart\Assert\Assert; alias
43 Assert::string($variableName);
59 Assert::stringNotEmpty($body);
60 Assert::allNotNull([$typeResolver, $descriptionFactory]);
H A DPropertyWrite.php20 use Webmozart\Assert\Assert; alias
43 Assert::string($variableName);
59 Assert::stringNotEmpty($body);
60 Assert::allNotNull([$typeResolver, $descriptionFactory]);
H A DUses.php20 use Webmozart\Assert\Assert; alias
53 Assert::string($body);
54 Assert::allNotNull([$resolver, $descriptionFactory]);
H A DVar_.php20 use Webmozart\Assert\Assert; alias
43 Assert::string($variableName);
59 Assert::stringNotEmpty($body);
60 Assert::allNotNull([$typeResolver, $descriptionFactory]);
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/EventDispatcher/
H A DEventDispatcherTest.php16 use PHPUnit\Framework\Assert; alias
243 Assert::assertSame($this->expected, $this->actual, $message);

12