Home
last modified time | relevance | path

Searched refs:next_record (Results 1 – 25 of 743) sorted by relevance

12345678910>>...30

/dports/www/phpgroupware/phpgroupware-0.9.16.017/polls/inc/
H A Dfunctions.inc.php17 while ($GLOBALS['phpgw']->db->next_record())
41 $GLOBALS['phpgw']->db->next_record();
50 $GLOBALS['phpgw']->db->next_record();
54 $GLOBALS['phpgw']->db->next_record();
63 while ($GLOBALS['phpgw']->db->next_record())
113 $GLOBALS['phpgw']->db->next_record();
117 $GLOBALS['phpgw']->db->next_record();
128 while ($GLOBALS['phpgw']->db->next_record())
145 if ( $GLOBALS['phpgw']->db->next_record() )
162 $GLOBALS['phpgw']->db->next_record();
[all …]
/dports/www/phpgroupware/phpgroupware-0.9.16.017/sitemgr/setup/
H A Dtables_update.inc.php132 while($GLOBALS['phpgw_setup']->oProc->next_record())
203 if ($db2->next_record())
350 while($db2->next_record())
439 if ($phpgw_setup->oProc->next_record())
461 if ($phpgw_setup->oProc->next_record())
470 if ($phpgw_setup->oProc->next_record())
475 $db2->next_record();
486 if ($db2->next_record())
492 if ($db2->next_record())
500 if ($db2->next_record())
[all …]
/dports/www/phpgroupware/phpgroupware-0.9.16.017/chat/
H A Dchannels.php41 $GLOBALS['phpgw']->db->next_record();
55 $GLOBALS['phpgw']->db->next_record();
69 $GLOBALS['phpgw']->db->next_record();
75 $GLOBALS['phpgw']->db->next_record();
79 $GLOBALS['phpgw']->db->next_record();
96 $GLOBALS['phpgw']->db->next_record();
104 $GLOBALS['phpgw']->db->next_record();
116 $GLOBALS['phpgw']->db->next_record();
H A Dindex.php42 if(!$GLOBALS['phpgw']->db->next_record())
82 while ($GLOBALS['phpgw']->db->next_record())
95 $GLOBALS['phpgw']->db->next_record();
105 while ($GLOBALS['phpgw']->db->next_record())
/dports/math/py-yt/yt-4.0.1/yt/utilities/lib/
H A Dfortran_reader.pyx69 fread(&next_record, sizeof(int), 1, f); FIX_LONG(next_record)
72 next_record = (nLevel * (next_record + 2*sizeof(int))) - sizeof(int)
81 next_record -= sizeof(int)
100 cdef np.int64_t next_record = -1
125 next_record = ftell(f)
143 assert next_record > 0
154 #print(next_record,)
155 FIX_LONG(next_record)
156 #print(next_record)
163 assert next_record == 56
[all …]
/dports/www/phpgroupware/phpgroupware-0.9.16.017/wiki/inc/
H A Dclass.sowiki.inc.php88 if (!$this->db->next_record())
190 while($this->db->next_record())
210 while($this->db->next_record())
318 if($this->db->next_record())
348 if($this->db->next_record())
374 while($this->db->next_record())
418 while($this->db->next_record())
484 if($this->db->next_record())
546 if ($this->db->next_record())
558 if(!$this->db->next_record())
[all …]
/dports/www/phpgroupware/phpgroupware-0.9.16.017/projects/inc/
H A Dclass.soprojects.inc.php69 while ($this->db->next_record())
497 if($this->db->next_record())
809 $this->db->next_record();
983 $this->db->next_record();
992 $this->db->next_record();
996 $this->db->next_record();
1007 $this->db->next_record();
1017 $this->db->next_record();
1027 $this->db->next_record();
1348 $this->db->next_record();
[all …]
H A Dclass.sobilling.inc.php100 while ($this->db->next_record())
127 $this->db->next_record();
146 $this->db2->next_record();
158 while ($this->db->next_record())
198 while($this->db->next_record())
237 while ($this->db->next_record())
274 while ($this->db->next_record())
299 if ($this->db->next_record())
319 while ($this->db->next_record())
H A Dclass.sodeliveries.inc.php59 $this->db2->next_record();
109 while ($this->db->next_record())
144 while ($this->db->next_record())
210 while ($this->db->next_record())
231 if ($this->db->next_record())
253 $this->db->next_record();
272 while ($this->db->next_record())
/dports/textproc/libtre/tre-0.8.0/src/
H A Dagrep.c214 if (next_record == NULL) in tre_agrep_get_next_record()
261 next_record = buf; in tre_agrep_get_next_record()
265 errcode = tre_regnexec(&delim, next_record, data_len - (next_record - buf), in tre_agrep_get_next_record()
274 record = next_record; in tre_agrep_get_next_record()
279 next_record = next_record + pmatch[0].rm_eo; in tre_agrep_get_next_record()
284 if (next_record == buf) in tre_agrep_get_next_record()
286 next_record = NULL; in tre_agrep_get_next_record()
292 memmove(buf, next_record, buf + data_len - next_record); in tre_agrep_get_next_record()
293 data_len = buf + data_len - next_record; in tre_agrep_get_next_record()
294 next_record = NULL; in tre_agrep_get_next_record()
[all …]
/dports/sysutils/scalpel/scalpel-2.0/tre-0.7.5-win32/src/
H A Dagrep.c215 if (next_record == NULL) in tre_agrep_get_next_record()
262 next_record = buf; in tre_agrep_get_next_record()
266 errcode = regnexec(&delim, next_record, data_len - (next_record - buf), in tre_agrep_get_next_record()
275 record = next_record; in tre_agrep_get_next_record()
280 next_record = next_record + pmatch[0].rm_eo; in tre_agrep_get_next_record()
285 if (next_record == buf) in tre_agrep_get_next_record()
287 next_record = NULL; in tre_agrep_get_next_record()
293 memmove(buf, next_record, buf + data_len - next_record); in tre_agrep_get_next_record()
294 data_len = buf + data_len - next_record; in tre_agrep_get_next_record()
295 next_record = NULL; in tre_agrep_get_next_record()
[all …]
/dports/www/phpgroupware/phpgroupware-0.9.16.017/phpbrain/inc/
H A Dclass.sokb.inc.php75 $this->db->next_record();
80 $this->db->next_record();
85 $this->db->next_record();
110 while($this->db->next_record())
126 if($this->db->next_record())
154 while($this->db->next_record())
167 if($this->db->next_record())
180 while($this->db->next_record())
218 while($this->db->next_record())
343 while($this->db->next_record())
[all …]
/dports/www/phpgroupware/phpgroupware-0.9.16.017/forum/inc/
H A Dclass.soforum.inc.php159 $this->db->next_record();
166 $this->db->next_record();
173 $this->db->next_record();
198 while($this->db->next_record())
215 $this->db->next_record();
238 $db2->next_record();
259 while($this->db->next_record())
285 while($this->db->next_record())
310 $db2->next_record();
321 while($this->db->next_record())
[all …]
/dports/www/phpgroupware/phpgroupware-0.9.16.017/sitemgr/inc/
H A Dclass.Content_SO.inc.php86 while ($this->db->next_record())
123 while ($this->db->next_record())
146 while ($this->db->next_record())
164 while ($this->db->next_record())
193 while ($this->db->next_record())
242 while ($this->db->next_record())
264 while ($this->db->next_record())
277 while ($this->db->next_record())
294 if ($this->db->next_record())
318 if ($this->db->next_record())
[all …]
H A Dclass.Sites_SO.inc.php16 while ($this->db->next_record())
56 while ($this->db->next_record())
70 $this->db->next_record();
79 $this->db->next_record();
88 if ($this->db->next_record())
112 if ($this->db->next_record())
H A Dclass.Pages_SO.inc.php42 while ($this->db->next_record())
86 while ($this->db->next_record())
114 if ($this->db->next_record())
128 if ($this->db->next_record())
142 if ($this->db->next_record())
159 if ($this->db->next_record())
177 if ($this->db->next_record())
220 if ($this->db->next_record())
H A Dclass.Categories_SO.inc.php24 return $this->db->next_record();
93 if ($this->db->next_record())
117 while ($this->db->next_record())
141 $cat_info->state = $this->db->next_record() ? $this->db->f('state') : 0;
150 if ($this->db->next_record())
167 if ($this->db->next_record())
H A Dclass.Modules_SO.inc.php50 if ($this->db->next_record())
66 $this->db->next_record();
94 if ($this->db->next_record())
104 if ($this->db->next_record())
118 while ($this->db->next_record())
/dports/www/phpgroupware/phpgroupware-0.9.16.017/phpgwapi/setup/
H A Dtables_update.inc.php80 while ($GLOBALS['phpgw_setup']->oProc->next_record())
95 while ($GLOBALS['phpgw_setup']->oProc->next_record())
330 while ($GLOBALS['phpgw_setup']->oProc->next_record())
1124 $GLOBALS['phpgw_setup']->oProc->next_record();
1132 $GLOBALS['phpgw_setup']->oProc->next_record();
1136 $GLOBALS['phpgw_setup']->oProc->next_record();
1210 if($GLOBALS['phpgw_setup']->oProc->next_record())
1675 if($GLOBALS['phpgw_setup']->oProc->next_record())
1688 $GLOBALS['phpgw_setup']->oProc->next_record();
1693 $GLOBALS['phpgw_setup']->oProc->next_record();
[all …]
/dports/www/phpgroupware/phpgroupware-0.9.16.017/admin/inc/
H A Dclass.soapplications.inc.php28 $this->db->next_record();
44 while ($this->db->next_record())
64 $this->db->next_record();
88 $this->db->next_record();
96 $this->db->next_record();
/dports/www/phpgroupware/phpgroupware-0.9.16.017/phpgwapi/inc/
H A Dclass.accounts_sql.inc.php68 $this->db->next_record();
182 while ($this->db->next_record())
196 $this->db->next_record();
222 $this->db->next_record();
249 $this->db->next_record();
276 $this->db->next_record();
308 $this->db->next_record();
342 $this->db->next_record();
486 $db->next_record();
515 while ($this->db->next_record())
[all …]
H A Dclass.translation_sql.inc.php64 while ($db->next_record())
108 $GLOBALS['phpgw']->db->next_record();
113 $GLOBALS['phpgw']->db->next_record();
124 while ($GLOBALS['phpgw']->db->next_record())
/dports/www/phpgroupware/phpgroupware-0.9.16.017/calendar/setup/
H A Dtables_update.inc.php19 while ($GLOBALS['phpgw_setup']->oProc->next_record())
34 $GLOBALS['phpgw_setup']->oProc->next_record();
212 $GLOBALS['phpgw_setup']->oProc->next_record();
216 while($GLOBALS['phpgw_setup']->oProc->next_record())
229 $db2->next_record();
254 $GLOBALS['phpgw_setup']->oProc->next_record();
258 while($GLOBALS['phpgw_setup']->oProc->next_record())
287 $GLOBALS['phpgw_setup']->oProc->next_record();
291 while($GLOBALS['phpgw_setup']->oProc->next_record())
330 $db2->next_record();
[all …]
/dports/www/phpgroupware/phpgroupware-0.9.16.017/phonelog/
H A Deditentry.php61 while($GLOBALS['phpgw']->db->next_record())
71 while($GLOBALS['phpgw']->db->next_record())
141 $GLOBALS['phpgw']->db->next_record();
151 while($GLOBALS['phpgw']->db->next_record())
180 $GLOBALS['phpgw']->db->next_record();
197 $GLOBALS['phpgw']->db->next_record();
/dports/www/phpgroupware/phpgroupware-0.9.16.017/dj/
H A Drequest.php27 $GLOBALS['phpgw']->db->next_record();
46 $GLOBALS['phpgw']->db->next_record();
68 while ($GLOBALS['phpgw']->db->next_record())
71 $db2->next_record();

12345678910>>...30