/plugin/diagramsnet/lib/math/jax/output/HTML-CSS/fonts/STIX/ |
H A D | fontdata-extra.js | 19 …ext:[9168,l],top:[8593,l]}},8614:{dir:m,HW:[[1,l]],stretch:{left:[57526,o],rep:[8722,l],right:[859… property in e.10585.stretch
|
H A D | fontdata.js | 19 …ext:[9116,i],bot:[9117,i]}},41:{dir:a,HW:[[0.844,m],[1.23,i],[1.353,i,1.1],[1.845,h],[2.048,h,1.11…
|
/plugin/xref/ |
H A D | phpxref-0.7-javascriptfix.patch |
|
/plugin/diagramsnet/lib/math/jax/output/SVG/fonts/STIX-Web/ |
H A D | fontdata-extra.js | 19 …ext:[9168,E],top:[8607,x]}},8608:{dir:s,HW:[[786,E]],stretch:{right:[8608,E],rep:ah}},8609:{dir:f,… property in n.10581.stretch
|
H A D | fontdata.js | 19 …ext:[57345,Z],top:[57346,Z]}},41:{dir:f,HW:[[853,F],[1230,ag],[1350,ag,1.098],[1845,ae],[2460,ac],…
|
/plugin/diagramsnet/lib/math/jax/output/HTML-CSS/fonts/STIX-Web/ |
H A D | fontdata-extra.js | 19 …ext:[9168,E],top:[8607,x]}},8608:{dir:s,HW:[[0.786,E]],stretch:{right:[8608,E],rep:ag}},8609:{dir:… property in n.10592.stretch
|
H A D | fontdata.js | 19 …ext:[57345,X],top:[57346,X]}},41:{dir:f,HW:[[0.853,E],[1.23,ae],[1.35,ae,1.098],[1.845,ac],[2.46,a…
|
/plugin/podcast/ |
H A D | helper.php | 40 foreach( $extensions as $ext ) { 41 $f = "$name.$ext"; 42 if( isset( $meta[$ext] ) && $meta[$ext]['url'] == $f ) { 43 $files[$ext] = $meta[$ext]; } 46 $files[$ext] = array( 95 foreach( $extensions as $ext ) { 96 $f = "$name.$ext"; 99 $files[$ext] = array(
|
/plugin/svgimg2/ |
H A D | action.php | 33 $ext = $data['ext']; 34 if ( strtolower($ext) != 'svg' ) { return false; } 38 …$ext = empty( $_REQUEST['return_type'] ) ? $this->getConf('return_type') : (in_array( hsc($_REQUES… 39 $data['mime'] = "image/$ext"; 49 $cacheFile = $functions->_get_cache_file($data, $ext); 54 if ( $functions->create_svg_image( $data, $ext, $cacheFile) ) {
|
H A D | helper.php | 30 function create_svg_image($data, $ext, $cacheFile, $progType=null) { argument 50 $ext, 78 $ext, 94 function _get_cache_file($data, $ext=null) { argument 103 if ( empty($ext) ) $ext = $this->getConf('ext'); 104 $param .= '.' . $ext;
|
/plugin/diagramsnet/lib/math/jax/output/SVG/fonts/TeX/ |
H A D | fontdata-extra.js | 19 …ext:[9168,f],top:[8593,f]}},8614:{dir:l,HW:[[1000,h]],stretch:{left:[8739,f,-0.09,-0.05,0.9],rep:j… property in e.8639.stretch
|
H A D | fontdata.js | 19 …ext:[9116,c],bot:[9117,c]}},41:{dir:a,HW:t,stretch:{top:[9118,c],ext:[9119,c],bot:[9120,c]}},47:{d…
|
/plugin/diagramsnet/lib/math/jax/output/HTML-CSS/fonts/TeX/ |
H A D | fontdata-extra.js | 19 …ext:[9168,e],top:[8593,e]}},8614:{dir:l,HW:[[1,g]],stretch:{left:[8739,e,-0.09,-0.05,0.9],rep:j,ri… property in d.8625.stretch
|
H A D | fontdata.js | 19 …ext:[9116,c],bot:[9117,c]}},41:{dir:a,HW:[[1,m],[1.2,g],[1.8,f],[2.4,e],[3,c]],stretch:{top:[9118,…
|
/plugin/diagramsnet/lib/math/jax/output/HTML-CSS/fonts/Neo-Euler/ |
H A D | fontdata.js | 19 …ext:[9116,s],top:[9115,s]}},41:{dir:d,HW:[[0.925,t],[1.198,l],[1.798,j],[1.961,j,1.091],[2.398,i],…
|
/plugin/dw2pdf/ |
H A D | DokuImageProcessorDecorator.php | 44 [$ext, $mime] = mimetype($media); 46 [$ext, $mime] = mimetype($file); 77 $local = media_get_from_URL($media, $ext, -1); 96 $local = media_crop_image($local, $ext, $w, $h); 98 $local = media_resize_image($local, $ext, $w, $h); 102 $local = media_get_from_URL($file, $ext, $conf['cachetime']);
|
/plugin/swiftmail/Swift/Plugin/ |
H A D | FileEmbedder.php | 103 public function getType($ext) argument 105 $ext = strtolower($ext); 106 if (isset($this->mimeTypes[$ext])) 108 return $this->mimeTypes[$ext]; 117 public function addType($ext, $type) argument 119 $this->mimeTypes[strtolower($ext)] = strtolower($type); 321 $ext = preg_replace("~^.*?\\.([^\\.]+)\$~s", "\$1", $bits["path"]); 348 $att = new Swift_Message_EmbeddedFile($filedata, $filename, $this->getType($ext)); 366 $ext = preg_replace("~^.*?\\.([^\\.]+)\$~s", "\$1", $path); 385 $att = new Swift_Message_EmbeddedFile(new Swift_File($path), $filename, $this->getType($ext));
|
/plugin/elasticsearch/helper/ |
H A D | docparser.php | 64 * ext - the extension of the file 79 list($ext, $mime) = mimetype($file); 80 if (!$ext) { 83 if (!isset($this->parsers[$ext])) { 84 throw new RuntimeException('No parser configured for files of type ' . $ext); 87 $result = $this->runParser($file, $this->parsers[$ext]); 97 'ext' => $ext,
|
/plugin/indexmenu/ |
H A D | script.js | 480 let ext = themedir.substring(posext, themedir.length).toLowerCase(); 481 if ((ext === "png") || (ext === "jpg")) { 482 extension = ext;
|
/plugin/diagramsnet/lib/math/jax/output/HTML-CSS/fonts/Gyre-Termes/ |
H A D | fontdata.js | 19 …ext:[9116,u],top:[9115,u]}},41:{dir:d,HW:[[0.816,v],[0.976,m],[1.168,l],[1.398,k],[1.674,i],[2.006…
|
/plugin/diagramsnet/lib/math/jax/output/HTML-CSS/fonts/Gyre-Pagella/ |
H A D | fontdata.js | 19 …ext:[9116,u],top:[9115,u]}},41:{dir:d,HW:[[0.828,v],[0.988,m],[1.18,l],[1.41,k],[1.686,i],[2.018,g…
|
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/ |
H A D | DefaultFileFilter.java | 27 protected String ext; field in DefaultFileFilter 44 ext = extension.toLowerCase(); in DefaultFileFilter() 58 return file.isDirectory() || file.getName().toLowerCase().endsWith(ext); in accept() 78 return ext; in getExtension() 89 this.ext = extension; in setExtension()
|
/plugin/doi/Resolver/ |
H A D | AbstractResolver.php | 85 $ext = trim($this->getCacheExtension(), '.'); 86 if ($ext === '') { 87 $ext = strtolower(str_replace('Resolver', '', $class)); 91 $cache = getCacheName($id, '.' . $ext . '.json');
|
/plugin/structodt/ |
H A D | action.php | 102 protected function render_single($row, $templates, $ext='pdf') { argument 118 if ($mimetype[0] == 'pdf' && $ext == 'pdf') { 123 $method = 'render' . strtoupper($ext); 160 $ext = $INPUT->str('filetype'); 161 if (!in_array($ext, $extensions)) { 162 msg("Unknown file extension: $ext. Avaliable extensions: " . implode(', ', $extensions), -1); 165 if (count($templates) > 1 && $ext != 'pdf') { 181 $tmp_file = $this->render_single($row, $templates, $ext); 191 $helper->sendFile($tmp_file, $filename, $ext);
|
/plugin/diagramsnet/lib/math/jax/output/HTML-CSS/fonts/Asana-Math/ |
H A D | fontdata.js | 19 …ext:[9116,u],top:[9115,u]}},41:{dir:d,HW:[[0.941,v],[1.471,m],[2.041,l],[2.552,k],[2.615,k,1.025]]…
|