Home
last modified time | relevance | path

Searched refs:instr (Results 1 – 25 of 45) sorted by relevance

12

/plugin/composer/
H A Dsyntax.php309 if (!empty($instr)) {
318 $instr,
408 $instr[$i][1][0] = wordwrap($instr[$i][1][0],70,"\n");
422 return $instr;
444 $instr[1][1] = $level;
471 $instr[1][0] = $number . " " . $instr[1][0];
477 $text = $instr[1][0];
497 if ($instr[1][0]{0} == '.'){
500 $instr[1][0] = $iNS.':'.substr($instr[1][0], 1);
505 $instr[1][0] = $iNS.':'.$instr[1][0];
[all …]
/plugin/siteexport/syntax/
H A Dtoc.php213 $instr = $this->_mergeWithHeaders($instr, $instructions, 1);
228 $instr = array_merge($instr, $instructions, $sitepagebreak);
231 $instr = array_merge($instr, $instructions);
363 $n = count($instr);
385 return $instr;
411 $instr = array(
413 array($instr[1][1]),
414 $instr[2]
435 $instr[1][1] += $depth;
443 $instr[1][0] += $depth;
[all …]
/plugin/templater/
H A Dsyntax.php180 $instr = p_get_instructions($rawFile);
184 $getSection = $this->_getSection($data[2], $instr);
186 $instr = $getSection[0];
196 $instr = $this->_correctRelNS($instr, $data[0]);
199 if (sizeof($instr) > 0 && !isset($getSection[1])) {
200 if (array_key_exists(0, $instr[0][1]) && $instr[0][1][0] == $data[2]) {
201 $instr[0][1][0] = null;
206 $text = p_render('xhtml', $instr,
268 _correctRelNS($instr, $incl) global() argument
[all...]
/plugin/indexmenu2/
H A Daction.php107 $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/
H A Dentry.php208 $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/
H A Dsnd-1.js62 function ToAudio(){return{add:function(first,voice_tb,cfmt){var toaud=this,C=abc2svg.C,p_time=0,abc_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[
389 sf2_create(sf2_bin,instr) global() argument
415 load_instr(instr) global() argument
459 instr_load(instr,done,fail) global() argument
[all...]
/plugin/bureaucracy-au/_test/
H A Dfield_email.test.php84 $instr = p_get_instructions("<form>\n$formSyntax\n</form>");
86 $actualHTML = p_render('xhtml', $instr, $info);
H A Dfield_hidden.test.php65 $instr = p_get_instructions("<form>\n$formSyntax\n</form>");
67 $actualHTML = p_render('xhtml', $instr, $info);
H A Dfield_radio.test.php64 $instr = p_get_instructions("<form>\n$formSyntax\n</form>");
66 $actualHTML = p_render('xhtml', $instr, $info);
H A Dfield_time.test.php78 $instr = p_get_instructions("<form>\n$formSyntax\n</form>");
80 $actualHTML = p_render('xhtml', $instr, $info);
H A Dfield_date.test.php89 $instr = p_get_instructions("<form>\n$formSyntax\n</form>");
91 $actualHTML = p_render('xhtml', $instr, $info);
H A Dfield_multiselect.test.php71 $instr = p_get_instructions("<form>\n$formSyntax\n</form>");
73 $actualHTML = p_render('xhtml', $instr, $info);
/plugin/bureaucracyau/_test/
H A Dfield_multiselect.test.php71 $instr = p_get_instructions("<form>\n$formSyntax\n</form>");
73 $actualHTML = p_render('xhtml', $instr, $info);
H A Dfield_time.test.php78 $instr = p_get_instructions("<form>\n$formSyntax\n</form>");
80 $actualHTML = p_render('xhtml', $instr, $info);
H A Dfield_hidden.test.php65 $instr = p_get_instructions("<form>\n$formSyntax\n</form>");
67 $actualHTML = p_render('xhtml', $instr, $info);
H A Dfield_date.test.php89 $instr = p_get_instructions("<form>\n$formSyntax\n</form>");
91 $actualHTML = p_render('xhtml', $instr, $info);
H A Dfield_email.test.php84 $instr = p_get_instructions("<form>\n$formSyntax\n</form>");
86 $actualHTML = p_render('xhtml', $instr, $info);
H A Dfield_radio.test.php64 $instr = p_get_instructions("<form>\n$formSyntax\n</form>");
66 $actualHTML = p_render('xhtml', $instr, $info);
/plugin/snippets/
H A Dsyntax.php64 list($instr, $data) = $indata;
66 switch ($instr) {
/plugin/ol3/
H A Dsyntax.php42 list ($instr, $data) = $indata;
43 switch ($instr) {
/plugin/inseecity/
H A Dsyntax.php42 list ($instr, $data) = $indata;
43 switch ($instr) {
/plugin/layeranimation/syntax/
H A Dlayer.php67 list($instr, $data) = $input;
69 switch ( $instr ) {
H A Danimation.php80 list($instr, $data, $pos) = $input;
82 switch ( $instr ) {
/plugin/showsamples/
H A Dsyntax.php51 list ($instr, $data) = $indata;
54 switch ($instr) {
/plugin/phosphor/
H A Dphitem.php90 list($instr, $data) = $input;
92 switch ( $instr ) {

12