Home
last modified time | relevance | path

Searched refs:sourceSpec (Results 1 – 25 of 57) sorted by relevance

123

/dports/textproc/R-cran-readr/readr/R/
H A Dcpp11.R15 dim_tokens_ <- function(sourceSpec, tokenizerSpec) { argument
16 .Call(`_readr_dim_tokens_`, sourceSpec, tokenizerSpec)
19 count_fields_ <- function(sourceSpec, tokenizerSpec, n_max) { argument
27 tokenize_ <- function(sourceSpec, tokenizerSpec, n_max) { argument
28 .Call(`_readr_tokenize_`, sourceSpec, tokenizerSpec, n_max)
35 read_file_ <- function(sourceSpec, locale_) { argument
36 .Call(`_readr_read_file_`, sourceSpec, locale_)
39 read_file_raw_ <- function(sourceSpec) { argument
40 .Call(`_readr_read_file_raw_`, sourceSpec)
51 read_lines_raw_ <- function(sourceSpec, n_max, progress) { argument
[all …]
/dports/textproc/R-cran-readr/readr/src/
H A Dcpp11.cpp31 extern "C" SEXP _readr_dim_tokens_(SEXP sourceSpec, SEXP tokenizerSpec) { in _readr_dim_tokens_() argument
38 extern "C" SEXP _readr_count_fields_(SEXP sourceSpec, SEXP tokenizerSpec, SEXP n_max) { in _readr_count_fields_() argument
45 extern "C" SEXP _readr_guess_header_(SEXP sourceSpec, SEXP tokenizerSpec, SEXP locale_) { in _readr_guess_header_() argument
52 extern "C" SEXP _readr_tokenize_(SEXP sourceSpec, SEXP tokenizerSpec, SEXP n_max) { in _readr_tokenize_() argument
65 cpp11::strings read_file_(const cpp11::list& sourceSpec, const cpp11::list& locale_);
66 extern "C" SEXP _readr_read_file_(SEXP sourceSpec, SEXP locale_) { in _readr_read_file_() argument
72 cpp11::raws read_file_raw_(const cpp11::list& sourceSpec);
73 extern "C" SEXP _readr_read_file_raw_(SEXP sourceSpec) { in _readr_read_file_raw_() argument
94 cpp11::list read_lines_raw_(const cpp11::list& sourceSpec, int n_max, bool progress);
95 extern "C" SEXP _readr_read_lines_raw_(SEXP sourceSpec, SEXP n_max, SEXP progress) { in _readr_read_lines_raw_() argument
[all …]
H A Dread.cpp36 const cpp11::list& sourceSpec, in read_lines_() argument
45 Source::create(sourceSpec), in read_lines_()
65 const cpp11::list& sourceSpec, in read_lines_chunked_() argument
75 Source::create(sourceSpec), in read_lines_chunked_()
97 Source::create(sourceSpec), in read_lines_raw_()
106 const cpp11::list& sourceSpec, in read_lines_raw_chunked_() argument
112 Source::create(sourceSpec), in read_lines_raw_chunked_()
143 Source::create(sourceSpec), in read_tokens_()
165 Source::create(sourceSpec), in read_tokens_chunked_()
197 Source::create(sourceSpec), in melt_tokens_()
[all …]
H A Dparse.cpp15 dim_tokens_(const cpp11::list& sourceSpec, const cpp11::list& tokenizerSpec) { in dim_tokens_() argument
16 SourcePtr source = Source::create(sourceSpec); in dim_tokens_()
41 const cpp11::list& sourceSpec, in count_fields_() argument
44 SourcePtr source = Source::create(sourceSpec); in count_fields_()
67 const cpp11::list& sourceSpec, in guess_header_() argument
72 SourcePtr source = Source::create(sourceSpec); in guess_header_()
109 const cpp11::list& sourceSpec, in tokenize_() argument
114 SourcePtr source = Source::create(sourceSpec); in tokenize_()
/dports/finance/prestashop/prestashop/vendor/mrclay/minify/min/lib/Minify/Controller/
H A DPage.php38 $sourceSpec = array(
44 $sourceSpec = array(
56 $sourceSpec['minifyOptions'] = array(
62 $this->sources[] = new Minify_Source($sourceSpec);
/dports/www/elgg/elgg-3.3.23/vendor/mrclay/minify/min/lib/Minify/Controller/
H A DPage.php38 $sourceSpec = array(
44 $sourceSpec = array(
56 $sourceSpec['minifyOptions'] = array(
62 $this->sources[] = new Minify_Source($sourceSpec);
/dports/www/thirtybees/thirtybees-1.1.0/vendor/mrclay/minify/min/lib/Minify/Controller/
H A DPage.php38 $sourceSpec = array(
44 $sourceSpec = array(
56 $sourceSpec['minifyOptions'] = array(
62 $this->sources[] = new Minify_Source($sourceSpec);
/dports/www/firefox-esr/firefox-91.8.0/dom/base/
H A DnsDataDocumentContentPolicy.cpp126 nsAutoCString sourceSpec; in ShouldLoad() local
127 requestingPrincipal->GetAsciiSpec(sourceSpec); in ShouldLoad()
131 "ExternalDataError", sourceSpec, targetSpec, in ShouldLoad()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/base/
H A DnsDataDocumentContentPolicy.cpp111 nsAutoCString sourceSpec; in ShouldLoad() local
112 requestingPrincipal->GetAsciiSpec(sourceSpec); in ShouldLoad()
116 "ExternalDataError", sourceSpec, targetSpec, in ShouldLoad()
/dports/www/firefox/firefox-99.0/dom/base/
H A DnsDataDocumentContentPolicy.cpp125 nsAutoCString sourceSpec; in ShouldLoad() local
126 requestingPrincipal->GetAsciiSpec(sourceSpec); in ShouldLoad()
130 "ExternalDataError", sourceSpec, targetSpec, in ShouldLoad()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/base/
H A DnsDataDocumentContentPolicy.cpp126 nsAutoCString sourceSpec; in ShouldLoad() local
127 requestingPrincipal->GetAsciiSpec(sourceSpec); in ShouldLoad()
131 "ExternalDataError", sourceSpec, targetSpec, in ShouldLoad()
/dports/www/gohugo/hugo-0.91.2/hugolib/
H A Dpages_capture_test.go54 sourceSpec := source.NewSourceSpec(ps, nil, fs)
59 coll := newPagesCollector(sourceSpec, nil, loggers.NewErrorLogger(), nil, proc)
/dports/www/firefox-esr/firefox-91.8.0/dom/serviceworkers/
H A DServiceWorkerEvents.cpp578 nsCString sourceSpec; in NS_IMPL_ISUPPORTS0() local
582 nsContentUtils::ExtractErrorValues(aCx, aValue, sourceSpec, &line, &column, in NS_IMPL_ISUPPORTS0()
585 autoCancel.SetCancelMessageAndLocation(sourceSpec, line, column, in NS_IMPL_ISUPPORTS0()
594 nsCString sourceSpec; in NS_IMPL_ISUPPORTS0() local
598 nsContentUtils::ExtractErrorValues(aCx, aValue, sourceSpec, &line, &column, in NS_IMPL_ISUPPORTS0()
601 autoCancel.SetCancelMessageAndLocation(sourceSpec, line, column, in NS_IMPL_ISUPPORTS0()
747 nsCString sourceSpec = mRespondWithScriptSpec; in RejectedCallback() local
754 nsContentUtils::ExtractErrorValues(aCx, aValue, sourceSpec, &line, &column, in RejectedCallback()
757 ::AsyncLog(mInterceptedChannel, sourceSpec, line, column, in RejectedCallback()
H A DServiceWorkerOp.cpp1332 nsCString sourceSpec; in ResolvedCallback() local
1336 nsContentUtils::ExtractErrorValues(aCx, aValue, sourceSpec, &line, &column, in ResolvedCallback()
1339 autoCancel.SetCancelMessageAndLocation(sourceSpec, line, column, in ResolvedCallback()
1348 nsCString sourceSpec; in ResolvedCallback() local
1352 nsContentUtils::ExtractErrorValues(aCx, aValue, sourceSpec, &line, &column, in ResolvedCallback()
1355 autoCancel.SetCancelMessageAndLocation(sourceSpec, line, column, in ResolvedCallback()
1501 nsCString sourceSpec = closure.respondWithScriptSpec(); in RejectedCallback() local
1506 nsContentUtils::ExtractErrorValues(aCx, aValue, sourceSpec, &line, &column, in RejectedCallback()
1512 AsyncLog(sourceSpec, line, column, "InterceptionRejectedResponseWithURL"_ns, in RejectedCallback()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/serviceworkers/
H A DServiceWorkerEvents.cpp570 nsCString sourceSpec; in NS_IMPL_ISUPPORTS0() local
574 nsContentUtils::ExtractErrorValues(aCx, aValue, sourceSpec, &line, &column, in NS_IMPL_ISUPPORTS0()
578 sourceSpec, line, column, in NS_IMPL_ISUPPORTS0()
587 nsCString sourceSpec; in NS_IMPL_ISUPPORTS0() local
591 nsContentUtils::ExtractErrorValues(aCx, aValue, sourceSpec, &line, &column, in NS_IMPL_ISUPPORTS0()
595 sourceSpec, line, column, in NS_IMPL_ISUPPORTS0()
744 nsCString sourceSpec = mRespondWithScriptSpec; in RejectedCallback() local
751 nsContentUtils::ExtractErrorValues(aCx, aValue, sourceSpec, &line, &column, in RejectedCallback()
754 ::AsyncLog(mInterceptedChannel, sourceSpec, line, column, in RejectedCallback()
H A DServiceWorkerOp.cpp1301 nsCString sourceSpec; in ResolvedCallback() local
1305 nsContentUtils::ExtractErrorValues(aCx, aValue, sourceSpec, &line, &column, in ResolvedCallback()
1309 sourceSpec, line, column, in ResolvedCallback()
1318 nsCString sourceSpec; in ResolvedCallback() local
1322 nsContentUtils::ExtractErrorValues(aCx, aValue, sourceSpec, &line, &column, in ResolvedCallback()
1326 sourceSpec, line, column, in ResolvedCallback()
1466 nsCString sourceSpec = closure.respondWithScriptSpec(); in RejectedCallback() local
1471 nsContentUtils::ExtractErrorValues(aCx, aValue, sourceSpec, &line, &column, in RejectedCallback()
1477 AsyncLog(sourceSpec, line, column, in RejectedCallback()
/dports/www/firefox/firefox-99.0/dom/serviceworkers/
H A DServiceWorkerEvents.cpp575 nsCString sourceSpec; in NS_IMPL_ISUPPORTS0() local
579 nsContentUtils::ExtractErrorValues(aCx, aValue, sourceSpec, &line, &column, in NS_IMPL_ISUPPORTS0()
582 autoCancel.SetCancelMessageAndLocation(sourceSpec, line, column, in NS_IMPL_ISUPPORTS0()
591 nsCString sourceSpec; in NS_IMPL_ISUPPORTS0() local
595 nsContentUtils::ExtractErrorValues(aCx, aValue, sourceSpec, &line, &column, in NS_IMPL_ISUPPORTS0()
598 autoCancel.SetCancelMessageAndLocation(sourceSpec, line, column, in NS_IMPL_ISUPPORTS0()
743 nsCString sourceSpec = mRespondWithScriptSpec; in RejectedCallback() local
748 nsContentUtils::ExtractErrorValues(aCx, aValue, sourceSpec, &line, &column, in RejectedCallback()
751 ::AsyncLog(mInterceptedChannel, sourceSpec, line, column, in RejectedCallback()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/workers/
H A DServiceWorkerEvents.cpp551 nsCString sourceSpec; in NS_IMPL_ISUPPORTS0() local
555 ExtractErrorValues(aCx, aValue, sourceSpec, &line, &column, valueString); in NS_IMPL_ISUPPORTS0()
557 autoCancel.SetCancelMessageAndLocation(sourceSpec, line, column, in NS_IMPL_ISUPPORTS0()
566 nsCString sourceSpec; in NS_IMPL_ISUPPORTS0() local
570 ExtractErrorValues(aCx, aValue, sourceSpec, &line, &column, valueString); in NS_IMPL_ISUPPORTS0()
572 autoCancel.SetCancelMessageAndLocation(sourceSpec, line, column, in NS_IMPL_ISUPPORTS0()
708 nsCString sourceSpec = mRespondWithScriptSpec; in RejectedCallback() local
713 ExtractErrorValues(aCx, aValue, sourceSpec, &line, &column, valueString); in RejectedCallback()
715 ::AsyncLog(mInterceptedChannel, sourceSpec, line, column, in RejectedCallback()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/serviceworkers/
H A DServiceWorkerEvents.cpp566 nsCString sourceSpec; in NS_IMPL_ISUPPORTS0() local
570 nsContentUtils::ExtractErrorValues(aCx, aValue, sourceSpec, &line, &column, in NS_IMPL_ISUPPORTS0()
574 sourceSpec, line, column, in NS_IMPL_ISUPPORTS0()
583 nsCString sourceSpec; in NS_IMPL_ISUPPORTS0() local
587 nsContentUtils::ExtractErrorValues(aCx, aValue, sourceSpec, &line, &column, in NS_IMPL_ISUPPORTS0()
591 sourceSpec, line, column, in NS_IMPL_ISUPPORTS0()
731 nsCString sourceSpec = mRespondWithScriptSpec; in RejectedCallback() local
738 nsContentUtils::ExtractErrorValues(aCx, aValue, sourceSpec, &line, &column, in RejectedCallback()
741 ::AsyncLog(mInterceptedChannel, sourceSpec, line, column, in RejectedCallback()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/serviceworkers/
H A DServiceWorkerEvents.cpp578 nsCString sourceSpec; in NS_IMPL_ISUPPORTS0() local
582 nsContentUtils::ExtractErrorValues(aCx, aValue, sourceSpec, &line, &column, in NS_IMPL_ISUPPORTS0()
585 autoCancel.SetCancelMessageAndLocation(sourceSpec, line, column, in NS_IMPL_ISUPPORTS0()
594 nsCString sourceSpec; in NS_IMPL_ISUPPORTS0() local
598 nsContentUtils::ExtractErrorValues(aCx, aValue, sourceSpec, &line, &column, in NS_IMPL_ISUPPORTS0()
601 autoCancel.SetCancelMessageAndLocation(sourceSpec, line, column, in NS_IMPL_ISUPPORTS0()
747 nsCString sourceSpec = mRespondWithScriptSpec; in RejectedCallback() local
754 nsContentUtils::ExtractErrorValues(aCx, aValue, sourceSpec, &line, &column, in RejectedCallback()
757 ::AsyncLog(mInterceptedChannel, sourceSpec, line, column, in RejectedCallback()
/dports/www/firefox-esr/firefox-91.8.0/dom/fetch/
H A DFetchStreamReader.cpp344 nsCString sourceSpec; in ReportErrorToConsole() local
349 nsContentUtils::ExtractErrorValues(aCx, aValue, sourceSpec, &line, &column, in ReportErrorToConsole()
358 nsContentUtils::eDOM_PROPERTIES, sourceSpec, line, in ReportErrorToConsole()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/fetch/
H A DFetchStreamReader.cpp335 nsCString sourceSpec; in ReportErrorToConsole() local
340 nsContentUtils::ExtractErrorValues(aCx, aValue, sourceSpec, &line, &column, in ReportErrorToConsole()
350 nsContentUtils::eDOM_PROPERTIES, sourceSpec, line, column, in ReportErrorToConsole()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/fetch/
H A DFetchStreamReader.cpp344 nsCString sourceSpec; in ReportErrorToConsole() local
349 nsContentUtils::ExtractErrorValues(aCx, aValue, sourceSpec, &line, &column, in ReportErrorToConsole()
358 nsContentUtils::eDOM_PROPERTIES, sourceSpec, line, in ReportErrorToConsole()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/fetch/
H A DFetchStreamReader.cpp338 nsCString sourceSpec; in ReportErrorToConsole() local
343 nsContentUtils::ExtractErrorValues(aCx, aValue, sourceSpec, &line, &column, in ReportErrorToConsole()
353 nsContentUtils::eDOM_PROPERTIES, sourceSpec, line, column, in ReportErrorToConsole()
/dports/www/firefox/firefox-99.0/dom/fetch/
H A DFetchStreamReader.cpp431 nsCString sourceSpec; in ReportErrorToConsole() local
436 nsContentUtils::ExtractErrorValues(aCx, aValue, sourceSpec, &line, &column, in ReportErrorToConsole()
445 nsContentUtils::eDOM_PROPERTIES, sourceSpec, line, in ReportErrorToConsole()

123