Home
last modified time | relevance | path

Searched refs:fm (Results 1 – 25 of 31) sorted by relevance

12

/plugin/html2pdf/html2pdf/html2ps/fpdf/font/makefont/
H A Dmakefont.php41 $fm=array();
131 $fm['Widths']=$widths;
132 return $fm;
138 $asc=(isset($fm['Ascender']) ? $fm['Ascender'] : 1000);
141 $desc=(isset($fm['Descender']) ? $fm['Descender'] : -200);
153 if(isset($fm['IsFixedPitch']) and $fm['IsFixedPitch'])
159 if(isset($fm['ItalicAngle']) and $fm['ItalicAngle']!=0)
169 $ia=(isset($fm['ItalicAngle']) ? $fm['ItalicAngle'] : 0);
173 $stemv=$fm['StdVW'];
174 elseif(isset($fm['Weight']) and eregi('(bold|black)',$fm['Weight']))
[all …]
/plugin/html2pdf/html2pdf/html2ps/
H A Dpdf.fpdf.makefont.php107 $fm=array();
180 $fm['Widths']=$widths;
181 return $fm;
186 $asc=(isset($fm['Ascender']) ? $fm['Ascender'] : 1000);
190 $desc=(isset($fm['Descender']) ? $fm['Descender'] : -200);
205 if (isset($fm['IsFixedPitch']) and $fm['IsFixedPitch']) {
217 if (isset($fm['ItalicAngle']) and $fm['ItalicAngle']!=0) {
233 $ia=(isset($fm['ItalicAngle']) ? $fm['ItalicAngle'] : 0);
239 } elseif(isset($fm['Weight']) and eregi('(bold|black)',$fm['Weight'])) {
258 $cw=$fm['Widths'];
[all …]
/plugin/indexmenu/images/was.png/
H A Dinfo.txt1 author=Wizardry and Steamworks <office [at] was [dot] fm>
2 url=http://was.fm/
3 description=Wizardry and Steamworks <office@was.fm
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Factory/
H A DAssetFactory.php38 private $fm; variable in Assetic\\Factory\\AssetFactory
121 return $this->fm;
127 * @param FilterManager $fm The filter manager
129 public function setFilterManager(FilterManager $fm) argument
131 $this->fm = $fm;
363 if (!$this->fm) {
367 return $this->fm->get($name);
/plugin/farm/
H A Dinfos.animal.class.php220 $fm = array();
221 foreach($f as $ns => $i) $fm[$ns] = $this->getmdate($this->getmeta($ns));
222 uasort($fm, create_function('$a,$b', 'return $a - $b;'));
223 return key($fm);
232 $fm = array();
233 foreach($f as $ns => $i) $fm[$ns] = $this->getmdate($this->getmeta($ns));
234 uasort($fm, create_function('$a,$b', 'return $b - $a;'));
235 return key($fm);
/plugin/lastfm/
H A Dsyntax.php137 …$renderer->doc .= ' <span class="plugin_lastfm_charttype">last.fm ' . $this->getLang($chart) . '<…
/plugin/jplayer/vendor/kriswallsmith/assetic/
H A DREADME.md162 $fm = new FilterManager();
163 $fm->set('sass', new SassFilter('/path/to/parser/sass'));
164 $fm->set('yui_css', new Yui\CssCompressorFilter('/path/to/yuicompressor.jar'));
180 $factory->setFilterManager($fm);
237 $factory->setFilterManager($fm);
/plugin/translation/
H A Ddeleted.files85 flags/fm.gif
230 flags/more/fm.gif
/plugin/icons/assets/typicons/
H A Dtypicons.min.css1 …agram:before{content:'\e0ed'}.typcn-social-last-fm-circular:before{content:'\e0ee'}.typcn-social-l…
H A Dtypicons.css747 .typcn-social-last-fm-circular:before {
750 .typcn-social-last-fm:before {
/plugin/xlsx2dw/packages/xmltojson/
H A Dxmltojson.js278 function fm(a,b,c){a.a=Ul(a.a,0,b)+(''+c)+Tl(a.a,b);return a} function
600fm(e,b-Tc(this.e),String.fromCharCode(46))}else{e.a=Ul(e.a,0,a-1)+'0.'+Tl(e.a,a-1);fm(e,a+1,_l(om,…
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DOtl.php1225 $fp = $fm = $ffp = $ffm = '';
1242 $fm = $this->mpdf->OTLtags['Minus'];
1244 preg_match_all('/([a-zA-Z0-9]{4})/', $fm, $m);
/plugin/mermaid/
H A Dmermaid.min.js1323 `);const m=Oe().securityLevel;let b;m==="sandbox"&&(b=Mr("#i"+a));const E=Mr(m==="sandbox"?b.nodes()[0].contentDocument.body:"body");nv.init();const C=E.select("#"+a);RP.initGraphi global() function
[all...]
/plugin/dokuprism/prism/
H A Dprism.js60 Prism.languages.fsharp=Prism.languages.extend("clike",{comment:[{pattern:/(^|[^\\])\(\*(?!\))[\s\S]*?\*\)/,lookbehind:!0,greedy:!0},{pattern:/(^|[^\\:])\/\/.*/,lookbehind:!0,greedy:!0}],string:{pattern:/(?:"""[\s\S]*?"""|@"(?:""|[^"])*"|"(?:\\[\s\S]|[^\\"])*")B?/,greedy:!0},"class-name":{pattern:/(\b(?:exception|inherit|interface|new|of|type)\s+|\w\s*:\s*|\s:\??>\s*)[.\w]+\b(?:\s*(?:->|\*)\s*[.\w]+\b)*(?!\s*[:.])/,lookbehind:!0,inside:{operator:/->|\*/,punctuation:/\./}},keyword:/\b(?:let|return|use|yield)(?:!\B|\b)|\b(?:abstract|and|as|asr|assert|atomic|base|begin|break|checked|class|component|const|constraint|constructor|continue|default|delegate|do|done|downcast|downto|eager|elif|else|end|event|exception|extern|external|false|finally|fixed|for|fun|function|functor|global|if|in|include|inherit|inline|interface|internal|land|lazy|lor|lsl|lsr|lxor|match|member|method|mixin|mod|module|mutable|namespace|new|not|null|object|of|open|or|override|parallel|private|process|protected|public|pure|rec|sealed|select|sig|static|struct|tailcall|then|to|trait|true|try|type|upcast|val|virtual|void|volatile|when|while|with)\b/,number:[/\b0x[\da-fA-F]+(?:LF|lf|un)?\b/,/\b0b[01]+(?:uy|y)?\b/,/(?:\b\d+(?:\.\d*)?|\B\.\d+)(?:[fm]|e[+-]?\d+)?\b/i,/\b\d+(?:[IlLsy]|UL|u[lsy]?)?\b/],operator:/([<>~&^])\1\1|([*.:<>&])\2|<-|->|[!=:]=|<?\|{1,3}>?|\??(?:<=|>=|<>|[-+*/%=<>])\??|[!?^&]|~[+~-]|:>|:\?>?/}),Prism.languages.insertBefore("fsharp","keyword",{preprocessor:{pattern:/(^[\t ]*)#.*/m,lookbehind:!0,alias:"property",inside:{directive:{pattern:/(^#)\b(?:else|endif|if|light|line|nowarn)\b/,lookbehind:!0,alias:"keyword"}}}}),Prism.languages.insertBefore("fsharp","punctuation",{"computation-expression":{pattern:/\b[_a-z]\w*(?=\s*\{)/i,alias:"keyword"}}),Prism.languages.insertBefore("fsharp","string",{annotation:{pattern:/\[<.+?>\]/,greedy:!0,inside:{punctuation:/^\[<|>\]$/,"class-name":{pattern:/^\w+$|(^|;\s*)[A-Z]\w*(?=\()/,lookbehind:!0},"annotation-content":{pattern:/[\s\S]+/,inside:Prism.languages.fsharp}}},char:{pattern:/'(?:[^\\']|\\(?:.|\d{3}|x[a-fA-F\d]{2}|u[a-fA-F\d]{4}|U[a-fA-F\d]{8}))'B?/,greedy:!0}});
/plugin/jmol2/jmol/
H A DJmolApplet0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/obrador/ javax/ ...
H A DJmolAppletSigned0.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
H A DJmolApplet.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jmol/ org/ ...
H A DJmolAppletSigned.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
/plugin/dirtylittlehelper/script/
H A Dmermaid.min.js1fm=hm,dm=hm.range,pm=By((function(t){t.setUTCSeconds(0,0)}),(function(t,e){t.setTime(+t+6e4*e)}),(…
/plugin/diagramsnet/lib/js/mermaid/
H A Dmermaid.min.js6fm=hm,dm=hm.range,pm=Dy((function(t){t.setUTCSeconds(0,0)}),(function(t,e){t.setTime(+t+6e4*e)}),(…
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dcommons-lang3-3.5.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
/plugin/bpmnio/vendor/dmn-js/dist/
H A Ddmn-modeler.production.min.js21fm(e),t),t}(e),dm[e]=0),r||(r=n.$EV={}),r[e]||dm[e]++,r[e]=t):r&&r[e]&&(dm[e]--,1===i&&(document.r… function
/plugin/bpmnio/vendor/bpmn-js/dist/
H A Dbpmn-modeler.production.min.js194fm(e)||mm(e))}(e))&&(Cr(e,"bpmn:FlowElement")&&!Cr(e,"bpmn:DataStoreReference")?Cr(t,"bpmn:FlowEle… function
/plugin/icons/assets/material-design-icons/css/
H A Dmaterialdesignicons.min.css1 …o::before{content:"\F439"}.mdi-radio-am::before{content:"\FC9A"}.mdi-radio-fm::before{content:"\FC…
/plugin/flowcharts/
H A Dmermaid.min.js1fm,L:ym,m:cm,M:dm,p:function(t,e,n){var r=c.exec(e.slice(n));return r?(t.p=l[r[0].toLowerCase()],n… function

12