Home
last modified time | relevance | path

Searched refs:headers (Results 351 – 375 of 443) sorted by relevance

1...<<1112131415161718

/plugin/remotescript/lib/JsHttpRequest/
H A Dprotocol.txt146 Available Content-type headers generated by a frontend depend on a loader
/plugin/diagramsnet/lib/js/diagramly/
H A DGitHubClient.js429 var headers = {'Authorization': 'token ' + _token}; class in GitHubClient.getFile
432 this.ui.convertFile(url, name, null, this.extension, success, error, null, headers);
/plugin/geonav/tpl/startermap/css/
H A Dbasic.css29 /*____________ headers ____________*/
/plugin/pagequery/
H A Dreadme.md18 * Split your list into groups, with headers above each one: A..Z, 2010...2009, Jan..Dec, author's name
/plugin/ckgdoku/ckeditor/lang/
H A Den.js.beautified610 headers: "Headers",
717 …rom Dokuwiki headers, click on the Get Headings button, select the header, click OK. You can go ba…
H A Den.js.unc5 …umn":"Delete Columns"},"columns":"Columns","deleteTable":"Delete Table","headers":"Headers","heade…
66 …rom Dokuwiki headers, click on the Get Headings button, select the header, click OK. You can go ba…
/plugin/ckgdoku/ckeditor/
H A Dconfig.js.unc371 …rom Dokuwiki headers, click on the Get Headings button, select the header, click OK. You can go ba…
/plugin/freechat/phpfreechat/data/public/js/
H A Dprototype.js1242 var headers = { class in AnonymousFunction15cb1ccb9000
1249 headers['Content-type'] = this.options.contentType +
1258 headers['Connection'] = 'close';
1267 headers[extras[i]] = extras[i+1];
1269 $H(extras).each(function(pair) { headers[pair.key] = pair.value });
1272 for (var name in headers)
1273 this.transport.setRequestHeader(name, headers[name]);
/plugin/issuetracker/
H A Dsyntax.php979 …$headers = "Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encodi…
980 …$this->mail_send_html($to, $subject, $body, $bodyhtml, $from, $cc, $bcc='', $headers, $params=null…
983 mail_send($to, $subject, $body, $from, $cc, $bcc='', $headers=null, $params=null);
/plugin/ckgedit/ckeditor/lang/
H A Den.4.9.js.beautified691 "headers": "Headers",
809 …rom Dokuwiki headers, click on the Get Headings button, select the header, click OK. You can go ba…
H A Den.js-4.9.merged5 …umn":"Delete Columns"},"columns":"Columns","deleteTable":"Delete Table","headers":"Headers","heade…
66 …rom Dokuwiki headers, click on the Get Headings button, select the header, click OK. You can go ba…
H A Den.js.unc5 …umn":"Delete Columns"},"columns":"Columns","deleteTable":"Delete Table","headers":"Headers","heade…
66 …rom Dokuwiki headers, click on the Get Headings button, select the header, click OK. You can go ba…
/plugin/ckgedit/lang/
H A Den.4.9.js.beautified691 "headers": "Headers",
809 …rom Dokuwiki headers, click on the Get Headings button, select the header, click OK. You can go ba…
/plugin/s5reloaded/ui/effects_support/
H A Dprototype.js1440 var headers = { class in AnonymousFunction87f8306d4600
1447 headers['Content-type'] = this.options.contentType +
1456 headers['Connection'] = 'close';
1464 headers[extras[i]] = extras[i+1];
1466 $H(extras).each(function(pair) { headers[pair.key] = pair.value });
1469 for (var name in headers)
1470 this.transport.setRequestHeader(name, headers[name]);
/plugin/ckgedit/ckeditor/
H A Dconfig.js.unc419 …rom Dokuwiki headers, click on the Get Headings button, select the header, click OK. You can go ba…
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dhttpclient-4.5.5.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
H A Dhttpcore-4.4.9.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
/plugin/webcode/vendor/
H A Dfirebug-lite-1.4.js5225 }},insertHeaderRows:function(netInfoBox,headers,tableName,rowName){if(!headers.length){return argument
5230 this.headerDataTag.insertRows({headers:headers},titleRow?titleRow:tbody);
5253 if(!headers.length){return
5254 }NetInfoBody.headerDataTag.insertRows({headers:headers},tbody);
5266 }this.insertHeaderRows(parent,headers,rowName)
5346 Firebug.NetMonitor.Utils={findHeader:function(headers,name){if(!headers){return null argument
5349 i<headers.length;
5351 if(headerName==name){return headers[i].value
5508 function getRequestHeaders(spy){var headers=[];
5512 }return headers
[all …]
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/
H A Dfirebug-lite-debug.js19761 if (!headers.length)
19771 this.headerDataTag.insertRows({headers: headers}, titleRow ? titleRow : tbody);
19869 if (!headers.length)
19872 NetInfoBody.headerDataTag.insertRows({headers: headers}, tbody);
20304 findHeader: function(headers, name) argument
20306 if (!headers)
20314 return headers[i].value;
21229 var headers = [];
21242 return headers;
21247 var headers = [];
[all …]
/plugin/combo/resources/firebug/
H A Dfirebug-lite-1.4.js1346 domMemberMap.HTMLTableCellElement=extendArray(domMemberMap.Element,["abbr","axis","bgColor","cellIndex","ch","chOff","colSpan","headers","height","noWrap","rowSpan","scope","vAlign","width"]);
5145 Firebug.NetMonitor.NetInfoBody=domplate(Firebug.Rep,new Firebug.Listener(),{tag:DIV({"class":"netInfoBody",_repObject:"$file"},TAG("$infoTabs",{file:"$file"}),TAG("$infoBodies",{file:"$file"})),infoTabs:DIV({"class":"netInfoTabs focusRow subFocusRow",role:"tablist"},A({"class":"netInfoParamsTab netInfoTab a11yFocus",onclick:"$onClickTab",role:"tab",view:"Params",$collapsed:"$file|hideParams"},$STR("URLParameters")),A({"class":"netInfoHeadersTab netInfoTab a11yFocus",onclick:"$onClickTab",role:"tab",view:"Headers"},$STR("Headers")),A({"class":"netInfoPostTab netInfoTab a11yFocus",onclick:"$onClickTab",role:"tab",view:"Post",$collapsed:"$file|hidePost"},$STR("Post")),A({"class":"netInfoPutTab netInfoTab a11yFocus",onclick:"$onClickTab",role:"tab",view:"Put",$collapsed:"$file|hidePut"},$STR("Put")),A({"class":"netInfoResponseTab netInfoTab a11yFocus",onclick:"$onClickTab",role:"tab",view:"Response",$collapsed:"$file|hideResponse"},$STR("Response")),A({"class":"netInfoCacheTab netInfoTab a11yFocus",onclick:"$onClickTab",role:"tab",view:"Cache",$collapsed:"$file|hideCache"},$STR("Cache")),A({"class":"netInfoHtmlTab netInfoTab a11yFocus",onclick:"$onClickTab",role:"tab",view:"Html",$collapsed:"$file|hideHtml"},$STR("HTML"))),infoBodies:DIV({"class":"netInfoBodies outerFocusRow"},TABLE({"class":"netInfoParamsText netInfoText netInfoParamsTable",role:"tabpanel",cellpadding:0,cellspacing:0},TBODY()),DIV({"class":"netInfoHeadersText netInfoText",role:"tabpanel"}),DIV({"class":"netInfoPostText netInfoText",role:"tabpanel"}),DIV({"class":"netInfoPutText netInfoText",role:"tabpanel"}),PRE({"class":"netInfoResponseText netInfoText",role:"tabpanel"}),DIV({"class":"netInfoCacheText netInfoText",role:"tabpanel"},TABLE({"class":"netInfoCacheTable",cellpadding:0,cellspacing:0,role:"presentation"},TBODY({role:"list","aria-label":$STR("Cache")}))),DIV({"class":"netInfoHtmlText netInfoText",role:"tabpanel"},IFRAME({"class":"netInfoHtmlPreview",role:"document"}))),headerDataTag:FOR("param","$headers",TR({role:"listitem"},TD({"class":"netInfoParamName",role:"presentation"},TAG("$param|getNameTag",{param:"$param"})),TD({"class":"netInfoParamValue",role:"list","aria-label":"$param.name"},FOR("line","$param|getParamValueIterator",CODE({"class":"focusRow subFocusRow",role:"listitem"},"$line"))))),customTab:A({"class":"netInfo$tabId\\Tab netInfoTab",onclick:"$onClickTab",view:"$tabId",role:"tab"},"$tabTitle"),customBody:DIV({"class":"netInfo$tabId\\Text netInfoText",role:"tabpanel"}),nameTag:SPAN("$param|getParamName"),nameWithTooltipTag:SPAN({title:"$param.name"},"$param|getParamName"),getNameTag:function(param){return(this.getParamName(param)==param.name)?this.nameTag:this.nameWithTooltipTag
5236 }},insertHeaderRows:function(netInfoBox,headers,tableName,rowName){if(!headers.length){return argument
5241 this.headerDataTag.insertRows({headers:headers},titleRow?titleRow:tbody);
5245 Firebug.NetMonitor.NetInfoHeaders=domplate(Firebug.Rep,{tag:DIV({"class":"netInfoHeadersTable",role:"tabpanel"},DIV({"class":"netInfoHeadersGroup netInfoResponseHeadersTitle"},SPAN($STR("ResponseHeaders")),SPAN({"class":"netHeadersViewSource response collapsed",onclick:"$onViewSource",_sourceDisplayed:false,_rowName:"ResponseHeaders"},$STR("net.headers.view source"))),TABLE({cellpadding:0,cellspacing:0},TBODY({"class":"netInfoResponseHeadersBody",role:"list","aria-label":$STR("ResponseHeaders")})),DIV({"class":"netInfoHeadersGroup netInfoRequestHeadersTitle"},SPAN($STR("RequestHeaders")),SPAN({"class":"netHeadersViewSource request collapsed",onclick:"$onViewSource",_sourceDisplayed:false,_rowName:"RequestHeaders"},$STR("net.headers.view source"))),TABLE({cellpadding:0,cellspacing:0},TBODY({"class":"netInfoRequestHeadersBody",role:"list","aria-label":$STR("RequestHeaders")}))),sourceTag:TR({role:"presentation"},TD({colspan:2,role:"presentation"},PRE({"class":"source"}))),onViewSource:function(event){var target=event.target;
5249 if(target.sourceDisplayed){var headers=requestHeaders?file.requestHeaders:file.responseHeaders;
5250 this.insertHeaderRows(netInfoBox,headers,targe
5261 AnonymousFunction4beb61231b200(netInfoBox,headers,rowName) global() argument
5276 AnonymousFunction4beb61231b400(parent,headers,rowName) global() argument
5357 findHeader(headers,name) global() argument
[all...]
/plugin/fckg/fckeditor/editor/lang/
H A Dlang-template.txt55 DlgLnkIntExtras : "To create a query string and/or to set a page anchor from Dokuwiki headers, …
/plugin/findologicxmlexport/vendor/hoa/stream/
H A DREADME.md36 wrappers, for instance HTTP headers,
197 add HTTP headers for instance, or to specify the proxy, the maximum
/plugin/odt/renderer/
H A Dpage.php274 $headers = array(
280 p_set_metadata($ID,array('format' => array('odt_page' => $headers) ));
/plugin/diagramsnet/lib/js/dropbox/
H A DDropbox-sdk.min.js9headers=u(this.xhr.getAllResponseHeaders()),this.header["content-type"]=this.xhr.getResponseHeader…
/plugin/authgooglesheets/vendor/firebase/php-jwt/
H A DREADME.md279 - Add support for adding custom, optional JWT headers to `JWT::encode()`. See

1...<<1112131415161718