Home
last modified time | relevance | path

Searched refs:isType (Results 1 – 21 of 21) sorted by path

/plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/
H A Dfabric.js9883 if (!target || target.isType('group')) {
11722 isType: function(type) {
H A Dfabric.min.js6isType("group")){return}}if(this.getActiveGroup()){this._updateActiveGroup(target,e)}else{this._cr…
/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Dbpmn-modeler.development.js36509 var isType = eventBo.$instanceOf(type);
36519 return isType && isDefinition;
55786 } else if (isType(canExecute, 'bpmn:MessageFlow')) {
55880 function isType(attrs, type) { function
55886 return isType(attrs, type);
/plugin/code3/src/
H A Dtz.js941 var isType = false;
948 isType = true;
952 if (!isType && !isSingleCharacter &&
954 isType = true;
957 style = isType ? PR_TYPE
/plugin/combo/ComboStrap/
H A DPluginUtility.php278 $isType = false;
282 $isType = true;
286 $isType = true;
291 if ($isType) {
/plugin/diagramsnet/lib/
H A Dworkbox-9fe249eb.js.map1isType(handler, 'function', {\n moduleName: 'workbox-routing',\n cla…
H A Dworkbox-bed83ea8.js.map1isType(handler, 'function', {\n moduleName: 'workbox-routing',\n cla…
H A Dworkbox-f163abaa.js.map1isType(handler, 'function', {\n moduleName: 'workbox-routing',\n cla…
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A Dbundle.js.map1isType = !isArr && !isArg && !isBuff && isTypedArray(value),\n skipIndexes = isArr || isArg |…
/plugin/dirtylittlehelper/script/
H A Dmermaid.min.js.map1isType","skipIndexes","arg","allocUnsafe","resIndex","getSymbolsIn","baseGetAllKeys","symbolsFunc"…
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DAssert.php261 $isNativeType = PHPUnit_Util_Type::isType($type);
340 $isNativeType = PHPUnit_Util_Type::isType($type);
2639 public static function isType($type) function in PHPUnit_Framework_Assert
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Assert/
H A DFunctions.php1872 function isType($type) function
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
H A DType.php21 public static function isType($type) function in PHPUnit_Util_Type
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/
H A DAssertTest.php2888 $this->assertThat('string', $this->isType('string'));
H A DConstraintTest.php1170 $constraint = PHPUnit_Framework_Assert::isType('string');
1196 $constraint = PHPUnit_Framework_Assert::isType('string');
1232 $constraint = PHPUnit_Framework_Assert::isType('resource');
1242 PHPUnit_Framework_Assert::isType('string')
1271 PHPUnit_Framework_Assert::isType('string')
/plugin/sequencediagram/bower_components/lodash/dist/
H A Dlodash.js2387 isType = !isArr && !isArg && !isBuff && isTypedArray(value),
2388 skipIndexes = isArr || isArg || isBuff || isType,
2400 (isType && (key == 'buffer' || key == 'byteLength' || key == 'byteOffset')) ||
/plugin/sequencediagram/bower_components/lodash/
H A Dlodash.js2387 isType = !isArr && !isArg && !isBuff && isTypedArray(value),
2388 skipIndexes = isArr || isArg || isBuff || isType,
2400 (isType && (key == 'buffer' || key == 'byteLength' || key == 'byteOffset')) ||
/plugin/syntaxhighlighter3/sxh3/pkg/scripts/
H A DshCore.js200 function isType(value, type) { function
214 } else if (isType(value, "string")) {
638 return isType(value, "regexp");
874 if (!(isType(patterns, "array") && patterns.length)) {
1011 if (isType(replacement, "function")) {
/plugin/syntaxhighlighter4/dist/
H A Dsyntaxhighlighter.js822 function isType(value, type) {
908 if (isType(value, 'String')) {
1845 if (!(isType(patterns, 'Array') && patterns.length)) {
2006 if (isType(replacement, 'Function')) {
H A Dsyntaxhighlighter.js.map1isType","type","isQuantifierNext","pattern","pad4","prepareFlags","SyntaxError","$0","$1","prepare…
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js59154 isType = !isArr && !isArg && !isBuff && isTypedArray(value),
59155 skipIndexes = isArr || isArg || isBuff || isType,
59163isType && (key == 'buffer' || key == 'byteLength' || key == 'byteOffset') || // Skip index propert…