Software: Apache/2.2.3 (CentOS). PHP/5.1.6 uname -a: Linux mx-ll-110-164-51-230.static.3bb.co.th 2.6.18-194.el5PAE #1 SMP Fri Apr 2 15:37:44 uid=48(apache) gid=48(apache) groups=48(apache) Safe-mode: OFF (not secure) /usr/share/gtk-doc/html/gok/ drwxr-xr-x |
Viewing file: gok-gok-predictor.html (16.22 KB) -rw-r--r-- Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
Synopsis#define GOK_PREDICTOR_MAX_VERTICES Gok_Predictor gok_predictor_open (); void gok_predictor_close (const Gok_Predictor gok_predictor); void gok_predictor_add_key (const Gok_Predictor gok_predictor, const Command_Vertex_Data vertex_data); const Arraylist gok_predictor_get (const Gok_Predictor gok_predictor, const int num_predictions, const char *keyboard_id, const Prediction_Algorithm algorithm); void gok_predictor_remove_keyboard (const Gok_Predictor gok_predictor, const char *keyboard_id); void gok_predictor_remove_key (const Gok_Predictor gok_predictor, const Command_Vertex_Data vertex_data); void gok_predictor_on (gboolean bOnOff); void gok_predictor_change_number_predictions (int Number); gboolean gok_predictor_add_prediction_keys (GokKeyboard *pKeyboard); int gok_predictor_predict (Gok_Predictor gP); GokKey* gok_predictor_get_real (gchar *pKeyboardName, gchar *pKeyLabel); void gok_predictor_log (Gok_Predictor gP, gchar *keyboardID, gchar *keyID); Gok_Predictor gok_main_get_command_predictor (void); Detailsgok_predictor_open ()Gok_Predictor gok_predictor_open (); Initialization function. If a session file exists, it will recreate the previous state.
gok_predictor_close ()void gok_predictor_close (const Gok_Predictor gok_predictor); Tear down function. Releases the resources used by a Gok_Predictor object. Also dumps the data to a session file.
gok_predictor_add_key ()void gok_predictor_add_key (const Gok_Predictor gok_predictor, const Command_Vertex_Data vertex_data); Adds a key to be used for upcoming predictions.
gok_predictor_get ()const Arraylist gok_predictor_get (const Gok_Predictor gok_predictor, const int num_predictions, const char *keyboard_id, const Prediction_Algorithm algorithm); Gets the next n predictions according to the algorithm.
gok_predictor_remove_keyboard ()void gok_predictor_remove_keyboard (const Gok_Predictor gok_predictor, const char *keyboard_id); Function to remove a whole keyboard from the prediction.
gok_predictor_remove_key ()void gok_predictor_remove_key (const Gok_Predictor gok_predictor, const Command_Vertex_Data vertex_data); Function to remove a key from the prediction.
gok_predictor_on ()void gok_predictor_on (gboolean bOnOff); Turns on (or off) the predictor. This adds (or removes) the predictor keys to every keyboard that supports command prediction.
gok_predictor_change_number_predictions ()void gok_predictor_change_number_predictions (int Number);
Changes the number of word prediction keys displayed on the keyboard. This should be called after the user has selected a new number from the settings dialog.
gok_predictor_add_prediction_keys ()gboolean gok_predictor_add_prediction_keys (GokKeyboard *pKeyboard);
Adds a row of prediction keys to the given keyboard.
gok_predictor_predict ()int gok_predictor_predict (Gok_Predictor gP); Makes a prediction. If the currently displayed keyboard is showing prediction keys then they are filled in with the predictions.
gok_predictor_get_real ()GokKey* gok_predictor_get_real (gchar *pKeyboardName, gchar *pKeyLabel);
gok_predictor_log ()void gok_predictor_log (Gok_Predictor gP, gchar *keyboardID, gchar *keyID);
|
:: Command execute :: | |
:: Shadow's tricks :D :: | |
Useful Commands
|
:: Preddy's tricks :D :: | |
Php Safe-Mode Bypass (Read Files)
|
--[ c999shell v. 1.0 pre-release build #16 Modded by Shadow & Preddy | RootShell Security Group | r57 c99 shell | Generation time: 0.0177 ]-- |