I've encountered several usages of $:=$, for example here
$$\alpha_i := \begin{cases} x_i & i \leq n \\ A & n< i \leq 2^k \end{cases}$$
and here
Since $f$ is not constant, there exist some $a,b \in A$, $a \neq b$ such that $f(a) \neq f(b)$. Take $g$ to be $g(x):=b$ for every $x \in A$. Now $(f \circ g) (a)=f(b)$. Hence we have $(f \circ g) (a)=f(b) \neq f(a)$, so $f \circ g \neq f$.
However, I don't understand the difference between $=$ and $:=$. Is there any? I checked this source, but it didn't help.