Home
last modified time | relevance | path

Searched refs:arr (Results 151 – 175 of 281) sorted by path

12345678910>>...12

/plugin/googleanalytics/
H A Dadmin.php17 $this->savePreferences($INPUT->post->arr('pref'));
/plugin/googlesearch/
H A Dnusoap.php2597 $arr = explode(':',$header_line, 2);
2598 if(count($arr) > 1){
2599 $header_name = strtolower(trim($arr[0]));
2603 $cookie = $this->parseCookie(trim($arr[1]));
2761 $arr = explode(':',$header_line,2);
2762 if(count($arr) > 1){
2763 $header_name = strtolower(trim($arr[0]));
2782 $arr = explode(' ', $header_array[0], 3);
2783 $http_version = $arr[0];
2784 $http_status = intval($arr[1]);
[all …]
/plugin/groupmail/
H A Drecaptchalib.php249 $arr = preg_split("/@/", $email );
251 if (strlen ($arr[0]) <= 4) {
252 $arr[0] = substr ($arr[0], 0, 1);
253 } else if (strlen ($arr[0]) <= 6) {
254 $arr[0] = substr ($arr[0], 0, 3);
256 $arr[0] = substr ($arr[0], 0, 4);
258 return $arr;
/plugin/groupmanager/
H A Dsyntax.php42 function remove_item_by_value($val, $arr, $preserve = true) argument
44 if (empty($arr) || !is_array($arr)) {
47 foreach (array_keys($arr, $val) as $key) {
48 unset($arr[$key]);
50 return ($preserve) ? $arr : array_values($arr);
/plugin/groupmatrix/syntax/
H A Dtable.php193 $arr = [];
198 $arr[] = trim($value);
200 return $arr;
/plugin/groupmgr/
H A Dsyntax.php40 function remove_item_by_value($val, $arr, $preserve = true) { argument
41 if (empty($arr) || !is_array($arr)) { return false; }
42 foreach(array_keys($arr,$val) as $key){ unset($arr[$key]); }
43 return ($preserve) ? $arr : array_values($arr);
/plugin/html2pdf/html2pdf/html2ps/fpdf/
H A Dfpdf.php811 foreach ($this->_options as $arr) {
813 $handler->_textstring($arr[0]),
814 $handler->_textstring($arr[1])));
/plugin/html2pdf/html2pdf/html2ps/
H A Dpdf.fpdf.php907 foreach ($this->_options as $arr) {
909 $handler->_textstring($arr[0]),
910 $handler->_textstring($arr[1])));
/plugin/icalevents/vendor/bin/
H A Dgenerate_vcards194 $r = function($arr) {
196 return $arr[mt_rand(0,count($arr)-1)];
/plugin/icalevents/vendor/sabre/vobject/bin/
H A Dgenerate_vcards194 $r = function($arr) {
196 return $arr[mt_rand(0,count($arr)-1)];
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Property/
H A DCompoundTest.php11 $arr = [
19 $elem->setParts($arr);
/plugin/imapmarkers/
H A Djquery.imagemapster.js260 arr = text.split(',');
261 for (i = 0; i < arr.length; i++) {
264 el = arr[i] ? arr[i].trim() : '';
266 arr.splice(i, 1);
268 arr[i] = cb ? cb(el) : el;
271 return arr;
323 indexOf: function (arr, target) { argument
325 return Array.prototype.indexOf.call(arr, target); argument
327 for (var i = 0; i < arr.length; i++) {
328 if (arr[i] === target) {
/plugin/inclform/
H A Dsyntax.php21 function eval_form_php($arr) { argument
27 print_r( $arr );
35 eval("?>$arr"); // not $arr -- now allows parsing all PHP blocks
37 @eval("?>$arr"); // not $arr -- now allows parsing all PHP blocks
/plugin/issuetracker/
H A Daction.php3766 foreach ($colarr as $col => $arr) {
3767 foreach ($arr as $k => $v) {
H A Dprototype.js5012 arr = [ ],
5015 arr.push(element);
5017 return arr.inject([], function(elements, child) {
/plugin/jcapture/lib/
H A Dapache-mime4j-0.6.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Dhttpclient-4.0.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Djcapture.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Dtransform-3.0.2.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jdraw/lib/
H A Dapache-mime4j-0.6.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Dhttpclient-4.0.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Djgraphx-examples.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jirainfo/
H A Daction.php83 $arr = json_decode($data, true);
89 'key' => $arr['key'],
90 'summary' => $arr['fields']['summary'],
94 if (in_array('status', $fields) && isset($arr['fields']['status'])) {
96 'name' => $arr['fields']['status']['name'],
102 'name' => $arr['fields']['priority']['name'],
103 'iconUrl' => $arr['fields']['priority']['iconUrl']
108 'name' => $arr['fields']['issuetype']['name'],
109 'iconUrl' => $arr['fields']['issuetype']['iconUrl']
112 if (in_array('comment', $fields) && isset($arr['fields']['comment'])) {
[all …]
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
H A Dogg.js2arr){var ret=Runtime.stackAlloc(arr.length);writeArrayToMemory(arr,ret);return ret}),"stringToC":(… argument
H A Dopus.js2arr){var ret=Runtime.stackAlloc(arr.length);writeArrayToMemory(arr,ret);return ret}),"stringToC":(… argument

12345678910>>...12