/plugin/textile2/ |
D | classTextile.php | 349 $atts = ''; 473 list(, $tl, $atts, $content) = $m; 479 $atts = $this->pba($atts); 480 $line = "\t<" . $this->lT($tl) . "l$atts>\n\t\t<li>" . $this->graf($content); 528 $atts = $cite = $graf = $ext = ''; 537 list(,$tag,$atts,$ext,$cite,$graf) = $m; 538 … list($o1, $o2, $content, $c2, $c1) = $this->fBlock(array(0,$tag,$atts,$ext,$cite,$graf)); 550 … list($o1, $o2, $content, $c2, $c1) = $this->fBlock(array(0,$tag,$atts,$ext,$cite,$line)); 574 $atts = ''; 589 list(, $tag, $atts, $ext, $cite, $content) = $m; [all …]
|
/plugin/mantis/lib/ |
D | class.nusoap_base.php | 444 $atts = ''; 447 $atts .= " $k=\"".$this->expandEntities($v).'"'; 455 $xml = "<$name$xmlns$atts/>"; 464 $xml = "<$name$xmlns$type_str$atts xsi:nil=\"true\"/>"; 482 $xml = "<$name$xmlns$atts>$val</$name>"; 486 $xml = "<$name$xmlns xsi:type=\"xsd:$type\"$atts>$val</$name>"; 502 $xml .= "<$name$xmlns$atts>$val</$name>"; 504 $xml .= "<$name$xmlns xsi:type=\"xsd:boolean\"$atts>$val</$name>"; 510 $xml .= "<$name$xmlns$atts>$val</$name>"; 512 $xml .= "<$name$xmlns xsi:type=\"xsd:int\"$atts>$val</$name>"; [all …]
|
D | nusoap.php | 444 $atts = ''; 447 $atts .= " $k=\"".$this->expandEntities($v).'"'; 455 $xml = "<$name$xmlns$atts/>"; 464 $xml = "<$name$xmlns$type_str$atts xsi:nil=\"true\"/>"; 482 $xml = "<$name$xmlns$atts>$val</$name>"; 486 $xml = "<$name$xmlns xsi:type=\"xsd:$type\"$atts>$val</$name>"; 502 $xml .= "<$name$xmlns$atts>$val</$name>"; 504 $xml .= "<$name$xmlns xsi:type=\"xsd:boolean\"$atts>$val</$name>"; 510 $xml .= "<$name$xmlns$atts>$val</$name>"; 512 $xml .= "<$name$xmlns xsi:type=\"xsd:int\"$atts>$val</$name>"; [all …]
|
/plugin/ckgedit/ |
D | script.js | 82 html = html.replace(/(<\w+)([^>]+)>/gm,function(match,tag,atts){ argument 83 atts = atts.replace(/data-[\w\-]+\s*=\s*(\"|\')\w+(\"|\')/,""); 85 return tag + atts+ '>';
|
/plugin/diagramsnet/lib/plugins/ |
D | cConf-1-4-8.js | 656 ui.remoteInvoke('getCurPageAttachments', null, null, function(atts) argument 658 …addOption(attSelect, atts.length == 0? mxResources.get('noAttachments') : mxResources.get('attachm… 660 if (atts.length == 0) 666 atts = atts.filter(function(a) 672 for(var i = 0; i < atts.length; i++) 674 attMap[atts[i].id] = atts[i]; 675 addOption(attSelect, atts[i].title, atts[i].id, false, false);
|
/plugin/superacl/ |
D | admin.php | 709 $atts = array( 'type' => 'radio', 714 if(!is_null($setperm) && $setperm == $perm) $atts['checked'] = 'checked'; 716 $atts['disabled'] = 'disabled'; 724 $ret .= '<input '.html_attbuild($atts).' /> ';
|
/plugin/autlogin/ |
D | admin.php | 797 $atts = array( 'type' => 'radio', 802 if($cislo == $perm) $atts['checked'] = 'checked'; 804 $atts['disabled'] = 'disabled'; 806 unset($atts['disabled']); 809 $ret .= '<input '.html_attbuild($atts).' /> '; 828 $atts = array( 'type' => 'checkbox', 833 if($cislo == $type) $atts['checked'] = 'checked'; 836 $ret .= '<input '.html_attbuild($atts).' /> ';
|
/plugin/diagramsnet/lib/js/diagramly/graphml/ |
D | mxGraphMlCodec.js | 232 var atts = elem.attributes; 233 if (atts) 236 for (var i = 0; i < atts.length; i++) 238 var val = atts[i].nodeValue; 255 obj[atts[i].nodeName] = subObj; 259 obj[atts[i].nodeName] = {}; 260 obj[atts[i].nodeName][staticMem[1]] = staticMem[2]; 264 obj[atts[i].nodeName] = val;
|
/plugin/googlesearch/ |
D | nusoap.php | 416 $atts = ''; 419 $atts .= " $k=\"".$this->expandEntities($v).'"'; 426 return "<$name$xmlns $atts/>"; 433 return "<$name$xmlns$type_str $atts xsi:nil=\"true\"/>"; 448 return "<$name$xmlns $atts>$val</$name>"; 450 return "<$name$xmlns $atts xsi:type=\"xsd:$type\">$val</$name>"; 463 $xml .= "<$name$xmlns $atts>$val</$name>"; 465 $xml .= "<$name$xmlns xsi:type=\"xsd:boolean\"$atts>$val</$name>"; 470 $xml .= "<$name$xmlns $atts>$val</$name>"; 472 $xml .= "<$name$xmlns xsi:type=\"xsd:int\"$atts>$val</$name>"; [all …]
|
/plugin/jmol2/jmol/ |
D | JmolApplet0_ReadersXml.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/jmol/
org/ ... |
D | JmolAppletSigned0_ReadersXml.jar | META-INF/MANIFEST.MF
META-INF/SELFSIGN.SF
META-INF/SELFSIGN ... |
D | JmolApplet.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/jmol/
org/ ... |
D | JmolAppletSigned.jar | META-INF/MANIFEST.MF
META-INF/SELFSIGN.SF
META-INF/SELFSIGN ... |
/plugin/codemirror/dist/modes/ |
D | markdown.min.js.map | 1 …atts","substring","start","backUp","len","before","after","leftFlanking","rightFlanking","setEm","…
|
/plugin/diagramsnet/lib/WEB-INF/lib/ |
D | jstl-1.2.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/LICENSE.txt
javax ... |
/plugin/diagramsnet/lib/js/diagramly/ |
D | EditorUi.js | 6328 var atts = ''; 6332 atts = ' width="' + Math.round(bounds.width) + '" height="' + Math.round(bounds.height) + '"'; 6335 …fn('<img src="' + dataUri + '"' + atts + ((css != '') ? ' style="' + css + '"' : '') + onclick + '…
|
/plugin/aichat/vendor/mehrab-wj/tiktoken-php/data/ |
D | vocab.bpe | 46430 aw atts
|