| /plugin/bpmnio/vendor/bpmn-js/dist/assets/bpmn-font/font/ |
| H A D | bpmn.svg | 9 …0-30l624 0c19 0 19 25 0 30l-168 55 0 10c0 62-7 48-71 52l-71 0z m-215-204c-14 0-25-12-24-26l50-555c… 11 …0-19-4-26-11l-415-415c-14-14-14-38 0-52l415-415c14-14 38-14 52 0l415 415c14 14 14 38 0 52l-415 415… 15 …0 0 312-410 0z m91-49l228 0c-38-30-76-60-114-90-38 30-76 60-114 90z m270-28l0-186-312 0 0 186c52-4… 17 …0 48 0 95 0 143 67-48 135-95 202-143 0 99 0 197 0 296-67-48-135-95-202-143 0 48 0 95 0 143z m-24-4… 19 …0 0-140 125 0 0-125 140 0 0 125 125 0 0 140-125 0 0 125z m23-23l94 0 0-125 125 0 0-94-125 0 0-125-… 23 …code="" d="M250 650l0-600 100 0 0 600-100 0z m200 0l0-600 100 0 0 600-100 0z m200 0l0-600 … 25 …0 256 0 384 0-64 115-128 230-192 345z m0-51c50-90 100-180 151-270-101 0-201 0-302 0 51 90 101 180 … 27 …0 59 0 89 0 0 8 0 17 0 25-30 0-60 0-89 0 18 34 37 68 56 102-7 4-14 8-22 12z m-55 233l-4 0 0 0-1 0-… 29 …0-104 0-156-53 0-106 0-159 0 0-41 0-83 0-124 53 0 106 0 159 0 0-52 0-104 0-156 41 0 81 0 122 0 0 5… 31 …0 48 0 95 0 143 67-48 135-95 202-143 0 99 0 197 0 296-67-48-135-95-202-143 0 48 0 95 0 143z m-24-4… [all …]
|
| /plugin/barcodes/vendor/jucksearm/php-barcode/lib/ |
| D | PDF417.php | 77 const QUIETH = 0; 82 const QUIETV = 0; 103 * Array of text Compaction Sub-Modes (values 0xFB - 0xFF are used for submode changers). 107 …ay(0x41,0x42,0x43,0x44,0x45,0x46,0x47,0x48,0x49,0x4a,0x4b,0x4c,0x4d,0x4e,0x4f,0x50,0x51,0x52,0x53,… 108 …ay(0x61,0x62,0x63,0x64,0x65,0x66,0x67,0x68,0x69,0x6a,0x6b,0x6c,0x6d,0x6e,0x6f,0x70,0x71,0x72,0x73,… 109 …ay(0x30,0x31,0x32,0x33,0x34,0x35,0x36,0x37,0x38,0x39,0x26,0x0d,0x09,0x2c,0x3a,0x23,0x2d,0x2e,0x24,… 110 …ay(0x3b,0x3c,0x3e,0x40,0x5b,0x5c,0x5d,0x5f,0x60,0x7e,0x21,0x0d,0x09,0x2c,0x3a,0x0a,0x2d,0x2e,0x24,… 125 * Clusters of codewords (0, 3, 6)<br/> 126 * Values are hex equivalents of binary representation of bars (1 = bar, 0 = space).<br/> 146 array( // cluster 0 ----------------------------------------------------------------------- [all …]
|
| /plugin/bibtex/OSBib/ |
| D | UTF8.php | 49 // 1 7 0bbbbbbb 60 for ($nn = 0; $nn < $ns; $nn++) { 64 //1 7 0bbbbbbb (127) 135 preg_match_all("/&#([0-9]*?);/", $str, $unicode); 136 foreach( $unicode[0] as $key => $value) { 156 for ($i = 0; $i < strlen( $str ); $i++ ) { 160 if ( count( $values ) == 0 ) $lookingFor = ( $thisValue < 224 ) ? 2 : 3; 164 ( ( $values[0] % 16 ) * 4096 ) + ( ( $values[1] % 64 ) * 64 ) + ( $values[2] % 64 ): 165 ( ( $values[0] % 32 ) * 64 ) + ( $values[1] % 64 ); 221 for ($i=0; $i < $cnt; $i++){ [all …]
|
| /plugin/html2pdf/html2pdf/html2ps/ |
| D | encoding.glyphs.inc.php | 3 0x0001 => 'controlSTX', 4 0x0002 => 'controlSOT', 5 0x0003 => 'controlETX', 6 0x0004 => 'controlEOT', 7 0x0005 => 'controlENQ', 8 0x0006 => 'controlACK', 9 0x0007 => 'controlBEL', 10 0x0008 => 'controlBS', 11 0x0009 => 'controlHT', 12 0x000A => 'controlLF', [all …]
|
| /plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/ |
| D | DES.php | 27 * for ($i = 0; $i < $size; $i++) { 64 const ENCRYPT = 0; 307 0x00, 0x10, 0x01, 0x11, 0x20, 0x30, 0x21, 0x31, 308 0x02, 0x12, 0x03, 0x13, 0x22, 0x32, 0x23, 0x33, 309 0x40, 0x50, 0x41, 0x51, 0x60, 0x70, 0x61, 0x71, 310 0x42, 0x52, 0x43, 0x53, 0x62, 0x72, 0x63, 0x73, 311 0x04, 0x14, 0x05, 0x15, 0x24, 0x34, 0x25, 0x35, 312 0x06, 0x16, 0x07, 0x17, 0x26, 0x36, 0x27, 0x37, 313 0x44, 0x54, 0x45, 0x55, 0x64, 0x74, 0x65, 0x75, 314 0x46, 0x56, 0x47, 0x57, 0x66, 0x76, 0x67, 0x77, [all …]
|
| D | Blowfish.php | 82 * S-Box 0 88 … 0xd1310ba6, 0x98dfb5ac, 0x2ffd72db, 0xd01adfb7, 0xb8e1afed, 0x6a267e96, 0xba7c9045, 0xf12c7f99, 89 … 0x24a19947, 0xb3916cf7, 0x0801f2e2, 0x858efc16, 0x636920d8, 0x71574e69, 0xa458fea3, 0xf4933d7e, 90 … 0x0d95748f, 0x728eb658, 0x718bcd58, 0x82154aee, 0x7b54a41d, 0xc25a59b5, 0x9c30d539, 0x2af26013, 91 … 0xc5d1b023, 0x286085f0, 0xca417918, 0xb8db38ef, 0x8e79dcb0, 0x603a180e, 0x6c9e0e8b, 0xb01e8a3e, 92 … 0xd71577c1, 0xbd314b27, 0x78af2fda, 0x55605c60, 0xe65525f3, 0xaa55ab94, 0x57489862, 0x63e81440, 93 … 0x55ca396a, 0x2aab10b6, 0xb4cc5c34, 0x1141e8ce, 0xa15486af, 0x7c72e993, 0xb3ee1411, 0x636fbc2a, 94 … 0x2ba9c55d, 0x741831f6, 0xce5c3e16, 0x9b87931e, 0xafd6ba33, 0x6c24cf5c, 0x7a325381, 0x28958677, 95 … 0x3b8f4898, 0x6b4bb9af, 0xc4bfe81b, 0x66282193, 0x61d809cc, 0xfb21a991, 0x487cac60, 0x5dec8032, 96 … 0xef845d5d, 0xe98575b1, 0xdc262302, 0xeb651b88, 0x23893e81, 0xd396acc5, 0x0f6d6ff3, 0x83f44239, [all …]
|
| D | Twofish.php | 78 0xA9, 0x67, 0xB3, 0xE8, 0x04, 0xFD, 0xA3, 0x76, 79 0x9A, 0x92, 0x80, 0x78, 0xE4, 0xDD, 0xD1, 0x38, 80 0x0D, 0xC6, 0x35, 0x98, 0x18, 0xF7, 0xEC, 0x6C, 81 0x43, 0x75, 0x37, 0x26, 0xFA, 0x13, 0x94, 0x48, 82 0xF2, 0xD0, 0x8B, 0x30, 0x84, 0x54, 0xDF, 0x23, 83 0x19, 0x5B, 0x3D, 0x59, 0xF3, 0xAE, 0xA2, 0x82, 84 0x63, 0x01, 0x83, 0x2E, 0xD9, 0x51, 0x9B, 0x7C, 85 0xA6, 0xEB, 0xA5, 0xBE, 0x16, 0x0C, 0xE3, 0x61, 86 0xC0, 0x8C, 0x3A, 0xF5, 0x73, 0x2C, 0x25, 0x0B, 87 0xBB, 0x4E, 0x89, 0x6B, 0x53, 0x6A, 0xB4, 0xF1, [all …]
|
| D | RC2.php | 160 0xD9, 0x78, 0xF9, 0xC4, 0x19, 0xDD, 0xB5, 0xED, 161 0x28, 0xE9, 0xFD, 0x79, 0x4A, 0xA0, 0xD8, 0x9D, 162 0xC6, 0x7E, 0x37, 0x83, 0x2B, 0x76, 0x53, 0x8E, 163 0x62, 0x4C, 0x64, 0x88, 0x44, 0x8B, 0xFB, 0xA2, 164 0x17, 0x9A, 0x59, 0xF5, 0x87, 0xB3, 0x4F, 0x13, 165 0x61, 0x45, 0x6D, 0x8D, 0x09, 0x81, 0x7D, 0x32, 166 0xBD, 0x8F, 0x40, 0xEB, 0x86, 0xB7, 0x7B, 0x0B, 167 0xF0, 0x95, 0x21, 0x22, 0x5C, 0x6B, 0x4E, 0x82, 168 0x54, 0xD6, 0x65, 0x93, 0xCE, 0x60, 0xB2, 0x1C, 169 0x73, 0x56, 0xC0, 0x14, 0xA7, 0x8C, 0xF1, 0xDC, [all …]
|
| /plugin/diagramsnet/lib/img/lib/cumulus/ |
| D | netq_chassis.svg | 1 …0 0 53 36"><rect x="3" y="1" width="47" height="7" rx="1" fill="#fff"/><path d="M49,2V7H4V2H49m0-2…
|
| D | chassis_bare_metal_empty.svg | 1 …0 0 53 36"><rect x="3" y="1" width="47" height="7" rx="1" fill="#fff"/><path d="M49,2V7H4V2H49m0-2…
|
| D | chassis_cumulus_linux.svg | 1 …0 0 53 36"><defs><linearGradient id="A" x1="34.21" y1="17.85" x2="18.79" y2="-8.85" gradientUnits=…
|
| /plugin/html2pdf/html2pdf/html2ps/cache/ |
| D | Times-Bold-iso-8859-1.php | 4 …Height'=>891,'Flags'=>32,'FontBBox'=>'[-556 -307 2000 1026]','ItalicAngle'=>0,'StemV'=>120,'Missin… 8 …chr(0)=>778,chr(1)=>778,chr(2)=>778,chr(3)=>778,chr(4)=>778,chr(5)=>778,chr(6)=>778,chr(7)=>778,ch… 10 …','=>250,'-'=>333,'.'=>250,'/'=>278,'0'=>500,'1'=>500,'2'=>500,'3'=>500,'4'=>500,'5'=>500,'6'=>500… 23 0x00 => 0x0000, 24 0x01 => 0x0001, 25 0x02 => 0x0002, 26 0x03 => 0x0003, 27 0x04 => 0x0004, 28 0x05 => 0x0005, 29 0x06 => 0x0006, [all …]
|
| D | Helvetica-iso-8859-1.php | 4 …Height'=>905,'Flags'=>32,'FontBBox'=>'[-664 -325 2000 1006]','ItalicAngle'=>0,'StemV'=>70,'Missing… 8 …chr(0)=>750,chr(1)=>750,chr(2)=>750,chr(3)=>750,chr(4)=>750,chr(5)=>750,chr(6)=>750,chr(7)=>750,ch… 10 …','=>278,'-'=>333,'.'=>278,'/'=>278,'0'=>556,'1'=>556,'2'=>556,'3'=>556,'4'=>556,'5'=>556,'6'=>556… 23 0x00 => 0x0000, 24 0x01 => 0x0001, 25 0x02 => 0x0002, 26 0x03 => 0x0003, 27 0x04 => 0x0004, 28 0x05 => 0x0005, 29 0x06 => 0x0006, [all …]
|
| D | Times-Roman-iso-8859-1.php | 4 …Height'=>891,'Flags'=>32,'FontBBox'=>'[-568 -307 2000 1007]','ItalicAngle'=>0,'StemV'=>70,'Missing… 8 …chr(0)=>778,chr(1)=>778,chr(2)=>778,chr(3)=>778,chr(4)=>778,chr(5)=>778,chr(6)=>778,chr(7)=>778,ch… 10 …','=>250,'-'=>333,'.'=>250,'/'=>278,'0'=>500,'1'=>500,'2'=>500,'3'=>500,'4'=>500,'5'=>500,'6'=>500… 23 0x00 => 0x0000, 24 0x01 => 0x0001, 25 0x02 => 0x0002, 26 0x03 => 0x0003, 27 0x04 => 0x0004, 28 0x05 => 0x0005, 29 0x06 => 0x0006, [all …]
|
| D | Helvetica-Bold-iso-8859-1.php | 4 …Height'=>905,'Flags'=>32,'FontBBox'=>'[-627 -376 2000 1010]','ItalicAngle'=>0,'StemV'=>120,'Missin… 8 …chr(0)=>750,chr(1)=>750,chr(2)=>750,chr(3)=>750,chr(4)=>750,chr(5)=>750,chr(6)=>750,chr(7)=>750,ch… 10 …','=>278,'-'=>333,'.'=>278,'/'=>278,'0'=>556,'1'=>556,'2'=>556,'3'=>556,'4'=>556,'5'=>556,'6'=>556… 23 0x00 => 0x0000, 24 0x01 => 0x0001, 25 0x02 => 0x0002, 26 0x03 => 0x0003, 27 0x04 => 0x0004, 28 0x05 => 0x0005, 29 0x06 => 0x0006, [all …]
|
| D | Arial Unicode MS-iso-8859-1.php | 8 …chr(0)=>1000,chr(1)=>1000,chr(2)=>1000,chr(3)=>1000,chr(4)=>1000,chr(5)=>1000,chr(6)=>1000,chr(7)=… 10 …','=>278,'-'=>333,'.'=>278,'/'=>278,'0'=>556,'1'=>556,'2'=>556,'3'=>556,'4'=>556,'5'=>556,'6'=>556… 23 0x00 => 0x0000, 24 0x01 => 0x0001, 25 0x02 => 0x0002, 26 0x03 => 0x0003, 27 0x04 => 0x0004, 28 0x05 => 0x0005, 29 0x06 => 0x0006, 30 0x07 => 0x0007, [all …]
|
| D | Helvetica-Oblique-iso-8859-1.php | 8 …chr(0)=>750,chr(1)=>750,chr(2)=>750,chr(3)=>750,chr(4)=>750,chr(5)=>750,chr(6)=>750,chr(7)=>750,ch… 10 …','=>278,'-'=>333,'.'=>278,'/'=>278,'0'=>556,'1'=>556,'2'=>556,'3'=>556,'4'=>556,'5'=>556,'6'=>556… 23 0x00 => 0x0000, 24 0x01 => 0x0001, 25 0x02 => 0x0002, 26 0x03 => 0x0003, 27 0x04 => 0x0004, 28 0x05 => 0x0005, 29 0x06 => 0x0006, 30 0x07 => 0x0007, [all …]
|
| D | Helvetica-iso-8859-7.php | 4 …Height'=>905,'Flags'=>32,'FontBBox'=>'[-664 -325 2000 1006]','ItalicAngle'=>0,'StemV'=>70,'Missing… 8 …chr(0)=>750,chr(1)=>750,chr(2)=>750,chr(3)=>750,chr(4)=>750,chr(5)=>750,chr(6)=>750,chr(7)=>750,ch… 10 …','=>278,'-'=>333,'.'=>278,'/'=>278,'0'=>556,'1'=>556,'2'=>556,'3'=>556,'4'=>556,'5'=>556,'6'=>556… 23 0x00 => 0x0000, 24 0x01 => 0x0001, 25 0x02 => 0x0002, 26 0x03 => 0x0003, 27 0x04 => 0x0004, 28 0x05 => 0x0005, 29 0x06 => 0x0006, [all …]
|
| D | Helvetica-Bold-iso-8859-7.php | 4 …Height'=>905,'Flags'=>32,'FontBBox'=>'[-627 -376 2000 1010]','ItalicAngle'=>0,'StemV'=>120,'Missin… 8 …chr(0)=>750,chr(1)=>750,chr(2)=>750,chr(3)=>750,chr(4)=>750,chr(5)=>750,chr(6)=>750,chr(7)=>750,ch… 10 …','=>278,'-'=>333,'.'=>278,'/'=>278,'0'=>556,'1'=>556,'2'=>556,'3'=>556,'4'=>556,'5'=>556,'6'=>556… 23 0x00 => 0x0000, 24 0x01 => 0x0001, 25 0x02 => 0x0002, 26 0x03 => 0x0003, 27 0x04 => 0x0004, 28 0x05 => 0x0005, 29 0x06 => 0x0006, [all …]
|
| D | Helvetica-iso-8859-13.php | 4 …Height'=>905,'Flags'=>32,'FontBBox'=>'[-664 -325 2000 1006]','ItalicAngle'=>0,'StemV'=>70,'Missing… 8 …chr(0)=>750,chr(1)=>750,chr(2)=>750,chr(3)=>750,chr(4)=>750,chr(5)=>750,chr(6)=>750,chr(7)=>750,ch… 10 …','=>278,'-'=>333,'.'=>278,'/'=>278,'0'=>556,'1'=>556,'2'=>556,'3'=>556,'4'=>556,'5'=>556,'6'=>556… 23 0x00 => 0x0000, 24 0x01 => 0x0001, 25 0x02 => 0x0002, 26 0x03 => 0x0003, 27 0x04 => 0x0004, 28 0x05 => 0x0005, 29 0x06 => 0x0006, [all …]
|
| D | Arial Unicode MS-symbol.php | 8 …chr(0)=>1000,chr(1)=>1000,chr(2)=>1000,chr(3)=>1000,chr(4)=>1000,chr(5)=>1000,chr(6)=>1000,chr(7)=… 10 …','=>278,'-'=>1000,'.'=>278,'/'=>278,'0'=>556,'1'=>556,'2'=>556,'3'=>556,'4'=>556,'5'=>556,'6'=>55… 23 0x20 => 0x00A0, 24 0x21 => 0x0021, 25 0x22 => 0x2200, 26 0x23 => 0x0023, 27 0x24 => 0x2203, 28 0x25 => 0x0025, 29 0x26 => 0x0026, 30 0x27 => 0x220B, [all …]
|
| D | Arial Unicode MS-custom1.php | 8 …chr(0)=>1000,chr(1)=>1000,chr(2)=>1000,chr(3)=>1000,chr(4)=>1000,chr(5)=>1000,chr(6)=>1000,chr(7)=… 10 …','=>1000,'-'=>1000,'.'=>1000,'/'=>1000,'0'=>1000,'1'=>1000,'2'=>1000,'3'=>1000,'4'=>1000,'5'=>100… 23 0x00 => 0x0000, 24 0x01 => 0x0000, 25 0x02 => 0x0000, 26 0x03 => 0x0000, 27 0x04 => 0x0000, 28 0x05 => 0x0000, 29 0x06 => 0x0000, 30 0x07 => 0x0000, [all …]
|
| /plugin/diagramsnet/lib/img/lib/azure2/databases/ |
| D | Azure_Database_PostgreSQL_Server.svg | 8 xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" 13 viewBox="0 0 12.82 17" 24 inkscape:pageopacity="0" 30 fit-margin-top="0" 31 fit-margin-left="0" 32 fit-margin-right="0" 33 fit-margin-bottom="0" 52 offset="0" 84 …d="M 6.41,4.64 C 2.87,4.64 0,3.64 0,2.32 v 12.36 c 0,1.27 2.82,2.3 6.32,2.32 h 0.09 c 3.54,0 6.41,… 86 inkscape:connector-curvature="0" [all …]
|
| /plugin/translation/flags/ |
| D | hr.svg | 1 …0 0 640 480"><path fill="#171796" d="M0 0h640v480H0z"/><path fill="#fff" d="M0 0h640v320H0z"/><pat…
|
| /plugin/diagramsnet/lib/img/lib/mscae/ |
| D | CloudSimple_Virtual_Machines.svg | 1 …0 0 1-1.52.85 17 17 0 0 1-2.06.83 18.6 18.6 0 0 1-2.63.64 19.34 19.34 0 0 1-3.33.26 16.37 16.37 0 …
|