Searched refs:case (Results 1 – 25 of 1004) sorted by relevance
12345678910>>...41
22 7:case=none65 6:case=none100 1,rj45:case=rj45101 2,of:case=of102 3,2of:case=2of103 4,gbic:case=gbic104 5,none:case=none105 6,serial:case=serial106 7,close:case=close121 2,of,of:case=of[all …]
551 case 'string': return v;552 case 'boolean': return v ? "TRUE" : "FALSE";553 case 'number': return (v|0) === v ? v.toString(10) : SSF_general_num(v);554 case 'undefined': return "";555 case 'object':573 case 98: /* 'b' buddhist year */576 case 121: /* 'y' year */578 case 1: case 2: out = y % 100; outl = 2; break;581 case 109: /* 'm' month */583 case 1: case 2: out = val.m; outl = fmt.length; break;[all …]
56 case DOKU_LEXER_ENTER : 58 case DOKU_LEXER_MATCHED :60 case DOKU_LEXER_UNMATCHED :62 case DOKU_LEXER_EXIT :64 case DOKU_LEXER_SPECIAL :76 case DOKU_LEXER_ENTER :79 case DOKU_LEXER_EXIT :120 case 'imagick':135 case 'magickwand':152 case 'embed':[all …]
3 [[linkfix|case 1]]5 [[http://www.google.com|case 2]]7 {{ something:logo.png |case 3}}9 {{ http://www.google.com/logo.png |case 4}}11 [[\\server\share|case 5]]
1 …case \"string\":\n while (state.stack[0] === \"string\" && !stream.eol()) {\n …
1 …case stateType._string:\n while (state.stack[0] === stateType._string && !stream.eol()) {…
1 …case\",\"cond\",\"end\",\"fun\",\"if\",\n \"let\",\"of\",\"query\",\"receive\",\"try\",\"when\"…
1 …case 0:\n change(state, to_normal, context(rx_role_pre, 1));\n stream.match(/^:/);\n…
79 case('GetFolders');93 case('GetFoldersAndFiles');112 case('CreateFolder');121 case(0);123 case( -9983);125 case( -9976);127 case( -9977);129 case( -9961);131 case;141 case('FileUpload');[all …]
60 case '' : die('Corrupted install index');62 case '1' :68 case '1.01' :78 case '1.02' :95 case '1.03' :110 case '1.04' :119 case '1.05' :127 case '1.06' :132 case '1.07' :145 case '1.08' :[all …]
21 case 'S' :24 case 'M' :27 case 'L' :30 case 'XL' :
31 case 'S' :34 case 'M' :37 case 'L' :40 case 'XL' :
23 case 'S' :26 case 'M' :29 case 'L' :32 case 'XL' :
29 public $case; variable in Google\\Service\\CloudNaturalLanguage\\PartOfSpeech88 public function setCase($case) argument90 $this->case = $case;
3 ### Test case required8 + A test case clearly demonstrates the bug or issue.11 + A link to your production site is **not** a reduced test case.13 Providing a test case is the best way to get your issue addressed. Without a test case; your issue …
1 …case"M":a.push({key:"M",data:[...h]}),[e,s]=h,[n,o]=h;break;case"m":e+=h[0],s+=h[1],a.push({key:"M…
1 …case 0: case 1: t = op; break;\n case 4: _.label++; return { value: op[1], done: fa…
692 $case = $this->_determineCase($tmparray[$j]);693 if (PEAR::isError($case)) {695 } elseif ((0 == $case) || (-1 == $case)) { //Change from von to last700 if (PEAR::isError($case)) {708 if (-1 == $case) { //Caseless belongs to the last720 $case = $this->_determineCase($tmparray[$j]);721 if (PEAR::isError($case)) {723 } elseif (0 == $case) { //Change from first to von753 $case = $this->_determineCase($vonlastarray[$k]);754 if (PEAR::isError($case)) {[all …]
129 list($case, $data) = $indata;134 switch($case) {164 switch($case) {195 switch($case) {
2 GH-873: PHPUnit suppresses exceptions thrown outside of test case function20 Fatal error: Uncaught Exception: PHPUnit suppresses exceptions thrown outside of test case function…
2 GH-873: PHPUnit suppresses exceptions thrown outside of test case function20 …ception' with message 'PHPUnit suppresses exceptions thrown outside of test case function' in %s:%i