Home
last modified time | relevance | path

Searched refs:postfix (Results 26 – 50 of 54) sorted by last modified time

123

/plugin/diagramsnet/lib/js/grapheditor/
H A DSidebar.js3824 Sidebar.prototype.addImagePalette = function(id, title, prefix, postfix, items, titles, tags) argument
3840 fns.push(this.createVertexTemplateEntry('image;html=1;image=' + prefix + item + postfix,
/plugin/diagramsnet/lib/js/diagramly/
H A DEditor.js6538 var postfix = '';
6550 postfix += '@font-face {\n' +
6556 style.appendChild(svgDoc.createTextNode(prefix + postfix));
/plugin/diagramsnet/lib/mxgraph/
H A DmxClient.js740 …ype.createIds=!0;mxGraphModel.prototype.prefix="";mxGraphModel.prototype.postfix="";mxGraphModel.p… method in mxGraphModel
746 …eateId=function(a){a=this.nextId;this.nextId++;return this.prefix+a+this.postfix};mxGraphModel.pro…
/plugin/diagramsnet/lib/math/jax/element/mml/
H A Djax.js19postfix:{"!":[1,0,b.CLOSE],"&":d.ORD,"\u2032":d.ORD02,"\u203E":d.WIDEACCENT,"\u2309":d.CLOSE,"\u23…
/plugin/diagramsnet/lib/math/jax/element/mml/optable/
H A DBasicLatin.js19 …tric:true}],"|||":[0,0,b.ORD,{fence:true,stretchy:true,symmetric:true}]},postfix:{"!!":[1,0,b.BIN]…
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 DGeneralPunctuation.js19 …],"\u2018":[0,0,b.OPEN,{fence:true}],"\u201C":[0,0,b.OPEN,{fence:true}]},postfix:{"\u2016":[0,0,b.…
H A DMiscMathSymbolsB.js19 …:c.OPEN,"\u2993":c.OPEN,"\u2995":c.OPEN,"\u2997":c.OPEN,"\u29FC":c.OPEN},postfix:{"\u2980":[0,0,b.…
H A DLatin1Supplement.js19 ….mo.OPTYPES;var b=a.TEXCLASS;MathJax.Hub.Insert(a.mo.prototype,{OPTABLE:{postfix:{"\u00B0":c.ORD,"…
H A DMiscMathSymbolsA.js19 …otype,{OPTABLE:{prefix:{"\u27E6":c.OPEN,"\u27EA":c.OPEN,"\u27EC":c.OPEN},postfix:{"\u27E7":c.CLOSE…
H A DMiscTechnical.js19 ….mo.OPTYPES;var b=a.TEXCLASS;MathJax.Hub.Insert(a.mo.prototype,{OPTABLE:{postfix:{"\u23B4":c.WIDEA…
/plugin/diagramsnet/lib/js/
H A Dapp.min.js978 …ype.createIds=!0;mxGraphModel.prototype.prefix="";mxGraphModel.prototype.postfix="";mxGraphModel.p… method in mxGraphModel
984 …eateId=function(a){a=this.nextId;this.nextId++;return this.prefix+a+this.postfix};mxGraphModel.pro…
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D42.42.js.map1 …fix',\n 'infixl',\n 'infixr',\n 'prefix',\n 'postfix',\n //\n …
H A D63.63.js.map1 …n 'operator',\n 'optional',\n 'override',\n 'postfix',\n 'prece…
/plugin/codemirror/dist/modes/
H A Dswift.min.js.map1 …ssignment\",\"associativity\",\"infix\",\"left\",\"none\",\"operator\",\"postfix\",\"precedence\",…
/plugin/revealjs/
H A DREADME.md272 …- Background image size is recognized by postfix `%` and `px` or by keywords `auto`, `contain` and…
276 …ne`, `fade`, `slide`, `convex`, `concave` or `zoom` followed by optional postfix `-in` or `-out` f…
H A Dchangelog.md24 …- Background image size is recognized by postfix `%` and `px` or by keywords `auto`, `contain` and…
28 …ne`, `fade`, `slide`, `convex`, `concave` or `zoom` followed by optional postfix `-in` or `-out` f…
/plugin/syntaxhighlighter4/dist/
H A Dsyntaxhighlighter.js.map1postfix precedence prefix right set unowned unowned(safe) unowned(unsafe) weak willSet';\n\n var …
/plugin/codeprettify/code-prettify/src/
H A Dlang-swift.js51 …|nonmutating|open|operator|optional|OSX|OSXApplicationExtension|override|postfix|precedence|prefix…
/plugin/sequencediagram/bower_components/lodash/test/
H A Dtest.js2284 var actual = lodashStable.map(postfixes, function(postfix) { argument
2285 return func('a b' + apos + postfix + ' c');
2288 var expected = lodashStable.map(postfixes, function(postfix) { argument
2290 case 'camel': return 'aB' + postfix + 'C';
2291 case 'kebab': return 'a-b' + postfix + '-c';
2292 case 'lower': return 'a b' + postfix + ' c';
2293 case 'snake': return 'a_b' + postfix + '_c';
2294 case 'start': return 'A B' + postfix + ' C';
2295 case 'upper': return 'A B' + postfix.toUpperCase() + ' C';
25412 var string = 'a b' + apos + postfix + ' c';
[all …]
/plugin/data-au/db/
H A Dupdate0002.sql1 CREATE TABLE aliases (name, type, prefix, postfix, comment); field
/plugin/data-au/
H A Dhelper.php169 if(isset($type['postfix'])) {
170 $post = $type['postfix'];
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/expressions/
H A Dpostfix.test2 Twig parses postfix expressions

123