Home
last modified time | relevance | path

Searched refs:data (Results 1 – 23 of 23) sorted by relevance

/web-php/js/
H A Dusernotes.js20 request.done(function(data) { argument
21 if(data.success != null && data.success == true) {
22 …low: hidden;\" border=\"0\" alt=\"success\" title=\"Thank you for voting!\"></div>" + data.update);
26 if (data.msg != null) {
27 responsedata = data.msg;
37 request.always(function(data) { argument
H A Dcommon.js256 for (const node of cache.data) {
421 success: function (data) { argument
423 for (photo in data) {
424 photo = data[photo];
601 request.done(function (data) { argument
602 if (data.success != null && data.success == true) {
609 if (data.msg != null) {
610 responsedata = data.msg;
628 request.always(function (data) { argument
770 .data('type', options.type)
[all …]
H A Dsearch.js76 const { data, time: cachedDate } = JSON.parse(cache);
81 if (!Array.isArray(data)) {
92 return data;
103 const data = await response.json(); constant
104 const items = processIndex(data);
110 data: items,
/web-php/include/
H A Dposttohost.inc4 This code is used to post data to the central server which
5 can store the data in database and/or mail notices or requests
9 function posttohost($url, $data)
11 $data = http_build_query($data);
16 'content' => $data,
H A Dversion.inc19 $data = [];
22 $data['8.3'] = [
34 $data['8.2'] = [
46 $data['8.1'] = [
58 foreach ($data as $release) {
H A Dip-to-country.inc7 out what country the user is in. This data is stored in
16 starting indexes (pointing to the data file).
18 The data file has a fixed record size format to ease
35 server with country detection in case the data files are
108 // Get CSV data from index file
109 $data = fgetcsv($dbidx, 100);
112 if ($ip_chunk >= $idxpart && $ip_chunk < (int) $data[0]) {
113 return [$recnum, (int) $data[1]];
117 $idxpart = (int) $data[0];
118 $recnum = (int) $data[1];
H A Dmanual-lookup.inc147 // @todo consider alternative schemas for this data
148 …// @todo utilize phd to generate this data, instead of the current systems/gen-phpweb-sqlite-db.php
150 /* Example data:
H A Dprepend.inc120 <div class="gcse-search" data-linktarget></div>
H A Dshared-manual.inc11 information, including HTTP header related data.
102 // Open the note file for reading and get the data (12KB)
H A Dhistorical_mirrors.inc15 ["BGR", "bg2.php.net", "Data.BG", "http://www.data.bg"],
H A Derrors.inc190 'always-populate-raw-post-data' => 'ini.core.php#ini.always-populate-raw-post-data',
H A Dpregen-news.inc17970 …ance optimization in the Alibaba double-11 events; PHP development of big data analysis; Swoole cl…
17976 …ance optimization in the Alibaba double-11 events; PHP development of big data analysis; Swoole cl…
/web-php/manual/
H A Dvote-note.php27 $data = [ variable
33 …if (($r = posttohost($master_url, $data)) === null || strpos($r,"failed to open socket to") !== fa…
69 $data = [ variable
75 …if (($r = posttohost($master_url, $data)) !== null && strpos($r,"failed to open socket to") === fa…
/web-php/fonts/Font-Awesome/css/
H A Dfontello-embedded.css11 …src: url('data:application/octet-stream;base64,d09GRgABAAAAAA2wAA8AAAAAF7QAAQAAAAAAAAAAAAAAAAAAAAA…
12 …url('data:application/octet-stream;base64,AAEAAAAPAIAAAwBwR1NVQiCLJXoAAAD8AAAAVE9TLzI+I0oqAAABUAAA…
/web-php/
H A Dgit-php.php23 hosted project data from PHP.net, you can also use
H A DREADME.md28 - News & events data
/web-php/js/ext/
H A Djquery-3.6.0.min.js2data:function(e,t,n){return Q.access(e,t,n)},removeData:function(e,t){Q.remove(e,t)},_data:functio…
/web-php/fonts/Font-Awesome/
H A DREADME.txt57 that data url moved to separate @font-face to avoid problems with <IE9, when
/web-php/releases/
H A DNEWS_5_4_0_RC1.txt701 data on Windows). (Pierre)
2697 given bad data). (Ilia)
2732 data). (Greg)
2986 data). (Arnaud)
3215 incorrect data). (Greg)
3418 which to group by data is specified. (Ilia)
4421 data struct). (Tony)
5228 data in oci_fetch_*() functions). (Tony)
5715 freeing of data. (Dmitry, Andi)
6520 closed or chunked data). (Dmitry)
[all …]
H A DNEWS_5_4_0_beta1.txt605 data on Windows). (Pierre)
2601 given bad data). (Ilia)
2636 data). (Greg)
2890 data). (Arnaud)
3119 incorrect data). (Greg)
3322 which to group by data is specified. (Ilia)
4325 data struct). (Tony)
5132 data in oci_fetch_*() functions). (Tony)
5619 freeing of data. (Dmitry, Andi)
6424 closed or chunked data). (Dmitry)
[all …]
H A DNEWS_5_4_0_beta2.txt379 . Added support for storing upload progress feedback in session data. (Arnaud)
653 . Change E_ERROR to E_WARNING in mcrypt_create_iv when not enough data
656 data on Windows). (Pierre)
697 . Fixed data type usage in 64bit. (leocsilva at gmail dot com)
801 . Fixed bug #53959 (reflection data for fgetcsv out-of-date). (Richard)
905 . Fixed bug #39199 (Cannot load Lob data with more than 4000 bytes on
1024 large amount of data) (CVE-2010-3710). (Adam)
H A DNEWS_5_4_0_alpha1.txt202 . Added support for storing upload progress feedback in session data. (Arnaud)
/web-php/images/php8/
H A Dphp81_performance.svg1 <svg xmlns="http://www.w3.org/2000/svg" id="Слой_2" data-name="Слой 2" viewBox="1.52 5.95 672.63 19…

Completed in 157 milliseconds