Searched refs:on (Results 1 - 25 of 113) sorted by last modified time

12345

/haiku/src/kits/tracker/
H A DFSUtils.cpp173 B_TRANSLATE_MARK("Sorry, there is not enough free space on the "
431 // BNodes created on files will fail to WriteAttr because they do not
622 // on and not running as root all the time
1072 // we need the undo object later on, so we create it no matter
1301 // on the file. Just ignore it.
1551 // When calling CopyAttributes on files, have to make sure destNode
1666 // check if it's an invalid name on a FAT32 file system
1807 // relative link only works on the same device
1892 // if move is on same volume don't copy
2086 // get trash directory on sam
3424 AsynchLaunchBinder(void (*func)(const entry_ref*, const BMessage*, bool on), const entry_ref* appRef, const BMessage* refs, bool openWithOK) argument
[all...]
H A DFilePanelPriv.cpp329 // pass it on if it is
863 // Focus on text control initially, but do not alter focus afterwords
1108 // clicked on a pose, show file or volume context menu
1237 // Double-click on dir or link-to-dir ALWAYS opens the
1252 // In other cases, however, we can't rely on that. So first check for
1492 // block on "/"
1877 BFilePanelPoseView::SetIsDesktop(bool on) argument
1879 fIsDesktop = on;
H A DUtilities.cpp266 // do a sanity check on the icon position
1370 EnableNamedMenuItem(BMenu* menu, const char* itemName, bool on) argument
1374 item->SetEnabled(on);
1379 MarkNamedMenuItem(BMenu* menu, const char* itemName, bool on) argument
1383 item->SetMarked(on);
1388 EnableNamedMenuItem(BMenu* menu, uint32 commandName, bool on) argument
1392 item->SetEnabled(on);
1397 MarkNamedMenuItem(BMenu* menu, uint32 commandName, bool on) argument
1401 item->SetMarked(on);
1624 // a new folder, etc. on th
[all...]
H A DPoseView.h440 // create a new file based on a template, optionally specify
1039 // settings, it's expected that text will be black on white in Tracker
1040 // folders, but white on blue on the desktop).
1057 // returns black or white color depending on the desktop background
1120 BPoseView::SetIconMapping(bool on) argument
1122 fOkToMapIcons = on;
H A DPoseView.cpp370 // turn on volume node monitor, metamime monitor, etc.
496 // Always realign columns, since the title-view snaps on resize anyway.
767 // because it gets saved on the boot disk but the above checks
825 // and Trash pose on Desktop directory
989 // Escape key, used to abort an on-going clipboard cut or filtering
1712 // want it on the desktop or in the disks window.
1727 // they are on the desktop which is not their physical parent
2942 // as well as the trash on desktop
3359 // new folder created from popup, place on click point
3602 // check good location on th
10353 SetWidgetTextOutline(bool on) argument
[all...]
H A DUtilities.h125 // on disk, defining the node's position and visibility
404 extern void EnableNamedMenuItem(BMenu* menu, const char* itemName, bool on);
405 extern void MarkNamedMenuItem(BMenu* menu, const char* itemName, bool on);
406 extern void EnableNamedMenuItem(BMenu* menu, uint32 commandName, bool on);
407 extern void MarkNamedMenuItem(BMenu* menu, uint32 commandName, bool on);
H A DPose.h186 BPose::Select(bool on) argument
188 fIsSelected = on;
189 if (on)
230 BPose::SetAutoPlaced(bool on) argument
232 fWasAutoPlaced = on;
H A DOpenWithWindow.cpp248 // set the app hint on the metamime for this signature
522 OpenWithContainerWindow::SetCanSetAppAsDefault(bool on) argument
524 fLaunchAndMakeDefaultButton->SetEnabled(on);
529 OpenWithContainerWindow::SetCanOpen(bool on) argument
531 fLaunchButton->SetEnabled(on);
1172 //queryRetrieval = new BStopWatch("get next entry on BQuery");
1439 // on the fact that ConditionalAllAppsIterator results come last.
1699 // filter out pe containers on PPC etc.
H A DFindPanel.h118 static void SetQueryTemporary(BNode*, bool on);
242 // fMode gets set by this and the call relies on it being up-to-date
H A DFindPanel.cpp181 MoreOptionsStruct::SetQueryTemporary(BNode* node, bool on) argument
188 saveMoreOptions.temporary = on;
234 // no initial query, fall back on the default query template
903 // on which mime type is preselected
1140 // toggle mark on invoked item
1473 // add logic based on selection in Logic menufield
1999 // find all the queries on all volumes
2402 // get volumes to perform query on
H A DFilePanelPriv.h238 TFilePanel::SetHideWhenDone(bool on) argument
240 fHideWhenDone = on;
H A DFilePanel.cpp370 BFilePanel::SetHideWhenDone(bool on) argument
376 static_cast<TFilePanel*>(fWindow)->SetHideWhenDone(on);
H A DTextWidget.h142 BTextWidget::SetEditable(bool on) argument
144 fEditable = on;
163 BTextWidget::SetVisible(bool on) argument
165 fVisible = on;
177 BTextWidget::SetActive(bool on) argument
179 fActive = on;
/haiku/src/system/kernel/arch/m68k/
H A Darch_int.cpp46 #warning M68K: align on 4 ?
/haiku/src/bin/network/traceroute/
H A Dtraceroute.c42 * unlikely value (if some clod on the destination is using that
62 * kernel on the 2nd hop system -- lbl-csam.arpa -- that forwards
93 * only knows what's going on with 12.
101 * when it appears on the destination system:
121 * icmp reply. So, the reply will time out on the return path
143 * of unnecessary traffic on our poor, congested nets.)
502 int on = 1; local
676 * probe (e.g., on a multi-homed host).
828 (void)setsockopt(s, SOL_SOCKET, SO_DEBUG, (char *)&on,
829 sizeof(on));
[all...]
/haiku/src/bin/network/ping/
H A Dping.c53 #include <sys/param.h> /* NB: we rely on this for <sys/types.h> */
257 * issue ping on multicast or broadcast address replies come
626 /* From now on we will use only reverse DNS lookups. */
793 int on = 1; local
795 if (setsockopt(srecv, SOL_SOCKET, SO_TIMESTAMP, &on,
796 sizeof(on)) < 0)
1035 * will be added on by the kernel. The ID field is our UNIX process ID,
/haiku/src/kits/interface/
H A DMenu.cpp96 // shifted back on the screen towards the left. This information
512 // TODO: Test how it works on BeOS R5 and implement this correctly
1078 BMenu::SetRadioMode(bool on) argument
1080 fRadioMode = on;
1081 if (!on)
1101 BMenu::SetLabelFromMarked(bool on) argument
1103 fDynamicName = on;
1104 if (on)
2412 // install the item on the supermenu's window
2554 // In that case, just give up on gettin
[all...]
H A DMenuField.cpp62 // found by experimenting on BeOS R5
650 BMenuField::SetEnabled(bool on) argument
652 if (fEnabled == on)
655 fEnabled = on;
656 fMenuBar->SetEnabled(on);
/haiku/src/preferences/keymap/
H A DStatusMenuField.h49 virtual void SetDuplicate(bool on);
50 virtual void SetUnmatched(bool on);
H A DStatusMenuField.cpp171 StatusMenuField::SetDuplicate(bool on) argument
173 ShowStopIcon(on);
174 on ? SetStatus(kDuplicate) : ClearStatus();
180 StatusMenuField::SetUnmatched(bool on) argument
182 ShowWarnIcon(on);
183 on ? SetStatus(kUnmatched) : ClearStatus();
/haiku/
H A Dconfigure64 distributing on physical mediums.
67 on to the make building the build tools.
87 --use-32bit Use -m32 flag on 64bit host gcc compiler.
350 echo "GCC Graphite loop optimizations cannot be used on $targetArch"
485 # on round 0, we test if we can set 3 attrs of 1K each (enough for xattr-ref)
486 # on round 1, we test if we can set 3 attrs of 45K each (enough for full xattr)
780 echo "--target-arch can only be specified on Haiku." >&2
/haiku/src/system/libnetwork/netresolv/resolv/
H A Dres_send.c138 /* Options. Leave them on. */
413 * Some resolvers want to even out the load on their nameservers.
615 return 0; /*%< unknown, die on connect */
658 int on = 1; local
721 * Push on even if setsockopt(SO_NOSIGPIPE) fails.
723 (void)setsockopt(statp->_vcsock, SOL_SOCKET, SO_NOSIGPIPE, &on,
724 (socklen_t)sizeof(on));
916 * server, we get an ECONNREFUSED error on the next
/haiku/headers/os/interface/
H A DPictureButton.h22 BPicture* off, BPicture* on,
/haiku/src/bin/
H A Dleak_analyser.sh41 stack trace lines. Note that the whole block is on a single
/haiku/src/apps/deskbar/
H A DBarView.cpp209 // if auto-hide is on and we're not already hidden, hide ourself
355 // Activate Deskbar on click only if not in auto-raise mode and not
356 // in always-on-top mode. In auto-raise mode click activates through
358 // activate Deskbar in always-on-top mode because Deskbar is
359 // already on top and we don't want to change the active window.
434 // cursor is on a screen edge within the window frame
529 // move replicant tray past dragger width on left
569 // move resize control into place based on width setting
597 // based on replicant tray
1017 // control key forces acceptance, just like drag&drop on icon
1056 SetDragOverride(bool on) argument
[all...]

Completed in 216 milliseconds

12345