Home
last modified time | relevance | path

Searched refs:explode (Results 51 – 66 of 66) sorted by relevance

123

/template/ad-hominem/
H A Dmy_template.php58 $parts = explode("\n", $meta['description']['abstract']);
327 $parts = explode(':', $ID);
/template/monobook/conf/
H A Dboxes.php64 …$transplugin_langs = explode(" ", trim($transplugin->getConf("translations"))); //available lang…
/template/neolaoresources3/
H A Dmain.php120 $parts = explode(':', $ID);
/template/twigstarter/vendor/twig/twig/src/Node/
H A DNode.php65 foreach (explode("\n", (string) $node) as $line) {
/template/icke/
H A Dfunctions.php159 $class = array_shift(explode(':',$ns));
/template/strap/class/
H A DTplUtility.php316 …$bootstrapStyleSheetArray = explode(self::BOOTSTRAP_VERSION_STYLESHEET_SEPARATOR, $bootstrapStyleS…
323 …$bootstrapStyleSheetArray = explode(self::BOOTSTRAP_VERSION_STYLESHEET_SEPARATOR, $bootstrapStyleS…
765 $idParts = explode(':', $ID);
/template/vector/conf/
H A Dboxes.php64 …$transplugin_langs = explode(" ", trim($transplugin->getConf("translations"))); //available lang…
/template/comicslate/
H A Dmain.php41 ( explode ( "&", $_SERVER [ "QUERY_STRING" ] ) [ 2 ] != 'nocotan' )
/template/bootie/
H A Dtpl_template_NicoBoot.php96 $idParts = explode(':', $ID);
/template/twigstarter/vendor/twig/twig/src/Loader/
H A DFilesystemLoader.php281 $parts = explode('/', $name);
/template/twigstarter/vendor/twig/twig/src/Test/
H A DIntegrationTestCase.php236 list($class) = explode(':', $exception);
/template/dwsimple/dwsimple/
H A Dsimple.php166 $this->addlines(explode(",", $this->inhalt), $this->linealign);
/template/twigstarter/vendor/symfony/polyfill-mbstring/
H A DMbstring.php425 $encodingList = array_map('trim', explode(',', $encodingList));
462 $encodingList = array_map('trim', explode(',', $encodingList));
/template/congrid/
H A Dtpl_functions.php62 $parts = explode(' ', $selector);
/template/twigstarter/vendor/twig/twig/src/Extension/
H A DCoreExtension.php804 return null === $limit ? explode($delimiter, $value) : explode($delimiter, $value, $limit);
/template/codowik/js/
H A Dlayout.js99 , explode: {} property in $.layout.effects

123