Home
last modified time | relevance | path

Searched refs:py_ft (Results 1 – 25 of 126) sorted by relevance

123456

/dports/devel/geany-plugin-utilslib/geany-plugins-1.38/geanypy/src/
H A Dgeanypy-document.c432 PyObject *py_ft = NULL; in Document_new_file() local
438 &filename, &py_ft, &initial_text)) in Document_new_file()
440 if (py_ft != NULL && py_ft != Py_None) in Document_new_file()
442 filetype = (Filetype *) py_ft; in Document_new_file()
462 PyObject *py_ft = NULL; in Document_open_file() local
467 &read_only, &py_ft, &forced_encoding)) in Document_open_file()
469 if (py_ft != NULL && py_ft != Py_None) in Document_open_file()
471 filetype = (Filetype *) py_ft; in Document_open_file()
/dports/devel/geany-plugin-xmlsnippets/geany-plugins-1.38/geanypy/src/
H A Dgeanypy-document.c432 PyObject *py_ft = NULL; in Document_new_file() local
438 &filename, &py_ft, &initial_text)) in Document_new_file()
440 if (py_ft != NULL && py_ft != Py_None) in Document_new_file()
442 filetype = (Filetype *) py_ft; in Document_new_file()
462 PyObject *py_ft = NULL; in Document_open_file() local
467 &read_only, &py_ft, &forced_encoding)) in Document_open_file()
469 if (py_ft != NULL && py_ft != Py_None) in Document_open_file()
471 filetype = (Filetype *) py_ft; in Document_open_file()
/dports/devel/geany-plugin-workbench/geany-plugins-1.38/geanypy/src/
H A Dgeanypy-document.c432 PyObject *py_ft = NULL; in Document_new_file() local
438 &filename, &py_ft, &initial_text)) in Document_new_file()
440 if (py_ft != NULL && py_ft != Py_None) in Document_new_file()
442 filetype = (Filetype *) py_ft; in Document_new_file()
462 PyObject *py_ft = NULL; in Document_open_file() local
467 &read_only, &py_ft, &forced_encoding)) in Document_open_file()
469 if (py_ft != NULL && py_ft != Py_None) in Document_open_file()
471 filetype = (Filetype *) py_ft; in Document_open_file()
/dports/devel/geany-plugins-l10n/geany-plugins-1.38/geanypy/src/
H A Dgeanypy-document.c432 PyObject *py_ft = NULL; in Document_new_file() local
438 &filename, &py_ft, &initial_text)) in Document_new_file()
440 if (py_ft != NULL && py_ft != Py_None) in Document_new_file()
442 filetype = (Filetype *) py_ft; in Document_new_file()
462 PyObject *py_ft = NULL; in Document_open_file() local
467 &read_only, &py_ft, &forced_encoding)) in Document_open_file()
469 if (py_ft != NULL && py_ft != Py_None) in Document_open_file()
471 filetype = (Filetype *) py_ft; in Document_open_file()
/dports/devel/geany-plugin-pairtaghighlighter/geany-plugins-1.38/geanypy/src/
H A Dgeanypy-document.c432 PyObject *py_ft = NULL; in Document_new_file() local
438 &filename, &py_ft, &initial_text)) in Document_new_file()
440 if (py_ft != NULL && py_ft != Py_None) in Document_new_file()
442 filetype = (Filetype *) py_ft; in Document_new_file()
462 PyObject *py_ft = NULL; in Document_open_file() local
467 &read_only, &py_ft, &forced_encoding)) in Document_open_file()
469 if (py_ft != NULL && py_ft != Py_None) in Document_open_file()
471 filetype = (Filetype *) py_ft; in Document_open_file()
/dports/devel/geany-plugin-prj/geany-plugins-1.38/geanypy/src/
H A Dgeanypy-document.c432 PyObject *py_ft = NULL; in Document_new_file() local
438 &filename, &py_ft, &initial_text)) in Document_new_file()
440 if (py_ft != NULL && py_ft != Py_None) in Document_new_file()
442 filetype = (Filetype *) py_ft; in Document_new_file()
462 PyObject *py_ft = NULL; in Document_open_file() local
467 &read_only, &py_ft, &forced_encoding)) in Document_open_file()
469 if (py_ft != NULL && py_ft != Py_None) in Document_open_file()
471 filetype = (Filetype *) py_ft; in Document_open_file()
/dports/devel/geany-plugin-tableconvert/geany-plugins-1.38/geanypy/src/
H A Dgeanypy-document.c432 PyObject *py_ft = NULL; in Document_new_file() local
438 &filename, &py_ft, &initial_text)) in Document_new_file()
440 if (py_ft != NULL && py_ft != Py_None) in Document_new_file()
442 filetype = (Filetype *) py_ft; in Document_new_file()
462 PyObject *py_ft = NULL; in Document_open_file() local
467 &read_only, &py_ft, &forced_encoding)) in Document_open_file()
469 if (py_ft != NULL && py_ft != Py_None) in Document_open_file()
471 filetype = (Filetype *) py_ft; in Document_open_file()
/dports/devel/geany-plugin-spellcheck/geany-plugins-1.38/geanypy/src/
H A Dgeanypy-document.c432 PyObject *py_ft = NULL; in Document_new_file() local
438 &filename, &py_ft, &initial_text)) in Document_new_file()
440 if (py_ft != NULL && py_ft != Py_None) in Document_new_file()
442 filetype = (Filetype *) py_ft; in Document_new_file()
462 PyObject *py_ft = NULL; in Document_open_file() local
467 &read_only, &py_ft, &forced_encoding)) in Document_open_file()
469 if (py_ft != NULL && py_ft != Py_None) in Document_open_file()
471 filetype = (Filetype *) py_ft; in Document_open_file()
/dports/devel/geany-plugin-shiftcolumn/geany-plugins-1.38/geanypy/src/
H A Dgeanypy-document.c432 PyObject *py_ft = NULL; in Document_new_file() local
438 &filename, &py_ft, &initial_text)) in Document_new_file()
440 if (py_ft != NULL && py_ft != Py_None) in Document_new_file()
442 filetype = (Filetype *) py_ft; in Document_new_file()
462 PyObject *py_ft = NULL; in Document_open_file() local
467 &read_only, &py_ft, &forced_encoding)) in Document_open_file()
469 if (py_ft != NULL && py_ft != Py_None) in Document_open_file()
471 filetype = (Filetype *) py_ft; in Document_open_file()
/dports/devel/geany-plugin-projectorganizer/geany-plugins-1.38/geanypy/src/
H A Dgeanypy-document.c432 PyObject *py_ft = NULL; in Document_new_file() local
438 &filename, &py_ft, &initial_text)) in Document_new_file()
440 if (py_ft != NULL && py_ft != Py_None) in Document_new_file()
442 filetype = (Filetype *) py_ft; in Document_new_file()
462 PyObject *py_ft = NULL; in Document_open_file() local
467 &read_only, &py_ft, &forced_encoding)) in Document_open_file()
469 if (py_ft != NULL && py_ft != Py_None) in Document_open_file()
471 filetype = (Filetype *) py_ft; in Document_open_file()
/dports/devel/geany-plugin-pg/geany-plugins-1.38/geanypy/src/
H A Dgeanypy-document.c432 PyObject *py_ft = NULL; in Document_new_file() local
438 &filename, &py_ft, &initial_text)) in Document_new_file()
440 if (py_ft != NULL && py_ft != Py_None) in Document_new_file()
442 filetype = (Filetype *) py_ft; in Document_new_file()
462 PyObject *py_ft = NULL; in Document_open_file() local
467 &read_only, &py_ft, &forced_encoding)) in Document_open_file()
469 if (py_ft != NULL && py_ft != Py_None) in Document_open_file()
471 filetype = (Filetype *) py_ft; in Document_open_file()
/dports/devel/geany-plugin-pohelper/geany-plugins-1.38/geanypy/src/
H A Dgeanypy-document.c432 PyObject *py_ft = NULL; in Document_new_file() local
438 &filename, &py_ft, &initial_text)) in Document_new_file()
440 if (py_ft != NULL && py_ft != Py_None) in Document_new_file()
442 filetype = (Filetype *) py_ft; in Document_new_file()
462 PyObject *py_ft = NULL; in Document_open_file() local
467 &read_only, &py_ft, &forced_encoding)) in Document_open_file()
469 if (py_ft != NULL && py_ft != Py_None) in Document_open_file()
471 filetype = (Filetype *) py_ft; in Document_open_file()
/dports/devel/geany-plugin-sendmail/geany-plugins-1.38/geanypy/src/
H A Dgeanypy-document.c432 PyObject *py_ft = NULL; in Document_new_file() local
438 &filename, &py_ft, &initial_text)) in Document_new_file()
440 if (py_ft != NULL && py_ft != Py_None) in Document_new_file()
442 filetype = (Filetype *) py_ft; in Document_new_file()
462 PyObject *py_ft = NULL; in Document_open_file() local
467 &read_only, &py_ft, &forced_encoding)) in Document_open_file()
469 if (py_ft != NULL && py_ft != Py_None) in Document_open_file()
471 filetype = (Filetype *) py_ft; in Document_open_file()
/dports/devel/geany-plugin-pretty-printer/geany-plugins-1.38/geanypy/src/
H A Dgeanypy-document.c432 PyObject *py_ft = NULL; in Document_new_file() local
438 &filename, &py_ft, &initial_text)) in Document_new_file()
440 if (py_ft != NULL && py_ft != Py_None) in Document_new_file()
442 filetype = (Filetype *) py_ft; in Document_new_file()
462 PyObject *py_ft = NULL; in Document_open_file() local
467 &read_only, &py_ft, &forced_encoding)) in Document_open_file()
469 if (py_ft != NULL && py_ft != Py_None) in Document_open_file()
471 filetype = (Filetype *) py_ft; in Document_open_file()
/dports/devel/geany-plugin-treebrowser/geany-plugins-1.38/geanypy/src/
H A Dgeanypy-document.c432 PyObject *py_ft = NULL; in Document_new_file() local
438 &filename, &py_ft, &initial_text)) in Document_new_file()
440 if (py_ft != NULL && py_ft != Py_None) in Document_new_file()
442 filetype = (Filetype *) py_ft; in Document_new_file()
462 PyObject *py_ft = NULL; in Document_open_file() local
467 &read_only, &py_ft, &forced_encoding)) in Document_open_file()
469 if (py_ft != NULL && py_ft != Py_None) in Document_open_file()
471 filetype = (Filetype *) py_ft; in Document_open_file()
/dports/devel/geany-plugin-updatechecker/geany-plugins-1.38/geanypy/src/
H A Dgeanypy-document.c432 PyObject *py_ft = NULL; in Document_new_file() local
438 &filename, &py_ft, &initial_text)) in Document_new_file()
440 if (py_ft != NULL && py_ft != Py_None) in Document_new_file()
442 filetype = (Filetype *) py_ft; in Document_new_file()
462 PyObject *py_ft = NULL; in Document_open_file() local
467 &read_only, &py_ft, &forced_encoding)) in Document_open_file()
469 if (py_ft != NULL && py_ft != Py_None) in Document_open_file()
471 filetype = (Filetype *) py_ft; in Document_open_file()
/dports/devel/geany-plugin-vimode/geany-plugins-1.38/geanypy/src/
H A Dgeanypy-document.c432 PyObject *py_ft = NULL; in Document_new_file() local
438 &filename, &py_ft, &initial_text)) in Document_new_file()
440 if (py_ft != NULL && py_ft != Py_None) in Document_new_file()
442 filetype = (Filetype *) py_ft; in Document_new_file()
462 PyObject *py_ft = NULL; in Document_open_file() local
467 &read_only, &py_ft, &forced_encoding)) in Document_open_file()
469 if (py_ft != NULL && py_ft != Py_None) in Document_open_file()
471 filetype = (Filetype *) py_ft; in Document_open_file()
/dports/devel/geany-plugin-vc/geany-plugins-1.38/geanypy/src/
H A Dgeanypy-document.c432 PyObject *py_ft = NULL; in Document_new_file() local
438 &filename, &py_ft, &initial_text)) in Document_new_file()
440 if (py_ft != NULL && py_ft != Py_None) in Document_new_file()
442 filetype = (Filetype *) py_ft; in Document_new_file()
462 PyObject *py_ft = NULL; in Document_open_file() local
467 &read_only, &py_ft, &forced_encoding)) in Document_open_file()
469 if (py_ft != NULL && py_ft != Py_None) in Document_open_file()
471 filetype = (Filetype *) py_ft; in Document_open_file()
/dports/devel/geany-plugin-git-changebar/geany-plugins-1.38/geanypy/src/
H A Dgeanypy-document.c432 PyObject *py_ft = NULL; in Document_new_file() local
438 &filename, &py_ft, &initial_text)) in Document_new_file()
440 if (py_ft != NULL && py_ft != Py_None) in Document_new_file()
442 filetype = (Filetype *) py_ft; in Document_new_file()
462 PyObject *py_ft = NULL; in Document_open_file() local
467 &read_only, &py_ft, &forced_encoding)) in Document_open_file()
469 if (py_ft != NULL && py_ft != Py_None) in Document_open_file()
471 filetype = (Filetype *) py_ft; in Document_open_file()
/dports/devel/geany-plugin-geniuspaste/geany-plugins-1.38/geanypy/src/
H A Dgeanypy-document.c432 PyObject *py_ft = NULL; in Document_new_file() local
438 &filename, &py_ft, &initial_text)) in Document_new_file()
440 if (py_ft != NULL && py_ft != Py_None) in Document_new_file()
442 filetype = (Filetype *) py_ft; in Document_new_file()
462 PyObject *py_ft = NULL; in Document_open_file() local
467 &read_only, &py_ft, &forced_encoding)) in Document_open_file()
469 if (py_ft != NULL && py_ft != Py_None) in Document_open_file()
471 filetype = (Filetype *) py_ft; in Document_open_file()
/dports/devel/geany-plugin-numberedbookmarks/geany-plugins-1.38/geanypy/src/
H A Dgeanypy-document.c432 PyObject *py_ft = NULL; in Document_new_file() local
438 &filename, &py_ft, &initial_text)) in Document_new_file()
440 if (py_ft != NULL && py_ft != Py_None) in Document_new_file()
442 filetype = (Filetype *) py_ft; in Document_new_file()
462 PyObject *py_ft = NULL; in Document_open_file() local
467 &read_only, &py_ft, &forced_encoding)) in Document_open_file()
469 if (py_ft != NULL && py_ft != Py_None) in Document_open_file()
471 filetype = (Filetype *) py_ft; in Document_open_file()
/dports/devel/geany-plugin-miniscript/geany-plugins-1.38/geanypy/src/
H A Dgeanypy-document.c432 PyObject *py_ft = NULL; in Document_new_file() local
438 &filename, &py_ft, &initial_text)) in Document_new_file()
440 if (py_ft != NULL && py_ft != Py_None) in Document_new_file()
442 filetype = (Filetype *) py_ft; in Document_new_file()
462 PyObject *py_ft = NULL; in Document_open_file() local
467 &read_only, &py_ft, &forced_encoding)) in Document_open_file()
469 if (py_ft != NULL && py_ft != Py_None) in Document_open_file()
471 filetype = (Filetype *) py_ft; in Document_open_file()
/dports/devel/geany-plugin-insertnum/geany-plugins-1.38/geanypy/src/
H A Dgeanypy-document.c432 PyObject *py_ft = NULL; in Document_new_file() local
438 &filename, &py_ft, &initial_text)) in Document_new_file()
440 if (py_ft != NULL && py_ft != Py_None) in Document_new_file()
442 filetype = (Filetype *) py_ft; in Document_new_file()
462 PyObject *py_ft = NULL; in Document_open_file() local
467 &read_only, &py_ft, &forced_encoding)) in Document_open_file()
469 if (py_ft != NULL && py_ft != Py_None) in Document_open_file()
471 filetype = (Filetype *) py_ft; in Document_open_file()
/dports/devel/geany-plugin-lua/geany-plugins-1.38/geanypy/src/
H A Dgeanypy-document.c432 PyObject *py_ft = NULL; in Document_new_file() local
438 &filename, &py_ft, &initial_text)) in Document_new_file()
440 if (py_ft != NULL && py_ft != Py_None) in Document_new_file()
442 filetype = (Filetype *) py_ft; in Document_new_file()
462 PyObject *py_ft = NULL; in Document_open_file() local
467 &read_only, &py_ft, &forced_encoding)) in Document_open_file()
469 if (py_ft != NULL && py_ft != Py_None) in Document_open_file()
471 filetype = (Filetype *) py_ft; in Document_open_file()
/dports/devel/geany-plugin-lipsum/geany-plugins-1.38/geanypy/src/
H A Dgeanypy-document.c432 PyObject *py_ft = NULL; in Document_new_file() local
438 &filename, &py_ft, &initial_text)) in Document_new_file()
440 if (py_ft != NULL && py_ft != Py_None) in Document_new_file()
442 filetype = (Filetype *) py_ft; in Document_new_file()
462 PyObject *py_ft = NULL; in Document_open_file() local
467 &read_only, &py_ft, &forced_encoding)) in Document_open_file()
469 if (py_ft != NULL && py_ft != Py_None) in Document_open_file()
471 filetype = (Filetype *) py_ft; in Document_open_file()

123456