Home
last modified time | relevance | path

Searched refs:clinks (Results 1 – 25 of 62) sorted by relevance

123

/dports/sysutils/webmin/webmin-1.981/exports/
H A Dindex.cgi20 my @clinks = ( &ui_link("edit_export.cgi?new=1&ver=3", $text{'index_add'}) );
22 push(@clinks, &ui_link("edit_export.cgi?new=1&ver=4",
32 @clinks );
66 print &ui_links_row(\@clinks);
/dports/math/vtk9/VTK-9.1.0/Common/DataModel/
H A DvtkCellLinks.cxx271 vtkCellLinks* clinks = static_cast<vtkCellLinks*>(src); in DeepCopy() local
272 this->Allocate(clinks->Size, clinks->Extend); in DeepCopy()
273 memcpy(this->Array, clinks->Array, this->Size * sizeof(vtkCellLinks::Link)); in DeepCopy()
274 this->MaxId = clinks->MaxId; in DeepCopy()
H A DvtkUnstructuredGrid.cxx1789 vtkCellLinks* clinks = static_cast<vtkCellLinks*>(this->Links.Get()); in InsertNextLinkedCell() local
1792 clinks->ResizeCellList(pts[i], 1); in InsertNextLinkedCell()
1793 clinks->AddCellReference(id, pts[i]); in InsertNextLinkedCell()
/dports/math/reduce/Reduce-svn5758-src/doc/manual/
H A Dreduce.cfg34 {\Tg<td class="clinks">} {\Tg</td>}
38 \Css{.clinks{border: solid 1px; border-color: orange;
44 .clinks a:link { color: white; }
45 .clinks a:visited { color: \#aaaaaa; }}
H A Dreduce-sf.cfg34 {\Tg<td class="clinks">} {\Tg</td>}
38 \Css{.clinks{border:solid 1px; border-color:orange;
/dports/www/phpgroupware/phpgroupware-0.9.16.017/nntp/
H A Dindex.php123 $clinks = count($links); variable
124 for ($k=0,reset($links); $k<$clinks; $k++,next($links))
/dports/math/osi/Osi-0.108.6/CoinUtils/src/
H A DCoinPresolveMatrix.hpp1818 const CoinBigIndex *clinks) in presolve_find_row2() argument
1820 return presolve_find_minor2(row, kcs, collen, hrow, clinks); in presolve_find_row2()
1844 const CoinBigIndex *clinks) in presolve_find_row3() argument
1846 return presolve_find_minor3(row, kcs, collen, hrow, clinks); in presolve_find_row3()
1961 CoinBigIndex *clinks, CoinBigIndex *free_listp) in presolve_delete_from_col2() argument
1963 presolve_delete_from_major2(col, row, mcstrt, hincol, hrow, clinks, free_listp); in presolve_delete_from_col2()
/dports/math/coinutils/CoinUtils-2.11.4/CoinUtils/src/
H A DCoinPresolveMatrix.hpp1818 const CoinBigIndex *clinks) in presolve_find_row2() argument
1820 return presolve_find_minor2(row, kcs, collen, hrow, clinks); in presolve_find_row2()
1844 const CoinBigIndex *clinks) in presolve_find_row3() argument
1846 return presolve_find_minor3(row, kcs, collen, hrow, clinks); in presolve_find_row3()
1961 CoinBigIndex *clinks, CoinBigIndex *free_listp) in presolve_delete_from_col2() argument
1963 presolve_delete_from_major2(col, row, mcstrt, hincol, hrow, clinks, free_listp); in presolve_delete_from_col2()
/dports/math/ogdf/OGDF/include/coin/
H A DCoinPresolveMatrix.hpp1590 const CoinBigIndex *clinks) in presolve_find_row2() argument
1591 { return presolve_find_minor2(row,kcs,collen,hrow,clinks) ; } in presolve_find_row2()
1614 const CoinBigIndex *clinks) in presolve_find_row3() argument
1615 { return presolve_find_minor3(row,kcs,collen,hrow,clinks) ; } in presolve_find_row3()
1717 /*double *colels,*/ int *clinks, in presolve_delete_from_col2() argument
1719 { presolve_delete_from_major2(col,row,mcstrt,hincol,hrow,/*colels,*/clinks, in presolve_delete_from_col2()
/dports/math/clp/Clp-1.17.3/CoinUtils/src/
H A DCoinPresolveMatrix.hpp1818 const CoinBigIndex *clinks) in presolve_find_row2() argument
1820 return presolve_find_minor2(row, kcs, collen, hrow, clinks); in presolve_find_row2()
1844 const CoinBigIndex *clinks) in presolve_find_row3() argument
1846 return presolve_find_minor3(row, kcs, collen, hrow, clinks); in presolve_find_row3()
1961 CoinBigIndex *clinks, CoinBigIndex *free_listp) in presolve_delete_from_col2() argument
1963 presolve_delete_from_major2(col, row, mcstrt, hincol, hrow, clinks, free_listp); in presolve_delete_from_col2()
/dports/sysutils/webmin/webmin-1.981/usermin/
H A Dedit_ssl.cgi91 @clinks = (
95 print &ui_table_row($text{'ssl_download'}, &ui_links_row(\@clinks));
/dports/math/reduce/Reduce-svn5758-src/psl/dist/manual/
H A Dmanual.cfg33 {\Tg<td class="clinks">} {\Tg</td>}
37 \Css{.clinks{border: solid 1px; border-color: orange;
/dports/sysutils/webmin/webmin-1.981/webmin/
H A Dedit_ssl.cgi127 my @clinks = (
131 print ui_table_row($text{'ssl_download'}, &ui_links_row(\@clinks));
/dports/games/iortcw/iortcw-1.51c/MP/code/opusfile-0.9/src/
H A Dopusfile.c1112 int clinks; in op_bisect_forward_serialno() local
1119 nlinks=clinks=_of->nlinks; in op_bisect_forward_serialno()
1139 if(OP_UNLIKELY(nlinks>=clinks)){ in op_bisect_forward_serialno()
1140 if(OP_UNLIKELY(clinks>INT_MAX-1>>1))return OP_EFAULT; in op_bisect_forward_serialno()
1141 clinks=2*clinks+1; in op_bisect_forward_serialno()
1142 OP_ASSERT(nlinks<clinks); in op_bisect_forward_serialno()
1143 links=(OggOpusLink *)_ogg_realloc(links,sizeof(*links)*clinks); in op_bisect_forward_serialno()
/dports/games/iortcw/iortcw-1.51c/SP/code/opusfile-0.9/src/
H A Dopusfile.c1112 int clinks; in op_bisect_forward_serialno() local
1119 nlinks=clinks=_of->nlinks; in op_bisect_forward_serialno()
1139 if(OP_UNLIKELY(nlinks>=clinks)){ in op_bisect_forward_serialno()
1140 if(OP_UNLIKELY(clinks>INT_MAX-1>>1))return OP_EFAULT; in op_bisect_forward_serialno()
1141 clinks=2*clinks+1; in op_bisect_forward_serialno()
1142 OP_ASSERT(nlinks<clinks); in op_bisect_forward_serialno()
1143 links=(OggOpusLink *)_ogg_realloc(links,sizeof(*links)*clinks); in op_bisect_forward_serialno()
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/opus/
H A Dopusfile.c1108 int clinks; in op_bisect_forward_serialno() local
1115 nlinks=clinks=_of->nlinks; in op_bisect_forward_serialno()
1135 if(OP_UNLIKELY(nlinks>=clinks)){ in op_bisect_forward_serialno()
1136 if(OP_UNLIKELY(clinks>INT_MAX-1>>1))return OP_EFAULT; in op_bisect_forward_serialno()
1137 clinks=2*clinks+1; in op_bisect_forward_serialno()
1138 OP_ASSERT(nlinks<clinks); in op_bisect_forward_serialno()
1139 links=(OggOpusLink *)_ogg_realloc(links,sizeof(*links)*clinks); in op_bisect_forward_serialno()
/dports/devel/godot2-tools/godot-2.1.6-stable/thirdparty/opus/
H A Dopusfile.c1108 int clinks; in op_bisect_forward_serialno() local
1115 nlinks=clinks=_of->nlinks; in op_bisect_forward_serialno()
1135 if(OP_UNLIKELY(nlinks>=clinks)){ in op_bisect_forward_serialno()
1136 if(OP_UNLIKELY(clinks>INT_MAX-1>>1))return OP_EFAULT; in op_bisect_forward_serialno()
1137 clinks=2*clinks+1; in op_bisect_forward_serialno()
1138 OP_ASSERT(nlinks<clinks); in op_bisect_forward_serialno()
1139 links=(OggOpusLink *)_ogg_realloc(links,sizeof(*links)*clinks); in op_bisect_forward_serialno()
/dports/devel/godot2/godot-2.1.6-stable/thirdparty/opus/
H A Dopusfile.c1108 int clinks; in op_bisect_forward_serialno() local
1115 nlinks=clinks=_of->nlinks; in op_bisect_forward_serialno()
1135 if(OP_UNLIKELY(nlinks>=clinks)){ in op_bisect_forward_serialno()
1136 if(OP_UNLIKELY(clinks>INT_MAX-1>>1))return OP_EFAULT; in op_bisect_forward_serialno()
1137 clinks=2*clinks+1; in op_bisect_forward_serialno()
1138 OP_ASSERT(nlinks<clinks); in op_bisect_forward_serialno()
1139 links=(OggOpusLink *)_ogg_realloc(links,sizeof(*links)*clinks); in op_bisect_forward_serialno()
/dports/devel/godot/godot-3.2.3-stable/thirdparty/opus/
H A Dopusfile.c1108 int clinks; in op_bisect_forward_serialno() local
1115 nlinks=clinks=_of->nlinks; in op_bisect_forward_serialno()
1135 if(OP_UNLIKELY(nlinks>=clinks)){ in op_bisect_forward_serialno()
1136 if(OP_UNLIKELY(clinks>INT_MAX-1>>1))return OP_EFAULT; in op_bisect_forward_serialno()
1137 clinks=2*clinks+1; in op_bisect_forward_serialno()
1138 OP_ASSERT(nlinks<clinks); in op_bisect_forward_serialno()
1139 links=(OggOpusLink *)_ogg_realloc(links,sizeof(*links)*clinks); in op_bisect_forward_serialno()
/dports/audio/opusfile/opusfile-0.12/src/
H A Dopusfile.c1112 int clinks; in op_bisect_forward_serialno() local
1119 nlinks=clinks=_of->nlinks; in op_bisect_forward_serialno()
1139 if(OP_UNLIKELY(nlinks>=clinks)){ in op_bisect_forward_serialno()
1140 if(OP_UNLIKELY(clinks>INT_MAX-1>>1))return OP_EFAULT; in op_bisect_forward_serialno()
1141 clinks=2*clinks+1; in op_bisect_forward_serialno()
1142 OP_ASSERT(nlinks<clinks); in op_bisect_forward_serialno()
1143 links=(OggOpusLink *)_ogg_realloc(links,sizeof(*links)*clinks); in op_bisect_forward_serialno()
/dports/audio/praat/praat-6.2.03/external/opusfile/
H A Dopusfile.cpp1105 int clinks; in op_bisect_forward_serialno() local
1112 nlinks=clinks=_of->nlinks; in op_bisect_forward_serialno()
1132 if(OP_UNLIKELY(nlinks>=clinks)){ in op_bisect_forward_serialno()
1133 if(OP_UNLIKELY(clinks>INT_MAX-1>>1))return OP_EFAULT; in op_bisect_forward_serialno()
1134 clinks=2*clinks+1; in op_bisect_forward_serialno()
1135 OP_ASSERT(nlinks<clinks); in op_bisect_forward_serialno()
1136 links=(OggOpusLink *)Melder_realloc(links,sizeof(*links)*clinks); in op_bisect_forward_serialno()
/dports/audio/sdl2_mixer/SDL2_mixer-2.0.4/external/opusfile-0.10/src/
H A Dopusfile.c1114 int clinks;
1121 nlinks=clinks=_of->nlinks;
1141 if(OP_UNLIKELY(nlinks>=clinks)){
1142 if(OP_UNLIKELY(clinks>INT_MAX-1>>1))return OP_EFAULT;
1143 clinks=2*clinks+1;
1144 OP_ASSERT(nlinks<clinks);
1145 links=(OggOpusLink *)_ogg_realloc(links,sizeof(*links)*clinks);
/dports/www/pmwiki/pmwiki-2.2.141/wikilib.d/
H A DPmWiki.CustomMarkup8clinks',%0a "/\\b([Mm]axi:)([^\\s\"\\|\\[\\]]+)(\"([^\"]*)\")?/e",%0a "Keep(LinkMaxi(\$pagename,…
H A DPmWiki.Categories9 …) function:%0a %0a-> [@SDV($CategoryGroup,'Category');%0aMarkup('[[!','%3clinks','/\[\[!([^\|\]] ?…
/dports/multimedia/libv4l/linux-5.13-rc2/net/tipc/
H A Dsocket.c1419 struct list_head *clinks = &tsk->cong_links; in __tipc_sendmsg() local
1486 !tipc_dest_find(clinks, skaddr.node, 0)); in __tipc_sendmsg()
1520 tipc_dest_push(clinks, skaddr.node, 0); in __tipc_sendmsg()

123