Home
last modified time | relevance | path

Searched refs:walk (Results 1 – 25 of 88) sorted by relevance

1234

/plugin/docsearch/
H A Dcron.php22 function walk($dir) { function
40 walk($file);
196 walk($input);
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Tree/
H A DParseTreeWalker.php18 public function walk(ParseTreeListener $listener, ParseTree $tree) : void function in Antlr\\Antlr4\\Runtime\\Tree\\ParseTreeWalker
44 $this->walk($listener, $child);
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/
H A DCompiler.php85 private function walk(array $tree, $level = 0) function in Mustache_Compiler
227 $code = $this->walk($tree);
263 $else = $this->walk($nodes, $level);
313 $code = $this->walk($nodes, 0);
388 …$this->prepare(self::SECTION), $key, $callable, $source, $helper, $delims, $this->walk($nodes, 2));
422 …prepare(self::INVERTED_SECTION, $level), $id, $method, $id, $filters, $this->walk($nodes, $level));
492 $this->walk($realChildren, $level + 1)
/plugin/sequencediagram/bower_components/lodash/vendor/json-js/
H A Djson2.js442 function walk(holder, key) { function
451 v = walk(value, k);
510 ? walk({'': j}, '')
/plugin/move/script/
H A Djson2.js413 function walk(holder, key) { function
422 v = walk(value, k);
477 ? walk({'': j}, '')
/plugin/bible/bible_douayRheims/
H A D2_John.txt6 …arity: That we walk according to his commandments. For this is the commandment that, as you have h…
H A D3_John.txt4 1:4. I have no greater grace than this, to hear that my children walk in truth.
H A D1_Thessalonians.txt22 …2:12. We testified to every one of you that you would walk worthy of God, who hath called you unto…
43 …that, as you have received from us, how you ought to walk and to please God, so also you would wal…
53 … business and work with your own hands, as we commanded you: and that you walk honestly towards th…
H A DEphesians.txt33 …anship, created in Christ Jesus in good works, which God hath prepared that we should walk in them.
67 …4:1. I therefore, a prisoner in the Lord, beseech you that you walk worthy of the vocation in whic…
83 … then I say and testify in the Lord: That henceforward you walk not as also the Gentiles walk in t…
100 …5:2. And walk in love, as Christ also hath loved us and hath delivered himself for us, an oblation…
113 5:15. See therefore, brethren, how you walk circumspectly: not as unwise,
H A DMicheas.txt19 …s family: from which you shall not withdraw your necks, and you shall not walk haughtily, for this…
43 … house of the God of Jacob: and he will teach us of his ways, and we will walk in his paths: for t…
46 …4:5. For all people will walk every one in the name of his god: but we will walk in the name of th…
76 … Lord requireth of thee: Verily to do judgment, and to love mercy, and to walk solicitous with thy…
H A D1_John.txt6 1:6. If we say that we have fellowship with him and walk in darkness, we lie and do not the truth.
7 …1:7. But if we walk in the light, as he also is in the light, we have fellowship one with another:…
15 2:6. He that saith he abideth in him ought himself also to walk even as he walked.
H A DColossians.txt10 …1:10. That you may walk worthy of God, in all things pleasing; being fruitful in every good work a…
35 2:6. As therefore you have received Jesus Christ the Lord, walk ye in him:
H A DPhilippians.txt77 3:17. Be ye followers of me, brethren: and observe them who walk so as you have our model.
78 …3:18. For many walk, of whom I have told you often (and now tell you weeping) that they are enemie…
H A D2_Thessalonians.txt39 …3:11. For we have heard there are some among you who walk disorderly: working not at all, but curi…
H A DZacharias.txt10 …myrtle trees answered, and said: These are they, whom the Lord hath sent to walk through the earth.
41walk in my ways, and keep my charge, thou also shalt judge my house, and shalt keep my courts, and…
76 …ught to go, and to run to and fro through all the earth. And he said: Go, walk throughout the eart…
150 10:12. I will strengthen them in the Lord, and they shall walk in his name, saith the Lord.
/plugin/combo/ComboStrap/
H A DPageSql.php60 * Performs a walk on the given parse tree starting at the root
64 ParseTreeWalker::default()->walk($this->listener, $tree);
/plugin/codeprettify/code-prettify/src/
H A Dnode_prettify.js569 function walk(node) { function
574 walk(child);
599 walk(node);
H A Dprettify.js617 function walk(node) { function
622 walk(child);
647 walk(node);
H A Drun_prettify.js846 function walk(node) { function
851 walk(child);
876 walk(node);
/plugin/combo/
H A Dyarn.lock
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
H A Dif.rst45 <p>It's a nice day for a walk in the park.</p>
/plugin/tagfilter/script/
H A Djquery.history.js1 typeof JSON!="object"&&(JSON={}),function(){"use strict";function f(e){return e<10?"0"+e:e}function quote(e){return escapable.lastIndex=0,escapable.test(e)?'"'+e.replace(escapable,function(e){var t=meta[e];return typeof t=="string"?t:"\\u"+("0000"+e.charCodeAt(0).toString(16)).slice(-4)})+'"':'"'+e+'"'}function str(e,t){var n,r,i,s,o=gap,u,a=t[e];a&&typeof a=="object"&&typeof a.toJSON=="function"&&(a=a.toJSON(e)),typeof rep=="function"&&(a=rep.call(t,e,a));switch(typeof a){case"string":return quote(a);case"number":return isFinite(a)?String(a):"null";case"boolean":case"null":return String(a);case"object":if(!a)return"null";gap+=indent,u=[];if(Object.prototype.toString.apply(a)==="[object Array]"){s=a.length;for(n=0;n<s;n+=1)u[n]=str(n,a)||"null";return i=u.length===0?"[]":gap?"[\n"+gap+u.join(",\n"+gap)+"\n"+o+"]":"["+u.join(",")+"]",gap=o,i}if(rep&&typeof rep=="object"){s=rep.length;for(n=0;n<s;n+=1)typeof rep[n]=="string"&&(r=rep[n],i=str(r,a),i&&u.push(quote(r)+(gap?": ":":")+i))}else for(r in a)Object.prototype.hasOwnProperty.call(a,r)&&(i=str(r,a),i&&u.push(quote(r)+(gap?": ":":")+i));return i=u.length===0?"{}":gap?"{\n"+gap+u.join(",\n"+gap)+"\n"+o+"}":"{"+u.join(",")+"}",gap=o,i}}typeof Date.prototype.toJSON!="function"&&(Date.prototype.toJSON=function(e){return isFinite(this.valueOf())?this.getUTCFullYear()+"-"+f(this.getUTCMonth()+1)+"-"+f(this.getUTCDate())+"T"+f(this.getUTCHours())+":"+f(this.getUTCMinutes())+":"+f(this.getUTCSeconds())+"Z":null},String.prototype.toJSON=Number.prototype.toJSON=Boolean.prototype.toJSON=function(e){return this.valueOf()});var cx=/[\u0000\u00ad\u0600-\u0604\u070f\u17b4\u17b5\u200c-\u200f\u2028-\u202f\u2060-\u206f\ufeff\ufff0-\uffff]/g,escapable=/[\\\"\x00-\x1f\x7f-\x9f\u00ad\u0600-\u0604\u070f\u17b4\u17b5\u200c-\u200f\u2028-\u202f\u2060-\u206f\ufeff\ufff0-\uffff]/g,gap,indent,meta={"\b":"\\b"," ":"\\t","\n":"\\n","\f":"\\f","\r":"\\r",'"':'\\"',"\\":"\\\\"},rep;typeof JSON.stringify!="function"&&(JSON.stringify=function(e,t,n){var r;gap="",indent="";if(typeof n=="number")for(r=0;r<n;r+=1)indent+=" ";else typeof n=="string"&&(indent=n);rep=t;if(!t||typeof t=="function"||typeof t=="object"&&typeof t.length=="number")return str("",{"":e});throw new Error("JSON.stringify")}),typeof JSON.parse!="function"&&(JSON.parse=function(text,reviver){function walk(e,t){var n,r,i=e[t];if(i&&typeof i=="object")for(n in i)Object.prototype.hasOwnProperty.call(i,n)&&(r=walk(i,n),r!==undefined?i[n]=r:delete i[n]);return reviver.call(e,t,i)}var j;text=String(text),cx.lastIndex=0,cx.test(text)&&(text=text.replace(cx,function(e){return"\\u"+("0000"+e.charCodeAt(0).toString(16)).slice(-4)}));if(/^[\],:{}\s]*$/.test(text.replace(/\\(?:["\\\/bfnrt]|u[0-9a-fA-F]{4})/g,"@").replace(/"[^"\\\n\r]*"|true|false|null|-?\d+(?:\.\d*)?(?:[eE][+\-]?\d+)?/g,"]").replace(/(?:^|:|,)(?:\s*\[)+/g,"")))return j=eval("("+text+")"),typeof reviver=="function"?walk({"":j},""):j;throw new SyntaxError("JSON.parse")})}(),function(e,t){"use strict";var n=e.History=e (…) function
/plugin/a2s/
H A DASCIIToSVG.php3320 $this->walk($line, $r+$rInc, $c+$cInc, $dir);
3558 private function walk($path, $row, $col, $dir, $d = 0) { function in dokuwiki\\plugin\\a2s\\ASCIIToSVG
3618 return $this->walk($path, $r + $rInc, $c + $cInc, $dir, $d);
3624 return $this->walk($path, $r - 1, $c, self::DIR_UP, $d);
3631 return $this->walk($path, $r + 1, $c, self::DIR_DOWN, $d);
3635 return $this->walk($path, $r, $c + 1, self::DIR_RIGHT, $d);
3638 return $this->walk($path, $r, $c - 1, self::DIR_LEFT, $d);
3641 return $this->walk($path, $r - 1, $c + 1, self::DIR_NE, $d);
3644 return $this->walk($path, $r + 1, $c + 1, self::DIR_SE, $d);
/plugin/combo/vendor/antlr/antlr4-php-runtime/
H A DREADME.md93 ParseTreeWalker::default()->walk(new TreeShapeListener(), $tree);
/plugin/tablelayout/
H A Dyarn.lock1213 ignore-walk@^3.0.1:
1215 …resolved "https://registry.yarnpkg.com/ignore-walk/-/ignore-walk-3.0.1.tgz#a83e62e7d272ac0e3b551aa…
1737 ignore-walk "^3.0.1"
1955 walk-sync "0.3.1"
2458 walk-sync@0.3.1:
2460 …resolved "https://registry.yarnpkg.com/walk-sync/-/walk-sync-0.3.1.tgz#558a16aeac8c0db59c028b73c66…

1234