| /plugin/composer/ |
| D | syntax.php | 305 $instr = p_cached_instructions($file, false); 309 if (!empty($instr)) { 317 $instr = $this->_convertInstructions( 318 $instr, 329 $content = p_render('xhtml', $instr, $info); 355 function _convertInstructions($instr, $incl, &$renderer, $clevel, $o){ argument 371 for ($i = 0; $i < count($instr); $i++){ 375 if((substr($instr[$i][0], 0, 8) == 'internal')){ 379 $this->_convert_link($renderer,$instr[$i],$iNS,$iID,$o); 381 } elseif ($instr[$i][0] == 'header'){ [all …]
|
| /plugin/siteexport/syntax/ |
| D | toc.php | 188 $instr = array(); 213 $instr = $this->_mergeWithHeaders($instr, $instructions, 1); 228 $instr = array_merge($instr, $instructions, $sitepagebreak); 231 $instr = array_merge($instr, $instructions); 235 if (!empty($instr)) { 236 if ( $this->_cleanAllInstructions($instr, true) ) { 243 $this->_render_output($renderer, $mode, $instr); 324 private function _render_output($renderer, $mode, $instr) { argument 335 $content = p_render($mode, $instr, $info); 349 foreach ($instr as $instruction) { [all …]
|
| /plugin/templater/ |
| D | syntax.php | 165 $instr = p_get_instructions($rawFile); 169 $getSection = $this->_getSection($data[2], $instr); 171 $instr = $getSection[0]; 181 $instr = $this->_correctRelNS($instr, $data[0]); 184 if (sizeof($instr) > 0 && !isset($getSection[1])) { 185 if (array_key_exists(0, $instr[0][1]) && $instr[0][1][0] == $data[2]) { 186 $instr[0][1][0] = null; 191 $text = p_render('xhtml', $instr, $info); 257 function _correctRelNS($instr, $incl) { argument 263 return $instr; [all …]
|
| /plugin/indexmenu2/ |
| D | action.php | 107 $instr = ""; 109 $instr = "======{$lang['btn_index']}==\n\n"; 111 $instr .= "{{indexmenu>.#$depth$ajax}}"; 112 $instr = p_get_instructions($instr); 113 $instr = p_render('xhtml', $instr, $info); 115 echo $instr;
|
| /plugin/datatemplate/syntax/ |
| D | entry.php | 208 $instr = p_get_instructions($raw); 210 return $instr; 296 $instr = $data['instructions']; 304 array_shift($instr); 305 array_pop($instr); 308 for($i = 0; $i < count($instr); $i++) { 309 call_user_func_array(array($renderer, $instr[$i][0]), $instr[$i][1]);
|
| /plugin/abc2/abc-libraries/abc2svg/ |
| D | snd-1.js | 62 …_time=0,play_fac=C.BLEN/4*120/60,i,n,dt,d,v,c,s=first,rst=s,rst_fac,rsk,b_tim,b_typ,instr=[],chn=[] 94 ii=p_v.instr||0 107 instr[c]=ii}} 111 case"midictl":switch(s.ctrl){case 0:instr[c]=(instr[c]&0x3fff)|(s.val<<14) 113 case 32:instr[c]=(instr[c]&0x1fc07f)|(s.val<<7) 115 if((instr[c]&~0x7f)==16384){instr[9]=instr[c] 119 case"midiprog":instr[c]=(instr[c]&~0x7f)|s.instr 138 g.instr=instr[g.chn] 223 s.instr=instr[c] 358 function Audio5(i_conf){var po,conf=i_conf,empty=function(){},errmsg,ac,gain,instr=[],params=[],rat… [all …]
|
| /plugin/yatp/syntax/ |
| D | template.php | 83 $instr = p_get_instructions($rawFile); 85 foreach ($instr as $instruction) { 104 $text = p_render('xhtml', $instr, $info);
|
| /plugin/bureaucracyau/_test/ |
| D | field_hidden.test.php | 65 $instr = p_get_instructions("<form>\n$formSyntax\n</form>"); 67 $actualHTML = p_render('xhtml', $instr, $info);
|
| D | field_email.test.php | 84 $instr = p_get_instructions("<form>\n$formSyntax\n</form>"); 86 $actualHTML = p_render('xhtml', $instr, $info);
|
| D | field_date.test.php | 89 $instr = p_get_instructions("<form>\n$formSyntax\n</form>"); 91 $actualHTML = p_render('xhtml', $instr, $info);
|
| D | field_time.test.php | 78 $instr = p_get_instructions("<form>\n$formSyntax\n</form>"); 80 $actualHTML = p_render('xhtml', $instr, $info);
|
| D | field_multiselect.test.php | 71 $instr = p_get_instructions("<form>\n$formSyntax\n</form>"); 73 $actualHTML = p_render('xhtml', $instr, $info);
|
| D | field_radio.test.php | 64 $instr = p_get_instructions("<form>\n$formSyntax\n</form>"); 66 $actualHTML = p_render('xhtml', $instr, $info);
|
| /plugin/bureaucracy-au/_test/ |
| D | field_time.test.php | 78 $instr = p_get_instructions("<form>\n$formSyntax\n</form>"); 80 $actualHTML = p_render('xhtml', $instr, $info);
|
| D | field_hidden.test.php | 65 $instr = p_get_instructions("<form>\n$formSyntax\n</form>"); 67 $actualHTML = p_render('xhtml', $instr, $info);
|
| D | field_radio.test.php | 64 $instr = p_get_instructions("<form>\n$formSyntax\n</form>"); 66 $actualHTML = p_render('xhtml', $instr, $info);
|
| D | field_multiselect.test.php | 71 $instr = p_get_instructions("<form>\n$formSyntax\n</form>"); 73 $actualHTML = p_render('xhtml', $instr, $info);
|
| D | field_email.test.php | 84 $instr = p_get_instructions("<form>\n$formSyntax\n</form>"); 86 $actualHTML = p_render('xhtml', $instr, $info);
|
| D | field_date.test.php | 89 $instr = p_get_instructions("<form>\n$formSyntax\n</form>"); 91 $actualHTML = p_render('xhtml', $instr, $info);
|
| /plugin/snippets/ |
| D | syntax.php | 64 list($instr, $data) = $indata; 66 switch ($instr) {
|
| /plugin/ol3/ |
| D | syntax.php | 42 list ($instr, $data) = $indata; 43 switch ($instr) {
|
| /plugin/inseecity/ |
| D | syntax.php | 42 list ($instr, $data) = $indata; 43 switch ($instr) {
|
| /plugin/layeranimation/syntax/ |
| D | layer.php | 67 list($instr, $data) = $input; 69 switch ( $instr ) {
|
| /plugin/yatp/action/ |
| D | indexer.php | 52 $instr = p_get_instructions($rawFile); 54 foreach ($instr as $instruction) {
|
| /plugin/showsamples/ |
| D | syntax.php | 51 list ($instr, $data) = $indata; 54 switch ($instr) {
|