Home
last modified time | relevance | path

Searched refs:cref (Results 1 – 9 of 9) sorted by relevance

/plugin/authgoogle/google/contrib/
DGoogle_CustomsearchService.php258 public $cref; variable in Google_Query
305 public function setCref( $cref) { argument
306 $this->cref = $cref;
309 return $this->cref;
/plugin/asciidocjs/node_modules/@asciidoctor/opal-runtime/src/
Dopal.js269 function handle_autoload(cref, name) { argument
270 if (!cref.$$autoload[name].loaded) {
271 cref.$$autoload[name].loaded = true;
273 Opal.Kernel.$require(cref.$$autoload[name].path);
275 cref.$$autoload[name].exception = e;
278 cref.$$autoload[name].required = true;
279 if (cref.$$const[name] != null) {
280 cref.$$autoload[name].success = true;
281 return cref.$$const[name];
283 } else if (cref.$$autoload[name].loaded && !cref.$$autoload[name].required) {
[all …]
Dindex.mjs267 function handle_autoload(cref, name) { argument
268 if (!cref.$$autoload[name].loaded) {
269 cref.$$autoload[name].loaded = true;
271 Opal.Kernel.$require(cref.$$autoload[name].path);
273 cref.$$autoload[name].exception = e;
276 cref.$$autoload[name].required = true;
277 if (cref.$$const[name] != null) {
278 cref.$$autoload[name].success = true;
279 return cref.$$const[name];
281 } else if (cref.$$autoload[name].loaded && !cref.$$autoload[name].required) {
[all …]
Dindex.cjs276 function handle_autoload(cref, name) {
277 if (!cref.$$autoload[name].loaded) {
278 cref.$$autoload[name].loaded = true;
280 Opal.Kernel.$require(cref.$$autoload[name].path);
282 cref.$$autoload[name].exception = e;
285 cref.$$autoload[name].required = true;
286 if (cref.$$const[name] != null) {
287 cref.$$autoload[name].success = true;
288 return cref.$$const[name];
290 } else if (cref.$$autoload[name].loaded && !cref.$$autoload[name].required) {
[all …]
/plugin/asciidocjs/node_modules/@asciidoctor/core/dist/graalvm/
Dasciidoctor.js269 function handle_autoload(cref, name) { argument
270 if (!cref.$$autoload[name].loaded) {
271 cref.$$autoload[name].loaded = true;
273 Opal.Kernel.$require(cref.$$autoload[name].path);
275 cref.$$autoload[name].exception = e;
278 cref.$$autoload[name].required = true;
279 if (cref.$$const[name] != null) {
280 cref.$$autoload[name].success = true;
281 return cref.$$const[name];
283 } else if (cref.$$autoload[name].loaded && !cref.$$autoload[name].required) {
[all …]
/plugin/asciidocjs/node_modules/@asciidoctor/core/dist/browser/
Dasciidoctor.js272 function handle_autoload(cref, name) { argument
273 if (!cref.$$autoload[name].loaded) {
274 cref.$$autoload[name].loaded = true;
276 Opal.Kernel.$require(cref.$$autoload[name].path);
278 cref.$$autoload[name].exception = e;
281 cref.$$autoload[name].required = true;
282 if (cref.$$const[name] != null) {
283 cref.$$autoload[name].success = true;
284 return cref.$$const[name];
286 } else if (cref.$$autoload[name].loaded && !cref.$$autoload[name].required) {
[all …]
/plugin/amcharts/assets/amcharts/plugins/export/libs/xlsx/
Dxlsx.js7434 var ri = 0, x = "", cells = [], cref = [], idx = 0, i=0, cc=0, d="", p;
7457 cref = x.match(rregex); idx = ri; i=0; cc=0;
7459 if(cref !== null && cref.length === 2) {
7460 idx = 0; d=cref[1];
7474 if((cref=d.match(match_v))!== null && cref[1] !== '') p.v=unescapexml(cref[1]);
7475 if(opts.cellFormula && (cref=d.match(match_f))!== null) p.f=unescapexml(cref[1]);
7500 cref = d.match(isregex);
7502 if(cref !== null) { sstr = parse_si(cref[1]); p.v = sstr.t; } else p.v = "";
Dxlsx.min.map1 …lregex","rowregex","isregex","match_v","match_f","sdata","guess","cells","cref","tagr","tagc","sst…
/plugin/xlsx2dw/packages/xlsx/
Dxlsx.mjs15557 …var ri = 0, x = "", cells/*:Array<string>*/ = [], cref/*:?Array<string>*/ = [], idx=0, i=0, cc=0, …
15613 cref = x.match(rregex); idx = ri; i=0; cc=0;
15615 if(cref != null && cref.length === 2) {
15616 idx = 0; d=cref[1];
15630 …if((cref=d.match(match_v))!= null && /*::cref != null && */cref[1] !== '') p.v=unescapexml(cref[1]…
15632 if((cref=d.match(match_f))!= null && /*::cref != null && */cref[1] !== '') {
15634 p.f=unescapexml(utf8read(cref[1]), true);
15636 if(/*::cref != null && cref[0] != null && */cref[0].indexOf('t="array"') > -1) {
15639 } else if(/*::cref != null && cref[0] != null && */cref[0].indexOf('t="shared"') > -1) {
15641 ftag = parsexmltag(cref[0]);
[all …]