Home
last modified time | relevance | path

Searched full:if (Results 1 – 25 of 2894) sorted by relevance

12345678910>>...116

/template/strap/vendor/symfony/polyfill-mbstring/
H A Dbootstrap.php14 if (\PHP_VERSION_ID >= 80000) {
18 if (!function_exists('mb_convert_encoding')) {
21 if (!function_exists('mb_decode_mimeheader')) {
24 if (!function_exists('mb_encode_mimeheader')) {
27 if (!function_exists('mb_decode_numericentity')) {
30 if (!function_exists('mb_encode_numericentity')) {
33 if (!function_exists('mb_convert_case')) {
36 if (!function_exists('mb_internal_encoding')) {
39 if (!function_exists('mb_language')) {
42 if (!function_exists('mb_list_encodings')) {
[all …]
H A Dbootstrap80.php14 if (!function_exists('mb_convert_encoding')) {
17 if (!function_exists('mb_decode_mimeheader')) {
20 if (!function_exists('mb_encode_mimeheader')) {
23 if (!function_exists('mb_decode_numericentity')) {
26 if (!function_exists('mb_encode_numericentity')) {
29 if (!function_exists('mb_convert_case')) {
32 if (!function_exists('mb_internal_encoding')) {
35 if (!function_exists('mb_language')) {
38 if (!function_exists('mb_list_encodings')) {
41 if (!function_exists('mb_encoding_aliases')) {
[all …]
/template/twigstarter/vendor/symfony/polyfill-mbstring/
Dbootstrap.php14 if (\PHP_VERSION_ID >= 80000) {
18 if (!function_exists('mb_convert_encoding')) {
21 if (!function_exists('mb_decode_mimeheader')) {
24 if (!function_exists('mb_encode_mimeheader')) {
27 if (!function_exists('mb_decode_numericentity')) {
30 if (!function_exists('mb_encode_numericentity')) {
33 if (!function_exists('mb_convert_case')) {
36 if (!function_exists('mb_internal_encoding')) {
39 if (!function_exists('mb_language')) {
42 if (!function_exists('mb_list_encodings')) {
[all …]
Dbootstrap80.php14 if (!function_exists('mb_convert_encoding')) {
17 if (!function_exists('mb_decode_mimeheader')) {
20 if (!function_exists('mb_encode_mimeheader')) {
23 if (!function_exists('mb_decode_numericentity')) {
26 if (!function_exists('mb_encode_numericentity')) {
29 if (!function_exists('mb_convert_case')) {
32 if (!function_exists('mb_internal_encoding')) {
35 if (!function_exists('mb_language')) {
38 if (!function_exists('mb_list_encodings')) {
41 if (!function_exists('mb_encoding_aliases')) {
[all …]
/template/ospyramid/js/libs/
Djquery-1.6.1.js43 // Check if a string has a non-whitespace character in it
97 if ( !selector ) {
102 if ( selector.nodeType ) {
109 if ( selector === "body" && !context && document.body ) {
118 if ( typeof selector === "string" ) {
120if ( selector.charAt(0) === "<" && selector.charAt( selector.length - 1 ) === ">" && selector.leng…
129 if ( match && (match[1] || !context) ) {
132 if ( match[1] ) {
136 // If a single string is passed in and it's a single tag
140 if ( ret ) {
[all …]
/template/strap/vendor/dragonmantank/cron-expression/src/Cron/
H A DDayOfMonthField.php13 * given day. As an example, if you were to specify "15W" as the value for the
15 * month". So if the 15th is a Saturday, the trigger will fire on Friday the
16 * 14th. If the 15th is a Sunday, the trigger will fire on Monday the 16th. If
17 * the 15th is a Tuesday, then it will fire on Tuesday the 15th. However if you
42 if ($currentWeekday < 6) {
50 if ($adjusted > 0 && $adjusted <= $lastDayOfMonth) {
52 if ($target->format('N') < 6 && $target->format('m') == $currentMonth) {
62 if ($value == '?') {
68 // Check to see if this is the last day of the month
69 if ($value == 'L') {
[all …]
/template/strap/vendor/antlr/antlr4-php-runtime/src/PredictionContexts/
H A DPredictionContext.php62 if ($empty === null) {
73 * Return {@see PredictionContext::empty()} if `outerContext` is empty or null.
77 if ($outerContext === null) {
81 // If we are in RuleContext of start rule, s, then PredictionContext
82 // is EMPTY. Nobody called us. (if we are empty, return empty)
83 if ($outerContext->getParent() === null || $outerContext === RuleContext::emptyContext()) {
87 // If we have a parent, convert it to a PredictionContext graph
92 if (!$transition instanceof RuleTransition) {
115 if ($this->cachedHashCode === null) {
134 // share same graph if both same
[all …]
/template/dokutwitterbootstrap/
Dtpl_functions.php12 if (!defined('DOKU_INC')) die();
27 if ($wrapper) echo "<$wrapper>";
29 if ($isDiscussPage) {
30 if ($link)
35 if ($link)
41 if ($wrapper) echo "</$wrapper>";
50 if (!$_SERVER['REMOTE_USER']) return;
55 if ($wrapper) echo "<$wrapper>";
57 if ($link)
62 if ($wrapper) echo "</$wrapper>";
[all …]
/template/starterbootstrap/js/
Dsorttable.js23 // quit if this function has already been called
24 if (arguments.callee.done) return;
28 if (_timer) clearInterval(_timer);
30 if (!document.createElement || !document.getElementsByTagName) return;
35 if (table.className.search(/\bsortable\b/) != -1) {
43 if (table.getElementsByTagName('thead').length == 0) {
51 if (table.tHead == null) table.tHead = table.getElementsByTagName('thead')[0];
53 if (table.tHead.rows.length != 1) return; // can't cope with two header rows
57 // to do is put them in a tfoot. So, if there are sortbottom rows,
58 // for backwards compatibility, move them to tfoot (creating it if needed).
[all …]
/template/aran/
Dtpl_functions.php12 if (!defined('DOKU_INC')) die();
27 if ($wrapper) echo "<$wrapper>";
29 if ($isDiscussPage) {
30 if ($link)
35 if ($link)
41 if ($wrapper) echo "</$wrapper>";
50 if (!$_SERVER['REMOTE_USER']) return;
55 if ($wrapper) echo "<$wrapper>";
57 if ($link)
62 if ($wrapper) echo "</$wrapper>";
[all …]
/template/starterpjax/
Dtpl_functions.php12 if (!defined('DOKU_INC')) die();
27 if ($wrapper) echo "<$wrapper>";
29 if ($isDiscussPage) {
30 if ($link)
35 if ($link)
41 if ($wrapper) echo "</$wrapper>";
50 if (!$_SERVER['REMOTE_USER']) return;
55 if ($wrapper) echo "<$wrapper>";
57 if ($link)
62 if ($wrapper) echo "</$wrapper>";
[all …]
/template/grassstains/
Dtpl_functions.php12 if (!defined('DOKU_INC')) die();
27 if ($wrapper) echo "<$wrapper>";
29 if ($isDiscussPage) {
30 if ($link)
35 if ($link)
41 if ($wrapper) echo "</$wrapper>";
50 if (!$_SERVER['REMOTE_USER']) return;
55 if ($wrapper) echo "<$wrapper>";
57 if ($link)
62 if ($wrapper) echo "</$wrapper>";
[all …]
/template/zenlike/
Dtpl_functions.php12 if (!defined('DOKU_INC')) die();
27 if ($wrapper) echo "<$wrapper>";
29 if ($isDiscussPage) {
30 if ($link)
35 if ($link)
41 if ($wrapper) echo "</$wrapper>";
50 if (!$_SERVER['REMOTE_USER']) return;
55 if ($wrapper) echo "<$wrapper>";
57 if ($link)
62 if ($wrapper) echo "</$wrapper>";
[all …]
/template/ach/
Dtpl_functions.php12 if (!defined('DOKU_INC')) die();
27 if ($wrapper) echo "<$wrapper>";
29 if ($isDiscussPage) {
30 if ($link)
35 if ($link)
41 if ($wrapper) echo "</$wrapper>";
50 if (!$_SERVER['REMOTE_USER']) return;
55 if ($wrapper) echo "<$wrapper>";
57 if ($link)
62 if ($wrapper) echo "</$wrapper>";
[all …]
/template/battlehorse/js/
Ddragdrop.js9 if(typeof Effect == 'undefined')
28 if(options.containment) {
31 if((typeof containment == 'object') &&
39 if(options.accept) options.accept = [options.accept].flatten();
51 if (Element.isParent(drops[i].element, deepest.element))
59 if(drop.tree) {
79 if(drop.hoverclass)
85 if(drop.hoverclass)
91 if(!this.drops.length) return;
94 if(this.last_active) this.deactivate(this.last_active);
[all …]
/template/a_new_day/js/
Ddragdrop.js9 if(typeof Effect == 'undefined')
28 if(options.containment) {
31 if((typeof containment == 'object') &&
39 if(options.accept) options.accept = [options.accept].flatten();
51 if (Element.isParent(drops[i].element, deepest.element))
59 if(drop.tree) {
79 if(drop.hoverclass)
85 if(drop.hoverclass)
91 if(!this.drops.length) return;
94 if(this.last_active) this.deactivate(this.last_active);
[all …]
/template/bootstrap3/inc/
Dsimple_html_dom.php24 if (strpos(@ini_get('disable_functions'), 'set_time_limit') === false) {
66 if($maxLen <= 0) { $maxLen = MAX_FILE_SIZE; }
80 * retrieve_url_contents line 2 lines down if it is not already done.
91 if (empty($contents) || strlen($contents) > $maxLen) {
118 if (empty($str) || strlen($str) > MAX_FILE_SIZE) {
171 if ($show_attr && count($this->attr) > 0) {
181 if ($this->nodes) {
192 if (count($this->attr) > 0) {
200 if (count($this->_) > 0) {
203 if (is_array($v)) {
[all …]
/template/mikio/inc/
H A Dsimple_html_dom.php63 if($maxLen <= 0) { $maxLen = MAX_FILE_SIZE; }
77 * retrieve_url_contents line 2 lines down if it is not already done.
88 if (empty($contents) || strlen($contents) > $maxLen) {
115 if (empty($str) || strlen($str) > MAX_FILE_SIZE) {
168 if ($show_attr && count($this->attr) > 0) {
178 if ($this->nodes) {
189 if (count($this->attr) > 0) {
197 if (count($this->_) > 0) {
200 if (is_array($v)) {
213 if (isset($this->text)) {
[all …]
/template/taratasy/
Dtpl_functions.php12 if (!defined('DOKU_INC')) die();
27 if ($wrapper) echo "<$wrapper>";
29 if ($isDiscussPage) {
30 if ($link)
35 if ($link)
41 if ($wrapper) echo "</$wrapper>";
50 if (!$_SERVER['REMOTE_USER']) return;
55 if ($wrapper) echo "<$wrapper>";
57 if ($link)
62 if ($wrapper) echo "</$wrapper>";
[all …]
/template/codowik/js/
Dlayout.js49 if ($.isArray(a_fn))
53 if (isStr(fn)) // 'name' of a function
55 if ($.isFunction(fn))
122 , offscreenCSS: { left: "-99999px", right: "auto" } // used by hide/close if useOffscreenClose=true
138 , cssDemo: { // DEMO CSS - applied if: options.PANE.applyDemoStyles=true
155 , cssDemo: { // DEMO CSS - applied if: options.PANE.applyDemoStyles=true
163 , cssDemo: { // DEMO CSS - applied if: options.PANE.applyDemoStyles=true
178 , cssDemo: { // DEMO CSS - applied if: options.PANE.applyDemoStyles=true
257 if (layout) {
259 // see if this container is directly-nested inside an outer-pane
[all …]
/template/quickjump/
Djquery-1.4.2.min.js16if(!c.isReady){try{s.documentElement.doScroll("left")}catch(a){setTimeout(ma,1);return}c.ready()}}…
17 …tion oa(a){var b,d=[],f=[],e=arguments,j,i,o,k,n,r;i=c.data(this,"events");if(!(a.liveFired===this…
18if(j[n].selector===i.selector){o=j[n].elem;f=null;if(i.preType==="mouseenter"||i.preType==="mousel…
19if(this.nodeName===(a[d]&&a[d].nodeName)){var f=c.data(a[d++]),e=c.data(this,f);if(f=f&&f.events){…
20 true;if(j=c.fragments[a[0]])if(j!==1)f=j}if(!f){f=b.createDocumentFragment();c.clean(a,b,f,d)}if(e)…
21if(!a)return this;if(a.nodeType){this.context=this[0]=a;this.length=1;return this}if(a==="body"&&!…
22if(d[1]){f=b?b.ownerDocument||b:s;if(a=Xa.exec(a))if(c.isPlainObject(b)){a=[s.createElement(a[1])]…
23if(c.isFunction(a))return T.ready(a);if(a.selector!==w){this.selector=a.selector;this.context=a.co…
24 …)+d;else if(b)f.selector=this.selector+"."+b+"("+d+")";return f},each:function(a,b){return c.each(…
25if(typeof a==="boolean"){f=a;a=arguments[1]||{};b=2}if(typeof a!=="object"&&!c.isFunction(a))a={};
[all …]
/template/starterbootstrap/
Dtpl_functions.php12 if (!defined('DOKU_INC')) die();
26 if ($_SERVER['REMOTE_USER'] || !$conf['useacl'] || !actionOK('register')) return;
28 if ($wrapper) echo "<$wrapper>";
30 if ($link)
35 if ($wrapper) echo "</$wrapper>";
57 /* if newer settings exist in the core, use them, otherwise fall back to template settings */
59 if (!isset($conf['tagline'])) {
63 if (!isset($conf['sidebar'])) {
69 if (!isset($lang['user_tools'])) {
72 if (!isset($lang['site_tools'])) {
[all …]
/template/strap/resources/firebug/
H A Dfirebug-lite-1.4.js54 this.initialize=function(){if(window.firebug&&firebug.firebuglite||window.console&&console.firebugl…
55 }if(FBL.FBTrace){FBTrace=FBL.FBTrace
58 if(isChromeContext){sharedEnv=window.Firebug.SharedEnv;
66 if(document.documentElement.getAttribute("debug")=="true"){FBL.Env.Options.startOpened=true
71 if(FBL.isFirefox&&typeof FBL.Env.browser.console=="object"&&FBL.Env.browser.console.firebug&&FBL.En…
72 }}if(FBL.Env.isDebugMode){FBL.Env.browser.FBL=FBL
77 if(FBL.Env.Options.enableTrace){FBTrace.initialize()
78 }if(FBTrace.DBG_INITIALIZE&&isChromeContext){FBTrace.sysout("FBL.initialize - persistent applicatio…
79 }if(FBTrace.DBG_INITIALIZE){FBTrace.sysout("FBL.initialize",namespaces.length/2+" namespaces BEGIN")
85 }if(FBTrace.DBG_INITIALIZE){FBTrace.sysout("FBL.initialize",namespaces.length/2+" namespaces END");
[all …]
/template/wallpaper/
Dtpl_functions.php12 if (!defined('DOKU_INC')) die();
32 if(isset($conf['start'])) {
40 if($conf['tpl'][$tpl]['menufilename']) {
45 if($conf['tpl'][$tpl]['usemenufile']) {
47 if(!file_exists($filepath)) {
54 if(!$conf['tpl'][$tpl]['usemenufile'] or ($conf['tpl'][$tpl]['usemenufile'] and !$ff)) {
58 if($conf['tpl'][$tpl]['cleanindexlist']) {
70 if($conf['tpl'][$tpl]['hiderootlinks']) {
72 if($item['type'] == 'f' and !$item['ns'] and $item['id']) {
73 if($first) {
[all …]
/template/strap/vendor/antlr/antlr4-php-runtime/src/
H A DIntervalSet.php56 if ($set->isNull()) {
65 if ($set->isNull()) {
84 * operation is `left - right`. If either of the input sets is `null`,
89 if ($left->isNull()) {
93 if ($right->isNull()) {
107 if ($rightInterval->stop < $resultInterval->start) {
113 if ($rightInterval->start > $resultInterval->stop) {
121 if ($rightInterval->start > $resultInterval->start) {
125 if ($rightInterval->stop < $resultInterval->stop) {
129 if ($beforeCurrent !== null) {
[all …]

12345678910>>...116