Home
last modified time | relevance | path

Searched refs:result (Results 26 – 50 of 1997) sorted by path

12345678910>>...80

/plugin/airtable/
H A DLICENSE586 author or copyright holder as a result of your choosing to follow a
/plugin/alphaindex/
H A Dsyntax.php230 if(eregi($pattern, $pageName, $result)) {
232 $pageNameArticle = ucfirst(trim($result[0]));
/plugin/alphalist/
H A Daction.php25 $event->result = false;
H A Dhelper.php15 $result = array();
16 $result[] = array(
22 $result[] = array(
/plugin/amazon/
H A Dsyntax.php149 $result = array();
179 $result = array_merge($result, (array)
192 $result = array_merge($result, (array)
197 return array($result,$params);
/plugin/amcharts/assets/amcharts/plugins/dataloader/
H A Dlicense.txt159 result of this License or out of the use or inability to use the
/plugin/amcharts/assets/amcharts/plugins/export/
H A DLICENSE159 result of this License or out of the use or inability to use the
H A Dexport.js2299 url: reader.result,
H A Dexport.min.js2 …r;d.onloadend=function(b){return function(){c.drawing.handler.add({url:d.result,top:a.layerY-10*b,…
/plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/
H A Dfabric.js940 return result;
1118 var result = [ variable
1129 return result;
1211 return result;
1321 return result;
1374 return result;
4264 var result,
4287 return result;
4312 return result;
4336 return result;
[all …]
H A Dfabric.min.js1result=[],mDelta=dtheta/segments,mT=8/3*Math.sin(mDelta/4)*Math.sin(mDelta/4)/Math.sin(mDelta/2),t… variable
2result,uaT=(b2.x-b1.x)*(a1.y-b1.y)-(b2.y-b1.y)*(a1.x-b1.x),ubT=(a2.x-a1.x)*(a1.y-b1.y)-(a2.y-a1.y)… variable
9result=[],coords=[],currentPath,parsed,re=/([-+]?((\d+\.\d+)|((\d+)|(\.\d+)))(?:e[-+]?\d+)?)/gi,ma…
/plugin/amcharts/assets/amcharts/plugins/export/libs/jszip/
H A Djszip.js296 result = (result << 8) + this.byteAt(i);
623 return result;
685 return result;
695 if (result === null || typeof result === "undefined") {
700 result = base64.decode(result);
705 result = out.utf8decode(result);
709 result = utils.transformTo("string", result);
715 return result;
818 return result;
1004 result.compressedSize = result.compressedContent.length;
[all …]
H A Djszip.min.js13result}function e(a,b){return b=b||{},b.raw=!0,d(a,b)}function f(a,b){return b=b||{},b.gzip=!0,d(a…
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.js3913 if ((result === result ? result !== value : value === value) ||
4754 } else if (result === result ? result !== value : value === value) {
4982 result = result.value();
5773 result = result === callback ? baseCallback : result;
5799 result = result === indexOf ? baseIndexOf : result;
7488 var result = result
7848 hasOwnProperty.call(result, key) ? ++result[key] : (result[key] = 1);
8581 result[index] = result[rand];
12910 lodash.result = result;
13076 result = end < 0 ? result.dropRight(-end) : result.take(end - start);
[all …]
H A Dpdfmake.min.js8 …=ao,e.parseInt=so,e.random=Ji,e.reduce=Mr,e.reduceRight=Or,e.repeat=ho,e.result=Xi,e.runInContext=…
H A Dpdfmake.min.js.map1result","doc","createPdfKitDocument","chunks","on","chunk","push","concat","_pdfMakePages","end","…
/plugin/amcharts/assets/amcharts/plugins/responsive/
H A Dlicense.txt159 result of this License or out of the use or inability to use the
/plugin/amcharts/assets/
H A Djs-yaml.min.js2result=""}function o(e,t){return"\n"+g.repeat(" ",e.indent*t)}function a(e,t){var n,i,r;for(n=0,i=…
/plugin/approve/action/
H A Dmigration.php40 $event->result = call_user_func([$this, "migration$to"], $event->data);
/plugin/asciimath/
H A Dasciimathml148r.js496 return [node,result[1]];
539 return [AMcreateMmlNode(symbol.tag,result[0]),result[1]];
547 if (result[0].childNodes[i].nodeName=="mi" || result[0].nodeName=="mi") {
548 st = (result[0].nodeName=="mi"?result[0].firstChild.nodeValue:
627 result = AMparseSexpr(str);
628 node = result[0];
629 str = result[1];
638 str = result[1];
670 node = result[0];
671 str = result[1];
[all …]
/plugin/attribute/
H A Dhelper.php59 $result = array();
60 $result[] = array(
69 $result[] = array(
77 $result[] = array(
88 $result[] = array(
98 $result[] = array(
128 return $result;
315 $result = false;
325 return $result;
440 return $result;
[all …]
/plugin/authdjango/
H A Dauth.php69 $result = $this->dbh->query($query) or die('Query failed1: ' . $this->dbh->errorInfo());
70 $ar = $result->fetch(PDO::FETCH_ASSOC);
108 $result = $this->dbh->query($query) or die('Query failed3: ' . $this->dbh->errorInfo());
110 foreach ($result as $row) {
121 $result = $this->dbh->query($query) or die('Query failed4: ' . $this->dbh->errorInfo());
123 foreach ($result as $row) {
/plugin/authdomainlimitation/action/
H A Dsignup.php51 $event->result = false;
/plugin/authdrupal7/
H A Dauth.php86 $result = $this->_queryDB($sql);
87 if($result !== false && count($result) == 1) {
88 $rc = $this->_hash_password($pass, $result[0]['pass']) == $result[0]['pass'];
188 $result = $this->_queryDB($sql);
189 if($result !== false && count($result)) {
190 $info = $result[0];
215 if($result !== false && count($result)) {
216 foreach($result as $row) {
239 $rc = $result[0]['num'];
369 if($result) {
[all …]
/plugin/authdrupal8/
H A Dauth.php82 $result = $this->_queryDB($sql);
83 if($result !== false && count($result) == 1) {
84 $rc = $this->_hash_password($pass, $result[0]['pass']) == $result[0]['pass'];
183 $result = $this->_queryDB($sql);
184 if($result !== false && count($result)) {
185 $info = $result[0];
209 $result
[all...]

12345678910>>...80