Home
last modified time | relevance | path

Searched refs:header_count (Results 1 – 3 of 3) sorted by relevance

/plugin/authgoogle/google/io/
H A DGoogle_HttpStreamIO.php144 $header_count = count($response_headers);
146 for ($i = 0; $i < $header_count; $i++) {
157 $header_count = count($response_headers);
160 for ($i = 0; $i < $header_count; $i++) {
/plugin/dw2pdf/
H A Drenderer.php18 private static $header_count = [];
49 self::$header_count[1] = $this->actioninstance->getCurrentBookChapter();
99 self::$header_count[$i] = 0;
103 self::$header_count[$level]++;
107 $header_prefix .= self::$header_count[$i] . ".";
21 private static $header_count = []; global() variable in renderer_plugin_dw2pdf
/plugin/composer/
H A Dsyntax.php163 $header_count = array( 1=>0,
170 $data['header_count'] = &$header_count;