Lines Matching defs:functions

207 ### buildaction(_action_)
233 ### buildoptions({_options_...})
262 ### configuration({_keywords_...})
390 ### configurations({_names_...})
424 ### custombuildtask({*input_file*, *output_file*, {*dependency*, ...}, {*command*, ...}}, ...)
450 ### debugcmd(cmd)
470 ### debugargs({_args_...})
490 ### debugdir(_path_)
510 ### defines({_symbols_...})
534 ### dependency({*main_file*, *depending_of*} ...)
552 ### deploymentoptions({_options_...})
565 ### excludes({_files_...})
593 ### files({_files_...})
625 ### flags({_flags_...})
696 ### framework(_version_)
723 ### group(_name_)
748 ### imageoptions({_options_...})
759 ### imagepath(_path_)
770 ### implibdir(_path_)
787 ### implibextension(_extension_)
798 ### implibname(_name_)
809 ### implibprefix(_prefix_)
832 ### implibsuffix(_suffix_)
851 ### include(_directory_)
873 ### includedirs({_paths_...})
897 ### kind(_kind_)
934 ### language(_lang_)
951 ### libdirs({_paths_...})
976 ### linkoptions({_options_...})
995 ### links({_references_...})
1060 ### location(_path_)
1086 ### messageskip(_options_)
1103 ### newaction(_description_)
1128 ### newoption(_description_)
1159 ### nopch({_files_...})
1187 ### objdir(_path_)
1215 ### options({_options_...})
1233 ### pchheader(_file_)
1251 ### pchsource(_file_)
1269 ### platforms({_identifiers_...})
1333 ### postbuildcommands({_commands_...})
1354 ### postcompiletasks({_commands_...})
1372 ### prebuildcommands({_commands_...})
1393 ### prelinkcommands({_commands_...})
1415 ### project(_name_)
1465 ### removefiles({_files_...})
1476 ### removeflags({_flags_...})
1487 ### removelinks({_references_...})
1499 ### removeplatforms({_platforms_...})
1511 ### resdefines({_symbols_...})
1532 ### resincludedirs({_paths_...})
1555 ### resoptions({_options_...})
1573 ### solution(_name_)
1617 ### startproject(_name_)
1625 ### Examples
1642 ### systemincludedirs({_paths_...})
1671 ### targetdir(_path_)
1694 ### targetextension(_ext_)
1711 ### targetname(_name_)
1728 ### targetprefix(_prefix_)
1751 ### targetsubdir(_path_)
1762 ### targetsuffix(_suffix_)
1781 ### uuid(_projectuuid_)
1789 ### Return Value
1801 ### vpaths({[_group_] = {_pattern_...}})
1861 ### xcodeprojectopts({[_key_] = _value_, ...})
1881 ### xcodetargetopts({[_key_] = _value_, ...})
1900 ### xcodescriptphases({{_cmd_, {_inputpaths_, ...}}})
1949 ### xcodecopyresources({{_targetpath_, {_inputfiles_, ...}}})
1980 ### xcodecopyframeworks({_inputframeworks_, ...})
2009 ### wholearchive({_references_...})
2040 ### iif(_condition_, _trueval_, _falseval_)
2063 ### os.chdir(_path_)
2075 ### os.copyfile(_source_, _destination_)
2088 ### os.findlib(_libname_)
2100 ### os.get()
2119 ### os.getcwd()
2128 ### os.getversion()
2159 ### os.is(_id_)
2173 ### os.is64bit()
2193 ### os.isdir(_path_)
2206 ### os.isfile(_path_)
2219 ### os.matchdirs(_pattern_)
2239 ### os.matchfiles(_patterns_)
2258 ### os.mkdir(_path_)
2271 ### os.outputof(_command_)
2290 ### os.pathsearch(_fname_, _paths..._)
2312 ### os.rmdir(_path_)
2325 ### os.stat(_path_)
2342 ### userincludedirs({_paths_...})
2372 ### os.uuid(_name_)
2384 ### path.getabsolute(_path_)
2396 ### path.getbasename(_path_)
2408 ### path.getdirectory(_path_)
2420 ### path.getdrive(_path_)
2432 ### path.getextension(_path_)
2444 ### path.getname(_path_)
2456 ### path.getrelative(_src_, _dest_)
2469 ### path.isabsolute(_path_)
2482 ### path.iscfile(_path_)
2495 ### path.isSourceFile(_path_)
2508 ### path.isresourcefile(_path_)
2521 ### path.join(_leading_, _trailing_)
2549 ### path.rebase(_path_, _oldbase_, _newbase_)
2563 ### path.translate(_path_, _newsep_)