Home
last modified time | relevance | path

Searched refs:path (Results 3226 – 3250 of 3342) sorted by last modified time

1...<<121122123124125126127128129130>>...134

/plugin/projects/lib/
H A Dtools.php151 $path = $project->path() . noNS($id);
153 $mime = $finfo->file($path);
/plugin/projects/action/
H A Daction.php71 $path = explode(":", $project);
72 if (!$project || $path[0] != PROJECTS_NAMESPACE) {
333 $file = $project->path() . noNS($file_id);
/plugin/fblogin/lib/
H A Dbase_facebook.php833 * @param string $path The path
838 protected function isVideoPost($path, $method = 'GET') { argument
848 * @param string $path The path (required)
855 protected function _graph($path, $method = 'GET', $params = array()) { argument
862 if ($this->isVideoPost($path, $method)) {
869 $this->getUrl($domainKey, $path),
1122 protected function getUrl($name, $path='', $params=array()) { argument
1124 if ($path) {
1125 if ($path[0] === '/') {
1126 $path = substr($path, 1);
[all …]
/plugin/bible/bible_douayRheims/
H A DIsaias.txt483 26:7. The way of the just is right, the path of the just is right to walk in.
574 …30:11. Take away from me the way, turn away the path from me, let the Holy One of Israel cease fro…
674 …35:8. And a path and a way shall be there, and it shall be called the holy way: the unclean shall …
780 …40:14. With whom hath he consulted, and who hath instructed him, and taught him the path of justic…
800 41:3. He shall pursue them, he shall pass in peace, no path shall appear after his feet.
867 43:16. Thus saith the Lord, who made a way in the sea, and a path in the mighty waters.
1125 …57:14. And I will say: Make a way: give free passage, turn out of the path, take away the stumblin…
H A DProverbs.txt42 2:9. Then shalt thou understand justice, and judgment, and equity, and every good path.
108 …4:18. But the path of the just, as a shining light, goeth forwards, and increaseth even to perfect…
116 4:26. Make straight the path for thy feet, and all thy ways shall be established.
123 5:6. They walk not by the path of life, her steps are wandering, and unaccountable.
348 12:28. In the path of justice is life: but the bye-way leadeth to death.
432 15:24. The path of life is above for the wise, that he may decline from the lowest hell.
458 16:17. The path of the just departeth from evils: he that keepeth his soul keepeth his way.
H A DPsalms.txt371 26:11. Set me, O Lord, a law in thy way, and guide me in the right path, because of my enemies.
1277 …77:50. He made a way for a path to his anger: he spared not their souls from death, and their catt…
2050 118:35. Lead me into the path of thy commandments; for this same I have desired.
2358 138:3. Thou hast understood my thoughts afar off: my path and my line thou hast searched out.
H A DGenesis.txt1490 …49:17. Let Dan be a snake in the way, a serpent in the path, that biteth the horse's heels, that h…
H A DJob.txt392 16:23. For behold short years pass away, and I am walking in a path by which I shall not return.
418 18:10. A gin is hidden for him in the earth, and his trap upon the path.
437 19:8. He hath hedged in my path round about, and I cannot pass, and in my way he hath set darkness.
536 22:15. Dost thou desire to keep the path of ages, which wicked men have trodden?
662 28:7. The bird hath not known the path, neither hath the eye of the vulture beheld it.
1071 41:23. A path shall shine after him, he shall esteem the deep as growing old.
H A DJoel.txt27 …2:8. No one shall press upon his brother: they shall walk every one in his path: yea, and they sha…
H A DWisdom.txt90 … the waves: whereof when it is gone by, the trace cannot be found nor the path of its keel in the …
298 …ther, governeth it: for thou hast made a way even in the sea, and a most sure path among the waves,
/plugin/preservefilenames/
H A Dcommon.php22 function _correctBasename($path) argument
27 rawurlencode($path)
/plugin/contactmodern/
H A Drecaptchalib.php62 * @param string $path
67 function _recaptcha_http_post($host, $path, $data, $port = 80) { argument
71 $http_request = "POST $path HTTP/1.0\r\n";
H A DCHANGELOG16 * Updated path to plugin wiki site.
/plugin/fedauth/Auth/OpenID/
H A DDiscover.php87 $path = $parsed['path'];
H A DTrustRoot.php158 $path = strtolower($parts['path']);
159 if (substr($path, 0, 1) != '/') {
163 $path = '/';
166 $parts['path'] = $path;
300 $path = $url_parsed['path'];
302 if ($base_path != $path) {
303 if (substr($path, 0, strlen($base_path)) != $base_path) {
307 substr($path, strlen($base_path), 1) != '/') {
316 if ($base_path != $path ||
H A DURINorm.php103 while ($path) {
105 $path = substr($path, 3);
107 $path = substr($path, 2);
109 $path = substr($path, 2);
111 $path = '/';
113 $path = substr($path, 3);
124 $path = '';
135 $path = substr($path, $i);
231 $path = Auth_OpenID_remove_dot_segments($path);
232 if (!$path) {
[all …]
/plugin/fedauth/Auth/
H A DOpenID.php365 * @param string $path The path.
371 static function urlunparse($scheme, $host, $port = null, $path = '/', argument
383 if (!$path) {
384 $path = '';
393 $result .= $path;
/plugin/solr/
H A Dhelper.php122 * @param string $path Solr action path (select, update, etc)
128 public function solr_query($path, $query, $method='GET', $postfields='') { argument
129 $url = $this->getConf('url')."/{$path}?{$query}";
146 'path' => $path,
/plugin/jquery-syntax/jquery-syntax/
H A Djquery.syntax.js9 …,getStyles:function(path){var link=jQuery('<link>');jQuery("head").append(link);if(!Syntax.default… argument
10 link.attr({rel:"stylesheet",type:"text/css",href:path});},getScript:function(path,callback){var scr… argument
11 path=path+'?'+Math.random()
12 script.src=path;document.getElementsByTagName('head')[0].appendChild(script);},getResource:function…
H A Djquery.syntax.min.js9 …,getStyles:function(path){var link=jQuery('<link>');jQuery("head").append(link);if(!Syntax.default… argument
10 link.attr({rel:"stylesheet",type:"text/css",href:path});},getScript:function(path,callback){var scr… argument
11 path=path+'?'+Math.random()
12 script.src=path;document.getElementsByTagName('head')[0].appendChild(script);},getResource:function…
/plugin/facebookalbum/
H A Dfacebook.php523 * @param String $path the path (required)
529 protected function _graph($path, $method='GET', $params=array()) { argument
537 $this->getUrl('graph', $path),
559 * @param String $path the path (required)
864 protected function getUrl($name, $path='', $params=array()) { argument
866 if ($path) {
867 if ($path[0] === '/') {
868 $path = substr($path, 1);
870 $url .= $path;
/plugin/aceeditor/
H A Dpreview.php34 $path = mediaFN($matches[2]); variable
37 $path = DOKU_INC . "lib/plugins/latex/images/renderfail.png"; variable
40 $size = getimagesize($path);
/plugin/jdraw/lib/
H A Djgraphx.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Djgraphx-examples.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Djdraw.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...

1...<<121122123124125126127128129130>>...134