Home
last modified time | relevance | path

Searched refs:flid (Results 1 – 25 of 48) sorted by relevance

12

/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/FortranProject/
H A Dfconstruct.cpp50 flid = fclUnknown; in GetWords()
75 flid = fclIf_if_then; in GetWords()
79 flid = fclIf_else; in GetWords()
81 flid = fclIf_end_if; in GetWords()
84 flid = fclDo_do; in GetWords()
86 flid = fclDo_end_do; in GetWords()
94 flid = fclFun_fun; in GetWords()
99 flid = fclSub_sub; in GetWords()
104 flid = fclProg_prog; in GetWords()
136 flid = fclType_type; in GetWords()
[all …]
H A Dconstrhighlighter.cpp242 FConstruct::FCLid flid; in DoWork() local
297 flid = flidAll[i]; in DoWork()
399 FConstruct::FCLid flid; in SearchUnCon() local
561 FConstruct::FCLid flid; in SearchUnConGroup() local
570 flid = FConstruct::fclSelGroup_start; in SearchUnConGroup()
759 FConstruct::FCLid flid; in SearchUnConIntermediate() local
768 if (flid == FConstruct::fclUnknown) in SearchUnConIntermediate()
943 flid = FConstruct::fclUnknown; in FindProgGroupEndKeywordPos()
1025 flid = flidAll[i]; in FindProgGroupEndKeywordPos()
1053 if (flid == FConstruct::fclProgGroup_end) in FindGroupKeyword()
[all …]
H A Dconstrhighlighter.h64 …ontrol, Keyword &word1, Keyword &word2, Keyword &word3, FConstruct::FCLid flid, KeywordList &myPai…
74 …rdFull(cbStyledTextCtrl* control, int pStart, int pEnd, FConstruct::FCLid flid, const wxString& sW…
77 FConstruct::FCLid& flid, bool& oneWord);
78 … int FindGroupKeyword(cbStyledTextCtrl* control, int pStart, int pEnd, FConstruct::FCLid flid,
80 …int FindFKeyword(cbStyledTextCtrl* control, int pStart, int pEnd, FConstruct::FCLid flid, const wx…
82 …void GetKeyworsFromLine(cbStyledTextCtrl* control, FConstruct::FCLid flid, int lineStartPos, int l…
H A Dfconstruct.h105 … static void GetWordsFromFCLid(FCLid flid, wxString& word1, wxString& word2, wxString& word3);
115 void GetWords(int i, wxString& word1, wxString& word2, wxString& word3, FCLid& flid) const;
/dports/www/pear-Services_Facebook/Services_Facebook-0.2.14/Services/Facebook/
H A DFriends.php107 * @param integer $flid The friends list id to fetch
113 public function getByList($flid) argument
117 'flid' => $flid
/dports/www/p5-WWW-Facebook-API/WWW-Facebook-API-0.4.18/t/
H A Dfriends.t21 is_deeply $api->friends->get_lists( flid => '223324' ),
22 [ 'friends.getLists', flid => '223324' ],
/dports/science/silo/silo-4.10.2-bsd/tests/
H A Ducdf77.f160 integer i, flid, zlid, meshid, varid, matid, optlistid
227 . DB_F77NULL, DB_F77NULL, 0, flid)
H A Dtestallf77.f237 integer flid, one
371 . matlist, 1, flid)
372 err = dbwrtfl (dbid, "facelist", 8, flid, ierr)
H A Dmatf77.f116 integer flid, zlid
176 . DB_F77NULL, 0, flid)
/dports/comms/mgetty+sendfax/mgetty-1.1.37/
H A Dfaxlib.c379 char flid[60]; variable
387 sprintf( flid, "AT+FLI=\"%.40s\"", fax_id );
389 sprintf( flid, "AT+FLID=\"%.40s\"", fax_id );
391 if ( mdm_command( flid, fd ) == FAIL )
/dports/science/PETSc/petsc-3.14.1/src/ksp/pc/impls/gamg/
H A Dgeo.c313 PetscInt flid; in triangulateAndFormProl() local
314 ierr = PetscCDIntNdGetID(pos, &flid);CHKERRQ(ierr); in triangulateAndFormProl()
317 if (flid < nFineLoc) { /* could be a ghost */ in triangulateAndFormProl()
319 const PetscInt fgid = flid + myFine0; in triangulateAndFormProl()
321 const PetscReal fcoord[3] = {coords[flid],coords[data_stride+flid],1.0}; in triangulateAndFormProl()
H A Dagg.c650 …PetscInt Istart,my0,Iend,nloc,clid,flid = 0,aggID,kk,jj,ii,mm,ndone,nSelected,minsz,nghosts… in formProl0() local
713 if (gid1 >= my0 && gid1 < Iend) flid = gid1 - my0; in formProl0()
715 ierr = PCGAMGHashTableFind(&fgid_flid, gid1, &flid);CHKERRQ(ierr); in formProl0()
716 if (flid < 0) SETERRQ(PETSC_COMM_SELF,PETSC_ERR_PLIB,"Cannot find gid1 in table"); in formProl0()
719 data = &data_in[flid*bs]; in formProl0()
727 for (kk=0; kk<bs; kk++) fids[aggID*bs + kk] = flid_fgid[flid]*bs + kk; in formProl0()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/scsi/csiostor/
H A Dcsio_wr.h370 uint16_t flid; /* Qid */ member
469 #define csio_q_flid(__hw, __idx) ((__hw)->wrm.q_arr[(__idx)]->un.fl.flid)
H A Dcsio_wr.c88 csio_wr_reg32(hw, DBPRIO_F | QID_V(flq->un.fl.flid) | in csio_wr_ring_fldb()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/scsi/csiostor/
H A Dcsio_wr.h370 uint16_t flid; /* Qid */ member
469 #define csio_q_flid(__hw, __idx) ((__hw)->wrm.q_arr[(__idx)]->un.fl.flid)
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/scsi/csiostor/
H A Dcsio_wr.h370 uint16_t flid; /* Qid */ member
469 #define csio_q_flid(__hw, __idx) ((__hw)->wrm.q_arr[(__idx)]->un.fl.flid)
/dports/science/code_saturne/code_saturne-7.1.0/src/base/
H A Ddttvar.f90567 call field_get_id('dt', flid)
588 call log_iteration_clipping_field(flid, icfmin(1), icfmax(1), dt, dt,icfmin(1), icfmax(1))
620 call log_iteration_clipping_field(flid, icfmin(1), icfmax(1), vmin, vmax,icfmin(1), icfmax(1))
/dports/devel/tcllib/tcllib-1.20/modules/rest/
H A Dfacebook35 opt_args { session_key: flid: uid: }
/dports/devel/tcllibc/tcllib-1.20/modules/rest/
H A Dfacebook35 opt_args { session_key: flid: uid: }
/dports/lang/ocaml-nox11/ocaml-4.05.0/typing/
H A Dtypetexp.ml94 | Longident.Lapply (flid, mlid) ->
95 check_module flid;
96 let fmd = Env.find_module (Env.lookup_module ~load:true flid env) env in
99 raise (Error (loc, env, Apply_structure_as_functor flid))
101 raise (Error (loc, env, Cannot_scrape_alias(flid, p)))
/dports/lang/ocaml/ocaml-4.05.0/typing/
H A Dtypetexp.ml94 | Longident.Lapply (flid, mlid) ->
95 check_module flid;
96 let fmd = Env.find_module (Env.lookup_module ~load:true flid env) env in
99 raise (Error (loc, env, Apply_structure_as_functor flid))
101 raise (Error (loc, env, Cannot_scrape_alias(flid, p)))
/dports/misc/orange3/orange3-3.29.1/Orange/tests/
H A Dtest_filter.py444 flid = IsDefined(negate=True)
457 filters = [flid, flhc, flr, fld, flsv, flc, flv, flvf, fls, flsl, flrx]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/ethernet/chelsio/cxgb4vf/
H A Dsge.c2534 unsigned int flid = fl ? fl->cntxt_id : 0xffff; in free_rspq_fl() local
2537 rspq->cntxt_id, flid, 0xffff); in free_rspq_fl()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/ethernet/chelsio/cxgb4vf/
H A Dsge.c2534 unsigned int flid = fl ? fl->cntxt_id : 0xffff; in free_rspq_fl() local
2537 rspq->cntxt_id, flid, 0xffff); in free_rspq_fl()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/ethernet/chelsio/cxgb4vf/
H A Dsge.c2534 unsigned int flid = fl ? fl->cntxt_id : 0xffff; in free_rspq_fl() local
2537 rspq->cntxt_id, flid, 0xffff); in free_rspq_fl()

12