Home
last modified time | relevance | path

Searched refs:header (Results 726 – 750 of 1105) sorted by relevance

1...<<21222324252627282930>>...45

/plugin/farm/
H A Dinstall.class.php123 header('Location: '.$this->webroot.'farmstructurecreator.php');
/plugin/tokenbucketauth/
H A Daction.php246 header("HTTP/1.0 403 Forbidden");
/plugin/admnote/
H A DREADME.md7 …Docs Admonition notes are supported. Notes are not collapsible and you cannot omit the header line.
/plugin/chat/
H A Dajax.php26 header('Content-Type: text/html; charset=UTF-8');
/plugin/ckgedit/ckeditor/plugins/tabletools/dialogs/
H A DtableCell.js1 …t",id:"cellType",label:e.cellType,"default":"td",items:[[e.data,"td"],[e.header,"th"]],setup:i(fun…
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dnamespaces.asciidoc9 [width="40%",options="header",frame="topbot"]
/plugin/hidden/
H A Dsyntax.php208 $renderer->header($title, $level, 0);
/plugin/dw2pdf/
H A Drenderer.php67 * Simplified header printing with PDF bookmarks
73 public function header($text, $level, $pos, $returnonly = false)
125 // print header
71 public function header($text, $level, $pos, $returnonly = false) { global() function in renderer_plugin_dw2pdf
/plugin/sequencediagram/bower_components/js-sequence-diagrams/fonts/daniel/specimen_files/
H A Dspecimen_stylesheet.css58 #header {
65 #header span {
/plugin/quickstats/lang/en/
H A Dquery.txt38 …s, there are two results for **accesses**. The one which appears in the header at the top of the …
62 … on your wiki. When you request data about a page or group of pages, the header for each page will…
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.audio.mp3.php1433 $header = $this->fread($sync_seek_buffer_size);
1434 $sync_seek_buffer_size = strlen($header);
1469 if (($SynchSeekOffset + 1) >= strlen($header)) {
1474 …if (($header[$SynchSeekOffset] == "\xFF") && ($header[($SynchSeekOffset + 1)] > "\xE0")) { // sync…
H A Dmodule.tag.id3v2.php62 $header = $this->fread(10);
63 if (substr($header, 0, 3) == 'ID3' && strlen($header) == 10) {
65 $thisfile_id3v2['majorversion'] = ord($header[3]);
66 $thisfile_id3v2['minorversion'] = ord($header[4]);
85 $id3_flags = ord($header[5]);
109 …$thisfile_id3v2['headerlength'] = getid3_lib::BigEndian2Int(substr($header, 6, 4), 1) + 10; // len…
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
H A Daac.js58 var header = ADTSDemuxer.readHeader(this.bitstream);
62 sampleRate: tables.SAMPLE_RATES[header.samplingIndex],
63 channelsPerFrame: header.chanConfig,
69 cookie[0] = (header.profile << 3) | ((header.samplingIndex >> 1) & 7);
70 cookie[1] = ((header.samplingIndex & 1) << 7) | (header.chanConfig << 3);
/plugin/mikioplugin/assets/
H A Dstyles.less461 background-color: var(--mikiop-header-background-color);
811 .mikiop-card-header {
814 background-color: var(--mikiop-header-background-color);
859 .mikiop-card-header,
886 .mikiop-card-header,
1604 background-color: var(--mikiop-header-background-color);
1717 background-color: var(--mikiop-header-background-color);
/plugin/repo/
H A Dsyntax.php76 $renderer->header($title.$path, 5, $data[2]);
/plugin/bookcreator/action/
H A Dhandleselection.php80 header('Content-Type: application/json');
/plugin/combo/resources/theme/default/pages/templates/
H A Dapp-diff.css20 /* table header */
/plugin/struct/renderer/
H A Dcsv.php188 public function header($text, $level, $pos) function in renderer_plugin_struct_csv
/plugin/struct/action/
H A Dinline.php70 header('Content-Type: text/plain; charset=utf-8');
/plugin/autotweet/
H A DOAuth.php744 public static function split_header($header, $only_allow_oauth_parameters = true) { argument
748 while (preg_match($pattern, $header, $matches, PREG_OFFSET_CAPTURE, $offset) > 0) {
/plugin/epub/scripts/
H A Depub_utils.php243 $header=<<<HEADER
254 fwrite($handle,$header);
/plugin/jdraw/lib/
H A Dhttpclient-4.0.1.jar ... .List parse (org.apache.http.Header, org.apache.http.cookie.CookieOrigin ...
/plugin/jcapture/lib/
H A Dhttpclient-4.0.1.jar ... .List parse (org.apache.http.Header, org.apache.http.cookie.CookieOrigin ...
/plugin/jplayer/vendor/james-heinrich/getid3/demos/
H A Ddemo.mp3header.php2357 $header = '';
2375 $header_len = strlen($header) - round(32768 / 2);
2394 } elseif ($header .= fread($fd, 32768)) {
2397 $header_len = strlen($header) - round(32768 / 2);
2416 if (($SynchSeekOffset + 1) >= strlen($header)) {
2421 …if (($header[$SynchSeekOffset] == CONST_FF) && ($header[($SynchSeekOffset + 1)] > CONST_E0)) { // …
/plugin/timetrack/
H A Dstyle.css142 .ui-pnotify-history-container .ui-pnotify-history-header {

1...<<21222324252627282930>>...45