Home
last modified time | relevance | path

Searched refs:Array (Results 1 – 25 of 211) sorted by relevance

123456789

/plugin/quickstats/db/
DdataBaseStructure.txt6 [country] => Array ( [CountryCode] => Accesses, . . .),
7 [browser] => Array ( [BrowserName] => Accesses, . . .),
8 [platform] => Array ( [PlatformID] => Accesses, . . . )
9 [version] => Array ( [BrowserNameAndVersionNumber] => Accesses, . . . )
13 [page] => Array ( [<namespace:>page_name] => Accesses, . . .),
14 [date] => Array( [md5(<namespace:>page_name)] => timestamp)
17 [IP] => Array
25 Array
27 [words] => Array
29 [<word>] => Array
[all …]
/plugin/authopenldapkerberos/
Dauth.php50 Array($this->getConf('username'), $this->getConf('usergid'), $this->getConf('usermail'))
55 $userdata = Array(
58 'grps' => Array()
68Array($this->getConf('groupkey'), $this->getConf('groupgid'), $this->getConf('groupuids'))
106 Array($this->getConf('usergid'))
124Array($this->getConf('userkey'), $this->getConf('username'), $this->getConf('usergid'), $this->get…
128 $users = Array();
131 $users[$e[$i][$this->getConf('userkey')][0]] = Array(
134 'grps' => Array(),
142Array($this->getConf('groupkey'), $this->getConf('groupgid'), $this->getConf('groupuids'))
[all …]
/plugin/judge/helper/
Dcrud.php34 return Array('submissions_table' => null, 'count' => 0);
42 $table_data = Array();
46 …$table_data[] = Array($i, '<a href="' . $row["problem_name"] . '">' . $row["problem_name"] . '</a>…
48 …$table_data[] = Array($i, $this->convert_time($row["timestamp"]), ($row["status_code"] == '1' ? "د…
68 …$table_data[] = Array($i, '<a href="' . $row["problem_name"] . '">' . $row["problem_name"] . '</a>…
70 …$table_data[] = Array($i, '<a href="' . $row["problem_name"] . '">' . $row["problem_name"] . '</a>…
72 … $table_data[] = Array($i, $this->convert_time($row["timestamp"]), $language[0], $valid_text);
81 …$table_data[] = Array($i, '<a href="' . $row["problem_name"] . '">' . $row["problem_name"] . '</a>…
84 …$table_data[] = Array($i, '<a href="' . $row["problem_name"] . '">' . $row["problem_name"] . '</a>…
86 …$table_data[] = Array($i, '<a href="' . $row["problem_name"] . '">' . $row["problem_name"] . '</a>…
[all …]
/plugin/etherpadlite/action/
Detherpadlite.php98 …$ret = Array("file" => __FILE__, "line" => __LINE__, "error" => "Server-Fehler (Pad-Plugin): ".$e-…
129 if (!is_array($meta)) $meta = Array();
189 p_set_metadata($ID, Array("etherpadlite" => $meta));
202 …$ret = Array("hasPassword" => $hasPassword, "canPassword" => $canPassword, "encpw" => ($hasPasswor…
242 …return Array("file" => __FILE__, "line" => __LINE__, "error" => $this->getLang("CSRF protection.")…
245 …if (!is_array($meta)) return Array("file" => __FILE__, "line" => __LINE__, "error" => $this->getLa…
246 …if (!isset($meta[$rev])) return Array("file" => __FILE__, "line" => __LINE__, "error" => $this->ge…
247 …if ($meta[$rev]["owner"] != $this->client) return Array("file" => __FILE__, "line" => __LINE__, "e…
299 …if (!is_array($meta)) return Array("file" => __FILE__, "line" => __LINE__, "error" => $this->getLa…
300 …if (!isset($meta[$rev])) return Array("file" => __FILE__, "line" => __LINE__, "error" => $this->ge…
[all …]
/plugin/findologicxmlexport/vendor/sebastian/exporter/
DREADME.md25 'trace' => Array &0 ()
80 Array &0 (
81 0 => Array &1 (
86 1 => Array &2 (
97 Array &0 (
98 'self' => Array &1 (
99 'self' => Array &1
127 // Array ()
130 // Array (...)
/plugin/textmodule/
Dadmin.php41 return Array(Array('',''),Array('',''),Array('',''));
/plugin/cronojob/pseudo-cron/
Dpseudo-cron.inc.php275 $months28 = Array(2);
276 $months30 = Array(4,6,9,11);
277 $months31 = Array(1,3,5,7,8,10,12);
309 $extjob = Array();
401 $job = Array();
402 $jobs = Array();
412 Array("Sun","Mon","Tue","Wed","Thu","Fri","Sat"),
413 Array(0,1,2,3,4,5,6),
Dpseudo-cron-image.php318 $months28 = Array(2);
319 $months30 = Array(4,6,9,11);
320 $months31 = Array(1,3,5,7,8,10,12);
352 $extjob = Array();
444 $job = Array();
445 $jobs = Array();
455 Array("Sun","Mon","Tue","Wed","Thu","Fri","Sat"),
456 Array(0,1,2,3,4,5,6),
/plugin/cronojob/
Dpseudocron.php257 $months28 = Array(2);
258 $months30 = Array(4,6,9,11);
259 $months31 = Array(1,3,5,7,8,10,12);
291 $extjob = Array();
351 $job = Array();
352 $jobs = Array();
362 Array("Sun","Mon","Tue","Wed","Thu","Fri","Sat"),
363 Array(0,1,2,3,4,5,6),
/plugin/dir/
Dsyntax.php39 var $plugins = Array();
40 var $opts = Array();
41 var $cols = Array();
42 var $hdrs = Array();
43 var $pages = Array();
44 var $includeTags = Array();
45 var $excludeTags = Array();
52 var $sortKeys = Array();
797 $this->opts ["skipfqid"] = Array();
798 $this->opts ["skipns"] = Array();
[all …]
/plugin/findologicxmlexport/vendor/twig/extensions/doc/
Darray.rst1 The Array Extension
4 The Array extensions provides the following filters:
/plugin/asciidocjs/node_modules/get-intrinsic/
DREADME.md31 assert.equal(GetIntrinsic('%Array.prototype.push%'), Array.prototype.push);
37 GetIntrinsic('%Array.prototype.push%').call(arr, 3);
40 delete Array.prototype.push;
41 GetIntrinsic('%Array.prototype.push%').call(arr, 4);
/plugin/asciidocjs/node_modules/babel-types/
DREADME.md36 - `elements`: `Array<null | Expression | SpreadElement>` (default: `[]`)
49 - `elements`: `Array<Identifier | Pattern | RestElement>` (required)
51 - `decorators`: `Array<Decorator>` (default: `null`)
77 - `params`: `Array<LVal>` (required)
111 - `decorators`: `Array<Decorator>` (default: `null`)
166 - `body`: `Array<Statement>` (required)
167 - `directives`: `Array<Directive>` (default: `[]`)
231 - `arguments`: `Array<Expression | SpreadElement>` (required)
256 - `body`: `Array<ClassMethod | ClassProperty>` (required)
272 - `decorators`: `Array<Decorator>` (required)
[all …]
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
Dper-request-configuration.asciidoc147 Array
154 [_source] => Array
179 Array
181 [transfer_stats] => Array
205 [certinfo] => Array
214 [curl] => Array
221 [headers] => Array
223 [Content-Type] => Array
228 [Content-Length] => Array
237 [body] => Array
[all …]
Dconnecting.asciidoc265 Array
299 Array
306 [_source] => Array
345 Array
349 [_shards] => Array
356 [hits] => Array
360 [hits] => Array
362 [0] => Array
368 [_source] => Array
401 Array
[all …]
/plugin/barcodes/vendor/jucksearm/php-barcode/lib/
DBarcode1D.php1446 $barlen = Array(
1447 0 => Array(1,1,2,2,2),
1448 1 => Array(2,2,2,1,1),
1449 2 => Array(2,2,1,2,1),
1450 3 => Array(2,2,1,1,2),
1451 4 => Array(2,1,2,2,1),
1452 5 => Array(2,1,2,1,2),
1453 6 => Array(2,1,1,2,2),
1454 7 => Array(1,2,2,2,1),
1455 8 => Array(1,2,2,1,2),
[all …]
/plugin/asciidocjs/node_modules/jstransformer/
DREADME.md35 {body: String, dependencies: Array.<String>}
45 => {body: String, dependencies: Array.<String>}
60 => Promise({body: String, dependencies: Array.<String>})
71 => {body: String, dependencies: Array.<String>}
86 => Promise({body: String, dependencies: Array.<String>})
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/TextUI/
Dexception-stack.phpt27 Array (
41 Array (
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/
DREADME.md188 Array
195 [_shards] => Array
225 Array
234 [_source] => Array
257 Array
288 Array
292 [_shards] => Array
300 [hits] => Array
302 [total] => Array
309 [hits] => Array
[all …]
/plugin/bibtex/OSBib/format/bibtexParse/
DREADME24 Array
26 [0] => Array
39 [1] => Array
55 Array
67 Array
/plugin/subjectindex/inc/
Dcommon.php27 function __construct(Array $paths = null, Array $pids = null) {
159 function cleanup(Array $all_pages) {
176 function update($pid, Array $matched_entries) {
/plugin/sequencediagram/bower_components/lodash/doc/
DREADME.md7 ## `Array`
413 ## `“Array” Methods`
428 1. `array` *(Array)*: The array to process.
432 *(Array)*: Returns the new array of chunks.
458 1. `array` *(Array)*: The array to compact.
461 *(Array)*: Returns the new array of filtered values.
484 1. `array` *(Array)*: The array to concatenate.
488 *(Array)*: Returns the new concatenated array.
522 1. `array` *(Array)*: The array to inspect.
523 2. `[values]` *(...Array)*: The values to exclude.
[all …]
/plugin/asciidocjs/node_modules/void-elements/
DREADME.md4 ### Array of "void elements" defined by the HTML specification
6 Exports an Array of "void element" node names as defined by the HTML spec.
/plugin/asciidocjs/node_modules/filelist/
DREADME.md11 element of the FileList/Array is requested, the pending patterns
17 patterns, individual files, or RegExp objects. When the Array
30 ### Array methods
/plugin/jplayer/vendor/happyworm/jplayer/src/actionscript/happyworm/jPlayer/
DConnectManager.as39 private var protocols_arr:Array = new Array("rtmp","rtmpt","rtmpe","rtmpte","rtmps");
40 private var ports_arr:Array = new Array("",":1935",":80",":443");
46 private var _aNC:Array;
50 private var m_connList:Array = [];
97 _aNC = new Array();

123456789