Home
last modified time | relevance | path

Searched refs:fchild (Results 1 – 13 of 13) sorted by relevance

/dports/multimedia/projectx/Project-X_0.91.0/src/net/sourceforge/dvb/projectx/parser/
H A DStreamParserESAudio.java76 String fchild = collection.getOutputName(aXInputFile.getName()); in parseStream() local
77 String fparent = collection.getOutputNameParent(fchild); in parseStream()
H A DStreamParserBase.java68 public static String fchild; field in StreamParserBase
105 fchild = ""; in init()
140 fchild = collection.getOutputName(str); in setFileName()
143 fparent = collection.getOutputNameParent(fchild); in setFileName()
H A DStreamProcessLPCMAudio.java87 String fchild = collection.getOutputName(xInputFile.getName()); in processStream() local
88 String fparent = collection.getOutputNameParent(fchild); in processStream()
H A DStreamParserPESSecondary.java75 String fchild = collection.getOutputName(aXInputFile.getName()); in parseStream() local
76 String fparent = collection.getOutputNameParent(fchild); in parseStream()
79 fparent = collection.getOutputDirectory() + collection.getFileSeparator() + fchild; in parseStream()
H A DStreamProcessSubpicture.java215 …String fchild = isElementaryStream == CommonParsing.ES_TYPE ? collection.getOutputName(xInputFile.… in processStream() local
216 FileParent = collection.getOutputNameParent(fchild); in processStream()
H A DStreamProcessTeletext.java221 String fchild = xInputFile.getName(); in processStream() local
222 String fparent = collection.getOutputNameParent(fchild); in processStream()
226 Common.getGuiInterface().initTtxPageMatrix(fchild); in processStream()
H A DStreamParserESVideo.java133 Common.updateProgressBar(Resource.getString("video.progress") + " " + fchild, 0, 0); in parseStream()
H A DMainProcess.java1189 …String newfile = parser.fparent + "[copy]" + parser.fchild.substring(parser.fchild.lastIndexOf("."… in directCopy()
H A DStreamProcessAudio.java264 …String fchild = isElementaryStream == CommonParsing.ES_TYPE ? collection.getOutputName(xInputFile.… in processAudio() local
265 String fparent = collection.getOutputNameParent(fchild); in processAudio()
/dports/math/py-statsmodels/statsmodels-0.13.1/statsmodels/datasets/randhie/src/
H A Drandhie.csv1 …is,mentvis,mdvis,notmdvis,num,mhi,disea,physlm,ghindx,mdeoff,pioff,child,fchild,lfam,lpi,idp,logc,…
/dports/misc/py-cinder/cinder-12.0.10/cinder/volume/drivers/ibm/
H A Dgpfs.py613 def _delete_gpfs_file(self, fchild, mount_point=None): argument
617 if not os.path.exists(fchild):
621 os.path.basename(fchild))
626 fchild)
635 path = os.path.dirname(fchild)
653 'rm', '-f', fchild, check_exit_code=False, run_as_root=True)
668 if not os.path.exists(fchild) and fparent:
680 fparent_remote_path = os.path.join(os.path.dirname(fchild),
/dports/textproc/dsssl-docbook-modular/docbook-dsssl-1.79/common/
H A Ddbcommon.dsl1532 (let* ((fchild (node-list-first
1535 (abbrev (if (equal? (gi fchild) (normalize "abbrev"))
1536 fchild
/dports/multimedia/lives/lives-3.2.0/src/
H A Dwidget-helper.c9928 LiVESWidget *fchild = lives_container_get_focus_child(LIVES_CONTAINER(widget)); in dlg_focus_changed() local
9929 if (!fchild || fchild == widget) break; in dlg_focus_changed()
9930 widget = fchild; in dlg_focus_changed()