Home
last modified time | relevance | path

Searched refs:bFirst (Results 1 – 8 of 8) sorted by relevance

/plugin/wysiwyg/fckeditor/
H A Dfckeditor.pl123 $bFirst = 0;
126 if($bFirst == 1) {
129 $bFirst = 1;
H A Dfckeditor_php5.php139 $bFirst = true ;
143 if ( $bFirst == false )
146 $bFirst = false ;
H A Dfckeditor_php4.php149 $bFirst = true ;
153 if ( $bFirst == false )
156 $bFirst = false ;
H A Dfckeditor.py145 bFirst = True
148 if (not bFirst):
151 bFirst = False
H A Dfckeditor.afp142 LOCAL bFirst
145 bFirst = .T.
148 IF bFirst = .F.
151 bFirst = .F.
/plugin/wysiwyg/fckeditor/_samples/afp/
H A Dfck.afpa.code124 LOCAL bFirst
127 bFirst = .T.
130 IF bFirst = .F.
133 bFirst = .F.
/plugin/tindexmenu/
H A Dindexmenu-full.js343 dTree.prototype.openTo = function(nId, bSelect, bFirst) { argument
345 if (!bFirst) {
/plugin/indexmenu/scripts/
H A Dindexmenu.js461 * @param {boolean} bFirst
463 dTree.prototype.openTo = function (nId, bSelect, bFirst) {
465 if (!bFirst) {
412 openTo(nId, bSelect, bFirst) global() argument