am besten direkt nach dem Service Pack 1 installieren
Pass the -r option to grep command to search recursively through an entire directory tree. With this option one can search the current directory and and all levels of subdirectories by passing the -r or -R to the grep command. The syntax is:
Do note that turning off the Crash Reporter dialog window has no effect on crash reports, which are still visible in system logs and the Console app. It simply stops the window appearing in the Mac OS X GUI.
You can disable the Crash Reporter dialog box by launching the Terminal and entering the following command:
defaults write com.apple.CrashReporter DialogType none
and you can reverse this to show the Crash Reporter again by entering the following at the command line:
defaults write com.apple.CrashReporter DialogType crashreport
von http://osxdaily.com/2010/02/15/disable-the-crash-reporter-dialog-in-mac-os-x/
/etc/init.d/crashplan start
NICHT auf Updates suchen klicken!
Zuerst KB3102810 installieren. Neustart. Danach Updates suchen.
To make this the default Python or Python 2 (i.e., the version run by the
‚python‘ or ‚python2‘ commands), run one or both of:
sudo port select –set python python27
sudo port select –set python2 python27
##############################################################
# IF YOU ARE USING PYTHON FROM THE TERMINAL, PLEASE INSTALL:
# py27-readline
# TO AVOID A LIBEDIT / PYTHON INTERACTION ISSUE.
# REF: https://trac.macports.org/ticket/48807
##############################################################
Die Symbolleiste gibt es hier:
Office2013 Symbolleiste fuer LibreOffice
In der LibreOffice-Menüleiste:
LibreOffice / Ansicht / Symolgrösse und Still das zweite Feld auswählen.
(http://mp7000.deviantart.com/art/Windows-7-Enterprise-Downgrade-159805048)
– Scripts Tab
==> Initialization Script: A javascript that should be executed on form initalization (=loading)
==> Submitted Script: A javascript that will be triggered after the form has been submitted.
– Form Pieces Tab
==> Before Form: PHP that should be executed before the form is rendered. You can for example print something out and it will be displayed on top of the form.
==> After Form: The same like above but will be executed after the form is rendered. So printing will happen in the end of the form
– Submit Pieces Tab
==> Before Submit: PHP that will be executed before the form is going to be submitted. You can use this for example catching values and prevent storing a submission.
==> After Submit: Same like above, except that it will be executed after a submission has been stored.
All of these tabs above share the same concept:
– Library: You can wether choose a predefined script/piece from the library. While each item of the library can be packaged itself. Means, you can create your own library items and re-use them in other forms.
– Custom: You can add code directly in-place for one of the actions above. For custom scripts it is required that you click „create code framework“ first in order to have a javascript function skeleton where you place your code into, while for pieces you can start writing your custom code without the need to create a function.
Things you always want to use in a Piece (PHP):
ff_getSubmit(‚FIELDNAME‘) => will return the value of a field
ff_getSubmit(‚FIELDNAME‘, FF_ARRAY) => will return the value of a field as array. required if you want access to vaues of a group like a checkbox
As soon as you use things like ff_getSubmit() in your piece, put this as first command into your custom code:
$this->execPieceByName(‚ff_InitLib‘);
Things you always want to use in a Script (Javascript):
ff_getElementByName(‚FIELDNAME‘) ==> will return the DOM object of the field
ff_getElementByName(‚FIELDNAME‘).value ==> will return the value of that field
The same is applicable for scripts that you use for validations, actions and initializations on field level.
Hope that gives you an initial overview of the pieces and scripts!
Quelle
https://crosstec.org/en/forums/3-breezingforms-for-joomla/69058-bf-scripts-documentation.html
Um eine Datei im Midnight Commander unter OSX auszuwählen benutzt man CTRL+T (Tag File)