Home
last modified time | relevance | path

Searched refs:inf (Results 1 – 25 of 35) sorted by relevance

12

/plugin/dwcommits/
H A Dhelper.php47 if($inf[$fname_hash]) {
93 if(!$inf) return;
96 $db = $inf[$fname_hash];
107 if($inf[$slot]) return $inf[$slot];
124 if(!$inf) return;
128 if($inf[$slot]) {
761 unset($inf[$key]);
766 unset($inf[$url]);
769 unset($inf[$git]);
798 function db_data($inf = false) { argument
[all …]
H A Dsyntax.php191 $inf = unserialize($inf_str);
193 foreach($inf as $val=>$entry) {
196 if(($url = $this->dwc_element('url', $matches[1], $inf))!== false) {
200 $git = $this->dwc_element('git', $matches[1], $inf);
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A Duseheading.php13 $inf = @unserialize($inf_str);
14 if(isset($inf['current']['title']) && !empty($inf['current']['title'])) {
15 return ($inf['current']['title']);
H A Ddwfck_sessions.php72 $inf = unserialize($str);
73 $ar = print_r($inf, true);
/plugin/headerfooter/
H A Daction.php21 $inf = pageinfo();
22 $inf['namespace'] = urlencode(str_replace(array(' ', '%', '&'), '_', $inf['namespace']));
23 $ns = str_replace(':', '/', $inf['namespace']) . '/';
/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/htmlokay/conf/access/
H A Dget_inf.php25 $inf = unserialize($inf_str);
26 print_r($inf);
/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/ckgdoku/fckeditor/editor/filemanager/connectors/php/
H A Ddwfck_sessions.php72 $inf = unserialize($str);
73 $ar = print_r($inf, true);
/plugin/fckg/fckeditor/editor/filemanager/connectors/php/
H A Ddwfck_sessions.php72 $inf = unserialize($str);
73 $ar = print_r($inf, true);
/plugin/dyncontent/
H A Daction.php52 $inf = pageinfo();
53 $pagename = $inf["id"];
/plugin/remoteinf/
H A Dplugin.info.txt6 desc send some encrypt inf to an other server
/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/pdfjs/pdfjs/web/locale/csb/
H A Dviewer.properties71 error_more_info=Wicy infòrmacje
72 error_less_info=Mni infòrmacje
/plugin/codemirror/dist/modes/
H A Dwast.min.js.map1 …t', {\n start: [\n {regex: /[+\\-]?(?:nan(?::0x[0-9a-fA-F]+)?|infinity|inf|0x[0-9a-fA-F]+\\.?[…
H A Doctave.min.js.map1 … return 'number'; };\n }\n if (stream.match(wordRegexp(['nan','NaN','inf','Inf']))) { return…
/plugin/pdfjs/pdfjs/web/locale/ak/
H A Dviewer.properties90 error_less_info=Te infɔmehyɛn bio a wɔka ho so
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D69.69.js.map1 …0-7]+/,\n numberHex: /0x[0-9a-fA-F]+/,\n numberInfinity: /[+-]?\\.(?:inf|Inf|INF)/,\n num…
/plugin/elasticsearch/vendor/patrickschur/language-detection/resources/sv/
H A Dsv.txt
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/Fixtures/
H A DYtsSpecificationExamples.yml521 # FIX: spec shows parens around -inf and NaN
527 negative infinity: -.inf
1517 negative infinity: -.inf
/plugin/elasticsearch/vendor/patrickschur/language-detection/resources/pt-BR/
H A Dpt-BR.txt
/plugin/elasticsearch/vendor/patrickschur/language-detection/resources/pt-PT/
H A Dpt-PT.txt
/plugin/aichat/vendor/mehrab-wj/tiktoken-php/data/
H A Dvocab.bpe29385 inf lamm
/plugin/diagramsnet/lib/math/jax/input/TeX/
H A Djax.js19 …et:"NamedOp",dim:["NamedFn"],exp:["NamedFn"],gcd:"NamedOp",hom:["NamedFn"],inf:"NamedOp",ker:["Nam…
/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