Home
last modified time | relevance | path

Searched refs:reach (Results 1 – 25 of 46) sorted by relevance

12

/plugin/findologicxmlexport/vendor/hoa/protocol/Node/
H A DNode.php91 if (null !== $reach) {
92 $this->_reach = $reach;
255 $accumulator = explode(RS, $reach);
260 if (false === strpos($reach, RS)) {
262 $reach = substr($reach, $pos + 1);
270 $entry .= $reach;
276 $choices = explode(RS, $reach);
307 public function reach($queue = null) function in Hoa\\Protocol\\Node\\Node
332 * @param string $reach Reach value.
335 public function setReach($reach) argument
[all …]
H A DLibrary.php56 public function reach($queue = null) function in Hoa\\Protocol\\Node\\Library
59 return parent::reach($queue);
94 return parent::reach($queue);
/plugin/findologicxmlexport/vendor/hoa/protocol/Test/Unit/Node/
H A DLibrary.php59 ->when($result = $node->reach())
72 ->when($result = $node->reach('baz'))
85 ->when($result = $node->reach())
102 ->when($result = $node->reach())
118 ->when($result = $node->reach('Hello'))
134 ->when($result = $node->reach('Hello/Mister/Anderson'))
H A DNode.php204 $reach = 'bar',
205 $node = new SUT('foo', $reach)
207 ->when($result = $node->reach())
210 ->isEqualTo($reach);
220 ->when($result = $node->reach('baz'))
240 $reach = 'bar',
241 $node = new SUT('foo', $reach)
246 ->isEqualTo($reach)
247 ->string($node->reach())
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DParserATNSimulator.php45 * requests go through the DFA first. If they reach a state without an edge for
70 * The next time we reach this DFA state with an SLL conflict, through DFA
150 * When we start in the DFA and reach an accept state that's predicated, we test
651 $reach = $this->computeReachSet($previousD->configs, $t, false);
653 if ($reach === null) {
660 $D = new DFAState($reach);
662 $predictedAlt = self::getUniqueAlt($reach);
665 $altSubSets = PredictionMode::getConflictingAltSubsets($reach);
671 (string) $reach,
674 $this->getConflictingAlts($reach)
[all...]
H A DLexerATNSimulator.php209 // be able to avoid doing a reach operation upon t. If s!=null,
216 // computing reach/closure sets. Technically, once we know that
297 $reach = new OrderedATNConfigSet();
300 // Fill reach starting from closure, following t transitions
301 $this->getReachableConfigSet($input, $s->configs, $reach, $t);
303 if (\count($reach->elements()) === 0) {
305 if (!$reach->hasSemanticContext) {
315 // Add an edge from s to target DFA found/created for reach
316 return $this->addDFAEdgeATNConfigSet($s, $t, $reach) ?? ATNSimulator::error();
319 protected function failOrAccept(SimState $prevAccept, CharStream $input, ATNConfigSet $reach, in argument
361 getReachableConfigSet(CharStream $input, ATNConfigSet $closure, ATNConfigSet $reach, int $t) global() argument
[all...]
/plugin/findologicxmlexport/vendor/hoa/protocol/Test/Unit/
H A DProtocol.php82 ->string($result['Library']->reach())
/plugin/widearea/
H A DREADME.md12 feel free to reach out.**
/plugin/botbouncer/
H A DREADME.md36 …ee service for sites with little activity, and as you to upgrade once you reach a certain activity…
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DTransformNamespace.asciidoc129 $params['wait_for_checkpoint'] = (boolean) Whether to wait for the transform to reach a checkpoint before stopping. Default to false
/plugin/mikioplugin/
H A DREADME.md198 Any contributions are appreciated. Please feel free to reach out to me at james.collins@outlook.com.au
/plugin/authgooglesheets/vendor/guzzlehttp/promises/
H A DREADME.md489 iteratively is that you need to be able for one promise to reach into the state
492 also the deferred value, allowing promises of the same parent class to reach
/plugin/dokuprism/prism/
H A Dprism.js3 var _self="undefined"!=typeof window?window:"undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?self:{},Prism=function(e){var n=/(?:^|\s)lang(?:uage)?-([\w-]+)(?=\s|$)/i,t=0,r={},a={manual:e.Prism&&e.Prism.manual,disableWorkerMessageHandler:e.Prism&&e.Prism.disableWorkerMessageHandler,util:{encode:function e(n){return n instanceof i?new i(n.type,e(n.content),n.alias):Array.isArray(n)?n.map(e):n.replace(/&/g,"&amp;").replace(/</g,"&lt;").replace(/\u00a0/g," ")},type:function(e){return Object.prototype.toString.call(e).slice(8,-1)},objId:function(e){return e.__id||Object.defineProperty(e,"__id",{value:++t}),e.__id},clone:function e(n,t){var r,i;switch(t=t||{},a.util.type(n)){case"Object":if(i=a.util.objId(n),t[i])return t[i];for(var l in r={},t[i]=r,n)n.hasOwnProperty(l)&&(r[l]=e(n[l],t));return r;case"Array":return i=a.util.objId(n),t[i]?t[i]:(r=[],t[i]=r,n.forEach((function(n,a){r[a]=e(n,t)})),r);default:return n}},getLanguage:function(e){for(;e;){var t=n.exec(e.className);if(t)return t[1].toLowerCase();e=e.parentElement}return"none"},setLanguage:function(e,t){e.className=e.className.replace(RegExp(n,"gi"),""),e.classList.add("language-"+t)},currentScript:function(){if("undefined"==typeof document)return null;if("currentScript"in document)return document.currentScript;try{throw new Error}catch(r){var e=(/at [^(\r\n]*\((.*):[^:]+:[^:]+\)$/i.exec(r.stack)||[])[1];if(e){var n=document.getElementsByTagName("script");for(var t in n)if(n[t].src==e)return n[t]}return null}},isActive:function(e,n,t){for(var r="no-"+n;e;){var a=e.classList;if(a.contains(n))return!0;if(a.contains(r))return!1;e=e.parentElement}return!!t}},languages:{plain:r,plaintext:r,text:r,txt:r,extend:function(e,n){var t=a.util.clone(a.languages[e]);for(var r in n)t[r]=n[r];return t},insertBefore:function(e,n,t,r){var i=(r=r||a.languages)[e],l={};for(var o in i)if(i.hasOwnProperty(o)){if(o==n)for(var s in t)t.hasOwnProperty(s)&&(l[s]=t[s]);t.hasOwnProperty(o)||(l[o]=i[o])}var u=r[e];return r[e]=l,a.languages.DFS(a.languages,(function(n,t){t===u&&n!=e&&(this[n]=l)})),l},DFS:function e(n,t,r,i){i=i||{};var l=a.util.objId;for(var o in n)if(n.hasOwnProperty(o)){t.call(n,o,n[o],r||o);var s=n[o],u=a.util.type(s);"Object"!==u||i[l(s)]?"Array"!==u||i[l(s)]||(i[l(s)]=!0,e(s,t,o,i)):(i[l(s)]=!0,e(s,t,null,i))}}},plugins:{},highlightAll:function(e,n){a.highlightAllUnder(document,e,n)},highlightAllUnder:function(e,n,t){var r={callback:t,container:e,selector:'code[class*="language-"], [class*="language-"] code, code[class*="lang-"], [class*="lang-"] code'};a.hooks.run("before-highlightall",r),r.elements=Array.prototype.slice.apply(r.container.querySelectorAll(r.selector)),a.hooks.run("before-all-elements-highlight",r);for(var i,l=0;i=r.elements[l++];)a.highlightElement(i,!0===n,r.callback)},highlightElement:function(n,t,r){var i=a.util.getLanguage(n),l=a.languages[i];a.util.setLanguage(n,i);var o=n.parentElement;o&&"pre"===o.nodeName.toLowerCase()&&a.util.setLanguage(o,i);var s={element:n,language:i,grammar:l,code:n.textContent};function u(e){s.highlightedCode=e,a.hooks.run("before-insert",s),s.element.innerHTML=s.highlightedCode,a.hooks.run("after-highlight",s),a.hooks.run("complete",s),r&&r.call(s.element)}if(a.hooks.run("before-sanity-check",s),(o=s.element.parentElement)&&"pre"===o.nodeName.toLowerCase()&&!o.hasAttribute("tabindex")&&o.setAttribute("tabindex","0"),!s.code)return a.hooks.run("complete",s),void(r&&r.call(s.element));if(a.hooks.run("before-highlight",s),s.grammar)if(t&&e.Worker){var c=new Worker(a.filename);c.onmessage=function(e){u(e.data)},c.postMessage(JSON.stringify({language:s.language,code:s.code,immediateClose:!0}))}else u(a.highlight(s.code,s.grammar,s.language));else u(a.util.encode(s.code))},highlight:function(e,n,t){var r={code:e,grammar:n,language:t};if(a.hooks.run("before-tokenize",r),!r.grammar)throw new Error('The language "'+r.language+'" has no grammar.');return r.tokens=a.tokenize(r.code,r.grammar),a.hooks.run("after-tokenize",r),i.stringify(a.util.encode(r.tokens),r.language)},tokenize:function(e,n){var t=n.rest;if(t){for(var r in t)n[r]=t[r];delete n.rest}var a=new s;return u(a,a.head,e),o(e,a,n,a.head,0),function(e){for(var n=[],t=e.head.next;t!==e.tail;)n.push(t.value),t=t.next;return n}(a)},hooks:{all:{},add:function(e,n){var t=a.hooks.all;t[e]=t[e]||[],t[e].push(n)},run:function(e,n){var t=a.hooks.all[e];if(t&&t.length)for(var r,i=0;r=t[i++];)r(n)}},Token:i};function i(e,n,t,r){this.type=e,this.content=n,this.alias=t,this.length=0|(r||"").length}function l(e,n,t,r){e.lastIndex=n;var a=e.exec(t);if(a&&r&&a[1]){var i=a[1].length;a.index+=i,a[0]=a[0].slice(i)}return a}function o(e,n,t,r,s,g){for(var f in t)if(t.hasOwnProperty(f)&&t[f]){var h=t[f];h=Array.isArray(h)?h:[h];for(var d=0;d<h.length;++d){if(g&&g.cause==f+","+d)return;var v=h[d],p=v.inside,m=!!v.lookbehind,y=!!v.greedy,k=v.alias;if(y&&!v.pattern.global){var x=v.pattern.toString().match(/[imsuy]*$/)[0];v.pattern=RegExp(v.pattern.source,x+"g")}for(var b=v.pattern||v,w=r.next,A=s;w!==n.tail&&!(g&&A>=g.reach);A+=w.value.length,w=w.next){var E=w.value;if(n.length>e.length)return;if(!(E instanceof i)){var P,L=1;if(y){if(!(P=l(b,A,e,m))||P.index>=e.length)break;var S=P.index,O=P.index+P[0].length,j=A;for(j+=w.value.length;S>=j;)j+=(w=w.next).value.length;if(A=j-=w.value.length,w.value instanceof i)continue;for(var C=w;C!==n.tail&&(j<O||"string"==typeof C.value);C=C.next)L++,j+=C.value.length;L--,E=e.slice(A,j),P.index-=A}else if(!(P=l(b,0,E,m)))continue;S=P.index;var N=P[0],_=E.slice(0,S),M=E.slice(S+N.length),W=A+E.length;g&&W>g.reach&&(g.reach=W);var z=w.prev;if(_&&(z=u(n,z,_),A+=_.length),c(n,z,L),w=u(n,z,new i(f,p?a.tokenize(N,p):N,k,N)),M&&u(n,w,M),L>1){var I={cause:f+","+d,reach:W};o(e,n,t,w.prev,A,I),g&&I.reach>g.reach&&(g.reach=I.reach)}}}}}}function s(){var e={value:null,prev:null,next:null},n={value:null,prev:e,next:null};e.next=n,this.head=e,this.tail=n,this.length=0}function u(e,n,t){var r=n.next,a={value:t,prev:n,next:r};return n.next=a,r.prev=a,e.length++,a}function c(e,n,t){for(var r=n.next,a=0;a<t&&r!==e.tail;a++)r=r.next;n.next=r,r.prev=n,e.length-=a}if(e.Prism=a,i.stringify=function e(n,t){if("string"==typeof n)return n;if(Array.isArray(n)){var r="";return n.forEach((function(n){r+=e(n,t)})),r}var i={type:n.type,content:e(n.content,t),tag:"span",classes:["token",n.type],attributes:{},language:t},l=n.alias;l&&(Array.isArray(l)?Array.prototype.push.apply(i.classes,l):i.classes.push(l)),a.hooks.run("wrap",i);var o="";for(var s in i.attributes)o+=" "+s+'="'+(i.attributes[s]||"").replace(/"/g,"&quot;")+'"';return"<"+i.tag+' class="'+i.classes.join(" ")+'"'+o+">"+i.content+"</"+i.tag+">"},!e.document)return e.addEventListener?(a.disableWorkerMessageHandler||e.addEventListener("message",(function(n){var t=JSON.parse(n.data),r=t.language,i=t.code,l=t.immediateClose;e.postMessage(a.highlight(i,a.languages[r],r)),l&&e.close()}),!1),a):a;var g=a.util.currentScript();function f(){a.manual||a.highlightAll()}if(g&&(a.filename=g.src,g.hasAttribute("data-manual")&&(a.manual=!0)),!a.manual){var h=document.readyState;"loading"===h||"interactive"===h&&g&&g.defer?document.addEventListener("DOMContentLoaded",f):window.requestAnimationFrame?window.requestAnimationFrame(f):window.setTimeout(f,16)}return a}(_self);"undefined"!=typeof module&&module.exports&&(module.exports=Prism),"undefined"!=typeof global&&(global.Prism=Prism); property in o.I
/plugin/elasticsearch/vendor/patrickschur/language-detection/resources/ga/
H A Dga.txt
/plugin/elasticsearch/vendor/patrickschur/language-detection/resources/gd/
H A Dgd.txt
/plugin/commonmark/vendor/league/commonmark/
H A DCHANGELOG-0.x.md
/plugin/passpolicy/
H A Dwords.txt2865 reach
/plugin/flowplayer/player/
H A DREADME.txt157 - fix to make playback to always reach end of video
/plugin/bible/bible_douayRheims/
H A D2_Corinthians.txt183 …cording to the measure of the rule which God hath measured to us, a measure to reach even unto you.
H A DNumbers.txt1216 …to Senna, and reach toward the south as far as Cadesbarne, from whence the frontiers shall go out …
1224 …34:12. And shall reach as far as the Jordan, and at the last shall be closed in by the most salt s…
1245 …35:4. Which suburbs shall reach from the walls of the cities outward, a thousand paces on every si…
H A DProverbs.txt510 …18:8. The words of the double tongued are as if they were harmless: and they reach even to the inn…
764 …26:22. The words of a talebearer are as it were simple, but they reach to the innermost parts of t…
H A DJob.txt180 8:20. God will not cast away the simple, nor reach out his hand to the evil doer:
327 …14:15. Thou shalt call me, and I will answer thee: to the work of thy hands thou shalt reach out t…
H A DLeviticus.txt783 …26:5. The threshing of your harvest shall reach unto the vintage, and the vintage shall reach unto…
H A DMatthew.txt181 7:9. Or what man is there among you, of whom if his son shall ask bread, will he reach him a stone?
182 7:10. Or if he shall ask him a fish, will he reach him a serpent?
/plugin/diagramsnet/lib/plugins/webcola/
H A Dcola.min.js2 …ion(a){for(var b,c=this.iterator();null!==(b=c.next());)a(b)},a.prototype.reach=function(a){for(va…

12