Home
last modified time | relevance | path

Searched refs:ins (Results 26 – 50 of 91) sorted by relevance

1234

/plugin/bureaucracyau/helper/
H A Dfieldwiki.php56 $ins = array_slice(p_get_instructions($params['display']), 2, -2);
57 $tpl = p_render('xhtml', $ins, $byref_ignore);
/plugin/bureaucracy-au/helper/
H A Dfieldwiki.php56 $ins = array_slice(p_get_instructions($params['display']), 2, -2);
57 $tpl = p_render('xhtml', $ins, $byref_ignore);
/plugin/tipoftheday/
H A Daction.php44 $ins = p_get_instructions("{{totd>$ID{$params}}}");
45 $data = p_render('xhtml', $ins, $INFO);
/plugin/codehighlight/cp/languages/
H A Dvbscript.css11 big, big b, big em, big ins, big s, strong i, strong i b, strong i s, strong i u, strong i a, stron…
30 strong ins{
62 ins { selector
H A Dasp.css11 big, big b, big em, big ins, big s, strong i, strong i b, strong i s, strong i u, strong i a, stron…
30 strong ins{
62 ins { selector
H A Dphp.css6 big, big b, big em, big ins, big s, strong i, strong i b, strong i s, strong i u, strong i a, stron…
10 ins {color:#800000;} /* script */ selector
H A Dautoit.css8 ins {color:#AC00A9;} selector
/plugin/prosemirror/parser/
H A DRSSNode.php60 $ins = p_get_instructions($syntax);
61 return p_render('xhtml', $ins, $info);
/plugin/dokutranslate/
H A Daction.php37 function genTranslateFile($ins) { argument
41 for ($i = 0; $i < count($ins) - 1; $i++) {
303 foreach ($instructions as $ins) {
304 …if ($ins[0] == 'plugin' && $ins[1][0] == 'dokutranslate' && in_array($ins[1][1][0], array(DOKU_LEX…
305 $separators[] = $ins[1][1];
/plugin/tipoftheday/syntax/
H A Dtotns.php53 $ins = p_cached_instructions(wikiFN($page));
54 $renderer->doc .= p_render($mode, $ins, $myINFO);
/plugin/fetchmedia/action/
H A Dajax.php195 $ins = p_get_instructions($text);
196 $mediaLinkInstructions = $this->searchInstructions($ins, $type);
240 $ins = p_cached_instructions(wikiFN($pagename));
242 $mediaLinkInstructions = $this->searchInstructions($ins, $instructionNames);
/plugin/icalevents/
H A Dsyntax-impl.php279 foreach ($instructions as &$ins) {
280 foreach ($ins[1] as &$text) {
284 if (method_exists($renderer, $ins[0])){
285 call_user_func_array(array(&$renderer, $ins[0]), $ins[1] ?: array());
/plugin/feedmod/
H A Daction.php93 $ins = p_cached_instructions(wikiFN($id));
94 $headers = array_filter($ins, array($this, '_filterHeaders'));
/plugin/wysiwyg/fckeditor/editor/dtd/
H A Dfck_xhtml10strict.js29 A = {ins:1, del:1, script:1} ; property in FCK.DTD.A
36 …h5:1, h4:1, samp:1, h6:1, ol:1, h1:1, h3:1, h2:1, form:1, select:1, '#':1, ins:1, abbr:1, label:1,… property in FCK.DTD.H
67 ins: I,
H A Dfck_xhtml10transitional.js34 F = {ins:1, del:1, script:1} ; property in FCK.DTD.F
39 …:1, h6:1, ol:1, h1:1, h3:1, h2:1, form:1, font:1, '#':1, select:1, menu:1, ins:1, abbr:1, label:1,… property in FCK.DTD.K
73 ins: P,
/plugin/blogtng/action/
H A Dfeed.php116 $ins = p_cached_instructions(wikiFN($ditem['id']));
117 $headers = array_filter($ins, array($this, 'filterHeaders'));
/plugin/dokutexit/
H A Dtexitrender.php186 $ins = $this->p_get_instructions($text);
189 $parsed = $this->p_render('latex', $ins, $info);
191 $ins = null;
/plugin/formatplus2/
H A Dstyle.css86 ins{ selector
93 ins.block{
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfcklistslib.js37 …abbr:1,acronym:1,b:1,bdo:1,big:1,cite:1,code:1,del:1,dfn:1,em:1,font:1,i:1,ins:1,label:1,kbd:1,q:1… property in FCKListsLib.InlineChildReqElements
40 …abbr:1,acronym:1,b:1,bdo:1,big:1,cite:1,code:1,del:1,dfn:1,em:1,font:1,i:1,ins:1,label:1,kbd:1,q:1… property in FCKListsLib.InlineNonEmptyElements
/plugin/formatplus/
H A Dstyle.css86 ins{ selector
93 ins.block{
/plugin/siteexport/lang/fr/
H A Dmanagerintro.txt5 Ceci fait, pressez le bouton à la fin de la page et les options seront insérées dans la page.
/plugin/podcast/action/
H A Dfeed.php93 $ins = p_cached_instructions(wikiFN($ditem['id']));
94 $headers = array_filter($ins, array($this, '_filterHeaders'));
/plugin/loglog/lang/de/
H A Dauth_success.txt9 Sie können das Problem untersuchen, indem Sie sich ins Wiki einloggen und die Logs im Adminbereich …
H A Dauth_failed.txt9 Sie können das Problem untersuchen, indem Sie sich ins Wiki einloggen und die Logs im Adminbereich …
/plugin/diagramsnet/lib/js/diagramly/
H A DDiffSync.js161 var ins = inserted[id];
163 if (ins != null)
166 insertPage(ins);
170 var insertPage = mxUtils.bind(this, function(ins) argument
172 var diagram = mxUtils.parseXml(ins.data).documentElement;
514 var ins = inserted[id];
516 if (ins != null)
519 children.push({child: this.getCellForJson(ins), insert: true});

1234