Home
last modified time | relevance | path

Searched refs:count (Results 51 – 75 of 2539) sorted by path

12345678910>>...102

/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.min.js10 …prototype.bufferedPageRange=function(){return{start:this._pageBufferStart,count:this._pageBuffer.l…
H A Dpdfmake.min.js.map1count","HOT_SPAN","HOT_COUNT","countBy","groupBy","indexBy","partition","getTime","valueOf","objPr…
/plugin/amcharts/assets/amcharts/plugins/export/libs/xlsx/
H A Dxlsx.min.js7 …ite_ws_xml_merges(merges){if(merges.length==0)return"";var o='<mergeCells count="'+merges.length+'…
H A Dxlsx.min.map1 …ex","parse_si","html","cellHTML","sstr0","sstr1","sstr2","parse_sst_xml","count","uniqueCount","SS…
/plugin/amcharts/assets/amcharts/
H A Dserial.js29 …d(this.categoryAxis.minPeriod);return e.changeDate(new Date(a),b.period,b.count,!0).getTime()-1},u…
45 …,close:t,high:B,low:x,average:A,sum:q,count:D};a=e.formatValue(a,{open:n,close:r,high:z,low:w,aver… property in AnonymousFunctione8fd266e5700.q
71 …p,n="",n=e.extractPeriod(this.minPeriod),r=e.getPeriodDuration(n.period,n.count),w,z,u,q,D=this.ro…
76 …tartTime;b=this.choosePeriod(0);g=b.period;w=b.count;b=e.getPeriodDuration(g,w);b<r&&(g=n.period,w…
/plugin/anewssystem/
H A Dsyntax.php739 if(count($check)-1>$preview_length) $prvw_string .= ' ...';
875 if(count($tags) >0 ) {
942 if(count($tags_result)<1) $output.='<span>no tags found</span>';
1051 if(count($check)-1>$preview_length) $prvw_string .= ' ...';
/plugin/annotate/
H A Danno.php113 if (count($classes) > 1) {
226 for($i=0; $i<count($_list); $i++) {
/plugin/apidoc/
H A Dsyntax.php16 switch( min( count( $f ), 4 ) ) {
34 switch( min( count( $f ), 3 ) ) {
50 switch( min( count( $f ), 4 ) ) {
68 switch( min( count( $f ), 4 ) ) {
237 for( $i=0; $i < count( $matches )-1; $i++ ) {
262 while( count( $arr ) > 0 ) {
264 …for( $i=0; $i < count( $arr ); $i++ ) if( strcasecmp( $arr[$smallest]->name, $arr[$i]->name ) > 0 …
275 …for( $i=0; $i < count( $data->methods ); $i++ ) $data->methods[$i]->parameters = $this->apidoc_sor…
/plugin/approve/action/
H A Dmigration.php56 $vals = join(',', array_fill(0,count($entry),'?'));
203 while (count($revs = $changelog->getRevisions($first, $num)) > 0) {
225 $count = 0;
230 while (count($revs = $changelog->getRevisions($first, $num)) > 0) {
234 $count += 1;
240 return $count;
259 while (count($revs = $changelog->getRevisions($first, $num)) > 0) {
H A Drevisions.php36 if (count($approve_revisions) > 1) {
/plugin/approve/
H A Dhelper.php247 if (count($ready_for_approval_acl) == 0) return auth_quickaclcheck($id) >= AUTH_EDIT; // empty
/plugin/approve/syntax/
H A Dtable.php44 if (count($pair) < 2) {
118 && count($a) == count($b)
/plugin/asana/remote/
H A DAPILink.php509 while( count($tasks) !=0 ){
521 while( count($tasks) !=0 ){
/plugin/asiansearch/
H A Daction.php190 $snippets[count($snippets)-1] .= utf8_substr($text,$append,$end-$append);
/plugin/asyncsearch/
H A Dpagelookup.php61 if(count($data)){
100 if(count($data)){
/plugin/authclientcert/
H A Dauth.php143 if (count($nameval) == 2 && $nameval[0] == "email") {
/plugin/authdrupal7/
H A Dauth.php87 if($result !== false && count($result) == 1) {
189 if($result !== false && count($result)) {
215 if($result !== false && count($result)) {
/plugin/authdrupal8/
H A Dauth.php83 if($result !== false && count($result) == 1) {
184 if($result !== false && count($result)) {
210 if($result !== false && count($result)) {
227 * @return int count of found users
H A Dpassword.inc42 * @param $count
48 function _password_base64_encode($input, $count) {
55 if ($i < $count) {
59 if ($i++ >= $count) {
62 if ($i < $count) {
66 if ($i++ >= $count) {
70 } while ($i < $count);
88 * A 12 character string containing the iteration count and a random salt.
94 // We encode the final log2 iteration count in base 64.
171 $count
[all...]
/plugin/authfacebook/
H A Dauth.php146 if (count($plain_user) > 0)
155 while (count($plain_user) > 0 || in_array($user.$ext,$fb_ids)){
/plugin/authfacebook/lib/
H A DFacebook.php446 return count($graphEdge) > 0 ? $graphEdge : null;
H A DFacebookBatchRequest.php225 $batchCount = count($this->requests);
/plugin/authfacebook/lib/GraphNodes/
H A DBirthday.php60 $this->hasYear = count($parts) === 3 || count($parts) === 1;
61 $this->hasDate = count($parts) === 3 || count($parts) === 2;
H A DCollection.php165 public function count() function in Facebook\\GraphNodes\\Collection
167 return count($this->items);
H A DGraphNodeFactory.php374 return array_keys($data) === range(0, count($data) - 1);

12345678910>>...102