Home
last modified time | relevance | path

Searched refs:b (Results 201 – 225 of 2511) sorted by path

12345678910>>...101

/plugin/bibtex/
H A Dsyntax.php135 function compare_year($a, $b) { argument
143 $bdist = $b['year'];
154 function compare_type($a, $b) { argument
162 $bdist = $conf["bibtex_types_order"][$b['bibtexEntryType']];
168 return compare_year($a,$b);
/plugin/bibtex4dw/
H A DLICENSE98 b) You must cause any work that you distribute or publish, that in
142 b) Accompany it with a written offer, valid for at least three
153 an offer, in accord with Subsection b above.)
/plugin/blockquote/
H A DCOPYING98 b) You must cause any work that you distribute or publish, that in
142 b) Accompany it with a written offer, valid for at least three
153 an offer, in accord with Subsection b above.)
/plugin/blog/
H A DCOPYING99 b) You must cause any work that you distribute or publish, that in
144 b) Accompany it with a written offer, valid for at least three
155 an offer, in accord with Subsection b above.)
/plugin/bloglinks/
H A DCOPYING99 b) You must cause any work that you distribute or publish, that in
144 b) Accompany it with a written offer, valid for at least three
155 an offer, in accord with Subsection b above.)
/plugin/blogmeta/
H A DCOPYING98 b) You must cause any work that you distribute or publish, that in
142 b) Accompany it with a written offer, valid for at least three
153 an offer, in accord with Subsection b above.)
/plugin/blogtng/
H A DCOPYING98 b) You must cause any work that you distribute or publish, that in
142 b) Accompany it with a written offer, valid for at least three
153 an offer, in accord with Subsection b above.)
/plugin/bookcreator/script/
H A Djquery.fileDownload.js158 isOtherMobileBrowser = /avantgo|bada\/|blackberry|blazer|compal|elaine|fennec|hiptop|playbook|silk|iemobile|iris|kindle|lge |maemo|midp|mmp|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\/|plucker|pocket|psp|symbian|treo|up\.(browser|link)|vodafone|wap|windows (ce|phone)|xda|xiino/i.test(userAgent) || /1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\-(n|u)|c55\/|capi|ccwa|cdm\-|cell|chtm|cldc|cmd\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\-s|devi|dica|dmob|do(c|p)o|ds(12|\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\-|_)|g1 u|g560|gene|gf\-5|g\-mo|go(\.w|od)|gr(ad|un)|haie|hcit|hd\-(m|p|t)|hei\-|hi(pt|ta)|hp( i|ip)|hs\-c|ht(c(\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\-(20|go|ma)|i230|iac( |\-|\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\/)|klon|kpt |kwc\-|kyo(c|k)|le(no|xi)|lg( g|\/(k|l|u)|50|54|e\-|e\/|\-[a-w])|libw|lynx|m1\-w|m3ga|m50\/|ma(te|ui|xo)|mc(01|21|ca)|m\-cr|me(di|rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\-2|po(ck|rt|se)|prox|psio|pt\-g|qa\-a|qc(07|12|21|32|60|\-[2-7]|i\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\-|oo|p\-)|sdk\/|se(c(\-|0|1)|47|mc|nd|ri)|sgh\-|shar|sie(\-|m)|sk\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\-|v\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\-|tdg\-|tel(i|m)|tim\-|t\-mo|to(pl|sh)|ts(70|m\-|m3|m5)|tx\-9|up(\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|xda(\-|2|g)|yas\-|your|zeto|zte\-/i.test(userAgent.substr(0, 4));
/plugin/bookcreator/syntax/
H A Dbookmanager.php335 * @param array $b
338 function _datesort($a, $b) {
339 if($b['rev'] < $a['rev']) return -1;
340 if($b['rev'] > $a['rev']) return 1;
341 return strcmp($b['id'], $a['id']);
348 * @param array $b
351 function _titlesort($a, $b) {
352 if($a['id'] < $b['id']) return -1;
353 if($a['id'] > $b['id']) return 1;
408 _datesort($a, $b) global() argument
421 _titlesort($a, $b) global() argument
/plugin/booking/
H A DLICENSE98 b) You must cause any work that you distribute or publish, that in
142 b) Accompany it with a written offer, valid for at least three
153 an offer, in accord with Subsection b above.)
/plugin/bookmark2wiki/
H A DLICENSE98 b) You must cause any work that you distribute or publish, that in
142 b) Accompany it with a written offer, valid for at least three
153 an offer, in accord with Subsection b above.)
/plugin/bookmarkme/
H A Daction.php108 $b = preg_replace("/\\D/","", " $Rev: 111 $ ");
112 ,'name' => "BookmarkMe {$v}.$b Action component."
/plugin/bookmarkme/syntax/
H A Dbookmarkme.php29 $b = preg_replace("/\\D/","", " $Rev: 111 $ ");
33 ,'name' => "BookmarkMe {$v}.$b."
/plugin/bootswrapper/
H A DLICENSE98 b) You must cause any work that you distribute or publish, that in
142 b) Accompany it with a written offer, valid for at least three
153 an offer, in accord with Subsection b above.)
/plugin/bpmnio/vendor/bpmn-js/
H A DCHANGELOG.md256 * `FEAT`: select newly created sub-process ([`6214772b`](https://github.com/bpmn-io/bpmn-js/commit/…
/plugin/bpmnio/vendor/bpmn-js/dist/
H A Dbpmn-modeler.production.min.js2 …N:B;for(let o in e)if(f(e,o)&&(n=e[o],i=t(n,r(o)),!1===i))return n}function b(e,t){return a(e)?[]:… function
7b=jt(v.x-m.x)<.01?"y":"x",x=jt(g.x-y.x)<.01?"y":"x",_=Qt(m.x,m.y,v.x,v.y,y.x,y.y,g.x,g.y);if(_){if… function
27b(e,t,n,i,r){l(i)&&(r=i,i=0),i=i||0,"none"===(r=d(r)).fill&&delete r.fillOpacity;var o=ke("circle"… function
33b(e,t){return"function"==typeof e?e.apply(t&&t[0]||r,t):e}function x(e,t){return e===r?t:e}functio… function
105b,x]=vc(g(u,v)),[_,E]=vc(b[0]),w=_c((e=>{_&&e.includes(_)||E(e[0]),x(e)}),[_,x,E]);yc((()=>{w(g(u,…
154 entries=${b}
160 ${0===b.length&&ac`
194b,x,_,E=(v=L({},o,v||{})).data||{};x=v.trapClick?u:p,t?(y=To(t)||t,g=ko(t),Po(t),"dragstart"===y.t…
H A Dbpmn-navigated-viewer.production.min.js2b:v;for(let r in e)if(p(e,r)&&(n=e[r],i=t(n,o(r)),!1===i))return n}function m(e,t,n){return h(e,(f… function
H A Dbpmn-viewer.production.min.js2b(e,t){return e.bind(t)}function w(e,...t){return Object.assign(e,...t)}function E(e,t){var n=this… function
/plugin/bpmnio/vendor/dmn-js/dist/
H A Ddmn-modeler.production.min.js2b(e)}(e)||function(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator… function
7b=pr(y.x-g.x)<.01?"y":"x",x=Or(v.x,v.y,m.x,m.y,g.x,g.y,y.x,y.y);if(x){if(c[f=x.x.toFixed(9)+"#"+x.…
21b(e,t){return"function"==n(e)?e.apply(t&&t[0]||o,t):e}function x(e,t){return e===o?t:e}function w(… function
H A Ddmn-navigated-viewer.production.min.js2b=Object.prototype.toString,w=Object.prototype.hasOwnProperty;function _(e){return void 0!==e}func… function
16b(e,n),t)}function h(e,t,n){return!!Array.isArray(e)&&(d(e,n[t],n),!0)}function d(e,t,n){var r;if(… function
H A Ddmn-viewer.production.min.js2b=Object.prototype.toString,w=Object.prototype.hasOwnProperty;function _(e){return void 0!==e}func… function
16b=t.children,w=t.ref,_=e.className,x=t.className;Lo(t),4096&o?function(e,t){e.textContent!==t.chil…
/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Dbpmn-modeler.development.js1783 b: b,
3281 b && params.push(+b);
3287 b = b == 'm' ? 'l' : 'L';
3924 b2ac = b * b - 4 * c * a;
6072 a.inverse = b;
6073 b.inverse = a;
6077 this.props[b.name] = b;
41920 var n = system[0].n * b[0] + system[1].n * b[1],
41921 l = system[0].lambda * b[0] + system[1].lambda * b[1];
41939 var bd = { x: b.x - a.x, y: b.y - a.y };
[all …]
H A Dbpmn-modeler.production.min.js2b(e,(function(e,i){if(t(e,i))return n=e,!1})),n}function g(e,t){var n=[];return b(e,(function(e,i)… function
7b=kt(v.x-m.x)<.01?"y":"x",x=kt(g.x-y.x)<.01?"y":"x",_=Ut(m.x,m.y,v.x,v.y,y.x,y.y,g.x,g.y);if(_){if…
28b(n.eventDefinitions,(function(e){Ar(e,t)&&(i=!0)})),i}function Nr(e){return Ar(e,"bpmn:FlowElemen…
33b(e,t){return"function"==typeof e?e.apply(t&&t[0]||r,t):e}function x(e,t){return e===r?t:e}functio… function
34b(he(".djs-segment-dragger",e),(function(e){Ce(e)}))}(t),function(e){b(he(".djs-bendpoint",e),(fun…
/plugin/btable/
H A DLICENSE98 b) You must cause any work that you distribute or publish, that in
142 b) Accompany it with a written offer, valid for at least three
153 an offer, in accord with Subsection b above.)
/plugin/btable2/
H A DLICENSE98 b) You must cause any work that you distribute or publish, that in
142 b) Accompany it with a written offer, valid for at least three
153 an offer, in accord with Subsection b above.)

12345678910>>...101