Home
Sort by
last modified time
|
relevance
|
path
Project(s)
dokuwiki
plugin
template
select all
invert selection
clear
Full Search
Definition
Symbol
File Path
History
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Help
Searched
refs:json
(Results
1 - 3
of
3
) sorted by relevance
/dokuwiki/lib/scripts/jquery/
H
A
D
jquery.cookie.js
32
return encode(config.
json
? JSON.stringify(value) : String(value));
46
return config.
json
? JSON.parse(s) : s;
/dokuwiki/inc/
H
A
D
confutils.php
266
* Read a
json
config file into an array
273
$
json
= file_get_contents($file);
variable
275
$conf = json_decode($
json
, true);
H
A
D
html.php
94
$
json
= htmlspecialchars_decode($matches[1], ENT_QUOTES);
variable
95
$data = json_decode($
json
, true);
Completed in 14 milliseconds