Home
last modified time | relevance | path

Searched refs:newsource (Results 1 – 25 of 233) sorted by relevance

12345678910

/dports/textproc/sigil/Sigil-1.8.0/src/BookManipulation/
H A DCleanSource.cpp55 newsource = gp.repair(); in Mend()
56 newsource = CharToEntity(newsource, version); in Mend()
57 newsource = PrettifyDOCTYPEHeader(newsource); in Mend()
58 return newsource; in Mend()
68 newsource = CharToEntity(newsource, version); in MendPrettify()
69 newsource = PrettifyDOCTYPEHeader(newsource); in MendPrettify()
70 return newsource; in MendPrettify()
101 QString newsource = source; in ToValidXHTML() local
105 return newsource; in ToValidXHTML()
209 return newsource; in PreprocessSpecialCases()
[all …]
/dports/net/yate/yate-6.4.0-1/share/scripts/
H A Dqueue_in.php35 $newsource = ""; variable
91 $newsource = $ev->GetValue("source"); variable
94 else if ($newsource) {
95 if (substr($newsource,0,4) == "moh/")
97 $m->params["source"] = $newsource;
98 $newsource = ""; variable
100 if ($newsource) {
126 $m->params["source"] = $newsource;
128 $newsource = ""; variable
/dports/textproc/sigil/Sigil-1.8.0/src/SourceUpdates/
H A DPerformHTMLUpdates.cpp47 QString newsource = CleanSource::PreprocessSpecialCases(m_source); in operator ()() local
49 GumboInterface gi = GumboInterface(newsource, m_version, m_HTMLUpdates); in operator ()()
51 newsource = gi.perform_source_updates(m_CurrentPath, m_newbookpath); in operator ()()
54 GumboInterface gi = GumboInterface(newsource, m_version, m_CSSUpdates); in operator ()()
56 newsource = gi.perform_style_updates(m_CurrentPath, m_newbookpath); in operator ()()
58 return CleanSource::CharToEntity(newsource, m_version); in operator ()()
/dports/textproc/sigil/Sigil-1.8.0/src/Resource_Files/plugin_launchers/python/sigil_bs4/
H A D__init__.py466 if newsource.startswith('<?xml '):
467 newsource = _remove_xml_header(newsource)
468 return prefix + newsource
479 if newsource.startswith('<?xml '):
480 newsource = _remove_xml_header(newsource)
481 newsource = prefix + newsource
482 return newsource.rstrip()
494 if newsource.startswith('<?xml '):
495 newsource = _remove_xml_header(newsource)
496 newsource = prefix + newsource
[all …]
/dports/databases/postgresql11-docs/postgresql-11.14/src/backend/utils/cache/
H A Dplancache.c1326 CachedPlanSource *newsource; in CopyCachedPlan() local
1355 newsource->param_types = (Oid *) in CopyCachedPlan()
1361 newsource->param_types = NULL; in CopyCachedPlan()
1370 newsource->resultDesc = NULL; in CopyCachedPlan()
1371 newsource->context = source_context; in CopyCachedPlan()
1387 newsource->gplan = NULL; in CopyCachedPlan()
1389 newsource->is_oneshot = false; in CopyCachedPlan()
1390 newsource->is_complete = true; in CopyCachedPlan()
1391 newsource->is_saved = false; in CopyCachedPlan()
1394 newsource->next_saved = NULL; in CopyCachedPlan()
[all …]
/dports/databases/postgresql11-plperl/postgresql-11.14/src/backend/utils/cache/
H A Dplancache.c1326 CachedPlanSource *newsource; in CopyCachedPlan() local
1355 newsource->param_types = (Oid *) in CopyCachedPlan()
1361 newsource->param_types = NULL; in CopyCachedPlan()
1370 newsource->resultDesc = NULL; in CopyCachedPlan()
1371 newsource->context = source_context; in CopyCachedPlan()
1387 newsource->gplan = NULL; in CopyCachedPlan()
1389 newsource->is_oneshot = false; in CopyCachedPlan()
1390 newsource->is_complete = true; in CopyCachedPlan()
1391 newsource->is_saved = false; in CopyCachedPlan()
1394 newsource->next_saved = NULL; in CopyCachedPlan()
[all …]
/dports/databases/postgresql11-plpython/postgresql-11.14/src/backend/utils/cache/
H A Dplancache.c1326 CachedPlanSource *newsource; in CopyCachedPlan() local
1355 newsource->param_types = (Oid *) in CopyCachedPlan()
1361 newsource->param_types = NULL; in CopyCachedPlan()
1370 newsource->resultDesc = NULL; in CopyCachedPlan()
1371 newsource->context = source_context; in CopyCachedPlan()
1387 newsource->gplan = NULL; in CopyCachedPlan()
1389 newsource->is_oneshot = false; in CopyCachedPlan()
1390 newsource->is_complete = true; in CopyCachedPlan()
1391 newsource->is_saved = false; in CopyCachedPlan()
1394 newsource->next_saved = NULL; in CopyCachedPlan()
[all …]
/dports/databases/postgresql11-contrib/postgresql-11.14/src/backend/utils/cache/
H A Dplancache.c1326 CachedPlanSource *newsource; in CopyCachedPlan() local
1355 newsource->param_types = (Oid *) in CopyCachedPlan()
1361 newsource->param_types = NULL; in CopyCachedPlan()
1370 newsource->resultDesc = NULL; in CopyCachedPlan()
1371 newsource->context = source_context; in CopyCachedPlan()
1387 newsource->gplan = NULL; in CopyCachedPlan()
1389 newsource->is_oneshot = false; in CopyCachedPlan()
1390 newsource->is_complete = true; in CopyCachedPlan()
1391 newsource->is_saved = false; in CopyCachedPlan()
1394 newsource->next_saved = NULL; in CopyCachedPlan()
[all …]
/dports/databases/postgresql11-server/postgresql-11.14/src/backend/utils/cache/
H A Dplancache.c1326 CachedPlanSource *newsource; in CopyCachedPlan() local
1355 newsource->param_types = (Oid *) in CopyCachedPlan()
1361 newsource->param_types = NULL; in CopyCachedPlan()
1370 newsource->resultDesc = NULL; in CopyCachedPlan()
1371 newsource->context = source_context; in CopyCachedPlan()
1387 newsource->gplan = NULL; in CopyCachedPlan()
1389 newsource->is_oneshot = false; in CopyCachedPlan()
1390 newsource->is_complete = true; in CopyCachedPlan()
1391 newsource->is_saved = false; in CopyCachedPlan()
1394 newsource->next_saved = NULL; in CopyCachedPlan()
[all …]
/dports/databases/postgresql11-pltcl/postgresql-11.14/src/backend/utils/cache/
H A Dplancache.c1326 CachedPlanSource *newsource; in CopyCachedPlan() local
1355 newsource->param_types = (Oid *) in CopyCachedPlan()
1361 newsource->param_types = NULL; in CopyCachedPlan()
1370 newsource->resultDesc = NULL; in CopyCachedPlan()
1371 newsource->context = source_context; in CopyCachedPlan()
1387 newsource->gplan = NULL; in CopyCachedPlan()
1389 newsource->is_oneshot = false; in CopyCachedPlan()
1390 newsource->is_complete = true; in CopyCachedPlan()
1391 newsource->is_saved = false; in CopyCachedPlan()
1394 newsource->next_saved = NULL; in CopyCachedPlan()
[all …]
/dports/databases/postgresql11-client/postgresql-11.14/src/backend/utils/cache/
H A Dplancache.c1326 CachedPlanSource *newsource; in CopyCachedPlan() local
1355 newsource->param_types = (Oid *) in CopyCachedPlan()
1361 newsource->param_types = NULL; in CopyCachedPlan()
1370 newsource->resultDesc = NULL; in CopyCachedPlan()
1371 newsource->context = source_context; in CopyCachedPlan()
1387 newsource->gplan = NULL; in CopyCachedPlan()
1389 newsource->is_oneshot = false; in CopyCachedPlan()
1390 newsource->is_complete = true; in CopyCachedPlan()
1391 newsource->is_saved = false; in CopyCachedPlan()
1394 newsource->next_saved = NULL; in CopyCachedPlan()
[all …]
/dports/databases/postgresql96-server/postgresql-9.6.24/src/backend/utils/cache/
H A Dplancache.c1332 CachedPlanSource *newsource; in CopyCachedPlan() local
1360 newsource->param_types = (Oid *) in CopyCachedPlan()
1366 newsource->param_types = NULL; in CopyCachedPlan()
1375 newsource->resultDesc = NULL; in CopyCachedPlan()
1376 newsource->context = source_context; in CopyCachedPlan()
1392 newsource->gplan = NULL; in CopyCachedPlan()
1394 newsource->is_oneshot = false; in CopyCachedPlan()
1395 newsource->is_complete = true; in CopyCachedPlan()
1396 newsource->is_saved = false; in CopyCachedPlan()
1399 newsource->next_saved = NULL; in CopyCachedPlan()
[all …]
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/backend/utils/cache/
H A Dplancache.c1332 CachedPlanSource *newsource; in CopyCachedPlan() local
1360 newsource->param_types = (Oid *) in CopyCachedPlan()
1366 newsource->param_types = NULL; in CopyCachedPlan()
1375 newsource->resultDesc = NULL; in CopyCachedPlan()
1376 newsource->context = source_context; in CopyCachedPlan()
1392 newsource->gplan = NULL; in CopyCachedPlan()
1394 newsource->is_oneshot = false; in CopyCachedPlan()
1395 newsource->is_complete = true; in CopyCachedPlan()
1396 newsource->is_saved = false; in CopyCachedPlan()
1399 newsource->next_saved = NULL; in CopyCachedPlan()
[all …]
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/backend/utils/cache/
H A Dplancache.c1332 CachedPlanSource *newsource; in CopyCachedPlan() local
1360 newsource->param_types = (Oid *) in CopyCachedPlan()
1366 newsource->param_types = NULL; in CopyCachedPlan()
1375 newsource->resultDesc = NULL; in CopyCachedPlan()
1376 newsource->context = source_context; in CopyCachedPlan()
1392 newsource->gplan = NULL; in CopyCachedPlan()
1394 newsource->is_oneshot = false; in CopyCachedPlan()
1395 newsource->is_complete = true; in CopyCachedPlan()
1396 newsource->is_saved = false; in CopyCachedPlan()
1399 newsource->next_saved = NULL; in CopyCachedPlan()
[all …]
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/backend/utils/cache/
H A Dplancache.c1324 CachedPlanSource *newsource; in CopyCachedPlan() local
1352 newsource->param_types = (Oid *) in CopyCachedPlan()
1358 newsource->param_types = NULL; in CopyCachedPlan()
1367 newsource->resultDesc = NULL; in CopyCachedPlan()
1368 newsource->context = source_context; in CopyCachedPlan()
1384 newsource->gplan = NULL; in CopyCachedPlan()
1386 newsource->is_oneshot = false; in CopyCachedPlan()
1387 newsource->is_complete = true; in CopyCachedPlan()
1388 newsource->is_saved = false; in CopyCachedPlan()
1391 newsource->next_saved = NULL; in CopyCachedPlan()
[all …]
/dports/databases/postgresql10-contrib/postgresql-10.19/src/backend/utils/cache/
H A Dplancache.c1324 CachedPlanSource *newsource; in CopyCachedPlan() local
1352 newsource->param_types = (Oid *) in CopyCachedPlan()
1358 newsource->param_types = NULL; in CopyCachedPlan()
1367 newsource->resultDesc = NULL; in CopyCachedPlan()
1368 newsource->context = source_context; in CopyCachedPlan()
1384 newsource->gplan = NULL; in CopyCachedPlan()
1386 newsource->is_oneshot = false; in CopyCachedPlan()
1387 newsource->is_complete = true; in CopyCachedPlan()
1388 newsource->is_saved = false; in CopyCachedPlan()
1391 newsource->next_saved = NULL; in CopyCachedPlan()
[all …]
/dports/databases/postgresql10-plpython/postgresql-10.19/src/backend/utils/cache/
H A Dplancache.c1324 CachedPlanSource *newsource; in CopyCachedPlan() local
1352 newsource->param_types = (Oid *) in CopyCachedPlan()
1358 newsource->param_types = NULL; in CopyCachedPlan()
1367 newsource->resultDesc = NULL; in CopyCachedPlan()
1368 newsource->context = source_context; in CopyCachedPlan()
1384 newsource->gplan = NULL; in CopyCachedPlan()
1386 newsource->is_oneshot = false; in CopyCachedPlan()
1387 newsource->is_complete = true; in CopyCachedPlan()
1388 newsource->is_saved = false; in CopyCachedPlan()
1391 newsource->next_saved = NULL; in CopyCachedPlan()
[all …]
/dports/databases/postgresql10-plperl/postgresql-10.19/src/backend/utils/cache/
H A Dplancache.c1324 CachedPlanSource *newsource; in CopyCachedPlan() local
1352 newsource->param_types = (Oid *) in CopyCachedPlan()
1358 newsource->param_types = NULL; in CopyCachedPlan()
1367 newsource->resultDesc = NULL; in CopyCachedPlan()
1368 newsource->context = source_context; in CopyCachedPlan()
1384 newsource->gplan = NULL; in CopyCachedPlan()
1386 newsource->is_oneshot = false; in CopyCachedPlan()
1387 newsource->is_complete = true; in CopyCachedPlan()
1388 newsource->is_saved = false; in CopyCachedPlan()
1391 newsource->next_saved = NULL; in CopyCachedPlan()
[all …]
/dports/databases/postgresql10-docs/postgresql-10.19/src/backend/utils/cache/
H A Dplancache.c1324 CachedPlanSource *newsource; in CopyCachedPlan() local
1352 newsource->param_types = (Oid *) in CopyCachedPlan()
1358 newsource->param_types = NULL; in CopyCachedPlan()
1367 newsource->resultDesc = NULL; in CopyCachedPlan()
1368 newsource->context = source_context; in CopyCachedPlan()
1384 newsource->gplan = NULL; in CopyCachedPlan()
1386 newsource->is_oneshot = false; in CopyCachedPlan()
1387 newsource->is_complete = true; in CopyCachedPlan()
1388 newsource->is_saved = false; in CopyCachedPlan()
1391 newsource->next_saved = NULL; in CopyCachedPlan()
[all …]
/dports/databases/postgresql10-client/postgresql-10.19/src/backend/utils/cache/
H A Dplancache.c1324 CachedPlanSource *newsource; in CopyCachedPlan() local
1352 newsource->param_types = (Oid *) in CopyCachedPlan()
1358 newsource->param_types = NULL; in CopyCachedPlan()
1367 newsource->resultDesc = NULL; in CopyCachedPlan()
1368 newsource->context = source_context; in CopyCachedPlan()
1384 newsource->gplan = NULL; in CopyCachedPlan()
1386 newsource->is_oneshot = false; in CopyCachedPlan()
1387 newsource->is_complete = true; in CopyCachedPlan()
1388 newsource->is_saved = false; in CopyCachedPlan()
1391 newsource->next_saved = NULL; in CopyCachedPlan()
[all …]
/dports/databases/postgresql10-server/postgresql-10.19/src/backend/utils/cache/
H A Dplancache.c1324 CachedPlanSource *newsource; in CopyCachedPlan() local
1352 newsource->param_types = (Oid *) in CopyCachedPlan()
1358 newsource->param_types = NULL; in CopyCachedPlan()
1367 newsource->resultDesc = NULL; in CopyCachedPlan()
1368 newsource->context = source_context; in CopyCachedPlan()
1384 newsource->gplan = NULL; in CopyCachedPlan()
1386 newsource->is_oneshot = false; in CopyCachedPlan()
1387 newsource->is_complete = true; in CopyCachedPlan()
1388 newsource->is_saved = false; in CopyCachedPlan()
1391 newsource->next_saved = NULL; in CopyCachedPlan()
[all …]
/dports/databases/postgresql96-docs/postgresql-9.6.24/src/backend/utils/cache/
H A Dplancache.c1332 CachedPlanSource *newsource; in CopyCachedPlan() local
1360 newsource->param_types = (Oid *) in CopyCachedPlan()
1366 newsource->param_types = NULL; in CopyCachedPlan()
1375 newsource->resultDesc = NULL; in CopyCachedPlan()
1376 newsource->context = source_context; in CopyCachedPlan()
1392 newsource->gplan = NULL; in CopyCachedPlan()
1394 newsource->is_oneshot = false; in CopyCachedPlan()
1395 newsource->is_complete = true; in CopyCachedPlan()
1396 newsource->is_saved = false; in CopyCachedPlan()
1399 newsource->next_saved = NULL; in CopyCachedPlan()
[all …]
/dports/databases/postgresql96-contrib/postgresql-9.6.24/src/backend/utils/cache/
H A Dplancache.c1332 CachedPlanSource *newsource; in CopyCachedPlan() local
1360 newsource->param_types = (Oid *) in CopyCachedPlan()
1366 newsource->param_types = NULL; in CopyCachedPlan()
1375 newsource->resultDesc = NULL; in CopyCachedPlan()
1376 newsource->context = source_context; in CopyCachedPlan()
1392 newsource->gplan = NULL; in CopyCachedPlan()
1394 newsource->is_oneshot = false; in CopyCachedPlan()
1395 newsource->is_complete = true; in CopyCachedPlan()
1396 newsource->is_saved = false; in CopyCachedPlan()
1399 newsource->next_saved = NULL; in CopyCachedPlan()
[all …]
/dports/databases/postgresql96-client/postgresql-9.6.24/src/backend/utils/cache/
H A Dplancache.c1332 CachedPlanSource *newsource; in CopyCachedPlan() local
1360 newsource->param_types = (Oid *) in CopyCachedPlan()
1366 newsource->param_types = NULL; in CopyCachedPlan()
1375 newsource->resultDesc = NULL; in CopyCachedPlan()
1376 newsource->context = source_context; in CopyCachedPlan()
1392 newsource->gplan = NULL; in CopyCachedPlan()
1394 newsource->is_oneshot = false; in CopyCachedPlan()
1395 newsource->is_complete = true; in CopyCachedPlan()
1396 newsource->is_saved = false; in CopyCachedPlan()
1399 newsource->next_saved = NULL; in CopyCachedPlan()
[all …]
/dports/databases/postgresql96-plperl/postgresql-9.6.24/src/backend/utils/cache/
H A Dplancache.c1332 CachedPlanSource *newsource; in CopyCachedPlan() local
1360 newsource->param_types = (Oid *) in CopyCachedPlan()
1366 newsource->param_types = NULL; in CopyCachedPlan()
1375 newsource->resultDesc = NULL; in CopyCachedPlan()
1376 newsource->context = source_context; in CopyCachedPlan()
1392 newsource->gplan = NULL; in CopyCachedPlan()
1394 newsource->is_oneshot = false; in CopyCachedPlan()
1395 newsource->is_complete = true; in CopyCachedPlan()
1396 newsource->is_saved = false; in CopyCachedPlan()
1399 newsource->next_saved = NULL; in CopyCachedPlan()
[all …]

12345678910