Home
last modified time | relevance | path

Searched refs:hasNext (Results 1 – 25 of 54) sorted by relevance

123

/plugin/findologicxmlexport/vendor/hoa/iterator/Test/Unit/
DLookahead.php76 $hasNext = $lookahead->hasNext(),
84 ->boolean($hasNext)
93 $hasNext = $lookahead->hasNext(),
101 ->boolean($hasNext)
110 $hasNext = $lookahead->hasNext(),
118 ->boolean($hasNext)
135 $hasNext = $lookahead->hasNext(),
143 ->boolean($hasNext)
152 $hasNext = $lookahead->hasNext(),
160 ->boolean($hasNext)
/plugin/swiftmail/Swift/Plugin/
DVerboseSending.php48 while ($it->hasNext())
56 while ($it->hasNext())
64 while ($it->hasNext())
/plugin/jcapture/src/com/hammurapi/jcapture/
DButtonManager.java38 for (Iterator<DefineTag>iter = definitions.iterator(); iter.hasNext();) { in maxIdentifier()
49 for (Iterator<DefineTag>iter = definitions.iterator(); iter.hasNext();) { in getDefinitions()
64 for (Iterator<MovieTag> iter = movie.getObjects().iterator(); iter.hasNext();) { in findDefinitions()
75 for (Iterator<MovieTag>iter = movie.getObjects().iterator(); iter.hasNext();) { in findButtons()
DScreenShot.java164 while (lit.hasNext()) { in call()
184 R: while (oit.hasNext()) { in call()
DAbstractCaptureApplet.java55 while (cit.hasNext()) { in stop()
/plugin/noticeboard/noticeboard/classes/
DNoticeList.php24 public $hasNext; //next items in list variable in helper_plugin_noticeboard_NoticeList
38 public function hasNext(){ function in helper_plugin_noticeboard_NoticeList
39 return $this->hasNext();
103 while($this->list->hasNext()){
136 while($this->list->hasNext()){
230 $this->hasNext = true;
232 $this->hasNext = false;
389 while($this->list->hasNext()){
DArrayList.php76 public function hasNext(){ function in helper_plugin_noticeboard_ArrayList
DICal.php80 while(($arrayList && $arrayList->hasNext())){
Drss.php73 while(($arrayList && $arrayList->hasNext())){
/plugin/noticeboard/classes/
DNoticeList.php24 public $hasNext; //next items in list variable in helper_plugin_noticeboard_NoticeList
38 public function hasNext(){ function in helper_plugin_noticeboard_NoticeList
39 return $this->hasNext();
103 while($this->list->hasNext()){
136 while($this->list->hasNext()){
230 $this->hasNext = true;
232 $this->hasNext = false;
389 while($this->list->hasNext()){
DArrayList.php76 public function hasNext(){ function in helper_plugin_noticeboard_ArrayList
DICal.php80 while(($arrayList && $arrayList->hasNext())){
Drss.php73 while(($arrayList && $arrayList->hasNext())){
/plugin/swiftmail/Swift/Iterator/
DArray.php60 public function hasNext() function in Swift_Iterator_Array
70 if ($this->hasNext())
DMySQLResult.php64 public function hasNext() function in Swift_Iterator_MySQLResult
74 if ($this->hasNext())
/plugin/swiftmail/Swift/
DIterator.php23 public function hasNext(); function
DBatchMailer.php194 while ($it->hasNext())
/plugin/findologicxmlexport/vendor/hoa/iterator/
DLookahead.php169 public function hasNext() function in Hoa\\Iterator\\Lookahead
/plugin/flowplay/flowplayer/
Djavascript.txt32 hasNext():Boolean;
110 hasNext():Boolean;
/plugin/swiftmail/
DSwift.php380 while ($it->hasNext())
395 while ($it->hasNext())
436 while ($it->hasNext())
/plugin/jsonrpc/
Djsonrpc.php617 $hasNext = false;
619 $hasNext = true;
/plugin/jdraw/src/com/mxgraph/examples/swing/
DGraphEditor.java99 while (epfit.hasNext()) { in GraphEditor()
633 while (it.hasNext()) in getToolTipForCell()
/plugin/codemirror/dist/modes/
Dvelocity.min.js.map1 …(\"$foreach.count $foreach.hasNext $foreach.first $foreach.last $foreach.topmost $foreach.parent.c…
/plugin/jcapture/lib/
Dhttpcore-4.0.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jdraw/lib/
Dhttpcore-4.0.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...

123