Tutorial by Topics: fi

What is the config system SilverStripe uses a global config system to store settings for classes and the application. These config variables can be used to define the structure of Models, security settings on Controllers or API keys for third party services. How it works Config values are p...
Firebird (firebird) is an open-source Relational Database Management System (RDBMS). It is open source and free. It is powerful and easily managed. Firebird runs on various systems. For example, Firebird 2.5 runs on Windows (32- and 64-bit), various Linux versions (32- and 64- bit), Solaris (Spar...
Uses JSON file format Can also accept JavaScript style comments Overview The presence of a tsconfig.json file in a directory indicates that the directory is the root of a TypeScript project. The tsconfig.json file specifies the root files and the compiler options required to compile the...
This section provides an overview of what firebase-authentication is, and why a developer might want to use it. It should also mention any large subjects within firebase-authentication, and link out to the related topics. Since the Documentation for firebase-authentication is new, you may need t...
Overview The C standard describes the language syntax, the functions provided by the standard library, and the behavior of conforming C processors (roughly speaking, compilers) and conforming C programs. With respect to behavior, the standard for the most part specifies particular behaviors fo...
If the behavior of a construct is unspecified, then the standard places some constraints on the behavior, but leaves some freedom to the implementation, which is not required to document what happens in a given situation. It contrasts with implementation-defined behavior, in which the implementati...
There is no uniform way to handle push notifications in Xamarin Forms since the implementation relies heavily on platform specific features and events. Therefor platform specific code will always be necessary. However, by using the DependencyService you can share as much code as possible. Also th...
public FileSystemWatcher() public FileSystemWatcher(string path) public FileSystemWatcher(string path, string filter) pathfilterThe directory to monitor, in standard or Universal Naming Convention (UNC) notation.The type of files to watch. For example, "*.txt" watches for changes...
Common Options--c --createCreate a new archive.-x --extractExtract files from an archive.-t --listList the contents of an archive.-f --file=ARCHIVEUse archive file or dir ARCHIVE.-v --verboseVerbosely list files processed.Compression Options--a --auto-compressUse archive suffix to determine the com...

Page 11 of 29