Home
last modified time | relevance | path

Searched +full:headers +(+path:plugin +path:sectiontoggle) -(+path:plugin +path:sectiontoggle +path:lang) (Results 1 – 7 of 7) sorted by relevance

/plugin/sectiontoggle/
H A Dscript.js43 jQuery(SectionToggle.headers).each(function(index,elem ) {
97 jQuery(this.headers).each(function (index, elem) {
109 jQuery(this.headers).each(function (index, elem) {
192 this.headers = qstr;
205 this.headers = id_string;
230 headers: "",
223 headers: "", global() property in SectionToggle
H A DMobile_Detect.php7 * It uses the User-Agent string combined with specific HTTP headers to detect the mobile environment.
89 * HTTP headers in the PHP-flavor. So HTTP_USER_AGENT and SERVER_SOFTWARE.
95 * CloudFront headers. E.g. CloudFront-Is-Desktop-Viewer, CloudFront-Is-Mobile-Viewer & CloudFront-Is-Tablet-Viewer.
125 * HTTP headers that trigger the 'isMobile' detection
577 * All possible HTTP headers that represent the
621 // @reference: https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/User-Agent/Firefox
675 * @param array $headers Specify the headers as injection. Should be PHP _SERVER flavored.
678 * from the $headers array instead.
681 array $headers argument
[all...]
H A DREADME.md4 Dokuwiki plugin to toggle (hide and show) sections by clicking on section headers.
H A Daction.php66 $headers = $this->getConf('headers');
67 $JSINFO['se_headers'] = $headers[1];
H A Dplugin.info.txt6 desc Toggles sections for display and hide by clicking headers
/plugin/sectiontoggle/conf/
H A Ddefault.php5 $conf['headers'] ='h4';
H A Dmetadata.php5 $meta['headers'] = array('multichoice','_choices' => array('h1','h2','h3','h4','h5','h6'));