Home
last modified time | relevance | path

Searched refs:case (Results 1 – 25 of 1004) sorted by relevance

12345678910>>...41

/plugin/switchpanel/
DREADME.md22 7:case=none
65 6:case=none
100 1,rj45:case=rj45
101 2,of:case=of
102 3,2of:case=2of
103 4,gbic:case=gbic
104 5,none:case=none
105 6,serial:case=serial
106 7,close:case=close
121 2,of,of:case=of
[all …]
/plugin/xlsx2dw/packages/xlsx/
Dxlsx.mjs551 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 …]
/plugin/svg/
Dsyntax.php.save56 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 …]
/plugin/linkfix/_test/data/pages/linkfix/
Dlinkfix.txt3 [[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]]
/plugin/codemirror/dist/modes/
Dspreadsheet.min.js.map1case \"string\":\n while (state.stack[0] === \"string\" && !stream.eol()) {\n …
Debnf.min.js.map1case stateType._string:\n while (state.stack[0] === stateType._string && !stream.eol()) {…
Derlang.min.js.map1case\",\"cond\",\"end\",\"fun\",\"if\",\n \"let\",\"of\",\"query\",\"receive\",\"try\",\"when\"…
Drst.min.js.map1case 0:\n change(state, to_normal, context(rx_role_pre, 1));\n stream.match(/^:/);\n…
/plugin/grensladawritezor/fckeditor/editor/filemanager/browser/default/connectors/lasso/
Dconnector.lasso79 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 …]
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/lasso/
Dconnector.lasso79 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 …]
/plugin/farm/install/
Dfarmstructurecreator.php.bak60 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 …]
/plugin/barcode/api/kawa/
Dbarcode.inc21 case 'S' :
24 case 'M' :
27 case 'L' :
30 case 'XL' :
/plugin/barcode/api/inigma/
Dbarcode.inc31 case 'S' :
34 case 'M' :
37 case 'L' :
40 case 'XL' :
/plugin/barcode/api/google/
Dbarcode.inc23 case 'S' :
26 case 'M' :
29 case 'L' :
32 case 'XL' :
/plugin/barcode/api/qrserver/
Dbarcode.inc21 case 'S' :
24 case 'M' :
27 case 'L' :
30 case 'XL' :
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudNaturalLanguage/
DPartOfSpeech.php29 public $case; variable in Google\\Service\\CloudNaturalLanguage\\PartOfSpeech
88 public function setCase($case) argument
90 $this->case = $case;
/plugin/imagecarousel/vendor/slick/
DCONTRIBUTING.markdown3 ### Test case required
8 + 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 …
/plugin/diagramsnet/lib/js/rough/
Drough.js.orig1case"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…
/plugin/dirtylittlehelper/mermaid/editor/docs/
D5.5.js.map1case 0: case 1: t = op; break;\n case 4: _.label++; return { value: op[1], done: fa…
/plugin/publistf/bib2tpl/lib/
DBibTex.php692 $case = $this->_determineCase($tmparray[$j]);
693 if (PEAR::isError($case)) {
695 } elseif ((0 == $case) || (-1 == $case)) { //Change from von to last
700 if (PEAR::isError($case)) {
708 if (-1 == $case) { //Caseless belongs to the last
720 $case = $this->_determineCase($tmparray[$j]);
721 if (PEAR::isError($case)) {
723 } elseif (0 == $case) { //Change from first to von
753 $case = $this->_determineCase($vonlastarray[$k]);
754 if (PEAR::isError($case)) {
[all …]
/plugin/publist/bib2tpl/lib/
DBibTex.php692 $case = $this->_determineCase($tmparray[$j]);
693 if (PEAR::isError($case)) {
695 } elseif ((0 == $case) || (-1 == $case)) { //Change from von to last
700 if (PEAR::isError($case)) {
708 if (-1 == $case) { //Caseless belongs to the last
720 $case = $this->_determineCase($tmparray[$j]);
721 if (PEAR::isError($case)) {
723 } elseif (0 == $case) { //Change from first to von
753 $case = $this->_determineCase($vonlastarray[$k]);
754 if (PEAR::isError($case)) {
[all …]
/plugin/publistx/bib2tpl/lib/
DBibTex.php692 $case = $this->_determineCase($tmparray[$j]);
693 if (PEAR::isError($case)) {
695 } elseif ((0 == $case) || (-1 == $case)) { //Change from von to last
700 if (PEAR::isError($case)) {
708 if (-1 == $case) { //Caseless belongs to the last
720 $case = $this->_determineCase($tmparray[$j]);
721 if (PEAR::isError($case)) {
723 } elseif (0 == $case) { //Change from first to von
753 $case = $this->_determineCase($vonlastarray[$k]);
754 if (PEAR::isError($case)) {
[all …]
/plugin/imagereference/syntax/
Dimgcaption.php129 list($case, $data) = $indata;
134 switch($case) {
164 switch($case) {
195 switch($case) {
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/GitHub/
D873-php7.phpt2 GH-873: PHPUnit suppresses exceptions thrown outside of test case function
20 Fatal error: Uncaught Exception: PHPUnit suppresses exceptions thrown outside of test case function…
D873-php5.phpt2 GH-873: PHPUnit suppresses exceptions thrown outside of test case function
20 …ception' with message 'PHPUnit suppresses exceptions thrown outside of test case function' in %s:%i

12345678910>>...41