Home
last modified time | relevance | path

Searched refs:explode (Results 451 – 475 of 1634) sorted by relevance

1...<<11121314151617181920>>...66

/plugin/include/syntax/
H A Dinclude.php71 list($match, $flags) = array_pad(explode('&', $match, 2), 2, '');
78 return array($mode, $page, $sect, explode('&', $flags), $level, $pos);
/plugin/davcal/vendor/sabre/http/lib/Auth/
H A DAWS.php57 $authHeader = explode(' ', $authHeader);
64 list($this->accessKey, $this->signature) = explode(':', $authHeader[1]);
/plugin/tos/
H A Daction.php177 $diff = new Diff(explode("\n", $old), explode("\n", $new));
/plugin/authgooglesheets/vendor/google/auth/
H A Dautoload.php20 $classPath = explode('_', $className);
/plugin/ajaxloader/
H A Dcommon.php3 $name = explode('_', substr($call, 7), 3);
/plugin/glossary/
H A Dglossary.class.php231 $exclude_array = explode ("|", ".|..|".$this->configFile);
290 $exclude_array = explode ("|", ".|..|".$this->configFile);
405 $exclude_array = explode("|", $exclude);
549 foreach (explode ($this->transSep, $record['word']) as $word)
550 foreach (explode ($this->transSep, $record['translate']) as $translate) {
617 foreach (explode ($this->transSep, $record['word']) as $word)
618 foreach (explode ($this->transSep, $record['translate']) as $translate) {
782 foreach (explode ($this->transSep, $values['word']) as $word)
785 foreach (explode ($this->transSep, $values['word']) as $word)
827 $exclude_array = explode ("|", ".|..");
/plugin/html2pdf/html2pdf/html2ps/
H A Dstubs.memory_get_usage.inc.php22 $output = explode(" ", $output[0]);
/plugin/icalevents/vendor/sabre/vobject/lib/ITip/
H A DMessage.php134 list($scheduleStatus) = explode(';', $this->scheduleStatus);
/plugin/davcard/vendor/sabre/vobject/lib/ITip/
H A DMessage.php134 list($scheduleStatus) = explode(';', $this->scheduleStatus);
/plugin/webdav/vendor/sabre/vobject/lib/ITip/
H A DMessage.php131 list($scheduleStatus) = explode(';', $this->scheduleStatus);
/plugin/webdavclient/vendor/sabre/vobject/lib/ITip/
H A DMessage.php134 list($scheduleStatus) = explode(';', $this->scheduleStatus);
/plugin/davcal/vendor/sabre/vobject/lib/ITip/
H A DMessage.php134 list($scheduleStatus) = explode(';', $this->scheduleStatus);
/plugin/nsindex/
H A Dsyntax.php56 $match = explode(',',trim(substr($match,9,-2)));
60 list($opt,$val) = explode('=', $m);
/plugin/davcard/syntax/
H A Dcard.php80 $options = explode(',', $options);
84 list($key, $val) = explode('=', $option);
/plugin/crossdbsqlclient/syntax/
H A Dcrossdbsqlclient.php70 $data = explode("|",preg_replace("/{{crossdbsqlclient>(.*?)}}/","\\1",$match));
224 $members = explode ( ',', $allowedUserGroups );
/plugin/pagetemplater/
H A Daction.php137 $namespaces = explode("\n", $this->getConf('enabled_namespaces'));
141 $this->pages[] = explode("=>", $namespace);
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/DocBlock/Tags/
H A DMethod.php137 $arguments = explode(',', $arguments);
139 $argument = explode(' ', self::stripRestArg(trim($argument)), 2);
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Node/
H A DBuilder.php112 $path = explode('/', $path);
199 $paths[$i] = explode(DIRECTORY_SEPARATOR, $paths[$i]);
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
H A Dfunctions.php68 $parts = explode(':', $line, 2);
262 $host = explode($host, ':', 2)[0];
/plugin/html5video2/syntax/
H A Dvideo.php43 $link = explode('|',$link,2);
93 $params = explode('&',$param);
/plugin/achart/
H A Dsyntax.php52 list($opts, $adata) = explode('>', $match, 2);
71 $adata = explode("\n", $adata);
/plugin/publish/
H A Dsyntax.php138 $ac = explode(':',$a[0]);
139 $bc = explode(':',$b[0]);
/plugin/do/syntax/
H A Ddolist.php64 $url = explode('?', $match, 2);
76 $args[$filter] = explode(',', $args[$filter]);
/plugin/adhoctags/
H A Dhelper.php164 $cAttr = explode('=', trim($token,'[]'), 2);
182 $arr = explode('-', $attr['lang']);
/plugin/icalevents/vendor/sabre/vobject/lib/Property/ICalendar/
H A DCalAddress.php57 list($schema, $everythingElse) = explode(':', $input, 2);

1...<<11121314151617181920>>...66