Home
last modified time | relevance | path

Searched refs:body (Results 1751 – 1775 of 1980) sorted by path

1...<<71727374757677787980

/plugin/supa/
H A DLICENSE.txt235 the limitation as if written in the body of this License.
/plugin/supa/lib/
H A DSupa.js25 body,
40 body = '';
41 body += boundary + cr;
46 body += cr;
47 body += encodeURI(params[i].value) + cr;
48 body += boundary + cr;
56 body += "Content-Transfer-Encoding: base64" + cr;
57 body += cr;
58 body += bytes + cr;
60 body += boundary + "--" + cr;
[all …]
/plugin/svgembed/
H A DLICENSE235 the limitation as if written in the body of this License.
/plugin/swarmwebhook/
H A DLICENSE235 the limitation as if written in the body of this License.
/plugin/swarmwebhook/lang/en/
H A Difttt_instructions.txt7 * **body**: <code>
/plugin/swfobject/
H A Dscript.js4 …omplete")||(typeof j.readyState==D&&(j.getElementsByTagName("body")[0]||j.body))){f()}if(!J){if(ty…
/plugin/swiftmail/Swift/
H A DMessage.php70 …public function __construct($subject="", $body=null, $type="text/plain", $encoding=null, $charset=… argument
106 if ($body !== null)
108 $this->setData($body);
112 if (Swift_Message_Encoder::instance()->isUTF8($body)) $this->setCharset("utf-8");
483 public function setBody($body) argument
485 $this->setData($body);
/plugin/swiftmail/Swift/Message/
H A DPart.php61 public function setBody($body) argument
63 $this->setData($body);
/plugin/swiftmail/Swift/Plugin/
H A DDecorator.php164 $body = $mime->getData();
166 && is_string($body) && ($replaced = $this->replace($replacements, $body)) != $body)
169 $store["body"] = $body;
H A DFileEmbedder.php410 $body = $part->getData();
411 … if (!is_string($body) || substr(strtolower($part->getContentType()), 0, 5) != "text/") continue;
418 $body = preg_replace_callback($re, array($this, "embedRemoteFile"), $body);
424 $body = preg_replace_callback($re, array($this, "embedLocalFile"), $body);
428 $part->setData($body);
/plugin/symbols4odt/
H A DLICENSE235 the limitation as if written in the body of this License.
/plugin/syntaxhighlighter/Scripts/
H A DshCore.js18body.appendChild(iframe);doc=iframe.contentWindow.document;dp.sh.Utils.CopyStyles(doc,window.docum…
/plugin/syntaxhighlighter/Uncompressed/
H A DshCore.js112 document.body.appendChild(iframe);
124 document.body.removeChild(iframe);
/plugin/syntaxhighlighter3/sxh3/
H A DGPL-LICENSE235 the limitation as if written in the body of this License.
/plugin/syntaxhighlighter3/sxh3/pkg/scripts/
H A DshAutoloader.js124 document.body.appendChild(script);
/plugin/syntaxhighlighter3/sxh3/src/js/
H A DshAutoloader.js108 document.body.appendChild(script);
/plugin/syntaxhighlightjs/
H A DLICENSE235 the limitation as if written in the body of this License.
/plugin/tableedit/
H A Dtableedit.js144 var before_range = document.body.createTextRange();
148 var after_range = document.body.createTextRange();
/plugin/tablelayout/
H A DLICENSE235 the limitation as if written in the body of this License.
H A Dyarn.lock171 body-parser@~1.14.0:
173 …resolved "https://registry.yarnpkg.com/body-parser/-/body-parser-1.14.2.tgz#1015cb1fe2c44385825958…
183 raw-body "~2.1.5"
1964 raw-body@~2.1.5:
1966 …resolved "https://registry.yarnpkg.com/raw-body/-/raw-body-2.1.7.tgz#adfeace2e4fb3098058014d08c072…
2377 body-parser "~1.14.0"
/plugin/tag/
H A DCOPYING239 the limitation as if written in the body of this License.
/plugin/tagadd/
H A DLICENSE235 the limitation as if written in the body of this License.
/plugin/tagfilter/
H A DLICENSE235 the limitation as if written in the body of this License.
/plugin/tagfilter/script/
H A Djquery.history.js1 typeof JSON!="object"&&(JSON={}),function(){"use strict";function f(e){return e<10?"0"+e:e}function quote(e){return escapable.lastIndex=0,escapable.test(e)?'"'+e.replace(escapable,function(e){var t=meta[e];return typeof t=="string"?t:"\\u"+("0000"+e.charCodeAt(0).toString(16)).slice(-4)})+'"':'"'+e+'"'}function str(e,t){var n,r,i,s,o=gap,u,a=t[e];a&&typeof a=="object"&&typeof a.toJSON=="function"&&(a=a.toJSON(e)),typeof rep=="function"&&(a=rep.call(t,e,a));switch(typeof a){case"string":return quote(a);case"number":return isFinite(a)?String(a):"null";case"boolean":case"null":return String(a);case"object":if(!a)return"null";gap+=indent,u=[];if(Object.prototype.toString.apply(a)==="[object Array]"){s=a.length;for(n=0;n<s;n+=1)u[n]=str(n,a)||"null";return i=u.length===0?"[]":gap?"[\n"+gap+u.join(",\n"+gap)+"\n"+o+"]":"["+u.join(",")+"]",gap=o,i}if(rep&&typeof rep=="object"){s=rep.length;for(n=0;n<s;n+=1)typeof rep[n]=="string"&&(r=rep[n],i=str(r,a),i&&u.push(quote(r)+(gap?": ":":")+i))}else for(r in a)Object.prototype.hasOwnProperty.call(a,r)&&(i=str(r,a),i&&u.push(quote(r)+(gap?": ":":")+i));return i=u.length===0?"{}":gap?"{\n"+gap+u.join(",\n"+gap)+"\n"+o+"}":"{"+u.join(",")+"}",gap=o,i}}typeof Date.prototype.toJSON!="function"&&(Date.prototype.toJSON=function(e){return isFinite(this.valueOf())?this.getUTCFullYear()+"-"+f(this.getUTCMonth()+1)+"-"+f(this.getUTCDate())+"T"+f(this.getUTCHours())+":"+f(this.getUTCMinutes())+":"+f(this.getUTCSeconds())+"Z":null},String.prototype.toJSON=Number.prototype.toJSON=Boolean.prototype.toJSON=function(e){return this.valueOf()});var cx=/[\u0000\u00ad\u0600-\u0604\u070f\u17b4\u17b5\u200c-\u200f\u2028-\u202f\u2060-\u206f\ufeff\ufff0-\uffff]/g,escapable=/[\\\"\x00-\x1f\x7f-\x9f\u00ad\u0600-\u0604\u070f\u17b4\u17b5\u200c-\u200f\u2028-\u202f\u2060-\u206f\ufeff\ufff0-\uffff]/g,gap,indent,meta={"\b":"\\b"," ":"\\t","\n":"\\n","\f":"\\f","\r":"\\r",'"':'\\"',"\\":"\\\\"},rep;typeof JSON.stringify!="function"&&(JSON.stringify=function(e,t,n){var r;gap="",indent="";if(typeof n=="number")for(r=0;r<n;r+=1)indent+=" ";else typeof n=="string"&&(indent=n);rep=t;if(!t||typeof t=="function"||typeof t=="object"&&typeof t.length=="number")return str("",{"":e});throw new Error("JSON.stringify")}),typeof JSON.parse!="function"&&(JSON.parse=function(text,reviver){function walk(e,t){var n,r,i=e[t];if(i&&typeof i=="object")for(n in i)Object.prototype.hasOwnProperty.call(i,n)&&(r=walk(i,n),r!==undefined?i[n]=r:delete i[n]);return reviver.call(e,t,i)}var j;text=String(text),cx.lastIndex=0,cx.test(text)&&(text=text.replace(cx,function(e){return"\\u"+("0000"+e.charCodeAt(0).toString(16)).slice(-4)}));if(/^[\],:{}\s]*$/.test(text.replace(/\\(?:["\\\/bfnrt]|u[0-9a-fA-F]{4})/g,"@").replace(/"[^"\\\n\r]*"|true|false|null|-?\d+(?:\.\d*)?(?:[eE][+\-]?\d+)?/g,"]").replace(/(?:^|:|,)(?:\s*\[)+/g,"")))return j=eval("("+text+")"),typeof reviver=="function"?walk({"":j},""):j;throw new SyntaxError("JSON.parse")})}(),function(e,t){"use strict";var n=e.History=e.History||{},r=e.jQuery;if(typeof n.Adapter!="undefined")throw new Error("History.js Adapter has already been loaded...");n.Adapter={bind:function(e,t,n){r(e).bind(t,n)},trigger:function(e,t,n){r(e).trigger(t,n)},extractEventData:function(e,n,r){var i=n&&n.originalEvent&&n.originalEvent[e]||r&&r[e]||t;return i},onDomLoad:function(e){r(e)}},typeof n.init!="undefined"&&n.init()}(window),function(e,t){"use strict";var n=e.document,r=e.setTimeout||r,i=e.clearTimeout||i,s=e.setInterval||s,o=e.History=e.History||{};if(typeof o.initHtml4!="undefined")throw new Error("History.js HTML4 Support has already been loaded...");o.initHtml4=function(){if(typeof o.initHtml4.initialized!="undefined")return!1;o.initHtml4.initialized=!0,o.enabled=!0,o.savedHashes=[],o.isLastHash=function(e){var t=o.getHashByIndex(),n;return n=e===t,n},o.isHashEqual=function(e,t){return e=encodeURIComponent(e).replace(/%25/g,"%"),t=encodeURIComponent(t).replace(/%25/g,"%"),e===t},o.saveHash=function(e){return o.isLastHash(e)?!1:(o.savedHashes.push(e),!0)},o.getHashByIndex=function(e){var t=null;return typeof e=="undefined"?t=o.savedHashes[o.savedHashes.length-1]:e<0?t=o.savedHashes[o.savedHashes.length+e]:t=o.savedHashes[e],t},o.discardedHashes={},o.discardedStates={},o.discardState=function(e,t,n){var r=o.getHashByState(e),i;return i={discardedState:e,backState:n,forwardState:t},o.discardedStates[r]=i,!0},o.discardHash=function(e,t,n){var r={discardedHash:e,backState:n,forwardState:t};return o.discardedHashes[e]=r,!0},o.discardedState=function(e){var t=o.getHashByState(e),n;return n=o.discardedStates[t]||!1,n},o.discardedHash=function(e){var t=o.discardedHashes[e]||!1;return t},o.recycleState=function(e){var t=o.getHashByState(e);return o.discardedState(e)&&delete o.discardedStates[t],!0},o.emulated.hashChange&&(o.hashChangeInit=function(){o.checkerFunction=null;var t="",r,i,u,a,f=Boolean(o.getHash());return o.isInternetExplorer()?(r="historyjs-iframe",i=n.createElement("iframe"),i.setAttribute("id",r),i.setAttribute("src","#"),i.style.display="none",n.body.appendChild(i),i.contentWindow.document.open(),i.contentWindow.document.close(),u="",a=!1,o.checke (…)
/plugin/tagfilter/script/select2/
H A Dselect2.js139 $template.appendTo('body');
336 $("body").append(sizer);
691 .appendTo(document.body);
697 // cache the body so future lookups are cheap
698 this.body = thunk(function() { return opts.element.closest("body"); });
1240 //console.log("above/ offset.top", offset.top, "dropHeight", dropHeight, "top", (offset.top-dropHeight), "scrollTop", this.body().scrollTop(), "enough?", enoughRoomAbove);
1242 // fix positioning when body has an offset and is not position: static
1243 if (this.body().css('position') !== 'static') {
1244 bodyOffset = this.body()
[all...]

1...<<71727374757677787980