Home
last modified time | relevance | path

Searched refs:inf (Results 26 – 35 of 35) sorted by path

12

/plugin/html5video2/script/
H A Dvideo.min.js21 ….offset),h=e.offset+e.length},endlist:function(){this.manifest.endList=!0},inf:function(){"mediaSe…
/plugin/htmlokay/
H A Dadmin.php124 $inf = $this->get_output_array();
125 if(!$inf) $inf = array();
126 $this->saved_inf = $inf;
127 $inf = serialize($inf);
128 io_saveFile($data_file, $inf, false);
/plugin/htmlokay/conf/access/
H A Dget_inf.php25 $inf = unserialize($inf_str);
26 print_r($inf);
/plugin/jplayer/vendor/james-heinrich/getid3/
H A Dchangelog.txt1706 (thanks lichvarmØphoenix*inf*upol*cz)
/plugin/pdfjs/pdfjs/web/locale/ak/
H A Dviewer.properties90 error_less_info=Te infɔmehyɛn bio a wɔka ho so
/plugin/pdfjs/pdfjs/web/locale/csb/
H A Dviewer.properties71 error_more_info=Wicy infòrmacje
72 error_less_info=Mni infòrmacje
/plugin/remoteinf/
H A Dplugin.info.txt6 desc send some encrypt inf to an other server
/plugin/searchtablejs/TableFilter_EN/
H A Dfiltergrid.css25 .inf{ /* div containing left, middle and right divs */
48 div.inf a{ color:#CC0000; }/*link appearence in .inf div*/
49 div.inf a:hover{ text-decoration:none; }/*link appearence in .inf div*/
/plugin/xcom/
H A Dremote.php158 $inf = @unserialize($inf_str);
159 if($inf['current']['relation']['media']) {
160 return array_keys($inf['current']['relation']['media']);
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js46773 if (point.inf) return true;
46825 this.inf = true;
46837 this.inf = false;
46925 return this.inf;
46930 if (this.inf) return p; // P + O = P
46932 if (p.inf) return this; // P + P = 2P
46947 if (this.inf) return this; // 2P = O
46986 …return this === p || this.inf === p.inf && (this.inf || this.x.cmp(p.x) === 0 && this.y.cmp(p.y) =…
46990 if (this.inf) return this;
47016 if (this.inf) return this.curve.jpoint(null, null, null);

12