Home
last modified time | relevance | path

Searched refs:if (Results 1 – 25 of 2507) sorted by relevance

12345678910>>...101

/plugin/ckgedit/scripts/
Dparse_wiki.js.unc2 if (ckgedit_dwedit_reject) {
19 if (results.match(regex)) return true;
22 if (results.match(regex)) return true;
25 if (results.match(regex)) return true;
28 if (results.match(regex)) return true;
40 if (rows[i][col].rowspan > 0) {
48 if (!ini) break;
77 if (!num_spans) return false;
88 if (tmp.length) {
97 if (!useComplexTables) return;
[all …]
/plugin/ckgdoku/scripts/
Dparse_wiki.js.unc2 if(ckgdoku_dwedit_reject) {
19 if(results.match(regex)) return true;
22 if(results.match(regex)) return true;
25 if(results.match(regex)) return true;
28 if(results.match(regex)) return true;
40 if(rows[i][col].rowspan > 0) {
43 if(!ini) break;
66 if(!num_spans) return false;
77 if(tmp.length) {
86 if(!useComplexTables) return;
[all …]
/plugin/asciidocjs/node_modules/yargs-parser/build/
Dindex.cjs9 if (!isCamelCase) {
12 if (str.indexOf('-') === -1 && str.indexOf('_') === -1) {
21 if (nextChrUpper) {
25 if (i !== 0 && (chr === '-' || chr === '_')) {
28 else if (chr !== '-' && chr !== '_') {
42 if (chrLower !== chrString && i > 0) {
52 if (x === null || x === undefined)
54 if (typeof x === 'number')
56 if (/^0x[0-9a-f]+$/i.test(x))
58 if (/^0[^.]/.test(x))
[all …]
/plugin/farm/install/
Dfarmstructurecreator.php.bak12 if(in_array($src, $forbid)) return true;
13 if(@is_file($src)) {
17 if($mv) $r &= unlink($src);
21 if(!@is_dir($dest)) {
28 if($i == '.' || $i == '..') continue;
32 if($mv && $lvl) $r &= rmdir($src);
40if(@file_exists($farmconf['farmer'].'lib/plugins/farm/installed')) $file = $farmconf['farmer'].'li…
41 if(@file_exists('./lib/plugins/farm/installed')) $file = './lib/plugins/farm/installed';
42 if(!$file) return '';
43 if(!$s) return trim(@file_get_contents($file));
[all …]
/plugin/siteexport/inc/
DreadCSS.patch4if ($this->mpdf->CSSselectMedia && !preg_match('/('.trim($this->mpdf->CSSselectMedia).'|all)/i',$m…
10if ($this->mpdf->CSSselectMedia && !preg_match('/('.trim($this->mpdf->CSSselectMedia).'|all)/i',$m…
22 if (count($m[1])) {
43 if ($x) {
50 if ($x) {
59 if ($x) {
68 if ($x) {
76 if (!is_array($this->cascadeCSS)) $this->cascadeCSS = array();
85 if ($CSSextblock) {
92 if ($xem) {
[all …]
/plugin/xlsx2dw/packages/xlsx/
Dcpexcel.full.mjs5 …τΦΘΩδ∞φε∩≡±≥≤⌠⌡÷≈°∙·√ⁿ²■ ", D = [], e = {}; for(var i=0;i!=d.length;++i) { if(d.charCodeAt(i) !== …
6 …τΦΘΩδ∞φε∩≡±≥≤⌠⌡÷≈°∙·√ⁿ²■ ", D = [], e = {}; for(var i=0;i!=d.length;++i) { if(d.charCodeAt(i) !== …
7 …ύϋώΆΈΉΊΌΎΏ±≥≤ΪΫ÷≈°∙·√ⁿ²■ ", D = [], e = {}; for(var i=0;i!=d.length;++i) { if(d.charCodeAt(i) !== …
8 …þÞÚÛÙýݯ´­±‗¾¶§÷¸°¨·¹³²■ ", D = [], e = {}; for(var i=0;i!=d.length;++i) { if(d.charCodeAt(i) !== …
9 …šŔÚŕŰýÝţ´­˝˛ˇ˘§÷¸°¨˙űŘř■ ", D = [], e = {}; for(var i=0;i!=d.length;++i) { if(d.charCodeAt(i) !== …
10 …�×ÚÛÙìÿ¯´­±�¾¶§÷¸°¨·¹³²■ ", D = [], e = {}; for(var i=0;i!=d.length;++i) { if(d.charCodeAt(i) !== …
11 …τΦΘΩδ∞φε∩≡±≥≤⌠⌡÷≈°∙·√ⁿ²■ ", D = [], e = {}; for(var i=0;i!=d.length;++i) { if(d.charCodeAt(i) !== …
12 …τΦΘΩδ∞φε∩≡±≥≤⌠⌡÷≈°∙·√ⁿ²■ ", D = [], e = {}; for(var i=0;i!=d.length;++i) { if(d.charCodeAt(i) !== …
13 …чшщъыьэюяЁёЄєЇїЎў°∙·√№¤■ ", D = [], e = {}; for(var i=0;i!=d.length;++i) { if(d.charCodeAt(i) !== …
14 …็่้๊๋์ํ๎๏๐๑๒๓๔๕๖๗๘๙๚๛����", D = [], e = {}; for(var i=0;i!=d.length;++i) { if(d.charCodeAt(i) !== …
[all …]
Dxlsx.mjs37 var set_ansi = function(cp/*:number*/) { if(VALID_ANSI.indexOf(cp) == -1) return; current_ansi = CS…
58 if(c1 == 0xFF && c2 == 0xFE) return utf16leread(data.slice(2));
59 if(c1 == 0xFE && c2 == 0xFF) return utf16beread(data.slice(2));
60 if(c1 == 0xFEFF) return data.slice(1);
71if(data.charCodeAt(0) === 0xFF && data.charCodeAt(1) === 0xFE) { return $cptable.utils.decode(1200…
75 if(current_codepage === 1200) return String.fromCharCode(x);
97 if (isNaN(c2)) {
99 } else if (isNaN(c3)) {
111 if (c1 > 255)
115 if (c2 > 255)
[all …]
/plugin/sketchcanvas/script/
Djs-yaml.mjs14 if (Array.isArray(sequence)) return sequence;
15 else if (isNothing(sequence)) return [];
24 if (source) {
75 if (!exception.mark) return message;
77 if (exception.mark.name) {
83 if (!compact && exception.mark.snippet) {
101 if (Error.captureStackTrace) {
129 if (position - lineStart > maxHalfLength) {
134 if (lineEnd - position > maxHalfLength) {
154 if (!mark.buffer) return null;
[all …]
/plugin/ckgdoku/ckeditor/plugins/image/dialogs/
Dimage.js.unc27 if ( aMatch ) {
28 if ( aMatch[ 2 ] == '%' ) // % is allowed - > unlock ratio.
33 // Only if ratio is locked
34 if ( dialog.lockRatio ) {
36 if ( oImageOriginal.getCustomData( 'isReady' ) == 'true' ) {
37 if ( this.id == 'txtHeight' ) {
38 if ( value && value != '0' )
40 if ( !isNaN( value ) )
44 if ( value && value != '0' )
46 if ( !isNaN( value ) )
[all …]
/plugin/ckgedit/ckeditor/plugins/image/dialogs/
Dimage.js.unc28 if ( aMatch ) {
29 if ( aMatch[ 2 ] == '%' ) // % is allowed - > unlock ratio.
34 // Only if ratio is locked
35 if ( dialog.lockRatio ) {
37 if ( oImageOriginal.getCustomData( 'isReady' ) == 'true' ) {
38 if ( this.id == 'txtHeight' ) {
39 if ( value && value != '0' )
41 if ( !isNaN( value ) )
45 if ( value && value != '0' )
47 if ( !isNaN( value ) )
[all …]
/plugin/asciidocjs/node_modules/@asciidoctor/opal-runtime/src/
Dindex.mjs20 if (typeof(globalThis) !== 'undefined') { global_object = globalThis; }
21 else if (typeof(global) !== 'undefined') { global_object = global; }
22 else if (typeof(window) !== 'undefined') { global_object = window; }
24 // Setup a dummy console object if missing
25 if (global_object.console == null) {
29 if (typeof(global_object.console) === 'object') {
35 if (!('log' in console)) { console.log = function () {}; }
36 if (!('warn' in console)) { console.warn = console.log; }
38 if (typeof(global_object.Opal) !== 'undefined') {
101 if (obj.$$is_number) return (obj * 2)+1;
[all …]
Dindex.cjs29 if (typeof(globalThis) !== 'undefined') { global_object = globalThis; }
30 else if (typeof(global) !== 'undefined') { global_object = global; }
31 else if (typeof(window) !== 'undefined') { global_object = window; }
33 // Setup a dummy console object if missing
34 if (global_object.console == null) {
38 if (typeof(global_object.console) === 'object') {
44 if (!('log' in console)) { console.log = function () {}; }
45 if (!('warn' in console)) { console.warn = console.log; }
47 if (typeof(global_object.Opal) !== 'undefined') {
110 if (obj.$$is_number) return (obj * 2)+1;
[all …]
/plugin/asciidocjs/node_modules/core-js/build/
Dbuild.ls12 if @exp => for experimental => @[..] = on
13 if @es5 => for es5SpecialCase => @[..] = on
15 if @[ns]
17 if name.indexOf("#ns.") is 0 and name not in experimental
20 if library => blacklist ++= libraryBlacklist
23 if name is ns or name.indexOf("#ns.") is 0
30 if library => join __dirname, '..', 'library', 'modules', it
35 if err => return reject err
38 if err => return reject err
41 if err => return reject err
[all …]
/plugin/asciidocjs/node_modules/@asciidoctor/core/dist/node/
Dasciidoctor.cjs20 if ($gvars.stdout == null) $gvars.stdout = nil;
21 if ($gvars.stderr == null) $gvars.stderr = nil;
41 if (typeof moduleConfig === 'object' && typeof moduleConfig.runtime === 'object') {
52 if (isElectron) {
61 if ($eqeq($$('JAVASCRIPT_FRAMEWORK'), "electron")) {
94 if (status === 200) {
106 if (status === 404 || (status === 0 && !b64encoded)) {
146 if (status === 200) {
157 if (status === 404 || (status === 0 && !data)) {
162 if (($yield !== nil)) {
[all …]
/plugin/freechat/phpfreechat/data/public/themes/default/
Diepngfix.htc13 if (typeof blankImg == 'undefined')
24 if (filters[f])
27 if (s) with (filters[f]) { src = s; sizingMethod = m }
29 else if (s) style.filter = 'progid:'+f+'(src="'+s+'",sizingMethod="'+m+'")';
35 if (!/MSIE (5\.5|6\.)/.test(navigator.userAgent) ||
40 if (tagName == 'IMG')
42 if ((/\.png$/i).test(src))
44 if (currentStyle.width == 'auto' && currentStyle.height == 'auto')
49 else if (src.indexOf(blankImg) < 0) filt();
51 else if (bgImg && bgImg != 'none')
[all …]
/plugin/freechat/phpfreechat/themes/default/
Diepngfix.htc13 if (typeof blankImg == 'undefined')
24 if (filters[f])
27 if (s) with (filters[f]) { src = s; sizingMethod = m }
29 else if (s) style.filter = 'progid:'+f+'(src="'+s+'",sizingMethod="'+m+'")';
35 if (!/MSIE (5\.5|6\.)/.test(navigator.userAgent) ||
40 if (tagName == 'IMG')
42 if ((/\.png$/i).test(src))
44 if (currentStyle.width == 'auto' && currentStyle.height == 'auto')
49 else if (src.indexOf(blankImg) < 0) filt();
51 else if (bgImg && bgImg != 'none')
[all …]
/plugin/codemirror/dist/modes/
Dsass.min.js.map1if (typeof exports == \"object\" && typeof module == \"object\") // CommonJS\n mod(require(\"..…
Djavascript.min.js.map1if","while","with","else","do","try","finally","return","break","continue","new","delete","void","…
/plugin/flowplay2/flowplayer/html/
Dflashembed.min.js_0.2618if(typeof g=='string')g=document.getElementById(g);var k={src:'#',width:320,height:240,version:nul…
/plugin/snap/
Dsyntax.php.ori12 if (!defined('DOKU_INC')) die();
14 if (!defined('DOKU_PLUGIN')) define('DOKU_PLUGIN', DOKU_INC . 'lib/plugins/');
44 if ($state == DOKU_LEXER_ENTER){
93 if (!file_exists($chem.".")) mkdir($chem);
98 if($mode == 'xhtml') {
109 if ($param) $url=$param[0];
115 if (isset($param[1])) $options=$param[1];
118 if (preg_match("/!/",$options)) {
123 if ($options) $options=explode("x",$options);
124 if ($options[0]) $larg=$options[0]*1;
[all …]
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Loader/Fixtures/phar/
Dphar-sample.phar5 if (in_array('phar', stream_get_wrappers()) && class_exists('Phar', 0)) {
13 if (@(isset($_SERVER['REQUEST_URI']) && isset($_SERVER['REQUEST_METHOD']) && ($_SERVER['REQUEST_MET…
62 if (!strpos($_SERVER['REQUEST_URI'], $basename)) {
68 if (!$pt || $pt == '/') {
75 if (!$a || strlen(dirname($a)) < strlen(Extract_Phar::$temp)) {
81 if (!isset($b['extension'])) {
87 if (isset($mimes[$b['extension']])) {
88 if ($mimes[$b['extension']] === 1) {
92 if ($mimes[$b['extension']] === 2) {
122 if ($L[1] - strlen($m) < 8192) {
[all …]
/plugin/jplayer/vendor/happyworm/jplayer/src/actionscript/happyworm/jPlayer/
DJplayerMp4.as40 …ingTimer:Timer = new Timer(100, 0); // Internal: How often seeking is checked to see if it is over.
56 if(active) {
63 if(myStatus.isLoading) {
64if(getLoadRatio() == 1) { // Close as can get to a loadComplete event since client.onPlayStatus on…
78 if(active) {
92 if(active) {
93 if(!myStatus.isSeeking) {
98 if(myStatus.isSeeking) {
105 if(getSeekTimeRatio() <= getLoadRatio()) {
107 if(myStatus.playOnSeek) {
[all …]
/plugin/ckgedit/ckeditor/plugins/link/dialogs/
Dlink.js.unc60 if(fck_Lang[js_code] && fck_Lang[js_code] != "") {
74 if(!wiki_id) return;
97 if(status=="success") {
99 if(str.match(/^\s*__EMPTY__\s*$/)) {
157 if(typeValue == 'internal') {
161 else if(typeValue == 'media') {
165 if ( typeValue == 'url' )
169 if ( !uploadInitiallyHidden )
175 if ( !uploadInitiallyHidden )
183 if ( !element )
[all …]
/plugin/authyubikey/
Dauth.php.org3 if(!defined('DOKU_INC')) die();
35 if(!@is_readable($config_cascade['plainauth.users']['default'])) {
38 if(@is_writable($config_cascade['plainauth.users']['default'])) {
57 * Checks if the given user exists and the given
67 if($userinfo === false) return false;
88 if($this->users === null) $this->_loadUserData();
116 * Returns false if the user already exists, null when an error
117 * occurred and true if everything went well.
120 * function if grps are not specified (default behaviour).
137 if($this->getUserData($user) !== false) {
[all …]
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
Dif.rst1 ``if``
4 The ``if`` statement in Twig is comparable with the if statements of PHP.
6 In the simplest form you can use it to test if an expression evaluates to
11 {% if online == false %}
15 You can also test if an array is not empty:
19 {% if users %}
29 If you want to test if the variable is defined, use ``if users is
36 {% if not user.subscribed %}
44 {% if temperature > 18 and temperature < 27 %}
53 {% if product.stock > 10 %}
[all …]

12345678910>>...101