| /plugin/virtualkeyboard/vk/extensions/ |
| D | stringextensions.js | 183 ,ins; 224 var ins; 226 ins = args[x[1]]; property 228 ins = args[index]; property 236 if (ins<0) ins = 0x10000000000000000+parseInt(ins); 237 ins = Number(ins).bin(x[4]); 238 if (x[4]) ins = ins.substr(0,x[4]); 239 if (x[2]=='#') ins = '0b'+ins; 242 ins = String.fromCharCode(ins); 245 ins = Math.abs(ins); [all …]
|
| /plugin/mediasyntax/ |
| D | helper.php | 153 function parse_instructions($id, &$ins) argument 158 $num = count($ins); 170 if ($ins[$i][0] == 'section_open') { 171 $lvl = $ins[$i][1][0]; 175 if ($ins[$i][0] == 'plugin' && $ins[$i][1][0] == 'mediasyntax_include') { 179 $mode = $ins[$i][1][1][0]; 182 $ns = str_replace(':', '/', cleanID($ins[$i][1][1][1])); 184 $flags = $ins[$i][1][1][3]; 195 $ins_start = array_slice($ins, 0, $i + 1); 196 $ins_end = array_slice($ins, $i + 1); [all …]
|
| D | action.php | 60 $ins =& $event->data->calls; 61 $num = count($ins); 64 if(($ins[$i][0] == 'plugin')) 66 switch($ins[$i][1][0]) 73 $this->helper->parse_instructions($ID, $ins);
|
| /plugin/diagramsnet/lib/shapes/ |
| D | mxC4.js | 179 var ins = 5; 183 if (w > (ins * 5 + h2 * 3) && h > (2 * h2 + 3 * ins)) 188 c.moveTo(ins, ins + r2); 189 c.arcTo(r2, r2, 0, 0, 1, ins + r2, ins); 190 c.lineTo(w - 3 * h2 - 4 * ins - r2, ins); 191 c.arcTo(r2, r2, 0, 0, 1, w - 3 * h2 - 4 * ins, ins + r2); 192 c.lineTo(w - 3 * h2 - 4 * ins, ins + h2 - r2); 193 c.arcTo(r2, r2, 0, 0, 1, w - 3 * h2 - 4 * ins - r2, ins + h2); 194 c.lineTo(ins + r2, ins + h2); 195 c.arcTo(r2, r2, 0, 0, 1, ins, ins + h2 - r2); [all …]
|
| /plugin/include/ |
| H A D | helper.php | 255 $ins = array( 261 $ins = array(array('internallink', array(':'.$key,$title))); 264 $ins = array(); 271 $ins = p_cached_instructions(wikiFN($page), false, $page); 274 $ins = array(); 277 … $this->_convert_instructions($ins, $lvl, $page, $sect, $flags, $root_id, $included_pages); 279 return $ins; 295 …function _convert_instructions(&$ins, $lvl, $page, $sect, $flags, $root_id, $included_pages = arra… argument 300 $this->_get_section($ins, $sect); // section required 304 $this->_get_firstsec($ins, $page, $flags); // only first section [all …]
|
| H A D | action.php | 150 $ins =& $event->data->calls; 151 $num = count($ins); 153 switch($ins[$i][0]) { 155 switch($ins[$i][1][0]) { 157 $ins[$i][1][1][4] = $level; 169 $level = $ins[$i][1][0];
|
| /plugin/bureaucracy/helper/ |
| D | fieldwiki.php | 56 $ins = p_get_instructions($params['display']); 61 if (isset($ins[1][1][0]) && $ins[1][1][0] === 'struct_output') { 63 … } elseif (isset($ins[count($ins) - 2][1][0]) && $ins[count($ins) - 2][1][0] === 'struct_output') { 66 $ins = array_slice($ins, $start, -$end); 67 $tpl = p_render('xhtml', $ins, $byref_ignore);
|
| /plugin/miniblog/helper/ |
| D | entry.php | 42 $ins = p_cached_instructions(wikiFN($id), false, $id); 46 for ($i=0; $i<count($ins); $i++) { 47 switch ($ins[$i][0]) { 50 $head = $ins[$i][1][0]; 51 unset($ins[$i]); 55 resolve_pageid(getNS($id), $ins[$i][1][0], $exists); 58 resolve_mediaid(getNS($id), $ins[$i][1][0], $exists); 61 if ($ins[$i][1][0] == 'miniblog_comment') unset($ins[$i]); 66 $html = p_render('xhtml', $ins, $info);
|
| /plugin/blogtng/helper/ |
| D | entry.php | 849 $ins = p_cached_instructions(wikiFN($id)); 851 $this->_convert_instructions($ins, $inc_level, $readmore, $skipheader); 866 $content = p_render('xhtml', $ins, $info); 982 private function _convert_instructions(&$ins, $inc_level, $readmore, $skipheader) { argument 1002 $n = count($ins); 1004 $current = $ins[$i][0]; 1007 $ins[$i][1][0] = $this->_convert_internal_link($ins[$i][1][0], $ns); 1012 $text = $ins[$i][1][0]; 1013 $level = $ins[$i][1][1]; 1018 unset($ins[$i]); [all …]
|
| /plugin/pagetemplate/ |
| D | pagetemplate_backlinks.php | 71 foreach($instructions as $ins){ 72 if($ins[0] == 'plugin' && $ins[1][0] == 'pagetemplate' && strlen($ins[1][1][0]) > 0) { 73 $mid = $ins[1][1][1]; 77 $ins[1][1][1] = resolve_id($cns,$ins[1][1][1]); 78 $ins[1][1][2] = resolve_id($cns,$ins[1][1][2]); 79 $backlink = $ins[1][1];
|
| D | action.php | 124 foreach($instructions as $ins){ 125 if($ins[0] == 'plugin' && $ins[1][0] == 'pagetemplate' && strlen($ins[1][1][0]) > 0) { 126 $mid = $ins[1][1][1]; 130 $ins[1][1][1] = resolve_id($cns,$ins[1][1][1]); 131 $ins[1][1][2] = resolve_id($cns,$ins[1][1][2]); 132 $data[]['id'] = $ins[1][1];
|
| /plugin/numberedheadings/ |
| D | action.php | 39 foreach ($instructions as $k => &$ins) { 40 if ($ins[0] == 'plugin' && $ins[1][0] == 'numberedheadings') { 44 extract($ins[1][1]); 95 $ins[0] = 'header'; 96 $ins[1] = [$text, $level, $ins[2]]; 99 unset($ins);
|
| /plugin/strata/types/ |
| D | wiki.php | 18 $ins = $this->_instructions($value); 22 for($i=count($ins)-1;$i>=0;$i--) { 23 switch($ins[$i][0]) { 25 $replacement = $this->_normalize_internallink($ins[$i][1]); 28 $replacement = $this->_normalize_locallink($ins[$i][1]); 31 $replacement = $this->_normalize_media($ins[$i][1]); 34 $replacement = $this->_linkSyntax($ins[$i][1], $ins[$i][1][0]); 40 $value = substr_replace($value, $replacement, $ins[$i][2], $ins[$i+1][2] - $ins[$i][2]);
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/ |
| D | Rule.php | 36 public $ins; variable in Google\\Service\\Compute\\Rule 93 public function setIns($ins) argument 95 $this->ins = $ins; 102 return $this->ins;
|
| /plugin/yearbox/_test/ |
| D | SyntaxTest.php | 24 $ins = p_get_instructions($syntax); 27 $actual_html = p_render('xhtml', $ins, $info); 38 $ins = p_get_instructions($syntax); 41 $actual_html = p_render('xhtml', $ins, $info);
|
| /plugin/tipoftheday/syntax/ |
| D | totd.php | 65 … $ins = $helper->_get_instructions($page, cleanID($section), $mode, $renderer->lastlevel, $flags); 73 $renderer->doc .= p_render($mode, $ins, $myINFO); 103 foreach ($instructions as $ins) { 104 if ($ins[0] == 'header') { 105 if ( in_array(cleanID($ins[1][0]), $this->hasSections) ) { continue; } 106 $headers[] = $ins[1][0]; // section name
|
| /plugin/changemarks/ |
| D | deleted.php | 21 var $ins = 'plugin_changemarks_deleted'; // instruction of this plugin variable in syntax_plugin_changemarks_deleted 28 $this->Lexer->addEntryPattern('<del[^\r\n]*?>(?=.*?</del>)', $mode, $this->ins); 29 $this->Lexer->addEntryPattern('\-\-[^\r\n]*?>(?=.*?\-\-)', $mode, $this->ins); 33 $this->Lexer->addExitPattern('\-\-', $this->ins); 34 $this->Lexer->addExitPattern('</del>', $this->ins);
|
| D | inserted.php | 21 var $ins = 'plugin_changemarks_inserted'; // instruction of this plugin variable in syntax_plugin_changemarks_inserted 28 $this->Lexer->addEntryPattern('<ins[^\r\n]*?>(?=.*?</ins>)', $mode, $this->ins); 29 $this->Lexer->addEntryPattern('\+\+[^\r\n]*?>(?=.*?\+\+)', $mode, $this->ins); 33 $this->Lexer->addExitPattern('\+\+', $this->ins); 34 $this->Lexer->addExitPattern('</ins>', $this->ins);
|
| D | highlighted.php | 21 var $ins = 'plugin_changemarks_highlighted'; // instruction of this plugin variable in syntax_plugin_changemarks_highlighted 28 $this->Lexer->addEntryPattern('\!\![^\r\n]*?>(?=.*?\!\!)', $mode, $this->ins); 32 $this->Lexer->addExitPattern('\!\!', $this->ins);
|
| /plugin/codehighlight/cp/languages/ |
| D | html.css | 6 ins, ins b, ins s, ins em {color:gray;} /* comments */ selector
|
| D | xsl.css | 7 ins, ins b, ins s, ins em {color:gray;} /* comments */ selector
|
| /plugin/dokutranslate/ |
| D | utils.php | 26 foreach ($instructions as $ins) { 27 switch ($ins[0]) { 37 $ret[$i++][] = $ins; 42 $ret[$i][] = $ins;
|
| /plugin/struct/action/ |
| H A D | output.php | 55 $ins = -1; 59 $ins = count($event->data->calls); 65 $ins = $num; 79 $ins + 1,
|
| /plugin/multiorphan/action/ |
| D | multiorphan.php | 186 foreach ($instructions as $ins) { 188 if ($ins[0] == 'nest' ) { 189 $this->walk_instructions( $links, $id, $ins[1][0] ); 193 $data = $this->_getDataContainer( $id, $ins); 197 …if (!is_null($data['type']) || (in_array($ins[0], $this->checkInstructions) && $evt->advise_before… 430 private function getInternalMediaType($ins) { argument 431 …return in_array($ins, $this->mediaInstructions) ? 'media' : (in_array($ins, $this->pagesInstructio…
|
| /plugin/dwtimeline/syntax/ |
| H A D | renderpagetimeline.php | 120 foreach ($instr as $idx => $ins) { 121 if ($ins[0] !== 'header') { 124 $text = $ins[1][0] ?? ''; 125 $level = (int)($ins[1][1] ?? 0); 126 $pos = (int)($ins[1][2] ?? -1); // may be -1 on older DW versions
|