Home
last modified time | relevance | path

Searched refs:postfix (Results 1 – 25 of 54) sorted by relevance

123

/plugin/fetchmedia/action/
H A Dajax.php208 $postfix = substr($text, $end);
211 $closingBracketsPos = strpos($postfix, ']]');
212 …$postfix = substr($postfix, 0, $closingBracketsPos) . '}}' . substr($postfix, $closingBracketsPos…
214 $text = $prefix . $newMediaId . $postfix;
/plugin/struct/types/
H A DPage.php257 // migrate autocomplete options 'namespace' and 'postfix' to 'filter'
263 if (!empty($config['autocomplete']['postfix'])) {
264 $config['autocomplete']['filter'] .= '.+?' . $config['autocomplete']['postfix'] . '$';
265 unset($config['autocomplete']['postfix']);
/plugin/prosemirror/parser/
H A DRSSNode.php54 $postfix = '}}';
55 return $prefix . $url . $paramString . $postfix;
H A DTableRowNode.php50 $postfix = $lastCell->isHeaderCell() ? '^' : '|';
52 return $doc . $postfix;
H A DLinkNode.php53 $postfix = $this->textNode->getPostfixSyntax();
72 return $prefix . '[[' . $inner . $title . ']]' . $postfix;
H A DTextNode.php116 $postfix = $this->getPostfixSyntax();
117 return $prefix . $inner . $postfix;
/plugin/passpolicy/
H A Dhelper.php310 $postfix = '';
312 $postfix .= $this->rand(10, 99);
317 $postfix .= $this->pools['special'][rand(0, $spec_len - 1)];
335 if ($postfix) $output .= $postfix;
/plugin/semanticdata/
H A Dhelper.php80 if (isset($type['postfix'])) $post = $type['postfix'];
/plugin/data-au/db/
H A Dupdate0002.sql1 CREATE TABLE aliases (name, type, prefix, postfix, comment); field
/plugin/data/db/
H A Dupdate0002.sql6 postfix,
1 CREATE TABLE aliases (name, type, prefix, postfix, comment); global() field
/plugin/diagramsnet/lib/math/jax/element/mml/optable/
H A DCombDiacritMarks.js19 ….mo.OPTYPES;var b=a.TEXCLASS;MathJax.Hub.Insert(a.mo.prototype,{OPTABLE:{postfix:{"\u0311":c.ACCEN…
H A DCombDiactForSymbols.js19 ….mo.OPTYPES;var b=a.TEXCLASS;MathJax.Hub.Insert(a.mo.prototype,{OPTABLE:{postfix:{"\u20DB":c.ACCEN…
H A DDingbats.js19 …ASS;MathJax.Hub.Insert(a.mo.prototype,{OPTABLE:{prefix:{"\u2772":c.OPEN},postfix:{"\u2773":c.CLOSE…
H A DLatin1Supplement.js19 ….mo.OPTYPES;var b=a.TEXCLASS;MathJax.Hub.Insert(a.mo.prototype,{OPTABLE:{postfix:{"\u00B0":c.ORD,"…
H A DSpacingModLetters.js19 ….mo.OPTYPES;var b=a.TEXCLASS;MathJax.Hub.Insert(a.mo.prototype,{OPTABLE:{postfix:{"\u02CD":c.WIDEA…
H A DMiscTechnical.js19 ….mo.OPTYPES;var b=a.TEXCLASS;MathJax.Hub.Insert(a.mo.prototype,{OPTABLE:{postfix:{"\u23B4":c.WIDEA…
H A DMiscMathSymbolsA.js19 …otype,{OPTABLE:{prefix:{"\u27E6":c.OPEN,"\u27EA":c.OPEN,"\u27EC":c.OPEN},postfix:{"\u27E7":c.CLOSE…
H A DGeneralPunctuation.js19 …],"\u2018":[0,0,b.OPEN,{fence:true}],"\u201C":[0,0,b.OPEN,{fence:true}]},postfix:{"\u2016":[0,0,b.…
H A DBasicLatin.js19 …tric:true}],"|||":[0,0,b.ORD,{fence:true,stretchy:true,symmetric:true}]},postfix:{"!!":[1,0,b.BIN]…
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/expressions/
H A Dpostfix.test2 Twig parses postfix expressions
/plugin/sfauth/
H A Dhelper.php399 $postfix = ' '.$instance;
401 $postfix = '';
404 return $this->getConf($config.$postfix);
/plugin/data-au/
H A Dhelper.php169 if(isset($type['postfix'])) {
170 $post = $type['postfix'];
/plugin/data/
H A Dhelper.php176 if (isset($type['postfix'])) {
177 $post = $type['postfix'];
279 // no prefix/postfix here
/plugin/siteexport/inc/
H A Dfunctions.php711 public function mapIDWithAnchor(&$n, $key, $postfix) argument
713 if (empty($postfix)) return;
714 $n .= '-' . $postfix;
717 public function getMapID($elemID, $postfix, &$check) argument
727 array_walk($mapID, array($this, 'mapIDWithAnchor'), $postfix);
/plugin/codeprettify/code-prettify/src/
H A Dlang-swift.js51 …|nonmutating|open|operator|optional|OSX|OSXApplicationExtension|override|postfix|precedence|prefix…

123