Home
last modified time | relevance | path

Searched refs:arr (Results 101 – 125 of 281) sorted by relevance

12345678910>>...12

/plugin/lastpages/
H A Dsyntax.php92 function _debugArray(&$arr) { argument
93 echo highlight_string(print_r($arr, true));
/plugin/recommend/
H A Dadmin.php27 if ($INPUT->str('action') && $INPUT->arr('assignment') && checkSecurityToken()) {
28 $assignment = $INPUT->arr('assignment');
/plugin/asciimath/
H A Dasciimathml148r.js365 function AMposition(arr, str, n) { argument
371 h = arr.length;
374 if (arr[m]<str) n = m; else h = m;
378 for (var i=n; i<arr.length && arr[i]<str; i++);
779 for (var i=0; i<arr.length; i++) {
782 var arri = (linebreaks ? arr[i].split("\n\n") : [arr[i]]);
797 var mtch, str, arr, frg, i;
819 arr = str.split(AMdelimiter1);
820 for (i=0; i<arr.length; i++)
821 arr[i]=arr[i].replace(/AMescape2/g,AMdelimiter2).
[all …]
/plugin/authucenter/lib/uc_client/control/
H A Dcache.php22 function onupdate($arr) { argument
/plugin/googleanalytics/
H A Dadmin.php17 $this->savePreferences($INPUT->post->arr('pref'));
/plugin/referrers/
H A Dadmin.php17 $this->savePreferences($INPUT->post->arr('pref'));
/plugin/displaywikipage/
H A Dadmin.php26 $this->savePreferences($INPUT->post->arr('pref'));
/plugin/yuriigantt/3rd/dhtmlxgantt/ext/
H A Ddhtmlxgantt_click_drag.js.map1arr","callback","result","filter","length","getSecondsInUnit","unit","forEach","workArray","slice"…
/plugin/telleveryone/
H A Dadmin.php41 if (!$INPUT->arr('log')) return;
44 $log = $INPUT->arr('log');
/plugin/filelisting/action/
H A Ddelete.php46 $files_to_delete = array_keys($INPUT->arr('delete'));
/plugin/bez/meta/
H A DTpl.php86 $arr = explode(' ', $id);
88 foreach($arr as $item) {
/plugin/jcapture/lib/
H A Djcapture.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/freechat/phpfreechat/lib/json/
H A DJSON.php615 $arr = array();
635 return $arr;
661 array_push($arr, $this->decode($slice));
752 return $arr;
/plugin/blogtng/action/
H A Dedit.php107 $date = $INPUT->post->arr('post-date');
224 $date = $INPUT->post->arr('post-date');
321 $date = $INPUT->post->arr('post-date');
368 $tags = $INPUT->post->arr('post-tags');
/plugin/adhoctags/syntax/
H A Dabstract.php24 $arr = explode(',', $this->getConf($this->configName));
26 return in_array($this->tag, $arr);
/plugin/struct/action/
H A Daggregationeditor.php124 $data = $INPUT->arr('entry');
158 $searchconf = $INPUT->arr('searchconf');
/plugin/structpublish/action/
H A Dpublish.php28 $in = $INPUT->arr('structpublish');
/plugin/structnotification/
H A Dadmin.php54 if ($INPUT->str('action') && $INPUT->arr('predicate') && checkSecurityToken()) {
55 $predicate = $INPUT->arr('predicate');
/plugin/swiftmail/
H A DSwift.php137 foreach ($this->listeners as $type => $arr)
139 if (isset($arr[$id])) return $this->listeners[$type][$id];
149 foreach ($this->listeners as $type => $arr)
151 if (isset($arr[$id]))
/plugin/feedback/
H A Dadmin.php35 $data = $INPUT->arr('data');
/plugin/nsexport/action/
H A Dajax.php88 $pages = $INPUT->arr('pages');
/plugin/pagestat/
H A Dremote.php80 function make_sql_artxt($arr){ argument
82 foreach($arr as $wd){
/plugin/edittable/action/
H A Deditor.php93 foreach ($INPUT->post->arr('edittable__new', []) as $k => $v) {
108 foreach ($INPUT->post->arr('edittable__new', []) as $k => $v) {
H A Dnewtable.php57 $fields = $INPUT->post->arr('edittable__new');
/plugin/authplaincas/
H A Dauth.php221 $arr = explode(',', $this->_options[$optionName]);
222 foreach( $arr as $key => $item ){
223 $arr[$key] = trim($item);
225 return $arr;

12345678910>>...12