/plugin/statdisplay/helper/ |
H A D | table.php | 152 $this->head($title, 11); 156 $this->head($this->getLang($by)); 233 $this->head(''); 234 $this->head($this->getLang('avg')); 235 $this->head($this->getLang('max')); 303 $this->head($this->getLang('hits')); 304 $this->head($this->getLang('files')); 307 $this->head($this->getLang('hits')); 373 $this->head($title, 4); 377 $this->head('#'); [all …]
|
/plugin/html2pdf/html2pdf/html2ps/ |
H A D | font.class.php | 79 $head = $font->getTable('head'); 95 … $widths[$code] = floor($hmtx->_hMetrics[$glyphIndex]['advanceWidth']*1000/$head->_unitsPerEm); 108 $this->ascender = floor($hhea->_ascender*1000/$head->_unitsPerEm); 109 $this->descender = floor($hhea->_descender*1000/$head->_unitsPerEm); 110 $this->bbox = array($head->_xMin*1000/$head->_unitsPerEm, 111 $head->_yMin*1000/$head->_unitsPerEm, 112 $head->_xMax*1000/$head->_unitsPerEm, 113 $head->_yMax*1000/$head->_unitsPerEm); 114 $this->underline_position = floor($post->_underlinePosition*1000/$head->_unitsPerEm); 115 $this->underline_thickness = floor($post->_underlineThickness*1000/$head->_unitsPerEm);
|
H A D | pdf.fpdf.makefont.php | 17 $head =& $font->getTable('head'); 48 $widths[] = floor($hmtx->_hMetrics[$realIndex]['advanceWidth']*1000/$head->_unitsPerEm); 83 $font_info['Ascender'] = floor($hhea->_ascender*1000/$head->_unitsPerEm); 84 $font_info['Descender'] = floor($hhea->_descender*1000/$head->_unitsPerEm); 85 $font_info['UnderlineThickness'] = floor($post->_underlineThickness*1000/$head->_unitsPerEm); 86 $font_info['UnderlinePosition'] = floor($post->_underlinePosition*1000/$head->_unitsPerEm); 87 $font_info['FontBBox'] = array($head->_xMin*1000/$head->_unitsPerEm, 88 $head->_yMin*1000/$head->_unitsPerEm, 89 $head->_xMax*1000/$head->_unitsPerEm, 90 $head->_yMax*1000/$head->_unitsPerEm);
|
/plugin/findologicxmlexport/vendor/hoa/consistency/ |
H A D | Xcallable.php | 183 $head = null; 186 $head = &$arguments[0]; 191 if (null !== $head && 194 if ($head instanceof Event\Bucket) { 195 $head = $head->getData(); 198 switch ($type = gettype($head)) { 200 if (1 === strlen($head)) { 222 $head = $head . "\n";
|
/plugin/fckg/fckeditor/editor/js/ |
H A D | fckadobeair.js | 34 var head ; 38 head = heads[0] ; 41 head = doc.createElement( 'head' ) ; 42 doc.documentElement.insertBefore( head, doc.documentElement.firstChild ) ; 45 return head ; 96 var head = getDocumentHead( doc ) ; 99 head.appendChild( doc.createElement('base') ).href = baseLocation ; 122 var head = getDocumentHead( doc ) ; 124 head.appendChild( doc.createElement('base') ).href = window.document.location ;
|
/plugin/podcast/ |
H A D | helper.php | 58 $head = "GET ".@$url_info['path']."?".@$url_info['query']." HTTP/1.0\r\n"; 60 $head .= "Host: ".@$url_info['host'].":".$url_info['port']."\r\n"; } 62 $head .= "Host: ".@$url_info['host']."\r\n"; } 63 $head .= "Connection: Close\r\n"; 64 $head .= "Accept: */*\r\n"; 65 $head .= $refererline; 66 $head .= $authline; 67 $head .= "\r\n"; 68 fputs($fp, $head);
|
/plugin/findologicxmlexport/vendor/hoa/protocol/Node/ |
H A D | Library.php | 63 $head = $queue; 66 $head = substr($head, 0, $pos); 75 $out[] = "\r" . $part . strtolower($head) . $queue; 87 $head = substr($part, 0, $pos); 89 $out[] = $head . strtolower($tail);
|
/plugin/mdpage/vendor/cebe/markdown/block/ |
H A D | TableTrait.php | 102 $head = ''; 114 $head .= "<tr>$tds</tr>\n"; 120 return $this->composeTable($head, $body); 133 * @param string $head table head HTML. 138 protected function composeTable($head, $body) argument 140 return "<table>\n<thead>\n$head</thead>\n<tbody>\n$body</tbody>\n</table>\n";
|
/plugin/combo/resources/snippet/js/ |
H A D | combo-loader.js | 12 let head = document.querySelector("head"); 13 head.appendChild(script); 22 let head = document.querySelector("head"); 23 head.appendChild(link);
|
/plugin/codemirror/dist/keymaps/ |
H A D | sublime.min.js | 1 …head,b);else return b<0?c.from():c.to()})}b.goSubwordLeft=function(a){e(a,-1)};b.goSubwordRight=fu… property in AnonymousFunctioneaef1bfc0100.h.i
|
/plugin/metaheaders/ |
H A D | action.php | 55 $head =& $event->data; 65 foreach( $head as $outerType => $list ) { 81 $headerVal = trim($head[$outerType][$i][$type] ?? ''); 84 $headerVal = trim($head[$outerType][$i][$type] ?? ''); 94 unset($head[$outerType][$i]); 136 if (!$skip) $head[$type][] = $header;
|
/plugin/miniblog/helper/ |
H A D | entry.php | 45 $head = false; 49 if ($head === false) { 50 $head = $ins[$i][1][0]; 71 return array($head, $html);
|
/plugin/combo/resources/theme/default/pages/templates/ |
H A D | index.hbs | 3 <head> 5 {{> head-partial }} 6 {{> page-side-md-collapsable-head }} 7 </head>
|
H A D | app-login.hbs | 3 <head> 5 {{> head-partial }} 6 </head>
|
H A D | blank.hbs | 3 <head> 5 {{> head-partial }} 6 </head>
|
H A D | app-register.hbs | 3 <head> 5 {{> head-partial }} 6 </head>
|
H A D | app-resendpwd.hbs | 3 <head> 5 {{> head-partial }} 6 </head>
|
H A D | app-index.hbs | 3 <head> 5 {{> head-partial }} 6 </head>
|
H A D | app-profile.hbs | 3 <head> 5 {{> head-partial }} 6 </head>
|
H A D | minimal.hbs | 3 <head> 5 {{> head-partial }} 6 </head>
|
H A D | landing.hbs | 3 <head> 5 {{> head-partial }} 6 </head>
|
/plugin/popupviewer/ |
H A D | action.php | 56 $head = array( 75 trigger_event('POPUPVIEWER_DOKUWIKI_STARTED',$head,null,true); 92 $head['popupscript'][] = array( 'type'=>'text/popupscript', '_data'=> $script ); 111 if ( !empty($head['popupscript']) ) { 112 trigger_event('TPL_METAHEADER_OUTPUT',$head,'_tpl_metaheaders_action',true);
|
/plugin/commonmark/vendor/league/commonmark/src/Extension/Table/ |
H A D | Table.php | 27 private $head; global() variable in League\\CommonMark\\Extension\\Table\\Table
|
/plugin/miniblog/syntax/ |
H A D | entry.php | 73 … list($head, $content) = plugin_load('helper', 'miniblog_entry')->entry_content($entry['id']); 75 $renderer->doc .= '<h1><a href="'.wl($entry['id']).'">'.$head.'</a></h1>'; 96 … list($head, $content) = plugin_load('helper', 'miniblog_entry')->entry_content($entry['id']); 100 $renderer->doc .= '<h1><a href="'.wl($entry['id']).'">'.$head.'</a></h1>';
|
/plugin/datatables/assets/datatables.net-dt/css/ |
H A D | jquery.dataTables.min.css |
|