From 34baf5f0b63aca30b7f79ebd68a074acf1eff94c Mon Sep 17 00:00:00 2001 From: trueromanus Date: Thu, 30 Nov 2023 12:02:06 +0000 Subject: [PATCH] Deployed 295bf51 with MkDocs version: 1.4.2 --- .nojekyll | 0 404.html | 325 + assets/images/favicon.png | Bin 0 -> 1870 bytes assets/javascripts/bundle.51d95adb.min.js | 29 + assets/javascripts/bundle.51d95adb.min.js.map | 8 + assets/javascripts/lunr/min/lunr.ar.min.js | 1 + assets/javascripts/lunr/min/lunr.da.min.js | 18 + assets/javascripts/lunr/min/lunr.de.min.js | 18 + assets/javascripts/lunr/min/lunr.du.min.js | 18 + assets/javascripts/lunr/min/lunr.es.min.js | 18 + assets/javascripts/lunr/min/lunr.fi.min.js | 18 + assets/javascripts/lunr/min/lunr.fr.min.js | 18 + assets/javascripts/lunr/min/lunr.hi.min.js | 1 + assets/javascripts/lunr/min/lunr.hu.min.js | 18 + assets/javascripts/lunr/min/lunr.it.min.js | 18 + assets/javascripts/lunr/min/lunr.ja.min.js | 1 + assets/javascripts/lunr/min/lunr.jp.min.js | 1 + assets/javascripts/lunr/min/lunr.ko.min.js | 1 + assets/javascripts/lunr/min/lunr.multi.min.js | 1 + assets/javascripts/lunr/min/lunr.nl.min.js | 18 + assets/javascripts/lunr/min/lunr.no.min.js | 18 + assets/javascripts/lunr/min/lunr.pt.min.js | 18 + assets/javascripts/lunr/min/lunr.ro.min.js | 18 + assets/javascripts/lunr/min/lunr.ru.min.js | 18 + .../lunr/min/lunr.stemmer.support.min.js | 1 + assets/javascripts/lunr/min/lunr.sv.min.js | 18 + assets/javascripts/lunr/min/lunr.ta.min.js | 1 + assets/javascripts/lunr/min/lunr.th.min.js | 1 + assets/javascripts/lunr/min/lunr.tr.min.js | 18 + assets/javascripts/lunr/min/lunr.vi.min.js | 1 + assets/javascripts/lunr/min/lunr.zh.min.js | 1 + assets/javascripts/lunr/tinyseg.js | 206 + assets/javascripts/lunr/wordcut.js | 6708 +++++++++++++++++ .../workers/search.e5c33ebb.min.js | 42 + .../workers/search.e5c33ebb.min.js.map | 8 + assets/stylesheets/main.558e4712.min.css | 1 + assets/stylesheets/main.558e4712.min.css.map | 1 + assets/stylesheets/palette.2505c338.min.css | 1 + .../stylesheets/palette.2505c338.min.css.map | 1 + basicshortcuts/index.html | 493 ++ commonfields/index.html | 908 +++ globalvariables/index.html | 365 + images/index.png | Bin 0 -> 154206 bytes index.html | 446 ++ options/index.html | 433 ++ postscript/index.html | 526 ++ search/lunr.js | 3475 +++++++++ search/main.js | 109 + search/search_index.json | 1 + search/worker.js | 133 + sitemap.xml | 33 + sitemap.xml.gz | Bin 0 -> 201 bytes 52 files changed, 14533 insertions(+) create mode 100644 .nojekyll create mode 100644 404.html create mode 100644 assets/images/favicon.png create mode 100644 assets/javascripts/bundle.51d95adb.min.js create mode 100644 assets/javascripts/bundle.51d95adb.min.js.map create mode 100644 assets/javascripts/lunr/min/lunr.ar.min.js create mode 100644 assets/javascripts/lunr/min/lunr.da.min.js create mode 100644 assets/javascripts/lunr/min/lunr.de.min.js create mode 100644 assets/javascripts/lunr/min/lunr.du.min.js create mode 100644 assets/javascripts/lunr/min/lunr.es.min.js create mode 100644 assets/javascripts/lunr/min/lunr.fi.min.js create mode 100644 assets/javascripts/lunr/min/lunr.fr.min.js create mode 100644 assets/javascripts/lunr/min/lunr.hi.min.js create mode 100644 assets/javascripts/lunr/min/lunr.hu.min.js create mode 100644 assets/javascripts/lunr/min/lunr.it.min.js create mode 100644 assets/javascripts/lunr/min/lunr.ja.min.js create mode 100644 assets/javascripts/lunr/min/lunr.jp.min.js create mode 100644 assets/javascripts/lunr/min/lunr.ko.min.js create mode 100644 assets/javascripts/lunr/min/lunr.multi.min.js create mode 100644 assets/javascripts/lunr/min/lunr.nl.min.js create mode 100644 assets/javascripts/lunr/min/lunr.no.min.js create mode 100644 assets/javascripts/lunr/min/lunr.pt.min.js create mode 100644 assets/javascripts/lunr/min/lunr.ro.min.js create mode 100644 assets/javascripts/lunr/min/lunr.ru.min.js create mode 100644 assets/javascripts/lunr/min/lunr.stemmer.support.min.js create mode 100644 assets/javascripts/lunr/min/lunr.sv.min.js create mode 100644 assets/javascripts/lunr/min/lunr.ta.min.js create mode 100644 assets/javascripts/lunr/min/lunr.th.min.js create mode 100644 assets/javascripts/lunr/min/lunr.tr.min.js create mode 100644 assets/javascripts/lunr/min/lunr.vi.min.js create mode 100644 assets/javascripts/lunr/min/lunr.zh.min.js create mode 100644 assets/javascripts/lunr/tinyseg.js create mode 100644 assets/javascripts/lunr/wordcut.js create mode 100644 assets/javascripts/workers/search.e5c33ebb.min.js create mode 100644 assets/javascripts/workers/search.e5c33ebb.min.js.map create mode 100644 assets/stylesheets/main.558e4712.min.css create mode 100644 assets/stylesheets/main.558e4712.min.css.map create mode 100644 assets/stylesheets/palette.2505c338.min.css create mode 100644 assets/stylesheets/palette.2505c338.min.css.map create mode 100644 basicshortcuts/index.html create mode 100644 commonfields/index.html create mode 100644 globalvariables/index.html create mode 100644 images/index.png create mode 100644 index.html create mode 100644 options/index.html create mode 100644 postscript/index.html create mode 100644 search/lunr.js create mode 100644 search/main.js create mode 100644 search/search_index.json create mode 100644 search/worker.js create mode 100644 sitemap.xml create mode 100644 sitemap.xml.gz diff --git a/.nojekyll b/.nojekyll new file mode 100644 index 0000000..e69de29 diff --git a/404.html b/404.html new file mode 100644 index 0000000..49bda84 --- /dev/null +++ b/404.html @@ -0,0 +1,325 @@ + + + + + + + + + + + + + + + + + + + + ArdorQuery + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+
+ +
+ + + + +
+ + +
+ +
+ + + + + + +
+
+ + + +
+
+
+ + + + +
+
+
+ + + +
+
+
+ + + +
+
+
+ + + +
+
+ +

404 - Not found

+ +
+
+ + +
+ +
+ + + +
+
+
+
+ + + + + + + + + + + \ No newline at end of file diff --git a/assets/images/favicon.png b/assets/images/favicon.png new file mode 100644 index 0000000000000000000000000000000000000000..1cf13b9f9d978896599290a74f77d5dbe7d1655c GIT binary patch literal 1870 zcmV-U2eJ5xP)Gc)JR9QMau)O=X#!i9;T z37kk-upj^(fsR36MHs_+1RCI)NNu9}lD0S{B^g8PN?Ww(5|~L#Ng*g{WsqleV}|#l zz8@ri&cTzw_h33bHI+12+kK6WN$h#n5cD8OQt`5kw6p~9H3()bUQ8OS4Q4HTQ=1Ol z_JAocz`fLbT2^{`8n~UAo=#AUOf=SOq4pYkt;XbC&f#7lb$*7=$na!mWCQ`dBQsO0 zLFBSPj*N?#u5&pf2t4XjEGH|=pPQ8xh7tpx;US5Cx_Ju;!O`ya-yF`)b%TEt5>eP1ZX~}sjjA%FJF?h7cX8=b!DZl<6%Cv z*G0uvvU+vmnpLZ2paivG-(cd*y3$hCIcsZcYOGh{$&)A6*XX&kXZd3G8m)G$Zz-LV z^GF3VAW^Mdv!)4OM8EgqRiz~*Cji;uzl2uC9^=8I84vNp;ltJ|q-*uQwGp2ma6cY7 z;`%`!9UXO@fr&Ebapfs34OmS9^u6$)bJxrucutf>`dKPKT%%*d3XlFVKunp9 zasduxjrjs>f8V=D|J=XNZp;_Zy^WgQ$9WDjgY=z@stwiEBm9u5*|34&1Na8BMjjgf3+SHcr`5~>oz1Y?SW^=K z^bTyO6>Gar#P_W2gEMwq)ot3; zREHn~U&Dp0l6YT0&k-wLwYjb?5zGK`W6S2v+K>AM(95m2C20L|3m~rN8dprPr@t)5lsk9Hu*W z?pS990s;Ez=+Rj{x7p``4>+c0G5^pYnB1^!TL=(?HLHZ+HicG{~4F1d^5Awl_2!1jICM-!9eoLhbbT^;yHcefyTAaqRcY zmuctDopPT!%k+}x%lZRKnzykr2}}XfG_ne?nRQO~?%hkzo;@RN{P6o`&mMUWBYMTe z6i8ChtjX&gXl`nvrU>jah)2iNM%JdjqoaeaU%yVn!^70x-flljp6Q5tK}5}&X8&&G zX3fpb3E(!rH=zVI_9Gjl45w@{(ITqngWFe7@9{mX;tO25Z_8 zQHEpI+FkTU#4xu>RkN>b3Tnc3UpWzPXWm#o55GKF09j^Mh~)K7{QqbO_~(@CVq! zS<8954|P8mXN2MRs86xZ&Q4EfM@JB94b=(YGuk)s&^jiSF=t3*oNK3`rD{H`yQ?d; ztE=laAUoZx5?RC8*WKOj`%LXEkgDd>&^Q4M^z`%u0rg-It=hLCVsq!Z%^6eB-OvOT zFZ28TN&cRmgU}Elrnk43)!>Z1FCPL2K$7}gwzIc48NX}#!A1BpJP?#v5wkNprhV** z?Cpalt1oH&{r!o3eSKc&ap)iz2BTn_VV`4>9M^b3;(YY}4>#ML6{~(4mH+?%07*qo IM6N<$f(jP3KmY&$ literal 0 HcmV?d00001 diff --git a/assets/javascripts/bundle.51d95adb.min.js b/assets/javascripts/bundle.51d95adb.min.js new file mode 100644 index 0000000..b20ec68 --- /dev/null +++ b/assets/javascripts/bundle.51d95adb.min.js @@ -0,0 +1,29 @@ +"use strict";(()=>{var Hi=Object.create;var xr=Object.defineProperty;var Pi=Object.getOwnPropertyDescriptor;var $i=Object.getOwnPropertyNames,kt=Object.getOwnPropertySymbols,Ii=Object.getPrototypeOf,Er=Object.prototype.hasOwnProperty,an=Object.prototype.propertyIsEnumerable;var on=(e,t,r)=>t in e?xr(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,P=(e,t)=>{for(var r in t||(t={}))Er.call(t,r)&&on(e,r,t[r]);if(kt)for(var r of kt(t))an.call(t,r)&&on(e,r,t[r]);return e};var sn=(e,t)=>{var r={};for(var n in e)Er.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(e!=null&&kt)for(var n of kt(e))t.indexOf(n)<0&&an.call(e,n)&&(r[n]=e[n]);return r};var Ht=(e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports);var Fi=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let o of $i(t))!Er.call(e,o)&&o!==r&&xr(e,o,{get:()=>t[o],enumerable:!(n=Pi(t,o))||n.enumerable});return e};var yt=(e,t,r)=>(r=e!=null?Hi(Ii(e)):{},Fi(t||!e||!e.__esModule?xr(r,"default",{value:e,enumerable:!0}):r,e));var fn=Ht((wr,cn)=>{(function(e,t){typeof wr=="object"&&typeof cn!="undefined"?t():typeof define=="function"&&define.amd?define(t):t()})(wr,function(){"use strict";function e(r){var n=!0,o=!1,i=null,a={text:!0,search:!0,url:!0,tel:!0,email:!0,password:!0,number:!0,date:!0,month:!0,week:!0,time:!0,datetime:!0,"datetime-local":!0};function s(T){return!!(T&&T!==document&&T.nodeName!=="HTML"&&T.nodeName!=="BODY"&&"classList"in T&&"contains"in T.classList)}function f(T){var Ke=T.type,We=T.tagName;return!!(We==="INPUT"&&a[Ke]&&!T.readOnly||We==="TEXTAREA"&&!T.readOnly||T.isContentEditable)}function c(T){T.classList.contains("focus-visible")||(T.classList.add("focus-visible"),T.setAttribute("data-focus-visible-added",""))}function u(T){T.hasAttribute("data-focus-visible-added")&&(T.classList.remove("focus-visible"),T.removeAttribute("data-focus-visible-added"))}function p(T){T.metaKey||T.altKey||T.ctrlKey||(s(r.activeElement)&&c(r.activeElement),n=!0)}function m(T){n=!1}function d(T){s(T.target)&&(n||f(T.target))&&c(T.target)}function h(T){s(T.target)&&(T.target.classList.contains("focus-visible")||T.target.hasAttribute("data-focus-visible-added"))&&(o=!0,window.clearTimeout(i),i=window.setTimeout(function(){o=!1},100),u(T.target))}function v(T){document.visibilityState==="hidden"&&(o&&(n=!0),B())}function B(){document.addEventListener("mousemove",z),document.addEventListener("mousedown",z),document.addEventListener("mouseup",z),document.addEventListener("pointermove",z),document.addEventListener("pointerdown",z),document.addEventListener("pointerup",z),document.addEventListener("touchmove",z),document.addEventListener("touchstart",z),document.addEventListener("touchend",z)}function re(){document.removeEventListener("mousemove",z),document.removeEventListener("mousedown",z),document.removeEventListener("mouseup",z),document.removeEventListener("pointermove",z),document.removeEventListener("pointerdown",z),document.removeEventListener("pointerup",z),document.removeEventListener("touchmove",z),document.removeEventListener("touchstart",z),document.removeEventListener("touchend",z)}function z(T){T.target.nodeName&&T.target.nodeName.toLowerCase()==="html"||(n=!1,re())}document.addEventListener("keydown",p,!0),document.addEventListener("mousedown",m,!0),document.addEventListener("pointerdown",m,!0),document.addEventListener("touchstart",m,!0),document.addEventListener("visibilitychange",v,!0),B(),r.addEventListener("focus",d,!0),r.addEventListener("blur",h,!0),r.nodeType===Node.DOCUMENT_FRAGMENT_NODE&&r.host?r.host.setAttribute("data-js-focus-visible",""):r.nodeType===Node.DOCUMENT_NODE&&(document.documentElement.classList.add("js-focus-visible"),document.documentElement.setAttribute("data-js-focus-visible",""))}if(typeof window!="undefined"&&typeof document!="undefined"){window.applyFocusVisiblePolyfill=e;var t;try{t=new CustomEvent("focus-visible-polyfill-ready")}catch(r){t=document.createEvent("CustomEvent"),t.initCustomEvent("focus-visible-polyfill-ready",!1,!1,{})}window.dispatchEvent(t)}typeof document!="undefined"&&e(document)})});var un=Ht(Sr=>{(function(e){var t=function(){try{return!!Symbol.iterator}catch(c){return!1}},r=t(),n=function(c){var u={next:function(){var p=c.shift();return{done:p===void 0,value:p}}};return r&&(u[Symbol.iterator]=function(){return u}),u},o=function(c){return encodeURIComponent(c).replace(/%20/g,"+")},i=function(c){return decodeURIComponent(String(c).replace(/\+/g," "))},a=function(){var c=function(p){Object.defineProperty(this,"_entries",{writable:!0,value:{}});var m=typeof p;if(m!=="undefined")if(m==="string")p!==""&&this._fromString(p);else if(p instanceof c){var d=this;p.forEach(function(re,z){d.append(z,re)})}else if(p!==null&&m==="object")if(Object.prototype.toString.call(p)==="[object Array]")for(var h=0;hd[0]?1:0}),c._entries&&(c._entries={});for(var p=0;p1?i(d[1]):"")}})})(typeof global!="undefined"?global:typeof window!="undefined"?window:typeof self!="undefined"?self:Sr);(function(e){var t=function(){try{var o=new e.URL("b","http://a");return o.pathname="c d",o.href==="http://a/c%20d"&&o.searchParams}catch(i){return!1}},r=function(){var o=e.URL,i=function(f,c){typeof f!="string"&&(f=String(f)),c&&typeof c!="string"&&(c=String(c));var u=document,p;if(c&&(e.location===void 0||c!==e.location.href)){c=c.toLowerCase(),u=document.implementation.createHTMLDocument(""),p=u.createElement("base"),p.href=c,u.head.appendChild(p);try{if(p.href.indexOf(c)!==0)throw new Error(p.href)}catch(T){throw new Error("URL unable to set base "+c+" due to "+T)}}var m=u.createElement("a");m.href=f,p&&(u.body.appendChild(m),m.href=m.href);var d=u.createElement("input");if(d.type="url",d.value=f,m.protocol===":"||!/:/.test(m.href)||!d.checkValidity()&&!c)throw new TypeError("Invalid URL");Object.defineProperty(this,"_anchorElement",{value:m});var h=new e.URLSearchParams(this.search),v=!0,B=!0,re=this;["append","delete","set"].forEach(function(T){var Ke=h[T];h[T]=function(){Ke.apply(h,arguments),v&&(B=!1,re.search=h.toString(),B=!0)}}),Object.defineProperty(this,"searchParams",{value:h,enumerable:!0});var z=void 0;Object.defineProperty(this,"_updateSearchParams",{enumerable:!1,configurable:!1,writable:!1,value:function(){this.search!==z&&(z=this.search,B&&(v=!1,this.searchParams._fromString(this.search),v=!0))}})},a=i.prototype,s=function(f){Object.defineProperty(a,f,{get:function(){return this._anchorElement[f]},set:function(c){this._anchorElement[f]=c},enumerable:!0})};["hash","host","hostname","port","protocol"].forEach(function(f){s(f)}),Object.defineProperty(a,"search",{get:function(){return this._anchorElement.search},set:function(f){this._anchorElement.search=f,this._updateSearchParams()},enumerable:!0}),Object.defineProperties(a,{toString:{get:function(){var f=this;return function(){return f.href}}},href:{get:function(){return this._anchorElement.href.replace(/\?$/,"")},set:function(f){this._anchorElement.href=f,this._updateSearchParams()},enumerable:!0},pathname:{get:function(){return this._anchorElement.pathname.replace(/(^\/?)/,"/")},set:function(f){this._anchorElement.pathname=f},enumerable:!0},origin:{get:function(){var f={"http:":80,"https:":443,"ftp:":21}[this._anchorElement.protocol],c=this._anchorElement.port!=f&&this._anchorElement.port!=="";return this._anchorElement.protocol+"//"+this._anchorElement.hostname+(c?":"+this._anchorElement.port:"")},enumerable:!0},password:{get:function(){return""},set:function(f){},enumerable:!0},username:{get:function(){return""},set:function(f){},enumerable:!0}}),i.createObjectURL=function(f){return o.createObjectURL.apply(o,arguments)},i.revokeObjectURL=function(f){return o.revokeObjectURL.apply(o,arguments)},e.URL=i};if(t()||r(),e.location!==void 0&&!("origin"in e.location)){var n=function(){return e.location.protocol+"//"+e.location.hostname+(e.location.port?":"+e.location.port:"")};try{Object.defineProperty(e.location,"origin",{get:n,enumerable:!0})}catch(o){setInterval(function(){e.location.origin=n()},100)}}})(typeof global!="undefined"?global:typeof window!="undefined"?window:typeof self!="undefined"?self:Sr)});var Qr=Ht((Lt,Kr)=>{/*! + * clipboard.js v2.0.11 + * https://clipboardjs.com/ + * + * Licensed MIT © Zeno Rocha + */(function(t,r){typeof Lt=="object"&&typeof Kr=="object"?Kr.exports=r():typeof define=="function"&&define.amd?define([],r):typeof Lt=="object"?Lt.ClipboardJS=r():t.ClipboardJS=r()})(Lt,function(){return function(){var e={686:function(n,o,i){"use strict";i.d(o,{default:function(){return ki}});var a=i(279),s=i.n(a),f=i(370),c=i.n(f),u=i(817),p=i.n(u);function m(j){try{return document.execCommand(j)}catch(O){return!1}}var d=function(O){var w=p()(O);return m("cut"),w},h=d;function v(j){var O=document.documentElement.getAttribute("dir")==="rtl",w=document.createElement("textarea");w.style.fontSize="12pt",w.style.border="0",w.style.padding="0",w.style.margin="0",w.style.position="absolute",w.style[O?"right":"left"]="-9999px";var k=window.pageYOffset||document.documentElement.scrollTop;return w.style.top="".concat(k,"px"),w.setAttribute("readonly",""),w.value=j,w}var B=function(O,w){var k=v(O);w.container.appendChild(k);var F=p()(k);return m("copy"),k.remove(),F},re=function(O){var w=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{container:document.body},k="";return typeof O=="string"?k=B(O,w):O instanceof HTMLInputElement&&!["text","search","url","tel","password"].includes(O==null?void 0:O.type)?k=B(O.value,w):(k=p()(O),m("copy")),k},z=re;function T(j){return typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?T=function(w){return typeof w}:T=function(w){return w&&typeof Symbol=="function"&&w.constructor===Symbol&&w!==Symbol.prototype?"symbol":typeof w},T(j)}var Ke=function(){var O=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},w=O.action,k=w===void 0?"copy":w,F=O.container,q=O.target,Le=O.text;if(k!=="copy"&&k!=="cut")throw new Error('Invalid "action" value, use either "copy" or "cut"');if(q!==void 0)if(q&&T(q)==="object"&&q.nodeType===1){if(k==="copy"&&q.hasAttribute("disabled"))throw new Error('Invalid "target" attribute. Please use "readonly" instead of "disabled" attribute');if(k==="cut"&&(q.hasAttribute("readonly")||q.hasAttribute("disabled")))throw new Error(`Invalid "target" attribute. You can't cut text from elements with "readonly" or "disabled" attributes`)}else throw new Error('Invalid "target" value, use a valid Element');if(Le)return z(Le,{container:F});if(q)return k==="cut"?h(q):z(q,{container:F})},We=Ke;function Ie(j){return typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?Ie=function(w){return typeof w}:Ie=function(w){return w&&typeof Symbol=="function"&&w.constructor===Symbol&&w!==Symbol.prototype?"symbol":typeof w},Ie(j)}function Ti(j,O){if(!(j instanceof O))throw new TypeError("Cannot call a class as a function")}function nn(j,O){for(var w=0;w0&&arguments[0]!==void 0?arguments[0]:{};this.action=typeof F.action=="function"?F.action:this.defaultAction,this.target=typeof F.target=="function"?F.target:this.defaultTarget,this.text=typeof F.text=="function"?F.text:this.defaultText,this.container=Ie(F.container)==="object"?F.container:document.body}},{key:"listenClick",value:function(F){var q=this;this.listener=c()(F,"click",function(Le){return q.onClick(Le)})}},{key:"onClick",value:function(F){var q=F.delegateTarget||F.currentTarget,Le=this.action(q)||"copy",Rt=We({action:Le,container:this.container,target:this.target(q),text:this.text(q)});this.emit(Rt?"success":"error",{action:Le,text:Rt,trigger:q,clearSelection:function(){q&&q.focus(),window.getSelection().removeAllRanges()}})}},{key:"defaultAction",value:function(F){return yr("action",F)}},{key:"defaultTarget",value:function(F){var q=yr("target",F);if(q)return document.querySelector(q)}},{key:"defaultText",value:function(F){return yr("text",F)}},{key:"destroy",value:function(){this.listener.destroy()}}],[{key:"copy",value:function(F){var q=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{container:document.body};return z(F,q)}},{key:"cut",value:function(F){return h(F)}},{key:"isSupported",value:function(){var F=arguments.length>0&&arguments[0]!==void 0?arguments[0]:["copy","cut"],q=typeof F=="string"?[F]:F,Le=!!document.queryCommandSupported;return q.forEach(function(Rt){Le=Le&&!!document.queryCommandSupported(Rt)}),Le}}]),w}(s()),ki=Ri},828:function(n){var o=9;if(typeof Element!="undefined"&&!Element.prototype.matches){var i=Element.prototype;i.matches=i.matchesSelector||i.mozMatchesSelector||i.msMatchesSelector||i.oMatchesSelector||i.webkitMatchesSelector}function a(s,f){for(;s&&s.nodeType!==o;){if(typeof s.matches=="function"&&s.matches(f))return s;s=s.parentNode}}n.exports=a},438:function(n,o,i){var a=i(828);function s(u,p,m,d,h){var v=c.apply(this,arguments);return u.addEventListener(m,v,h),{destroy:function(){u.removeEventListener(m,v,h)}}}function f(u,p,m,d,h){return typeof u.addEventListener=="function"?s.apply(null,arguments):typeof m=="function"?s.bind(null,document).apply(null,arguments):(typeof u=="string"&&(u=document.querySelectorAll(u)),Array.prototype.map.call(u,function(v){return s(v,p,m,d,h)}))}function c(u,p,m,d){return function(h){h.delegateTarget=a(h.target,p),h.delegateTarget&&d.call(u,h)}}n.exports=f},879:function(n,o){o.node=function(i){return i!==void 0&&i instanceof HTMLElement&&i.nodeType===1},o.nodeList=function(i){var a=Object.prototype.toString.call(i);return i!==void 0&&(a==="[object NodeList]"||a==="[object HTMLCollection]")&&"length"in i&&(i.length===0||o.node(i[0]))},o.string=function(i){return typeof i=="string"||i instanceof String},o.fn=function(i){var a=Object.prototype.toString.call(i);return a==="[object Function]"}},370:function(n,o,i){var a=i(879),s=i(438);function f(m,d,h){if(!m&&!d&&!h)throw new Error("Missing required arguments");if(!a.string(d))throw new TypeError("Second argument must be a String");if(!a.fn(h))throw new TypeError("Third argument must be a Function");if(a.node(m))return c(m,d,h);if(a.nodeList(m))return u(m,d,h);if(a.string(m))return p(m,d,h);throw new TypeError("First argument must be a String, HTMLElement, HTMLCollection, or NodeList")}function c(m,d,h){return m.addEventListener(d,h),{destroy:function(){m.removeEventListener(d,h)}}}function u(m,d,h){return Array.prototype.forEach.call(m,function(v){v.addEventListener(d,h)}),{destroy:function(){Array.prototype.forEach.call(m,function(v){v.removeEventListener(d,h)})}}}function p(m,d,h){return s(document.body,m,d,h)}n.exports=f},817:function(n){function o(i){var a;if(i.nodeName==="SELECT")i.focus(),a=i.value;else if(i.nodeName==="INPUT"||i.nodeName==="TEXTAREA"){var s=i.hasAttribute("readonly");s||i.setAttribute("readonly",""),i.select(),i.setSelectionRange(0,i.value.length),s||i.removeAttribute("readonly"),a=i.value}else{i.hasAttribute("contenteditable")&&i.focus();var f=window.getSelection(),c=document.createRange();c.selectNodeContents(i),f.removeAllRanges(),f.addRange(c),a=f.toString()}return a}n.exports=o},279:function(n){function o(){}o.prototype={on:function(i,a,s){var f=this.e||(this.e={});return(f[i]||(f[i]=[])).push({fn:a,ctx:s}),this},once:function(i,a,s){var f=this;function c(){f.off(i,c),a.apply(s,arguments)}return c._=a,this.on(i,c,s)},emit:function(i){var a=[].slice.call(arguments,1),s=((this.e||(this.e={}))[i]||[]).slice(),f=0,c=s.length;for(f;f{"use strict";/*! + * escape-html + * Copyright(c) 2012-2013 TJ Holowaychuk + * Copyright(c) 2015 Andreas Lubbe + * Copyright(c) 2015 Tiancheng "Timothy" Gu + * MIT Licensed + */var is=/["'&<>]/;Jo.exports=as;function as(e){var t=""+e,r=is.exec(t);if(!r)return t;var n,o="",i=0,a=0;for(i=r.index;i0&&i[i.length-1])&&(c[0]===6||c[0]===2)){r=0;continue}if(c[0]===3&&(!i||c[1]>i[0]&&c[1]=e.length&&(e=void 0),{value:e&&e[n++],done:!e}}};throw new TypeError(t?"Object is not iterable.":"Symbol.iterator is not defined.")}function W(e,t){var r=typeof Symbol=="function"&&e[Symbol.iterator];if(!r)return e;var n=r.call(e),o,i=[],a;try{for(;(t===void 0||t-- >0)&&!(o=n.next()).done;)i.push(o.value)}catch(s){a={error:s}}finally{try{o&&!o.done&&(r=n.return)&&r.call(n)}finally{if(a)throw a.error}}return i}function D(e,t,r){if(r||arguments.length===2)for(var n=0,o=t.length,i;n1||s(m,d)})})}function s(m,d){try{f(n[m](d))}catch(h){p(i[0][3],h)}}function f(m){m.value instanceof Xe?Promise.resolve(m.value.v).then(c,u):p(i[0][2],m)}function c(m){s("next",m)}function u(m){s("throw",m)}function p(m,d){m(d),i.shift(),i.length&&s(i[0][0],i[0][1])}}function mn(e){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var t=e[Symbol.asyncIterator],r;return t?t.call(e):(e=typeof xe=="function"?xe(e):e[Symbol.iterator](),r={},n("next"),n("throw"),n("return"),r[Symbol.asyncIterator]=function(){return this},r);function n(i){r[i]=e[i]&&function(a){return new Promise(function(s,f){a=e[i](a),o(s,f,a.done,a.value)})}}function o(i,a,s,f){Promise.resolve(f).then(function(c){i({value:c,done:s})},a)}}function A(e){return typeof e=="function"}function at(e){var t=function(n){Error.call(n),n.stack=new Error().stack},r=e(t);return r.prototype=Object.create(Error.prototype),r.prototype.constructor=r,r}var $t=at(function(e){return function(r){e(this),this.message=r?r.length+` errors occurred during unsubscription: +`+r.map(function(n,o){return o+1+") "+n.toString()}).join(` + `):"",this.name="UnsubscriptionError",this.errors=r}});function De(e,t){if(e){var r=e.indexOf(t);0<=r&&e.splice(r,1)}}var Fe=function(){function e(t){this.initialTeardown=t,this.closed=!1,this._parentage=null,this._finalizers=null}return e.prototype.unsubscribe=function(){var t,r,n,o,i;if(!this.closed){this.closed=!0;var a=this._parentage;if(a)if(this._parentage=null,Array.isArray(a))try{for(var s=xe(a),f=s.next();!f.done;f=s.next()){var c=f.value;c.remove(this)}}catch(v){t={error:v}}finally{try{f&&!f.done&&(r=s.return)&&r.call(s)}finally{if(t)throw t.error}}else a.remove(this);var u=this.initialTeardown;if(A(u))try{u()}catch(v){i=v instanceof $t?v.errors:[v]}var p=this._finalizers;if(p){this._finalizers=null;try{for(var m=xe(p),d=m.next();!d.done;d=m.next()){var h=d.value;try{dn(h)}catch(v){i=i!=null?i:[],v instanceof $t?i=D(D([],W(i)),W(v.errors)):i.push(v)}}}catch(v){n={error:v}}finally{try{d&&!d.done&&(o=m.return)&&o.call(m)}finally{if(n)throw n.error}}}if(i)throw new $t(i)}},e.prototype.add=function(t){var r;if(t&&t!==this)if(this.closed)dn(t);else{if(t instanceof e){if(t.closed||t._hasParent(this))return;t._addParent(this)}(this._finalizers=(r=this._finalizers)!==null&&r!==void 0?r:[]).push(t)}},e.prototype._hasParent=function(t){var r=this._parentage;return r===t||Array.isArray(r)&&r.includes(t)},e.prototype._addParent=function(t){var r=this._parentage;this._parentage=Array.isArray(r)?(r.push(t),r):r?[r,t]:t},e.prototype._removeParent=function(t){var r=this._parentage;r===t?this._parentage=null:Array.isArray(r)&&De(r,t)},e.prototype.remove=function(t){var r=this._finalizers;r&&De(r,t),t instanceof e&&t._removeParent(this)},e.EMPTY=function(){var t=new e;return t.closed=!0,t}(),e}();var Or=Fe.EMPTY;function It(e){return e instanceof Fe||e&&"closed"in e&&A(e.remove)&&A(e.add)&&A(e.unsubscribe)}function dn(e){A(e)?e():e.unsubscribe()}var Ae={onUnhandledError:null,onStoppedNotification:null,Promise:void 0,useDeprecatedSynchronousErrorHandling:!1,useDeprecatedNextContext:!1};var st={setTimeout:function(e,t){for(var r=[],n=2;n0},enumerable:!1,configurable:!0}),t.prototype._trySubscribe=function(r){return this._throwIfClosed(),e.prototype._trySubscribe.call(this,r)},t.prototype._subscribe=function(r){return this._throwIfClosed(),this._checkFinalizedStatuses(r),this._innerSubscribe(r)},t.prototype._innerSubscribe=function(r){var n=this,o=this,i=o.hasError,a=o.isStopped,s=o.observers;return i||a?Or:(this.currentObservers=null,s.push(r),new Fe(function(){n.currentObservers=null,De(s,r)}))},t.prototype._checkFinalizedStatuses=function(r){var n=this,o=n.hasError,i=n.thrownError,a=n.isStopped;o?r.error(i):a&&r.complete()},t.prototype.asObservable=function(){var r=new U;return r.source=this,r},t.create=function(r,n){return new wn(r,n)},t}(U);var wn=function(e){ne(t,e);function t(r,n){var o=e.call(this)||this;return o.destination=r,o.source=n,o}return t.prototype.next=function(r){var n,o;(o=(n=this.destination)===null||n===void 0?void 0:n.next)===null||o===void 0||o.call(n,r)},t.prototype.error=function(r){var n,o;(o=(n=this.destination)===null||n===void 0?void 0:n.error)===null||o===void 0||o.call(n,r)},t.prototype.complete=function(){var r,n;(n=(r=this.destination)===null||r===void 0?void 0:r.complete)===null||n===void 0||n.call(r)},t.prototype._subscribe=function(r){var n,o;return(o=(n=this.source)===null||n===void 0?void 0:n.subscribe(r))!==null&&o!==void 0?o:Or},t}(E);var Et={now:function(){return(Et.delegate||Date).now()},delegate:void 0};var wt=function(e){ne(t,e);function t(r,n,o){r===void 0&&(r=1/0),n===void 0&&(n=1/0),o===void 0&&(o=Et);var i=e.call(this)||this;return i._bufferSize=r,i._windowTime=n,i._timestampProvider=o,i._buffer=[],i._infiniteTimeWindow=!0,i._infiniteTimeWindow=n===1/0,i._bufferSize=Math.max(1,r),i._windowTime=Math.max(1,n),i}return t.prototype.next=function(r){var n=this,o=n.isStopped,i=n._buffer,a=n._infiniteTimeWindow,s=n._timestampProvider,f=n._windowTime;o||(i.push(r),!a&&i.push(s.now()+f)),this._trimBuffer(),e.prototype.next.call(this,r)},t.prototype._subscribe=function(r){this._throwIfClosed(),this._trimBuffer();for(var n=this._innerSubscribe(r),o=this,i=o._infiniteTimeWindow,a=o._buffer,s=a.slice(),f=0;f0?e.prototype.requestAsyncId.call(this,r,n,o):(r.actions.push(this),r._scheduled||(r._scheduled=ut.requestAnimationFrame(function(){return r.flush(void 0)})))},t.prototype.recycleAsyncId=function(r,n,o){var i;if(o===void 0&&(o=0),o!=null?o>0:this.delay>0)return e.prototype.recycleAsyncId.call(this,r,n,o);var a=r.actions;n!=null&&((i=a[a.length-1])===null||i===void 0?void 0:i.id)!==n&&(ut.cancelAnimationFrame(n),r._scheduled=void 0)},t}(Ut);var On=function(e){ne(t,e);function t(){return e!==null&&e.apply(this,arguments)||this}return t.prototype.flush=function(r){this._active=!0;var n=this._scheduled;this._scheduled=void 0;var o=this.actions,i;r=r||o.shift();do if(i=r.execute(r.state,r.delay))break;while((r=o[0])&&r.id===n&&o.shift());if(this._active=!1,i){for(;(r=o[0])&&r.id===n&&o.shift();)r.unsubscribe();throw i}},t}(Wt);var we=new On(Tn);var R=new U(function(e){return e.complete()});function Dt(e){return e&&A(e.schedule)}function kr(e){return e[e.length-1]}function Qe(e){return A(kr(e))?e.pop():void 0}function Se(e){return Dt(kr(e))?e.pop():void 0}function Vt(e,t){return typeof kr(e)=="number"?e.pop():t}var pt=function(e){return e&&typeof e.length=="number"&&typeof e!="function"};function zt(e){return A(e==null?void 0:e.then)}function Nt(e){return A(e[ft])}function qt(e){return Symbol.asyncIterator&&A(e==null?void 0:e[Symbol.asyncIterator])}function Kt(e){return new TypeError("You provided "+(e!==null&&typeof e=="object"?"an invalid object":"'"+e+"'")+" where a stream was expected. You can provide an Observable, Promise, ReadableStream, Array, AsyncIterable, or Iterable.")}function Ki(){return typeof Symbol!="function"||!Symbol.iterator?"@@iterator":Symbol.iterator}var Qt=Ki();function Yt(e){return A(e==null?void 0:e[Qt])}function Gt(e){return ln(this,arguments,function(){var r,n,o,i;return Pt(this,function(a){switch(a.label){case 0:r=e.getReader(),a.label=1;case 1:a.trys.push([1,,9,10]),a.label=2;case 2:return[4,Xe(r.read())];case 3:return n=a.sent(),o=n.value,i=n.done,i?[4,Xe(void 0)]:[3,5];case 4:return[2,a.sent()];case 5:return[4,Xe(o)];case 6:return[4,a.sent()];case 7:return a.sent(),[3,2];case 8:return[3,10];case 9:return r.releaseLock(),[7];case 10:return[2]}})})}function Bt(e){return A(e==null?void 0:e.getReader)}function $(e){if(e instanceof U)return e;if(e!=null){if(Nt(e))return Qi(e);if(pt(e))return Yi(e);if(zt(e))return Gi(e);if(qt(e))return _n(e);if(Yt(e))return Bi(e);if(Bt(e))return Ji(e)}throw Kt(e)}function Qi(e){return new U(function(t){var r=e[ft]();if(A(r.subscribe))return r.subscribe(t);throw new TypeError("Provided object does not correctly implement Symbol.observable")})}function Yi(e){return new U(function(t){for(var r=0;r=2;return function(n){return n.pipe(e?_(function(o,i){return e(o,i,n)}):me,Oe(1),r?He(t):zn(function(){return new Xt}))}}function Nn(){for(var e=[],t=0;t=2,!0))}function fe(e){e===void 0&&(e={});var t=e.connector,r=t===void 0?function(){return new E}:t,n=e.resetOnError,o=n===void 0?!0:n,i=e.resetOnComplete,a=i===void 0?!0:i,s=e.resetOnRefCountZero,f=s===void 0?!0:s;return function(c){var u,p,m,d=0,h=!1,v=!1,B=function(){p==null||p.unsubscribe(),p=void 0},re=function(){B(),u=m=void 0,h=v=!1},z=function(){var T=u;re(),T==null||T.unsubscribe()};return g(function(T,Ke){d++,!v&&!h&&B();var We=m=m!=null?m:r();Ke.add(function(){d--,d===0&&!v&&!h&&(p=jr(z,f))}),We.subscribe(Ke),!u&&d>0&&(u=new et({next:function(Ie){return We.next(Ie)},error:function(Ie){v=!0,B(),p=jr(re,o,Ie),We.error(Ie)},complete:function(){h=!0,B(),p=jr(re,a),We.complete()}}),$(T).subscribe(u))})(c)}}function jr(e,t){for(var r=[],n=2;ne.next(document)),e}function K(e,t=document){return Array.from(t.querySelectorAll(e))}function V(e,t=document){let r=se(e,t);if(typeof r=="undefined")throw new ReferenceError(`Missing element: expected "${e}" to be present`);return r}function se(e,t=document){return t.querySelector(e)||void 0}function _e(){return document.activeElement instanceof HTMLElement&&document.activeElement||void 0}function tr(e){return L(b(document.body,"focusin"),b(document.body,"focusout")).pipe(ke(1),l(()=>{let t=_e();return typeof t!="undefined"?e.contains(t):!1}),N(e===_e()),Y())}function Be(e){return{x:e.offsetLeft,y:e.offsetTop}}function Yn(e){return L(b(window,"load"),b(window,"resize")).pipe(Ce(0,we),l(()=>Be(e)),N(Be(e)))}function rr(e){return{x:e.scrollLeft,y:e.scrollTop}}function dt(e){return L(b(e,"scroll"),b(window,"resize")).pipe(Ce(0,we),l(()=>rr(e)),N(rr(e)))}var Bn=function(){if(typeof Map!="undefined")return Map;function e(t,r){var n=-1;return t.some(function(o,i){return o[0]===r?(n=i,!0):!1}),n}return function(){function t(){this.__entries__=[]}return Object.defineProperty(t.prototype,"size",{get:function(){return this.__entries__.length},enumerable:!0,configurable:!0}),t.prototype.get=function(r){var n=e(this.__entries__,r),o=this.__entries__[n];return o&&o[1]},t.prototype.set=function(r,n){var o=e(this.__entries__,r);~o?this.__entries__[o][1]=n:this.__entries__.push([r,n])},t.prototype.delete=function(r){var n=this.__entries__,o=e(n,r);~o&&n.splice(o,1)},t.prototype.has=function(r){return!!~e(this.__entries__,r)},t.prototype.clear=function(){this.__entries__.splice(0)},t.prototype.forEach=function(r,n){n===void 0&&(n=null);for(var o=0,i=this.__entries__;o0},e.prototype.connect_=function(){!zr||this.connected_||(document.addEventListener("transitionend",this.onTransitionEnd_),window.addEventListener("resize",this.refresh),xa?(this.mutationsObserver_=new MutationObserver(this.refresh),this.mutationsObserver_.observe(document,{attributes:!0,childList:!0,characterData:!0,subtree:!0})):(document.addEventListener("DOMSubtreeModified",this.refresh),this.mutationEventsAdded_=!0),this.connected_=!0)},e.prototype.disconnect_=function(){!zr||!this.connected_||(document.removeEventListener("transitionend",this.onTransitionEnd_),window.removeEventListener("resize",this.refresh),this.mutationsObserver_&&this.mutationsObserver_.disconnect(),this.mutationEventsAdded_&&document.removeEventListener("DOMSubtreeModified",this.refresh),this.mutationsObserver_=null,this.mutationEventsAdded_=!1,this.connected_=!1)},e.prototype.onTransitionEnd_=function(t){var r=t.propertyName,n=r===void 0?"":r,o=ya.some(function(i){return!!~n.indexOf(i)});o&&this.refresh()},e.getInstance=function(){return this.instance_||(this.instance_=new e),this.instance_},e.instance_=null,e}(),Jn=function(e,t){for(var r=0,n=Object.keys(t);r0},e}(),Zn=typeof WeakMap!="undefined"?new WeakMap:new Bn,eo=function(){function e(t){if(!(this instanceof e))throw new TypeError("Cannot call a class as a function.");if(!arguments.length)throw new TypeError("1 argument required, but only 0 present.");var r=Ea.getInstance(),n=new Ra(t,r,this);Zn.set(this,n)}return e}();["observe","unobserve","disconnect"].forEach(function(e){eo.prototype[e]=function(){var t;return(t=Zn.get(this))[e].apply(t,arguments)}});var ka=function(){return typeof nr.ResizeObserver!="undefined"?nr.ResizeObserver:eo}(),to=ka;var ro=new E,Ha=I(()=>H(new to(e=>{for(let t of e)ro.next(t)}))).pipe(x(e=>L(Te,H(e)).pipe(C(()=>e.disconnect()))),J(1));function de(e){return{width:e.offsetWidth,height:e.offsetHeight}}function ge(e){return Ha.pipe(S(t=>t.observe(e)),x(t=>ro.pipe(_(({target:r})=>r===e),C(()=>t.unobserve(e)),l(()=>de(e)))),N(de(e)))}function bt(e){return{width:e.scrollWidth,height:e.scrollHeight}}function ar(e){let t=e.parentElement;for(;t&&(e.scrollWidth<=t.scrollWidth&&e.scrollHeight<=t.scrollHeight);)t=(e=t).parentElement;return t?e:void 0}var no=new E,Pa=I(()=>H(new IntersectionObserver(e=>{for(let t of e)no.next(t)},{threshold:0}))).pipe(x(e=>L(Te,H(e)).pipe(C(()=>e.disconnect()))),J(1));function sr(e){return Pa.pipe(S(t=>t.observe(e)),x(t=>no.pipe(_(({target:r})=>r===e),C(()=>t.unobserve(e)),l(({isIntersecting:r})=>r))))}function oo(e,t=16){return dt(e).pipe(l(({y:r})=>{let n=de(e),o=bt(e);return r>=o.height-n.height-t}),Y())}var cr={drawer:V("[data-md-toggle=drawer]"),search:V("[data-md-toggle=search]")};function io(e){return cr[e].checked}function qe(e,t){cr[e].checked!==t&&cr[e].click()}function je(e){let t=cr[e];return b(t,"change").pipe(l(()=>t.checked),N(t.checked))}function $a(e,t){switch(e.constructor){case HTMLInputElement:return e.type==="radio"?/^Arrow/.test(t):!0;case HTMLSelectElement:case HTMLTextAreaElement:return!0;default:return e.isContentEditable}}function Ia(){return L(b(window,"compositionstart").pipe(l(()=>!0)),b(window,"compositionend").pipe(l(()=>!1))).pipe(N(!1))}function ao(){let e=b(window,"keydown").pipe(_(t=>!(t.metaKey||t.ctrlKey)),l(t=>({mode:io("search")?"search":"global",type:t.key,claim(){t.preventDefault(),t.stopPropagation()}})),_(({mode:t,type:r})=>{if(t==="global"){let n=_e();if(typeof n!="undefined")return!$a(n,r)}return!0}),fe());return Ia().pipe(x(t=>t?R:e))}function Me(){return new URL(location.href)}function ot(e){location.href=e.href}function so(){return new E}function co(e,t){if(typeof t=="string"||typeof t=="number")e.innerHTML+=t.toString();else if(t instanceof Node)e.appendChild(t);else if(Array.isArray(t))for(let r of t)co(e,r)}function M(e,t,...r){let n=document.createElement(e);if(t)for(let o of Object.keys(t))typeof t[o]!="undefined"&&(typeof t[o]!="boolean"?n.setAttribute(o,t[o]):n.setAttribute(o,""));for(let o of r)co(n,o);return n}function fr(e){if(e>999){let t=+((e-950)%1e3>99);return`${((e+1e-6)/1e3).toFixed(t)}k`}else return e.toString()}function fo(){return location.hash.substring(1)}function uo(e){let t=M("a",{href:e});t.addEventListener("click",r=>r.stopPropagation()),t.click()}function Fa(){return b(window,"hashchange").pipe(l(fo),N(fo()),_(e=>e.length>0),J(1))}function po(){return Fa().pipe(l(e=>se(`[id="${e}"]`)),_(e=>typeof e!="undefined"))}function Nr(e){let t=matchMedia(e);return Zt(r=>t.addListener(()=>r(t.matches))).pipe(N(t.matches))}function lo(){let e=matchMedia("print");return L(b(window,"beforeprint").pipe(l(()=>!0)),b(window,"afterprint").pipe(l(()=>!1))).pipe(N(e.matches))}function qr(e,t){return e.pipe(x(r=>r?t():R))}function ur(e,t={credentials:"same-origin"}){return ve(fetch(`${e}`,t)).pipe(ce(()=>R),x(r=>r.status!==200?Tt(()=>new Error(r.statusText)):H(r)))}function Ue(e,t){return ur(e,t).pipe(x(r=>r.json()),J(1))}function mo(e,t){let r=new DOMParser;return ur(e,t).pipe(x(n=>n.text()),l(n=>r.parseFromString(n,"text/xml")),J(1))}function pr(e){let t=M("script",{src:e});return I(()=>(document.head.appendChild(t),L(b(t,"load"),b(t,"error").pipe(x(()=>Tt(()=>new ReferenceError(`Invalid script: ${e}`))))).pipe(l(()=>{}),C(()=>document.head.removeChild(t)),Oe(1))))}function ho(){return{x:Math.max(0,scrollX),y:Math.max(0,scrollY)}}function bo(){return L(b(window,"scroll",{passive:!0}),b(window,"resize",{passive:!0})).pipe(l(ho),N(ho()))}function vo(){return{width:innerWidth,height:innerHeight}}function go(){return b(window,"resize",{passive:!0}).pipe(l(vo),N(vo()))}function yo(){return Q([bo(),go()]).pipe(l(([e,t])=>({offset:e,size:t})),J(1))}function lr(e,{viewport$:t,header$:r}){let n=t.pipe(X("size")),o=Q([n,r]).pipe(l(()=>Be(e)));return Q([r,t,o]).pipe(l(([{height:i},{offset:a,size:s},{x:f,y:c}])=>({offset:{x:a.x-f,y:a.y-c+i},size:s})))}(()=>{function e(n,o){parent.postMessage(n,o||"*")}function t(...n){return n.reduce((o,i)=>o.then(()=>new Promise(a=>{let s=document.createElement("script");s.src=i,s.onload=a,document.body.appendChild(s)})),Promise.resolve())}var r=class{constructor(n){this.url=n,this.onerror=null,this.onmessage=null,this.onmessageerror=null,this.m=a=>{a.source===this.w&&(a.stopImmediatePropagation(),this.dispatchEvent(new MessageEvent("message",{data:a.data})),this.onmessage&&this.onmessage(a))},this.e=(a,s,f,c,u)=>{if(s===this.url.toString()){let p=new ErrorEvent("error",{message:a,filename:s,lineno:f,colno:c,error:u});this.dispatchEvent(p),this.onerror&&this.onerror(p)}};let o=new EventTarget;this.addEventListener=o.addEventListener.bind(o),this.removeEventListener=o.removeEventListener.bind(o),this.dispatchEvent=o.dispatchEvent.bind(o);let i=document.createElement("iframe");i.width=i.height=i.frameBorder="0",document.body.appendChild(this.iframe=i),this.w.document.open(),this.w.document.write(` + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + +
+ + +
+ +
+ + + + + + +
+
+ + + +
+
+
+ + + + +
+
+
+ + + +
+
+
+ + + +
+
+
+ + + +
+
+ + + + + + + + +

Getting started and Basic shortcuts

+

Any HTTP request in an application is represented as a set of lines, each line contains some field. +Each field contains a separate part of the HTTP request, such as a URL address, method, header, parameter, etc. +There can be only one selected field, and it is highlighted with a colored frame.

+

Simple steps to get started with the application

+
    +
  • Once application is launched, enter url https://github.com/ in the one existing field.
  • +
  • You need to add a new field by pressing Ctrl-Enter.
  • +
  • Enter in the new field - method GET
  • +
  • To make an HTTP request, press Ctrl-Z or F5.
  • +
  • For change tab on Result need press F11.
  • +
  • After the HTTP request completes, you can see the Status, Response Time and Response Size, headers and body of the response if it was received from the server.
  • +
+

Most used shortcuts:

+

List of keyboard shortcuts

+
    +
  • F1 - If you forgot a shortcut, you can check it at any time in the popup-help. It contains search by name or label.
  • +
+

Manage fields

+
    +
  • Ctrl-Enter - Adding a new empty field below the selected field.
  • +
  • Alt-Enter - Adding a new empty field on top of the selected field.
  • +
  • Shift-Enter - Adding a new empty field at the end of the fields.
  • +
+

Tabs management

+
    +
  • F11 - Switching between tabs for HTTP request fields and Result.
  • +
+

Executing the request

+
    +
  • Ctrl-Z or F5 - Run HTTP request
  • +
  • Ctrl-B or F4 - Cancel an HTTP request if it is not completed
  • +
+

You can check the full documentation about all fields at this link

+ + + + + + +
+
+ + +
+ +
+ + + +
+
+
+
+ + + + + + + + + + + \ No newline at end of file diff --git a/commonfields/index.html b/commonfields/index.html new file mode 100644 index 0000000..a27a651 --- /dev/null +++ b/commonfields/index.html @@ -0,0 +1,908 @@ + + + + + + + + + + + + + + + + + + + + + + + + Fields - ArdorQuery + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + +
+ + +
+ +
+ + + + + + +
+
+ + + +
+
+
+ + + + +
+
+
+ + + + + + + +
+
+ + + + + + + + +

Fields

+

Fields marked [single] must only be specified once in the request. If you specify them several times, the value will be taken from the last line in order.

+

Basic fields

+

url X [single]

+

Specifies URL for the HTTP request, where X it full URL.
+Example: url https://github.com

+

method X [single]

+

Specifies the HTTP request method. Where X can be one of the possible values: GET, POST, PUT, DELETE, PATCH.
+Example: method POST

+

body X [single]

+

Specify the content in the body for the HTTP request.
+Example: body {"jsonField": "jsonValue" }

+

Form fields

+

form X=Y

+

Add form field where X it name of field and Y it value.
+Example: form count=100

+

file X=Y

+

Add file field where X it name of file field and Y it full path for file in filesystem.
+Example: file poster=~/images/poster.jpg

+

Header fields

+

<header name> <value>

+

Add header field for one of standart headers, where header name it name of standart header and value it header value.
+You can see full list of standard headers on this page.

+

Example: Content-Type application/json

+

X-<header name> <value>

+

Add header field for non standart headers, where header name it name of header and value it header value.
+For a while there was a format for custom headers like X-<Header Name>.

+

Example: X-USERID 550

+

header <header name> <value>

+

Add header field for non standart headers, where header name it name of header and value it header value.

+

Example: header USERID 550

+ +

Adding parameter to Cookie header, where cookie name it name of header and value it value.

+

Example: header USERID 550

+

protocol <value>

+

By default, all HTTPS requests will attempt to use the HTTP/2 protocol. If this is undesirable behavior, you can force requests to run over HTTP/1.1 defining this field.

+

Example: protocol 1.1

+

URL improve fields

+

param <parameter name>=<value>

+

Adding a URL parameter, where parameter name is the name of the parameter and value is its value. +For ease of readability, it may be helpful if the URL itself and its parameters are separated. For example, I have a full URL http://test.com?id=20. +We can split it in the application into two lines: the first url http://test.com and the second param id=20.

+

Example: param userId=1

+

route <route name>=<value>

+

Adding a URL parameter, where route name is the name of the parameter and value is its value. +The modern way is to add URL parameters as part of the route, like http://test.com/products/20/product, where 20 is actually an parameter like identifier. +We can split it in the application into two lines: the first url http://test.com/products/{id}/product and the second route id=20. +The application supports placing the same segment in multiple places, for example http://test.com/products/{id}/product/{id}.

+

Example: route segment=2

+

Scripting

+

postscript <script>

+

Adding a postscript, where script is a script written in JavaScript to process the request result.
+The script can be used to validate results using custom logic. You can read more about scripting on this page.

+

Example: postscript result.hasErrors = response.statusCode != 200;

+

Aliases

+

An alias combines multiple fields into a single field or makes it easier to write some fields.

+

bearer <token>

+

Added authorization header with bearer type and value from token.

+

Example: +bearer ABCDEF -> Authorization Bearer ABCDEF

+

json <content>

+

where content it body content. This can be useful if you are making a request to a restful API.

+

Example: +json {"result": true} +-> +Content-Type application/json +Accept application/json +body {"result": true}

+

xmla <content>

+

where content it body content. This can be useful if you are making a request to a restful API.

+

Example: +xmla <xml></xml> +-> +Content-Type application/xml +Accept application/xml +body <xml></xml>

+

Extra fields

+

title <name>

+

Adding title for query, where name is the name of the query.
+The title will appear in the request list and can be used as a human-readable description.

+

Example: title Query for get all products

+

options <option1>,<option2>,<option3>

+

Adding options for performing query, where optionX is the name of the option.
+You can check the list of all options on this page.

+

Example: options noautoredirect,weaksslcheck

+ + + + + + +
+
+ + +
+ +
+ + + +
+
+
+
+ + + + + + + + + + + \ No newline at end of file diff --git a/globalvariables/index.html b/globalvariables/index.html new file mode 100644 index 0000000..fe5d51d --- /dev/null +++ b/globalvariables/index.html @@ -0,0 +1,365 @@ + + + + + + + + + + + + + + + + + + + + + + Global Variables - ArdorQuery + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + +
+ + +
+ +
+ + + + + + +
+
+ + + +
+
+
+ + + + +
+
+
+ + + +
+
+
+ + + +
+
+
+ + + +
+
+ + + + + + + + +

Global variables

+

You can define a global variable and use it in your queries. To open the Global Variables window, press Ctrl-F6/Command-F6. +The format of a global variable is the same as in the <variable name> <value> query editor. +You can press Ctrl-Enter to add a new line for create a new global variable. +At the end of edit session you need to save the global variables by pressing Ctrl-S/Command-S. +After this you can use the global variable in your queries like {{<name of variable>}}.

+

As example global variable mytoken 4354534534534534534

+
bearer {{mytoken}}
+
+

header will be replaced on bearer 4354534534534534534.

+ + + + + + +
+
+ + +
+ +
+ + + +
+
+
+
+ + + + + + + + + + + \ No newline at end of file diff --git a/images/index.png b/images/index.png new file mode 100644 index 0000000000000000000000000000000000000000..e5bd13c09b9565eab3503f44089643103979806b GIT binary patch literal 154206 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 w)`Wc1M{9{siPy{-wmq=MQiXpKM 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

(~8VEoRW6B;*752qeHN@U5HtX>tihk;rG4Hw^U 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

C=?)`c z&~E1BB8nnlV61^ZDI@S@W|sLFgGwfiV>qO9vd2RP$t>JgM+(VpD%LGjJIzEpr&XO- zCR{CYm?Q{x7cCb=IFl%b>~h!}$S7Q@)tB@5kFeoDG+TEPLy<#iP)=Y8QHZjR>hOtY z%BmoR13z^Nb4YOP9v3kWQ0DATx#aNCtexk=%D#)fQPzDu#lDY28@#|-LgR*M|3X4NaZSrJ4vnbRbx5@$k~@L&4vdoYic zkP@?oHs{e^do0h+6EjZN60{@9jhnq)y_F zegE38=vBtMZU4tn2IgSpQO1w%hgHS120>Z7{)=) z@=Q`paarbVy!t&wdFwXjt1+NJ5R2r1ziE9GM4@N8znvixJyOX(0j` z?Pa#qam1cJ$t*)6kd>%kvB$S9rFbYlKq(Nm0BC`Hl8yQlL$X(>Yzm`VPXT(6&O6{V zC}j(*VO5S!-4Pa(MP1hzB!pxf80K*cJPf+(%CRefP-dbUUJVpdc%Fj+61^ol*>DzA z2r!**Lrz8@IYz%zsa~jhR3}B%fiWfAj1-ExSwG3u$u75sJ^PslIis;a{>}?~q-*g^ zPQkXKNyr(C#w00h?}p{nA1fsNlSb)D9n6wp5j*77BIce45S+lW*qm^WNI&S1$08v2 zGNffP&ExH-T`A(;CC%^f;W1~moX3X_=2RjP?{GaV&hegJcHy7qhS*W0=9mN>&#Tb8 ziSHbmS@mX)%M@r1zR=hc8X?g3z)5i{Fb{E340?FgS;t1>O(w zn8ye4IHQ!cx*DQTN_V!&^-`ksV!q}J!X>~_D2J={97L+~D?yg`VnDxFEZKKE>`9euyWj# zLSU-Z3oQa>7$W2lwC)@pp#>5twmkN7D*t!3rApZ&Rza~k866^ojFwEvkD0!nUavsJ~hD%@sGu;d!wN&NHuv&>;$p5CwV*pcISu z`gmP&EKV5s1+OUq-!4^VvvQ=Zyar(?MMR9k^7Xl$wV8Ad?A@Stpwex3p@TXT)#(6| z7qTpRE2;D1?T}NUa3FF_tja=TEg04ufkC*S_;z`w_SoMkl~G*EMsivSOydo7EeD2mZLy`i7lFY3@-Ow6Y42aatkB!gVGgBQttLs% z?n<5VJ*jMpnO-7!H&uvizXV!%-Z~dY@(z)yhMF`)VLOf*ZpOxe!IX(>1ySfQNqXFi zN3McvFmH0Dmh`Qpre2xpD5D4(U zT;B;<4pNIyq!w|l6duND1ar_2`dcmAv&szC^`Bd%Aq1wwMU{u3-NaDT)uJdq!R5Iu zUerKO0sQ9RqTeQe(Uaef$>54liL_eZlg}kemy?fMzjbm4sL4u>tRqG|a5|Xz#DavC)VV2+si|wvW z!maipj|3x?QNs4qHr%T>N++or-#Z_ZDwjn*LO!ehScgpg^gA2%=KuonLis#AzDP*H zj~6uLRx-T|p|xfcYu&sr>qndqit($^RCWWIFdU&-UhZ14TajA5vB`!R^yxgYV?XEw zom@%S3E=|wK!4YE8BmAMMCaHCWE~E~aWy&ugNOp>4nicS6^qnJ9V3kLtV(7Af8>;@ z4P=pyH;zQa|D%wnZ!qUU%7PvsU+Bkv0l~UwCo$cYLVQ@cmkhfmm|jedoozp)h;d8X zFd}9wz0Bvj7anbf*ZFw{&PobNNx~WfuKo;Pc=S^;5qvra#M&x8$#HH)d9%iXcNjHgQ8;&woP)g z{0UAn7YA+j?ntY(ZDU48nVVSWX!rKYYvmpR>FaS=TG!&WJSUIdh%n(9J9UR#>3`jR zL(yO_T#V9#zz9|slE^i)V%fvK*WA<4P;(evv2IYY{KVPt#&ofBwsZF6G_gCLZUYo9bmy%{%D7_j_6_?P?w=Y5X)j+dSqQ0S7k*!oT1v#@) z3uyaJb(S!X$O4a7csu@ltECV%b+zHHVbj$e#m!2*8I<_zgh+8=81 z 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 + + + + + + + + + + + + + + + + + + + + ArdorQuery + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+
+ +
+ + + + +
+ + +
+ +
+ + + + + + +
+
+ + + +
+
+
+ + + + +
+
+
+ + + +
+
+
+ + + +
+
+
+ + + +
+
+ + + + + + + + +

ArdorQuery

+

Cross-platform desktop is a tool for making HTTP(S) requests from websites or RESTful APIs. Similar to cURL, but with a graphical interface. +Can be used for testing and/or developing web applications. Application have minimal user interface and keyboard oriented. +The HTTP request is broken down into a human-readable set of lines. Each line describes the type at the beginning, for example url means we define the URL for the HTTP request. +Each type of line has a different color to help visually identify that content.

+

Screenshot

+

Download

+

You can always download the latest stable version from this link.

+

Getting started

+ +

Feedback

+

If you find a bug or have suggestions for the application, feel free to post an issue or discussion in the repository.

+ + + + + + +
+
+ + +
+ +
+ + + +
+
+
+
+ + + + + + + + + + + \ No newline at end of file diff --git a/options/index.html b/options/index.html new file mode 100644 index 0000000..63c5376 --- /dev/null +++ b/options/index.html @@ -0,0 +1,433 @@ + + + + + + + + + + + + + + + + + + + + + + + + Options - ArdorQuery + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + +
+ + +
+ +
+ + + + + + +
+
+ + + +
+
+
+ + + + +
+
+
+ + + +
+
+
+ + + +
+
+
+ + + +
+
+ + + + + + + + +

Options

+

Options are written as a set of words separated by a comma (option 1, option 2).
+Example: options noautoredirect,noweaksslcheck.

+

Change redirect behaviour

+

Default behaviour is auto redirect if server responsed any from 30x HTTP codes.

+
    +
  • noautoredirect - If the endpoint tries to redirect, this will not happen. In response, you will see information about the redirect.
  • +
  • autoredirect - If the endpoint tries to redirect, this will happen without any limitation. The only exception is a redirect between https to http which is not allowed.
  • +
  • autoredirectsameorigin - If the endpoint tries to redirect, this will happen only if it happened on same host, port and protocol.
  • +
+

Check SSL Certificate

+

Default behaviour is strong SSL check.

+
    +
  • weaksslcheck - The request a certificate from the peer will be happened, but does not require this certificate to be valid.
  • +
  • noweaksslcheck - No SSL certificate verification. This can be useful if you are testing a web server using a developer/local certificate on local machine.
  • +
+ + + + + + +
+
+ + +
+ +
+ + + +
+
+
+
+ + + + + + + + + + + \ No newline at end of file diff --git a/postscript/index.html b/postscript/index.html new file mode 100644 index 0000000..968a3cb --- /dev/null +++ b/postscript/index.html @@ -0,0 +1,526 @@ + + + + + + + + + + + + + + + + + + + + + + + + Scripting - ArdorQuery + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + +
+ + +
+ +
+ + + + + + +
+
+ + + +
+
+
+ + + + +
+
+
+ + + +
+
+
+ + + +
+
+
+ + + +
+
+ + + + + + + + +

Scripting

+

For scripting in application uses JavaScript language.

+

Post scripting

+

Global objects

+

Post scripts have access to global objects response and result. Object response using for get data about result of HTTP request. Object result usings for set of result validation HTTP request.

+

Response

+

headers - array contains all response headers with values in format HeaderName HeaderValue. +statusCode - number in range 0-600 from HTTP status code. +errorMessage - if the request was in error, this field will contain a description of the error. +bodySize - number from header Content-Length (or the actual size of the response body if not specified). +route - the final URL with which the request was launched.

+

Result

+

hasErrors (editable) - indicate if some error happened while postsctipr works. +errorMessage (editable) - may contain a description of the user's error, which is displayed next to the status code in the results tab.

+

Examples

+

Check status code it is equal 200 (OK):

+
postscript result.hasErrors = response.statusCode == 200;
+
+

Check if the response has a server header:

+
postscript 
+if(!response.headers.find(a => a.indexOf("server"))) {
+  result.hasErrors = true;
+  result.errorMessage = "Header server not specified!!!";
+}
+
+

Pre scripting

+

Web socket scripting

+ + + + + + +
+
+ + +
+ +
+ + + +
+
+
+
+ + + + + + + + + + + \ No newline at end of file diff --git a/search/lunr.js b/search/lunr.js new file mode 100644 index 0000000..aca0a16 --- /dev/null +++ b/search/lunr.js @@ -0,0 +1,3475 @@ +/** + * lunr - http://lunrjs.com - A bit like Solr, but much smaller and not as bright - 2.3.9 + * Copyright (C) 2020 Oliver Nightingale + * @license MIT + */ + +;(function(){ + +/** + * A convenience function for configuring and constructing + * a new lunr Index. + * + * A lunr.Builder instance is created and the pipeline setup + * with a trimmer, stop word filter and stemmer. + * + * This builder object is yielded to the configuration function + * that is passed as a parameter, allowing the list of fields + * and other builder parameters to be customised. + * + * All documents _must_ be added within the passed config function. + * + * @example + * var idx = lunr(function () { + * this.field('title') + * this.field('body') + * this.ref('id') + * + * documents.forEach(function (doc) { + * this.add(doc) + * }, this) + * }) + * + * @see {@link lunr.Builder} + * @see {@link lunr.Pipeline} + * @see {@link lunr.trimmer} + * @see {@link lunr.stopWordFilter} + * @see {@link lunr.stemmer} + * @namespace {function} lunr + */ +var lunr = function (config) { + var builder = new lunr.Builder + + builder.pipeline.add( + lunr.trimmer, + lunr.stopWordFilter, + lunr.stemmer + ) + + builder.searchPipeline.add( + lunr.stemmer + ) + + config.call(builder, builder) + return builder.build() +} + +lunr.version = "2.3.9" +/*! + * lunr.utils + * Copyright (C) 2020 Oliver Nightingale + */ + +/** + * A namespace containing utils for the rest of the lunr library + * @namespace lunr.utils + */ +lunr.utils = {} + +/** + * Print a warning message to the console. + * + * @param {String} message The message to be printed. + * @memberOf lunr.utils + * @function + */ +lunr.utils.warn = (function (global) { + /* eslint-disable no-console */ + return function (message) { + if (global.console && console.warn) { + console.warn(message) + } + } + /* eslint-enable no-console */ +})(this) + +/** + * Convert an object to a string. + * + * In the case of `null` and `undefined` the function returns + * the empty string, in all other cases the result of calling + * `toString` on the passed object is returned. + * + * @param {Any} obj The object to convert to a string. + * @return {String} string representation of the passed object. + * @memberOf lunr.utils + */ +lunr.utils.asString = function (obj) { + if (obj === void 0 || obj === null) { + return "" + } else { + return obj.toString() + } +} + +/** + * Clones an object. + * + * Will create a copy of an existing object such that any mutations + * on the copy cannot affect the original. + * + * Only shallow objects are supported, passing a nested object to this + * function will cause a TypeError. + * + * Objects with primitives, and arrays of primitives are supported. + * + * @param {Object} obj The object to clone. + * @return {Object} a clone of the passed object. + * @throws {TypeError} when a nested object is passed. + * @memberOf Utils + */ +lunr.utils.clone = function (obj) { + if (obj === null || obj === undefined) { + return obj + } + + var clone = Object.create(null), + keys = Object.keys(obj) + + for (var i = 0; i < keys.length; i++) { + var key = keys[i], + val = obj[key] + + if (Array.isArray(val)) { + clone[key] = val.slice() + continue + } + + if (typeof val === 'string' || + typeof val === 'number' || + typeof val === 'boolean') { + clone[key] = val + continue + } + + throw new TypeError("clone is not deep and does not support nested objects") + } + + return clone +} +lunr.FieldRef = function (docRef, fieldName, stringValue) { + this.docRef = docRef + this.fieldName = fieldName + this._stringValue = stringValue +} + +lunr.FieldRef.joiner = "/" + +lunr.FieldRef.fromString = function (s) { + var n = s.indexOf(lunr.FieldRef.joiner) + + if (n === -1) { + throw "malformed field ref string" + } + + var fieldRef = s.slice(0, n), + docRef = s.slice(n + 1) + + return new lunr.FieldRef (docRef, fieldRef, s) +} + +lunr.FieldRef.prototype.toString = function () { + if (this._stringValue == undefined) { + this._stringValue = this.fieldName + lunr.FieldRef.joiner + this.docRef + } + + return this._stringValue +} +/*! + * lunr.Set + * Copyright (C) 2020 Oliver Nightingale + */ + +/** + * A lunr set. + * + * @constructor + */ +lunr.Set = function (elements) { + this.elements = Object.create(null) + + if (elements) { + this.length = elements.length + + for (var i = 0; i < this.length; i++) { + this.elements[elements[i]] = true + } + } else { + this.length = 0 + } +} + +/** + * A complete set that contains all elements. + * + * @static + * @readonly + * @type {lunr.Set} + */ +lunr.Set.complete = { + intersect: function (other) { + return other + }, + + union: function () { + return this + }, + + contains: function () { + return true + } +} + +/** + * An empty set that contains no elements. + * + * @static + * @readonly + * @type {lunr.Set} + */ +lunr.Set.empty = { + intersect: function () { + return this + }, + + union: function (other) { + return other + }, + + contains: function () { + return false + } +} + +/** + * Returns true if this set contains the specified object. + * + * @param {object} object - Object whose presence in this set is to be tested. + * @returns {boolean} - True if this set contains the specified object. + */ +lunr.Set.prototype.contains = function (object) { + return !!this.elements[object] +} + +/** + * Returns a new set containing only the elements that are present in both + * this set and the specified set. + * + * @param {lunr.Set} other - set to intersect with this set. + * @returns {lunr.Set} a new set that is the intersection of this and the specified set. + */ + +lunr.Set.prototype.intersect = function (other) { + var a, b, elements, intersection = [] + + if (other === lunr.Set.complete) { + return this + } + + if (other === lunr.Set.empty) { + return other + } + + if (this.length < other.length) { + a = this + b = other + } else { + a = other + b = this + } + + elements = Object.keys(a.elements) + + for (var i = 0; i < elements.length; i++) { + var element = elements[i] + if (element in b.elements) { + intersection.push(element) + } + } + + return new lunr.Set (intersection) +} + +/** + * Returns a new set combining the elements of this and the specified set. + * + * @param {lunr.Set} other - set to union with this set. + * @return {lunr.Set} a new set that is the union of this and the specified set. + */ + +lunr.Set.prototype.union = function (other) { + if (other === lunr.Set.complete) { + return lunr.Set.complete + } + + if (other === lunr.Set.empty) { + return this + } + + return new lunr.Set(Object.keys(this.elements).concat(Object.keys(other.elements))) +} +/** + * A function to calculate the inverse document frequency for + * a posting. This is shared between the builder and the index + * + * @private + * @param {object} posting - The posting for a given term + * @param {number} documentCount - The total number of documents. + */ +lunr.idf = function (posting, documentCount) { + var documentsWithTerm = 0 + + for (var fieldName in posting) { + if (fieldName == '_index') continue // Ignore the term index, its not a field + documentsWithTerm += Object.keys(posting[fieldName]).length + } + + var x = (documentCount - documentsWithTerm + 0.5) / (documentsWithTerm + 0.5) + + return Math.log(1 + Math.abs(x)) +} + +/** + * A token wraps a string representation of a token + * as it is passed through the text processing pipeline. + * + * @constructor + * @param {string} [str=''] - The string token being wrapped. + * @param {object} [metadata={}] - Metadata associated with this token. + */ +lunr.Token = function (str, metadata) { + this.str = str || "" + this.metadata = metadata || {} +} + +/** + * Returns the token string that is being wrapped by this object. + * + * @returns {string} + */ +lunr.Token.prototype.toString = function () { + return this.str +} + +/** + * A token update function is used when updating or optionally + * when cloning a token. + * + * @callback lunr.Token~updateFunction + * @param {string} str - The string representation of the token. + * @param {Object} metadata - All metadata associated with this token. + */ + +/** + * Applies the given function to the wrapped string token. + * + * @example + * token.update(function (str, metadata) { + * return str.toUpperCase() + * }) + * + * @param {lunr.Token~updateFunction} fn - A function to apply to the token string. + * @returns {lunr.Token} + */ +lunr.Token.prototype.update = function (fn) { + this.str = fn(this.str, this.metadata) + return this +} + +/** + * Creates a clone of this token. Optionally a function can be + * applied to the cloned token. + * + * @param {lunr.Token~updateFunction} [fn] - An optional function to apply to the cloned token. + * @returns {lunr.Token} + */ +lunr.Token.prototype.clone = function (fn) { + fn = fn || function (s) { return s } + return new lunr.Token (fn(this.str, this.metadata), this.metadata) +} +/*! + * lunr.tokenizer + * Copyright (C) 2020 Oliver Nightingale + */ + +/** + * A function for splitting a string into tokens ready to be inserted into + * the search index. Uses `lunr.tokenizer.separator` to split strings, change + * the value of this property to change how strings are split into tokens. + * + * This tokenizer will convert its parameter to a string by calling `toString` and + * then will split this string on the character in `lunr.tokenizer.separator`. + * Arrays will have their elements converted to strings and wrapped in a lunr.Token. + * + * Optional metadata can be passed to the tokenizer, this metadata will be cloned and + * added as metadata to every token that is created from the object to be tokenized. + * + * @static + * @param {?(string|object|object[])} obj - The object to convert into tokens + * @param {?object} metadata - Optional metadata to associate with every token + * @returns {lunr.Token[]} + * @see {@link lunr.Pipeline} + */ +lunr.tokenizer = function (obj, metadata) { + if (obj == null || obj == undefined) { + return [] + } + + if (Array.isArray(obj)) { + return obj.map(function (t) { + return new lunr.Token( + lunr.utils.asString(t).toLowerCase(), + lunr.utils.clone(metadata) + ) + }) + } + + var str = obj.toString().toLowerCase(), + len = str.length, + tokens = [] + + for (var sliceEnd = 0, sliceStart = 0; sliceEnd <= len; sliceEnd++) { + var char = str.charAt(sliceEnd), + sliceLength = sliceEnd - sliceStart + + if ((char.match(lunr.tokenizer.separator) || sliceEnd == len)) { + + if (sliceLength > 0) { + var tokenMetadata = lunr.utils.clone(metadata) || {} + tokenMetadata["position"] = [sliceStart, sliceLength] + tokenMetadata["index"] = tokens.length + + tokens.push( + new lunr.Token ( + str.slice(sliceStart, sliceEnd), + tokenMetadata + ) + ) + } + + sliceStart = sliceEnd + 1 + } + + } + + return tokens +} + +/** + * The separator used to split a string into tokens. Override this property to change the behaviour of + * `lunr.tokenizer` behaviour when tokenizing strings. By default this splits on whitespace and hyphens. + * + * @static + * @see lunr.tokenizer + */ +lunr.tokenizer.separator = /[\s\-]+/ +/*! + * lunr.Pipeline + * Copyright (C) 2020 Oliver Nightingale + */ + +/** + * lunr.Pipelines maintain an ordered list of functions to be applied to all + * tokens in documents entering the search index and queries being ran against + * the index. + * + * An instance of lunr.Index created with the lunr shortcut will contain a + * pipeline with a stop word filter and an English language stemmer. Extra + * functions can be added before or after either of these functions or these + * default functions can be removed. + * + * When run the pipeline will call each function in turn, passing a token, the + * index of that token in the original list of all tokens and finally a list of + * all the original tokens. + * + * The output of functions in the pipeline will be passed to the next function + * in the pipeline. To exclude a token from entering the index the function + * should return undefined, the rest of the pipeline will not be called with + * this token. + * + * For serialisation of pipelines to work, all functions used in an instance of + * a pipeline should be registered with lunr.Pipeline. Registered functions can + * then be loaded. If trying to load a serialised pipeline that uses functions + * that are not registered an error will be thrown. + * + * If not planning on serialising the pipeline then registering pipeline functions + * is not necessary. + * + * @constructor + */ +lunr.Pipeline = function () { + this._stack = [] +} + +lunr.Pipeline.registeredFunctions = Object.create(null) + +/** + * A pipeline function maps lunr.Token to lunr.Token. A lunr.Token contains the token + * string as well as all known metadata. A pipeline function can mutate the token string + * or mutate (or add) metadata for a given token. + * + * A pipeline function can indicate that the passed token should be discarded by returning + * null, undefined or an empty string. This token will not be passed to any downstream pipeline + * functions and will not be added to the index. + * + * Multiple tokens can be returned by returning an array of tokens. Each token will be passed + * to any downstream pipeline functions and all will returned tokens will be added to the index. + * + * Any number of pipeline functions may be chained together using a lunr.Pipeline. + * + * @interface lunr.PipelineFunction + * @param {lunr.Token} token - A token from the document being processed. + * @param {number} i - The index of this token in the complete list of tokens for this document/field. + * @param {lunr.Token[]} tokens - All tokens for this document/field. + * @returns {(?lunr.Token|lunr.Token[])} + */ + +/** + * Register a function with the pipeline. + * + * Functions that are used in the pipeline should be registered if the pipeline + * needs to be serialised, or a serialised pipeline needs to be loaded. + * + * Registering a function does not add it to a pipeline, functions must still be + * added to instances of the pipeline for them to be used when running a pipeline. + * + * @param {lunr.PipelineFunction} fn - The function to check for. + * @param {String} label - The label to register this function with + */ +lunr.Pipeline.registerFunction = function (fn, label) { + if (label in this.registeredFunctions) { + lunr.utils.warn('Overwriting existing registered function: ' + label) + } + + fn.label = label + lunr.Pipeline.registeredFunctions[fn.label] = fn +} + +/** + * Warns if the function is not registered as a Pipeline function. + * + * @param {lunr.PipelineFunction} fn - The function to check for. + * @private + */ +lunr.Pipeline.warnIfFunctionNotRegistered = function (fn) { + var isRegistered = fn.label && (fn.label in this.registeredFunctions) + + if (!isRegistered) { + lunr.utils.warn('Function is not registered with pipeline. This may cause problems when serialising the index.\n', fn) + } +} + +/** + * Loads a previously serialised pipeline. + * + * All functions to be loaded must already be registered with lunr.Pipeline. + * If any function from the serialised data has not been registered then an + * error will be thrown. + * + * @param {Object} serialised - The serialised pipeline to load. + * @returns {lunr.Pipeline} + */ +lunr.Pipeline.load = function (serialised) { + var pipeline = new lunr.Pipeline + + serialised.forEach(function (fnName) { + var fn = lunr.Pipeline.registeredFunctions[fnName] + + if (fn) { + pipeline.add(fn) + } else { + throw new Error('Cannot load unregistered function: ' + fnName) + } + }) + + return pipeline +} + +/** + * Adds new functions to the end of the pipeline. + * + * Logs a warning if the function has not been registered. + * + * @param {lunr.PipelineFunction[]} functions - Any number of functions to add to the pipeline. + */ +lunr.Pipeline.prototype.add = function () { + var fns = Array.prototype.slice.call(arguments) + + fns.forEach(function (fn) { + lunr.Pipeline.warnIfFunctionNotRegistered(fn) + this._stack.push(fn) + }, this) +} + +/** + * Adds a single function after a function that already exists in the + * pipeline. + * + * Logs a warning if the function has not been registered. + * + * @param {lunr.PipelineFunction} existingFn - A function that already exists in the pipeline. + * @param {lunr.PipelineFunction} newFn - The new function to add to the pipeline. + */ +lunr.Pipeline.prototype.after = function (existingFn, newFn) { + lunr.Pipeline.warnIfFunctionNotRegistered(newFn) + + var pos = this._stack.indexOf(existingFn) + if (pos == -1) { + throw new Error('Cannot find existingFn') + } + + pos = pos + 1 + this._stack.splice(pos, 0, newFn) +} + +/** + * Adds a single function before a function that already exists in the + * pipeline. + * + * Logs a warning if the function has not been registered. + * + * @param {lunr.PipelineFunction} existingFn - A function that already exists in the pipeline. + * @param {lunr.PipelineFunction} newFn - The new function to add to the pipeline. + */ +lunr.Pipeline.prototype.before = function (existingFn, newFn) { + lunr.Pipeline.warnIfFunctionNotRegistered(newFn) + + var pos = this._stack.indexOf(existingFn) + if (pos == -1) { + throw new Error('Cannot find existingFn') + } + + this._stack.splice(pos, 0, newFn) +} + +/** + * Removes a function from the pipeline. + * + * @param {lunr.PipelineFunction} fn The function to remove from the pipeline. + */ +lunr.Pipeline.prototype.remove = function (fn) { + var pos = this._stack.indexOf(fn) + if (pos == -1) { + return + } + + this._stack.splice(pos, 1) +} + +/** + * Runs the current list of functions that make up the pipeline against the + * passed tokens. + * + * @param {Array} tokens The tokens to run through the pipeline. + * @returns {Array} + */ +lunr.Pipeline.prototype.run = function (tokens) { + var stackLength = this._stack.length + + for (var i = 0; i < stackLength; i++) { + var fn = this._stack[i] + var memo = [] + + for (var j = 0; j < tokens.length; j++) { + var result = fn(tokens[j], j, tokens) + + if (result === null || result === void 0 || result === '') continue + + if (Array.isArray(result)) { + for (var k = 0; k < result.length; k++) { + memo.push(result[k]) + } + } else { + memo.push(result) + } + } + + tokens = memo + } + + return tokens +} + +/** + * Convenience method for passing a string through a pipeline and getting + * strings out. This method takes care of wrapping the passed string in a + * token and mapping the resulting tokens back to strings. + * + * @param {string} str - The string to pass through the pipeline. + * @param {?object} metadata - Optional metadata to associate with the token + * passed to the pipeline. + * @returns {string[]} + */ +lunr.Pipeline.prototype.runString = function (str, metadata) { + var token = new lunr.Token (str, metadata) + + return this.run([token]).map(function (t) { + return t.toString() + }) +} + +/** + * Resets the pipeline by removing any existing processors. + * + */ +lunr.Pipeline.prototype.reset = function () { + this._stack = [] +} + +/** + * Returns a representation of the pipeline ready for serialisation. + * + * Logs a warning if the function has not been registered. + * + * @returns {Array} + */ +lunr.Pipeline.prototype.toJSON = function () { + return this._stack.map(function (fn) { + lunr.Pipeline.warnIfFunctionNotRegistered(fn) + + return fn.label + }) +} +/*! + * lunr.Vector + * Copyright (C) 2020 Oliver Nightingale + */ + +/** + * A vector is used to construct the vector space of documents and queries. These + * vectors support operations to determine the similarity between two documents or + * a document and a query. + * + * Normally no parameters are required for initializing a vector, but in the case of + * loading a previously dumped vector the raw elements can be provided to the constructor. + * + * For performance reasons vectors are implemented with a flat array, where an elements + * index is immediately followed by its value. E.g. [index, value, index, value]. This + * allows the underlying array to be as sparse as possible and still offer decent + * performance when being used for vector calculations. + * + * @constructor + * @param {Number[]} [elements] - The flat list of element index and element value pairs. + */ +lunr.Vector = function (elements) { + this._magnitude = 0 + this.elements = elements || [] +} + + +/** + * Calculates the position within the vector to insert a given index. + * + * This is used internally by insert and upsert. If there are duplicate indexes then + * the position is returned as if the value for that index were to be updated, but it + * is the callers responsibility to check whether there is a duplicate at that index + * + * @param {Number} insertIdx - The index at which the element should be inserted. + * @returns {Number} + */ +lunr.Vector.prototype.positionForIndex = function (index) { + // For an empty vector the tuple can be inserted at the beginning + if (this.elements.length == 0) { + return 0 + } + + var start = 0, + end = this.elements.length / 2, + sliceLength = end - start, + pivotPoint = Math.floor(sliceLength / 2), + pivotIndex = this.elements[pivotPoint * 2] + + while (sliceLength > 1) { + if (pivotIndex < index) { + start = pivotPoint + } + + if (pivotIndex > index) { + end = pivotPoint + } + + if (pivotIndex == index) { + break + } + + sliceLength = end - start + pivotPoint = start + Math.floor(sliceLength / 2) + pivotIndex = this.elements[pivotPoint * 2] + } + + if (pivotIndex == index) { + return pivotPoint * 2 + } + + if (pivotIndex > index) { + return pivotPoint * 2 + } + + if (pivotIndex < index) { + return (pivotPoint + 1) * 2 + } +} + +/** + * Inserts an element at an index within the vector. + * + * Does not allow duplicates, will throw an error if there is already an entry + * for this index. + * + * @param {Number} insertIdx - The index at which the element should be inserted. + * @param {Number} val - The value to be inserted into the vector. + */ +lunr.Vector.prototype.insert = function (insertIdx, val) { + this.upsert(insertIdx, val, function () { + throw "duplicate index" + }) +} + +/** + * Inserts or updates an existing index within the vector. + * + * @param {Number} insertIdx - The index at which the element should be inserted. + * @param {Number} val - The value to be inserted into the vector. + * @param {function} fn - A function that is called for updates, the existing value and the + * requested value are passed as arguments + */ +lunr.Vector.prototype.upsert = function (insertIdx, val, fn) { + this._magnitude = 0 + var position = this.positionForIndex(insertIdx) + + if (this.elements[position] == insertIdx) { + this.elements[position + 1] = fn(this.elements[position + 1], val) + } else { + this.elements.splice(position, 0, insertIdx, val) + } +} + +/** + * Calculates the magnitude of this vector. + * + * @returns {Number} + */ +lunr.Vector.prototype.magnitude = function () { + if (this._magnitude) return this._magnitude + + var sumOfSquares = 0, + elementsLength = this.elements.length + + for (var i = 1; i < elementsLength; i += 2) { + var val = this.elements[i] + sumOfSquares += val * val + } + + return this._magnitude = Math.sqrt(sumOfSquares) +} + +/** + * Calculates the dot product of this vector and another vector. + * + * @param {lunr.Vector} otherVector - The vector to compute the dot product with. + * @returns {Number} + */ +lunr.Vector.prototype.dot = function (otherVector) { + var dotProduct = 0, + a = this.elements, b = otherVector.elements, + aLen = a.length, bLen = b.length, + aVal = 0, bVal = 0, + i = 0, j = 0 + + while (i < aLen && j < bLen) { + aVal = a[i], bVal = b[j] + if (aVal < bVal) { + i += 2 + } else if (aVal > bVal) { + j += 2 + } else if (aVal == bVal) { + dotProduct += a[i + 1] * b[j + 1] + i += 2 + j += 2 + } + } + + return dotProduct +} + +/** + * Calculates the similarity between this vector and another vector. + * + * @param {lunr.Vector} otherVector - The other vector to calculate the + * similarity with. + * @returns {Number} + */ +lunr.Vector.prototype.similarity = function (otherVector) { + return this.dot(otherVector) / this.magnitude() || 0 +} + +/** + * Converts the vector to an array of the elements within the vector. + * + * @returns {Number[]} + */ +lunr.Vector.prototype.toArray = function () { + var output = new Array (this.elements.length / 2) + + for (var i = 1, j = 0; i < this.elements.length; i += 2, j++) { + output[j] = this.elements[i] + } + + return output +} + +/** + * A JSON serializable representation of the vector. + * + * @returns {Number[]} + */ +lunr.Vector.prototype.toJSON = function () { + return this.elements +} +/* eslint-disable */ +/*! + * lunr.stemmer + * Copyright (C) 2020 Oliver Nightingale + * Includes code from - http://tartarus.org/~martin/PorterStemmer/js.txt + */ + +/** + * lunr.stemmer is an english language stemmer, this is a JavaScript + * implementation of the PorterStemmer taken from http://tartarus.org/~martin + * + * @static + * @implements {lunr.PipelineFunction} + * @param {lunr.Token} token - The string to stem + * @returns {lunr.Token} + * @see {@link lunr.Pipeline} + * @function + */ +lunr.stemmer = (function(){ + var step2list = { + "ational" : "ate", + "tional" : "tion", + "enci" : "ence", + "anci" : "ance", + "izer" : "ize", + "bli" : "ble", + "alli" : "al", + "entli" : "ent", + "eli" : "e", + "ousli" : "ous", + "ization" : "ize", + "ation" : "ate", + "ator" : "ate", + "alism" : "al", + "iveness" : "ive", + "fulness" : "ful", + "ousness" : "ous", + "aliti" : "al", + "iviti" : "ive", + "biliti" : "ble", + "logi" : "log" + }, + + step3list = { + "icate" : "ic", + "ative" : "", + "alize" : "al", + "iciti" : "ic", + "ical" : "ic", + "ful" : "", + "ness" : "" + }, + + c = "[^aeiou]", // consonant + v = "[aeiouy]", // vowel + C = c + "[^aeiouy]*", // consonant sequence + V = v + "[aeiou]*", // vowel sequence + + mgr0 = "^(" + C + ")?" + V + C, // [C]VC... is m>0 + meq1 = "^(" + C + ")?" + V + C + "(" + V + ")?$", // [C]VC[V] is m=1 + mgr1 = "^(" + C + ")?" + V + C + V + C, // [C]VCVC... is m>1 + s_v = "^(" + C + ")?" + v; // vowel in stem + + var re_mgr0 = new RegExp(mgr0); + var re_mgr1 = new RegExp(mgr1); + var re_meq1 = new RegExp(meq1); + var re_s_v = new RegExp(s_v); + + var re_1a = /^(.+?)(ss|i)es$/; + var re2_1a = /^(.+?)([^s])s$/; + var re_1b = /^(.+?)eed$/; + var re2_1b = /^(.+?)(ed|ing)$/; + var re_1b_2 = /.$/; + var re2_1b_2 = /(at|bl|iz)$/; + var re3_1b_2 = new RegExp("([^aeiouylsz])\\1$"); + var re4_1b_2 = new RegExp("^" + C + v + "[^aeiouwxy]$"); + + var re_1c = /^(.+?[^aeiou])y$/; + var re_2 = /^(.+?)(ational|tional|enci|anci|izer|bli|alli|entli|eli|ousli|ization|ation|ator|alism|iveness|fulness|ousness|aliti|iviti|biliti|logi)$/; + + var re_3 = /^(.+?)(icate|ative|alize|iciti|ical|ful|ness)$/; + + var re_4 = /^(.+?)(al|ance|ence|er|ic|able|ible|ant|ement|ment|ent|ou|ism|ate|iti|ous|ive|ize)$/; + var re2_4 = /^(.+?)(s|t)(ion)$/; + + var re_5 = /^(.+?)e$/; + var re_5_1 = /ll$/; + var re3_5 = new RegExp("^" + C + v + "[^aeiouwxy]$"); + + var porterStemmer = function porterStemmer(w) { + var stem, + suffix, + firstch, + re, + re2, + re3, + re4; + + if (w.length < 3) { return w; } + + firstch = w.substr(0,1); + if (firstch == "y") { + w = firstch.toUpperCase() + w.substr(1); + } + + // Step 1a + re = re_1a + re2 = re2_1a; + + if (re.test(w)) { w = w.replace(re,"$1$2"); } + else if (re2.test(w)) { w = w.replace(re2,"$1$2"); } + + // Step 1b + re = re_1b; + re2 = re2_1b; + if (re.test(w)) { + var fp = re.exec(w); + re = re_mgr0; + if (re.test(fp[1])) { + re = re_1b_2; + w = w.replace(re,""); + } + } else if (re2.test(w)) { + var fp = re2.exec(w); + stem = fp[1]; + re2 = re_s_v; + if (re2.test(stem)) { + w = stem; + re2 = re2_1b_2; + re3 = re3_1b_2; + re4 = re4_1b_2; + if (re2.test(w)) { w = w + "e"; } + else if (re3.test(w)) { re = re_1b_2; w = w.replace(re,""); } + else if (re4.test(w)) { w = w + "e"; } + } + } + + // Step 1c - replace suffix y or Y by i if preceded by a non-vowel which is not the first letter of the word (so cry -> cri, by -> by, say -> say) + re = re_1c; + if (re.test(w)) { + var fp = re.exec(w); + stem = fp[1]; + w = stem + "i"; + } + + // Step 2 + re = re_2; + if (re.test(w)) { + var fp = re.exec(w); + stem = fp[1]; + suffix = fp[2]; + re = re_mgr0; + if (re.test(stem)) { + w = stem + step2list[suffix]; + } + } + + // Step 3 + re = re_3; + if (re.test(w)) { + var fp = re.exec(w); + stem = fp[1]; + suffix = fp[2]; + re = re_mgr0; + if (re.test(stem)) { + w = stem + step3list[suffix]; + } + } + + // Step 4 + re = re_4; + re2 = re2_4; + if (re.test(w)) { + var fp = re.exec(w); + stem = fp[1]; + re = re_mgr1; + if (re.test(stem)) { + w = stem; + } + } else if (re2.test(w)) { + var fp = re2.exec(w); + stem = fp[1] + fp[2]; + re2 = re_mgr1; + if (re2.test(stem)) { + w = stem; + } + } + + // Step 5 + re = re_5; + if (re.test(w)) { + var fp = re.exec(w); + stem = fp[1]; + re = re_mgr1; + re2 = re_meq1; + re3 = re3_5; + if (re.test(stem) || (re2.test(stem) && !(re3.test(stem)))) { + w = stem; + } + } + + re = re_5_1; + re2 = re_mgr1; + if (re.test(w) && re2.test(w)) { + re = re_1b_2; + w = w.replace(re,""); + } + + // and turn initial Y back to y + + if (firstch == "y") { + w = firstch.toLowerCase() + w.substr(1); + } + + return w; + }; + + return function (token) { + return token.update(porterStemmer); + } +})(); + +lunr.Pipeline.registerFunction(lunr.stemmer, 'stemmer') +/*! + * lunr.stopWordFilter + * Copyright (C) 2020 Oliver Nightingale + */ + +/** + * lunr.generateStopWordFilter builds a stopWordFilter function from the provided + * list of stop words. + * + * The built in lunr.stopWordFilter is built using this generator and can be used + * to generate custom stopWordFilters for applications or non English languages. + * + * @function + * @param {Array} token The token to pass through the filter + * @returns {lunr.PipelineFunction} + * @see lunr.Pipeline + * @see lunr.stopWordFilter + */ +lunr.generateStopWordFilter = function (stopWords) { + var words = stopWords.reduce(function (memo, stopWord) { + memo[stopWord] = stopWord + return memo + }, {}) + + return function (token) { + if (token && words[token.toString()] !== token.toString()) return token + } +} + +/** + * lunr.stopWordFilter is an English language stop word list filter, any words + * contained in the list will not be passed through the filter. + * + * This is intended to be used in the Pipeline. If the token does not pass the + * filter then undefined will be returned. + * + * @function + * @implements {lunr.PipelineFunction} + * @params {lunr.Token} token - A token to check for being a stop word. + * @returns {lunr.Token} + * @see {@link lunr.Pipeline} + */ +lunr.stopWordFilter = lunr.generateStopWordFilter([ + 'a', + 'able', + 'about', + 'across', + 'after', + 'all', + 'almost', + 'also', + 'am', + 'among', + 'an', + 'and', + 'any', + 'are', + 'as', + 'at', + 'be', + 'because', + 'been', + 'but', + 'by', + 'can', + 'cannot', + 'could', + 'dear', + 'did', + 'do', + 'does', + 'either', + 'else', + 'ever', + 'every', + 'for', + 'from', + 'get', + 'got', + 'had', + 'has', + 'have', + 'he', + 'her', + 'hers', + 'him', + 'his', + 'how', + 'however', + 'i', + 'if', + 'in', + 'into', + 'is', + 'it', + 'its', + 'just', + 'least', + 'let', + 'like', + 'likely', + 'may', + 'me', + 'might', + 'most', + 'must', + 'my', + 'neither', + 'no', + 'nor', + 'not', + 'of', + 'off', + 'often', + 'on', + 'only', + 'or', + 'other', + 'our', + 'own', + 'rather', + 'said', + 'say', + 'says', + 'she', + 'should', + 'since', + 'so', + 'some', + 'than', + 'that', + 'the', + 'their', + 'them', + 'then', + 'there', + 'these', + 'they', + 'this', + 'tis', + 'to', + 'too', + 'twas', + 'us', + 'wants', + 'was', + 'we', + 'were', + 'what', + 'when', + 'where', + 'which', + 'while', + 'who', + 'whom', + 'why', + 'will', + 'with', + 'would', + 'yet', + 'you', + 'your' +]) + +lunr.Pipeline.registerFunction(lunr.stopWordFilter, 'stopWordFilter') +/*! + * lunr.trimmer + * Copyright (C) 2020 Oliver Nightingale + */ + +/** + * lunr.trimmer is a pipeline function for trimming non word + * characters from the beginning and end of tokens before they + * enter the index. + * + * This implementation may not work correctly for non latin + * characters and should either be removed or adapted for use + * with languages with non-latin characters. + * + * @static + * @implements {lunr.PipelineFunction} + * @param {lunr.Token} token The token to pass through the filter + * @returns {lunr.Token} + * @see lunr.Pipeline + */ +lunr.trimmer = function (token) { + return token.update(function (s) { + return s.replace(/^\W+/, '').replace(/\W+$/, '') + }) +} + +lunr.Pipeline.registerFunction(lunr.trimmer, 'trimmer') +/*! + * lunr.TokenSet + * Copyright (C) 2020 Oliver Nightingale + */ + +/** + * A token set is used to store the unique list of all tokens + * within an index. Token sets are also used to represent an + * incoming query to the index, this query token set and index + * token set are then intersected to find which tokens to look + * up in the inverted index. + * + * A token set can hold multiple tokens, as in the case of the + * index token set, or it can hold a single token as in the + * case of a simple query token set. + * + * Additionally token sets are used to perform wildcard matching. + * Leading, contained and trailing wildcards are supported, and + * from this edit distance matching can also be provided. + * + * Token sets are implemented as a minimal finite state automata, + * where both common prefixes and suffixes are shared between tokens. + * This helps to reduce the space used for storing the token set. + * + * @constructor + */ +lunr.TokenSet = function () { + this.final = false + this.edges = {} + this.id = lunr.TokenSet._nextId + lunr.TokenSet._nextId += 1 +} + +/** + * Keeps track of the next, auto increment, identifier to assign + * to a new tokenSet. + * + * TokenSets require a unique identifier to be correctly minimised. + * + * @private + */ +lunr.TokenSet._nextId = 1 + +/** + * Creates a TokenSet instance from the given sorted array of words. + * + * @param {String[]} arr - A sorted array of strings to create the set from. + * @returns {lunr.TokenSet} + * @throws Will throw an error if the input array is not sorted. + */ +lunr.TokenSet.fromArray = function (arr) { + var builder = new lunr.TokenSet.Builder + + for (var i = 0, len = arr.length; i < len; i++) { + builder.insert(arr[i]) + } + + builder.finish() + return builder.root +} + +/** + * Creates a token set from a query clause. + * + * @private + * @param {Object} clause - A single clause from lunr.Query. + * @param {string} clause.term - The query clause term. + * @param {number} [clause.editDistance] - The optional edit distance for the term. + * @returns {lunr.TokenSet} + */ +lunr.TokenSet.fromClause = function (clause) { + if ('editDistance' in clause) { + return lunr.TokenSet.fromFuzzyString(clause.term, clause.editDistance) + } else { + return lunr.TokenSet.fromString(clause.term) + } +} + +/** + * Creates a token set representing a single string with a specified + * edit distance. + * + * Insertions, deletions, substitutions and transpositions are each + * treated as an edit distance of 1. + * + * Increasing the allowed edit distance will have a dramatic impact + * on the performance of both creating and intersecting these TokenSets. + * It is advised to keep the edit distance less than 3. + * + * @param {string} str - The string to create the token set from. + * @param {number} editDistance - The allowed edit distance to match. + * @returns {lunr.Vector} + */ +lunr.TokenSet.fromFuzzyString = function (str, editDistance) { + var root = new lunr.TokenSet + + var stack = [{ + node: root, + editsRemaining: editDistance, + str: str + }] + + while (stack.length) { + var frame = stack.pop() + + // no edit + if (frame.str.length > 0) { + var char = frame.str.charAt(0), + noEditNode + + if (char in frame.node.edges) { + noEditNode = frame.node.edges[char] + } else { + noEditNode = new lunr.TokenSet + frame.node.edges[char] = noEditNode + } + + if (frame.str.length == 1) { + noEditNode.final = true + } + + stack.push({ + node: noEditNode, + editsRemaining: frame.editsRemaining, + str: frame.str.slice(1) + }) + } + + if (frame.editsRemaining == 0) { + continue + } + + // insertion + if ("*" in frame.node.edges) { + var insertionNode = frame.node.edges["*"] + } else { + var insertionNode = new lunr.TokenSet + frame.node.edges["*"] = insertionNode + } + + if (frame.str.length == 0) { + insertionNode.final = true + } + + stack.push({ + node: insertionNode, + editsRemaining: frame.editsRemaining - 1, + str: frame.str + }) + + // deletion + // can only do a deletion if we have enough edits remaining + // and if there are characters left to delete in the string + if (frame.str.length > 1) { + stack.push({ + node: frame.node, + editsRemaining: frame.editsRemaining - 1, + str: frame.str.slice(1) + }) + } + + // deletion + // just removing the last character from the str + if (frame.str.length == 1) { + frame.node.final = true + } + + // substitution + // can only do a substitution if we have enough edits remaining + // and if there are characters left to substitute + if (frame.str.length >= 1) { + if ("*" in frame.node.edges) { + var substitutionNode = frame.node.edges["*"] + } else { + var substitutionNode = new lunr.TokenSet + frame.node.edges["*"] = substitutionNode + } + + if (frame.str.length == 1) { + substitutionNode.final = true + } + + stack.push({ + node: substitutionNode, + editsRemaining: frame.editsRemaining - 1, + str: frame.str.slice(1) + }) + } + + // transposition + // can only do a transposition if there are edits remaining + // and there are enough characters to transpose + if (frame.str.length > 1) { + var charA = frame.str.charAt(0), + charB = frame.str.charAt(1), + transposeNode + + if (charB in frame.node.edges) { + transposeNode = frame.node.edges[charB] + } else { + transposeNode = new lunr.TokenSet + frame.node.edges[charB] = transposeNode + } + + if (frame.str.length == 1) { + transposeNode.final = true + } + + stack.push({ + node: transposeNode, + editsRemaining: frame.editsRemaining - 1, + str: charA + frame.str.slice(2) + }) + } + } + + return root +} + +/** + * Creates a TokenSet from a string. + * + * The string may contain one or more wildcard characters (*) + * that will allow wildcard matching when intersecting with + * another TokenSet. + * + * @param {string} str - The string to create a TokenSet from. + * @returns {lunr.TokenSet} + */ +lunr.TokenSet.fromString = function (str) { + var node = new lunr.TokenSet, + root = node + + /* + * Iterates through all characters within the passed string + * appending a node for each character. + * + * When a wildcard character is found then a self + * referencing edge is introduced to continually match + * any number of any characters. + */ + for (var i = 0, len = str.length; i < len; i++) { + var char = str[i], + final = (i == len - 1) + + if (char == "*") { + node.edges[char] = node + node.final = final + + } else { + var next = new lunr.TokenSet + next.final = final + + node.edges[char] = next + node = next + } + } + + return root +} + +/** + * Converts this TokenSet into an array of strings + * contained within the TokenSet. + * + * This is not intended to be used on a TokenSet that + * contains wildcards, in these cases the results are + * undefined and are likely to cause an infinite loop. + * + * @returns {string[]} + */ +lunr.TokenSet.prototype.toArray = function () { + var words = [] + + var stack = [{ + prefix: "", + node: this + }] + + while (stack.length) { + var frame = stack.pop(), + edges = Object.keys(frame.node.edges), + len = edges.length + + if (frame.node.final) { + /* In Safari, at this point the prefix is sometimes corrupted, see: + * https://github.com/olivernn/lunr.js/issues/279 Calling any + * String.prototype method forces Safari to "cast" this string to what + * it's supposed to be, fixing the bug. */ + frame.prefix.charAt(0) + words.push(frame.prefix) + } + + for (var i = 0; i < len; i++) { + var edge = edges[i] + + stack.push({ + prefix: frame.prefix.concat(edge), + node: frame.node.edges[edge] + }) + } + } + + return words +} + +/** + * Generates a string representation of a TokenSet. + * + * This is intended to allow TokenSets to be used as keys + * in objects, largely to aid the construction and minimisation + * of a TokenSet. As such it is not designed to be a human + * friendly representation of the TokenSet. + * + * @returns {string} + */ +lunr.TokenSet.prototype.toString = function () { + // NOTE: Using Object.keys here as this.edges is very likely + // to enter 'hash-mode' with many keys being added + // + // avoiding a for-in loop here as it leads to the function + // being de-optimised (at least in V8). From some simple + // benchmarks the performance is comparable, but allowing + // V8 to optimize may mean easy performance wins in the future. + + if (this._str) { + return this._str + } + + var str = this.final ? '1' : '0', + labels = Object.keys(this.edges).sort(), + len = labels.length + + for (var i = 0; i < len; i++) { + var label = labels[i], + node = this.edges[label] + + str = str + label + node.id + } + + return str +} + +/** + * Returns a new TokenSet that is the intersection of + * this TokenSet and the passed TokenSet. + * + * This intersection will take into account any wildcards + * contained within the TokenSet. + * + * @param {lunr.TokenSet} b - An other TokenSet to intersect with. + * @returns {lunr.TokenSet} + */ +lunr.TokenSet.prototype.intersect = function (b) { + var output = new lunr.TokenSet, + frame = undefined + + var stack = [{ + qNode: b, + output: output, + node: this + }] + + while (stack.length) { + frame = stack.pop() + + // NOTE: As with the #toString method, we are using + // Object.keys and a for loop instead of a for-in loop + // as both of these objects enter 'hash' mode, causing + // the function to be de-optimised in V8 + var qEdges = Object.keys(frame.qNode.edges), + qLen = qEdges.length, + nEdges = Object.keys(frame.node.edges), + nLen = nEdges.length + + for (var q = 0; q < qLen; q++) { + var qEdge = qEdges[q] + + for (var n = 0; n < nLen; n++) { + var nEdge = nEdges[n] + + if (nEdge == qEdge || qEdge == '*') { + var node = frame.node.edges[nEdge], + qNode = frame.qNode.edges[qEdge], + final = node.final && qNode.final, + next = undefined + + if (nEdge in frame.output.edges) { + // an edge already exists for this character + // no need to create a new node, just set the finality + // bit unless this node is already final + next = frame.output.edges[nEdge] + next.final = next.final || final + + } else { + // no edge exists yet, must create one + // set the finality bit and insert it + // into the output + next = new lunr.TokenSet + next.final = final + frame.output.edges[nEdge] = next + } + + stack.push({ + qNode: qNode, + output: next, + node: node + }) + } + } + } + } + + return output +} +lunr.TokenSet.Builder = function () { + this.previousWord = "" + this.root = new lunr.TokenSet + this.uncheckedNodes = [] + this.minimizedNodes = {} +} + +lunr.TokenSet.Builder.prototype.insert = function (word) { + var node, + commonPrefix = 0 + + if (word < this.previousWord) { + throw new Error ("Out of order word insertion") + } + + for (var i = 0; i < word.length && i < this.previousWord.length; i++) { + if (word[i] != this.previousWord[i]) break + commonPrefix++ + } + + this.minimize(commonPrefix) + + if (this.uncheckedNodes.length == 0) { + node = this.root + } else { + node = this.uncheckedNodes[this.uncheckedNodes.length - 1].child + } + + for (var i = commonPrefix; i < word.length; i++) { + var nextNode = new lunr.TokenSet, + char = word[i] + + node.edges[char] = nextNode + + this.uncheckedNodes.push({ + parent: node, + char: char, + child: nextNode + }) + + node = nextNode + } + + node.final = true + this.previousWord = word +} + +lunr.TokenSet.Builder.prototype.finish = function () { + this.minimize(0) +} + +lunr.TokenSet.Builder.prototype.minimize = function (downTo) { + for (var i = this.uncheckedNodes.length - 1; i >= downTo; i--) { + var node = this.uncheckedNodes[i], + childKey = node.child.toString() + + if (childKey in this.minimizedNodes) { + node.parent.edges[node.char] = this.minimizedNodes[childKey] + } else { + // Cache the key for this node since + // we know it can't change anymore + node.child._str = childKey + + this.minimizedNodes[childKey] = node.child + } + + this.uncheckedNodes.pop() + } +} +/*! + * lunr.Index + * Copyright (C) 2020 Oliver Nightingale + */ + +/** + * An index contains the built index of all documents and provides a query interface + * to the index. + * + * Usually instances of lunr.Index will not be created using this constructor, instead + * lunr.Builder should be used to construct new indexes, or lunr.Index.load should be + * used to load previously built and serialized indexes. + * + * @constructor + * @param {Object} attrs - The attributes of the built search index. + * @param {Object} attrs.invertedIndex - An index of term/field to document reference. + * @param {Object} attrs.fieldVectors - Field vectors + * @param {lunr.TokenSet} attrs.tokenSet - An set of all corpus tokens. + * @param {string[]} attrs.fields - The names of indexed document fields. + * @param {lunr.Pipeline} attrs.pipeline - The pipeline to use for search terms. + */ +lunr.Index = function (attrs) { + this.invertedIndex = attrs.invertedIndex + this.fieldVectors = attrs.fieldVectors + this.tokenSet = attrs.tokenSet + this.fields = attrs.fields + this.pipeline = attrs.pipeline +} + +/** + * A result contains details of a document matching a search query. + * @typedef {Object} lunr.Index~Result + * @property {string} ref - The reference of the document this result represents. + * @property {number} score - A number between 0 and 1 representing how similar this document is to the query. + * @property {lunr.MatchData} matchData - Contains metadata about this match including which term(s) caused the match. + */ + +/** + * Although lunr provides the ability to create queries using lunr.Query, it also provides a simple + * query language which itself is parsed into an instance of lunr.Query. + * + * For programmatically building queries it is advised to directly use lunr.Query, the query language + * is best used for human entered text rather than program generated text. + * + * At its simplest queries can just be a single term, e.g. `hello`, multiple terms are also supported + * and will be combined with OR, e.g `hello world` will match documents that contain either 'hello' + * or 'world', though those that contain both will rank higher in the results. + * + * Wildcards can be included in terms to match one or more unspecified characters, these wildcards can + * be inserted anywhere within the term, and more than one wildcard can exist in a single term. Adding + * wildcards will increase the number of documents that will be found but can also have a negative + * impact on query performance, especially with wildcards at the beginning of a term. + * + * Terms can be restricted to specific fields, e.g. `title:hello`, only documents with the term + * hello in the title field will match this query. Using a field not present in the index will lead + * to an error being thrown. + * + * Modifiers can also be added to terms, lunr supports edit distance and boost modifiers on terms. A term + * boost will make documents matching that term score higher, e.g. `foo^5`. Edit distance is also supported + * to provide fuzzy matching, e.g. 'hello~2' will match documents with hello with an edit distance of 2. + * Avoid large values for edit distance to improve query performance. + * + * Each term also supports a presence modifier. By default a term's presence in document is optional, however + * this can be changed to either required or prohibited. For a term's presence to be required in a document the + * term should be prefixed with a '+', e.g. `+foo bar` is a search for documents that must contain 'foo' and + * optionally contain 'bar'. Conversely a leading '-' sets the terms presence to prohibited, i.e. it must not + * appear in a document, e.g. `-foo bar` is a search for documents that do not contain 'foo' but may contain 'bar'. + * + * To escape special characters the backslash character '\' can be used, this allows searches to include + * characters that would normally be considered modifiers, e.g. `foo\~2` will search for a term "foo~2" instead + * of attempting to apply a boost of 2 to the search term "foo". + * + * @typedef {string} lunr.Index~QueryString + * @example Simple single term query + * hello + * @example Multiple term query + * hello world + * @example term scoped to a field + * title:hello + * @example term with a boost of 10 + * hello^10 + * @example term with an edit distance of 2 + * hello~2 + * @example terms with presence modifiers + * -foo +bar baz + */ + +/** + * Performs a search against the index using lunr query syntax. + * + * Results will be returned sorted by their score, the most relevant results + * will be returned first. For details on how the score is calculated, please see + * the {@link https://lunrjs.com/guides/searching.html#scoring|guide}. + * + * For more programmatic querying use lunr.Index#query. + * + * @param {lunr.Index~QueryString} queryString - A string containing a lunr query. + * @throws {lunr.QueryParseError} If the passed query string cannot be parsed. + * @returns {lunr.Index~Result[]} + */ +lunr.Index.prototype.search = function (queryString) { + return this.query(function (query) { + var parser = new lunr.QueryParser(queryString, query) + parser.parse() + }) +} + +/** + * A query builder callback provides a query object to be used to express + * the query to perform on the index. + * + * @callback lunr.Index~queryBuilder + * @param {lunr.Query} query - The query object to build up. + * @this lunr.Query + */ + +/** + * Performs a query against the index using the yielded lunr.Query object. + * + * If performing programmatic queries against the index, this method is preferred + * over lunr.Index#search so as to avoid the additional query parsing overhead. + * + * A query object is yielded to the supplied function which should be used to + * express the query to be run against the index. + * + * Note that although this function takes a callback parameter it is _not_ an + * asynchronous operation, the callback is just yielded a query object to be + * customized. + * + * @param {lunr.Index~queryBuilder} fn - A function that is used to build the query. + * @returns {lunr.Index~Result[]} + */ +lunr.Index.prototype.query = function (fn) { + // for each query clause + // * process terms + // * expand terms from token set + // * find matching documents and metadata + // * get document vectors + // * score documents + + var query = new lunr.Query(this.fields), + matchingFields = Object.create(null), + queryVectors = Object.create(null), + termFieldCache = Object.create(null), + requiredMatches = Object.create(null), + prohibitedMatches = Object.create(null) + + /* + * To support field level boosts a query vector is created per + * field. An empty vector is eagerly created to support negated + * queries. + */ + for (var i = 0; i < this.fields.length; i++) { + queryVectors[this.fields[i]] = new lunr.Vector + } + + fn.call(query, query) + + for (var i = 0; i < query.clauses.length; i++) { + /* + * Unless the pipeline has been disabled for this term, which is + * the case for terms with wildcards, we need to pass the clause + * term through the search pipeline. A pipeline returns an array + * of processed terms. Pipeline functions may expand the passed + * term, which means we may end up performing multiple index lookups + * for a single query term. + */ + var clause = query.clauses[i], + terms = null, + clauseMatches = lunr.Set.empty + + if (clause.usePipeline) { + terms = this.pipeline.runString(clause.term, { + fields: clause.fields + }) + } else { + terms = [clause.term] + } + + for (var m = 0; m < terms.length; m++) { + var term = terms[m] + + /* + * Each term returned from the pipeline needs to use the same query + * clause object, e.g. the same boost and or edit distance. The + * simplest way to do this is to re-use the clause object but mutate + * its term property. + */ + clause.term = term + + /* + * From the term in the clause we create a token set which will then + * be used to intersect the indexes token set to get a list of terms + * to lookup in the inverted index + */ + var termTokenSet = lunr.TokenSet.fromClause(clause), + expandedTerms = this.tokenSet.intersect(termTokenSet).toArray() + + /* + * If a term marked as required does not exist in the tokenSet it is + * impossible for the search to return any matches. We set all the field + * scoped required matches set to empty and stop examining any further + * clauses. + */ + if (expandedTerms.length === 0 && clause.presence === lunr.Query.presence.REQUIRED) { + for (var k = 0; k < clause.fields.length; k++) { + var field = clause.fields[k] + requiredMatches[field] = lunr.Set.empty + } + + break + } + + for (var j = 0; j < expandedTerms.length; j++) { + /* + * For each term get the posting and termIndex, this is required for + * building the query vector. + */ + var expandedTerm = expandedTerms[j], + posting = this.invertedIndex[expandedTerm], + termIndex = posting._index + + for (var k = 0; k < clause.fields.length; k++) { + /* + * For each field that this query term is scoped by (by default + * all fields are in scope) we need to get all the document refs + * that have this term in that field. + * + * The posting is the entry in the invertedIndex for the matching + * term from above. + */ + var field = clause.fields[k], + fieldPosting = posting[field], + matchingDocumentRefs = Object.keys(fieldPosting), + termField = expandedTerm + "/" + field, + matchingDocumentsSet = new lunr.Set(matchingDocumentRefs) + + /* + * if the presence of this term is required ensure that the matching + * documents are added to the set of required matches for this clause. + * + */ + if (clause.presence == lunr.Query.presence.REQUIRED) { + clauseMatches = clauseMatches.union(matchingDocumentsSet) + + if (requiredMatches[field] === undefined) { + requiredMatches[field] = lunr.Set.complete + } + } + + /* + * if the presence of this term is prohibited ensure that the matching + * documents are added to the set of prohibited matches for this field, + * creating that set if it does not yet exist. + */ + if (clause.presence == lunr.Query.presence.PROHIBITED) { + if (prohibitedMatches[field] === undefined) { + prohibitedMatches[field] = lunr.Set.empty + } + + prohibitedMatches[field] = prohibitedMatches[field].union(matchingDocumentsSet) + + /* + * Prohibited matches should not be part of the query vector used for + * similarity scoring and no metadata should be extracted so we continue + * to the next field + */ + continue + } + + /* + * The query field vector is populated using the termIndex found for + * the term and a unit value with the appropriate boost applied. + * Using upsert because there could already be an entry in the vector + * for the term we are working with. In that case we just add the scores + * together. + */ + queryVectors[field].upsert(termIndex, clause.boost, function (a, b) { return a + b }) + + /** + * If we've already seen this term, field combo then we've already collected + * the matching documents and metadata, no need to go through all that again + */ + if (termFieldCache[termField]) { + continue + } + + for (var l = 0; l < matchingDocumentRefs.length; l++) { + /* + * All metadata for this term/field/document triple + * are then extracted and collected into an instance + * of lunr.MatchData ready to be returned in the query + * results + */ + var matchingDocumentRef = matchingDocumentRefs[l], + matchingFieldRef = new lunr.FieldRef (matchingDocumentRef, field), + metadata = fieldPosting[matchingDocumentRef], + fieldMatch + + if ((fieldMatch = matchingFields[matchingFieldRef]) === undefined) { + matchingFields[matchingFieldRef] = new lunr.MatchData (expandedTerm, field, metadata) + } else { + fieldMatch.add(expandedTerm, field, metadata) + } + + } + + termFieldCache[termField] = true + } + } + } + + /** + * If the presence was required we need to update the requiredMatches field sets. + * We do this after all fields for the term have collected their matches because + * the clause terms presence is required in _any_ of the fields not _all_ of the + * fields. + */ + if (clause.presence === lunr.Query.presence.REQUIRED) { + for (var k = 0; k < clause.fields.length; k++) { + var field = clause.fields[k] + requiredMatches[field] = requiredMatches[field].intersect(clauseMatches) + } + } + } + + /** + * Need to combine the field scoped required and prohibited + * matching documents into a global set of required and prohibited + * matches + */ + var allRequiredMatches = lunr.Set.complete, + allProhibitedMatches = lunr.Set.empty + + for (var i = 0; i < this.fields.length; i++) { + var field = this.fields[i] + + if (requiredMatches[field]) { + allRequiredMatches = allRequiredMatches.intersect(requiredMatches[field]) + } + + if (prohibitedMatches[field]) { + allProhibitedMatches = allProhibitedMatches.union(prohibitedMatches[field]) + } + } + + var matchingFieldRefs = Object.keys(matchingFields), + results = [], + matches = Object.create(null) + + /* + * If the query is negated (contains only prohibited terms) + * we need to get _all_ fieldRefs currently existing in the + * index. This is only done when we know that the query is + * entirely prohibited terms to avoid any cost of getting all + * fieldRefs unnecessarily. + * + * Additionally, blank MatchData must be created to correctly + * populate the results. + */ + if (query.isNegated()) { + matchingFieldRefs = Object.keys(this.fieldVectors) + + for (var i = 0; i < matchingFieldRefs.length; i++) { + var matchingFieldRef = matchingFieldRefs[i] + var fieldRef = lunr.FieldRef.fromString(matchingFieldRef) + matchingFields[matchingFieldRef] = new lunr.MatchData + } + } + + for (var i = 0; i < matchingFieldRefs.length; i++) { + /* + * Currently we have document fields that match the query, but we + * need to return documents. The matchData and scores are combined + * from multiple fields belonging to the same document. + * + * Scores are calculated by field, using the query vectors created + * above, and combined into a final document score using addition. + */ + var fieldRef = lunr.FieldRef.fromString(matchingFieldRefs[i]), + docRef = fieldRef.docRef + + if (!allRequiredMatches.contains(docRef)) { + continue + } + + if (allProhibitedMatches.contains(docRef)) { + continue + } + + var fieldVector = this.fieldVectors[fieldRef], + score = queryVectors[fieldRef.fieldName].similarity(fieldVector), + docMatch + + if ((docMatch = matches[docRef]) !== undefined) { + docMatch.score += score + docMatch.matchData.combine(matchingFields[fieldRef]) + } else { + var match = { + ref: docRef, + score: score, + matchData: matchingFields[fieldRef] + } + matches[docRef] = match + results.push(match) + } + } + + /* + * Sort the results objects by score, highest first. + */ + return results.sort(function (a, b) { + return b.score - a.score + }) +} + +/** + * Prepares the index for JSON serialization. + * + * The schema for this JSON blob will be described in a + * separate JSON schema file. + * + * @returns {Object} + */ +lunr.Index.prototype.toJSON = function () { + var invertedIndex = Object.keys(this.invertedIndex) + .sort() + .map(function (term) { + return [term, this.invertedIndex[term]] + }, this) + + var fieldVectors = Object.keys(this.fieldVectors) + .map(function (ref) { + return [ref, this.fieldVectors[ref].toJSON()] + }, this) + + return { + version: lunr.version, + fields: this.fields, + fieldVectors: fieldVectors, + invertedIndex: invertedIndex, + pipeline: this.pipeline.toJSON() + } +} + +/** + * Loads a previously serialized lunr.Index + * + * @param {Object} serializedIndex - A previously serialized lunr.Index + * @returns {lunr.Index} + */ +lunr.Index.load = function (serializedIndex) { + var attrs = {}, + fieldVectors = {}, + serializedVectors = serializedIndex.fieldVectors, + invertedIndex = Object.create(null), + serializedInvertedIndex = serializedIndex.invertedIndex, + tokenSetBuilder = new lunr.TokenSet.Builder, + pipeline = lunr.Pipeline.load(serializedIndex.pipeline) + + if (serializedIndex.version != lunr.version) { + lunr.utils.warn("Version mismatch when loading serialised index. Current version of lunr '" + lunr.version + "' does not match serialized index '" + serializedIndex.version + "'") + } + + for (var i = 0; i < serializedVectors.length; i++) { + var tuple = serializedVectors[i], + ref = tuple[0], + elements = tuple[1] + + fieldVectors[ref] = new lunr.Vector(elements) + } + + for (var i = 0; i < serializedInvertedIndex.length; i++) { + var tuple = serializedInvertedIndex[i], + term = tuple[0], + posting = tuple[1] + + tokenSetBuilder.insert(term) + invertedIndex[term] = posting + } + + tokenSetBuilder.finish() + + attrs.fields = serializedIndex.fields + + attrs.fieldVectors = fieldVectors + attrs.invertedIndex = invertedIndex + attrs.tokenSet = tokenSetBuilder.root + attrs.pipeline = pipeline + + return new lunr.Index(attrs) +} +/*! + * lunr.Builder + * Copyright (C) 2020 Oliver Nightingale + */ + +/** + * lunr.Builder performs indexing on a set of documents and + * returns instances of lunr.Index ready for querying. + * + * All configuration of the index is done via the builder, the + * fields to index, the document reference, the text processing + * pipeline and document scoring parameters are all set on the + * builder before indexing. + * + * @constructor + * @property {string} _ref - Internal reference to the document reference field. + * @property {string[]} _fields - Internal reference to the document fields to index. + * @property {object} invertedIndex - The inverted index maps terms to document fields. + * @property {object} documentTermFrequencies - Keeps track of document term frequencies. + * @property {object} documentLengths - Keeps track of the length of documents added to the index. + * @property {lunr.tokenizer} tokenizer - Function for splitting strings into tokens for indexing. + * @property {lunr.Pipeline} pipeline - The pipeline performs text processing on tokens before indexing. + * @property {lunr.Pipeline} searchPipeline - A pipeline for processing search terms before querying the index. + * @property {number} documentCount - Keeps track of the total number of documents indexed. + * @property {number} _b - A parameter to control field length normalization, setting this to 0 disabled normalization, 1 fully normalizes field lengths, the default value is 0.75. + * @property {number} _k1 - A parameter to control how quickly an increase in term frequency results in term frequency saturation, the default value is 1.2. + * @property {number} termIndex - A counter incremented for each unique term, used to identify a terms position in the vector space. + * @property {array} metadataWhitelist - A list of metadata keys that have been whitelisted for entry in the index. + */ +lunr.Builder = function () { + this._ref = "id" + this._fields = Object.create(null) + this._documents = Object.create(null) + this.invertedIndex = Object.create(null) + this.fieldTermFrequencies = {} + this.fieldLengths = {} + this.tokenizer = lunr.tokenizer + this.pipeline = new lunr.Pipeline + this.searchPipeline = new lunr.Pipeline + this.documentCount = 0 + this._b = 0.75 + this._k1 = 1.2 + this.termIndex = 0 + this.metadataWhitelist = [] +} + +/** + * Sets the document field used as the document reference. Every document must have this field. + * The type of this field in the document should be a string, if it is not a string it will be + * coerced into a string by calling toString. + * + * The default ref is 'id'. + * + * The ref should _not_ be changed during indexing, it should be set before any documents are + * added to the index. Changing it during indexing can lead to inconsistent results. + * + * @param {string} ref - The name of the reference field in the document. + */ +lunr.Builder.prototype.ref = function (ref) { + this._ref = ref +} + +/** + * A function that is used to extract a field from a document. + * + * Lunr expects a field to be at the top level of a document, if however the field + * is deeply nested within a document an extractor function can be used to extract + * the right field for indexing. + * + * @callback fieldExtractor + * @param {object} doc - The document being added to the index. + * @returns {?(string|object|object[])} obj - The object that will be indexed for this field. + * @example Extracting a nested field + * function (doc) { return doc.nested.field } + */ + +/** + * Adds a field to the list of document fields that will be indexed. Every document being + * indexed should have this field. Null values for this field in indexed documents will + * not cause errors but will limit the chance of that document being retrieved by searches. + * + * All fields should be added before adding documents to the index. Adding fields after + * a document has been indexed will have no effect on already indexed documents. + * + * Fields can be boosted at build time. This allows terms within that field to have more + * importance when ranking search results. Use a field boost to specify that matches within + * one field are more important than other fields. + * + * @param {string} fieldName - The name of a field to index in all documents. + * @param {object} attributes - Optional attributes associated with this field. + * @param {number} [attributes.boost=1] - Boost applied to all terms within this field. + * @param {fieldExtractor} [attributes.extractor] - Function to extract a field from a document. + * @throws {RangeError} fieldName cannot contain unsupported characters '/' + */ +lunr.Builder.prototype.field = function (fieldName, attributes) { + if (/\//.test(fieldName)) { + throw new RangeError ("Field '" + fieldName + "' contains illegal character '/'") + } + + this._fields[fieldName] = attributes || {} +} + +/** + * A parameter to tune the amount of field length normalisation that is applied when + * calculating relevance scores. A value of 0 will completely disable any normalisation + * and a value of 1 will fully normalise field lengths. The default is 0.75. Values of b + * will be clamped to the range 0 - 1. + * + * @param {number} number - The value to set for this tuning parameter. + */ +lunr.Builder.prototype.b = function (number) { + if (number < 0) { + this._b = 0 + } else if (number > 1) { + this._b = 1 + } else { + this._b = number + } +} + +/** + * A parameter that controls the speed at which a rise in term frequency results in term + * frequency saturation. The default value is 1.2. Setting this to a higher value will give + * slower saturation levels, a lower value will result in quicker saturation. + * + * @param {number} number - The value to set for this tuning parameter. + */ +lunr.Builder.prototype.k1 = function (number) { + this._k1 = number +} + +/** + * Adds a document to the index. + * + * Before adding fields to the index the index should have been fully setup, with the document + * ref and all fields to index already having been specified. + * + * The document must have a field name as specified by the ref (by default this is 'id') and + * it should have all fields defined for indexing, though null or undefined values will not + * cause errors. + * + * Entire documents can be boosted at build time. Applying a boost to a document indicates that + * this document should rank higher in search results than other documents. + * + * @param {object} doc - The document to add to the index. + * @param {object} attributes - Optional attributes associated with this document. + * @param {number} [attributes.boost=1] - Boost applied to all terms within this document. + */ +lunr.Builder.prototype.add = function (doc, attributes) { + var docRef = doc[this._ref], + fields = Object.keys(this._fields) + + this._documents[docRef] = attributes || {} + this.documentCount += 1 + + for (var i = 0; i < fields.length; i++) { + var fieldName = fields[i], + extractor = this._fields[fieldName].extractor, + field = extractor ? extractor(doc) : doc[fieldName], + tokens = this.tokenizer(field, { + fields: [fieldName] + }), + terms = this.pipeline.run(tokens), + fieldRef = new lunr.FieldRef (docRef, fieldName), + fieldTerms = Object.create(null) + + this.fieldTermFrequencies[fieldRef] = fieldTerms + this.fieldLengths[fieldRef] = 0 + + // store the length of this field for this document + this.fieldLengths[fieldRef] += terms.length + + // calculate term frequencies for this field + for (var j = 0; j < terms.length; j++) { + var term = terms[j] + + if (fieldTerms[term] == undefined) { + fieldTerms[term] = 0 + } + + fieldTerms[term] += 1 + + // add to inverted index + // create an initial posting if one doesn't exist + if (this.invertedIndex[term] == undefined) { + var posting = Object.create(null) + posting["_index"] = this.termIndex + this.termIndex += 1 + + for (var k = 0; k < fields.length; k++) { + posting[fields[k]] = Object.create(null) + } + + this.invertedIndex[term] = posting + } + + // add an entry for this term/fieldName/docRef to the invertedIndex + if (this.invertedIndex[term][fieldName][docRef] == undefined) { + this.invertedIndex[term][fieldName][docRef] = Object.create(null) + } + + // store all whitelisted metadata about this token in the + // inverted index + for (var l = 0; l < this.metadataWhitelist.length; l++) { + var metadataKey = this.metadataWhitelist[l], + metadata = term.metadata[metadataKey] + + if (this.invertedIndex[term][fieldName][docRef][metadataKey] == undefined) { + this.invertedIndex[term][fieldName][docRef][metadataKey] = [] + } + + this.invertedIndex[term][fieldName][docRef][metadataKey].push(metadata) + } + } + + } +} + +/** + * Calculates the average document length for this index + * + * @private + */ +lunr.Builder.prototype.calculateAverageFieldLengths = function () { + + var fieldRefs = Object.keys(this.fieldLengths), + numberOfFields = fieldRefs.length, + accumulator = {}, + documentsWithField = {} + + for (var i = 0; i < numberOfFields; i++) { + var fieldRef = lunr.FieldRef.fromString(fieldRefs[i]), + field = fieldRef.fieldName + + documentsWithField[field] || (documentsWithField[field] = 0) + documentsWithField[field] += 1 + + accumulator[field] || (accumulator[field] = 0) + accumulator[field] += this.fieldLengths[fieldRef] + } + + var fields = Object.keys(this._fields) + + for (var i = 0; i < fields.length; i++) { + var fieldName = fields[i] + accumulator[fieldName] = accumulator[fieldName] / documentsWithField[fieldName] + } + + this.averageFieldLength = accumulator +} + +/** + * Builds a vector space model of every document using lunr.Vector + * + * @private + */ +lunr.Builder.prototype.createFieldVectors = function () { + var fieldVectors = {}, + fieldRefs = Object.keys(this.fieldTermFrequencies), + fieldRefsLength = fieldRefs.length, + termIdfCache = Object.create(null) + + for (var i = 0; i < fieldRefsLength; i++) { + var fieldRef = lunr.FieldRef.fromString(fieldRefs[i]), + fieldName = fieldRef.fieldName, + fieldLength = this.fieldLengths[fieldRef], + fieldVector = new lunr.Vector, + termFrequencies = this.fieldTermFrequencies[fieldRef], + terms = Object.keys(termFrequencies), + termsLength = terms.length + + + var fieldBoost = this._fields[fieldName].boost || 1, + docBoost = this._documents[fieldRef.docRef].boost || 1 + + for (var j = 0; j < termsLength; j++) { + var term = terms[j], + tf = termFrequencies[term], + termIndex = this.invertedIndex[term]._index, + idf, score, scoreWithPrecision + + if (termIdfCache[term] === undefined) { + idf = lunr.idf(this.invertedIndex[term], this.documentCount) + termIdfCache[term] = idf + } else { + idf = termIdfCache[term] + } + + score = idf * ((this._k1 + 1) * tf) / (this._k1 * (1 - this._b + this._b * (fieldLength / this.averageFieldLength[fieldName])) + tf) + score *= fieldBoost + score *= docBoost + scoreWithPrecision = Math.round(score * 1000) / 1000 + // Converts 1.23456789 to 1.234. + // Reducing the precision so that the vectors take up less + // space when serialised. Doing it now so that they behave + // the same before and after serialisation. Also, this is + // the fastest approach to reducing a number's precision in + // JavaScript. + + fieldVector.insert(termIndex, scoreWithPrecision) + } + + fieldVectors[fieldRef] = fieldVector + } + + this.fieldVectors = fieldVectors +} + +/** + * Creates a token set of all tokens in the index using lunr.TokenSet + * + * @private + */ +lunr.Builder.prototype.createTokenSet = function () { + this.tokenSet = lunr.TokenSet.fromArray( + Object.keys(this.invertedIndex).sort() + ) +} + +/** + * Builds the index, creating an instance of lunr.Index. + * + * This completes the indexing process and should only be called + * once all documents have been added to the index. + * + * @returns {lunr.Index} + */ +lunr.Builder.prototype.build = function () { + this.calculateAverageFieldLengths() + this.createFieldVectors() + this.createTokenSet() + + return new lunr.Index({ + invertedIndex: this.invertedIndex, + fieldVectors: this.fieldVectors, + tokenSet: this.tokenSet, + fields: Object.keys(this._fields), + pipeline: this.searchPipeline + }) +} + +/** + * Applies a plugin to the index builder. + * + * A plugin is a function that is called with the index builder as its context. + * Plugins can be used to customise or extend the behaviour of the index + * in some way. A plugin is just a function, that encapsulated the custom + * behaviour that should be applied when building the index. + * + * The plugin function will be called with the index builder as its argument, additional + * arguments can also be passed when calling use. The function will be called + * with the index builder as its context. + * + * @param {Function} plugin The plugin to apply. + */ +lunr.Builder.prototype.use = function (fn) { + var args = Array.prototype.slice.call(arguments, 1) + args.unshift(this) + fn.apply(this, args) +} +/** + * Contains and collects metadata about a matching document. + * A single instance of lunr.MatchData is returned as part of every + * lunr.Index~Result. + * + * @constructor + * @param {string} term - The term this match data is associated with + * @param {string} field - The field in which the term was found + * @param {object} metadata - The metadata recorded about this term in this field + * @property {object} metadata - A cloned collection of metadata associated with this document. + * @see {@link lunr.Index~Result} + */ +lunr.MatchData = function (term, field, metadata) { + var clonedMetadata = Object.create(null), + metadataKeys = Object.keys(metadata || {}) + + // Cloning the metadata to prevent the original + // being mutated during match data combination. + // Metadata is kept in an array within the inverted + // index so cloning the data can be done with + // Array#slice + for (var i = 0; i < metadataKeys.length; i++) { + var key = metadataKeys[i] + clonedMetadata[key] = metadata[key].slice() + } + + this.metadata = Object.create(null) + + if (term !== undefined) { + this.metadata[term] = Object.create(null) + this.metadata[term][field] = clonedMetadata + } +} + +/** + * An instance of lunr.MatchData will be created for every term that matches a + * document. However only one instance is required in a lunr.Index~Result. This + * method combines metadata from another instance of lunr.MatchData with this + * objects metadata. + * + * @param {lunr.MatchData} otherMatchData - Another instance of match data to merge with this one. + * @see {@link lunr.Index~Result} + */ +lunr.MatchData.prototype.combine = function (otherMatchData) { + var terms = Object.keys(otherMatchData.metadata) + + for (var i = 0; i < terms.length; i++) { + var term = terms[i], + fields = Object.keys(otherMatchData.metadata[term]) + + if (this.metadata[term] == undefined) { + this.metadata[term] = Object.create(null) + } + + for (var j = 0; j < fields.length; j++) { + var field = fields[j], + keys = Object.keys(otherMatchData.metadata[term][field]) + + if (this.metadata[term][field] == undefined) { + this.metadata[term][field] = Object.create(null) + } + + for (var k = 0; k < keys.length; k++) { + var key = keys[k] + + if (this.metadata[term][field][key] == undefined) { + this.metadata[term][field][key] = otherMatchData.metadata[term][field][key] + } else { + this.metadata[term][field][key] = this.metadata[term][field][key].concat(otherMatchData.metadata[term][field][key]) + } + + } + } + } +} + +/** + * Add metadata for a term/field pair to this instance of match data. + * + * @param {string} term - The term this match data is associated with + * @param {string} field - The field in which the term was found + * @param {object} metadata - The metadata recorded about this term in this field + */ +lunr.MatchData.prototype.add = function (term, field, metadata) { + if (!(term in this.metadata)) { + this.metadata[term] = Object.create(null) + this.metadata[term][field] = metadata + return + } + + if (!(field in this.metadata[term])) { + this.metadata[term][field] = metadata + return + } + + var metadataKeys = Object.keys(metadata) + + for (var i = 0; i < metadataKeys.length; i++) { + var key = metadataKeys[i] + + if (key in this.metadata[term][field]) { + this.metadata[term][field][key] = this.metadata[term][field][key].concat(metadata[key]) + } else { + this.metadata[term][field][key] = metadata[key] + } + } +} +/** + * A lunr.Query provides a programmatic way of defining queries to be performed + * against a {@link lunr.Index}. + * + * Prefer constructing a lunr.Query using the {@link lunr.Index#query} method + * so the query object is pre-initialized with the right index fields. + * + * @constructor + * @property {lunr.Query~Clause[]} clauses - An array of query clauses. + * @property {string[]} allFields - An array of all available fields in a lunr.Index. + */ +lunr.Query = function (allFields) { + this.clauses = [] + this.allFields = allFields +} + +/** + * Constants for indicating what kind of automatic wildcard insertion will be used when constructing a query clause. + * + * This allows wildcards to be added to the beginning and end of a term without having to manually do any string + * concatenation. + * + * The wildcard constants can be bitwise combined to select both leading and trailing wildcards. + * + * @constant + * @default + * @property {number} wildcard.NONE - The term will have no wildcards inserted, this is the default behaviour + * @property {number} wildcard.LEADING - Prepend the term with a wildcard, unless a leading wildcard already exists + * @property {number} wildcard.TRAILING - Append a wildcard to the term, unless a trailing wildcard already exists + * @see lunr.Query~Clause + * @see lunr.Query#clause + * @see lunr.Query#term + * @example query term with trailing wildcard + * query.term('foo', { wildcard: lunr.Query.wildcard.TRAILING }) + * @example query term with leading and trailing wildcard + * query.term('foo', { + * wildcard: lunr.Query.wildcard.LEADING | lunr.Query.wildcard.TRAILING + * }) + */ + +lunr.Query.wildcard = new String ("*") +lunr.Query.wildcard.NONE = 0 +lunr.Query.wildcard.LEADING = 1 +lunr.Query.wildcard.TRAILING = 2 + +/** + * Constants for indicating what kind of presence a term must have in matching documents. + * + * @constant + * @enum {number} + * @see lunr.Query~Clause + * @see lunr.Query#clause + * @see lunr.Query#term + * @example query term with required presence + * query.term('foo', { presence: lunr.Query.presence.REQUIRED }) + */ +lunr.Query.presence = { + /** + * Term's presence in a document is optional, this is the default value. + */ + OPTIONAL: 1, + + /** + * Term's presence in a document is required, documents that do not contain + * this term will not be returned. + */ + REQUIRED: 2, + + /** + * Term's presence in a document is prohibited, documents that do contain + * this term will not be returned. + */ + PROHIBITED: 3 +} + +/** + * A single clause in a {@link lunr.Query} contains a term and details on how to + * match that term against a {@link lunr.Index}. + * + * @typedef {Object} lunr.Query~Clause + * @property {string[]} fields - The fields in an index this clause should be matched against. + * @property {number} [boost=1] - Any boost that should be applied when matching this clause. + * @property {number} [editDistance] - Whether the term should have fuzzy matching applied, and how fuzzy the match should be. + * @property {boolean} [usePipeline] - Whether the term should be passed through the search pipeline. + * @property {number} [wildcard=lunr.Query.wildcard.NONE] - Whether the term should have wildcards appended or prepended. + * @property {number} [presence=lunr.Query.presence.OPTIONAL] - The terms presence in any matching documents. + */ + +/** + * Adds a {@link lunr.Query~Clause} to this query. + * + * Unless the clause contains the fields to be matched all fields will be matched. In addition + * a default boost of 1 is applied to the clause. + * + * @param {lunr.Query~Clause} clause - The clause to add to this query. + * @see lunr.Query~Clause + * @returns {lunr.Query} + */ +lunr.Query.prototype.clause = function (clause) { + if (!('fields' in clause)) { + clause.fields = this.allFields + } + + if (!('boost' in clause)) { + clause.boost = 1 + } + + if (!('usePipeline' in clause)) { + clause.usePipeline = true + } + + if (!('wildcard' in clause)) { + clause.wildcard = lunr.Query.wildcard.NONE + } + + if ((clause.wildcard & lunr.Query.wildcard.LEADING) && (clause.term.charAt(0) != lunr.Query.wildcard)) { + clause.term = "*" + clause.term + } + + if ((clause.wildcard & lunr.Query.wildcard.TRAILING) && (clause.term.slice(-1) != lunr.Query.wildcard)) { + clause.term = "" + clause.term + "*" + } + + if (!('presence' in clause)) { + clause.presence = lunr.Query.presence.OPTIONAL + } + + this.clauses.push(clause) + + return this +} + +/** + * A negated query is one in which every clause has a presence of + * prohibited. These queries require some special processing to return + * the expected results. + * + * @returns boolean + */ +lunr.Query.prototype.isNegated = function () { + for (var i = 0; i < this.clauses.length; i++) { + if (this.clauses[i].presence != lunr.Query.presence.PROHIBITED) { + return false + } + } + + return true +} + +/** + * Adds a term to the current query, under the covers this will create a {@link lunr.Query~Clause} + * to the list of clauses that make up this query. + * + * The term is used as is, i.e. no tokenization will be performed by this method. Instead conversion + * to a token or token-like string should be done before calling this method. + * + * The term will be converted to a string by calling `toString`. Multiple terms can be passed as an + * array, each term in the array will share the same options. + * + * @param {object|object[]} term - The term(s) to add to the query. + * @param {object} [options] - Any additional properties to add to the query clause. + * @returns {lunr.Query} + * @see lunr.Query#clause + * @see lunr.Query~Clause + * @example adding a single term to a query + * query.term("foo") + * @example adding a single term to a query and specifying search fields, term boost and automatic trailing wildcard + * query.term("foo", { + * fields: ["title"], + * boost: 10, + * wildcard: lunr.Query.wildcard.TRAILING + * }) + * @example using lunr.tokenizer to convert a string to tokens before using them as terms + * query.term(lunr.tokenizer("foo bar")) + */ +lunr.Query.prototype.term = function (term, options) { + if (Array.isArray(term)) { + term.forEach(function (t) { this.term(t, lunr.utils.clone(options)) }, this) + return this + } + + var clause = options || {} + clause.term = term.toString() + + this.clause(clause) + + return this +} +lunr.QueryParseError = function (message, start, end) { + this.name = "QueryParseError" + this.message = message + this.start = start + this.end = end +} + +lunr.QueryParseError.prototype = new Error +lunr.QueryLexer = function (str) { + this.lexemes = [] + this.str = str + this.length = str.length + this.pos = 0 + this.start = 0 + this.escapeCharPositions = [] +} + +lunr.QueryLexer.prototype.run = function () { + var state = lunr.QueryLexer.lexText + + while (state) { + state = state(this) + } +} + +lunr.QueryLexer.prototype.sliceString = function () { + var subSlices = [], + sliceStart = this.start, + sliceEnd = this.pos + + for (var i = 0; i < this.escapeCharPositions.length; i++) { + sliceEnd = this.escapeCharPositions[i] + subSlices.push(this.str.slice(sliceStart, sliceEnd)) + sliceStart = sliceEnd + 1 + } + + subSlices.push(this.str.slice(sliceStart, this.pos)) + this.escapeCharPositions.length = 0 + + return subSlices.join('') +} + +lunr.QueryLexer.prototype.emit = function (type) { + this.lexemes.push({ + type: type, + str: this.sliceString(), + start: this.start, + end: this.pos + }) + + this.start = this.pos +} + +lunr.QueryLexer.prototype.escapeCharacter = function () { + this.escapeCharPositions.push(this.pos - 1) + this.pos += 1 +} + +lunr.QueryLexer.prototype.next = function () { + if (this.pos >= this.length) { + return lunr.QueryLexer.EOS + } + + var char = this.str.charAt(this.pos) + this.pos += 1 + return char +} + +lunr.QueryLexer.prototype.width = function () { + return this.pos - this.start +} + +lunr.QueryLexer.prototype.ignore = function () { + if (this.start == this.pos) { + this.pos += 1 + } + + this.start = this.pos +} + +lunr.QueryLexer.prototype.backup = function () { + this.pos -= 1 +} + +lunr.QueryLexer.prototype.acceptDigitRun = function () { + var char, charCode + + do { + char = this.next() + charCode = char.charCodeAt(0) + } while (charCode > 47 && charCode < 58) + + if (char != lunr.QueryLexer.EOS) { + this.backup() + } +} + +lunr.QueryLexer.prototype.more = function () { + return this.pos < this.length +} + +lunr.QueryLexer.EOS = 'EOS' +lunr.QueryLexer.FIELD = 'FIELD' +lunr.QueryLexer.TERM = 'TERM' +lunr.QueryLexer.EDIT_DISTANCE = 'EDIT_DISTANCE' +lunr.QueryLexer.BOOST = 'BOOST' +lunr.QueryLexer.PRESENCE = 'PRESENCE' + +lunr.QueryLexer.lexField = function (lexer) { + lexer.backup() + lexer.emit(lunr.QueryLexer.FIELD) + lexer.ignore() + return lunr.QueryLexer.lexText +} + +lunr.QueryLexer.lexTerm = function (lexer) { + if (lexer.width() > 1) { + lexer.backup() + lexer.emit(lunr.QueryLexer.TERM) + } + + lexer.ignore() + + if (lexer.more()) { + return lunr.QueryLexer.lexText + } +} + +lunr.QueryLexer.lexEditDistance = function (lexer) { + lexer.ignore() + lexer.acceptDigitRun() + lexer.emit(lunr.QueryLexer.EDIT_DISTANCE) + return lunr.QueryLexer.lexText +} + +lunr.QueryLexer.lexBoost = function (lexer) { + lexer.ignore() + lexer.acceptDigitRun() + lexer.emit(lunr.QueryLexer.BOOST) + return lunr.QueryLexer.lexText +} + +lunr.QueryLexer.lexEOS = function (lexer) { + if (lexer.width() > 0) { + lexer.emit(lunr.QueryLexer.TERM) + } +} + +// This matches the separator used when tokenising fields +// within a document. These should match otherwise it is +// not possible to search for some tokens within a document. +// +// It is possible for the user to change the separator on the +// tokenizer so it _might_ clash with any other of the special +// characters already used within the search string, e.g. :. +// +// This means that it is possible to change the separator in +// such a way that makes some words unsearchable using a search +// string. +lunr.QueryLexer.termSeparator = lunr.tokenizer.separator + +lunr.QueryLexer.lexText = function (lexer) { + while (true) { + var char = lexer.next() + + if (char == lunr.QueryLexer.EOS) { + return lunr.QueryLexer.lexEOS + } + + // Escape character is '\' + if (char.charCodeAt(0) == 92) { + lexer.escapeCharacter() + continue + } + + if (char == ":") { + return lunr.QueryLexer.lexField + } + + if (char == "~") { + lexer.backup() + if (lexer.width() > 0) { + lexer.emit(lunr.QueryLexer.TERM) + } + return lunr.QueryLexer.lexEditDistance + } + + if (char == "^") { + lexer.backup() + if (lexer.width() > 0) { + lexer.emit(lunr.QueryLexer.TERM) + } + return lunr.QueryLexer.lexBoost + } + + // "+" indicates term presence is required + // checking for length to ensure that only + // leading "+" are considered + if (char == "+" && lexer.width() === 1) { + lexer.emit(lunr.QueryLexer.PRESENCE) + return lunr.QueryLexer.lexText + } + + // "-" indicates term presence is prohibited + // checking for length to ensure that only + // leading "-" are considered + if (char == "-" && lexer.width() === 1) { + lexer.emit(lunr.QueryLexer.PRESENCE) + return lunr.QueryLexer.lexText + } + + if (char.match(lunr.QueryLexer.termSeparator)) { + return lunr.QueryLexer.lexTerm + } + } +} + +lunr.QueryParser = function (str, query) { + this.lexer = new lunr.QueryLexer (str) + this.query = query + this.currentClause = {} + this.lexemeIdx = 0 +} + +lunr.QueryParser.prototype.parse = function () { + this.lexer.run() + this.lexemes = this.lexer.lexemes + + var state = lunr.QueryParser.parseClause + + while (state) { + state = state(this) + } + + return this.query +} + +lunr.QueryParser.prototype.peekLexeme = function () { + return this.lexemes[this.lexemeIdx] +} + +lunr.QueryParser.prototype.consumeLexeme = function () { + var lexeme = this.peekLexeme() + this.lexemeIdx += 1 + return lexeme +} + +lunr.QueryParser.prototype.nextClause = function () { + var completedClause = this.currentClause + this.query.clause(completedClause) + this.currentClause = {} +} + +lunr.QueryParser.parseClause = function (parser) { + var lexeme = parser.peekLexeme() + + if (lexeme == undefined) { + return + } + + switch (lexeme.type) { + case lunr.QueryLexer.PRESENCE: + return lunr.QueryParser.parsePresence + case lunr.QueryLexer.FIELD: + return lunr.QueryParser.parseField + case lunr.QueryLexer.TERM: + return lunr.QueryParser.parseTerm + default: + var errorMessage = "expected either a field or a term, found " + lexeme.type + + if (lexeme.str.length >= 1) { + errorMessage += " with value '" + lexeme.str + "'" + } + + throw new lunr.QueryParseError (errorMessage, lexeme.start, lexeme.end) + } +} + +lunr.QueryParser.parsePresence = function (parser) { + var lexeme = parser.consumeLexeme() + + if (lexeme == undefined) { + return + } + + switch (lexeme.str) { + case "-": + parser.currentClause.presence = lunr.Query.presence.PROHIBITED + break + case "+": + parser.currentClause.presence = lunr.Query.presence.REQUIRED + break + default: + var errorMessage = "unrecognised presence operator'" + lexeme.str + "'" + throw new lunr.QueryParseError (errorMessage, lexeme.start, lexeme.end) + } + + var nextLexeme = parser.peekLexeme() + + if (nextLexeme == undefined) { + var errorMessage = "expecting term or field, found nothing" + throw new lunr.QueryParseError (errorMessage, lexeme.start, lexeme.end) + } + + switch (nextLexeme.type) { + case lunr.QueryLexer.FIELD: + return lunr.QueryParser.parseField + case lunr.QueryLexer.TERM: + return lunr.QueryParser.parseTerm + default: + var errorMessage = "expecting term or field, found '" + nextLexeme.type + "'" + throw new lunr.QueryParseError (errorMessage, nextLexeme.start, nextLexeme.end) + } +} + +lunr.QueryParser.parseField = function (parser) { + var lexeme = parser.consumeLexeme() + + if (lexeme == undefined) { + return + } + + if (parser.query.allFields.indexOf(lexeme.str) == -1) { + var possibleFields = parser.query.allFields.map(function (f) { return "'" + f + "'" }).join(', '), + errorMessage = "unrecognised field '" + lexeme.str + "', possible fields: " + possibleFields + + throw new lunr.QueryParseError (errorMessage, lexeme.start, lexeme.end) + } + + parser.currentClause.fields = [lexeme.str] + + var nextLexeme = parser.peekLexeme() + + if (nextLexeme == undefined) { + var errorMessage = "expecting term, found nothing" + throw new lunr.QueryParseError (errorMessage, lexeme.start, lexeme.end) + } + + switch (nextLexeme.type) { + case lunr.QueryLexer.TERM: + return lunr.QueryParser.parseTerm + default: + var errorMessage = "expecting term, found '" + nextLexeme.type + "'" + throw new lunr.QueryParseError (errorMessage, nextLexeme.start, nextLexeme.end) + } +} + +lunr.QueryParser.parseTerm = function (parser) { + var lexeme = parser.consumeLexeme() + + if (lexeme == undefined) { + return + } + + parser.currentClause.term = lexeme.str.toLowerCase() + + if (lexeme.str.indexOf("*") != -1) { + parser.currentClause.usePipeline = false + } + + var nextLexeme = parser.peekLexeme() + + if (nextLexeme == undefined) { + parser.nextClause() + return + } + + switch (nextLexeme.type) { + case lunr.QueryLexer.TERM: + parser.nextClause() + return lunr.QueryParser.parseTerm + case lunr.QueryLexer.FIELD: + parser.nextClause() + return lunr.QueryParser.parseField + case lunr.QueryLexer.EDIT_DISTANCE: + return lunr.QueryParser.parseEditDistance + case lunr.QueryLexer.BOOST: + return lunr.QueryParser.parseBoost + case lunr.QueryLexer.PRESENCE: + parser.nextClause() + return lunr.QueryParser.parsePresence + default: + var errorMessage = "Unexpected lexeme type '" + nextLexeme.type + "'" + throw new lunr.QueryParseError (errorMessage, nextLexeme.start, nextLexeme.end) + } +} + +lunr.QueryParser.parseEditDistance = function (parser) { + var lexeme = parser.consumeLexeme() + + if (lexeme == undefined) { + return + } + + var editDistance = parseInt(lexeme.str, 10) + + if (isNaN(editDistance)) { + var errorMessage = "edit distance must be numeric" + throw new lunr.QueryParseError (errorMessage, lexeme.start, lexeme.end) + } + + parser.currentClause.editDistance = editDistance + + var nextLexeme = parser.peekLexeme() + + if (nextLexeme == undefined) { + parser.nextClause() + return + } + + switch (nextLexeme.type) { + case lunr.QueryLexer.TERM: + parser.nextClause() + return lunr.QueryParser.parseTerm + case lunr.QueryLexer.FIELD: + parser.nextClause() + return lunr.QueryParser.parseField + case lunr.QueryLexer.EDIT_DISTANCE: + return lunr.QueryParser.parseEditDistance + case lunr.QueryLexer.BOOST: + return lunr.QueryParser.parseBoost + case lunr.QueryLexer.PRESENCE: + parser.nextClause() + return lunr.QueryParser.parsePresence + default: + var errorMessage = "Unexpected lexeme type '" + nextLexeme.type + "'" + throw new lunr.QueryParseError (errorMessage, nextLexeme.start, nextLexeme.end) + } +} + +lunr.QueryParser.parseBoost = function (parser) { + var lexeme = parser.consumeLexeme() + + if (lexeme == undefined) { + return + } + + var boost = parseInt(lexeme.str, 10) + + if (isNaN(boost)) { + var errorMessage = "boost must be numeric" + throw new lunr.QueryParseError (errorMessage, lexeme.start, lexeme.end) + } + + parser.currentClause.boost = boost + + var nextLexeme = parser.peekLexeme() + + if (nextLexeme == undefined) { + parser.nextClause() + return + } + + switch (nextLexeme.type) { + case lunr.QueryLexer.TERM: + parser.nextClause() + return lunr.QueryParser.parseTerm + case lunr.QueryLexer.FIELD: + parser.nextClause() + return lunr.QueryParser.parseField + case lunr.QueryLexer.EDIT_DISTANCE: + return lunr.QueryParser.parseEditDistance + case lunr.QueryLexer.BOOST: + return lunr.QueryParser.parseBoost + case lunr.QueryLexer.PRESENCE: + parser.nextClause() + return lunr.QueryParser.parsePresence + default: + var errorMessage = "Unexpected lexeme type '" + nextLexeme.type + "'" + throw new lunr.QueryParseError (errorMessage, nextLexeme.start, nextLexeme.end) + } +} + + /** + * export the module via AMD, CommonJS or as a browser global + * Export code from https://github.com/umdjs/umd/blob/master/returnExports.js + */ + ;(function (root, factory) { + if (typeof define === 'function' && define.amd) { + // AMD. Register as an anonymous module. + define(factory) + } else if (typeof exports === 'object') { + /** + * Node. Does not work with strict CommonJS, but + * only CommonJS-like environments that support module.exports, + * like Node. + */ + module.exports = factory() + } else { + // Browser globals (root is window) + root.lunr = factory() + } + }(this, function () { + /** + * Just return a value to define the module export. + * This example returns an object, but the module + * can return a function as the exported value. + */ + return lunr + })) +})(); diff --git a/search/main.js b/search/main.js new file mode 100644 index 0000000..a5e469d --- /dev/null +++ b/search/main.js @@ -0,0 +1,109 @@ +function getSearchTermFromLocation() { + var sPageURL = window.location.search.substring(1); + var sURLVariables = sPageURL.split('&'); + for (var i = 0; i < sURLVariables.length; i++) { + var sParameterName = sURLVariables[i].split('='); + if (sParameterName[0] == 'q') { + return decodeURIComponent(sParameterName[1].replace(/\+/g, '%20')); + } + } +} + +function joinUrl (base, path) { + if (path.substring(0, 1) === "/") { + // path starts with `/`. Thus it is absolute. + return path; + } + if (base.substring(base.length-1) === "/") { + // base ends with `/` + return base + path; + } + return base + "/" + path; +} + +function escapeHtml (value) { + return value.replace(/&/g, '&') + .replace(/"/g, '"') + .replace(//g, '>'); +} + +function formatResult (location, title, summary) { + return ''; +} + +function displayResults (results) { + var search_results = document.getElementById("mkdocs-search-results"); + while (search_results.firstChild) { + search_results.removeChild(search_results.firstChild); + } + if (results.length > 0){ + for (var i=0; i < results.length; i++){ + var result = results[i]; + var html = formatResult(result.location, result.title, result.summary); + search_results.insertAdjacentHTML('beforeend', html); + } + } else { + var noResultsText = search_results.getAttribute('data-no-results-text'); + if (!noResultsText) { + noResultsText = "No results found"; + } + search_results.insertAdjacentHTML('beforeend', '

' + noResultsText + '

'); + } +} + +function doSearch () { + var query = document.getElementById('mkdocs-search-query').value; + if (query.length > min_search_length) { + if (!window.Worker) { + displayResults(search(query)); + } else { + searchWorker.postMessage({query: query}); + } + } else { + // Clear results for short queries + displayResults([]); + } +} + +function initSearch () { + var search_input = document.getElementById('mkdocs-search-query'); + if (search_input) { + search_input.addEventListener("keyup", doSearch); + } + var term = getSearchTermFromLocation(); + if (term) { + search_input.value = term; + doSearch(); + } +} + +function onWorkerMessage (e) { + if (e.data.allowSearch) { + initSearch(); + } else if (e.data.results) { + var results = e.data.results; + displayResults(results); + } else if (e.data.config) { + min_search_length = e.data.config.min_search_length-1; + } +} + +if (!window.Worker) { + console.log('Web Worker API not supported'); + // load index in main thread + $.getScript(joinUrl(base_url, "search/worker.js")).done(function () { + console.log('Loaded worker'); + init(); + window.postMessage = function (msg) { + onWorkerMessage({data: msg}); + }; + }).fail(function (jqxhr, settings, exception) { + console.error('Could not load worker.js'); + }); +} else { + // Wrap search in a web worker + var searchWorker = new Worker(joinUrl(base_url, "search/worker.js")); + searchWorker.postMessage({init: true}); + searchWorker.onmessage = onWorkerMessage; +} diff --git a/search/search_index.json b/search/search_index.json new file mode 100644 index 0000000..62b9f7a --- /dev/null +++ b/search/search_index.json @@ -0,0 +1 @@ +{"config":{"indexing":"full","lang":["en"],"min_search_length":3,"prebuild_index":false,"separator":"[\\s\\-]+"},"docs":[{"location":"","text":"ArdorQuery Cross-platform desktop is a tool for making HTTP(S) requests from websites or RESTful APIs. Similar to cURL, but with a graphical interface. Can be used for testing and/or developing web applications. Application have minimal user interface and keyboard oriented. The HTTP request is broken down into a human-readable set of lines. Each line describes the type at the beginning, for example url means we define the URL for the HTTP request. Each type of line has a different color to help visually identify that content. Download You can always download the latest stable version from this link . Getting started Getting started and Basic shortcuts Fields Options Postscripting Feedback If you find a bug or have suggestions for the application, feel free to post an issue or discussion in the repository .","title":"Home"},{"location":"#ardorquery","text":"Cross-platform desktop is a tool for making HTTP(S) requests from websites or RESTful APIs. Similar to cURL, but with a graphical interface. Can be used for testing and/or developing web applications. Application have minimal user interface and keyboard oriented. The HTTP request is broken down into a human-readable set of lines. Each line describes the type at the beginning, for example url means we define the URL for the HTTP request. Each type of line has a different color to help visually identify that content.","title":"ArdorQuery"},{"location":"#download","text":"You can always download the latest stable version from this link .","title":"Download"},{"location":"#getting-started","text":"Getting started and Basic shortcuts Fields Options Postscripting","title":"Getting started"},{"location":"#feedback","text":"If you find a bug or have suggestions for the application, feel free to post an issue or discussion in the repository .","title":"Feedback"},{"location":"basicshortcuts/","text":"Getting started and Basic shortcuts Any HTTP request in an application is represented as a set of lines, each line contains some field. Each field contains a separate part of the HTTP request, such as a URL address, method, header, parameter, etc. There can be only one selected field, and it is highlighted with a colored frame. Simple steps to get started with the application Once application is launched, enter url https://github.com/ in the one existing field. You need to add a new field by pressing Ctrl-Enter . Enter in the new field - method GET To make an HTTP request, press Ctrl-Z or F5 . For change tab on Result need press F11 . After the HTTP request completes, you can see the Status , Response Time and Response Size , headers and body of the response if it was received from the server. Most used shortcuts: List of keyboard shortcuts F1 - If you forgot a shortcut, you can check it at any time in the popup-help. It contains search by name or label. Manage fields Ctrl-Enter - Adding a new empty field below the selected field. Alt-Enter - Adding a new empty field on top of the selected field. Shift-Enter - Adding a new empty field at the end of the fields. Tabs management F11 - Switching between tabs for HTTP request fields and Result . Executing the request Ctrl-Z or F5 - Run HTTP request Ctrl-B or F4 - Cancel an HTTP request if it is not completed You can check the full documentation about all fields at this link","title":"Getting started"},{"location":"basicshortcuts/#getting-started-and-basic-shortcuts","text":"Any HTTP request in an application is represented as a set of lines, each line contains some field. Each field contains a separate part of the HTTP request, such as a URL address, method, header, parameter, etc. There can be only one selected field, and it is highlighted with a colored frame.","title":"Getting started and Basic shortcuts"},{"location":"basicshortcuts/#simple-steps-to-get-started-with-the-application","text":"Once application is launched, enter url https://github.com/ in the one existing field. You need to add a new field by pressing Ctrl-Enter . Enter in the new field - method GET To make an HTTP request, press Ctrl-Z or F5 . For change tab on Result need press F11 . After the HTTP request completes, you can see the Status , Response Time and Response Size , headers and body of the response if it was received from the server. Most used shortcuts:","title":"Simple steps to get started with the application"},{"location":"basicshortcuts/#list-of-keyboard-shortcuts","text":"F1 - If you forgot a shortcut, you can check it at any time in the popup-help. It contains search by name or label.","title":"List of keyboard shortcuts"},{"location":"basicshortcuts/#manage-fields","text":"Ctrl-Enter - Adding a new empty field below the selected field. Alt-Enter - Adding a new empty field on top of the selected field. Shift-Enter - Adding a new empty field at the end of the fields.","title":"Manage fields"},{"location":"basicshortcuts/#tabs-management","text":"F11 - Switching between tabs for HTTP request fields and Result .","title":"Tabs management"},{"location":"basicshortcuts/#executing-the-request","text":"Ctrl-Z or F5 - Run HTTP request Ctrl-B or F4 - Cancel an HTTP request if it is not completed You can check the full documentation about all fields at this link","title":"Executing the request"},{"location":"commonfields/","text":"Fields Fields marked [single] must only be specified once in the request. If you specify them several times, the value will be taken from the last line in order. Basic fields url X [single] Specifies URL for the HTTP request, where X it full URL. Example: url https://github.com method X [single] Specifies the HTTP request method. Where X can be one of the possible values: GET , POST , PUT , DELETE , PATCH . Example: method POST body X [single] Specify the content in the body for the HTTP request. Example: body {\"jsonField\": \"jsonValue\" } Form fields form X=Y Add form field where X it name of field and Y it value. Example: form count=100 file X=Y Add file field where X it name of file field and Y it full path for file in filesystem. Example: file poster=~/images/poster.jpg Header fields
Add header field for one of standart headers, where header name it name of standart header and value it header value. You can see full list of standard headers on this page . Example: Content-Type application/json X-
Add header field for non standart headers, where header name it name of header and value it header value. For a while there was a format for custom headers like X-
. Example: X-USERID 550 header
Add header field for non standart headers, where header name it name of header and value it header value. Example: header USERID 550 pastry = Adding parameter to Cookie header, where cookie name it name of header and value it value. Example: header USERID 550 protocol By default, all HTTPS requests will attempt to use the HTTP/2 protocol. If this is undesirable behavior, you can force requests to run over HTTP/1.1 defining this field. Example: protocol 1.1 URL improve fields param = Adding a URL parameter, where parameter name is the name of the parameter and value is its value. For ease of readability, it may be helpful if the URL itself and its parameters are separated. For example, I have a full URL http://test.com?id=20 . We can split it in the application into two lines: the first url http://test.com and the second param id=20 . Example: param userId=1 route = Adding a URL parameter, where route name is the name of the parameter and value is its value. The modern way is to add URL parameters as part of the route, like http://test.com/products/20/product , where 20 is actually an parameter like identifier. We can split it in the application into two lines: the first url http://test.com/products/{id}/product and the second route id=20 . The application supports placing the same segment in multiple places, for example http://test.com/products/{id}/product/{id} . Example: route segment=2 Scripting postscript