Home
last modified time | relevance | path

Searched refs:p (Results 1826 – 1850 of 1972) sorted by last modified time

1...<<717273747576777879

/plugin/dokugource/
H A Dadmin.php119 function color($p) { argument
120 $ns = preg_replace('`^(.*\:)[^\:]+$`', '$1', $p);
121 if(isset($this->colors[$p])) return $this->colors[$p];
124 $this->colors[$p] = sprintf('%02X%02X%02X', rand(0, 255), rand(0, 255), rand(0, 255));
125 return $this->colors[$p];
128 function crawl($p, $strip, $from) { argument
129 if(!@is_dir($p)) return;
130 foreach(scandir($p) as $i) {
132 if(is_file($p.'/'.$i)) if(preg_match('`\.changes$`', $i)) {
133 foreach(preg_split('`\n+`', trim(@file_get_contents($p.'/'.$i))) as $l) {
[all …]
/plugin/noticeboard/noticeboard/
H A Dstyle.css7 p.noticeboard-editMessage{
27 div.noticeboard-editForm p.category{
158 div.noticeboard-show table tbody td p,
159 table.noticeboard-show-detail tbody td p{
177 form.noticeboard-listForm p{
/plugin/noticeboard/
H A Dstyle.css7 p.noticeboard-editMessage{
27 div.noticeboard-editForm p.category{
158 div.noticeboard-show table tbody td p,
159 table.noticeboard-show-detail tbody td p{
177 form.noticeboard-listForm p{
/plugin/noticeboard/classes/
H A DArrayList.php36 public function setPointer($p){ argument
37 $this->pointer = $p;
/plugin/noticeboard/noticeboard/classes/
H A DArrayList.php36 public function setPointer($p){ argument
37 $this->pointer = $p;
/plugin/farm/
H A Danimal.class.php219 foreach($path as $p) {
220 if(!isset($c[$p])) $c[$p] = array();
221 $c = & $c[$p];
476 if($p == '') return array();
477 if($bp == '') $bp = $p;
482 if(@is_file($p.'/'.$i)) {
483 $fi = stat($p.'/'.$i);
493 if(@is_dir($p.'/'.$i)) {
754 if(@is_dir($p.'/'.$i)) $r &= self::rmdir($p.'/'.$i);
755 if(@is_file($p.'/'.$i)) $r &= unlink($p.'/'.$i);
[all …]
H A Dsoapconfig.class.php73 foreach(explode("\n\n", @file_get_contents(DOKU_FARM_PLUGIN.'trusted_apps.php')) as $p) {
75 …foreach(explode("\n", trim($p)) as $f) if(preg_match('`^name\s*=\s*([^#]+)(#.*)?$`i', trim($f), $m…
76 if($appname != $this->manager->opt['app']) $out[] = $p;
145 foreach(explode("\n\n", @file_get_contents(DOKU_FARM_PLUGIN.'trusted_apps.php')) as $p) {
147 …foreach(explode("\n", trim($p)) as $f) if(preg_match('`^name\s*=\s*([^#]+)(#.*)?$`i', trim($f), $m…
149 $out[] = $p;
H A Dinfos.animal.class.php33 private function dirsize($p = '.') { argument
35 foreach(scandir($p) as $i) {
37 if(@is_file($p.'/'.$i)) $s += filesize($p.'/'.$i);
38 if(@is_dir($p.'/'.$i)) $s += $this->dirsize($p.'/'.$i);
135 …public function filesinfo($p='.', $regexp='', $stripinitialpath=false, $stripend=0, $initialpath='… argument
137 if($initialpath == '') $initialpath = $p;
138 foreach(scandir($p) as $i) {
140 $w = $p.'/'.$i;
146 …if(@is_dir($p.'/'.$i)) $r = array_merge($r, $this->filesinfo($p.'/'.$i, $regexp, $stripinitialpath…
147 …if(@is_file($p.'/'.$i)) if($regexp == '' || preg_match('`'.$regexp.'`i', $i)) $r[$w] = stat($p.'/'…
H A Doverview.class.php77 if($p > 1) $p == 1;
78 $g = min(255, 511 - round($p * 511));
79 $r = min(255, round(511 * $p));
86 if($p > 1) $p == 1;
87 $g = min(255, 511 - round($p * 511));
88 $r = min(255, round(511 * $p));
109p = 1; $p <= $pages; $p++) ptln(' <a class="animal_overview_'.($p == $page ? 'current' : '').'pag…
122 if($p > 1) $p == 1;
123 $g = min(255, 511 - round($p * 511));
124 $r = min(255, round(511 * $p));
[all …]
H A Dscript.js15 var p = this.clearPath();
16 p = p.substr(0, p.lastIndexOf('/'));
17 if(document.getElementById('editfile_path')) document.getElementById('editfile_path').value = p;
101 var p = o.clearPath();
102 if(!o.className.match(/animal_dir/)) p = p.substr(0, p.lastIndexOf('/'));
103 if(document.getElementById('editfile_path')) document.getElementById('editfile_path').value = p;
H A Dstyle.css101 #farm__manager p,
H A Danimalmanager.class.php220 $p = $s / $this->manager->conf['animalmaxsize'];
221 if($p > 1) $p == 1;
222 $g = min(255, 511 - round($p * 511));
223 $r = min(255, round(511 * $p));
224 …ss="size_disp" style="background-color:rgb('.$r.','.$g.',0)">'.round(100 * $p).'% ('.$this->manage…
H A Dadmin.php187 foreach($m as $p) {
190 $e = $p;
218 $p = array('do' => 'admin', 'page' => 'farm', 'farm_cmd' => $cmd);
219 foreach($opt as $k => $v) $p['farm_opt__'.$k] = $v;
220 return wl($ID, $p);
/plugin/farm/install/
H A Dpreload.php61 …$p = isset($_SERVER['HTTPS']) ? ((!preg_match('`off`i', $_SERVER['HTTPS']) && $_SERVER['HTTPS']) ?… variable
62 define('DOKU_URL', $p.'://'.$m[1].'/');
/plugin/farm/install/animaltemplate/data/pages/wiki/
H A Dsyntax.txt371 <p style="border:2px dashed red;">And this is some block HTML</p>
379 <p style="border:2px dashed red;">And this is some block HTML</p>
/plugin/jquery/
H A Djquery-1.4.2.min.js70p){t.sizcache=l;t.sizset=q}if(t.nodeName.toLowerCase()===h){y=t;break}t=t[g]}m[q]=y}}}function d(g… argument
71p=[],v,t,y,S,H=true,M=x(h),I=g;(f.exec(""),v=f.exec(I))!==null;){I=v[3];p.push(v[1]);if(v[2]){S=v[…
72p.length>1&&h.nodeType===9&&!M&&n.match.ID.test(p[0])&&!n.match.ID.test(p[p.length-1])){v=k.find(p
74 for(var p=0,v=n.order.length;p<v;p++){var t=n.order[p];if(q=n.leftMatch[t].exec(g)){var y=q[1];q.sp…
77p;m<q;m++)if(p=g[m]){for(;(p=p.previousSibling)&&p.nodeType!==1;);g[m]=l||p&&p.nodeName.toLowerCas… variable
78p.parentNode:p.parentNode===h;l&&k.filter(h,g,true)}},"":function(g,h,l){var m=e++,q=d;if(typeof h… variable
83 …turn l[3]-0===h}},filter:{PSEUDO:function(g,h,l,m){var q=h[1],p=n.filters[q];if(p)return p(g,l,h,m… variable
84 …3];if(l===1&&q===0)return true;h=h[0];var p=g.parentNode;if(p&&(p.sizcache!==h||!g.nodeIndex)){var… variable
90 ….filter.ID=function(m,q){var p=typeof m.getAttributeNode!=="undefined"&&m.getAttributeNode("id");r…
91 …gth===0)){k=function(m,q,p,v){q=q||s;if(!v&&q.nodeType===9&&!x(q))try{return z(q.querySelectorAll(…
[all …]
H A Djquery-1.4.2.js5561 for ( p in prop ) {
5564 if ( p !== name ) {
5565 prop[ name ] = prop[ p ];
5566 delete prop[ p ];
5567 p = name;
5570 if ( prop[p] === "hide" && hidden || prop[p] === "show" && !hidden ) {
5574 if ( ( p === "height" || p === "width" ) && this.style ) {
5584 (opt.specialEasing = opt.specialEasing || {})[p] = prop[p][1];
5585 prop[p] = prop[p][0];
5706 return firstNum + diff * p;
[all …]
/plugin/shy/
H A Dsyntax.php153 * </p>
/plugin/code2/
H A Dscript.js4p='p',pf='pre',r=[];_Divs=0;if((l=d.length)){try{do{if((e=d[--l])&&(fc=e.firstChild)&&(fcn=fc.tagN…
H A Dstyle.css38 div.code p.codehead,div.code p.codefoot{color:#030;background:inherit;line-height:1.33;text-align:l…
39 div.code p.codehead{margin:0.6ex 0 0 0;text-decoration:underline;}
40 div.code p.codefoot{margin:0 0 0.6ex 0;text-decoration:underline;}
41 div.code p.codeHidden{background-image:url(img/plus-11x11.gif);}
42 div.code p.codeShown{background-image:url(img/minus-11x11.gif);}
43 div.code p.codeHidden,div.code p.codeShown{padding-left:13px;background-repeat:no-repeat;background…
44 div.code p.codeHidden:hover,div.code p.codeShown:hover{background-color:#ddffdd;color:#030;text-dec…
H A Dsyntax_plugin_code.js107 p = 'p',
121 (p === lcn)) {
126 (p === fcn)) {
218 p, // the currently handled element
223 if ((p = d[--l]) && (p._PRE)) {
224 if (re.test(p.className)) {
226 p._PRE.className += _cH; // add CSS class
227 p.className = p.className.replace(re, _cH); // dito
229 p._PRE.className += _cS; // add CSS class
230 p.className += _cS; // dito
[all …]
/plugin/jmol2/jmol/
H A DCHANGES.txt402 # bug fix: quaternionFrame default now "p"
562 # new feature: -p Jmol application command line option --printOnly silent operation with only prin…
874 # yes p yes psi protein group PSI angle for the atom\'s residue (Jmol 11.3.41)
956 # %[psi] %p
2048 # p = array(); p[pt] = ....
2355 # using quaternionFrame "p", which I define as
2529 # new feature: set quaternionFrame "c" "p" "q"
2532 # - "p" -- peptide plane CA-C and C-N'
4816 # draw p perp plane (atomno=1) (atomno=2)
4817 # x = $p[3]
[all …]
H A DJmolApplet.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jmol/ org/ ...
H A DJmolAppletSigned.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
H A DJmolAppletSigned0.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...

1...<<717273747576777879