/plugin/fetchmedia/action/ |
H A D | ajax.php | 208 $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 D | Page.php | 257 // 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 D | RSSNode.php | 54 $postfix = '}}'; 55 return $prefix . $url . $paramString . $postfix;
|
H A D | TableRowNode.php | 48 $postfix = $lastCell->isHeaderCell() ? '^' : '|'; 50 return $doc . $postfix;
|
H A D | LinkNode.php | 52 $postfix = $this->textNode->getPostfixSyntax(); 71 return $prefix . '[[' . $inner . $title . ']]' . $postfix;
|
H A D | TextNode.php | 105 $postfix = $this->getPostfixSyntax(); 106 return $prefix . $inner . $postfix;
|
/plugin/passpolicy/ |
H A D | helper.php | 310 $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 D | helper.php | 80 if (isset($type['postfix'])) $post = $type['postfix'];
|
/plugin/data-au/db/ |
H A D | update0002.sql | 1 CREATE TABLE aliases (name, type, prefix, postfix, comment); field
|
/plugin/data/db/ |
H A D | update0002.sql | 6 postfix, 1 CREATE TABLE aliases (name, type, prefix, postfix, comment); global() field
|
/plugin/diagramsnet/lib/math/jax/element/mml/optable/ |
H A D | CombDiacritMarks.js | 19 ….mo.OPTYPES;var b=a.TEXCLASS;MathJax.Hub.Insert(a.mo.prototype,{OPTABLE:{postfix:{"\u0311":c.ACCEN…
|
H A D | CombDiactForSymbols.js | 19 ….mo.OPTYPES;var b=a.TEXCLASS;MathJax.Hub.Insert(a.mo.prototype,{OPTABLE:{postfix:{"\u20DB":c.ACCEN…
|
H A D | Dingbats.js | 19 …ASS;MathJax.Hub.Insert(a.mo.prototype,{OPTABLE:{prefix:{"\u2772":c.OPEN},postfix:{"\u2773":c.CLOSE…
|
H A D | Latin1Supplement.js | 19 ….mo.OPTYPES;var b=a.TEXCLASS;MathJax.Hub.Insert(a.mo.prototype,{OPTABLE:{postfix:{"\u00B0":c.ORD,"…
|
H A D | SpacingModLetters.js | 19 ….mo.OPTYPES;var b=a.TEXCLASS;MathJax.Hub.Insert(a.mo.prototype,{OPTABLE:{postfix:{"\u02CD":c.WIDEA…
|
H A D | MiscTechnical.js | 19 ….mo.OPTYPES;var b=a.TEXCLASS;MathJax.Hub.Insert(a.mo.prototype,{OPTABLE:{postfix:{"\u23B4":c.WIDEA…
|
H A D | MiscMathSymbolsA.js | 19 …otype,{OPTABLE:{prefix:{"\u27E6":c.OPEN,"\u27EA":c.OPEN,"\u27EC":c.OPEN},postfix:{"\u27E7":c.CLOSE…
|
H A D | GeneralPunctuation.js | 19 …],"\u2018":[0,0,b.OPEN,{fence:true}],"\u201C":[0,0,b.OPEN,{fence:true}]},postfix:{"\u2016":[0,0,b.…
|
H A D | BasicLatin.js | 19 …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 D | postfix.test | 2 Twig parses postfix expressions
|
/plugin/sfauth/ |
H A D | helper.php | 399 $postfix = ' '.$instance; 401 $postfix = ''; 404 return $this->getConf($config.$postfix);
|
/plugin/data-au/ |
H A D | helper.php | 169 if(isset($type['postfix'])) { 170 $post = $type['postfix'];
|
/plugin/data/ |
H A D | helper.php | 176 if (isset($type['postfix'])) { 177 $post = $type['postfix']; 279 // no prefix/postfix here
|
/plugin/siteexport/inc/ |
H A D | functions.php | 711 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 D | lang-swift.js | 51 [PR['PR_KEYWORD'], /^\b(?:__COLUMN__|__FILE__|__FUNCTION__|__LINE__|#available|#colorLiteral|#column|#else|#elseif|#endif|#file|#fileLiteral|#function|#if|#imageLiteral|#line|#selector|#sourceLocation|arch|arm|arm64|associatedtype|associativity|as|break|case|catch|class|continue|convenience|default|defer|deinit|didSet|do|dynamic|dynamicType|else|enum|extension|fallthrough|fileprivate|final|for|func|get|guard|import|indirect|infix|init|inout|internal|i386|if|in|iOS|iOSApplicationExtension|is|lazy|left|let|mutating|none|nonmutating|open|operator|optional|OSX|OSXApplicationExtension|override|postfix|precedence|prefix|private|protocol|Protocol|public|repeat|required|rethrows|return|right|safe|Self|self|set|static|struct|subscript|super|switch|throw|throws|try|Type|typealias|unowned|unsafe|var|weak|watchOS|where|while|willSet|x86_64)\b/, null],
|