Home
last modified time | relevance | path

Searched refs:isset (Results 1 – 25 of 34) sorted by relevance

12

/plugin/importfacebookevents/nppBackup/
H A Dsyntax.php.2018-03-08_163705.bak124 if (!isset($template) || $template == '') {
131 if (!isset($wallposts_template) || $wallposts_template == '') {
207 if(isset($event['event_times'])) {
234 if (!isset($event['end_time'])) {
243 $description = isset($event['description']) ? $event['description'] : "";
245 if (isset($data[FB_EVENTS_LIMIT]) && ($data[FB_EVENTS_LIMIT] > 0)) {
264 $place_name = isset($event['place']['name']) ? $event['place']['name'] : "";
268 $zip = isset($event['place']['location']['zip']) ? $event['place']['location']['zip'] : "";
373 if(isset($post['source'])) {
376 elseif(isset($post['link'])) {
[all …]
H A Dsyntax.php.2018-03-08_165255.bak128 if (!isset($template) || $template == '') {
135 if (!isset($wallposts_template) || $wallposts_template == '') {
211 if(isset($event['event_times'])) {
241 if (!isset($event['end_time'])) {
250 $description = isset($event['description']) ? $event['description'] : "";
252 if (isset($data[FB_EVENTS_LIMIT]) && ($data[FB_EVENTS_LIMIT] > 0)) {
271 $place_name = isset($event['place']['name']) ? $event['place']['name'] : "";
275 $zip = isset($event['place']['location']['zip']) ? $event['place']['location']['zip'] : "";
380 if(isset($post['source'])) {
383 elseif(isset($post['link'])) {
[all …]
H A Dsyntax.php.2018-03-08_163658.bak124 if (!isset($template) || $template == '') {
131 if (!isset($wallposts_template) || $wallposts_template == '') {
207 if(isset($event['event_times'])) {
235 if (!isset($event['end_time'])) {
244 $description = isset($event['description']) ? $event['description'] : "";
246 if (isset($data[FB_EVENTS_LIMIT]) && ($data[FB_EVENTS_LIMIT] > 0)) {
265 $place_name = isset($event['place']['name']) ? $event['place']['name'] : "";
269 $zip = isset($event['place']['location']['zip']) ? $event['place']['location']['zip'] : "";
374 if(isset($post['source'])) {
377 elseif(isset($post['link'])) {
[all …]
H A Dsyntax.php.2018-03-08_163718.bak124 if (!isset($template) || $template == '') {
131 if (!isset($wallposts_template) || $wallposts_template == '') {
207 if(isset($event['event_times'])) {
234 if (!isset($event['end_time'])) {
243 $description = isset($event['description']) ? $event['description'] : "";
245 if (isset($data[FB_EVENTS_LIMIT]) && ($data[FB_EVENTS_LIMIT] > 0)) {
264 $place_name = isset($event['place']['name']) ? $event['place']['name'] : "";
268 $zip = isset($event['place']['location']['zip']) ? $event['place']['location']['zip'] : "";
373 if(isset($post['source'])) {
376 elseif(isset($post['link'])) {
[all …]
H A Dsyntax.php.2018-03-08_164623.bak124 if (!isset($template) || $template == '') {
131 if (!isset($wallposts_template) || $wallposts_template == '') {
207 if(isset($event['event_times'])) {
234 if (!isset($event['end_time'])) {
243 $description = isset($event['description']) ? $event['description'] : "";
245 if (isset($data[FB_EVENTS_LIMIT]) && ($data[FB_EVENTS_LIMIT] > 0)) {
264 $place_name = isset($event['place']['name']) ? $event['place']['name'] : "";
268 $zip = isset($event['place']['location']['zip']) ? $event['place']['location']['zip'] : "";
373 if(isset($post['source'])) {
376 elseif(isset($post['link'])) {
[all …]
H A Dsyntax.php.2018-03-08_164706.bak128 if (!isset($template) || $template == '') {
135 if (!isset($wallposts_template) || $wallposts_template == '') {
211 if(isset($event['event_times'])) {
238 if (!isset($event['end_time'])) {
247 $description = isset($event['description']) ? $event['description'] : "";
249 if (isset($data[FB_EVENTS_LIMIT]) && ($data[FB_EVENTS_LIMIT] > 0)) {
268 $place_name = isset($event['place']['name']) ? $event['place']['name'] : "";
272 $zip = isset($event['place']['location']['zip']) ? $event['place']['location']['zip'] : "";
377 if(isset($post['source'])) {
380 elseif(isset($post['link'])) {
[all …]
H A Dsyntax.php.2018-03-08_165027.bak128 if (!isset($template) || $template == '') {
135 if (!isset($wallposts_template) || $wallposts_template == '') {
211 if(isset($event['event_times'])) {
240 if (!isset($event['end_time'])) {
249 $description = isset($event['description']) ? $event['description'] : "";
251 if (isset($data[FB_EVENTS_LIMIT]) && ($data[FB_EVENTS_LIMIT] > 0)) {
270 $place_name = isset($event['place']['name']) ? $event['place']['name'] : "";
274 $zip = isset($event['place']['location']['zip']) ? $event['place']['location']['zip'] : "";
379 if(isset($post['source'])) {
382 elseif(isset($post['link'])) {
[all …]
H A Dsyntax.php.2018-03-08_165158.bak128 if (!isset($template) || $template == '') {
135 if (!isset($wallposts_template) || $wallposts_template == '') {
211 if(isset($event['event_times'])) {
239 if (!isset($event['end_time'])) {
248 $description = isset($event['description']) ? $event['description'] : "";
250 if (isset($data[FB_EVENTS_LIMIT]) && ($data[FB_EVENTS_LIMIT] > 0)) {
269 $place_name = isset($event['place']['name']) ? $event['place']['name'] : "";
273 $zip = isset($event['place']['location']['zip']) ? $event['place']['location']['zip'] : "";
378 if(isset($post['source'])) {
381 elseif(isset($post['link'])) {
[all …]
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/TextUI/
H A Dphpt-env.phpt7 if (isset($_SERVER['FOO'])) {
/plugin/siteexport/inc/
H A DreadCSS.patch205 if (isset($tmp[1])) { $value = $tmp[1]; }
235 if (isset($tags[0])) { $t = trim($tags[0]); }
236 if (isset($tags[1])) { $t2 = trim($tags[1]); }
237 if (isset($tags[2])) { $t3 = trim($tags[2]); }
249 …if (isset($this->CSS[$tag]) && $tag) { $this->CSS[$tag] = $this->array_merge_recursive_unique($thi…
254 if (isset($tags[0])) { $t = trim($tags[0]); }
267 …if (isset($this->CSS[$tag]) && $tag) { $this->CSS[$tag] = $this->array_merge_recursive_unique($thi…
274 if (isset($tags[$n])) { $t = trim($tags[$n]); }
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Loader/Fixtures/phar/
H A Dphar-sample.phar13 if (@(isset($_SERVER['REQUEST_URI']) && isset($_SERVER['REQUEST_METHOD']) && ($_SERVER['REQUEST_MET…
81 if (!isset($b['extension'])) {
87 if (isset($mimes[$b['extension']])) {
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A DInput.class.php70 * @see isset
84 * @see isset
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/PHP/Template/
H A DTestCaseMethod.tpl.dist97 if (isset($GLOBALS['__PHPUNIT_BOOTSTRAP'])) {
/plugin/quickstats/GEOIP/vendor/geoip2/geoip2/
H A DCHANGELOG.md45 * `isset()` on `mostSpecificSubdivision` attribute now returns the
51 * `isset()` on `name` attribute now returns the correct value. Reported by
211 * `isset` now works with model and record classes.
/plugin/combo/ComboStrap/
H A DTagAttributes.php353 if (isset($callStackArray[StyleAttribute::STYLE_ATTRIBUTE])) {
363 if (isset($style)) {
520 $isset = isset($this->componentAttributesCaseInsensitive[$attributeName]);
521 if ($isset === false && $this->knownTypes === null) {
526 if (isset($this->componentAttributesCaseInsensitive[TagAttributes::TYPE_KEY])) {
533 return $isset;
659 if (isset($tempHtmlArray[$key])) {
680 if (isset($this->logicalTag)) {
889 if (isset(
[all...]
/plugin/adfs/phpsaml/
H A DREADME.md761 if (isset($_SESSION) && isset($_SESSION['AuthNRequestID'])) {
903 if (isset($_SESSION) && isset($_SESSION['LogoutRequestID'])) {
962 if (isset($_GET['RelayState'])) {
1053 if (isset($_SESSION['samlNameId'])) {
1056 if (isset($_SESSION['samlSessionIndex'])) {
1059 if (isset($_SESSION['samlNameIdFormat'])) {
1062 if (isset($_SESSION['samlNameIdNameQualifier'])) {
1065 if (isset($_SESSION['samlNameIdSPNameQualifier'])) {
1104 } else if (isset($_GET['sso2'])) { // Another SSO action
1109 } else if (isset($_GET['acs'])) { // Assertion Consumer Service
[all …]
/plugin/authyubikey/
H A Dauth.php.org89 return isset($this->users[$user]) ? $this->users[$user] : false;
218 if(isset($this->users[$user])) $deleted[] = preg_quote($user, '/');
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dinternals.rst131 …echo twig_escape_filter($this->env, (isset($context["name"]) ? $context["name"] : null), "html", n…
H A Dadvanced.rst327 if (isset($value->color) && $value->color == 'red') {
330 if (isset($value->paint) && $value->paint == 'red') {
/plugin/snap/
H A Dsyntax.php.ori115 if (isset($param[1])) $options=$param[1];
/plugin/linkbonus/syntax/
H A Dinterwiki.txt205 if ( isset($this->interwiki[$shortcut]) ) {
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dsearch-operations.asciidoc275 while (isset($response['hits']['hits']) && count($response['hits']['hits']) > 0) {
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D41.41.js.map1isset',\n 'list',\n 'require',\n 'require_once',\n 'return',\n …
/plugin/codemirror/dist/modes/
H A Dphp.min.js.map1isset list require require_once return \" +\n \"print unset __halt_compiler self static parent …
/plugin/authgooglesheets/vendor/google/apiclient/
H A DREADME.md184 if (isset($_GET['code'])) {

12