Home
last modified time | relevance | path

Searched refs:strval (Results 151 – 175 of 4483) sorted by relevance

12345678910>>...180

/dports/mail/pear-Horde_Imap_Client/Horde_Imap_Client-2.29.18/lib/Horde/Imap/Client/Namespace/
H A DList.php42 $this->_ns[strval($val)] = $val;
58 $mbox = strval($mbox);
82 return isset($this->_ns[strval($offset)]);
89 $offset = strval($offset);
101 $this->_ns[strval($value)] = $value;
109 unset($this->_ns[strval($offset)]);
/dports/mail/nextcloud-mail/mail/vendor/pear-pear.horde.org/Horde_Imap_Client/Horde/Imap/Client/Namespace/
H A DList.php42 $this->_ns[strval($val)] = $val;
58 $mbox = strval($mbox);
82 return isset($this->_ns[strval($offset)]);
89 $offset = strval($offset);
101 $this->_ns[strval($value)] = $value;
109 unset($this->_ns[strval($offset)]);
/dports/deskutils/egroupware/egroupware/vendor/pear-pear.horde.org/Horde_Imap_Client/Horde/Imap/Client/Namespace/
H A DList.php42 $this->_ns[strval($val)] = $val;
58 $mbox = strval($mbox);
82 return isset($this->_ns[strval($offset)]);
89 $offset = strval($offset);
101 $this->_ns[strval($value)] = $value;
109 unset($this->_ns[strval($offset)]);
/dports/sysutils/ldap-account-manager/ldap-account-manager-7.3/lib/3rdParty/composer/pear-pear.horde.org/Horde_Imap_Client/Horde/Imap/Client/Namespace/
H A DList.php42 $this->_ns[strval($val)] = $val;
58 $mbox = strval($mbox);
82 return isset($this->_ns[strval($offset)]);
89 $offset = strval($offset);
101 $this->_ns[strval($value)] = $value;
109 unset($this->_ns[strval($offset)]);
/dports/www/moodle310/moodle/lib/horde/framework/Horde/Imap/Client/Namespace/
H A DList.php42 $this->_ns[strval($val)] = $val;
58 $mbox = strval($mbox);
82 return isset($this->_ns[strval($offset)]);
89 $offset = strval($offset);
101 $this->_ns[strval($value)] = $value;
109 unset($this->_ns[strval($offset)]);
/dports/www/moodle311/moodle/lib/horde/framework/Horde/Imap/Client/Namespace/
H A DList.php42 $this->_ns[strval($val)] = $val;
58 $mbox = strval($mbox);
82 return isset($this->_ns[strval($offset)]);
89 $offset = strval($offset);
101 $this->_ns[strval($value)] = $value;
109 unset($this->_ns[strval($offset)]);
/dports/www/moodle39/moodle/lib/horde/framework/Horde/Imap/Client/Namespace/
H A DList.php42 $this->_ns[strval($val)] = $val;
58 $mbox = strval($mbox);
82 return isset($this->_ns[strval($offset)]);
89 $offset = strval($offset);
101 $this->_ns[strval($value)] = $value;
109 unset($this->_ns[strval($offset)]);
/dports/www/mediawiki135/mediawiki-1.35.5/includes/export/
H A DXmlDumpWriter.php246 $out .= ' ' . Xml::element( 'ns', [], strval( $row->page_namespace ) ) . "\n";
247 $out .= ' ' . Xml::element( 'id', [], strval( $row->page_id ) ) . "\n";
265 strval( $row->page_restrictions ) ) . "\n";
350 $out .= " " . Xml::element( 'id', null, strval( $rev->getId() ) ) . "\n";
377 . Xml::elementClean( 'comment', [], strval( $rev->getComment()->text ) )
407 $out .= " " . Xml::element( 'sha1', null, strval( $sha1 ) ) . "\n";
468 $out .= $indent . Xml::element( 'model', null, strval( $contentModel ) ) . "\n";
585 $out .= " " . Xml::element( 'id', null, strval( $row->log_id ) ) . "\n";
604 $out .= " " . Xml::element( 'type', null, strval( $row->log_type ) ) . "\n";
614 strval( $row->log_params ) ) . "\n";
[all …]
/dports/www/mediawiki136/mediawiki-1.36.3/includes/export/
H A DXmlDumpWriter.php246 $out .= ' ' . Xml::element( 'ns', [], strval( $row->page_namespace ) ) . "\n";
247 $out .= ' ' . Xml::element( 'id', [], strval( $row->page_id ) ) . "\n";
265 strval( $row->page_restrictions ) ) . "\n";
350 $out .= " " . Xml::element( 'id', null, strval( $rev->getId() ) ) . "\n";
377 . Xml::elementClean( 'comment', [], strval( $rev->getComment()->text ) )
407 $out .= " " . Xml::element( 'sha1', null, strval( $sha1 ) ) . "\n";
468 $out .= $indent . Xml::element( 'model', null, strval( $contentModel ) ) . "\n";
585 $out .= " " . Xml::element( 'id', null, strval( $row->log_id ) ) . "\n";
604 $out .= " " . Xml::element( 'type', null, strval( $row->log_type ) ) . "\n";
614 strval( $row->log_params ) ) . "\n";
[all …]
/dports/databases/redis6/redis-6.0.16/tests/modules/
H A Ddatatype.c11 RedisModuleString *strval; member
20 RedisModuleString *strval = RedisModule_LoadString(io); in datatype_load() local
25 dt->strval = strval; in datatype_load()
32 RedisModule_SaveString(io, dt->strval); in datatype_save()
39 if (dt->strval) RedisModule_FreeString(NULL, dt->strval); in datatype_free()
60 dt->strval = argv[3]; in datatype_set()
61 RedisModule_RetainString(ctx, dt->strval); in datatype_set()
102 RedisModule_ReplyWithString(ctx, dt->strval); in datatype_get()
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/go.elastic.co/apm/module/apmzerolog/
H A Dwriter.go154 if strval, ok := m[zerolog.TimestampFieldName].(string); ok {
155 if t, err := time.Parse(zerolog.TimeFieldFormat, strval); err == nil {
171 if strval, ok := in[StackSourceLineName].(string); ok {
172 if line, err := strconv.Atoi(strval); err == nil {
183 if strval, ok := m[SpanIDFieldName].(string); ok {
184 if err := decodeHex(l.spanID[:], strval); err != nil {
189 if strval, ok := m[TraceIDFieldName].(string); ok {
190 if err := decodeHex(l.traceID[:], strval); err != nil {
194 if strval, ok := m[TransactionIDFieldName].(string); ok {
195 if err := decodeHex(l.transactionID[:], strval); err != nil {
/dports/x11-toolkits/Xmt/xmt400/Xmt/
H A DLexer.c59 lexer->strval = NULL;
86 lexer->strval = NULL;
182 l->strval = XtMalloc(len+1);
183 strncpy(l->strval, mark, len);
184 l->strval[len] = '\0';
207 l->strval = XtMalloc(len+1);
208 strncpy(l->strval, mark, len);
209 l->strval[len] = '\0';
218 XtFree(l->strval);
219 l->strval = l->keywords[keyword];
[all …]
/dports/lang/php74/php-7.4.27/ext/standard/
H A Dtype.c121 char *strval = Z_STRVAL_P(num); in PHP_FUNCTION() local
124 while (isspace(*strval) && strlen) { in PHP_FUNCTION()
125 strval++; in PHP_FUNCTION()
132 if (strval[0] == '-' || strval[0] == '+') { in PHP_FUNCTION()
136 if (strval[offset] == '0' && (strval[offset + 1] == 'b' || strval[offset + 1] == 'B')) { in PHP_FUNCTION()
143 tmpval[0] = strval[0]; in PHP_FUNCTION()
147 memcpy(tmpval + offset, strval + offset + 2, strlen - offset); in PHP_FUNCTION()
191 PHP_FUNCTION(strval) in PHP_FUNCTION() argument
/dports/lang/php73/php-7.3.33/ext/standard/
H A Dtype.c106 char *strval = Z_STRVAL_P(num); in PHP_FUNCTION() local
109 while (isspace(*strval) && strlen) { in PHP_FUNCTION()
110 strval++; in PHP_FUNCTION()
117 if (strval[0] == '-' || strval[0] == '+') { in PHP_FUNCTION()
121 if (strval[offset] == '0' && (strval[offset + 1] == 'b' || strval[offset + 1] == 'B')) { in PHP_FUNCTION()
128 tmpval[0] = strval[0]; in PHP_FUNCTION()
132 memcpy(tmpval + offset, strval + offset + 2, strlen - offset); in PHP_FUNCTION()
176 PHP_FUNCTION(strval) in PHP_FUNCTION() argument
/dports/www/mod_php73/php-7.3.33/ext/standard/
H A Dtype.c106 char *strval = Z_STRVAL_P(num); in PHP_FUNCTION() local
109 while (isspace(*strval) && strlen) { in PHP_FUNCTION()
110 strval++; in PHP_FUNCTION()
117 if (strval[0] == '-' || strval[0] == '+') { in PHP_FUNCTION()
121 if (strval[offset] == '0' && (strval[offset + 1] == 'b' || strval[offset + 1] == 'B')) { in PHP_FUNCTION()
128 tmpval[0] = strval[0]; in PHP_FUNCTION()
132 memcpy(tmpval + offset, strval + offset + 2, strlen - offset); in PHP_FUNCTION()
176 PHP_FUNCTION(strval) in PHP_FUNCTION() argument
/dports/www/mod_php74/php-7.4.27/ext/standard/
H A Dtype.c121 char *strval = Z_STRVAL_P(num); in PHP_FUNCTION() local
124 while (isspace(*strval) && strlen) { in PHP_FUNCTION()
125 strval++; in PHP_FUNCTION()
132 if (strval[0] == '-' || strval[0] == '+') { in PHP_FUNCTION()
136 if (strval[offset] == '0' && (strval[offset + 1] == 'b' || strval[offset + 1] == 'B')) { in PHP_FUNCTION()
143 tmpval[0] = strval[0]; in PHP_FUNCTION()
147 memcpy(tmpval + offset, strval + offset + 2, strlen - offset); in PHP_FUNCTION()
191 PHP_FUNCTION(strval) in PHP_FUNCTION() argument
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/amenadiel/jpgraph/Examples/examples_scatter/
H A Dballoonex2.php23 $format[strval($datax[$i])][strval($datay[$i])] = array($data[$i][2], $data[$i][3]);
33 return array($format[strval($aXVal)][strval($aYVal)][0], '',
34 $format[strval($aXVal)][strval($aYVal)][1], '', '');
/dports/finance/pear_Payment_DTA/Payment_DTA-1.4.3/
H A DDTA.php183 = strval($account['account_number']);
185 = strval($account['bank_code']);
859 strval($this->count()+1) .' @ offset '. strval($c_start) .
911 strval($this->count()+1) .' @ offset '. strval($c_start)
922 strval($this->count()+1) .' @ offset '. strval($c_start)
932 strval($this->count()+1) .' @ offset '. strval($c_start)
941 strval($this->count()+1) .' @ offset '. strval($c_start)
998 ' @ offset '. strval($c_start)
1033 strval($this->count()+1) .' @ offset '. strval($c_start)
1066 strval($this->count()+1) .
[all …]
/dports/mail/horde-imp/imp-6.2.27/lib/
H A DFtree.php313 unset($this->_parent[strval($elt)]);
316 if (strval($account) == strval($elt)) {
335 $parent = strval($elt->parent);
340 $this->_elts[strval($elt)],
482 $s_elt = strval($elt);
578 $s_elt = strval($elt);
679 $id = strval($id);
750 $id = strval($id);
780 $parent = strval($p_elt);
847 $offset = strval($offset);
[all …]
/dports/lang/php73/php-7.3.33/ext/date/tests/
H A Dbug21966.phpt7 echo '27/3/04 = ' . strval(mktime(0,0,0,3,27,2004)) . "\n"; // 1080345600
8 echo '28/3/04 = ' . strval(mktime(0,0,0,3,28,2004)) . "\n"; // -3662 - should be 108043200
9 echo '28/3/04 = ' . strval(mktime(2,0,0,3,28,2004)) . "\n"; // 1080435600
10 echo '29/3/04 = ' . strval(mktime(0,0,0,3,29,2004)) . "\n"; // 1080514800
11 echo '30/3/04 = ' . strval(mktime(0,0,0,3,30,2004)) . "\n"; // 1080601200
/dports/www/mod_php81/php-8.1.1/ext/date/tests/
H A Dbug21966.phpt7 echo '27/3/04 = ' . strval(mktime(0,0,0,3,27,2004)) . "\n"; // 1080345600
8 echo '28/3/04 = ' . strval(mktime(0,0,0,3,28,2004)) . "\n"; // -3662 - should be 108043200
9 echo '28/3/04 = ' . strval(mktime(2,0,0,3,28,2004)) . "\n"; // 1080435600
10 echo '29/3/04 = ' . strval(mktime(0,0,0,3,29,2004)) . "\n"; // 1080514800
11 echo '30/3/04 = ' . strval(mktime(0,0,0,3,30,2004)) . "\n"; // 1080601200
/dports/lang/php74/php-7.4.27/ext/date/tests/
H A Dbug21966.phpt7 echo '27/3/04 = ' . strval(mktime(0,0,0,3,27,2004)) . "\n"; // 1080345600
8 echo '28/3/04 = ' . strval(mktime(0,0,0,3,28,2004)) . "\n"; // -3662 - should be 108043200
9 echo '28/3/04 = ' . strval(mktime(2,0,0,3,28,2004)) . "\n"; // 1080435600
10 echo '29/3/04 = ' . strval(mktime(0,0,0,3,29,2004)) . "\n"; // 1080514800
11 echo '30/3/04 = ' . strval(mktime(0,0,0,3,30,2004)) . "\n"; // 1080601200
/dports/lang/php81/php-8.1.1/ext/date/tests/
H A Dbug21966.phpt7 echo '27/3/04 = ' . strval(mktime(0,0,0,3,27,2004)) . "\n"; // 1080345600
8 echo '28/3/04 = ' . strval(mktime(0,0,0,3,28,2004)) . "\n"; // -3662 - should be 108043200
9 echo '28/3/04 = ' . strval(mktime(2,0,0,3,28,2004)) . "\n"; // 1080435600
10 echo '29/3/04 = ' . strval(mktime(0,0,0,3,29,2004)) . "\n"; // 1080514800
11 echo '30/3/04 = ' . strval(mktime(0,0,0,3,30,2004)) . "\n"; // 1080601200
/dports/lang/php80/php-8.0.15/ext/date/tests/
H A Dbug21966.phpt7 echo '27/3/04 = ' . strval(mktime(0,0,0,3,27,2004)) . "\n"; // 1080345600
8 echo '28/3/04 = ' . strval(mktime(0,0,0,3,28,2004)) . "\n"; // -3662 - should be 108043200
9 echo '28/3/04 = ' . strval(mktime(2,0,0,3,28,2004)) . "\n"; // 1080435600
10 echo '29/3/04 = ' . strval(mktime(0,0,0,3,29,2004)) . "\n"; // 1080514800
11 echo '30/3/04 = ' . strval(mktime(0,0,0,3,30,2004)) . "\n"; // 1080601200
/dports/www/mod_php73/php-7.3.33/ext/date/tests/
H A Dbug21966.phpt7 echo '27/3/04 = ' . strval(mktime(0,0,0,3,27,2004)) . "\n"; // 1080345600
8 echo '28/3/04 = ' . strval(mktime(0,0,0,3,28,2004)) . "\n"; // -3662 - should be 108043200
9 echo '28/3/04 = ' . strval(mktime(2,0,0,3,28,2004)) . "\n"; // 1080435600
10 echo '29/3/04 = ' . strval(mktime(0,0,0,3,29,2004)) . "\n"; // 1080514800
11 echo '30/3/04 = ' . strval(mktime(0,0,0,3,30,2004)) . "\n"; // 1080601200

12345678910>>...180