Home
last modified time | relevance | path

Searched refs:dword (Results 1 – 2 of 2) sorted by relevance

/plugin/photogallery/phpThumb/
H A Dphpthumb.gif.php939 $out .= $this->dword(14 + 40 + ($nColors << 2) + strlen($bmp));
942 $out .= $this->dword(14 + 40 + ($nColors << 2));
945 $out .= $this->dword(40);
946 $out .= $this->dword($this->m_gfh->m_nWidth);
947 $out .= $this->dword($this->m_gfh->m_nHeight);
954 $out .= $this->dword($nColors % 256);
1134 public function dword($val) function in CGIF
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D62.62.js.map1 … 'string',\n 'bool',\n 'byte',\n 'word',\n 'dword',\n 'array'…